diff options
author | ctrlaltca <> | 2012-08-10 12:53:17 +0000 |
---|---|---|
committer | ctrlaltca <> | 2012-08-10 12:53:17 +0000 |
commit | 6b8ac7eb52cf05b404c7c5610b3cc270f59256a4 (patch) | |
tree | c7e86ed78109c368ef6fd8a4cfba79de6dc162e2 /HISTORY | |
parent | e7b4d1466524258585711be76d525b1c8441f4d2 (diff) |
fix #421
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ BUG: Issue #417 - TActiveCustomValidator and Display=Dynamic not work anymore (s BUG: Issue #418 - Can't get parameters when friendly url enabled with UrlFormat=Path (sampsa.saarela) ENH: Issue #419 - CssClass for PushButtons of TPager (ctrlaltca) ENH: Issue #420 - Permit to easily mock TActiveRecordgateway for unit testing (mvschaik) +BUG: Issue #421 - TAutocomplete not rendering an empty suggestion list (Dario Rigolin) 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) |