Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-22 | Fixed 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-20 | EHN: Clientside performance (micro)optimization: Declare local javascript ↵ | godzilla80@gmx.net | |
variables explicit as local to avoid scope chain lookups | |||
2010-02-20 | Fixed Issue 209 - SqlMap doesn't escape inline params properly | godzilla80@gmx.net | |
2010-02-16 | Fixed Issue#223 | Christophe.Boulain | |
2010-02-15 | Fixed Issue#222 : | Christophe.Boulain | |
SingleLine TInplaceTextBox now honors the 'Columns' property | |||
2010-02-13 | Fixed 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-08 | ENH: Modify TDbTableInfo::getColumnNames() to store result in private class ↵ | godzilla80@gmx.net | |
member | |||
2010-02-08 | EHN: Add property TransactionClass (defaults to System.Data.TDbTransaction) ↵ | godzilla80@gmx.net | |
to TDbConnection and modify beginTransaction() | |||
2010-02-04 | Fixed TActiveDatePicker bug | Christophe.Boulain | |
2010-01-21 | Fixed Issue#192 | Christophe.Boulain | |
2010-01-15 | Fixed #169 | Christophe.Boulain | |
2010-01-14 | Fixed Issue#94 | Christophe.Boulain | |
2010-01-14 | Fixed Issue#86 | Christophe.Boulain | |
2010-01-14 | Fixed Issue#80 | Christophe.Boulain | |
2010-01-14 | Fixed Issue#153 | Christophe.Boulain | |
2010-01-14 | Fixed Issue#200 | Christophe.Boulain | |
2010-01-12 | Fixed issue#212 | Christophe.Boulain | |
2010-01-12 | Fixed issue#208 | Christophe.Boulain | |
2010-01-11 | Fixed issue#215 : TDropContainer doesn't publish its ClientSide property | Christophe.Boulain | |
2010-01-11 | Issue#218 : Changed URL of Javascript Logger to the archived page | Christophe.Boulain | |
2010-01-11 | Fixed Issue#216 | Christophe.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-08 | Fixed Issue #151 - TTextBox fails to display inital line break | godzilla80@gmx.net | |
2009-11-08 | Fixed Issue #191 - Bad parsing of MySQL ENUM type column | godzilla80@gmx.net | |
2009-11-08 | Fixed Issue #188 - TDbCache doesn't check if db connection is active. | godzilla80@gmx.net | |
2009-11-08 | Fix Issue #184 - THttpResponse doesn't support custom Content-Type headers, ↵ | godzilla80@gmx.net | |
remove charset part of header if THttpResponse.Charset=false | |||
2009-11-08 | Add property TValidationSummary.ScrollToSummary to server-side control since ↵ | godzilla80@gmx.net | |
property exists on client-side | |||
2009-11-08 | Always 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-08 | Add property ClientScriptManagerClass to TPageService and releated changes ↵ | godzilla80@gmx.net | |
in TPage.getClientScript() to allow subclassing of TClientScriptManager | |||
2009-10-05 | Fixed Issue#189 | Christophe.Boulain | |
2009-09-15 | Apply r2703 changes to 3.1 branch | Christophe.Boulain | |
2009-09-15 | Fixed issue#198 : "Undefined variable: tagName" after error in application ↵ | Christophe.Boulain | |
configuration. | |||
2009-07-27 | Issue #157 | carlgmathisen | |
2009-07-27 | fixed #166 and added a developer to index.html | carlgmathisen | |
2009-07-22 | Prepare for next release | Christophe.Boulain | |
2009-07-22 | Prepare for release3.1.6 | Christophe.Boulain | |
2009-07-22 | Fixed #178 | Christophe.Boulain | |
2009-07-20 | #183 - Add property CssClass to TBrowserLog otuput and hide inline CSS | carlgmathisen | |
2009-07-20 | Fixed #105 | carlgmathisen | |
2009-07-10 | ENH: 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-06 | Fixed reopened Issue#115 - Clientside registry of serverside controls don't ↵ | godzilla80@gmx.net | |
cover all controls: Prado.WebUI.TAutoComplete, Prado.WebUI.TInPlaceTextBox | |||
2009-06-30 | Fixed Issue#172 - TDbCache fails to recognize need to re-create cache table | godzilla80@gmx.net | |
2009-06-28 | Performance optimization in PradoBase::createComponent() | godzilla80@gmx.net | |
2009-06-27 | Fixed Issue#176 - THttpResponse::writeFile() add additional parameters to ↵ | godzilla80@gmx.net | |
take more influence on behavior (forceDownload, clientFileName, fileSize), add png to defaultMimeTypes | |||
2009-06-27 | TCallbackErrorHandler::displayException() force HTTP status "500 Internal ↵ | godzilla80@gmx.net | |
Server Error" to ensure TCallbackOptions.ClientSide.OnFailure is raised | |||
2009-06-07 | Fixed Issue#174 - TErrorHandler: HTTP error messages contains sensitive ↵ | godzilla80@gmx.net | |
information | |||
2009-06-07 | Enhancement: TFirePhpLogRoute: bypass to TBrowserLogRoute if headers already ↵ | godzilla80@gmx.net | |
sent / php.ini (output_buffering=Off, implicit_flush=On) | |||
2009-06-07 | Fixed Issue #168 - TSqlMapXmlConfiguration: CacheModel properties are not set | godzilla80@gmx.net | |
2009-06-07 | enhancement: introduce protected property "Published" in TAssetManager to ↵ | godzilla80@gmx.net | |
allow subclasses access | |||
2009-06-07 | Fixed Issue#175 - TBulletedList: Introduce TBulletStyle::None | godzilla80@gmx.net | |