summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Collapse)Author
2010-01-14Fixed Issue#80Christophe.Boulain
2010-01-14Merge changes done in trunk in r2708Christophe.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-08Correct code formating of last commitgodzilla80@gmx.net
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
2009-06-30Fixed Issue#172 - TDbCache fails to recognize need to re-create cache tablegodzilla80@gmx.net
2009-06-28Performance optimization in PradoBase::createComponent()godzilla80@gmx.net
2009-06-27Fixed 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-27TCallbackErrorHandler::displayException() force HTTP status "500 Internal ↵godzilla80@gmx.net
Server Error" to ensure TCallbackOptions.ClientSide.OnFailure is raised
2009-06-07Fixed Issue#174 - TErrorHandler: HTTP error messages contains sensitive ↵godzilla80@gmx.net
information
2009-06-07Enhancement: TFirePhpLogRoute: bypass to TBrowserLogRoute if headers already ↵godzilla80@gmx.net
sent / php.ini (output_buffering=Off, implicit_flush=On)
2009-06-07Fixed Issue #168 - TSqlMapXmlConfiguration: CacheModel properties are not setgodzilla80@gmx.net
2009-06-07enhancement: introduce protected property "Published" in TAssetManager to ↵godzilla80@gmx.net
allow subclasses access
2009-06-07Fixed Issue#175 - TBulletedList: Introduce TBulletStyle::Nonegodzilla80@gmx.net
2009-06-05Fix Issue#117 - Consider TValidationSummary.DisplayMode="HeaderOnly" if ↵godzilla80@gmx.net
TValidationSummary.ShowMessageBox is set
2009-05-29Fixed Issue#164Christophe.Boulain
2009-05-25prepare for next release.qiang.xue
2009-05-24prepare for release.3.1.5qiang.xue
2009-05-23Fixed Issue#161 - SqlMap add cache dependencies if TApplicationMode Debug/Normalgodzilla80@gmx.net
2009-05-23add GroupLabel property to TFirePhpLogRoutegodzilla80@gmx.net
2009-05-18ENH: new log route subclass for FirePHP: TFirePhpLogRoute - FirePHP is ↵godzilla80@gmx.net
ideally suited for AJAX development where clean JSON and XML responses are required
2009-05-14Fixed Issue#78 - add schema support to TActiveRecordRelation::findForeignKeys()godzilla80@gmx.net
2009-05-14TPgsqlTableInfo::getTableFullName() return void if no schema givengodzilla80@gmx.net
2009-05-13Fixed Issue#154Christophe.Boulain
2009-05-13Fixed Issue#95 TMysqlMetaData::getShowCreateTable() throws ↵godzilla80@gmx.net
TPhpErrorException "[Notice] Undefined index: Create Table" if table is a view