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:
0ba48ee
)
MDL-32279 filters: add documentation to upgrade.txt
author
Eloy Lafuente (stronk7)
<stronk7@moodle.org>
Thu, 14 Jun 2012 23:24:18 +0000
(
01:24
+0200)
committer
Eloy Lafuente (stronk7)
<stronk7@moodle.org>
Thu, 14 Jun 2012 23:24:18 +0000
(
01:24
+0200)
filter/upgrade.txt
patch
|
blob
|
blame
|
history
diff --git
a/filter/upgrade.txt
b/filter/upgrade.txt
index
bb0522e
..
cf94ace
100644
(file)
--- a/
filter/upgrade.txt
+++ b/
filter/upgrade.txt
@@
-1,6
+1,13
@@
This file describes API changes in core filter API and plugins,
information provided here is intended especially for developers.
+=== 2.3 ===
+
+* new setup() method added to moodle_text_filter, invoked before
+ filtering happens, used to add all the requirements to the page
+ (js, css...) and/or other init tasks. See filter/glossary for
+ an example using the API (and MDL-32279 for its justification).
+
=== 2.2 ===
* legacy filters and legacy locations have been deprecated, so any