Hermes: Remove $Horde$
authorBen Klang <ben@alkaloid.net>
Wed, 26 May 2010 18:49:20 +0000 (14:49 -0400)
committerBen Klang <ben@alkaloid.net>
Wed, 2 Jun 2010 19:22:24 +0000 (15:22 -0400)
45 files changed:
hermes/admin.php
hermes/config/conf.xml
hermes/config/prefs.php.dist
hermes/deliverables.php
hermes/entry.php
hermes/index.php
hermes/invoicing.php
hermes/lib/Admin.php
hermes/lib/Block/tree_menu.php
hermes/lib/Block/tree_stopwatch.php
hermes/lib/Data/hermes_csv.php
hermes/lib/Data/hermes_tsv.php
hermes/lib/Data/hermes_xls.php
hermes/lib/Data/iif.php
hermes/lib/Data/qbxml.php
hermes/lib/Driver.php
hermes/lib/Driver/sql.php
hermes/lib/Forms/Deliverable.php
hermes/lib/Forms/Export.php
hermes/lib/Forms/Search.php
hermes/lib/Forms/Time.php
hermes/lib/Hermes.php
hermes/lib/Table.php
hermes/locale/en_US/help.xml
hermes/locale/es_ES/help.xml
hermes/scripts/Sandals.wdgt/Info.plist
hermes/scripts/Sandals.wdgt/KeychainPlugIn.widgetplugin/Contents/Info.plist
hermes/scripts/Sandals.wdgt/Sandals.html
hermes/scripts/Sandals.wdgt/lib/Sandals.js
hermes/scripts/Sandals.wdgt/lib/horde.js
hermes/scripts/Sandals.wdgt/lib/open_calendar.js
hermes/scripts/Sandals.wdgt/lib/stripe.js
hermes/scripts/Sandals.wdgt/lib/vcXMLRPC.js
hermes/scripts/Sandals.wdgt/themes/bluewhite-screen.css
hermes/scripts/Sandals.wdgt/themes/hermes-screen.css
hermes/scripts/Sandals.wdgt/themes/sandals-screen.css
hermes/scripts/Sandals.wdgt/themes/screen.css
hermes/scripts/sql/hermes.mssql.sql
hermes/scripts/sql/hermes.oci8.sql
hermes/scripts/sql/hermes.sql
hermes/scripts/upgrades/2007-04-20_drop_invoicing.sql
hermes/search.php
hermes/start.php
hermes/themes/print/screen.css
hermes/themes/screen.css

index bf136de..6b324ee 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 /**
- * $Horde: hermes/admin.php,v 1.33 2009/07/14 18:43:47 selsky Exp $
- *
  * Copyright 2002-2010 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file LICENSE for license information (BSD). If you
index 2e527fc..2b3cf46 100644 (file)
@@ -1,5 +1,4 @@
 <?xml version="1.0"?>
-<!-- $Horde: hermes/config/conf.xml,v 1.21 2007/09/13 18:16:11 jan Exp $ -->
 <configuration>
  <configsection name="time">
   <configheader>Time Tracking Settings</configheader>
index e27d551..a085339 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 /**
- * $Horde: hermes/config/prefs.php.dist,v 1.9 2008/06/25 16:05:34 jan Exp $
- *
  * See horde/config/prefs.php for documentation on the structure of this file.
  */
 
