diff options
author | ctrlaltca <> | 2012-08-06 16:23:44 +0000 |
---|---|---|
committer | ctrlaltca <> | 2012-08-06 16:23:44 +0000 |
commit | 0dce832bc6111fb97621ffb2ae0c5501482f903c (patch) | |
tree | fbfc57ce364c4314eb9254b13d83799659ba60bd /HISTORY | |
parent | b7ce979388ac671401cbdc69e1fe057d513fa97d (diff) |
patch for #420
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,7 +5,9 @@ BUG: Issue #413 - TActiveDatePicker does not fire TCallbackClientSide's events ( BUG: Issue #414 - ActiveDatagrid's pager does not fire TCallbackClientSide's events (ctrlaltca) BUG: Issue #415 - prado-cli throws an error if the application is making use of THttpSession (ctrlaltca) BUG: Issue #416 - TJsonService reports the wrong content-type (ctrlaltca) +BUG: Issue #417 - TActiveCustomValidator and Display=Dynamic not work anymore (sampsa.saarela) BUG: Issue #418 - Can't get parameters when friendly url enabled with UrlFormat=Path (sampsa.saarela) +ENH: Issue #420 - Permit to easily mock TActiveRecordgateway for unit testing (mvschaik) 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) |