Remove CVS/Horde 3 artifacts
authorMichael M Slusarz <slusarz@curecanti.org>
Sun, 22 Nov 2009 18:18:29 +0000 (11:18 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 23 Nov 2009 19:36:48 +0000 (12:36 -0700)
51 files changed:
framework/Auth/test/Horde/Auth/AllTests.php
framework/Date/lib/Horde/Date/Recurrence.php
framework/Feed/lib/Horde/Feed.php
framework/Feed/lib/Horde/Feed/Atom.php
framework/Feed/lib/Horde/Feed/Base.php
framework/Feed/lib/Horde/Feed/Entry/Atom.php
framework/Feed/lib/Horde/Feed/Entry/Base.php
framework/Feed/lib/Horde/Feed/Entry/Rss.php
framework/Feed/lib/Horde/Feed/Exception.php
framework/Feed/lib/Horde/Feed/Rss.php
framework/Kolab_Format/lib/Horde/Kolab/Format.php
framework/Kolab_Format/lib/Horde/Kolab/Format/Xml.php
framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Annotation.php
framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Contact.php
framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Distributionlist.php
framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Event.php
framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Hprefs.php
framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Note.php
framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Task.php
framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy.php
framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache.php
framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/Base.php
framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Controller/FreebusyController.php
framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Driver/Base.php
framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Driver/Freebusy/Base.php
framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Driver/Freebusy/Kolab.php
framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Factory.php
framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Imap.php
framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Report.php
framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/View.php
framework/Kolab_FreeBusy/lib/Horde/Kolab/Test/FreeBusy.php
framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/FreeBusyScenarioTest.php
framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/Mock/Controller/FreebusyController.php
framework/Kolab_FreeBusy/www/Horde/Kolab/FreeBusy/config.php
framework/Kolab_FreeBusy/www/Horde/Kolab/FreeBusy/pfb.php
framework/Kolab_FreeBusy/www/Horde/Kolab/FreeBusy/regenerate.php
framework/Kolab_Storage/examples/Horde/Kolab/Storage/list.php
framework/Kolab_Storage/lib/Horde/Kolab/Storage/Folder.php
framework/Kolab_Storage/test/Horde/Kolab/Storage/AttachmentTest.php
framework/Lock/lib/Horde/Lock/Sql.php
framework/Pdf/lib/Horde/Pdf/Writer.php
framework/Rpc/lib/Horde/Rpc.php
framework/Rpc/lib/Horde/Rpc/Jsonrpc.php
framework/Rpc/lib/Horde/Rpc/Phpgw.php
framework/Rpc/lib/Horde/Rpc/Soap.php
framework/Rpc/lib/Horde/Rpc/Syncml.php
framework/Rpc/lib/Horde/Rpc/Syncml/Wbxml.php
framework/Rpc/lib/Horde/Rpc/Xmlrpc.php
framework/Rpc/test/rpc-test.php
framework/Ui/lib/Horde/Ui/Tabs.php
framework/Xml_Element/lib/Horde/Xml/Element.php

index b9524aa..398a95a 100644 (file)
@@ -2,8 +2,6 @@
 /**
  * All tests for the Horde_Auth:: package.
  *
- * $Horde: framework/Auth/tests/Horde/Auth/AllTests.php,v 1.2 2009/01/06 17:49:08 jan Exp $
- *
  * PHP version 5
  *
  * @category   Horde
@@ -27,8 +25,6 @@ require_once 'PHPUnit/TextUI/TestRunner.php';
 /**
  * Combine the tests for this package.
  *
- * $Horde: framework/Auth/tests/Horde/Auth/AllTests.php,v 1.2 2009/01/06 17:49:08 jan Exp $
- *
  * Copyright 2007-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
index 0d282f8..4046c0a 100644 (file)
@@ -7,7 +7,6 @@
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
  *
- * @since    Horde 3.2
  * @category Horde
  * @package  Horde_Date
  */
@@ -23,7 +22,6 @@
  * object, an ISO time string or a hash.
  *
  * @author   Jan Schneider <jan@horde.org>
- * @since    Horde 3.2
  * @category Horde
  * @package  Horde_Date
  */
index 52cfdba..c284051 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 /**
- * $Horde: framework/Feed/lib/Horde/Feed.php,v 1.11 2008/09/28 04:27:03 chuck Exp $
- *
  * Portions Copyright 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)
  * Copyright 2007-2009 The Horde Project (http://www.horde.org/)
  *
index f9cc58a..52a1a2f 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 /**
- * $Horde: framework/Feed/lib/Horde/Feed/Atom.php,v 1.5 2008/09/25 04:44:09 chuck Exp $
- *
  * Portions Copyright 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)
  * Copyright 2007-2009 The Horde Project (http://www.horde.org/)
  *
index dc9d8c0..b2dba45 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 /**
- * $Horde: framework/Feed/lib/Horde/Feed/Base.php,v 1.3 2008/07/22 20:39:22 chuck Exp $
- *
  * Portions Copyright 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)
  * Copyright 2007-2009 The Horde Project (http://www.horde.org/)
  *
index 384a56e..6537170 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 /**
- * $Horde: framework/Feed/lib/Horde/Feed/Entry/Atom.php,v 1.5 2008/09/26 02:00:30 chuck Exp $
- *
  * Portions Copyright 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)
  * Copyright 2007-2009 The Horde Project (http://www.horde.org/)
  *
index d146308..d1137e8 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 /**
- * $Horde: framework/Feed/lib/Horde/Feed/Entry/Base.php,v 1.3 2008/09/26 02:00:30 chuck Exp $
- *
  * Portions Copyright 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)
  * Copyright 2007-2009 The Horde Project (http://www.horde.org/)
  *
index c972fba..ec2b256 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 /**
- * $Horde: framework/Feed/lib/Horde/Feed/Entry/Rss.php,v 1.6 2008/09/27 02:56:13 chuck Exp $
- *
  * Portions Copyright 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)
  * Copyright 2007-2009 The Horde Project (http://www.horde.org/)
  *
index c82e922..44969cd 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 /**
- * $Horde: framework/Feed/lib/Horde/Feed/Exception.php,v 1.2 2008/01/02 11:11:57 jan Exp $
- *
  * @category Horde
  * @package Horde_Feed
  */
index 9fa5084..7c6c50c 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 /**
- * $Horde: framework/Feed/lib/Horde/Feed/Rss.php,v 1.7 2008/09/25 04:44:34 chuck Exp $
- *
  * Portions Copyright 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)
  * Copyright 2007-2009 The Horde Project (http://www.horde.org/)
  *
index bd879cb..6ba5a3a 100644 (file)
@@ -31,7 +31,6 @@ require_once 'Horde/Autoloader.php';
  * @author   Gunnar Wrobel <wrobel@pardus.de>
  * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
  * @link     http://pear.horde.org/index.php?package=Kolab_Server
- * @since    Horde 3.2
  */
 abstract class Horde_Kolab_Format
 {
index f421d9b..760cbce 100644 (file)
@@ -30,7 +30,6 @@
  * @author   Gunnar Wrobel <wrobel@pardus.de>
  * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
  * @link     http://pear.horde.org/index.php?package=Kolab_Server
- * @since    Horde 3.2
  */
 class Horde_Kolab_Format_Xml
 {
index d9f5c86..0b69320 100644 (file)
@@ -25,7 +25,6 @@
  * @author   Gunnar Wrobel <wrobel@pardus.de>
  * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
  * @link     http://pear.horde.org/index.php?package=Kolab_Server
- * @since    Horde 3.2
  */
 class Horde_Kolab_Format_Xml_Annotation extends Horde_Kolab_Format_Xml
 {
index 93e763e..1fff5c0 100644 (file)
@@ -27,7 +27,6 @@
  * @author   Gunnar Wrobel <wrobel@pardus.de>
  * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
  * @link     http://pear.horde.org/index.php?package=Kolab_Server
- * @since    Horde 3.2
  */
 class Horde_Kolab_Format_Xml_Contact extends Horde_Kolab_Format_Xml
 {
index 3f49384..f0aa702 100644 (file)
@@ -27,7 +27,6 @@
  * @author   Gunnar Wrobel <wrobel@pardus.de>
  * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
  * @link     http://pear.horde.org/index.php?package=Kolab_Server
- * @since    Horde 3.2
  */
 class Horde_Kolab_Format_Xml_Distributionlist extends Horde_Kolab_Format_Xml
 {
index a0569e5..44eb365 100644 (file)
@@ -27,7 +27,6 @@
  * @author   Gunnar Wrobel <wrobel@pardus.de>
  * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
  * @link     http://pear.horde.org/index.php?package=Kolab_Server
- * @since    Horde 3.2
  */
 class Horde_Kolab_Format_Xml_Event extends Horde_Kolab_Format_Xml
 {
index 6e84b54..a14f7b1 100644 (file)
@@ -25,7 +25,6 @@
  * @author   Gunnar Wrobel <wrobel@pardus.de>
  * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
  * @link     http://pear.horde.org/index.php?package=Kolab_Server
- * @since    Horde 3.2
  */
 class Horde_Kolab_Format_Xml_Hprefs extends Horde_Kolab_Format_Xml
 {
index c25b5a3..70628df 100644 (file)
@@ -27,7 +27,6 @@
  * @author   Gunnar Wrobel <wrobel@pardus.de>
  * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
  * @link     http://pear.horde.org/index.php?package=Kolab_Server
- * @since    Horde 3.2
  */
 class Horde_Kolab_Format_Xml_Note extends Horde_Kolab_Format_Xml
 {
index 7b85138..527f324 100644 (file)
@@ -27,7 +27,6 @@
  * @author   Gunnar Wrobel <wrobel@pardus.de>
  * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
  * @link     http://pear.horde.org/index.php?package=Kolab_Server
- * @since    Horde 3.2
  */
 class Horde_Kolab_Format_Xml_Task extends Horde_Kolab_Format_Xml
 {
index d616936..32ff7c5 100644 (file)
@@ -27,7 +27,6 @@
  * @author   Gunnar Wrobel <wrobel@pardus.de>
  * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
  * @link     http://pear.horde.org/index.php?package=Kolab_FreeBusy
- * @since    Horde 3.2
  */
 class Horde_Kolab_FreeBusy
 {
index 9091af9..1115b57 100644 (file)
@@ -2,8 +2,6 @@
 /**
  * Caching for the Kolab free/busy data.
  *
- * $Horde: framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache.php,v 1.27 2009/07/14 00:28:33 mrubinsk Exp $
- *
  * @package Kolab_FreeBusy
  */
 
@@ -15,8 +13,6 @@ require_once 'Horde/iCalendar/vfreebusy.php';
  * The Horde_Kolab_FreeBusy_Cache:: class provides functionality to store
  * prepared free/busy data for quick retrieval.
  *
- * $Horde: framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache.php,v 1.27 2009/07/14 00:28:33 mrubinsk Exp $
- *
  * Copyright 2004-2008 Klarälvdalens Datakonsult AB
  *
  * See the enclosed file COPYING for license information (LGPL). If you
@@ -366,8 +362,6 @@ class Horde_Kolab_FreeBusy_Cache {
 /**
  * A berkeley db based cache for free/busy data.
  *
- * $Horde: framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache.php,v 1.27 2009/07/14 00:28:33 mrubinsk Exp $
- *
  * Copyright 2004-2008 Klarälvdalens Datakonsult AB
  *
  * See the enclosed file COPYING for license information (LGPL). If you
@@ -629,8 +623,6 @@ class Horde_Kolab_FreeBusy_Cache_DB {
  * A berkeley db based cache for free/busy data that holds relevant
  * cache files based on folder ACLs.
  *
- * $Horde: framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache.php,v 1.27 2009/07/14 00:28:33 mrubinsk Exp $
- *
  * Copyright 2004-2008 Klarälvdalens Datakonsult AB
  *
  * See the enclosed file COPYING for license information (LGPL). If you
@@ -693,8 +685,6 @@ class Horde_Kolab_FreeBusy_Cache_DB_acl extends Horde_Kolab_FreeBusy_Cache_DB {
  * A berkeley db based cache for free/busy data that holds relevant
  * cache files based on extended folder ACLs.
  *
- * $Horde: framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache.php,v 1.27 2009/07/14 00:28:33 mrubinsk Exp $
- *
  * Copyright 2004-2008 Klarälvdalens Datakonsult AB
  *
  * See the enclosed file COPYING for license information (LGPL). If you
@@ -755,8 +745,6 @@ class Horde_Kolab_FreeBusy_Cache_DB_xacl extends Horde_Kolab_FreeBusy_Cache_DB {
 /**
  * A representation of a cache file.
  *
- * $Horde: framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache.php,v 1.27 2009/07/14 00:28:33 mrubinsk Exp $
- *
  * Copyright 2004-2008 Klarälvdalens Datakonsult AB
  *
  * See the enclosed file COPYING for license information (LGPL). If you
@@ -934,8 +922,6 @@ class Horde_Kolab_FreeBusy_Cache_File {
 /**
  * A cache file for partial free/busy information.
  *
- * $Horde: framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache.php,v 1.27 2009/07/14 00:28:33 mrubinsk Exp $
- *
  * Copyright 2004-2008 Klarälvdalens Datakonsult AB
  *
  * See the enclosed file COPYING for license information (LGPL). If you
@@ -1004,8 +990,6 @@ class Horde_Kolab_FreeBusy_Cache_File_pvcal extends Horde_Kolab_FreeBusy_Cache_F
 /**
  * A cache file for complete free/busy information.
  *
- * $Horde: framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache.php,v 1.27 2009/07/14 00:28:33 mrubinsk Exp $
- *
  * Copyright 2004-2008 Klarälvdalens Datakonsult AB
  *
  * See the enclosed file COPYING for license information (LGPL). If you
@@ -1146,8 +1130,6 @@ class Horde_Kolab_FreeBusy_Cache_File_vcal extends Horde_Kolab_FreeBusy_Cache_Fi
  * ACL storage and is required to hold the old ACL list for updates to
  * the DB based cache.
  *
- * $Horde: framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache.php,v 1.27 2009/07/14 00:28:33 mrubinsk Exp $
- *
  * Copyright 2004-2008 Klarälvdalens Datakonsult AB
  *
  * See the enclosed file COPYING for license information (LGPL). If you
@@ -1257,8 +1239,6 @@ class Horde_Kolab_FreeBusy_Cache_File_acl extends Horde_Kolab_FreeBusy_Cache_Fil
  * DB based ACL storage and is required to hold the old ACL list for
  * updates to the DB based cache.
  *
- * $Horde: framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache.php,v 1.27 2009/07/14 00:28:33 mrubinsk Exp $
- *
  * Copyright 2004-2008 Klarälvdalens Datakonsult AB
  *
  * See the enclosed file COPYING for license information (LGPL). If you
index 3fbdd81..f0ffa7e 100644 (file)
@@ -29,7 +29,6 @@
  * @author   Gunnar Wrobel <wrobel@pardus.de>
  * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
  * @link     http://pear.horde.org/index.php?package=Kolab_FreeBusy
- * @since    Horde 3.2
  */
 class Horde_Kolab_FreeBusy_Cache_Base
 {
@@ -53,4 +52,4 @@ class Horde_Kolab_FreeBusy_Cache_Base
     public function getCalleePart($callee, $part, $params = array())
     {
     }
-}
\ No newline at end of file
+}
index 7c69253..9a53b5c 100644 (file)
@@ -34,7 +34,6 @@ require_once 'Horde/Autoloader.php';
  * @author   Gunnar Wrobel <wrobel@pardus.de>
  * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
  * @link     http://pear.horde.org/index.php?package=Kolab_FreeBusy
- * @since    Horde 3.2
  */
 class FreeBusyController extends Horde_Controller_Base
 {
@@ -247,4 +246,4 @@ class FreeBusyController extends Horde_Controller_Base
     public function delete()
     {
     }
-}
\ No newline at end of file
+}
index d9a5d82..b3d2c90 100644 (file)
@@ -29,7 +29,6 @@
  * @author   Gunnar Wrobel <wrobel@pardus.de>
  * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
  * @link     http://pear.horde.org/index.php?package=Kolab_FreeBusy
- * @since    Horde 3.2
  */
 class Horde_Kolab_FreeBusy_Driver_Base
 {
@@ -194,4 +193,4 @@ class Horde_Kolab_FreeBusy_Driver_Base
      * @return array The fetched data.
      */
     //abstract public function fetch($params = array());
-}
\ No newline at end of file
+}
index e16c623..6b7f378 100644 (file)
@@ -29,7 +29,6 @@
  * @author   Gunnar Wrobel <wrobel@pardus.de>
  * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
  * @link     http://pear.horde.org/index.php?package=Kolab_FreeBusy
- * @since    Horde 3.2
  */
 class Horde_Kolab_FreeBusy_Driver_Freebusy_Base extends Horde_Kolab_FreeBusy_Driver_Base
 {
@@ -48,7 +47,7 @@ class Horde_Kolab_FreeBusy_Driver_Freebusy_Base extends Horde_Kolab_FreeBusy_Dri
 
         if (!empty($this->remote)) {
             /* Try to fetch the data if it is stored on a remote server */
-            //@todo: How to determine which hook/processor to run? 
+            //@todo: How to determine which hook/processor to run?
             return $this->fetchRemote($params);
             // if (is_a($result, 'PEAR_Error')) {
             //    $error = array('type' => FREEBUSY_ERROR_UNAUTHORIZED, 'error' => $result);
@@ -197,7 +196,7 @@ class Horde_Kolab_FreeBusy_Driver_Freebusy_Base extends Horde_Kolab_FreeBusy_Dri
 
         if (!empty($this->remote)) {
             /* Try to fetch the data if it is stored on a remote server */
-            //@todo: How to determine which hook/processor to run? 
+            //@todo: How to determine which hook/processor to run?
             return $this->triggerRemote($params);
             // if (is_a($result, 'PEAR_Error')) {
             //    $error = array('type' => FREEBUSY_ERROR_UNAUTHORIZED, 'error' => $result);
@@ -283,7 +282,7 @@ class Horde_Kolab_FreeBusy_Driver_Freebusy_Base extends Horde_Kolab_FreeBusy_Dri
         /* Check if we are on the right server and redirect if appropriate */
         if ($this->freebusyserver && $this->freebusyserver != $server) {
             $redirect = $this->freebusyserver . $path;
-            Horde::logMessage(sprintf("URL %s indicates remote free/busy server since we only offer %s. Redirecting.", 
+            Horde::logMessage(sprintf("URL %s indicates remote free/busy server since we only offer %s. Redirecting.",
                                       $this->freebusyserver, $server), __FILE__,
                               __LINE__, PEAR_LOG_ERR);
             if ($do_redirect) {
@@ -293,7 +292,7 @@ class Horde_Kolab_FreeBusy_Driver_Freebusy_Base extends Horde_Kolab_FreeBusy_Dri
                 $redirect = 'https://' . urlencode($this->user) . ':' . urlencode(Horde_Auth::getCredential('password'))
                     . '@' . $this->freebusyserver . $path;
                 if (!@readfile($redirect)) {
-                    $message = sprintf(_("Unable to read free/busy information from %s"), 
+                    $message = sprintf(_("Unable to read free/busy information from %s"),
                                        'https://' . urlencode($this->user) . ':XXX'
                                        . '@' . $this->freebusyserver . $_SERVER['REQUEST_URI']);
                     return PEAR::raiseError($message);
@@ -302,4 +301,4 @@ class Horde_Kolab_FreeBusy_Driver_Freebusy_Base extends Horde_Kolab_FreeBusy_Dri
             exit;
         }
     }
-}
\ No newline at end of file
+}
index 9a5328f..c1482f7 100644 (file)
@@ -29,7 +29,6 @@
  * @author   Gunnar Wrobel <wrobel@pardus.de>
  * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
  * @link     http://pear.horde.org/index.php?package=Kolab_FreeBusy
- * @since    Horde 3.2
  */
 class Horde_Kolab_FreeBusy_Driver_Freebusy_Kolab extends Horde_Kolab_FreeBusy_Driver_Freebusy_Base
 {
@@ -248,4 +247,4 @@ class Horde_Kolab_FreeBusy_Driver_Freebusy_Kolab extends Horde_Kolab_FreeBusy_Dr
         }
         return $folder;
     }
-}
\ No newline at end of file
+}
index 1e6f2cd..833a0b5 100644 (file)
@@ -25,7 +25,6 @@
  * @author   Gunnar Wrobel <wrobel@pardus.de>
  * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
  * @link     http://pear.horde.org/index.php?package=Kolab_FreeBusy
- * @since    Horde 3.2
  */
 class Horde_Kolab_FreeBusy_Factory
 {
@@ -214,4 +213,4 @@ class Horde_Kolab_FreeBusy_Factory
         }
         return $logger;
     }
-}
\ No newline at end of file
+}
index c9bf2f1..1ee368b 100644 (file)
@@ -417,8 +417,6 @@ class Horde_Kolab_FreeBusy_Imap {
  * A reduced event representation derived from the Kronolith event
  * representation.
  *
- * $Horde: framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Imap.php,v 1.10 2009/07/14 00:28:33 mrubinsk Exp $
- *
  * Copyright 2004-2008 Klarälvdalens Datakonsult AB
  *
  * See the enclosed file COPYING for license information (LGPL). If you
index 7633bd8..2ffa511 100644 (file)
@@ -2,8 +2,6 @@
 /**
  * A view for regenerating the Kolab Free/Busy cache.
  *
- * $Horde: framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Report.php,v 1.2 2009/04/02 20:12:16 wrobel Exp $
- *
  * Copyright 2009 Klarälvdalens Datakonsult AB
  *
  * @author  Gunnar Wrobel <p@rdus.de>
@@ -24,7 +22,7 @@ class Horde_Kolab_FreeBusy_Report {
             /* Display errors if we are working on the command line */
             ini_set('display_errors', 1);
 
-            /** Don't report notices */ 
+            /** Don't report notices */
             error_reporting(E_ALL & ~E_NOTICE);
         }
     }
@@ -72,4 +70,4 @@ class Horde_Kolab_FreeBusy_Report {
             echo $this->_break;
         }
     }
-}
\ No newline at end of file
+}
index cdaf71c..3d1838e 100644 (file)
@@ -2,16 +2,12 @@
 /**
  * Provides simple views.
  *
- * $Horde: framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/View.php,v 1.6 2008/12/12 15:00:07 wrobel Exp $
- *
  * @package Kolab_FreeBusy
  */
 
 /**
  * The Horde_Kolab_FreeBusy_View:: class renders data.
  *
- * $Horde: framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/View.php,v 1.6 2008/12/12 15:00:07 wrobel Exp $
- *
  * Copyright 2004-2008 Klarälvdalens Datakonsult AB
  *
  * See the enclosed file COPYING for license information (LGPL). If you
@@ -52,8 +48,6 @@ class Horde_Kolab_FreeBusy_View {
 /**
  * The Horde_Kolab_FreeBusy_View_vfb:: class renders free/busy data.
  *
- * $Horde: framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/View.php,v 1.6 2008/12/12 15:00:07 wrobel Exp $
- *
  * Copyright 2004-2008 Klarälvdalens Datakonsult AB
  *
  * See the enclosed file COPYING for license information (LGPL). If you
@@ -164,11 +158,9 @@ define('FREEBUSY_ERROR_UNAUTHORIZED', 1);
 define('FREEBUSY_ERROR_SERVER', 2);
 
 /**
- * The Horde_Kolab_FreeBusy_View_error:: class provides error pages for the 
+ * The Horde_Kolab_FreeBusy_View_error:: class provides error pages for the
  * Kolab free/busy system.
  *
- * $Horde: framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/View.php,v 1.6 2008/12/12 15:00:07 wrobel Exp $
- *
  * Copyright 2004-2008 Klarälvdalens Datakonsult AB
  *
  * See the enclosed file COPYING for license information (LGPL). If you
index 76d49ef..de53ba6 100644 (file)
@@ -2,8 +2,6 @@
 /**
  * Base for PHPUnit scenarios.
  *
- * $Horde: framework/Kolab_FreeBusy/lib/Horde/Kolab/Test/FreeBusy.php,v 1.5 2009/04/25 19:39:38 wrobel Exp $
- *
  * PHP version 5
  *
  * @category Kolab
@@ -21,8 +19,6 @@ require_once 'Horde/Kolab/Test/Storage.php';
 /**
  * Base for PHPUnit scenarios.
  *
- * $Horde: framework/Kolab_FreeBusy/lib/Horde/Kolab/Test/FreeBusy.php,v 1.5 2009/04/25 19:39:38 wrobel Exp $
- *
  * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
@@ -87,7 +83,7 @@ EOD;
         @rmdir($dir);
 
         return;
-    } 
+    }
 
     /**
      * Handle a "given" step.
index 51b412f..bb52180 100644 (file)
@@ -2,8 +2,6 @@
 /**
  * Checks for the Kolab Free/Busy system.
  *
- * $Horde: framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/FreeBusyScenarioTest.php,v 1.4 2009/04/25 19:30:35 wrobel Exp $
- *
  * PHP version 5
  *
  * @category   Horde
@@ -22,8 +20,6 @@ require_once 'Horde/Kolab/Test/FreeBusy.php';
 /**
  * Checks for the Kolab Free/Busy system.
  *
- * $Horde: framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/FreeBusyScenarioTest.php,v 1.4 2009/04/25 19:30:35 wrobel Exp $
- *
  * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
@@ -143,4 +139,4 @@ class Horde_Kolab_FreeBusy_FreeBusyScenarioTest extends Horde_Kolab_Test_FreeBus
             ->and('the creation of the folder was successful')
             ->and('the fetch result should contain a free/busy time with summary', 'hello');
     }
-}
\ No newline at end of file
+}
index 226b6da..cda2b39 100644 (file)
@@ -30,7 +30,6 @@ require_once 'Horde/Autoloader.php';
  * @author   Gunnar Wrobel <wrobel@pardus.de>
  * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
  * @link     http://pear.horde.org/index.php?package=Kolab_FreeBusy
- * @since    Horde 3.2
  */
 class FreeBusyController extends Horde_Controller_Base
 {
@@ -74,4 +73,4 @@ class FreeBusyController extends Horde_Controller_Base
     {
         $this->renderText('deleted data for user "' . $this->params->callee . '"');
     }
-}
\ No newline at end of file
+}
index 8c83854..4423db5 100644 (file)
@@ -3,8 +3,6 @@
  * This file provides configuration settings for both the freebusy.php
  * and the pfb.php scripts.
  *
- * $Horde: framework/Kolab_FreeBusy/www/Horde/Kolab/FreeBusy/config.php,v 1.4 2009/01/06 17:49:24 jan Exp $
- *
  * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author  Steffen Hansen <steffen@klaralvdalens-datakonsult.se>
index 4beb60b..2abb4fb 100644 (file)
@@ -7,8 +7,6 @@
  * information is cached and later assembled for display by the
  * freebusy.php script.
  *
- * $Horde: framework/Kolab_FreeBusy/www/Horde/Kolab/FreeBusy/pfb.php,v 1.6 2009/07/14 00:28:33 mrubinsk Exp $
- *
  * Copyright 2004-2009 Klarälvdalens Datakonsult AB
  *
  * @author  Steffen Hansen <steffen@klaralvdalens-datakonsult.se>
index a71904e..c31c2ac 100644 (file)
@@ -2,8 +2,6 @@
 /**
  * A script for regenerating the Kolab Free/Busy cache.
  *
- * $Horde: framework/Kolab_FreeBusy/www/Horde/Kolab/FreeBusy/regenerate.php,v 1.7 2009/07/14 00:28:33 mrubinsk Exp $
- *
  * Copyright 2004-2009 Klarälvdalens Datakonsult AB
  *
  * @author  Gunnar Wrobel <p@rdus.de>
index 4b0e238..6a8bedb 100644 (file)
@@ -1,11 +1,9 @@
 <?php
 /**
  * @package Kolab_Storage
- *
- * $Horde: framework/Kolab_Storage/examples/Horde/Kolab/Storage/list.php,v 1.2 2008/10/10 20:17:16 wrobel Exp $
  */
 
 require_once 'Horde/Kolab/Storage/List.php';
 
-$list = &Kolab_List::singleton();
+$list = Kolab_List::singleton();
 var_dump($list->listFolders());
index d3c9cf7..5e73956 100644 (file)
@@ -1,8 +1,6 @@
 <?php
 /**
  * @package Kolab_Storage
- *
- * $Horde: framework/Kolab_Storage/lib/Horde/Kolab/Storage/Folder.php,v 1.30 2009/06/09 23:23:39 slusarz Exp $
  */
 
 /**
@@ -14,8 +12,6 @@ require_once 'Horde/Autoloader.php';
  * The Kolab_Folder class represents an IMAP folder on the Kolab
  * server.
  *
- * $Horde: framework/Kolab_Storage/lib/Horde/Kolab/Storage/Folder.php,v 1.30 2009/06/09 23:23:39 slusarz Exp $
- *
  * Copyright 2004-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
@@ -52,7 +48,7 @@ class Horde_Kolab_Storage_Folder
     const FBRELEVANCE_ADMINS  = 0;
     const FBRELEVANCE_READERS = 1;
     const FBRELEVANCE_NOBODY  = 2;
+
     /**
      * The connection specific for this folder.
      *
@@ -350,7 +346,7 @@ class Horde_Kolab_Storage_Folder
                  */
                 try {
                     $this->_connection->create($this->name);
-                    $this->_connection->setAnnotation(self::ANNOT_FOLDER_TYPE, 
+                    $this->_connection->setAnnotation(self::ANNOT_FOLDER_TYPE,
                                                       $this->_type,
                                                       $this->name);
                     $this->trigger($this->name);
index f9e3d76..15b9912 100644 (file)
@@ -2,8 +2,6 @@
 /**
  * Test the handling of attachments.
  *
- * $Horde: framework/Kolab_Storage/test/Horde/Kolab/Storage/AttachmentTest.php,v 1.4 2009/06/09 23:23:39 slusarz Exp $
- *
  * PHP version 5
  *
  * @category   Kolab
@@ -22,8 +20,6 @@ require_once 'Autoload.php';
 /**
  * Test the handling of attachments.
  *
- * $Horde: framework/Kolab_Storage/test/Horde/Kolab/Storage/AttachmentTest.php,v 1.4 2009/06/09 23:23:39 slusarz Exp $
- *
  * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
index 62d2f59..c700dcc 100644 (file)
  * See the enclosed file COPYING for license information (LGPL). If you did
  * not receive this file, see http://opensource.org/licenses/lgpl-license.php.
  *
- * $Horde: framework/Lock/Lock/sql.php,v 1.19 2009/06/09 23:23:40 slusarz Exp $
- *
  * @author  Ben Klang <ben@alkaloid.net>
- * @since   Horde 3.2
  * @package Horde_Lock
  */
 class Horde_Lock_Sql extends Horde_Lock
index 7e5da6c..9237189 100644 (file)
@@ -8,8 +8,6 @@
  * Minimal conversion to PHP 5 by Maintainable Software
  * (http://maintainable.com).
  *
- * $Horde: framework/Pdf/lib/Horde/Pdf/Writer.php,v 1.3 2008/02/27 04:27:29 chuck Exp $
- *
  * Copyright 2001-2003 Olivier Plathey <olivier@fpdf.org>
  * Copyright 2003-2009 The Horde Project (http://www.horde.org/)
  *
index fde25a4..9d083ee 100644 (file)
@@ -23,7 +23,6 @@
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
  *
  * @author  Jan Schneider <jan@horde.org>
- * @since   Horde 3.0
  * @package Horde_Rpc
  */
 class Horde_Rpc
index 48f5716..f864f54 100644 (file)
@@ -7,7 +7,6 @@
  *
  * @author   Joey Hewitt <joey@joeyhewitt.com>
  * @author   Jan Schneider <jan@horde.org>
- * @since    Horde 3.2
  * @category Horde
  * @package  Horde_Rpc
  */
index 4690914..103eab6 100644 (file)
@@ -8,7 +8,6 @@
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
  *
  * @author   Michael Braun <mi.braun@onlinehome.de>
- * @since    Horde 3.2
  * @category Horde
  * @package  Horde_Rpc
  */
index 7f84a4c..ca3e250 100644 (file)
@@ -9,7 +9,6 @@
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
  *
  * @author  Chuck Hagenbuch <chuck@horde.org>
- * @since   Horde 3.2
  * @package Horde_Rpc
  */
 class Horde_Rpc_Soap extends Horde_Rpc
index 0696a7b..913b339 100644 (file)
@@ -14,7 +14,6 @@ require_once 'SyncML/Backend.php';
  *
  * @author  Chuck Hagenbuch <chuck@horde.org>
  * @author  Anthony Mills <amills@pyramid6.com>
- * @since   Horde 3.0
  * @package Horde_Rpc
  */
 class Horde_Rpc_Syncml extends Horde_Rpc
index a0d5ad0..632dbcb 100644 (file)
@@ -10,7 +10,6 @@
  *
  * @author  Chuck Hagenbuch <chuck@horde.org>
  * @author  Anthony Mills <amills@pyramid6.com>
- * @since   Horde 3.0
  * @package Horde_Rpc
  */
 class Horde_Rpc_Syncml_Wbxml extends Horde_Rpc_Syncml
index 660e3ff..59dcf31 100644 (file)
@@ -9,7 +9,6 @@
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
  *
  * @author  Jan Schneider <jan@horde.org>
- * @since   Horde 3.0
  * @package Horde_Rpc
  */
 class Horde_Rpc_Xmlrpc extends Horde_Rpc
index 9e64604..da836cf 100644 (file)
@@ -1,8 +1,6 @@
 #!/usr/bin/php
 <?php
 /**
- * $Horde: framework/RPC/tests/rpc-test.php,v 1.5.10.3 2007/12/20 13:49:28 jan Exp $
- *
  * @package Horde_RPC
  */
 
index 0353f6f..962f6b7 100644 (file)
@@ -9,7 +9,6 @@
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
  *
  * @author  Jason M. Felice <jason.m.felice@gmail.com>
- * @since   Horde_Ui 0.0.1
  * @package Horde_Ui
  */
 class Horde_Ui_Tabs extends Horde_Ui_Widget
index a67d3b6..b2e769c 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 /**
- * $Horde: framework/Xml_Element/lib/Horde/Xml/Element.php,v 1.14 2008/09/27 02:57:42 chuck Exp $
- *
  * Portions Copyright 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)
  * Copyright 2007-2009 The Horde Project (http://www.horde.org/)
  *