Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-11 | Merge up to r3319 | Ciro Mattia Gonano | |
2013-04-24 | Update to 3.2.1 | Ciro Mattia Gonano | |
2013-01-19 | bumped year to 2013, integrated recent changes from branch/3.2 | ctrlaltca | |
2012-08-06 | patch for #420 | ctrlaltca | |
2012-07-12 | standardize the use of unix eol; use svn properties to enforce native eol | ctrlaltca | |
2012-07-12 | happy new year | ctrlaltca | |
2012-01-28 | some fixes related to build scripts, now the "dist" task completes successfully | ctrlaltca@gmail.com | |
2011-08-28 | Modify TActiveRecordConfig & TActiveRecordManager to allow custom ↵ | GODZilla0480@gmail.com | |
subclassing of System.Data.ActiveRecord.TActiveRecordManager & System.Data.ActiveRecord.TActiveRecordGateway | |||
2011-06-26 | applied serialization optimization patch (337) | ctrlaltca@gmail.com | |
2011-06-20 | updated year information on all framework sources where possible (Copyright ↵ | ctrlaltca@gmail.com | |
© 2005-2008 PradoSoft => Copyright © 2005-2011 PradoSoft) | |||
2011-06-20 | removed useless calls to empty contructor; reverted some additional ↵ | ctrlaltca@gmail.com | |
undocumented changes; upported the "cgi workaround" to trunk/; large (fake) changeset are due to mixed cr/crlf used previously | |||
2011-06-08 | patch for #331 | ctrlaltca@gmail.com | |
2010-08-18 | fixed #278 | rojaro | |
2010-04-18 | Ensured parent::__construct calls within Data | javalizard | |
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 | |||
2009-11-01 | merged active record default value bug fix which got lost when moving from ↵ | rojaro | |
trac to googlecode - see http://www.pradosoft.com/forum/index.php?topic=10603.0 | |||
2009-05-27 | Merge from 3.2 branch. | Christophe.Boulain | |
Beginning of Prado 3.2 development | |||
2009-05-14 | Fixed Issue#78 - add schema support to TActiveRecordRelation::findForeignKeys() | godzilla80@gmx.net | |
2009-05-11 | Change visibilty of TActiveRecord class member "_invalidFinderResult" from ↵ | godzilla80@gmx.net | |
private to protected to concern serialization | |||
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-03-19 | replace array_push() function calls with native language constuct if make sense | godzilla80@gmx.net | |
2009-03-16 | Fixed Issue#99 | Christophe.Boulain | |
2009-01-07 | Fixed Issue#65: Improvement of TActiveRecord::populateObjects() | christophe.boulain | |
2008-12-03 | Merge from trunk | christophe.boulain | |
2008-10-21 | removed all trailing ?> | qiang.xue | |
2008-10-21 | Fixed issue #11. | qiang.xue | |
2008-10-21 | fixed issue #5. | qiang.xue | |
2008-10-16 | Ticket #891 (changed to non-static method) | mikl | |
2008-10-16 | Ticket #891 (new static method table() in TActiveRecord) | mikl | |
2008-10-13 | LIMIT 1 for ActiveRecord find() and findBy() | carl | |
2008-09-24 | remove unuseful static in TActiveRecord::getRecordGateway() | tof | |
2008-08-18 | fixed #911 | knut | |
2008-08-07 | fixed #855 | knut | |
2008-07-30 | updated copyright | knut | |
2008-07-30 | fixed #890 | knut | |
2008-03-07 | fixed #803. | xue | |
2008-03-06 | Fixed #799. | xue | |
2008-02-06 | Fixed two typos. | xue | |
2008-02-04 | Fix ActiveRecord: multiple FK referencing same table causes incorrect retrieval. | wei | |
2008-01-15 | fixed a bug in calculating object hash. | xue | |
2007-12-04 | Active Record now supports query criteria for implicitly declared related ↵ | xue | |
properties | |||
2007-11-19 | added TActiveRecord::getActiveDbConnection. | xue | |
2007-11-09 | TCache implements ArrayAccess. duplicate copyFrom in TActiveRecord | wei | |
2007-11-08 | further AR refactoring. | xue | |
2007-11-08 | refactored AR. | xue | |
2007-11-01 | Refactored ActiveRecord: removed object registry, fixed relationship casing ↵ | wei | |
problems. | |||
2007-10-21 | AR no long adds/updates/deletes automatically. | xue | |
2007-10-15 | one more fix. | xue | |
2007-10-15 | improved automatic foreign objects creation. | xue | |