[Pkg-owncloud-commits] [php-sabredav] 263/275: Backup classes that have been removed.

David Prévot taffit at moszumanska.debian.org
Thu Sep 25 14:56:17 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository php-sabredav.

commit ba08727ade42e5010fe90f3389f1936cf2028d31
Author: Evert Pot <evert at rooftopsolutions.nl>
Date:   Tue Sep 23 23:42:09 2014 +0100

    Backup classes that have been removed.
    
    Fixes #528.
---
 lib/CalDAV/CalendarRootNode.php | 16 ++++++++++++++++
 lib/CalDAV/UserCalendars.php    | 19 +++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/lib/CalDAV/CalendarRootNode.php b/lib/CalDAV/CalendarRootNode.php
new file mode 100644
index 0000000..7d4f9db
--- /dev/null
+++ b/lib/CalDAV/CalendarRootNode.php
@@ -0,0 +1,16 @@
+<?php
+
+namespace Sabre\CalDAV;
+
+/**
+ * Deprecated! This class has been renamed to CalendarRoot.
+ *
+ * This stub class will be removed in a future version of sabredav!
+ *
+ * @deprecated
+ * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
+ * @author Evert Pot (http://evertpot.com/)
+ * @license http://sabre.io/license/ Modified BSD License
+ */
+class CalendarRootNode extends CalendarRoot {
+}
diff --git a/lib/CalDAV/UserCalendars.php b/lib/CalDAV/UserCalendars.php
new file mode 100644
index 0000000..feef8ed
--- /dev/null
+++ b/lib/CalDAV/UserCalendars.php
@@ -0,0 +1,19 @@
+<?php
+
+namespace Sabre\CalDAV;
+
+/**
+ * This class is deprecated!
+ *
+ * It has been renamed to Sabre\CalDAV\CalendarHome.
+ * 
+ * This stub class will be removed in a future version of sabredav.
+ *
+ * @deprecated
+ * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
+ * @author Evert Pot (http://evertpot.com/)
+ * @license http://sabre.io/license/ Modified BSD License
+ */
+class UserCalendars extends CalendarHome {
+
+}

-- 
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