summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorknut <>2007-06-18 20:25:38 +0000
committerknut <>2007-06-18 20:25:38 +0000
commit840d142703025927bd2fc5ffd70fcf62b0dccb76 (patch)
treec44b5c8d0772bee0463efb1d5c9273b406649945 /HISTORY
parentfe75acc9c6bfc76ce70e5e892cbf59c94f374ac5 (diff)
fixed #654
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 8ebd0a7f..b6784596 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6,6 +6,7 @@ BUG: Ticket#650 - Fixed TMysqlMetaData bug about SHOW FULL TABLES (Qiang)
BUG: Ticket#651 - TUserManager Roles names (from config) should be trimmed (Qiang)
BUG: Ticket#652 - OFFSET must be specified together with LIMIT for TScaffoldView (Qiang)
BUG: TWizard Sidebar using TDataListItemRenderer has error (Qiang)
+BUG: Ticket#654 - TAssetManager::copyDirectory() do not run closedir on an invalid resource (Knut)
ENH: Ticket#625 - Added @ to represent authenticated users in auth rules (Qiang)
ENH: Ticket#631 - Make TQueue implement Countable as the other collection classes (Knut)
ENH: Ticket#634 - Override __toString for TXmlElement and TXmlDocument (Knut)