Log of /contributions/modules/webdav/server.inc
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Sep 26 15:39:47 2008 UTC
(13 months, 4 weeks ago)
by
ulhume
Branch:
MAIN
Changes since
1.6: +168 -211 lines
Diff to
previous 1.6
* removed authentication from pear server
* reworked API, now everything is passing through callbacks excepts definitions
Revision
1.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Sep 24 20:26:31 2008 UTC
(14 months ago)
by
ulhume
Branch:
MAIN
Changes since
1.4: +10 -10 lines
Diff to
previous 1.4
* fix - ability to go in a non-existent folder from root
* fix - path creation (missing last /)
* improved - speed by caching collection resolving
* improved - traces
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Sep 22 13:14:04 2008 UTC
(14 months ago)
by
ulhume
Branch:
MAIN
CVS Tags:
DRUPAL-6--1-0-RC3
Changes since
1.1: +141 -91 lines
Diff to
previous 1.1
* Now file listing can be embeded in drupal.
* New setting in WebDav Server in order to choose full page or embeded file listing
* Better permission management. We can have a different permission for every single static collection. There is no inheritance. For example youcan disallow anonymous access on /webdav/, allow it on /webdav/my_path and disallow it again on /webdav/my_path/secret.
* Matching static collection path algorytm will match the best collection, not the only equal in number of argument. That means we can
make static collection for the first part of the path and have all the reste used as collection argument. Usefull for recursive collections.
* When used embeded in drupal, the server is using Drupal authentication, no more pop-up for login/password.
* Reworked listing template
* fix compression of binary files
#311198 Division by zero fixed
#311096 Warning in settings fixed
* improved configuration for node and server
* fix redirecting stuff
* improved debugging options
* fix listing title
* item type 'folder' changed to 'collection'
* fixed adding and deleting attachements
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.