blob: faff73890a01f3ab19ae8a586d2a06a717d1ea6b [file] [log] [blame]
1.1.4 - [RELEASEDATE]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Fixed issue #15922: The default lock timeout in ezcWebdavFileBackend is not
2 seconds. After this time, a hanging lock will automatically be released.
This timeout can now be configured through the new option
ezcWebdavFileBackendOptions->lockTimeout.
- Fixed issue #16034: The permissions on the lock file in ezcWebdavFileBackend
are now properly checked before a lock is acquired.
- Fixed issue #16194: Files displayed URL encoded in WebDAV clients.
- Fixed issue #16201: Introduced new Nautilus compatible transport class to
fix client specific issues.
1.1.3 - Monday 09 November 2009
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Fixed issue #15430: Dead property retrieval works correctly now in
ezcWebdavFileBackend.
- Fixed issue #15431: Fixed detection of HTTP/HTTPS in
ezcWebdavAutomaticPathFactory.
- Fixed issue #15434: Corrected error in example code.
- Fixed issue #15477: Using the property storage file name in the file
back-end path works now properly.
1.1.2 - Tuesday 01 September 2009
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Fixed issue #15368: Corrected and enhanced documentation of ezcWebdavServer
regarding configuration handling.
1.1.1 - Monday 08 June 2009
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Fixed issue #13324: Uploads are now working in Konqueror (tested 3.5.10).
Fix based on a patch by Erwin Eggenberger.
1.1 - Monday 05 January 2009
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- No changes
1.1rc1 - Monday 15 December 2008
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Fixed issue 13251#: Tested Webdav component with BitKinex 3.0.2. Works fine,
except for locking, which seems to be broken in the client (same problems
with Apache mod_dav).
1.1beta1 - Monday 01 December 2008
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- No changes
1.1alpha1 - Monday 17 November 2008
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Implemented feature #12286: The WebDAV component now supports locking
(WebDAV compliance class 2) through the lock plugin.
- Implemented feature #13344: Authentication / authorization support for
Webdav.
- Fixed issue #13462: The backend methods DELETE and PROPPATCH do now return
the RFC conform multi status responses on error and these get serialized
correctly by the transport.
1.0.1 - Monday 04 August 2008
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Fixed issue #13313: Webdav does now correctly identify recent Nautilus
version.
- Fixed issue #13389: ezcWebdavBasicPathFactory does now perform sanity checks
on the given base URI during construction.
- Fixed documentation.
- Renamed ezcWebdavResourceTypeProperty::TYPE_RESSOURCE to
ezcWebdavResourceTypeProperty::TYPE_RESOURCE as required by review.
ezcWebdavResourceTypeProperty::TYPE_RESSOURCE is still kept for BC reasons.
- Renamed ezcWebdavTransport->retreiveBody() to
ezcWebdavTransport->retrieveBody().
1.0 - Monday 17 December 2007
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- No changes
1.0rc1 - Wednesday 05 December 2007
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Fixed issue #12085: Webdav docblocks are missing in many classes.
- Fixed issue #12145: Content-Length header is not detected on Apache.
1.0beta1 - Wednesday 28 November 2007
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- No changes.
1.0alpha1 - Monday 29 October 2007
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Initial release of this package.