summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Collapse)Author
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-05-29Fixed Issue#164Christophe.Boulain
2009-05-25prepare for next release.qiang.xue
2009-05-24prepare for release.3.1.5qiang.xue
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-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
2009-04-26Fixed Issue #146 - replace deprecated(php5.3>) split with explode in ↵godzilla80@gmx.net
TPgsqlMetaData:getPrimaryKeys(), PradoBase::getUserLanguages()
2009-04-16Fixed Issue #112 - TXmlDocument add support for namespaces: for backward ↵godzilla80@gmx.net
compatibility only if SimpleXml installed
2009-04-15Fixed Issue #117 - TValidationSummary: new display mode "HeaderOnly" that ↵godzilla80@gmx.net
only render value of HeaderText property
2009-04-15fix wrong (c&p) doc comment from r2631godzilla80@gmx.net
2009-04-15TDbLogRoute::createDbTable: add AUTO_INCREMENT attribute to log_id column if ↵godzilla80@gmx.net
driver is mysql
2009-04-14Fixed Issue#135 - Add AutoPostBack property to TActiveFileUploadChristophe.Boulain
2009-04-08(no commit message)Christophe.Boulain
2009-04-08Fixed Issue#136Christophe.Boulain
2009-04-05TSqlMapCacheModel now consider <flushInterval> tag as described in doc ↵godzilla80@gmx.net
(sqlmap.pdf) - valid attributes are duration in sec or seconds, minutes, hours, days
2009-04-04TBaseValidator, TCustomValidator: change visibilty (protected => public) of ↵godzilla80@gmx.net
getValidationTarget()
2009-03-22Fixed Issue #88 - SQLMap $Param$ re-evaluation buggodzilla80@gmx.net
2009-03-22TBrowserLogRoute: add table-layout:auto and explicit set column with to ↵godzilla80@gmx.net
avoid bad render behavior in table-layout:fixed environment, explicit set text color to increase readability
2009-03-21reverting array_push() changes of r2625godzilla80@gmx.net
2009-03-20Fixed Issue #120godzilla80@gmx.net
2009-03-19replace array_push() function calls with native language constuct if make sensegodzilla80@gmx.net
2009-03-19replace is_null() function calls with native native language constuctgodzilla80@gmx.net
2009-03-17Fixed Issue #68: TSqlMapConfig::createSqlMapGateway(): assign current ↵godzilla80@gmx.net
connection to cached TSqlMapManager to avoid loosing active transaction
2009-03-17Fixed #108godzilla80@gmx.net
2009-03-16Fixed Issue#126Christophe.Boulain
2009-03-16Fixed Issue#99Christophe.Boulain
2009-03-16Fixed Issue#129, Issue#130Christophe.Boulain
2009-03-07Fixed Issue 127Christophe.Boulain
2009-03-04Reverting changes of revision 2612, since this introduced a new bug.Christophe.Boulain
2009-02-24Fixed a bug introduced with rev r2613Christophe.Boulain
2009-02-23Fixed Issue#7 - Client side javascripts are not combined anymore in debug modeChristophe.Boulain
2009-02-23Fixed Issue#106Christophe.Boulain