Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dcd99d
)
MDL-36048 advise theme developers to output course header/footer
author
Marina Glancy
<marina@moodle.com>
Wed, 14 Nov 2012 01:29:54 +0000
(09:29 +0800)
committer
Marina Glancy
<marina@moodle.com>
Wed, 14 Nov 2012 01:29:54 +0000
(09:29 +0800)
theme/upgrade.txt
patch
|
blob
|
blame
|
history
diff --git
a/theme/upgrade.txt
b/theme/upgrade.txt
index
4158d23
..
da07064
100644
(file)
--- a/
theme/upgrade.txt
+++ b/
theme/upgrade.txt
@@
-3,6
+3,9
@@
information provided here is intended especially for theme designer.
=== 2.4 ===
+required changes:
+* output course and course content header/footer that may be returned by course format (see MDL-36048)
+
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)