Commit | Line | Data |
---|---|---|
0f704140 PS |
1 | This files describes API changes in /theme/* themes, |
2 | information provided here is intended especially for theme designer. | |
3 | ||
2d0e682d MV |
4 | === 2.4 === |
5 | ||
52b1ed5e MG |
6 | required changes: |
7 | * output course and course content header/footer that may be returned by course format (see MDL-36048) | |
8 | ||
fbb207c5 FM |
9 | deprecation: |
10 | * i/roles: Use t/assignroles instead | |
11 | ||
2d0e682d MV |
12 | optional changes: |
13 | * new optional boolean parameter $withlinks for public function login_info() in lib/outputrenderers.php (MDL-31365) | |
14 | * new layout option "nologinlinks" and new page layout "secure" e.g. for safebrowser and securewindow (MDL-31365) | |
bb128107 | 15 | * new class 'iconlarge' for 24x24 icons. |
fbb207c5 FM |
16 | * new icons i/export and i/import (sized 16x16). Previously export and import actions used i/backup and i/restore. |
17 | * new icon i/assignroles (sized 16x16), to prevent the use of i/roles which is 12x12. | |
18 | * new icon i/switchrole (sized 16x16), was previously using i/roles. Now is a copy of the new i/assignroles icon. | |
c42651d6 FM |
19 | * new icons i/enrolusers and t/enrolusers, previsouly i/users was used. |
20 | * new icon t/cohorts (sized 12x12), to prevent the use of i/cohorts which is 16x16. | |
06b7ed0a FM |
21 | * new icons t/sort_asc, t/sort_desc to use for ordering in table headers. |
22 | * new class 'iconsort' for icons used for ordering in table headers. | |
ee362526 | 23 | |
33d9f44b PS |
24 | === 2.3 === |
25 | ||
26 | optional changes: | |
27 | * add new u/f3.png image when theme contains customised f1 and f2 default user images | |
28 | ||
0f704140 PS |
29 | === 2.2 === |
30 | ||
31 | required changes: | |
32 | * use new page content placeholder "echo $OUTPUT->main_content()" instead of "echo core_renderer::MAIN_CONTENT_TOKEN" | |
ee362526 | 33 | see git commit: 3b3f302855d7621405a8b93e49bd399d67a998d7 |
2d0e682d | 34 | * upgrade report selectors: search for "-course-report-" and replace with "-report-" |