/[drupal]/contributions/modules/stream/stream.module
ViewVC logotype

Log of /contributions/modules/stream/stream.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 11 08:44:38 2009 UTC (10 months, 2 weeks ago) by dopry
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +18 -11 lines
Diff to previous 1.7
fixed issues with StreamWrapperFilePublic::realpath
found and implemented undocumented stream wrapper method 'stream_lock'
completed tests for copy, rename, unlink, file_put_contents, and file_get_contents

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 11 06:12:23 2009 UTC (10 months, 2 weeks ago) by dopry
Branch: MAIN
Changes since 1.6: +11 -3 lines
Diff to previous 1.6
Initial tests for public stream wrapper and fixes to realpath.
fseek does not reset pos when using a negative position and SEEK_END, feof does not
reset eof if you seek back into a file after reaching the end of the file.
These appear to be PHP bugs and can be reproduced without User Defined stream wrappers.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 11 01:30:54 2009 UTC (10 months, 2 weeks ago) by dopry
Branch: MAIN
Changes since 1.5: +587 -44 lines
Diff to previous 1.5
update stream manager to maintain a relationship between protocol, streamwrapper, and stream class.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 10 22:42:39 2009 UTC (10 months, 2 weeks ago) by dopry
Branch: MAIN
Changes since 1.4: +57 -84 lines
Diff to previous 1.4
Strip url and real path functionality from stream wrapper layer. We're going to delegate it up the API
stack to the Stream layer....

API Stack:

  Drupal Modules Handling Media

  Stream (StreamPublic, StreamPrivate, StreamYoutube)
    -- encapsulate drupal interface to streams.... Replaces file_* in file.inc
       hook_file events, db synchronization, url generation for streams

  PHP Stream Layer
    -- copy, rename, unlink, fopen, fread, fwrite, etc.

  StreamWrapper
    -- path mangling

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 9 07:29:43 2009 UTC (10 months, 2 weeks ago) by dopry
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
fix PublicFilesStreamWrapper::url variable_get to use pathkey and pathdefault properties

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 9 07:02:13 2009 UTC (10 months, 2 weeks ago) by dopry
Branch: MAIN
Changes since 1.2: +18 -35 lines
Diff to previous 1.2
Remove remaining nested stream support and add realpath calls to stream handler callbacks to add local path modifications.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 9 06:46:23 2009 UTC (10 months, 2 weeks ago) by dopry
Branch: MAIN
Changes since 1.1: +3 -3 lines
Diff to previous 1.1
fix default paths in public and private stream handlers.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 9 06:41:59 2009 UTC (10 months, 2 weeks ago) by dopry
Branch: MAIN
initial import of contrib stream wrapper support module

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2