summaryrefslogtreecommitdiff
path: root/HISTORY
AgeCommit message (Collapse)Author
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
2010-04-12Fixed Issue#246Christophe.Boulain
2010-03-15Fixed Issue#232Christophe.Boulain
May need additionnal testing
2010-02-21Merged latest changes into trunk (except r2773)godzilla80@gmx.net
/branches/3.1:r2765,2770-2771,2774,2776-2778
2010-02-18Update TDraggable::revert property to accept "failure" valueChristophe.Boulain
2010-02-15Merge from r2765 (and some others) 3.1Christophe.Boulain
Added TActiveTableRow QST page Corrected an uninitialized array in TScaffoldBase
2010-02-14Merge Branches & Trunkgodzilla80@gmx.net
/trunk:r2680,2692,2707-2736 /branches/3.1:r2682-2686,2694-2702,2705,2738-2762
2010-02-13NEW: Add Beta of master/slave senario solutiongodzilla80@gmx.net
- add package System.Testing.Data.Analysis - add package System.Testing.Data.Distributed - add sub package System.Testing.Data.Distributed.MasterSlave - add unittest for System.Testing.Data.Analysis
2009-10-14added TActiveMultiViewrojaro
2009-10-07Add TActiveTableCell & TActiveTableRowChristophe.Boulain
2009-10-02Enhancement on drag & drop controls.Christophe.Boulain
2009-09-29Added TActiveDataGrid and TActiveRepeater from LCSChristophe.Boulain
2009-07-15Added credit to Danielrojaro
2009-07-15Merging latests 3.1 changes into trunkChristophe.Boulain