diff options
author | ctrlaltca <> | 2013-01-06 17:27:51 +0000 |
---|---|---|
committer | ctrlaltca <> | 2013-01-06 17:27:51 +0000 |
commit | 55eb721567c84d0a30914f76615691990d005ac3 (patch) | |
tree | 14b283e6f7980e3c45f6109e90fd0fd0f280c8c0 /HISTORY | |
parent | 1f6d9caf8397416747aa2105b2aac352cdf92fe3 (diff) |
fixed old/broken unit tests; update documentation
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,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 |