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