webdav 6.x-1.0-rc8
Posted by Yoran Brault on May 18, 2009 at 10:48pm
| Download | Size | md5 hash |
|---|---|---|
| webdav-6.x-1.0-rc8.tar.gz | 96.94 KB | 6f1aa995827289fe1a04f8ea4cf85532 |
| webdav-6.x-1.0-rc8.zip | 124.33 KB | e4ff22a846ec7917a9396c69406529db |
Last updated: December 25, 2010 - 00:10
Release notes
#464754
#465476
#465860
#391596
webdav 6.x-1.0-rc7
Posted by Yoran Brault on February 3, 2009 at 5:27pm
| Download | Size | md5 hash |
|---|---|---|
| webdav-6.x-1.0-rc7.tar.gz | 90.05 KB | 59041e14915ce01fb68f844a70757a55 |
| webdav-6.x-1.0-rc7.zip | 113.83 KB | e30bb42b0d07b62cbfd01f5a70a91e49 |
Last updated: December 25, 2010 - 00:10
Release notes
Bug fix of the previous RC, mainly about some warnings and wrong use of short php code tag
webdav 6.x-1.0-rc6
Posted by Yoran Brault on October 5, 2008 at 11:56pm
| Download | Size | md5 hash |
|---|---|---|
| webdav-6.x-1.0-rc6.tar.gz | 96.51 KB | 504d862ebaad7ab3d2d68bdb7924f7b8 |
| webdav-6.x-1.0-rc6.zip | 121.39 KB | 219317a668c2376d26d269fbb1cfdc58 |
Last updated: December 25, 2010 - 00:10
Release notes
- 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
Posted by Yoran Brault on October 3, 2008 at 12:11pm
| Download | Size | md5 hash |
|---|---|---|
| webdav-6.x-1.0-rc5.tar.gz | 95.54 KB | 389da290d8cf82e55f099e0075618f2c |
| webdav-6.x-1.0-rc5.zip | 121.28 KB | d94d33ca0db7fe131c9abc5cb5b9f823 |
Last updated: December 25, 2010 - 00:10
Release notes
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
Posted by Yoran Brault on September 29, 2008 at 12:14am
| Download | Size | md5 hash |
|---|---|---|
| webdav-6.x-1.0-rc4.tar.gz | 95.37 KB | dc5e881d4968cf6bebb9e0949ccf8c3b |
| webdav-6.x-1.0-rc4.zip | 121.11 KB | 3046e93ad127844aa4ce292f6ffed346 |
Last updated: December 25, 2010 - 00:10
Release notes
- 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
Posted by Yoran Brault on September 22, 2008 at 1:19pm
| Download | Size | md5 hash |
|---|---|---|
| webdav-6.x-1.0-rc3.tar.gz | 89.77 KB | 72fadcfa8d18124053811e1ba143226c |
| webdav-6.x-1.0-rc3.zip | 114.63 KB | d37e14b000b1feae79778917cb170553 |
Last updated: December 25, 2010 - 00:10
Release notes
- 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
Posted by Yoran Brault on September 20, 2008 at 8:57am
| Download | Size | md5 hash |
|---|---|---|
| webdav-6.x-1.0-rc2.tar.gz | 83.51 KB | 803285e89613c87669fa48d381e100a9 |
| webdav-6.x-1.0-rc2.zip | 110.62 KB | 68e1bb6639a28a63f32a4fdfbd741e2c |
Last updated: December 25, 2010 - 00:10
Release notes
This version is a major reworking of the previous 5.X-0.5.
Read more