[Pkg-owncloud-commits] [php-sabredav] 05/12: Adding schedule-calendar-default-URL as a protected property.
David Prévot
taffit at moszumanska.debian.org
Wed May 27 13:56:36 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch 2.1
in repository php-sabredav.
commit fc09808ea9694b9e122785f7669e4cabbf5a8a1e
Author: Evert Pot <me at evertpot.com>
Date: Mon May 25 18:44:45 2015 -0400
Adding schedule-calendar-default-URL as a protected property.
Updating it does not work, so this is the best fix for the moment.
Fixes #658
---
ChangeLog.md | 2 ++
lib/CalDAV/Schedule/Plugin.php | 3 ++-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/ChangeLog.md b/ChangeLog.md
index a5308fb..8833221 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -7,6 +7,8 @@ ChangeLog
* #651: Double-encoded path in the browser plugin. Should fix a few broken
links in some setups.
* #650: Correctly cleaning up change info after deleting calendars (@ErrOrnAmE).
+* #658: Updating `schedule-calendar-default-URL` does not work well, so we're
+ disabling it until there's a better fix.
2.1.3 (2015-02-25)
diff --git a/lib/CalDAV/Schedule/Plugin.php b/lib/CalDAV/Schedule/Plugin.php
index 0b0407b..d911d35 100644
--- a/lib/CalDAV/Schedule/Plugin.php
+++ b/lib/CalDAV/Schedule/Plugin.php
@@ -123,7 +123,8 @@ class Plugin extends ServerPlugin {
$ns . 'schedule-inbox-URL',
$ns . 'schedule-outbox-URL',
$ns . 'calendar-user-address-set',
- $ns . 'calendar-user-type'
+ $ns . 'calendar-user-type',
+ $ns . 'schedule-default-calendar-URL'
);
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git
More information about the Pkg-owncloud-commits
mailing list