moodle/mod
2008-01-13 08:30:39 +00:00
..
assignment MDL-12400 - superfluous required_param causing problems in upload 2008-01-11 11:46:16 +00:00
chat MDL-11674 2008-01-09 02:13:52 +00:00
choice MDL-12890 - differing values for number of choice responses link to what is 2008-01-10 14:08:19 +00:00
data MDL-9372 - only show RSS options in database module when RSS is enabled 2008-01-08 13:40:32 +00:00
exercise Add missing fields when upgrading/installing on Postgres 2007-11-09 01:25:28 +00:00
forum MDL-12926 Discussion list shows all discussion in separate mode if user not member of any group and does not have accessallgroups; merged from MOODLE_19_STABLE 2008-01-11 13:09:51 +00:00
glossary Merged from 1.9 and checked :: MDL-12221 :: I added changes to weblib and the forum and glossary view pages, the custom_corners and standard theme to get those pages working. 2008-01-09 15:52:08 +00:00
hotpot MDL-12458 fixed gradebook upgrade/update problems when not grades yet in activities; merged from MOODLE_19_STABLE 2007-12-25 20:51:23 +00:00
journal MDL-11124 - Allowed 'There are no [modulename]' translations. This is currently 2007-10-29 10:44:50 +00:00
label MDL-7028 rewritten course reset + forum role_unassign cleanup fixes; merged from MOODLE_19_STABLE 2007-11-29 14:43:04 +00:00
lams MDL-12707 - moved hotpot/ lams to use new admin settings 2007-12-22 19:57:46 +00:00
lesson Merging fixes for MDL-12383 and MDL-12605 from MOODLE_19_STABLE 2007-12-29 22:48:48 +00:00
quiz whitespace clean up, removed all indentation with tabs and trailing white space 2008-01-13 08:30:39 +00:00
resource merged from 1.9 :: MDL-11154 :: added the missing code and the config line and explanation in config.php for flexible columns. 2008-01-12 18:14:49 +00:00
scorm MDL-9552 reverting the [$userid] change - we do need array there in upgrades and changes in modedit; merged from MOODLE_19_STABLE 2007-12-26 23:21:38 +00:00
survey MDL-7028 rewritten course reset + forum role_unassign cleanup fixes; merged from MOODLE_19_STABLE 2007-11-29 14:43:04 +00:00
wiki Fixes bug MDL-2674, "backup always backsup/restores groups regardless of user settings" - restore group/grouping option. 2007-12-10 10:26:47 +00:00
workshop MDL-11124 - Allowed 'There are no [modulename]' translations. This is currently 2007-10-29 10:44:50 +00:00
index.html
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