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:
73593f4
)
more block upgrade notes
author
Petr Skoda
<skodak@moodle.org>
Tue, 13 Apr 2010 21:41:11 +0000
(21:41 +0000)
committer
Petr Skoda
<skodak@moodle.org>
Tue, 13 Apr 2010 21:41:11 +0000
(21:41 +0000)
blocks/upgrade.txt
patch
|
blob
|
blame
|
history
diff --git
a/blocks/upgrade.txt
b/blocks/upgrade.txt
index
4eec74c
..
51e9950
100644
(file)
--- a/
blocks/upgrade.txt
+++ b/
blocks/upgrade.txt
@@
-14,7
+14,8
@@
required changes in code:
* theme changes: move plugin styles into blocks/xxx/styles.css and use new css markers for images,
move all images into new blocks/xxx/pix/ directory and use new outputlib api
old global $THEME is fully replaced by $OUTPUT
-
+* remove '_utf8' from language pack names, use new {$a} syntax in language packs
+* use 'pluginname' lang pack identifier instead of 'blockname'
optional - no changes needed in older code:
*