Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2009-04-15 | TDbLogRoute::createDbTable: add AUTO_INCREMENT attribute to log_id column if ↵ | godzilla80@gmx.net | |
driver is mysql | |||
2009-04-14 | Fixed Issue#135 - Add AutoPostBack property to TActiveFileUpload | Christophe.Boulain | |
2009-04-08 | Fixed Issue#136 | Christophe.Boulain | |
2009-04-05 | TSqlMapCacheModel 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-04 | TBaseValidator, TCustomValidator: change visibilty (protected => public) of ↵ | godzilla80@gmx.net | |
getValidationTarget() | |||
2009-03-22 | Fixed Issue #88 - SQLMap $Param$ re-evaluation bug | godzilla80@gmx.net | |
2009-03-22 | TBrowserLogRoute: 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-20 | Fixed Issue #120 | godzilla80@gmx.net | |
2009-03-19 | replace array_push() function calls with native language constuct if make sense | godzilla80@gmx.net | |
2009-03-19 | replace is_null() function calls with native native language constuct | godzilla80@gmx.net | |
2009-03-17 | Fixed Issue #68: TSqlMapConfig::createSqlMapGateway(): assign current ↵ | godzilla80@gmx.net | |
connection to cached TSqlMapManager to avoid loosing active transaction | |||
2009-03-17 | (no commit message) | godzilla80@gmx.net | |
2009-03-16 | Fixed Issue#126 | Christophe.Boulain | |
2009-03-16 | Fixed Issue#99 | Christophe.Boulain | |
2009-03-16 | Fixed Issue#129, Issue#130 | Christophe.Boulain | |
2009-03-07 | Fixed Issue 127 | Christophe.Boulain | |
2009-03-04 | Reverting changes of revision 2612, since this introduced a new bug. | Christophe.Boulain | |
2009-02-23 | Fixed Issue#7 - Client side javascripts are not combined anymore in debug mode | Christophe.Boulain | |
2009-02-23 | Fixed Issue#106 | Christophe.Boulain | |
2009-02-23 | Fixed Issue#87 | Christophe.Boulain | |
2009-02-21 | Fixed Issue #115 | Christophe.Boulain | |
2009-02-21 | Fixed Issue#96 | Christophe.Boulain | |
2009-02-11 | Added caching of message files to TException | haertl.mike | |
2009-01-29 | Fixed Issue#107 | Christophe.Boulain | |
2009-01-21 | Fixed URL wildcard pattern issue | haertl.mike | |
2009-01-12 | prepare for 3.1.4 release.3.1.4 | qiang.xue | |
2009-01-07 | TActiveCheckBox, TActiveRadioButton, TActiveDropDownList, TActiveListBox ↵ | christophe.boulain | |
won't raise callback if AutoPostBack is false | |||
2009-01-07 | Fixed Issue#65: Improvement of TActiveRecord::populateObjects() | christophe.boulain | |
2009-01-06 | Fixed Issue#9 : Global page properties are ignored when using external ↵ | christophe.boulain | |
configuration | |||
2008-12-22 | Issue 79 | carlgmathisen | |
2008-12-19 | Issue 64 - Exception on TListControl | carlgmathisen | |
2008-12-10 | removal of default generator meta tag | carlgmathisen | |