summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcvs2git <cvs2git@bitweaver.org>2010-06-09 18:11:17 +0200
committernickpalmer <nick@sluggardy.net>2010-06-09 18:11:17 +0200
commit9dbee19cc5a1b71d982918b1452ce4184ed3ecf2 (patch)
treed26dbcd6f2de3ef6e5ef1140a65ad940555c6695
parent9dc138a93880995f8f85d6a0abb4eae5e68ee9be (diff)
downloadarticles-9dbee19cc5a1b71d982918b1452ce4184ed3ecf2.tar.gz
articles-9dbee19cc5a1b71d982918b1452ce4184ed3ecf2.tar.bz2
articles-9dbee19cc5a1b71d982918b1452ce4184ed3ecf2.zip
Strip down CVS keywords.pre-lf-storage-path-to-file-name
-rw-r--r--BitArticle.php6
-rw-r--r--BitArticleTopic.php2
-rw-r--r--BitArticleType.php2
-rw-r--r--admin/admin_articles_inc.php2
-rw-r--r--admin/admin_topics.php2
-rw-r--r--admin/admin_types.php2
-rw-r--r--admin/upgrades/1.0.0.php2
-rw-r--r--article_filter_inc.php2
-rw-r--r--article_history.php4
-rw-r--r--articles_rss.php2
-rw-r--r--display_article_inc.php2
-rw-r--r--edit.php2
-rw-r--r--edit_topic.php2
-rw-r--r--index.php2
-rw-r--r--liberty_plugins/data.articles.php4
-rw-r--r--list.php2
-rw-r--r--list_topics.php2
-rw-r--r--lookup_article_inc.php2
-rw-r--r--lookup_article_topic_inc.php2
-rw-r--r--modules/mod_articles.php2
-rw-r--r--modules/mod_articles.tpl2
-rw-r--r--print.php2
-rw-r--r--rankings.php2
-rw-r--r--read.php2
-rw-r--r--templates/admin_articles.tpl2
-rw-r--r--templates/admin_topics.tpl2
-rw-r--r--templates/admin_types.tpl2
-rw-r--r--templates/article_display.tpl2
-rw-r--r--templates/article_history.tpl2
-rw-r--r--templates/center_list_articles.php2
-rw-r--r--templates/edit_topic.tpl2
-rw-r--r--templates/header_inc.tpl2
-rw-r--r--templates/list_articles.tpl2
-rw-r--r--templates/list_topics.tpl2
-rw-r--r--templates/preview_article.tpl2
-rw-r--r--templates/print_article.tpl2
36 files changed, 40 insertions, 40 deletions
diff --git a/BitArticle.php b/BitArticle.php
index 8e8b2c2..b75bc58 100644
--- a/BitArticle.php
+++ b/BitArticle.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_articles/BitArticle.php,v 1.159 2010/04/17 22:46:07 wjames5 Exp $
+ * @version $Header$
* @package articles
*
* Copyright( c )2004 bitweaver.org
@@ -9,14 +9,14 @@
* All Rights Reserved. See below for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
*
- * $Id: BitArticle.php,v 1.159 2010/04/17 22:46:07 wjames5 Exp $
+ * $Id$
*
* Article class is used when accessing BitArticles. It is based on TikiSample
* and builds on core bitweaver functionality, such as the Liberty CMS engine.
*
* created 2004/8/15
* @author wolffy <wolff_borg@yahoo.com.au>
- * @version $Revision: 1.159 $ $Date: 2010/04/17 22:46:07 $ $Author: wjames5 $
+ * @version $Revision$
*/
/**
diff --git a/BitArticleTopic.php b/BitArticleTopic.php
index b349d43..7cf6b6d 100644
--- a/BitArticleTopic.php
+++ b/BitArticleTopic.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_articles/BitArticleTopic.php,v 1.49 2010/01/25 20:36:38 dansut Exp $
+ * @version $Header$
* @package articles
*
* @copyright Copyright (c) 2004-2006, bitweaver.org
diff --git a/BitArticleType.php b/BitArticleType.php
index 1802ce7..6dc6814 100644
--- a/BitArticleType.php
+++ b/BitArticleType.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_articles/BitArticleType.php,v 1.24 2010/01/25 20:36:38 dansut Exp $
+ * @version $Header$
* @package articles
*
* @copyright Copyright (c) 2004-2006, bitweaver.org
diff --git a/admin/admin_articles_inc.php b/admin/admin_articles_inc.php
index 4b77318..d3ee493 100644
--- a/admin/admin_articles_inc.php
+++ b/admin/admin_articles_inc.php
@@ -1,5 +1,5 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_articles/admin/admin_articles_inc.php,v 1.25 2009/10/01 14:16:58 wjames5 Exp $
+// $Header$
// Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
// All Rights Reserved. See below for details and a complete list of authors.
// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details.
diff --git a/admin/admin_topics.php b/admin/admin_topics.php
index 5d99dc0..3210e16 100644
--- a/admin/admin_topics.php
+++ b/admin/admin_topics.php
@@ -1,5 +1,5 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_articles/admin/admin_topics.php,v 1.9 2010/02/08 21:27:21 wjames5 Exp $
+// $Header$
require_once( '../../kernel/setup_inc.php' );
include_once( ARTICLES_PKG_PATH.'BitArticle.php' );
diff --git a/admin/admin_types.php b/admin/admin_types.php
index ef858b3..f9b6e69 100644
--- a/admin/admin_types.php
+++ b/admin/admin_types.php
@@ -1,5 +1,5 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_articles/admin/admin_types.php,v 1.11 2010/02/08 21:27:21 wjames5 Exp $
+// $Header$
require_once( '../../kernel/setup_inc.php' );
require_once( ARTICLES_PKG_PATH.'BitArticle.php' );
diff --git a/admin/upgrades/1.0.0.php b/admin/upgrades/1.0.0.php
index 2689efe..ab96312 100644
--- a/admin/upgrades/1.0.0.php
+++ b/admin/upgrades/1.0.0.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_articles/admin/upgrades/1.0.0.php,v 1.2 2010/01/26 15:38:13 dansut Exp $
+ * @version $Header$
*/
global $gBitInstaller;
diff --git a/article_filter_inc.php b/article_filter_inc.php
index 1fcccc6..29e2eb0 100644
--- a/article_filter_inc.php
+++ b/article_filter_inc.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_articles/article_filter_inc.php,v 1.6 2008/06/19 09:29:08 lsces Exp $
+ * @version $Header$
* @package articles
* @subpackage functions
*/
diff --git a/article_history.php b/article_history.php
index bfb29ea..7ad72d1 100644
--- a/article_history.php
+++ b/article_history.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/page_history.php,v 1.14 2006/05/12 20:33:25 sylvieg Exp $
+ * $Header$
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
@@ -8,7 +8,7 @@
* All Rights Reserved. See below for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
*
- * $Id: page_history.php,v 1.14 2006/05/12 20:33:25 sylvieg Exp $
+ * $Id$
* @package wiki
* @subpackage functions
*/
diff --git a/articles_rss.php b/articles_rss.php
index e8446d3..a9d4a00 100644
--- a/articles_rss.php
+++ b/articles_rss.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_articles/articles_rss.php,v 1.25 2010/02/08 21:27:21 wjames5 Exp $
+ * @version $Header$
* @package articles
* @subpackage functions
*/
diff --git a/display_article_inc.php b/display_article_inc.php
index 51a348b..eee0fba 100644
--- a/display_article_inc.php
+++ b/display_article_inc.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_articles/display_article_inc.php,v 1.3 2008/06/25 22:21:06 spiderr Exp $
+ * @version $Header$
* @package articles
* @subpackage functions
*/
diff --git a/edit.php b/edit.php
index e26e28e..55a8732 100644
--- a/edit.php
+++ b/edit.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_articles/edit.php,v 1.50 2010/02/08 21:27:21 wjames5 Exp $
+ * @version $Header$
* @package articles
* @subpackage functions
*/
diff --git a/edit_topic.php b/edit_topic.php
index d4b524f..b29b1fb 100644
--- a/edit_topic.php
+++ b/edit_topic.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_articles/edit_topic.php,v 1.7 2010/02/08 21:27:21 wjames5 Exp $
+ * @version $Header$
* @package articles
* @subpackage functions
*/
diff --git a/index.php b/index.php
index faaf33f..6a72399 100644
--- a/index.php
+++ b/index.php
@@ -1,5 +1,5 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_articles/index.php,v 1.27 2010/02/08 21:27:21 wjames5 Exp $
+// $Header$
// Copyright( c )2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
// All Rights Reserved. See below for details and a complete list of authors.
// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details.
diff --git a/liberty_plugins/data.articles.php b/liberty_plugins/data.articles.php
index 966903e..99bdc16 100644
--- a/liberty_plugins/data.articles.php
+++ b/liberty_plugins/data.articles.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Revision: 1.4 $
+ * @version $Revision$
* @package liberty
* @subpackage plugins_data
*/
@@ -18,7 +18,7 @@
// | by: StarRider <starrrider@users.sourceforge.net>
// | Reworked from: wikiplugin_articles.php - see deprecated code below
// +----------------------------------------------------------------------+
-// $Id: data.articles.php,v 1.4 2009/10/01 14:16:58 wjames5 Exp $
+// $Id$
/**
* definitions
diff --git a/list.php b/list.php
index 08d03d3..b9b0989 100644
--- a/list.php
+++ b/list.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_articles/list.php,v 1.25 2010/02/08 21:27:21 wjames5 Exp $
+ * @version $Header$
* @package articles
* @subpackage functions
*/
diff --git a/list_topics.php b/list_topics.php
index d1da13d..0a77fe8 100644
--- a/list_topics.php
+++ b/list_topics.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_articles/list_topics.php,v 1.6 2010/02/08 21:27:21 wjames5 Exp $
+ * @version $Header$
* @package articles
* @subpackage functions
*/
diff --git a/lookup_article_inc.php b/lookup_article_inc.php
index eecf7ab..9e15bd8 100644
--- a/lookup_article_inc.php
+++ b/lookup_article_inc.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_articles/lookup_article_inc.php,v 1.10 2008/06/19 09:29:08 lsces Exp $
+ * @version $Header$
* @package articles
* @subpackage functions
*/
diff --git a/lookup_article_topic_inc.php b/lookup_article_topic_inc.php
index b1f4d56..c48dfd2 100644
--- a/lookup_article_topic_inc.php
+++ b/lookup_article_topic_inc.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_articles/lookup_article_topic_inc.php,v 1.4 2008/06/19 09:29:08 lsces Exp $
+ * @version $Header$
* @package articles
* @subpackage functions
*/
diff --git a/modules/mod_articles.php b/modules/mod_articles.php
index bd487ae..43a380d 100644
--- a/modules/mod_articles.php
+++ b/modules/mod_articles.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_articles/modules/mod_articles.php,v 1.17 2010/02/01 17:45:22 dansut Exp $
+ * @version $Header$
* @package articles
* @subpackage modules
*/
diff --git a/modules/mod_articles.tpl b/modules/mod_articles.tpl
index 69b3d03..a01016e 100644
--- a/modules/mod_articles.tpl
+++ b/modules/mod_articles.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_articles/modules/mod_articles.tpl,v 1.9 2010/02/01 17:45:22 dansut Exp $ *}
+{* $Header$ *}
{strip}
{if $gBitSystem->isPackageActive( 'articles' )}
{bitmodule title="$moduleTitle" name=$smarty.const.ARTICLES_PKG_NAME}
diff --git a/print.php b/print.php
index 7cfe259..28e1de5 100644
--- a/print.php
+++ b/print.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_articles/print.php,v 1.7 2010/02/08 21:27:21 wjames5 Exp $
+ * @version $Header$
* @package articles
* @subpackage functions
*/
diff --git a/rankings.php b/rankings.php
index dcd1a87..66b887c 100644
--- a/rankings.php
+++ b/rankings.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_articles/rankings.php,v 1.12 2010/02/08 21:27:21 wjames5 Exp $
+ * @version $Header$
* @package articles
* @subpackage functions
*/
diff --git a/read.php b/read.php
index 12dada0..55104ea 100644
--- a/read.php
+++ b/read.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_articles/read.php,v 1.28 2010/02/08 21:27:21 wjames5 Exp $
+ * @version $Header$
* @package articles
* @subpackage functions
*/
diff --git a/templates/admin_articles.tpl b/templates/admin_articles.tpl
index afb52f1..7e5cb34 100644
--- a/templates/admin_articles.tpl
+++ b/templates/admin_articles.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_articles/templates/admin_articles.tpl,v 1.13 2007/07/13 09:52:02 squareing Exp $ *}
+{* $Header$ *}
{strip}
{form}
{jstabs}
diff --git a/templates/admin_topics.tpl b/templates/admin_topics.tpl
index d28bec9..45a77ba 100644
--- a/templates/admin_topics.tpl
+++ b/templates/admin_topics.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_articles/templates/admin_topics.tpl,v 1.13 2009/04/14 19:51:33 dansut Exp $ *}
+{* $Header$ *}
{strip}
<div class="floaticon">{bithelp}</div>
diff --git a/templates/admin_types.tpl b/templates/admin_types.tpl
index 9515802..5e51229 100644
--- a/templates/admin_types.tpl
+++ b/templates/admin_types.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_articles/templates/admin_types.tpl,v 1.9 2007/08/23 11:15:23 squareing Exp $ *}
+{* $Header$ *}
{strip}
<div class="floaticon">{bithelp}</div>
diff --git a/templates/article_display.tpl b/templates/article_display.tpl
index 5fbaa82..6b60e10 100644
--- a/templates/article_display.tpl
+++ b/templates/article_display.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_articles/templates/article_display.tpl,v 1.57 2010/03/24 17:39:15 dansut Exp $ *}
+{* $Header$ *}
{strip}
{if !$showDescriptionsOnly}
{include file="bitpackage:liberty/services_inc.tpl" serviceLocation='nav' serviceHash=$article}
diff --git a/templates/article_history.tpl b/templates/article_history.tpl
index 2cad0c5..32f5fc1 100644
--- a/templates/article_history.tpl
+++ b/templates/article_history.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_articles/templates/article_history.tpl,v 1.8 2006/07/05 18:51:35 squareing Exp $ *}
+{* $Header$ *}
{strip}
<div class="admin article display">
<div class="header">
diff --git a/templates/center_list_articles.php b/templates/center_list_articles.php
index 9c6e3f8..a6343de 100644
--- a/templates/center_list_articles.php
+++ b/templates/center_list_articles.php
@@ -1,5 +1,5 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_articles/templates/center_list_articles.php,v 1.16 2007/08/30 22:15:13 wjames5 Exp $
+// $Header$
global $gBitSmarty, $gBitSystem, $gQueryUserId, $moduleParams;
if( !empty( $moduleParams ) ) {
extract( $moduleParams );
diff --git a/templates/edit_topic.tpl b/templates/edit_topic.tpl
index 6c8c780..cbb1e1a 100644
--- a/templates/edit_topic.tpl
+++ b/templates/edit_topic.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_articles/templates/edit_topic.tpl,v 1.5 2006/02/19 00:37:47 lsces Exp $ *}
+{* $Header$ *}
{strip}
<div class="floaticon">{bithelp}</div>
diff --git a/templates/header_inc.tpl b/templates/header_inc.tpl
index e5dc8f9..50ee3f5 100644
--- a/templates/header_inc.tpl
+++ b/templates/header_inc.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_articles/templates/header_inc.tpl,v 1.7 2006/12/10 15:15:09 squareing Exp $ *}
+{* $Header$ *}
{strip}
{if $gBitSystem->isPackageActive( 'rss' ) and $gBitSystem->isFeatureActive( 'articles_rss' ) and $smarty.const.ACTIVE_PACKAGE eq 'articles' and $gBitUser->hasPermission( 'p_articles_read' )}
<link rel="alternate" type="application/rss+xml" title="{$gBitSystem->getConfig('articles_rss_title',"{tr}Articles{/tr} RSS")}" href="{$smarty.const.ARTICLES_PKG_URL}articles_rss.php?version={$gBitSystem->getConfig('rssfeed_default_version',0)}" />
diff --git a/templates/list_articles.tpl b/templates/list_articles.tpl
index 96ceb04..2314864 100644
--- a/templates/list_articles.tpl
+++ b/templates/list_articles.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_articles/templates/list_articles.tpl,v 1.23 2010/01/26 15:49:44 dansut Exp $ *}
+{* $Header$ *}
<div class="floaticon">{bithelp}</div>
{strip}
diff --git a/templates/list_topics.tpl b/templates/list_topics.tpl
index f440347..83132a0 100644
--- a/templates/list_topics.tpl
+++ b/templates/list_topics.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_articles/templates/list_topics.tpl,v 1.2 2005/09/03 08:26:45 squareing Exp $ *}
+{* $Header$ *}
{strip}
<div class="floaticon">{bithelp}</div>
diff --git a/templates/preview_article.tpl b/templates/preview_article.tpl
index 1bc9673..48a1272 100644
--- a/templates/preview_article.tpl
+++ b/templates/preview_article.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_articles/templates/preview_article.tpl,v 1.2 2005/08/13 09:34:09 squareing Exp $ *}
+{* $Header$ *}
<h2>{tr}Preview{/tr} {$title}</h2>
<div class="display articles">
<div class="articleheader">
diff --git a/templates/print_article.tpl b/templates/print_article.tpl
index 66c8a50..68e7fb0 100644
--- a/templates/print_article.tpl
+++ b/templates/print_article.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_articles/templates/print_article.tpl,v 1.7 2008/10/20 21:40:08 spiderr Exp $ *}
+{* $Header$ *}
{* Index we display a wiki page here *}
{include file="bitpackage:kernel/header.tpl"}