moodle/mod/lesson
gustav_delius 48e535bc35 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().
The visibility of coursemodules is now always set through the function set_coursemodule_visible() in order to make sure that the associated events get updated in the calendar appropriately.

If moving a coursemodule to a hidden section then the module is set to hidden as well and its events are hidden in the calendar.

If deleting a coursemodule its events are deleted from the calendar.

The function choose_from_menu() has an extra optional argument $disabled which, when set to true, will disable the menu.

For the sake of consistency the function set_groupmode_for_module has been renamed to set_coursemodule_groupmode and the functions show_course_module() and hide_course_module() have been combined to set_coursemodule_visible().
2005-02-12 21:41:22 +00:00
..
db fixed some prefixes, not sure how this didnt get noticed before ;) 2005-01-28 19:31:41 +00:00
backuplib.php backup now actually backs up. Includes all of our database changes 2004-11-01 19:53:06 +00:00
filter.php Added a lot of new features to lesson mod. Check them out :) 2004-09-15 20:32:24 +00:00
format.php array/object initialization 2005-02-09 22:36:24 +00:00
icon.gif Didn't look so good as the "L" 2004-02-16 11:59:57 +00:00
import.php Removed $THEMEs and stuff. 2005-02-09 15:36:29 +00:00
index.php array/object initialization 2005-02-09 22:36:24 +00:00
lesson.php array/object initialization and made essay question type work with unanswered lesson flow 2005-02-09 22:34:14 +00:00
lib.php on line #277, return null instead of throwing an error 2004-11-01 20:25:42 +00:00
locallib.php array/object initialization 2005-02-09 22:36:24 +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
reformat.php array/object initialization 2005-02-09 22:36:24 +00:00
report.php initialized arrays and objects, fixed a few bugs 2005-02-09 22:29:29 +00:00
restorelib.php Some minor changes to each module to XHTMLise the restore process 2005-02-07 23:33:17 +00:00
styles.php Removed $THEMEs and stuff. 2005-02-09 15:36:29 +00:00
timer.js fixed the clock formating. 2005-02-04 19:34:22 +00:00
version.php Merged from MOODLE_14_STABLE: Indexes for lesson and version bump (honoring partial freeze) 2004-11-19 03:13:05 +00:00
view.php I think just array/object initialization 2005-02-09 22:31:36 +00:00