moodle/mod
Dongsheng Cai 6723372514 MDL-28666 Extends repository to support references
1. Allow repository to create references to external contents
2. Extends files API to handle file references
3. Generic file caching
4. Backup/restore file references
5. Download external contents if repository uninstalled
6. Allow filepicker to display iframe
7. PHPUnit test suits
2012-05-21 11:57:51 +08:00
..
assign Merge branch 'MDL-32933' of git://github.com/netspotau/moodle-mod_assign 2012-05-18 11:23:47 +08:00
assignment MDL-33069 assignment: change pluralname to (2.2) 2012-05-17 17:28:26 +08:00
chat MDL-32925 lang: Add extended help texts for all modules 2012-05-18 00:27:04 +08:00
choice MDL-32925 lang: Add extended help texts for all modules 2012-05-18 00:27:04 +08:00
data MDL-32126 replaced _order with sortorder to make sorting work in oracle 2012-05-18 11:37:21 +02:00
feedback MDL-32925 lang: Add extended help texts for all modules 2012-05-18 00:27:04 +08:00
folder MDL-28666 Extends repository to support references 2012-05-21 11:57:51 +08:00
forum Merge branch 'MDL-31675-file-browsing' of git://github.com/mudrd8mz/moodle 2012-05-18 10:30:22 +08:00
glossary Merge branch 'MDL-31675-file-browsing' of git://github.com/mudrd8mz/moodle 2012-05-18 10:30:22 +08:00
imscp MDL-32925 lang: Add extended help texts for all modules 2012-05-18 00:27:04 +08:00
label MDL-32925 lang: Add extended help texts for all modules 2012-05-18 00:27:04 +08:00
lesson MDL-32925 lang: Add extended help texts for all modules 2012-05-18 00:27:04 +08:00
lti MDL-32925 lang: Add extended help texts for all modules 2012-05-18 00:27:04 +08:00
page MDL-32925 lang: Add extended help texts for all modules 2012-05-18 00:27:04 +08:00
quiz MDL-32727 - quiz: fix incorrect variable name in upgrade 2012-05-18 15:08:07 +08:00
resource MDL-28666 Extends repository to support references 2012-05-21 11:57:51 +08:00
scorm MDL-32925 lang: Add extended help texts for all modules 2012-05-18 00:27:04 +08:00
survey MDL-32925 lang: Add extended help texts for all modules 2012-05-18 00:27:04 +08:00
url MDL-32925 lang: Add extended help texts for all modules 2012-05-18 00:27:04 +08:00
wiki MDL-28666 Extends repository to support references 2012-05-21 11:57:51 +08:00
workshop MDL-28666 Extends repository to support references 2012-05-21 11:57:51 +08:00
index.html
README.txt Fixed location of icon.gif 2010-03-24 10:56:22 +00:00
upgrade.txt MDL-29624 Media embedding system, part 1: new API and filter changes 2012-05-09 18:29:29 +01: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

  pix/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