forked from moodle/moodle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUPGRADE.txt
284 lines (152 loc) · 4.8 KB
/
UPGRADE.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
THEME UPGRADES
--------------
This file lists the major changes to the theme files between Moodle versions.
See the standard themes for examples of anything in here.
================================
Changes to 1.0.9 since 1.0.8.1
--------------------------------
config.php contains two new entries:
$THEME->custompix
$THEME->hidden
/* Styles for the hide/show features (activities): */
a.dimmed:link {}
a.dimmed:visited {}
a.dimmed:hover {}
.dimmed_text {}
/* Styles used when listing discussions in a forum: */
.forumpostheadertopic {}
.forumpostheaderpicture {}
.forumpostheadername {}
.forumpostheaderreplies {}
.forumpostheaderdate {}
/* Style for the "you are logged in as" string top and bottom: */
.logininfo {}
/* Style for the link to "home": */
.homelink {}
/* Style for teacher only stuff (used to be hard-coded red): */
.teacheronly {}
/* Styles to show hidden topics on the course page */
.topicsoutlinesidehidden {}
.topicsoutlinecontenthidden {}
/* Styles to show hidden weeks on the course page */
.weeklyoutlinesidehidden {}
.weeklyoutlinecontenthidden {}
/* Style for the date-text on the weekly format */
.weeklydatetext {}
/* Style for the notice boxes (surrounding a notice message) */
.noticebox {}
.noticeboxcontent {}
/* Styles for the headers of all pages (see header.html) */
.header {}
.headermain {}
.headermenu {}
/* Styles for the headers of the home page (see header.html) */
.headerhome {}
.headerhomemain {}
.headerhomemenu {}
ALL pix files can now be changed from within a theme,
see cordoroyblue for an example: config.php and the
pix subdirectory.
================================
Changes to 1.1 since 1.0.9
--------------------------------
/* Styles for the courses/categories on the course listing */
.categorybox {}
.categoryname {}
.coursename {}
================================
Changes to 1.1.1 since 1.1
--------------------------------
/* Some better placement of styles on the category/course listings
to allow some fancy effects. */
.categoryboxcontent {}
================================
Changes to 1.2 since 1.1
--------------------------------
/* Automatically generated links (eg links to glossary items) */
a.autolink:link {}
a.autolink:visited {}
a.autolink:hover {}
/* Styles for user info page */
.userinfobox {}
.userinfoboxside {}
.userinfoboxcontent {}
.userinfoboxsummary {}
.userinfoboxlinkcontent {}
/* Styles for tabs */
.generaltab {}
.generaltabselected {}
/* Styles for displaying course info */
.coursebox {}
.courseboxcontent {}
.courseboxinfo {}
.courseboxsummary {}
/* Specific style for listing discussions (formerly re-used forumpost)*/
.forumheaderlist {}
/* Specific style for the category numbers (was categoryname) */
.categorynumber {}
/* Style for the header and message of the smallinfo displays
on the side like "Latest News" and "Recent Activity" etc */
.smallinfo {}
.smallinfohead {}
/* Just a small table cell dividing others in a list */
.tabledivider {}
/* Style for the text/links inside the heading block when there is a
subscribe link there, eg front page news, social forum */
.headingblockcontent {}
================================
Changes to 1.3 since 1.2
--------------------------------
/* Many styles for calendar! */
TABLE.calendarmini { }
TABLE.calendarmonth { }
TABLE.calendarmini TBODY TD { }
TABLE.calendarmonth TBODY TD { }
.cal_event_global { }
.cal_event_course { }
.cal_event_group { }
.cal_event_user { }
.cal_duration_global { }
.cal_duration_course { }
.cal_duration_user { }
.cal_duration_group { }
.cal_weekend { }
.cal_today { }
TABLE.calendarmonth TBODY TD TABLE { }
TABLE.calendarmonth TBODY TD TABLE TD { }
TABLE.calendarmonth TBODY TD DIV { }
TABLE.calendarmini THEAD TD { }
TABLE.calendarmonth THEAD TD { }
.sideblockmain .cal_event { }
.sideblockmain .cal_event_date { }
.mycalendar { }
.mycalendar .cal_event { }
.mycalendar .cal_event_date { }
.mycalendar TABLE.cal_filters { }
.mycalendar .cal_filters THEAD TD { }
.mycalendar .cal_event_table { }
.mycalendar .cal_event_table THEAD { }
.sideblockmain HR { }
.mycalendar HR { }
.calendarreferer { }
TD.cal_event_description { }
.cal_popup_fg { }
.cal_popup_bg { }
.cal_popup_caption { }
.cal_popup_close { }
.sideblock .cal_controls { }
A IMG { }
TABLE.formtable TD { }
================================
Changes from 1.3.2 - 1.3.3
--------------------------------
$bodytags variable is now included in header.html (important for SCORM)
================================
Changes from 1.3.x - 1.4
--------------------------------
/* Make the course summary look like it used to on the front page */
#block_course_summary, #block_course_summary .sideblockmain { }
#block_course_summary .sideblockmain { }
/* Make the front page topic box look nice */
.sitetopic { }
.sitetopiccontent { }