diff options
author | godzilla80@gmx.net <> | 2010-02-21 11:34:12 +0000 |
---|---|---|
committer | godzilla80@gmx.net <> | 2010-02-21 11:34:12 +0000 |
commit | a779552bc0809d5673d7b4353168aef8114035b4 (patch) | |
tree | 4731d3c0867cbdba8a88facade20fda506226df9 /HISTORY | |
parent | c3dbc4d210cfb9d96961a990aa74c55560f2b4b4 (diff) |
Merged latest changes into trunk (except r2773)
/branches/3.1:r2765,2770-2771,2774,2776-2778
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -34,8 +34,10 @@ BUG: Issue#189 - Page State corrupted when EnableStateValidation=False (Christop BUG: Issue#198 - "Undefined variable: tagName" after error in application configuration. (Christophe) BUG: Issue#200 - TShellApplication failed when no service are defined in application configuration. (Christophe) BUG: Issue#208 - TDbConnection.Charset not working properly (googlenew at pcforum.hu, Christophe) +BUG: Issue#209 - SqlMap doesn't escape inline params properly (Yves) BUG: Issue#212 - Mistaken query executed by TMysqlMetaData (pbenny, Christophe) BUG: Issue#216 - TTabPanel doesn't preserve active tab on callback request (googlenew at pcforum.hu,Christophe) +BUG: Issue~223 - TXmlElement doesn't support all types in attributes - fails to save (Christophe) BUG: Typo in TBoundColumn (Robin) BUG: TActiveDatePicker js error when date format does not have the 3 elements (Christophe) ENH: Add property ClientScriptManagerClass to TPageService and releated changes in TPage.getClientScript() (Yves) @@ -46,7 +48,7 @@ ENH: Modify TDbTableInfo::getColumnNames() to store result in private class memb ENH: Issue#215 - Add ClientSide property to TDropContainer (googlenew at pcforum.hu, Christophe) ENH: Issue#222 - Add Columns property to TInPlaceTextBox (Christophe) CHG: Issue#218 - Change URL of Javascript Logger (Christophe) -BUG: Issue#198 - "Undefined variable: tagName" after error in application configuration. (Christophe) +EHN: Clientside performance (micro)optimization: Declare local javascript variables explicit as local to avoid scope chain lookups (Yves) Version 3.1.6 July 22, 2009 BUG: Issue#98 - Missing file in quickstart demo (Chrisotphe) |