moodle/mod/exercise
moodler 0468976c9a SWEEPING CLEANUP
The API was changed slightly so that has_capability now takes the
whole $context object (we almost always have it anyway)

The $kill thing was removed.   If you want to assert a capability
then use:

    require_capability('capname', $context);

with optional variables to modify the error message

Misc bugs here and there also removed and code tidied
2006-08-14 05:55:40 +00:00
..
db XMLDB schema initial commit for exercise module 2006-08-10 17:12:00 +00:00
assessments.php SWEEPING CLEANUP 2006-08-14 05:55:40 +00:00
backuplib.php Granular backup & restore: 2006-01-13 03:45:31 +00:00
construction_icon.gif First main-tree version of the Exercise module (formerly in contrib) 2003-10-07 14:54:21 +00:00
icon.gif First main-tree version of the Exercise module (formerly in contrib) 2003-10-07 14:54:21 +00:00
icon.png First main-tree version of the Exercise module (formerly in contrib) 2003-10-07 14:54:21 +00:00
icon2.gif First main-tree version of the Exercise module (formerly in contrib) 2003-10-07 14:54:21 +00:00
icon2.png First main-tree version of the Exercise module (formerly in contrib) 2003-10-07 14:54:21 +00:00
index.php Merging fixes from stable 2006-04-05 03:19:36 +00:00
lib.php Added missing require_once('locallib.php'); 2006-02-10 03:59:30 +00:00
locallib.php fixed undefined $timenow 2006-04-22 17:28:18 +00:00
mod.html Activities can now be hidden/shown from the activity editing page. Also for modules that know about groups the groupmode can be set from there. See bug 2533. This required adding to the mod.html files calls to new functions print_visible_setting() and print_groupmode_setting() which are combined in print_standard_coursemodule_settings(). 2005-02-12 21:41:22 +00:00
restorelib.php Abstracted a bit of the restore procedure to allow for silent restoring. 2006-01-15 21:09:13 +00:00
submissions.php new function get_coursemodule_from_id() is now used for obtaining of valid $cm from coursemodule id SC#283 2006-08-08 22:09:55 +00:00
upload.php new function get_coursemodule_from_id() is now used for obtaining of valid $cm from coursemodule id SC#283 2006-08-08 22:09:55 +00:00
version.php new function get_coursemodule_from_id() is now used for obtaining of valid $cm from coursemodule id SC#283 2006-08-08 22:09:55 +00:00
view.php SWEEPING CLEANUP 2006-08-14 05:55:40 +00:00