diff options
author | ctrlaltca@gmail.com <> | 2011-11-09 22:12:14 +0000 |
---|---|---|
committer | ctrlaltca@gmail.com <> | 2011-11-09 22:12:14 +0000 |
commit | 51aa293bdd77fa6a7bc65341c962655ab7ef52e7 (patch) | |
tree | 6638d1ce920df99d38f91c9a9b9c43f9381f8d95 /HISTORY | |
parent | 5380a870b799098d7900b1098b4e9930ba71f10e (diff) |
fix #370:
- deprecated TSqliteCache, use TDbCache instead
- reworked the dataaccess code of demos/blog
- other smalll fixes around
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ BUG: Issue #371 - Sorting on TActiveDataGrid autogenerated column not work (ctrl ENH: Performance (micro)optimization in TUrlMapping::loadUrlMappings - invoke `getDefaultMappingClass` outside of loop (Yves) BUG: TActiveMultiView must update clientside only when necessary to get other active controls work fine inside it (ctrlaltca) BUG: TListBox doesn't correctly reports selected indices to serverside on callback +CHG: Deprecated TSqliteCache since it's based on php's sqlite extension (ctrlaltca) Version 3.1.10 Jul 17, 2011 BUG: Added missing timeout on TCacheHttpSession (ctrlaltca) |