root/fDirectory.php


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @760 [760] 03/08/10 13:32:45 wbond BackwardsCompatibilityBreak - fixed ticket #376 - fDirectory::scan() and …
(edit) @758 [758] 03/05/10 15:59:54 wbond Fixed ticket #397 - fFile, fImage and fDirectory all handle re-used …
(edit) @736 [736] 12/16/09 02:03:54 wbond BackwardsCompatibilityBreak - Renamed fFile::getFilename() to …
(edit) @687 [687] 08/21/09 12:36:17 wbond Fixed fFile and fDirectory to throw an fValidationException when the file …
(edit) @686 [686] 08/20/09 13:51:57 wbond Fixed ticket #290 - Deleting an fFile or fDirectory object no longer …
(edit) @673 [673] 08/06/09 23:53:06 wbond Performance tweaks for creating fDirectory, fFile and fImage objects via …
(edit) @577 [577] 05/21/09 08:33:52 wbond Updated documentation to indicate when methods will throw the exception in …
(edit) @493 [493] 01/21/09 21:49:44 wbond Added fFilesystem::createObject() and updated fDirectory, fUpload and …
(edit) @466 [466] 01/05/09 23:46:28 wbond Added the $regex_filter parameter to fDirectory::scan() and …
(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) @432 [432] 12/11/08 00:32:37 wbond Removed a whole bunch of unnecessary error suppression operators (@)
(edit) @388 [388] 11/13/08 20:28:10 wbond BackwardsCompatibilityBreak - fCore::toss() was removed and all exceptions …
(edit) @315 [315] 10/19/08 00:32:49 wbond More API documentation updates
(edit) @274 [274] 10/06/08 23:24:21 wbond Changed fDirectory::scan() and fDirectory::scanRecursive() to create …
(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) @258 [258] 09/30/08 23:25:45 wbond BackwardsCompatibilityBreak - Renamed fFilesystem::createUniqueName() to …
(copy) @214 [214] 09/12/08 13:51:40 wbond Moved all of the classes out of subdirectories for easier browsing and …
copied from filesystem/fDirectory.php:
(edit) @183 [183] 08/31/08 10:55:12 wbond Fixed some code formatting