moodle/mod/label
sam marshall 0d8b6a69ce lib MDL-25981 Improved modinfo
This commit:
a) moves modinfo code into new library modinfolib.php
b) uses classes instead of stdClass objects, allowing a huge amount of documentation (and IDE completion)
c) adds hooks so that plugins other than forum can display messages like forum's 'unread', and plugins other than label can display html (apart from/as well as their view.php link) on the course view page
d) removes current hacks for forum and label (mainly in print_section but also across the code), replacing with new 'content' and similar variables [this is the reason for the changes in blocks, etc]
e) reduces size of modinfo in database (only when rebuilt) by excluding empty fields

The change is intended to be backward compatible and does not affect the format of modinfo in database.
2011-01-26 10:29:16 +00:00
..
backup/moodle2 MDL-22135 - logs restore, course and activities + cleanup 2010-11-11 19:46:04 +00:00
db MDL-23628 removed more log_display upgrade leftovers 2010-08-04 09:48:04 +00:00
lang/en MDL-23318 Consistent usage of 'pluginadministration' string for the Settings block 2010-08-17 17:35:12 +00:00
pix MDL-20204 first batch of major theme changes, some regressions are still there, expect more changes and improvements soon; see tracker for details and list of subtasks 2009-12-16 18:00:58 +00:00
index.php MDL-21249 improved php docs and adding copyright blocks 2010-07-25 11:06:52 +00:00
lib.php lib MDL-25981 Improved modinfo 2011-01-26 10:29:16 +00:00
mod_form.php MDL-21249 improved php docs and adding copyright blocks 2010-07-25 11:06:52 +00:00
version.php MDL-23628 improved log action support - now similar to handling of capabilities 2010-08-03 10:07:18 +00:00
view.php MDL-21249 improved php docs and adding copyright blocks 2010-07-25 11:06:52 +00:00