root/fORM.php


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @902 [902] 09/07/10 01:15:00 wbond Completed ticket #497 - added the 'pre::replicate()', …
(edit) @881 [881] 08/07/10 14:30:15 wbond InternalBackwardsCompatibilityBreak - changed fORM::parseMethod() to not …
(edit) @866 [866] 07/14/10 23:35:24 wbond Completed ticket #466 - fixed documentation for fORM::tablize()
(edit) @837 [837] 05/29/10 19:01:22 wbond Fixed a bug in the API documentation of fORM
(edit) @809 [809] 04/22/10 00:25:49 wbond Fixed ticket #428 - changed fORM to allow wildcard active record methods …
(edit) @792 [792] 03/30/10 23:52:25 wbond Fixed ticket #406 - fixed issues determining one-to-one relationships with …
(edit) @770 [770] 03/14/10 23:43:20 wbond Fixed ticket #395 - added post::loadFromIdentityMap() hook and fixed …
(edit) @765 [765] 03/09/10 01:45:52 wbond Fixed ticket #354 - calling fDatabase::clearCache() now also calls …
(edit) @726 [726] 11/03/09 13:57:54 wbond BackwardsCompatibilityBreak - fORM::addCustomClassTableMapping() was …
(edit) @718 [718] 10/06/09 15:12:30 wbond Added support for fActiveRecord to fORM::getRecordName()
(edit) @676 [676] 08/07/09 01:55:27 wbond Fixed ticket #284 - Updated documentation for …
(edit) @652 [652] 07/14/09 00:21:55 wbond Fixed ticket #258 - fRecordSet now passes all parameters to dynamic …
(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) @611 [611] 06/18/09 14:10:31 wbond Fixed a bug in fORM related to creating fDate, fTime and fTimestamp
(edit) @603 [603] 06/15/09 22:55:43 wbond Performance improvements, especially related to the ORM
(edit) @591 [591] 06/02/09 02:56:22 wbond BackwardsCompatibilityBreak - Removed fRecordSet::flagAssociate() and …
(edit) @562 [562] 05/05/09 13:55:03 wbond BackwardsCompatibilityBreak - removed fORMSchema::enableSmartCaching(), …
(edit) @517 [517] 02/23/09 21:56:50 wbond Added the ability to pass a class instance to …
(edit) @499 [499] 01/26/09 08:39:52 wbond BackwardsCompatibilityBreak - renamed fORM::addCustomTableClassMapping()
(edit) @480 [480] 01/14/09 12:28:59 wbond Fixed a bug with retrieving fActiveRecord methods registered for all …
(edit) @451 [451] 12/29/08 09:04:10 wbond Fixed logic errors with splitting static method callbacks for PHP 5.1
(edit) @448 [448] 12/24/08 01:06:02 wbond Updated copyright notices and licenses to use Will instead of William, …
(edit) @442 [442] 12/17/08 12:27:15 wbond Fixed a static method callback constant in fORM
(edit) @441 [441] 12/17/08 12:20:04 wbond Updated the class change logs for that last 15 commits
(edit) @436 [436] 12/12/08 01:46:58 wbond Fixed ticket #109 by adding fActiveRecord::replicate() and supporting …
(edit) @398 [398] 11/15/08 11:43:50 wbond Added the D modifier to the appropriate preg_* calls
(edit) @388 [388] 11/13/08 20:28:10 wbond BackwardsCompatibilityBreak - fCore::toss() was removed and all exceptions …
(edit) @379 [379] 11/11/08 13:48:13 wbond Removed an incorrect hook from fORM::registerHookCallback()
(edit) @377 [377] 11/10/08 13:55:33 wbond Fixed fORM documentation to include new &$cache parameter for hooks and …
(edit) @374 [374] 11/09/08 15:15:08 wbond BackwardsCompatibilityBreak - fActiveRecord hooks and method calls now …
(edit) @334 [334] 10/26/08 22:30:18 wbond Removed parameter type hints
(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) @316 [316] 10/21/08 01:54:09 wbond More API documentation updates
(edit) @308 [308] 10/16/08 13:27:00 wbond BackwardsCompatibilityBreak - Renamed fORMDatabase::getInstance() to …
(edit) @286 [286] 10/11/08 22:08:46 wbond Added reset() methods for all classes with static members
(edit) @273 [273] 10/06/08 23:12:08 wbond Added comments to explain class constants for static method callbacks
(edit) @271 [271] 10/06/08 22:57:48 wbond Added fCore::callback(), change fCore::call() to accept two different …
(edit) @270 [270] 10/04/08 11:19:08 wbond Added fCore::call() and switched all applicable callbacks to class::method …
(edit) @265 [265] 10/03/08 01:39:30 wbond Added class constants to all classes with static methods to allow for …
(edit) @259 [259] 09/30/08 23:33:39 wbond BackwardsCompatibilityBreak - Renamed fORM::createActiveRecordClass() to …
(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) @221 [221] 09/13/08 22:31:41 wbond BackwardsCompatibilityBreak - fORM::getClassName() was renamed to …
(edit) @220 [220] 09/13/08 22:22:26 wbond Fixed some variable names
(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/fORM.php:
(edit) @211 [211] 09/11/08 07:40:13 wbond Added the ability to register a reflect callback for all classes via '*'