root/fFile.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) @750 [750] 03/03/10 09:23:31 wbond Fixed ticket #388 - Resolved a couple of undefined variable errors in …
(edit) @739 [739] 12/17/09 01:54:30 wbond Fixed ticket #356 - fFile now detects alternate file format for some jpg …
(edit) @736 [736] 12/16/09 02:03:54 wbond BackwardsCompatibilityBreak - Renamed fFile::getFilename() to …
(edit) @724 [724] 10/26/09 12:51:03 wbond Fixed ticket #333 - changed fFile to allow getting the directory, filename …
(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) @672 [672] 08/06/09 22:54:44 wbond Fixed ticket #286 - changed fFile::__toString() to never throw an …
(edit) @660 [660] 07/21/09 23:01:55 wbond Fixed a bug in fFile::determineMimeType()
(edit) @644 [644] 07/12/09 23:45:57 wbond Updated fFile::determineMimeType() to allow passing the file contents for …
(edit) @617 [617] 06/26/09 07:05:35 wbond Fixed the exception error message in fFile::output() to be accurate
(edit) @577 [577] 05/21/09 08:33:52 wbond Updated documentation to indicate when methods will throw the exception in …
(edit) @561 [561] 05/04/09 03:14:03 wbond Fixed ticket #168, fFile::rename() will now rename the file in its current …
(edit) @559 [559] 05/04/09 02:57:48 wbond Changed fFile::__sleep() to not reset the iterator since it can cause …
(edit) @551 [551] 05/03/09 22:12:27 wbond Fixed ticket #179, added fFile::__sleep() and fFile::__wakeup() methods
(edit) @540 [540] 03/23/09 14:00:29 wbond Finished ticket #159, added support for using the current filename as the …
(edit) @538 [538] 03/23/09 13:47:09 wbond Added support for MPEG-2 MP3s to fFile
(edit) @533 [533] 03/22/09 16:39:55 wbond Fixed a bug with fFile detecting the mime type of some MP3s
(edit) @527 [527] 03/11/09 14:42:43 wbond Fixed ticket #152, fFile::rename() should no longer error when overwriting …
(edit) @525 [525] 03/06/09 13:24:29 wbond BackwardsCompatibilityBreak - Changed the second parameter of …
(edit) @467 [467] 01/06/09 01:12:37 wbond Made fSession::open() public, fixed some consistency issues with setting …
(edit) @465 [465] 01/05/09 23:14:30 wbond Changed fFile::__clone() and fFile::duplicate() to copy file permissions …
(edit) @464 [464] 01/05/09 23:09:10 wbond Fixed fFile::duplicate() so an exception is not thrown when no parameters …
(edit) @463 [463] 01/05/09 22:54:32 wbond Removed the dependency of fFile on fBuffer
(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) @440 [440] 12/17/08 00:27:39 wbond Changed fFile to implement the Iterator interface, returning one line per …
(edit) @432 [432] 12/11/08 00:32:37 wbond Removed a whole bunch of unnecessary error suppression operators (@)
(edit) @430 [430] 12/11/08 00:20:47 wbond Cloning an fFile object now causes it to be duplicated on the filesystem
(edit) @422 [422] 12/04/08 08:11:40 wbond Fixed ticket #105
(edit) @412 [412] 11/24/08 23:26:15 wbond Changed the fFile constructor to throw an exception if a directory is …
(edit) @410 [410] 11/23/08 23:25:34 wbond Fixed fFile::getMimeType() to properly detect Microsoft Office file …
(edit) @409 [409] 11/23/08 19:57:15 wbond Updated fFile to allow method chaining off of fFile::rename() and …
(edit) @406 [406] 11/17/08 21:06:47 wbond Fixed ticket #88
(edit) @393 [393] 11/14/08 13:22:53 wbond Fixed ticket #85
(edit) @388 [388] 11/13/08 20:28:10 wbond BackwardsCompatibilityBreak - fCore::toss() was removed and all exceptions …
(edit) @368 [368] 11/08/08 21:21:31 wbond Reworked fFile::getMimeType() and added support for more audio, video and …
(edit) @367 [367] 11/06/08 09:03:19 wbond Added a few more common internet mime types to fFile::getMimeType()
(edit) @366 [366] 11/06/08 00:51:32 wbond Added fFile::getMimeType()
(edit) @315 [315] 10/19/08 00:32:49 wbond More API documentation updates
(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/fFile.php:
(edit) @183 [183] 08/31/08 10:55:12 wbond Fixed some code formatting