2011-08-24 15:11:25 +02:00
|
|
|
This files describes API changes in /theme/* themes,
|
|
|
|
information provided here is intended especially for theme designer.
|
|
|
|
|
2012-09-03 07:25:30 +02:00
|
|
|
=== 2.4 ===
|
|
|
|
|
2012-11-14 09:29:54 +08:00
|
|
|
required changes:
|
|
|
|
* output course and course content header/footer that may be returned by course format (see MDL-36048)
|
|
|
|
|
2012-11-13 16:48:50 +08:00
|
|
|
deprecation:
|
|
|
|
* i/roles: Use t/assignroles instead
|
|
|
|
|
2012-09-03 07:25:30 +02:00
|
|
|
optional changes:
|
|
|
|
* new optional boolean parameter $withlinks for public function login_info() in lib/outputrenderers.php (MDL-31365)
|
|
|
|
* new layout option "nologinlinks" and new page layout "secure" e.g. for safebrowser and securewindow (MDL-31365)
|
2012-11-08 18:45:02 +08:00
|
|
|
* new class 'iconlarge' for 24x24 icons.
|
2012-11-13 16:48:50 +08:00
|
|
|
* new icons i/export and i/import (sized 16x16). Previously export and import actions used i/backup and i/restore.
|
|
|
|
* new icon i/assignroles (sized 16x16), to prevent the use of i/roles which is 12x12.
|
|
|
|
* new icon i/switchrole (sized 16x16), was previously using i/roles. Now is a copy of the new i/assignroles icon.
|
2011-10-30 09:28:20 +01:00
|
|
|
|
2012-05-13 17:12:30 +02:00
|
|
|
=== 2.3 ===
|
|
|
|
|
|
|
|
optional changes:
|
|
|
|
* add new u/f3.png image when theme contains customised f1 and f2 default user images
|
|
|
|
|
2011-08-24 15:11:25 +02:00
|
|
|
=== 2.2 ===
|
|
|
|
|
|
|
|
required changes:
|
|
|
|
* use new page content placeholder "echo $OUTPUT->main_content()" instead of "echo core_renderer::MAIN_CONTENT_TOKEN"
|
2011-10-30 09:28:20 +01:00
|
|
|
see git commit: 3b3f302855d7621405a8b93e49bd399d67a998d7
|
2012-09-03 07:25:30 +02:00
|
|
|
* upgrade report selectors: search for "-course-report-" and replace with "-report-"
|