moodle/mod
2008-03-26 02:58:16 +00:00
..
assignment MDL-13899 force resending of all assignment grades into gradebook so that the submitted and graded dates get updated; merged from MOODLE_19_STABLE 2008-03-19 23:20:00 +00:00
chat Merged version bumps for release 1.9 2008-03-03 11:49:34 +00:00
choice MDL-13892 partial fix - check var first before using! 2008-03-11 19:01:34 +00:00
data Merged version bumps for release 1.9 2008-03-03 11:49:34 +00:00
exercise MDL-13842 Error migrating grades for exercise module...; merged from MOODLE_19_STABLE 2008-03-08 12:58:05 +00:00
forum MDL-14032 rewritten forum_tp_clean_read_records() - it should not run out of memory anymore + other minor memory savings; merged from MOODLE_19_STABLE 2008-03-24 19:51:37 +00:00
glossary MDL-11007 groupmembersonly support for glossaries; merged from MOODLE_19_STABLE 2008-03-18 17:12:48 +00:00
hotpot Merged version bumps for release 1.9 2008-03-03 11:49:34 +00:00
journal Merged version bumps for release 1.9 2008-03-03 11:49:34 +00:00
label Merged version bumps for release 1.9 2008-03-03 11:49:34 +00:00
lams Merged version bumps for release 1.9 2008-03-03 11:49:34 +00:00
lesson MDL-12860 - Patch from Joseph Rézeau, to fix a problem in the display of lesson result when using regexp. 2008-03-06 08:24:40 +00:00
quiz MDL-13806 - supplimental - bug fixes to the previous commit. 2008-03-25 19:40:42 +00:00
resource MDL-13151 add a new language string: phone2, thanks for your idea, Jams Ballard. 2008-03-26 02:58:16 +00:00
scorm MDL-14050 - count(FALSE) == 1 . This was causing fatal errors when scorm_scoes were 2008-03-25 14:38:42 +00:00
survey Merged version bump from 1.9 2008-03-03 12:03:05 +00:00
wiki MDL-12514 - Added missing js library (thanks Johannes Albert) and fixed missing string escaping. (merge) 2008-03-18 01:22:37 +00:00
workshop MDL-13046 Fixed notices. Merging from MOODLE_19_STABLE 2008-03-06 09:42:33 +00:00
index.html To stop people browsing modules 2005-01-23 04:15:13 +00:00
README.txt

ACTIVITY MODULES
----------------

These are main modules in Moodle, allowing various activities.


Each of these modules contains a number of expected components:

  mod.html: a form to setup/update a module instance

  version.php: defines some meta-info and provides upgrading code

  icon.gif: a 16x16 icon for the module

  db/mysql.sql: an SQL dump of all the required db tables and data
 
  index.php: a page to list all instances in a course

  view.php: a page to view a particular instance

  lib.php: any/all functions defined by the module should be in here.
         constants should be defined using MODULENAME_xxxxxx
         functions should be defined using modulename_xxxxxx

         There are a number of standard functions:

         modulename_add_instance()
         modulename_update_instance()
         modulename_delete_instance()

         modulename_user_complete()
         modulename_user_outline()

         modulename_cron()

         modulename_print_recent_activity()


If you are a developer and interested in developing new Modules see:
  
   Moodle Documentation:  http://moodle.org/doc
   Moodle Community:      http://moodle.org/community