index 2d32f0d..2f2369f 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 /**
- * $Horde: hermes/deliverables.php,v 1.14 2009/07/14 18:43:47 selsky Exp $
- *
  * Copyright 2005-2010 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file LICENSE for license information (BSD). If you
index 5877fd6..4f622de 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 /**
- * $Horde: hermes/entry.php,v 1.27 2009/07/08 18:29:07 slusarz Exp $
- *
  * Copyright 2002-2010 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file LICENSE for license information (BSD). If you
index 55ba893..2dd2370 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 /**
- * $Horde: hermes/index.php,v 1.16 2009/01/06 17:50:08 jan Exp $
- *
  * Copyright 2002-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file LICENSE for license information (BSD). If you
index 3fd5172..43dca1c 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 /**
- * $Horde: hermes/invoicing.php,v 1.12 2009/06/10 17:33:20 slusarz Exp $
- *
  * Copyright 2002-2010 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file LICENSE for license information (BSD). If you
index 5ae46aa..b51c985 100644 (file)
@@ -1,8 +1,6 @@
 <?php
 /**
- * $Horde: hermes/lib/Admin.php,v 1.26 2009/01/06 17:50:09 jan Exp $
- *
- * Copyright 2002-2009 The Horde Project (http://www.horde.org/)
+ * Copyright 2002-2010 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file LICENSE for license information (BSD). If you
  * did not receive this file, see http://www.horde.org/licenses/bsdl.php.
index ba90b71..fbb31d4 100644 (file)
@@ -4,8 +4,6 @@ $block_name = _("Enter Time");
 $block_type = 'tree';
 
 /**
- * $Horde: hermes/lib/Block/tree_menu.php,v 1.4 2008/01/02 16:15:09 chuck Exp $
- *
  * @package Horde_Block
  */
 class Horde_Block_hermes_tree_menu extends Horde_Block {
index ef83369..87d393e 100644 (file)
@@ -4,8 +4,6 @@ $block_name = _("Stop Watch");
 $block_type = 'tree';
 
 /**
- * $Horde: hermes/lib/Block/tree_stopwatch.php,v 1.4 2009/06/10 05:24:07 slusarz Exp $
- *
  * @package Horde_Block
  */
 class Horde_Block_hermes_tree_stopwatch extends Horde_Block {
index e7ed61c..07fba35 100644 (file)
@@ -6,8 +6,6 @@ require_once 'Horde/Data/csv.php';
  * The Horde_Data_hermes_csv class extends Horde's CSV Data class with
  * Hermes-specific handling.
  *
- * $Horde: hermes/lib/Data/hermes_csv.php,v 1.2 2005/08/03 20:54:02 chuck Exp $
- *
  * See the enclosed file LICENSE for license information (BSD). If you
  * did not receive this file, see http://www.horde.org/licenses/bsdl.php.
  *
index ef4bded..958406c 100644 (file)
@@ -6,8 +6,6 @@ require_once 'Horde/Data/tsv.php';
  * The Horde_Data_hermes_tsv class extends Horde's TSV Data class with
  * Hermes-specific handling.
  *
- * $Horde: hermes/lib/Data/hermes_tsv.php,v 1.2 2005/08/03 20:54:02 chuck Exp $
- *
  * See the enclosed file LICENSE for license information (BSD). If you
  * did not receive this file, see http://www.horde.org/licenses/bsdl.php.
  *
index 97c660c..7e86770 100644 (file)
@@ -7,8 +7,6 @@ require_once HERMES_BASE . '/lib/Data/hermes_tsv.php';
  * Hermes-specific handling and a few tweaks for files to open
  * directly in Excel.
  *
- * $Horde: hermes/lib/Data/hermes_xls.php,v 1.2 2005/08/03 20:54:02 chuck Exp $
- *
  * See the enclosed file LICENSE for license information (BSD). If you
  * did not receive this file, see http://www.horde.org/licenses/bsdl.php.
  *
index da97fab..9a0c902 100644 (file)
@@ -3,8 +3,6 @@
  * The Horde_Data_iif class implements the Horde_Data:: framework for
  * QuickBooks .iif files.
  *
- * $Horde: hermes/lib/Data/iif.php,v 1.21 2009/01/06 17:50:09 jan Exp $
- *
  * Here's a sample header and row from a .iif file (it's
  * tab-delimited):
  *
index 851dca0..cd1a83c 100644 (file)
@@ -3,8 +3,6 @@
  * The Horde_Data_qbxml class implements the Horde_Data:: framework for
  * QuickBooks qbXML files.
  *
- * $Horde: hermes/lib/Data/qbxml.php,v 1.15 2009/01/06 17:50:09 jan Exp $
- *
  * Copyright 2002-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file LICENSE for license information (BSD). If you
index 868dbdd..5f033c6 100644 (file)
@@ -3,8 +3,6 @@
  * Hermes_Driver:: defines an API for implementing storage backends
  * for Hermes.
  *
- * $Horde: hermes/lib/Driver.php,v 1.23 2009/07/14 00:25:33 mrubinsk Exp $
- *
  * @author  Chuck Hagenbuch <chuck@horde.org>
  * @since   Hermes 0.1
  * @package Hermes
index 433e2c9..aa9e6c0 100644 (file)
@@ -2,8 +2,6 @@
 /**
  * Hermes storage implementation for PHP's PEAR database abstraction layer.
  *
- * $Horde: hermes/lib/Driver/sql.php,v 1.68 2009/07/14 00:25:33 mrubinsk Exp $
- *
  * Required values for $params:<pre>
  *      'phptype'       The database type (e.g. 'pgsql', 'mysql', etc.).</pre>
  *
index a25b853..c2964ad 100644 (file)
@@ -5,8 +5,6 @@ require_once 'Horde/Form.php';
 /**
  * DeliverableClientSelector - Form for selecting client on deliverables screen
  *
- * $Horde: hermes/lib/Forms/Deliverable.php,v 1.7 2009/01/06 17:50:09 jan Exp $
- *
  * Copyright 2002-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file LICENSE for license information (BSD). If you
index 028f1fe..b3fc12c 100644 (file)
@@ -2,8 +2,6 @@
 /**
  * @package Hermes
  *
- * $Horde: hermes/lib/Forms/Export.php,v 1.9 2009/12/01 12:52:41 jan Exp $
- *
  * Copyright 2002-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file LICENSE for license information (BSD). If you
index ec62ec2..cfb8631 100644 (file)
@@ -2,8 +2,6 @@
 /**
  * @package Hermes
  *
- * $Horde: hermes/lib/Forms/Search.php,v 1.15 2010/04/21 17:33:10 jan Exp $
- *
  * Copyright 2002-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file LICENSE for license information (BSD). If you
index ae49019..5e50706 100644 (file)
@@ -2,8 +2,6 @@
 /**
  * @package Hermes
  *
- * $Horde: hermes/lib/Forms/Time.php,v 1.23 2009/07/08 18:29:08 slusarz Exp $
- *
  * Copyright 2002-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file LICENSE for license information (BSD). If you
index a18439b..7edb93d 100644 (file)
@@ -2,8 +2,6 @@
 /**
  * Hermes Base Class.
  *
- * $Horde: hermes/lib/Hermes.php,v 1.66 2009/12/10 17:42:31 jan Exp $
- *
  * @author  Chuck Hagenbuch <chuck@horde.org>
  * @package Hermes
  */
index 5025aef..1b2cea0 100644 (file)
@@ -3,8 +3,6 @@
  * The Horde_UI_Table:: class displays and allows manipulation of tabular
  * data.
  *
- * $Horde: hermes/lib/Table.php,v 1.10 2009/12/10 17:42:31 jan Exp $
- *
  * Copyright 2001 Robert E. Coyle <robertecoyle@hotmail.com>
  *
  * See the enclosed file LICENSE for license information (BSD). If you
index bddd95a..1db7518 100644 (file)
@@ -1,5 +1,4 @@
 <?xml version="1.0"?>
-<!-- $Horde: hermes/locale/en_US/help.xml,v 1.3 2008/06/29 23:13:02 jan Exp $ -->
 <help>
   <entry id="hermes-job-types">
     <title>Hermes Job Types</title>
index 0202ccb..6177b40 100644 (file)
@@ -1,5 +1,4 @@
 <?xml version="1.0"?>
-<!-- $Horde: hermes/locale/es_ES/help.xml,v 1.2 2008/06/30 08:35:01 jan Exp $ -->
 <help>
   <entry id="hermes-job-types" state="unknown">
     <title>Tipos de objetos de trabajo/facturables de Hermes</title>
index 10636d4..a365d01 100644 (file)
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Horde: hermes/scripts/Sandals.wdgt/Info.plist,v 1.2 2008/03/08 06:52:37 bklang Exp $ -->
 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 <plist version="1.0">
 <dict>
index b11b898..066204c 100644 (file)
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Horde: hermes/scripts/Sandals.wdgt/KeychainPlugIn.widgetplugin/Contents/Info.plist,v 1.2 2008/03/08 06:52:37 bklang Exp $ -->
 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 <plist version="1.0">
 <dict>
index f206413..fa8007d 100644 (file)
@@ -1,6 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- $Horde: hermes/scripts/Sandals.wdgt/Sandals.html,v 1.5 2008/03/11 22:57:38 bklang Exp $ -->
 <!-- Sandals copyright 2007-2008, Alkaloid Networks LLC. -->
 <!-- Sandals is released under the terms of the GNU Public License v2 -->
 <!-- Sandals is a part of the Hermes module for the Horde framework. -->
index d7c5e56..37fbf10 100644 (file)
@@ -1,5 +1,4 @@
 /**
- * $Horde: hermes/scripts/Sandals.wdgt/lib/Sandals.js,v 1.5 2008/03/11 22:57:38 bklang Exp $
  * This file is part of Sandals.wdgt, distributed with the Hermes application.
  * Hermes is part of the Horde Project (http://www.horde.org/)
  *
index 876e240..2335a4e 100644 (file)
@@ -1,8 +1,6 @@
 /**
  * General Horde UI effects javascript.
  *
- * $Horde: hermes/scripts/Sandals.wdgt/lib/horde.js,v 1.2 2008/03/08 06:52:38 bklang Exp $
- *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
  */
index 9f7223a..9562564 100644 (file)
@@ -4,7 +4,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.
- * $Horde: hermes/scripts/Sandals.wdgt/lib/open_calendar.js,v 1.3 2009/01/06 17:50:10 jan Exp $
  */
 
 /**
index 3308888..fccd454 100644 (file)
@@ -4,8 +4,6 @@
  *
  * Copyright 2006-2009 The Horde Project (http://www.horde.org/)
  *
- * $Horde: hermes/scripts/Sandals.wdgt/lib/stripe.js,v 1.3 2009/01/06 17:50:10 jan Exp $
- *
  * @author Chuck Hagenbuch <chuck@horde.org>
  * @author Matt Warden <mwarden@gmail.com>
  *
index 4c2d1a2..d25f086 100644 (file)
@@ -2,7 +2,6 @@
  * This file is distributed as a component of Sandals.wdgt
  * Sandals is a part of the Hermes application of the Horde Project
  * The Horde Project (http://www.horde.org/)
- * $Horde: hermes/scripts/Sandals.wdgt/lib/vcXMLRPC.js,v 1.3 2009/01/06 17:50:10 jan Exp $
  *
  *    Copyright 2000, 2001, 2002  Virtual Cowboys info@virtualcowboys.nl
  *             
index 4d3dcdd..182ea22 100644 (file)
@@ -1,7 +1,3 @@
-/**
- * $Horde: hermes/scripts/Sandals.wdgt/themes/bluewhite-screen.css,v 1.1 2008/03/08 06:49:07 bklang Exp $
- */
-
 body {
     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
     background: #fff;
index ffe0348..8cb8dbb 100644 (file)
@@ -1,7 +1,3 @@
-/**
- * $Horde: hermes/scripts/Sandals.wdgt/themes/hermes-screen.css,v 1.1 2008/03/08 06:49:07 bklang Exp $
- */
-
 /* Special handling for non-printed timesheets. */
 #approval {
     display: none;
index fc56db4..2d5f143 100644 (file)
@@ -1,4 +1,3 @@
-/* $Horde: hermes/scripts/Sandals.wdgt/themes/sandals-screen.css,v 1.2 2008/03/08 06:52:38 bklang Exp $ */
 #title
 {
        width: 100%;
index 2853887..346c692 100644 (file)
@@ -1,7 +1,3 @@
-/**
- * $Horde: hermes/scripts/Sandals.wdgt/themes/screen.css,v 1.2 2008/04/08 18:07:29 chuck Exp $
- */
-
 /* Global default styles. */
 * {
     /* Zero out all padding and margins to start with for better
index 16dd6f4..61b8ad0 100644 (file)
@@ -1,4 +1,3 @@
--- $Horde: hermes/scripts/sql/hermes.mssql.sql,v 1.7 2008/06/30 09:03:11 jan Exp $
 
 CREATE TABLE hermes_timeslices (
     timeslice_id           INT NOT NULL,
index c72abfd..2bb52e3 100644 (file)
@@ -1,4 +1,3 @@
--- $Horde: hermes/scripts/sql/hermes.oci8.sql,v 1.8 2009/10/19 11:18:26 jan Exp $
 
 CREATE TABLE hermes_timeslices (
     timeslice_id           NUMBER(16) NOT NULL,
index 1562baa..2b8387c 100644 (file)
@@ -1,4 +1,3 @@
--- $Horde: hermes/scripts/sql/hermes.sql,v 1.15 2008/06/30 22:39:27 jan Exp $
 
 CREATE TABLE hermes_timeslices (
     timeslice_id           INT NOT NULL,
index d478478..7065a7d 100644 (file)
@@ -1,4 +1,3 @@
--- $Horde: hermes/scripts/upgrades/2007-04-20_drop_invoicing.sql,v 1.1 2007/04/19 23:14:43 jan Exp $
 
 DROP TABLE hermes_invoice_batches;
 DROP TABLE hermes_invoices;
index 7937ee7..d42033e 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 /**
- * $Horde: hermes/search.php,v 1.47 2009/12/10 17:42:31 jan Exp $
- *
  * Copyright 2004-2010 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file LICENSE for license information (BSD). If you
index d7695e5..b208f53 100644 (file)
@@ -1,7 +1,5 @@
 <?php
 /**
- * $Horde: hermes/start.php,v 1.14 2009/07/14 00:25:32 mrubinsk Exp $
- *
  * Copyright 2005-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file LICENSE for license information (BSD). If you
index 01902a6..1563005 100644 (file)
@@ -1,6 +1,3 @@
-/**
- * $Horde: hermes/themes/print/screen.css,v 1.1 2005/08/04 17:56:45 chuck Exp $
- */
 
 /* Special handling for printed timesheets. */
 #approval {
index 3dce9e0..22ec9f1 100644 (file)
@@ -1,6 +1,3 @@
-/**
- * $Horde: hermes/themes/screen.css,v 1.2 2006/06/28 00:12:53 chuck Exp $
- */
 
 /* Special handling for non-printed timesheets. */
 #approval {