diff options
author | xue <> | 2007-06-15 17:25:22 +0000 |
---|---|---|
committer | xue <> | 2007-06-15 17:25:22 +0000 |
commit | c50cc0ec1bcfefd2b28e5db0a677df6d06511984 (patch) | |
tree | 4e5fee308d73e701ce75b48b66e68c1e58ebbcfa /HISTORY | |
parent | 9df523b4eeb54d97d2040c00599b393df4f88a3e (diff) |
Fixed #652.
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ BUG: Ticket#621 - TWizardNavigationButtonStyle could not be found (Qiang) BUG: Ticket#627 - Logout did not set correct status to the user object (Qiang) 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) 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) |