Log of /contributions/modules/stream/stream.module
Parent Directory
|
Revision Log
|
Revision Graph
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.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.
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.