Log of /contributions/modules/fileserver/fileserver.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Sep 8 22:24:12 2008 UTC
(14 months, 2 weeks ago)
by
incanus
Branch:
MAIN
CVS Tags:
DRUPAL-6--1-0-ALPHA3,
HEAD
Changes since
1.3: +67 -9 lines
Diff to
previous 1.3
bringing Drupal CVS up to date with development repository r5280
* first cut of node revisions for DAV-based operations
* all types of DAV-based actions affected
* file rename (i.e., node title change)
* file delete (i.e., node un-tag)
* file move (i.e., node tag remove/add)
* file copy (i.e., node add)
* file content change (i.e. node attachment edit)
* obey file node type workflow settings for creating new revisions
* offload preview generation of revisions to cron, just like new files
* generate revision log message (with WebDAV label) for all revisions created by DAV
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Sep 3 19:26:14 2008 UTC
(14 months, 3 weeks ago)
by
incanus
Branch:
MAIN
CVS Tags:
DRUPAL-6--1-0-ALPHA2
Changes since
1.2: +113 -80 lines
Diff to
previous 1.2
bringing Drupal CVS up to date with development repository r5251
* got rid of all module-defined permissions in favor of existing ones
* all taxonomy operations require 'administer taxonomy'
* require FileFramework's 'create file content' permission for file creation
* fixed bug with in-place file updating not working due to logic error in loading node for permission checks
* deleting a file should only require 'update' privileges, not 'delete', since the actual node is untagged, not removed
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Aug 28 19:35:34 2008 UTC
(15 months ago)
by
incanus
Branch:
MAIN
CVS Tags:
DRUPAL-6--1-0-ALPHA1
Changes since
1.1: +14 -11 lines
Diff to
previous 1.1
bringing Drupal CVS up to date with development repository r5202
* updated INSTALL.txt to refer to latest tested dependent module versions
* fixed bug with og_vocab integration spewing errors for users not in groups
* no longer perform file conversions on upload; instead defer to cron
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jul 21 22:33:50 2008 UTC
(16 months, 1 week ago)
by
incanus
Branch:
MAIN
merging changes from development branch (r4144 to r4457)
* Requirements:
* FileFramework 6.x-1.x-dev snapshot dated 2008-Jul-14 or later
* http://drupal.org/project/fileframework
* DAV 6.x-1.0-alpha1 or later release (recommended)
* http://drupal.org/project/dav 6.x-1.0-alpha1
* renamed files & variables from file_server to fileserver
* basic Drupal 6.x porting requirements
* moved settings to DAV section
* better commenting
* added 4.7 -> 6.x migration hook
* better use of native taxonomy functions for child category crawling
* tested against OG 6.x-rc1
* clearer help text around OG integration
* ported to latest Bitcache & FileFramework APIs
* fixed vocabulary filter to exclude by default as per module intentions
* use hook_perm()-defined 'create files' privilege when checking file creation
* stream file contents during hook_dav_get() according to Miglius' guidelines, including access check
* clarifications on og_vocab integration behavior
* clarify module name internally as 'File taxonomy server'
* fixed bugs when moving or copying:
* when removing from a term, only disassociate the current revision
* updated hook_help() to properly list module on main help page
* now properly update files during PUT operations (i.e., in-place edits) using FileFramework
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.