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:
b753419
)
adding more upgrade info
author
Petr Skoda
<skodak@moodle.org>
Wed, 24 Mar 2010 09:25:21 +0000
(09:25 +0000)
committer
Petr Skoda
<skodak@moodle.org>
Wed, 24 Mar 2010 09:25:21 +0000
(09:25 +0000)
mod/upgrade.txt
patch
|
blob
|
blame
|
history
diff --git
a/mod/upgrade.txt
b/mod/upgrade.txt
index
1550f2b
..
5f370a0
100644
(file)
--- a/
mod/upgrade.txt
+++ b/
mod/upgrade.txt
@@
-31,6
+31,7
@@
required changes in code:
move module icon to mod/xxx/pix/icon.gif
old global $THEME is fully replaced by $OUTPUT
create plugin renderers
+ (http://docs.moodle.org/en/Development:Theme_changes_in_2.0)
* migrate all javascript new coding style using YUI3+YUI2
(http://docs.moodle.org/en/Development:JavaScript_usage_guide)