moodle/mod
2008-01-21 13:40:47 +00:00
..
assignment MDL-13050 Reverting, it's not working out as well as planned 2008-01-21 13:40:47 +00:00
chat MDL-11674 2008-01-09 02:13:52 +00:00
choice fix for MDL-7128 - hide save button when options are all full. and tidy up of old is_guest call 2008-01-18 00:32:31 +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 MDL-13050 Reverting, it's not working out as well as planned 2008-01-21 13:40:47 +00:00
forum Fix for MDL-12979 forum sends out notification to users not in course - due to call to deprec function get_course_users - This also fixes MDL-10163 2008-01-20 20:05:45 +00:00
glossary MDL-13050 Reverting, it's not working out as well as planned 2008-01-21 13:40:47 +00:00
hotpot MDL-13050 Reverting, it's not working out as well as planned 2008-01-21 13:40:47 +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 MDL-13050 Modules were updated, and grades.php files were added to the lesson and hotpot modules 2008-01-18 14:44:45 +00:00
quiz MDL-13050 Reverting, it's not working out as well as planned 2008-01-21 13:40:47 +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-13050 Reverting, it's not working out as well as planned 2008-01-21 13:40:47 +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