moodle/mod
2006-05-26 11:54:11 +00:00
..
assignment Bug #5619 - Assignment Feedback mail lacks linefeed; merged from MOODLE_16_STABLE 2006-05-26 09:07:13 +00:00
chat fixed problem when set both loginhttps and https in wwwroot, closes bug #5507 and #3848; merged from MOODLE_16_STABLE 2006-05-15 21:36:46 +00:00
choice mod/choice mod/lesson mod/scorm moodle16cleanup: Added notification 2006-05-17 06:42:57 +00:00
data Bug #5582 - sort by numerical field doesn't work properly with decimals; merged from MOODLE_16_STABLE 2006-05-25 15:57:20 +00:00
exercise fixed bug #5572 missing PARAM_CLEAN; merged from MOODLE_16_MOODLE 2006-05-22 06:00:51 +00:00
forum sanitize submitted numerical values 2006-05-26 11:32:26 +00:00
glossary sanitize submitted numerical values; merged from MOODLE_16_STABLE 2006-05-26 11:39:12 +00:00
hotpot modified CVS URLs to start http://moodle.cvs.sourceforge.net 2006-05-22 00:18:41 +00:00
journal bug fix for 5303. hope i didn't break anything >_< 2006-04-28 03:18:56 +00:00
label Fixed log_display inserts. 2006-04-24 08:28:21 +00:00
lams Fixed call to required_param() 2006-04-05 07:46:52 +00:00
lesson sanitize submitted numerical values; merged from MOODLE_16_STABLE 2006-05-26 11:47:22 +00:00
quiz Bug #5456 - Item Analysis fails to calculate results for random question type; merged from MOODLE_16_STABLE 2006-05-26 06:55:25 +00:00
resource XHTML validation. Bug 5332. 2006-05-03 18:22:21 +00:00
scorm sanitize submitted numerical values; merged from MOODLE_16_STABLE 2006-05-26 11:54:11 +00:00
survey bug fix for 5303. hope i didn't break anything >_< 2006-04-28 03:18:56 +00:00
wiki moodle16cleanup: mod/wiki synch upgrade script and .sql with mysql 2006-05-17 06:29:45 +00:00
workshop Fixed inserts for log_display. 2006-04-24 09:05:08 +00:00
index.html To stop people browsing modules 2005-01-23 04:15:13 +00:00
README.txt Removing the newmodule template from this directory and putting it 2004-02-12 06:41:17 +00:00

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