#2755 closed enhancement (invalid)
webdav for document uploads and editing
Reported by: | anonymous | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | general | Version: | 0.9.3 |
Severity: | normal | Keywords: | webdav |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
it would be nice to have the possibility to attach and edit document attachements via webdav.
Attachments (0)
Change History (5)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
See the trachacks ticket above
comment:3 by , 19 years ago
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
by saying "a webdav server exists in that universe" it is not solved for trac :)
if you press "attach a document" there is no webdav folder which opens but a webform. and there is no way of editing attached documents via a button. and i do not know a way how to put a link into trac wiki, so the attachments folder opens as webdav folder, and i can click on it and edit the document.
comment:4 by , 19 years ago
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
Web browsers do not support the webdav protocol, and Trac is a web application.
I don't understand your point: if you want to have access to a file using the webdav protocol, you need a webdav client. A web browser is not a webdav client.
I can't see what Trac could bring there to change the situation (although re-implementing webdav through JavaScript, which is far away from Trac goals)
You could share the Trac attachment folder using the webdav feature of Apache, but this would mean bypassing Trac DB, which would end up into an out-of-sync situation.
comment:5 by , 19 years ago
I think that the real issue here is that the attachments are not meant as a document management system. If the documents you're attaching are edited sufficiently frequently that WebDAV seems necessary you should look at SVN's "auto versioning" feature as mentioned in the Trac-Hacks ticket above. You can use your repository to store and version the files and access them via WebDAV. The files can be linked from the Wiki using source:
TracLinks.
Please don't cross-post tickets randomly.
Duplicate of trachacks:ticket:184.