summaryrefslogtreecommitdiff
path: root/HISTORY
AgeCommit message (Collapse)Author
2012-05-29small fix to previous commit: use full version numbers 3.2.0-rc3ctrlaltca
2012-05-29version bump 3.2-rc3ctrlaltca
2012-05-29updated HISTORYctrlaltca
2012-05-28updated HISTORYctrlaltca
2012-05-19updated HISTORYctrlaltca
2012-04-14updated docsctrlaltca@gmail.com
2012-03-24patch for #393 + updated docsctrlaltca@gmail.com
2012-03-23Fixed #390 and #391ctrlaltca@gmail.com
2012-02-12updated quick start page "New features"ctrlaltca@gmail.com
2012-02-12patch for #386ctrlaltca@gmail.com
2012-02-09patch for #382ctrlaltca@gmail.com
2012-01-29fix #383ctrlaltca@gmail.com
2012-01-25updated HISTORYctrlaltca@gmail.com
2012-01-25fix for #381ctrlaltca@gmail.com
2012-01-18fixed #380 (TCustomValidator's ControlToValidate should be optional); added ↵ctrlaltca@gmail.com
a quickstart example, updated 2 tests that were broken + HISTORY
2011-12-21little doc updated related to previous commitctrlaltca@gmail.com
2011-12-21fix for #91; fixed TActiveCustomvalidator's behaviour and demo (more ↵ctrlaltca@gmail.com
discussion in the ticket)
2011-12-21fixed #66ctrlaltca@gmail.com
2011-12-21fix #314ctrlaltca@gmail.com
2011-12-19committed patch from #378ctrlaltca@gmail.com
2011-12-02fixed tiny_mce's md5 file; updated HISTORYctrlaltca@gmail.com
2011-11-22TCaptcha: publish images with image/png content-typectrlaltca@gmail.com
2011-11-19fixed #354ctrlaltca@gmail.com
2011-11-19fix for #35ctrlaltca@gmail.com
2011-11-13reverted r2751 to fix #283: if a service is defined in applicaton.xml, we ↵ctrlaltca@gmail.com
should start it even from a TShellApplication; testcased #200 too
2011-11-10fix for #275ctrlaltca@gmail.com
2011-11-10fix for #254ctrlaltca@gmail.com
2011-11-10fixed #240ctrlaltca@gmail.com
2011-11-09fix #370:ctrlaltca@gmail.com
- deprecated TSqliteCache, use TDbCache instead - reworked the dataaccess code of demos/blog - other smalll fixes around
2011-11-09fix #371ctrlaltca@gmail.com
2011-10-31Bugfix: TListBox SelestionMode="Multiple" did not report correctly its ↵ctrlaltca@gmail.com
selected indices on callback Updated version of prado clientscript to 3.2
2011-10-21removed TClientScriptLoader missed in r3039. Updated documentationctrlaltca@gmail.com
2011-10-17Port changes of r3050 (branches/3.1) to trunkGODZilla0480@gmail.com
2011-10-16Fixed Issue#365 introduced in r3030GODZilla0480@gmail.com
2011-10-02little doc updatectrlaltca@gmail.com
2011-10-02some documentation update on trunk/ctrlaltca@gmail.com
2011-08-30Fixed Issue#362GODZilla0480@gmail.com
2011-08-30reverted r3032, please look ticket #362ctrlaltca@gmail.com
2011-08-28Add method getHeaders to THttpRequest & THttpResponseGODZilla0480@gmail.com
2011-08-28Modify TThemeManager to allow custom subclassing of TTheme GODZilla0480@gmail.com
2011-08-28Add methods quoteTableName, quoteColumnName, quoteColumnAlias to TDbMetaData ↵GODZilla0480@gmail.com
& TDbConnection and add TDbConnection:getDbMetaData [TODO: customize TOracleMetaData]
2011-08-28Modify TActiveRecordConfig & TActiveRecordManager to allow custom ↵GODZilla0480@gmail.com
subclassing of System.Data.ActiveRecord.TActiveRecordManager & System.Data.ActiveRecord.TActiveRecordGateway
2011-08-28Modifiy TTemplate::parseAttributes to allow definition of "HTML5 Custom Data ↵GODZilla0480@gmail.com
Attributes (data-*)" e.g Attributes.data-custom-value="foobar"
2011-06-20docs updatesctrlaltca@gmail.com
2011-06-03merged history from 3.1rojaro
2011-02-26CHG: Remove TReflectionClass and all references since equals ReflectionClassgodzilla80@gmx.net
2011-02-26Add THttpSession::regenerate() to update the current session id with a newly ↵godzilla80@gmx.net
generated one
2010-05-23add second parameter to THttpResponse::appendHeader whether the header ↵godzilla80@gmx.net
should replace a previous similar header, or add a second header of the same type
2010-05-18Add property SecureConnection to TUrlMappingPattern and related enum ↵godzilla80@gmx.net
TUrlMappingPatternSecureConnection to make it possible to to define wether to use http or https on pattern level
2010-05-18Change behavior of THttpRequest::getBaseUrl() & ↵godzilla80@gmx.net
THttpRequest::getAbsoluteApplicationUrl() to make it possible to force either http or https