diff options
author | ctrlaltca <> | 2013-01-15 18:44:34 +0000 |
---|---|---|
committer | ctrlaltca <> | 2013-01-15 18:44:34 +0000 |
commit | a8bb9a32eebc3a62686dd9bf559bf47a8b1c915b (patch) | |
tree | 01b4ee0378c1680ca1529e3a3a261c18fae3fe91 /HISTORY | |
parent | cc486177d7379ddb116cb3a319192befad7fa182 (diff) |
backported r3251 into trunk/
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ ENH: Issue #426 - Make TDataFieldAccessor capable to access data in nested array 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) +BUG: Issue #432 - Double slash with URL Tags in www root (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) |