mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
a26cfe71d3
This just deletes all the upgrade steps previous to 3.5.0. Some small adjustments, like tweaking globals can also be applied when needed. Also includes an upgrade step to prevent upgrading from any version < 2018051700 (v3.5.0) as anti-cheating measure. Previous commits have removed/deprecated all the upgradelib functions not used anymore in codebase. Deletion has been documented in corresponding upgrade.txt files: - upgrade_fix_block_instance_configuration() - upgrade_theme_is_from_family(), upgrade_find_theme_location() and linkcoursesectionsupgradescriptwasrun setting - upgrade_block_positions - upgrade_fix_config_auth_plugin_names() and upgrade_fix_config_auth_plugin_defaults() - format_xxx_upgrade_remove_numsections(), format_xxx_upgrade_hide_extra_sections() and format_xxx_upgrade_add_empty_sections() - filter_mathjaxloader_upgrade_cdn_cloudflare() and filter_mathjaxloader_upgrade_mathjaxconfig_equal() - get_assignments_with_rescaled_null_grades() These have been kept because continue being used by restore: - \core\task\refresh_mod_calendar_events_task
Glossary version 0.5 dev ------------------------ By Williams Castillo (castillow@tutopia.com) This is the Glossary module. Created and maintained by Williams Castillo. This are my first lines in PHP... It means that, although I've tried to do my best, it might (in fact, it does) shows my inexperience... in PHP... and moodle as well. Basically, this module allows you to maintain a repository of data in the form of concepts, Entry->Definitions, etc. Thus: - Entries could be automatically linked from within moodle resources, labels, forum posts, etc. - Entries can have aliases which allows to automatically link the concept to other words than itself. - Glossaries can be viewed in a printer-friendly version format - The display format of the entries is modular so you can create your own formats (and share them with the Moodle community!) - Entries are posted by teachers and can be posted by students as well - Entries can be approved before make them public. - Entries can have an optional attached file. - Entries can be commented by any registered user. - Entries can be categorized (one entry can belongs to zero or more categories) - Entries can be browsed by letters (initials), categories or by date. - Entries can be exported and imported Quick install instructions 1) Be sure you have at least Moodle 1.2 dev installed 2) Be sure to have the latest version of the module 3) Be sure to have the latest language for english (en) and your own language. 3) Create a directory inside you /mod directory and name it: glossary 4) Copy all the files in this directory inside the one you've created in step 3. 5) Pay a visit to your admin area 6) Have fun. Comments and suggestions are always welcome. All the best, Will