summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorctrlaltca <>2012-11-02 17:03:19 +0000
committerctrlaltca <>2012-11-02 17:03:19 +0000
commit84de259ccb6259d6b052b76f35ee267afb9dea3d (patch)
tree3da3b4460fd4db131def59c8162f20c50d538190 /HISTORY
parentffe46625821b5d23387d57c289dafc37a52203d7 (diff)
updated HISTORY
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 3f51f303..b86e6ea9 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,5 +1,6 @@
Version 3.2.1 to be released
+EHN: Issue #260 - TComponent Update: Behaviors, Class Behaviors, fx global events, and dy one to one events (javalizard)
BUG: Issue #412 - open_basedir restriction (ctrlaltca)
BUG: Issue #413 - TActiveDatePicker does not fire TCallbackClientSide's events (ctrlaltca)
BUG: Issue #414 - ActiveDatagrid's pager does not fire TCallbackClientSide's events (ctrlaltca)
@@ -12,6 +13,7 @@ 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)
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)