mirror of
https://github.com/moodle/moodle.git
synced 2025-02-24 20:13:14 +01:00
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().
ENGLISH ------- English is the default language of Moodle, and this language pack is the "master" set against which other packs are compared. If a string is missing for any reason from another language then the English version will be used. Each installed activity module in moodle/mod should have a file here, as well as the main file which is called "moodle.php". The "help" directory contains whole pages written in HTML, and the "docs" directory contains other miscellaneous documents. If you are thinking of translating Moodle to another language, please contact Martin Dougiamas!