File: TODO

package info (click to toggle)
php-http-webdav-server 1.0.0RC8-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 232 kB
  • sloc: php: 1,836; xml: 316; sql: 37; sh: 8; makefile: 5
file content (48 lines) | stat: -rw-r--r-- 1,029 bytes parent folder | download | duplicates (4)
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

- ...