Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Correct code formating of last commit | godzilla80@gmx.net | |
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 | |
2009-06-05 | Fix Issue#117 - Consider TValidationSummary.DisplayMode="HeaderOnly" if ↵ | godzilla80@gmx.net | |
TValidationSummary.ShowMessageBox is set | |||
2009-05-29 | Fixed Issue#164 | Christophe.Boulain | |
2009-05-25 | prepare for next release. | qiang.xue | |
2009-05-24 | prepare for release.3.1.5 | qiang.xue | |
2009-05-23 | Fixed Issue#161 - SqlMap add cache dependencies if TApplicationMode Debug/Normal | godzilla80@gmx.net | |
2009-05-23 | add GroupLabel property to TFirePhpLogRoute | godzilla80@gmx.net | |
2009-05-18 | ENH: 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-14 | Fixed Issue#78 - add schema support to TActiveRecordRelation::findForeignKeys() | godzilla80@gmx.net | |
2009-05-14 | TPgsqlTableInfo::getTableFullName() return void if no schema given | godzilla80@gmx.net | |
2009-05-13 | Fixed Issue#154 | Christophe.Boulain | |
2009-05-13 | Fixed Issue#95 TMysqlMetaData::getShowCreateTable() throws ↵ | godzilla80@gmx.net | |
TPhpErrorException "[Notice] Undefined index: Create Table" if table is a view | |||
2009-05-11 | Fixed Issue#148 | Christophe.Boulain | |
2009-05-11 | Fixed Issue#150 | Christophe.Boulain | |
2009-05-11 | Change visibilty of TActiveRecord class member "_invalidFinderResult" from ↵ | godzilla80@gmx.net | |
private to protected to concern serialization | |||
2009-05-10 | Fixed Issue #74 | godzilla80@gmx.net | |
Introduce a new property 'InvalidFinderResult' (related new enum TActiveRecordInvalidFinderResult) to TActiveRecordConfig, TActiveRecordManager, TActiveRecord that allows to control how TActiveRecord react if an invalid magic-finder invoked. Possible values are: Exception - throw TActiveRecordException like before rev1545 Null - return null (default for backward compatibility reasons) To change behavior: <module class="System.Data.ActiveRecord.TActiveRecordConfig" InvalidFinderResult="Exception"/> or MyActiveRecord->setInvalidFinderResult(TActiveRecordInvalidFinderResult::Exception); or override MyActiveRecord->getInvalidFinderResult() to always return TActiveRecordInvalidFinderResult::Exception | |||
2009-05-09 | Fixed Issue #141 - TDbCache performance: modify structure of indices, new ↵ | godzilla80@gmx.net | |
property 'FlushInterval' to control how often expired items will be removed | |||
2009-05-02 | Enhancement: Updated clientscripts.php to JSMin 1.1.1 - According to author ↵ | godzilla80@gmx.net | |
15% faster with 94% less memory usage | |||
2009-05-01 | Fixed Issue #122 - SqlMap: support for properties in resource filenames, fix ↵ | godzilla80@gmx.net | |
sqlmap doc - property "name" instead of "key" | |||
2009-05-01 | Fixed Issue #55 - TPropertyAccess.get don't recognize magic getter __get | godzilla80@gmx.net | |
2009-04-29 | THtmlArea boolean options were not properly encoded in change r2619 | Christophe.Boulain | |