diff options
-rw-r--r-- | HISTORY | 5 | ||||
-rw-r--r-- | UPGRADE | 5 |
2 files changed, 8 insertions, 2 deletions
@@ -69,7 +69,10 @@ BUG: Issue #383 - Some THttpRequest methods raise NOTICE level errors on missing BUG: Issue #388 - Output caching will raise error in Performance mode (gabor) BUG: Issue #390 - TJavaScript::encode() float encoding depends on current locale (gabor) BUG: Issue #391 - TJavaScript::encode() provides no simple way to pass strings in an XSS-safe way (gabor, ctrlaltca) -BUG: Issue #393 - THttpResponse::redirect() fails if output buffering has been disabled completely (gabor) +BUG: Issue #393 - THttpResponse::redirect() fails if output buffering has been disabled completely (gabor) +BUG: Issue #394 - TActiveCustomValidator Display Dynamic error or Double Update Value (ctrlaltca) +BUG: Issue #395 - 'TActiveDatePicker' does not support AutoPostBack. (ctrlaltca) +BUG: Issue #396 - TApplication warning with is_file php function (ctrlaltca) Version 3.1.10 Jul 17, 2011 BUG: Added missing timeout on TCacheHttpSession (ctrlaltca) @@ -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 ---------------------- |