Releases for WebDAV for Drupal
webdav 6.x-1.0-rc8
| Download | Size | md5 hash |
|---|---|---|
| webdav-6.x-1.0-rc8.tar.gz | 96.94 KB | 6f1aa995827289fe1a04f8ea4cf85532 |
Official release from CVS tag: DRUPAL-6--1-0-RC8
Last updated: May 18, 2009 - 22:51
#464754
#465476
#465860
#391596
webdav 6.x-1.0-rc7
| Download | Size | md5 hash |
|---|---|---|
| webdav-6.x-1.0-rc7.tar.gz | 90.05 KB | 59041e14915ce01fb68f844a70757a55 |
Official release from CVS tag: DRUPAL-6--1-0-RC7
Last updated: February 3, 2009 - 17:31
Bug fix of the previous RC, mainly about some warnings and wrong use of short php code tag
webdav 6.x-1.0-rc6
| Download | Size | md5 hash |
|---|---|---|
| webdav-6.x-1.0-rc6.tar.gz | 96.51 KB | 504d862ebaad7ab3d2d68bdb7924f7b8 |
Official release from CVS tag: DRUPAL-6--1-0-RC6
Last updated: October 6, 2008 - 00:00
- first caching implementation. Have a look a webdav settings. Everything is disabled by default but members caching seems to have nice results.
- added - new testing script using perldav.
- Added - Perldav client
- fix - created nodes can hav double teaser.
- fix - created nodes don't have default settings (comment, published, etc...)
- added - a setting to prevent a node for being published when created by webdav
- fix. wired error when aggregating definitions
- fix. Problem when an error occured outside embedded mode.
- fix. warning when no argument supplied in definition.
- fix. warnings when no file systems declared
- fix - empty downloaded file
- added - Using of Drupal error management when in embedded mode.
webdav 6.x-1.0-rc5
| Download | Size | md5 hash |
|---|---|---|
| webdav-6.x-1.0-rc5.tar.gz | 95.54 KB | 389da290d8cf82e55f099e0075618f2c |
Official release from CVS tag: DRUPAL-6--1-0-RC5
Last updated: October 3, 2008 - 12:15
Fix. Unable to get a file using browser mode
Fix. blank page when getting an error in browser mode. Now errors in browsing mode are pipe to main 404/403 drupal errors
webdav 6.x-1.0-rc4
Yoran - September 29, 2008 - 00:14
| Download | Size | md5 hash |
|---|---|---|
| webdav-6.x-1.0-rc4.tar.gz | 95.37 KB | dc5e881d4968cf6bebb9e0949ccf8c3b |
Official release from CVS tag: DRUPAL-6--1-0-RC4
Last updated: September 29, 2008 - 00:15
- The API changed a lot and is now more like Menu API than a classical hooking system. Every operation for a route are now handled by a specific callback allowing very precise control over what can be done or not.
- Added %% prefix in order to catch the all path from thus point.
- A new documentation for the API is available.
- The ability to move and copy node attachments.
- New settings to control "Display names" mode and 301 redirection. In automatic mode, the best options will be choosen for a specific user agent.
- A new module for managing a file system path using webdav. This allows to have a simple file browser integrated with Drupal as here.
Here it is and if you find bugs, please post issues here.
webdav 6.x-1.0-rc3
Yoran - September 22, 2008 - 13:19
| Download | Size | md5 hash |
|---|---|---|
| webdav-6.x-1.0-rc3.tar.gz | 89.77 KB | 72fadcfa8d18124053811e1ba143226c |
Official release from CVS tag: DRUPAL-6--1-0-RC3
Last updated: September 22, 2008 - 13:20
- Now file listing can be embedded in Drupal.
- New setting in WebDAV Server in order to choose full page or embedded 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 algorithm 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 rest used as collection argument. Usefull for recursive collections. - When used embedded 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 attachments
webdav 6.x-1.0-rc2
| Download | Size | md5 hash |
|---|---|---|
| webdav-6.x-1.0-rc2.tar.gz | 83.51 KB | 803285e89613c87669fa48d381e100a9 |
Official release from CVS tag: DRUPAL-6--1-0-RC2
Last updated: September 20, 2008 - 09:25
This version is a major reworking of the previous 5.X-0.5.
