1 This files describes API changes in /theme/* themes,
2 information provided here is intended especially for theme designer.
7 * output course and course content header/footer that may be returned by course format (see MDL-36048)
8 * span.completionprogress has been changed to a <div> and is not a float by default any more.
11 * i/roles: Use t/assignroles instead
12 * t/manual_item: Use i/manual_item instead
13 * t/unlock_gray: Use t/locked instead
16 * new optional boolean parameter $withlinks for public function login_info() in lib/outputrenderers.php (MDL-31365)
17 * new layout option "nologinlinks" and new page layout "secure" e.g. for safebrowser and securewindow (MDL-31365)
18 * new class 'iconlarge' for 24x24 icons.
19 * new icons i/export and i/import (sized 16x16). Previously export and import actions used i/backup and i/restore.
20 * new icon i/assignroles (sized 16x16), to prevent the use of i/roles which is 12x12.
21 * new icon i/switchrole (sized 16x16), was previously using i/roles. Now is a copy of the new i/assignroles icon.
22 * new icons i/enrolusers and t/enrolusers, previsouly i/users was used.
23 * new icon t/cohorts (sized 12x12), to prevent the use of i/cohorts which is 16x16.
24 * new icons t/sort_asc, t/sort_desc to use for ordering in table headers.
25 * new class 'iconsort' for icons used for ordering in table headers.
26 * new icons t/locked and t/unlocked (12x12) which should be used when there is no action associated to the icon.
27 * new icons i/folder (16x16), monochrome equivalent to f/folder.
32 * add new u/f3.png image when theme contains customised f1 and f2 default user images
37 * use new page content placeholder "echo $OUTPUT->main_content()" instead of "echo core_renderer::MAIN_CONTENT_TOKEN"
38 see git commit: 3b3f302855d7621405a8b93e49bd399d67a998d7
39 * upgrade report selectors: search for "-course-report-" and replace with "-report-"