root/fActiveRecord.php


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @764 [764] 03/09/10 01:40:59 wbond Fixed ticket #400 - fActiveRecord::delete() with the $force_cascade flag …
(edit) @757 [757] 03/04/10 08:57:05 wbond Fixed ticket #392 - fActiveRecord::load() now clears related records, …
(edit) @756 [756] 03/04/10 08:53:15 wbond Fixed ticket #394 - fixed issues with the route names for one-to-one …
(edit) @743 [743] 12/18/09 09:53:32 wbond Fixed ticket #359 - Fixed a bug in fActiveRecord where related records …
(edit) @735 [735] 12/16/09 00:52:11 wbond BackwardsCompatibilityBreak - Added the $force_cascade parameter to …
(edit) @731 [731] 11/14/09 09:43:26 wbond Fixed ticket #345 - fActiveRecord::changed() now properly compares NULL …
(edit) @730 [730] 11/13/09 09:08:21 wbond Fixed ticket #346 - fORMOrdering was creating incorrect SQL statements for …
(edit) @728 [728] 11/04/09 00:02:27 wbond Fixed a bug affecting where conditions with columns that are not null but …
(edit) @726 [726] 11/03/09 13:57:54 wbond BackwardsCompatibilityBreak - fORM::addCustomClassTableMapping() was …
(edit) @723 [723] 10/26/09 12:48:25 wbond Fixed ticket #323 - fActiveRecord objects now return the object from …
(edit) @720 [720] 10/22/09 14:20:51 wbond BackwardsCompatibilityBreak - removed support for date function …
(edit) @707 [707] 09/22/09 00:56:11 wbond Fixed tickets #317, #318, #320 - Cleaned up >< intersection operator for …
(edit) @701 [701] 09/18/09 00:50:58 wbond Fixed tickets #250 and #307 - fValidationException can now take a header …
(edit) @700 [700] 09/18/09 00:36:28 wbond BackwardsCompatibilityBreak - renamed fRecordSet::buildFromRecords() to …
(edit) @698 [698] 09/09/09 02:51:38 wbond Fixed ticket #305 - corrected a grammar bug in fActiveRecord::hash()
(edit) @694 [694] 09/01/09 22:33:04 wbond Fixed a bug in fActiveRecord that would cause issues with classes …
(edit) @692 [692] 08/26/09 22:38:48 wbond Fixed ticket #294 - added a check to the configuration part of …
(edit) @691 [691] 08/26/09 22:19:25 wbond Fixed ticket #292 - changed fActiveRecord::set{ColumnName}() methods to …
(edit) @685 [685] 08/17/09 01:26:34 wbond Fixed ticket #288 - updated fActiveRecord::changed() to do a strict …
(edit) @683 [683] 08/17/09 01:17:29 wbond Added fResult::unescape() and fUnbufferedResult::unescape(), fixed …
(edit) @681 [681] 08/10/09 18:00:10 wbond Fixed a serious bug with setting NULL values in fActiveRecord
(edit) @679 [679] 08/10/09 11:52:19 wbond Fixed a bug in fActiveRecord with unescaping data from the database
(edit) @677 [677] 08/07/09 02:18:12 wbond Fixed ticket #285 - added the ability to compare fActiveRecord objects in …
(edit) @675 [675] 08/07/09 01:49:34 wbond Performance enhancements to fActiveRecord::__call() and …
(edit) @662 [662] 07/29/09 14:11:52 wbond Fixed ticket #278 - fActiveRecord now removes any auto-incrementing …
(edit) @659 [659] 07/21/09 09:38:52 wbond Fixed tickets #225 and #270 - Loading fActiveRecord objects by …
(edit) @648 [648] 07/13/09 01:47:06 wbond Updated fORM::callReflectCallbacks() to accept a class name instead of an …
(edit) @647 [647] 07/13/09 01:35:06 wbond Added fORM::registerInspectCallback() and fORM::callInspectCallbacks() - …
(edit) @641 [641] 07/09/09 14:24:07 wbond Fixed a bug where records would break the identity map at the end of …
(edit) @639 [639] 07/09/09 14:17:49 wbond InternalBackwardsCompatibilityBreak - Changed fActiveRecord::hash() from a …
(edit) @636 [636] 07/08/09 22:35:59 wbond Fixed ticket #198 - Moved fRecordSet::checkConditions() to …
(edit) @627 [627] 07/01/09 00:25:32 wbond Added fORMValidation::addStringReplacement() and …
(edit) @623 [623] 06/30/09 13:26:02 wbond Updated fActiveRecord::validate() to remove duplicate validation messages
(edit) @616 [616] 06/26/09 06:53:53 wbond Fixed some bugs with validating related records
(edit) @613 [613] 06/19/09 13:19:05 wbond Updated fActiveRecord encode methods to support a TRUE parameter for …
(edit) @603 [603] 06/15/09 22:55:43 wbond Performance improvements, especially related to the ORM
(edit) @600 [600] 06/12/09 01:14:03 wbond Fixed escaping string replacement values for preg_replace() calls. Will …
(edit) @593 [593] 06/02/09 14:28:58 wbond Added fActiveRecord::list{RelatedRecords}() methods, added …
(edit) @591 [591] 06/02/09 02:56:22 wbond BackwardsCompatibilityBreak - Removed fRecordSet::flagAssociate() and …
(edit) @585 [585] 06/01/09 00:28:23 wbond Fixed ticket #167 - fActiveRecord::associate{RelatedClass}() methods can …
(edit) @577 [577] 05/21/09 08:33:52 wbond Updated documentation to indicate when methods will throw the exception in …
(edit) @576 [576] 05/20/09 13:50:06 wbond Fixed ticket #206 - fActiveRecord::replicate() now functions properly with …
(edit) @564 [564] 05/06/09 21:18:12 wbond Fixed an incorrect variable reference in fActiveRecord::store()
(edit) @548 [548] 05/03/09 21:30:08 wbond Fixed tickets #189 and #190, fActiveRecord now properly handles manually …
(edit) @539 [539] 03/23/09 13:55:37 wbond Added the ability to do method chaining for fActiveRecord and fRecordSet
(edit) @537 [537] 03/22/09 17:17:19 wbond Fixed ticket #157, fActiveRecord::set() now removes commas from integers …
(edit) @536 [536] 03/22/09 16:59:59 wbond Fixed ticket #156, fActiveRecord::encode() no longer adds commas to float …
(edit) @535 [535] 03/22/09 16:56:51 wbond fActiveRecord::__wakeup() no longer registers the record as the definitive …
(edit) @481 [481] 01/14/09 12:39:20 wbond Fixed a documentation bug in fActiveRecord
(edit) @478 [478] 01/12/09 00:44:47 wbond Changed fActiveRecord::__construct() to populate database default values …
(edit) @477 [477] 01/11/09 23:51:54 wbond Fixed fActiveRecord::exists() to properly detect cases when an existing …
(edit) @452 [452] 12/30/08 13:44:14 wbond Fixed fActiveRecord so that the post::__construct() hook is not triggered …
(edit) @450 [450] 12/29/08 08:58:33 wbond Changed fActiveRecord to accept either a primary key scalar value, primary …
(edit) @448 [448] 12/24/08 01:06:02 wbond Updated copyright notices and licenses to use Will instead of William, …
(edit) @441 [441] 12/17/08 12:20:04 wbond Updated the class change logs for that last 15 commits
(edit) @437 [437] 12/12/08 02:10:16 wbond Fixed fActiveRecord to use the plural class name when replicating related …
(edit) @436 [436] 12/12/08 01:46:58 wbond Fixed ticket #109 by adding fActiveRecord::replicate() and supporting …
(edit) @433 [433] 12/11/08 00:40:18 wbond Cloning an fActiveRecord now also clones any objects contained in the …
(edit) @427 [427] 12/05/08 13:04:46 wbond Fixed ticket #106
(edit) @421 [421] 12/04/08 08:06:07 wbond Updated the changelog for fActiveRecord
(edit) @420 [420] 12/04/08 08:02:27 wbond Fixed ticket #104
(edit) @419 [419] 12/04/08 08:00:48 wbond Changed fActiveRecord to remove an auto-incrementing primary key, detach …
(edit) @403 [403] 11/16/08 23:34:26 wbond BackwardsCompatibilityBreak - Removed fCore::stringlike()
(edit) @401 [401] 11/16/08 21:51:04 wbond Fixed errors in some messages
(edit) @399 [399] 11/16/08 13:37:28 wbond BackwardsCompatibilityBreak - Renamed fPrintableException? to fException
(edit) @395 [395] 11/14/08 22:46:50 wbond Fixed ticket #86 - fixed some outdated references to methods
(edit) @388 [388] 11/13/08 20:28:10 wbond BackwardsCompatibilityBreak - fCore::toss() was removed and all exceptions …
(edit) @378 [378] 11/10/08 13:57:35 wbond Fixed it so that fActiveRecord::configure() is called when a record is …
(edit) @374 [374] 11/09/08 15:15:08 wbond BackwardsCompatibilityBreak - fActiveRecord hooks and method calls now …
(edit) @373 [373] 11/08/08 21:54:41 wbond Set fActiveRecord to hook itself back into the identity map when …
(edit) @355 [355] 10/31/08 02:15:43 wbond Fixed a couple of little bugs with fActiveRecord and fORMColumn
(edit) @348 [348] 10/30/08 01:43:41 wbond BackwardsCompatibilityBreak - fNoResultsException? was renamed to …
(edit) @334 [334] 10/26/08 22:30:18 wbond Removed parameter type hints
(edit) @332 [332] 10/26/08 17:11:58 wbond BackwardsCompatibilityBreak - fActiveRecord::has() was renamed to …
(edit) @331 [331] 10/26/08 16:44:03 wbond BackwardsCompatibilityBreak - 'replace::' hooks are no longer allowed in …
(edit) @330 [330] 10/25/08 22:15:37 wbond Moved the identity map and configure checking into fActiveRecord from fORM
(edit) @326 [326] 10/23/08 14:02:11 wbond Fixed ticket #73
(edit) @315 [315] 10/19/08 00:32:49 wbond More API documentation updates
(edit) @314 [314] 10/18/08 08:17:31 wbond More PHPDoc changes for testing API documentation generation
(edit) @311 [311] 10/17/08 13:32:25 wbond Some updates to API documentation
(edit) @308 [308] 10/16/08 13:27:00 wbond BackwardsCompatibilityBreak - Renamed fORMDatabase::getInstance() to …
(edit) @285 [285] 10/11/08 00:44:11 wbond Added the cache array to fActiveRecord objects, also added additional …
(edit) @273 [273] 10/06/08 23:12:08 wbond Added comments to explain class constants for static method callbacks
(edit) @267 [267] 10/03/08 14:14:59 wbond Added instance callback handlers
(edit) @265 [265] 10/03/08 01:39:30 wbond Added class constants to all classes with static methods to allow for …
(edit) @248 [248] 09/27/08 10:29:22 wbond Changed the way that method names are parsed by the ORM
(edit) @242 [242] 09/26/08 09:23:38 wbond Fixed some issues with casting objects to strings
(edit) @218 [218] 09/13/08 21:57:48 wbond BackwardsCompatibilityBreak - fHTML::checkForBlockLevelHTML() was renamed …
(copy) @214 [214] 09/12/08 13:51:40 wbond Moved all of the classes out of subdirectories for easier browsing and …
copied from database/object_relational_mapping/fActiveRecord.php:
(edit) @205 [205] 09/10/08 00:24:27 wbond BackwardsCompatibilityBreak - fORMDatabase::prepareBySchema() was renamed …