diff options
author | ctrlaltca <> | 2013-01-06 18:16:16 +0000 |
---|---|---|
committer | ctrlaltca <> | 2013-01-06 18:16:16 +0000 |
commit | df6d3d96f93de99150b28d342bfeb0c89bf59f1b (patch) | |
tree | 9530b4a758b4ba86ccd9dfd273bb8c7a201db377 /HISTORY | |
parent | 55eb721567c84d0a30914f76615691990d005ac3 (diff) |
fix #431
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ 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) +BUG: Issue #431 - TReCaptcha does not work well with active controls (Gabor) 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) |