summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorctrlaltca <>2013-01-02 14:42:24 +0000
committerctrlaltca <>2013-01-02 14:42:24 +0000
commitedf2251aca60a970e822079d23933e5b70b26571 (patch)
tree366b6688efbb03f20f47268bea57859cea673c70 /HISTORY
parent8e5f2510bd577e15095e46afc7d0ba6808549bf8 (diff)
backported all related changes up to 3229 to branch/3.2
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 3f51f303..32eb3fef 100644
--- a/HISTORY
+++ b/HISTORY
@@ -12,6 +12,9 @@ ENH: Issue #420 - Permit to easily mock TActiveRecordgateway for unit testing (m
BUG: Issue #421 - TAutocomplete not rendering an empty suggestion list (Dario Rigolin)
BUG: Issue #424 - TDefaultButton broken when multiple TDefaultButton are on the same page (ctrlaltca)
BUG: Issue #425 - Error generating WSDL (cezarpirajant)
+ENH: Issue #426 - Make TDataFieldAccessor capable to access data in nested arrays (ctrlaltca)
+BUG: Issue #427 - Var name mismatch in TActiveFileUpload.php (piotr.knapik)
+BUG: Issue #428 - Using a TActiveCustomValidator with a TActiveTextBox and AutoPostBack does not work as expected (ctrlaltca)
EHN: Permit to change the default cipher in TSecurityManager::setEncryption(); changed the default cipher from 3DES to AES256 (ctrlaltca)
EHN: Use php's hash_hmac() when available in TSecurityManager, and permit the use of all algorithms supported by php (ctrlaltca)