moodle/mod
2010-03-05 05:37:09 +00:00
..
assignment mod-assignment MDL-20204 Regression, converted two broken icons to use pix_icon 2010-02-17 03:58:13 +00:00
chat MDL-20204 fixed html-writer::tag() parameter order to match the rest of the api 2010-02-18 18:15:56 +00:00
choice MDL-20204 fixed html-writer::tag() parameter order to match the rest of the api 2010-02-18 18:15:56 +00:00
data "MDL-15405, data module to use filemanager" 2010-03-05 05:37:09 +00:00
feedback MDL-21740 - excel-export should use the moodle-excel library 2010-02-28 22:19:30 +00:00
folder MDL-21687 Completion 'on view' not working on resource types after resource was rewritten 2010-02-23 13:10:45 +00:00
forum portfolio/forum MDL-21156 fixed a small error in attached files when exporting a full thread 2010-02-26 15:28:43 +00:00
glossary MDL-20204 more html_link converstions 2010-02-11 18:50:55 +00:00
hotpot MDL-20204 converting link to html_writer or action_link 2010-02-11 16:56:00 +00:00
imscp MDL-21687 Completion 'on view' not working on resource types after resource was rewritten 2010-02-23 13:10:45 +00:00
label MDL-21590 fixed icons in navigation lib + clean up of modinfo (planned removeal of legacy use of urlencode since 1.8 - we use serialize and utf8 is ok now) 2010-02-14 20:18:10 +00:00
lesson mod-lesson MDL-21006 Fixed missing variable after navigation changes 2010-03-04 05:27:14 +00:00
page MDL-21687 Completion 'on view' not working on resource types after resource was rewritten 2010-02-23 13:10:45 +00:00
quiz MDL-21723 fixed rression, thanks Ben Dailey 2010-02-25 07:48:57 +00:00
resource MDL-21687 Completion 'on view' not working on resource types after resource was rewritten 2010-02-23 13:10:45 +00:00
scorm SCORM MDL-21584 detect SCORM 2004 4th edition correctly. thanks to Valerian for the report and patch. 2010-02-22 01:31:45 +00:00
survey MDL-20204 more html_link converstions 2010-02-11 18:50:55 +00:00
url MDL-21687 Completion 'on view' not working on resource types after resource was rewritten 2010-02-23 13:10:45 +00:00
wiki MDL-20204 converting link to html_writer or action_link 2010-02-11 16:56:00 +00:00
workshop MDL-20204 fixed html-writer::tag() parameter order to match the rest of the api 2010-02-18 18:15:56 +00:00
index.html To stop people browsing modules 2005-01-23 04:15:13 +00:00
README.txt MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 16:48:45 +00:00
upgrade.txt MDL-21125 removing obsolete global $THEME 2009-12-23 18:23:21 +00:00

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

These are main modules in Moodle, allowing various activities.


Each of these modules contains a number of expected components:

  mod_form.php: 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/install.xml: 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