summaryrefslogtreecommitdiff
path: root/UPGRADE
diff options
context:
space:
mode:
authorctrlaltca@gmail.com <>2012-04-14 15:21:48 +0000
committerctrlaltca@gmail.com <>2012-04-14 15:21:48 +0000
commitafaebc9ce82a6cec8cff83da781c44411838df9c (patch)
treeaa8d65e0afa7d307dfb43f75fb672f181526acc6 /UPGRADE
parent6a55e3cea8f0b98dfa1b19ff970ca18cd6730b96 (diff)
updated docs
Diffstat (limited to 'UPGRADE')
-rw-r--r--UPGRADE5
1 files changed, 4 insertions, 1 deletions
diff --git a/UPGRADE b/UPGRADE
index 1613e01d..0ff34d0d 100644
--- a/UPGRADE
+++ b/UPGRADE
@@ -54,7 +54,10 @@ Upgrading from v3.1.x
to explicitly use TJavascript::quoteFunction() to ensure raw javascript will be published.
- The php JSON extension is required; it ships by default with php 5.3 and is a lot faster that the old
TJSON-based implementation. TJSON has been removed, if you were calling it directly to encode/decode
- you can switch to TJavaScript::jsonEncode(), TJavaScript::jsonDecode().
+ you can switch to TJavaScript::jsonEncode(), TJavaScript::jsonDecode().
+- TActiveCustomValidator behaviour changed. Previously it was using a separate callback to perform
+ validation on its own, while now it performs validation inside the main callback of the control that
+ triggered the validation.
Upgrading from v3.1.10
----------------------