diff options
author | ctrlaltca <> | 2013-01-06 18:09:15 +0000 |
---|---|---|
committer | ctrlaltca <> | 2013-01-06 18:09:15 +0000 |
commit | 11f2517f24aca0580fec7d3560108458da787342 (patch) | |
tree | 85ae5c74c23dce62b68b2c3505345a486513c3e9 /HISTORY | |
parent | 37bd6206f9765a5ddfa8dc04b4e13e6bb268d0db (diff) |
backported r3233, r3234 to trunk/
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ EHN: Permit to change the default cipher in TSecurityManager::setEncryption(); c EHN: Use php's hash_hmac() when available in TSecurityManager, and permit the use of all algorithms supported by php (ctrlaltca) EHN: Use mbstring when available in TSecurityManager to better handle multibyte text (ctrlaltca) EHN: Updated TinyMCE to 3.5.6 (ctrlaltca) +CHG: Rewrite TDateTimeStamp as a wrapper to php's native DateTime and deprecate it (ctrlaltca) Version 3.2.0 Jun 25, 2012 BUG: Fixed an inconsistency in TRegularExpressionValidator |