diff options
author | ctrlaltca@gmail.com <> | 2011-11-09 12:35:57 +0000 |
---|---|---|
committer | ctrlaltca@gmail.com <> | 2011-11-09 12:35:57 +0000 |
commit | 5380a870b799098d7900b1098b4e9930ba71f10e (patch) | |
tree | 8face776f884dd29b6a0ca8216206baa6954c564 /HISTORY | |
parent | 199ebf217cc4b597fc2044d50ef66b73dc4c5eaf (diff) |
fix #371
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ BUG: Issue #366 - Use divs instead of spans around tables in TActiveDataGrid (ct BUG: Issue #365 - [Runtime Notice] Declaration of T${DriverName}MetaData::quoteTableName() should be compatible with that of TDbMetaData::quoteTableName() (Yves) BUG: Issue #367 - Parameterized RegularExpression property in UrlMapping raise TPhpErrorException in DOMDocument::loadXML() (Yves) BUG: Issue #368 - Clearing selection of a TActiveDropDownList in callback should select its prompt (ctrlaltca) +BUG: Issue #371 - Sorting on TActiveDataGrid autogenerated column not work (ctrlaltca) 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 |