summaryrefslogtreecommitdiff
path: root/HISTORY
AgeCommit message (Collapse)Author
2011-07-16branch 3.1: some doc/version update3.1.10ctrlaltca@gmail.com
2011-06-03updated HISTORYrojaro
2011-06-01backported active data controls + some other goodies from trunk/ ; updated docsctrlaltca@gmail.com
2011-06-01fix for #311; updated docsctrlaltca@gmail.com
2011-05-29(no commit message)3.1.8rojaro
2011-05-29added a few missing linesrojaro
2011-05-21branch/3.1: merged bugfixes from trunk/ up to currentctrlaltca@gmail.com
2011-05-21branch/3.1: merged bugfixesfrom trunk/ up to r2880; correct svn:mergeinfo ↵ctrlaltca@gmail.com
property
2010-02-22Prepare for 3.1.73.1.7Christophe.Boulain
2010-02-22Fixed Issues#113/195, but i decide to enable it manualy using the new ↵godzilla80@gmx.net
introduced "CgiFix" property. Since i'm not able to reproduce the problem and for example in my tests 'ORIG_SCRIPT_NAME' contains '/php/php-cgi.exe' <module id="request" class="System.Web.THttpRequest" CgiFix="1" UrlManager="friendlyurl-manager" UrlFormat="Get"/> Use 'ORIG_PATH_INFO' CgiFix="1" Return 'ORIG_SCRIPT_NAME' in getApplicationUrl() CgiFix="2" Or to enable both: CgiFix="3"
2010-02-20EHN: Clientside performance (micro)optimization: Declare local javascript ↵godzilla80@gmx.net
variables explicit as local to avoid scope chain lookups
2010-02-20Fixed Issue 209 - SqlMap doesn't escape inline params properlygodzilla80@gmx.net
2010-02-16Fixed Issue#223Christophe.Boulain
2010-02-15Fixed Issue#222 : Christophe.Boulain
SingleLine TInplaceTextBox now honors the 'Columns' property
2010-02-13Fixed Issue #24 - Specify needed fields on demand godzilla80@gmx.net
- modify TDbCommandBuilder in package System.Data.Common - add method getSelectFieldList() - modify createFindCommand() to utilize getSelectFieldList() - modify createCountCommand() to invoke createFindCommand() with COUNT(*) - modify package System.Data.DataGateway - add property Select to TSqlCriteria - modify TDataGatewayCommand::getFindCommand() to pass Select property of criteria to TDbCommandBuilder::createFindCommand()
2010-02-08ENH: Modify TDbTableInfo::getColumnNames() to store result in private class ↵godzilla80@gmx.net
member
2010-02-08EHN: Add property TransactionClass (defaults to System.Data.TDbTransaction) ↵godzilla80@gmx.net
to TDbConnection and modify beginTransaction()
2010-02-04Fixed TActiveDatePicker bugChristophe.Boulain
2010-01-21Fixed Issue#192Christophe.Boulain
2010-01-15Fixed #169Christophe.Boulain
2010-01-14Fixed Issue#94Christophe.Boulain
2010-01-14Fixed Issue#86Christophe.Boulain
2010-01-14Fixed Issue#80Christophe.Boulain
2010-01-14Fixed Issue#153Christophe.Boulain
2010-01-14Fixed Issue#200Christophe.Boulain
2010-01-12Fixed issue#212Christophe.Boulain
2010-01-12Fixed issue#208Christophe.Boulain
2010-01-11Fixed issue#215 : TDropContainer doesn't publish its ClientSide propertyChristophe.Boulain
2010-01-11Issue#218 : Changed URL of Javascript Logger to the archived pageChristophe.Boulain
2010-01-11Fixed Issue#216Christophe.Boulain
2009-11-08- Fixed Issue #171 - <connection> tag in SqlMap config ignored in 3.1.5 and ↵godzilla80@gmx.net
above, introduced by solving Issue#68 - move logic to instantiate TSqlMapManager from "protected function createSqlMapGateway()" to "public function getSqlMapManager()" since it is useful if you dynamicly create mapped statements that should be cached - explicit return null in loadCachedSqlMapManager()
2009-11-08Fixed Issue #151 - TTextBox fails to display inital line breakgodzilla80@gmx.net
2009-11-08Fixed Issue #191 - Bad parsing of MySQL ENUM type columngodzilla80@gmx.net
2009-11-08Fixed Issue #188 - TDbCache doesn't check if db connection is active.godzilla80@gmx.net
2009-11-08Fix Issue #184 - THttpResponse doesn't support custom Content-Type headers, ↵godzilla80@gmx.net
remove charset part of header if THttpResponse.Charset=false
2009-11-08Add property TValidationSummary.ScrollToSummary to server-side control since ↵godzilla80@gmx.net
property exists on client-side
2009-11-08Always render clientside counterparts of validation control even if not ↵godzilla80@gmx.net
enabled, but pass-through Enabled property, to allow Enabled/Disable of validator on callback.
2009-11-08Add property ClientScriptManagerClass to TPageService and releated changes ↵godzilla80@gmx.net
in TPage.getClientScript() to allow subclassing of TClientScriptManager
2009-10-05Fixed Issue#189Christophe.Boulain
2009-09-15Apply r2703 changes to 3.1 branchChristophe.Boulain
2009-09-15Fixed issue#198 : "Undefined variable: tagName" after error in application ↵Christophe.Boulain
configuration.
2009-07-27Issue #157carlgmathisen
2009-07-27fixed #166 and added a developer to index.htmlcarlgmathisen
2009-07-22Prepare for next releaseChristophe.Boulain
2009-07-22Prepare for release3.1.6Christophe.Boulain
2009-07-22Fixed #178Christophe.Boulain
2009-07-20#183 - Add property CssClass to TBrowserLog otuput and hide inline CSScarlgmathisen
2009-07-20Fixed #105carlgmathisen
2009-07-10ENH: Add property TPage.EnableStateCompression and related modifications in ↵godzilla80@gmx.net
TPageStateFormatter since it is unnecessary to compress clientstate if TCachePageStatePersister/TSessionPageStatePersister is used
2009-07-06Fixed reopened Issue#115 - Clientside registry of serverside controls don't ↵godzilla80@gmx.net
cover all controls: Prado.WebUI.TAutoComplete, Prado.WebUI.TInPlaceTextBox