moodle/mod
2006-06-05 14:24:13 +00:00
..
assignment Bug #5725 - Assignment grading pop up windows do not close, broken by 4976; merged from MOODLE_16_STABLE 2006-06-05 12:18: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 BUG 5662 - bad check for 1.6 version. 2006-05-31 20:28:18 +00:00
data Merged from 1.6. Fix for Bug #5682 - 'Reset template' button in CSS template 2006-06-02 04:29:11 +00:00
exercise fixed bug #5572 missing PARAM_CLEAN; merged from MOODLE_16_MOODLE 2006-05-22 06:00:51 +00:00
forum Adding support to the forum user report action 2006-06-03 17:51:20 +00:00
glossary sanitize submitted numerical values; merged from MOODLE_16_STABLE 2006-05-26 11:39:12 +00:00
hotpot merged last two commints into MOODLE_16_STABLE 2006-06-04 21:11:04 +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 add learner link when user is a teacher 2006-06-05 10:01:42 +00:00
lesson merged fix for 5648, utf8 migration problem 2006-05-30 02:51:52 +00:00
quiz Fixed reference to incorrect language string. Merged from MOODLE_16_STABLE. 2006-06-05 14:24:13 +00:00
resource fixed - unable to disable blocks; merged from MOODLE_16_STABLE 2006-06-01 19:13:52 +00:00
scorm Fixed a typo 2006-06-05 08:21:45 +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 Bug #5684 - frameset page in UTF8 doesn't appear on IE; merged from MOODLE_16_STABLE 2006-06-01 14:50:41 +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