Revisions for framework/VFS/lib/VFS.php

Location: [ Horde ] / framework / VFS / lib / VFS.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
Show Branch:
  Revision Date Author Log Message
1.1.2.7 FRAMEWORK_3 (+3 -3 lines) 10/30/2008 12:41 PM Michael M Slusarz slusarz

MFH 1.8

1.8 (+3 -3 lines) 10/29/2008 06:35 PM Michael M Slusarz slusarz

No need for reference here - just balloons the memory usage.

1.1.2.6 FRAMEWORK_3 (+2 -5 lines) 06/06/2008 12:17 AM Chuck Hagenbuch chuck

MFH:
1.239     +2 -6      framework/Browser/Browser.php
1.49      +2 -6      framework/Crypt/Crypt.php
1.100     +2 -5      framework/Data/Data.php
1.188     +2 -5      framework/DataTree/DataTree.php
1.25      +2 -6      framework/Editor/Editor.php
1.30      +2 -5      framework/Form/Form/Action.php
1.221     +2 -5      framework/Form/Form/Renderer.php
1.18      +2 -6      framework/IMAP/IMAP/ACL.php
1.68      +2 -5      framework/Image/Image.php
1.122     +2 -6      framework/NLS/NLS.php
1.40      +2 -5      framework/Net_IMSP/IMSP.php
1.13      +2 -5      framework/Prefs/Identity.php
1.51      +2 -5      framework/Token/Token.php
1.7       +2 -5      framework/VFS/lib/VFS.php

Tags: HORDE_3_3, HORDE_3_3_RC1, HORDE_3_2_2, HORDE_3_2_1

1.7 (+2 -5 lines) 06/06/2008 12:15 AM Chuck Hagenbuch chuck

Short syntax for static initializers
Bug: 6837
Submitted by: Thomas Jarosch <thomas (dot) jarosch (at) intra2net (dot) com>

1.1.2.5 FRAMEWORK_3 (+83 -4 lines) 05/17/2008 11:36 PM Chuck Hagenbuch chuck

MFH:
1.3       +2 -2      framework/VFS/lib/VFS/sql.php
1.82      +1 -0      framework/VFS/package.xml
1.5       +75 -4     framework/VFS/lib/VFS.php
1.4       +31 -18    framework/VFS/lib/VFS/file.php
1.3       +50 -35    framework/VFS/lib/VFS/ftp.php
1.2       +62 -41    framework/VFS/lib/VFS/smb.php
1.83      +1 -0      framework/VFS/package.xml
1.6       +9 -1      framework/VFS/lib/VFS.php
1.84      +1 -0      framework/VFS/package.xml

Tags: HORDE_3_2

1.6 (+9 -1 lines) 05/17/2008 11:33 PM Chuck Hagenbuch chuck

Add delete() as an alias for deleteFile()

1.5 (+75 -4 lines) 05/17/2008 11:32 PM Chuck Hagenbuch chuck

- rename getStream() to readStream() for consistency with other read* and write*
methods
- add readStream() to the smb backend
- add readFile(), with generic support using the most optimized path possible,
and specifically optimized support in the file, ftp, and smb backends.

1.1.2.4 FRAMEWORK_3 (+2 -2 lines) 05/05/2008 12:24 PM Chuck Hagenbuch chuck

MFH 1.4

Tags: HORDE_3_2_RC4

1.4 (+2 -2 lines) 05/05/2008 12:22 PM Chuck Hagenbuch chuck

Since the only logging function we use is log(), just verify that the logger has
a log function. We still have the PEAR Log file included and use the constants,
but it's a start.

1.1.2.3 FRAMEWORK_3 (+2 -2 lines) 02/03/2008 01:17 PM Jan Schneider jan

MFH: Use C as the portable locale (Bug #6194).

Tags: HORDE_3_2_RC3

1.3 (+2 -2 lines) 02/03/2008 12:59 PM Jan Schneider jan

Use C as the portable locale (Bug #6194).

Tags: RELEASE_0_2_0

1.1.2.2 FRAMEWORK_3 (+2 -2 lines) 01/02/2008 06:31 AM Jan Schneider jan

Happy New Year

Tags: HORDE_3_2_RC2

1.2 (+2 -2 lines) 01/02/2008 06:12 AM Jan Schneider jan

Happy New Year

1.1.2.1 FRAMEWORK_3 (+1 -1 lines) 12/20/2007 08:50 AM Jan Schneider jan

Merge from HEAD.

1.1 12/06/2007 07:24 PM Chuck Hagenbuch chuck

fix <filelist> and package structure

Tags: FRAMEWORK_3, BEFORE_MERGE_3_2