Lines Matching refs:from

65 * Removed database migration script for sabre/dav 1.7. To update from that
99 * Functionality from `IShareableCalendar` is merged into `ISharedCalendar`.
100 * #751: Fixed XML responses from failing `MKCOL` requests.
127 * #834: Backport from `master`: Return vCards exactly as they were stored if
307 * #705: A `MOVE` request that gets prevented from deleting the source resource
405 * It's now possible to get all property information from files using the
411 * CardDAV namespace was missing from default namespaceMap.
418 * Changed all MySQL columns from `VARCHAR` to `VARBINARY` where possible.
477 * Removed: all `$tableName` arguments from every PDO backend. This was already
542 * #705: A `MOVE` request that gets prevented from deleting the source resource
591 * #612: PropertyStorage didn't delete properties from nodes when a node's
617 * #561: IMip Plugin didn't strip mailto: from email addresses.
646 * Changed: Moved all 'notifications' functionality from `Sabre\CalDAV\Plugin`
670 `Accept:` header, in CardDAV reports, and automatically converting from
722 `CARDDAV:supported-address-data`. This functionality has been removed from
735 * #705: A `MOVE` request that gets prevented from deleting the source resource
814 * Removed: Old and broken example code from the `examples/` directory.
872 * Removed: all the rfc documentation from the sabre/dav source. This made the
918 * Fixed: If event handlers modify the request body from a PUT request, an ETag
982 * includes changes from version 1.7.12.
989 * includes changes from version 1.7.11.
995 * includes changes from version 1.7.10.
1002 * includes changes from version 1.7.9.
1009 * Includes changes from version 1.7.8.
1016 * Includes changes from version 1.7.7.
1023 * Includes changes from version 1.7.6.
1030 * Includes changes from version 1.7.5.
1039 * Includes changes from version 1.7.4.
1046 * Includes changes from version 1.7.3.
1186 * Fixed: Removing double slashes from getPropertiesForPath.
1255 * Changed: Responsibility for dealing with the calendar-query is now moved from
1376 * Fixed: Issue 213: Workaround for an Evolution bug, that prevented it from
1396 version number from various outputs.
1404 * Added: New HTTP status codes from draft-nottingham-http-new-status-04.
1420 * Fixed: Sending back correct mimetypes from the browser plugin (thanks
1432 * BC Break: Moved functions from Sabre_CalDAV_XMLUtil to
1445 * Added: Ability to create new calendars and addressbooks from within the
1453 * Changed: The 'propertyMap' property from Sabre_VObject_Reader, must now be
1484 * Added: Support for {DAV:}acl-restrictions property from RFC3744.
1489 * Fixed: Issue 66: Using rawurldecode instead of urldecode to decode paths from
1522 * Fixed: Issue 182: Removed backticks from sql queries, so it will work with
1548 * Added: Made it optional to supply carddata from an Addressbook backend when
1551 * Fixed: Issue 187: Sabre_DAV_UUIDUtil was missing from includes file.
1584 * Fixed: Sabre_DAV_Collection was missing from the includes file.
1619 * Fixed: addressbook-query is now correctly returned from the
1692 * Fixed: Changed a few properties in CalDAV classes from private to protected.
1723 * Removed: All principal-related functionality has been removed from the
1735 disallowing users from accessing or modifying other users' data.
1793 * Fixed: Issue 86: Fixed Content-Range top-boundary from 'file size' to 'file
1856 * Changed: Removed CalDAV items from includes.php, and added a few missing ones.
1864 * Added: 208 and 508 statuscodes from RFC5842.
1912 * Added: expand-properties REPORT from RFC 3253.
1963 datadirectory must always be specified from now on.
1978 * Note: This version is forked from version 1.0.5, so release dates may be out
2010 * Added: Moved autoload from lib/ to lib/Sabre/autoload.php. This is also the
2182 rfc's, which are publicly available. This reduces the package from ~800k to
2204 * Changed: moved default copy and move logic from ObjectTree to Tree class
2214 * Changed: Major refactoring, removed most of the logic from the Tree objects.
2218 * Changed: Moved all the Locking logic from the Tree and Server classes into a
2245 from the browser.
2257 * Added: System to return complex properties from PROPFIND.
2273 * Changed: removed functions (get(/set)HTTPRequest(/Response)) from Server
2320 removed from all the files. It is now recommended to use autoloading of
2326 * Updated: Removed ?> from the bottom of each php file.
2327 * Updated: Split up some operations from Sabre_DAV_Server to