root/fFilesystem.php


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @758 [758] 03/05/10 15:59:54 wbond Fixed ticket #397 - fFile, fImage and fDirectory all handle re-used …
(edit) @732 [732] 11/14/09 10:16:10 wbond Fixed ticket #336 - Updated fFilesystem::convertToBytes() to properly …
(edit) @696 [696] 09/09/09 02:45:43 wbond Fixed ticket #300 - corrected the API documentation for …
(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) @643 [643] 07/12/09 23:32:54 wbond Changed fFilesystem::formatFilesize() to not use decimal places for bytes, …
(edit) @631 [631] 07/08/09 03:28:23 wbond Fixed fFilesystem::formatFilesize() to work when $bytes equals zero
(edit) @600 [600] 06/12/09 01:14:03 wbond Fixed escaping string replacement values for preg_replace() calls. Will …
(edit) @595 [595] 06/02/09 22:35:32 wbond Changed fFilesystem::formatFilesize() to use proper uppercase letters …
(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) @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) @431 [431] 12/11/08 00:25:14 wbond Fixed fFilesystem to properly update the file path map and exception map …
(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) @349 [349] 10/30/08 13:32:51 wbond More fixes to fURL::makeFriendly() and fFilesystem::makeURLSafe()
(edit) @344 [344] 10/29/08 21:10:51 wbond Added fFilesystem::makeURLSafe()
(edit) @334 [334] 10/26/08 22:30:18 wbond Removed parameter type hints
(edit) @315 [315] 10/19/08 00:32:49 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) @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/fFilesystem.php:
(edit) @183 [183] 08/31/08 10:55:12 wbond Fixed some code formatting