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 | ||
fc7defef JF |
4 | === 2.5 === |
5 | ||
09ae7ee0 MG |
6 | required changes: |
7 | * Functions core_course_renderer::course_category_tree() and course_category_tree_category() | |
8 | are deprecated | |
9 | * Significant changes in rendering of courses and categories listings, lots of CSS classes changed, | |
10 | several functions such as print_courses(), print_whole_category_list(), print_category_info() | |
11 | are moved to course renderer. | |
12 | See http://docs.moodle.org/dev/Courses_lists_upgrade_to_2.5 | |
13 | ||
fc7defef JF |
14 | DOM changes: |
15 | * changed the h1 title in the help popup to a h2. | |
97dbc8f2 | 16 | * new setting $THEME->yuicssmodules = array('cssreset', 'cssfonts', 'cssgrids', 'cssbase'); which |
12cb45f1 | 17 | allows themes to use different CSS reset normalisers such as cssnormalize YUI module. |
6e5d002e | 18 | * Re-wrote the user profile views to definition lists. |
12cb45f1 MN |
19 | * Re-wrote the table for the course completion status block to use html_table - added some CSS classes to |
20 | the table in the process (see MDL-35608). | |
5581c618 | 21 | * Cancel buttons have the class btn-cancel. |
12cb45f1 MN |
22 | * Added a z-index for the div#dateselector-calendar-panel so that the calendar pop-up renders above |
23 | the filemanager when they overlap, ie. the course settings page (see MDL-39047). | |
9074e478 DM |
24 | * Trivial change of CSS selectors used to display plugin status at the plugins overview |
25 | screen (#plugins-control-panel). | |
fc7defef | 26 | |
6671fa73 JF |
27 | Renderer changes: |
28 | * Mymobile theme changed to support more verbose move-block-here descriptions. | |
29 | ||
2d0e682d MV |
30 | === 2.4 === |
31 | ||
52b1ed5e MG |
32 | required changes: |
33 | * output course and course content header/footer that may be returned by course format (see MDL-36048) | |
e40bd746 | 34 | * span.completionprogress has been changed to a <div> and is not a float by default any more. |
52b1ed5e | 35 | |
fbb207c5 FM |
36 | deprecation: |
37 | * i/roles: Use t/assignroles instead | |
0cddd851 FM |
38 | * t/manual_item: Use i/manual_item instead |
39 | * t/unlock_gray: Use t/locked instead | |
f2bba619 | 40 | * t/userblue: Previously used to unblock a user, use t/unblock. |
5326675e BR |
41 | * c/course: Use i/courseevent instead |
42 | * c/group: Use i/groupevent instead | |
43 | * c/site: Use i/siteevent instead | |
44 | * c/user: Use i/userevent instead | |
99938034 | 45 | * t/clear: Use t/check instead |
c3847443 FM |
46 | * i/cross_red_big: Use i/invalid or i/grade_incorrect |
47 | * i/tick_green_big: Use i/valid or i/grade_correct | |
48 | * i/tick_amber_big: Use i/caution or i/grade_partiallycorrect | |
49 | * No more small versions of i/cross_red_small, i/tick_green_small and i/tick_amber_small, use their big equivalent. | |
501380a9 | 50 | * t/addgreen: Use t/add instead. |
851d3b7a | 51 | * i/approve: Use t/approve instead |
fbb207c5 | 52 | |
2d0e682d MV |
53 | optional changes: |
54 | * new optional boolean parameter $withlinks for public function login_info() in lib/outputrenderers.php (MDL-31365) | |
55 | * new layout option "nologinlinks" and new page layout "secure" e.g. for safebrowser and securewindow (MDL-31365) | |
bb128107 | 56 | * new class 'iconlarge' for 24x24 icons. |
fbb207c5 FM |
57 | * new icons i/export and i/import (sized 16x16). Previously export and import actions used i/backup and i/restore. |
58 | * new icon i/assignroles (sized 16x16), to prevent the use of i/roles which is 12x12. | |
59 | * new icon i/switchrole (sized 16x16), was previously using i/roles. Now is a copy of the new i/assignroles icon. | |
c42651d6 FM |
60 | * new icons i/enrolusers and t/enrolusers, previsouly i/users was used. |
61 | * new icon t/cohorts (sized 12x12), to prevent the use of i/cohorts which is 16x16. | |
06b7ed0a FM |
62 | * new icons t/sort_asc, t/sort_desc to use for ordering in table headers. |
63 | * new class 'iconsort' for icons used for ordering in table headers. | |
fa9c0aab | 64 | * new icons t/locked and t/unlocked (12x12) which should be used when there is no action associated to the icon. |
0cddd851 | 65 | * new icons i/folder (16x16), monochrome equivalent to f/folder. |
f2bba619 FM |
66 | * new icons t/addcontact, t/removecontact and t/messages, previously t/addgreen, t/delete and t/log were used in messaging. |
67 | * new icons t/unblock and i/twoway. | |
5326675e | 68 | * new icons i/courseevent, i/groupevent, i/siteevent and i/userevent (16x16) instead of c/* for calendar events. |
99938034 FM |
69 | * new icon t/markasread (12x12) to replace t/clear used in forums. |
70 | * new icon t/check (12x12) to replace t/clear which name does not reflect the icon meaning. | |
c22fbd38 | 71 | * new classes 'icon-pre' and 'icon-post' supposedly to be used when the icon is positioned before or after the text. This is not really used yet, but it's a start towards some standardisation of the icon selectors. |
c3847443 FM |
72 | * new icons i/valid, i/caution and i/invalid for generic statuses. |
73 | * new icons i/grade_correct, i/grade_partiallycorrect and i/grade_incorrect for grades. | |
851d3b7a | 74 | * new icon t/approve (12x12). |
0348468b | 75 | * new icon t/contextmenu (12x12) for a monochrome version of i/menu. |
ee362526 | 76 | |
33d9f44b PS |
77 | === 2.3 === |
78 | ||
79 | optional changes: | |
80 | * add new u/f3.png image when theme contains customised f1 and f2 default user images | |
81 | ||
0f704140 PS |
82 | === 2.2 === |
83 | ||
84 | required changes: | |
85 | * use new page content placeholder "echo $OUTPUT->main_content()" instead of "echo core_renderer::MAIN_CONTENT_TOKEN" | |
ee362526 | 86 | see git commit: 3b3f302855d7621405a8b93e49bd399d67a998d7 |
2d0e682d | 87 | * upgrade report selectors: search for "-course-report-" and replace with "-report-" |