summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-09-30merged patch from ctrlaltca which fixes the 'TActiveFileUpload is not ↵rojaro
"thread safe"' issue #90
2009-09-30merged TMemCache_Threshold.patch written by E.Letard from #155rojaro
2009-09-30merged patch which fixes an inconsistency in TRegularExpressionValidator's ↵rojaro
client side validation found and fixed by E.Letard (see comments in #80)
2009-09-29Added TActiveDataGrid and TActiveRepeater from LCSChristophe.Boulain
2009-09-24added marcosanobre's TActiveDataListrojaro
2009-08-18fixed typorojaro
2009-07-15Added credit to Danielrojaro
2009-07-15Merging latests 3.1 changes into trunkChristophe.Boulain
2009-07-15moved System.Db to System.Testing.Data and updated classes accordinglyrojaro
2009-07-13- Models, Behaviors ...rojaro
2009-07-13- ActiveRecord Port from Yii ... not perfect but works ^^rojaro
2009-07-13- removed old schema directoryrojaro
- some cleanups
2009-06-25- added missing namespacepath elements for schemasrojaro
2009-06-15Primilary import of new db stuffChristophe.Boulain
2009-06-07Merging latest 3.1 changes into trunk (r2672-2677)godzilla80@gmx.net
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-06-02Merging latest 3.1 changes into trunkChristophe.Boulain
2009-06-02Rename assets folder in Drag&Drop demo so it will be present in next prado ↵Christophe.Boulain
release. Fixed Issue#98
2009-05-29(no commit message)carlgmathisen
2009-05-29Fixed Issue#164Christophe.Boulain
2009-05-29Fixed Issue#167Christophe.Boulain
2009-05-27Merge from 3.2 branch. Christophe.Boulain
Beginning of Prado 3.2 development
2009-05-263.1 branchqiang.xue
2009-05-26fixed #165eirikhm
2009-05-25prepare for next release.qiang.xue
2009-05-24prepare for release.3.1.5qiang.xue
2009-05-23Updated my email addresshaertl.mike
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-14Since Issue 78 was merged into 139 correct HISTORY filegodzilla80@gmx.net
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
2009-05-11Fixed Issue#148Christophe.Boulain
2009-05-11Fixed Issue#150Christophe.Boulain
2009-05-11Change visibilty of TActiveRecord class member "_invalidFinderResult" from ↵godzilla80@gmx.net
private to protected to concern serialization
2009-05-10Fixed Issue #74godzilla80@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-09Fixed 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-02Enhancement: Updated clientscripts.php to JSMin 1.1.1 - According to author ↵godzilla80@gmx.net
15% faster with 94% less memory usage
2009-05-01Fixed Issue #122 - SqlMap: support for properties in resource filenames, fix ↵godzilla80@gmx.net
sqlmap doc - property "name" instead of "key"
2009-05-01Fixed Issue #55 - TPropertyAccess.get don't recognize magic getter __getgodzilla80@gmx.net
2009-04-29THtmlArea boolean options were not properly encoded in change r2619Christophe.Boulain
2009-04-29Ensure rendering of clientID in TActivePanelChristophe.Boulain