forked from pear/HTTP_WebDAV_Server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO
More file actions
48 lines (29 loc) · 1 KB
/
TODO
File metadata and controls
48 lines (29 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Short term (1.0 show stoppers):
- documentation
- check url en-/decodings (all pending bug reports are about this)
Medium term (nice to have in 1.1):
- the following items affect the fileserver example only,
these are not problems of the base class itself
- "Depth: Infinite" not supported yet (in PROPFIND)
- properties not always copied/moved (in COPY/MOVE)
- no recursove locks (in LOCK, UNLOCK etc.)
- API cleanups
- ETags support ...
- MIME-type detection should become a
package of its own?
- mimetype may be guessed for stream
(mime_magic extension now supports this in HEAD)
- provide helper classes that extend the
Server class by adding prepared LOCKing
functionality, eg.:
- HTTP_WebDAV_Server_Lock_MySQL
- HTTP_WebDAV_Server_Lock_dbm
- HTTP_WebDAV_Server_Lock_PearDB
- ...
(have to dig out my design pattern book ...?)
Long term (definetly not in 1.0 or even 1.x):
- the XML parsing parts are *very* Q&D
change to simpleXML and DOM (requires PHP5)
- Versioning
- DASL
- ...