sabre/dav v0.10-alpha Release Notes

Release Date: 2009-08-03 // almost 15 years ago
    • โž• Added: Plugin to automatically map GET requests to non-files to PROPFIND (Sabre_DAV_Browser_MapGetToPropFind). This should allow easier debugging of complicated WebDAV setups.
    • Added: Sabre_DAV_Property_Href class. For future use.
    • โž• Added: Ability to choose to use auth-int, auth or both for HTTP Digest authentication. (Issue 11)
    • Changed: Made more methods in Sabre_DAV_Server public.
    • ๐Ÿ›  Fixed: TemporaryFileFilter plugin now intercepts HTTP LOCK requests to non-existent files. (Issue 12)
    • โž• Added: Central list of defined xml namespace prefixes. This can reduce Bandwidth and legibility for xml bodies with user-defined namespaces.
    • โž• Added: now a PEAR-compatible package again, thanks to Michael Gauthier
    • ๐Ÿ”„ Changed: moved default copy and move logic from ObjectTree to Tree class