Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-26 | CHG: Remove TReflectionClass and all references since equals ReflectionClass | godzilla80@gmx.net | |
2011-02-26 | Add THttpSession::regenerate() to update the current session id with a newly ↵ | godzilla80@gmx.net | |
generated one | |||
2010-05-23 | add 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-18 | Add 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-18 | Change behavior of THttpRequest::getBaseUrl() & ↵ | godzilla80@gmx.net | |
THttpRequest::getAbsoluteApplicationUrl() to make it possible to force either http or https | |||
2010-04-12 | Fixed Issue#246 | Christophe.Boulain | |
2010-03-15 | Fixed Issue#232 | Christophe.Boulain | |
May need additionnal testing | |||
2010-02-21 | Merged latest changes into trunk (except r2773) | godzilla80@gmx.net | |
/branches/3.1:r2765,2770-2771,2774,2776-2778 | |||
2010-02-18 | Update TDraggable::revert property to accept "failure" value | Christophe.Boulain | |
2010-02-15 | Merge from r2765 (and some others) 3.1 | Christophe.Boulain | |
Added TActiveTableRow QST page Corrected an uninitialized array in TScaffoldBase | |||
2010-02-14 | Merge Branches & Trunk | godzilla80@gmx.net | |
/trunk:r2680,2692,2707-2736 /branches/3.1:r2682-2686,2694-2702,2705,2738-2762 | |||
2010-02-13 | NEW: Add Beta of master/slave senario solution | godzilla80@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-14 | added TActiveMultiView | rojaro | |
2009-10-07 | Add TActiveTableCell & TActiveTableRow | Christophe.Boulain | |
2009-10-02 | Enhancement on drag & drop controls. | Christophe.Boulain | |
2009-09-29 | Added TActiveDataGrid and TActiveRepeater from LCS | Christophe.Boulain | |
2009-07-15 | Added credit to Daniel | rojaro | |
2009-07-15 | Merging latests 3.1 changes into trunk | Christophe.Boulain | |
2009-06-07 | Merging latest 3.1 changes into trunk (r2672-2677) | godzilla80@gmx.net | |
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-06-02 | Merging latest 3.1 changes into trunk | Christophe.Boulain | |
2009-06-02 | Rename 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-29 | Fixed Issue#164 | Christophe.Boulain | |
2009-05-27 | Merge from 3.2 branch. | Christophe.Boulain | |
Beginning of Prado 3.2 development | |||
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-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 | Since Issue 78 was merged into 139 correct HISTORY file | godzilla80@gmx.net | |
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-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 | Ensure rendering of clientID in TActivePanel | Christophe.Boulain | |
2009-04-26 | Fixed Issue #146 - replace deprecated(php5.3>) split with explode in ↵ | godzilla80@gmx.net | |
TPgsqlMetaData:getPrimaryKeys(), PradoBase::getUserLanguages() | |||
2009-04-16 | Fixed Issue #112 - TXmlDocument add support for namespaces: for backward ↵ | godzilla80@gmx.net | |
compatibility only if SimpleXml installed | |||
2009-04-15 | Fixed Issue #117 - TValidationSummary: new display mode "HeaderOnly" that ↵ | godzilla80@gmx.net | |
only render value of HeaderText property |