root/fGrammar.php


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @747 [747] 03/03/10 09:16:54 wbond Fixed ticket #374 - added missing fGrammar::compose()
(edit) @726 [726] 11/03/09 13:57:54 wbond BackwardsCompatibilityBreak - fORM::addCustomClassTableMapping() was …
(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) @497 [497] 01/25/09 22:43:06 wbond Fixed a bug where some words would lose capitalization with …
(edit) @458 [458] 01/05/09 21:59:59 wbond Fixed formatting for a couple of cross-API documentation links
(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) @398 [398] 11/15/08 11:43:50 wbond Added the D modifier to the appropriate preg_* calls
(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) @336 [336] 10/27/08 01:38:48 wbond Fixed an API documentation bug
(edit) @319 [319] 10/21/08 02:15:00 wbond Fixed a bug with fGrammar::compose()
(edit) @316 [316] 10/21/08 01:54:09 wbond More API documentation updates
(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) @250 [250] 09/28/08 23:56:08 wbond BackwardsCompatibilityBreak - Removed fGrammar::registerHumanizeCallback()
(edit) @249 [249] 09/27/08 14:08:12 wbond BackwardsCompatibilityBreak - fGrammar::replaceHumanize() was renamed to …
(edit) @247 [247] 09/27/08 09:52:37 wbond Added fGrammar::addCamelUnderscoreRule()
(edit) @245 [245] 09/26/08 23:11:17 wbond Fixed a bug where fGrammar::singularize() would return 'hous' for 'houses'
(copy) @214 [214] 09/12/08 13:51:40 wbond Moved all of the classes out of subdirectories for easier browsing and …
copied from utility/fGrammar.php:
(edit) @183 [183] 08/31/08 10:55:12 wbond Fixed some code formatting