[Pkg-owncloud-commits] [php-sabredav] 154/163: Adjusted a few event timings to be more consistent.
David Prévot
taffit at moszumanska.debian.org
Tue May 20 18:55:04 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag upstream/2.0.0_beta1
in repository php-sabredav.
commit d8e131a29af2b31cc9d1671758b14fd9a182748d
Author: Evert Pot <me at evertpot.com>
Date: Thu May 15 18:38:22 2014 -0400
Adjusted a few event timings to be more consistent.
---
lib/CalDAV/SharingPlugin.php | 2 +-
lib/CalDAV/Subscriptions/Plugin.php | 2 +-
lib/DAV/PropertyStorage/Plugin.php | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/CalDAV/SharingPlugin.php b/lib/CalDAV/SharingPlugin.php
index 3d28903..3a47d3e 100644
--- a/lib/CalDAV/SharingPlugin.php
+++ b/lib/CalDAV/SharingPlugin.php
@@ -93,7 +93,7 @@ class SharingPlugin extends DAV\ServerPlugin {
);
$this->server->on('propFind', [$this,'propFindEarly']);
- $this->server->on('propFind', [$this,'propFindLate'], 200);
+ $this->server->on('propFind', [$this,'propFindLate'], 150);
$this->server->on('propPatch', [$this, 'propPatch'], 40);
$this->server->on('method:POST', [$this, 'httpPost']);
diff --git a/lib/CalDAV/Subscriptions/Plugin.php b/lib/CalDAV/Subscriptions/Plugin.php
index 777cf27..3dec14a 100644
--- a/lib/CalDAV/Subscriptions/Plugin.php
+++ b/lib/CalDAV/Subscriptions/Plugin.php
@@ -39,7 +39,7 @@ class Plugin extends ServerPlugin {
$server->propertyMap['{http://calendarserver.org/ns/}source'] =
'Sabre\\DAV\\Property\\Href';
- $server->on('propFind', [$this, 'propFind'], 120);
+ $server->on('propFind', [$this, 'propFind'], 150);
}
diff --git a/lib/DAV/PropertyStorage/Plugin.php b/lib/DAV/PropertyStorage/Plugin.php
index 56ed4d7..f3dbc59 100644
--- a/lib/DAV/PropertyStorage/Plugin.php
+++ b/lib/DAV/PropertyStorage/Plugin.php
@@ -46,7 +46,7 @@ class Plugin extends ServerPlugin {
*/
public function initialize(Server $server) {
- $server->on('propFind', [$this, 'propFind'], 101);
+ $server->on('propFind', [$this, 'propFind'], 130);
$server->on('propPatch', [$this, 'propPatch'], 300);
$server->on('afterUnbind', [$this, 'afterUnbind']);
--
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