OSDN Git Service

fixed/added $NucleusJP$ etc.
authorkimitake <kimitake@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Thu, 20 Jul 2006 08:01:52 +0000 (08:01 +0000)
committerkimitake <kimitake@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Thu, 20 Jul 2006 08:01:52 +0000 (08:01 +0000)
git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/trunk@160 1ca29b6e-896d-4ea0-84a5-967f57386b96

17 files changed:
utf8/nucleus/libs/ACTIONS.php
utf8/nucleus/libs/BAN.php
utf8/nucleus/libs/BODYACTIONS.php
utf8/nucleus/libs/BaseActions.php
utf8/nucleus/libs/COMMENTACTIONS.php
utf8/nucleus/libs/ENCAPSULATE.php
utf8/nucleus/libs/ITEM.php
utf8/nucleus/libs/ITEMACTIONS.php
utf8/nucleus/libs/MANAGER.php
utf8/nucleus/libs/SEARCH.php
utf8/nucleus/libs/SKIN.php
utf8/nucleus/libs/TEMPLATE.php
utf8/nucleus/libs/mysql.php
utf8/nucleus/libs/showlist.php
utf8/nucleus/libs/skinie.php
utf8/nucleus/libs/vars4.0.6.php
utf8/nucleus/libs/vars4.1.0.php

index 06f508e..5fdbdae 100644 (file)
@@ -9,14 +9,19 @@
  * of the License, or (at your option) any later version.
  * (see nucleus/documentation/index.html#license for more info)
  */
-
-/*
+/**
  * This class contains the functions that get called by using
  * the special tags in the skins
  *
  * The allowed tags for a type of skinpart are defined by the
  * SKIN::getAllowedActionsForType($type) method
+ *
+ * @license http://nucleuscms.org/license.txt GNU General Public License
+ * @copyright Copyright (C) 2002-2006 The Nucleus Group
+ * @version $Id: ACTIONS.php,v 1.2 2006-07-20 08:01:52 kimitake Exp $
+ * @version $NucleusJP$
  */
+
 class ACTIONS extends BaseActions {
 
        // part of the skin currently being parsed ('index', 'item', 'archive',
index 2946670..d6d7260 100755 (executable)
@@ -14,8 +14,8 @@
  *
  * @license http://nucleuscms.org/license.txt GNU General Public License
  * @copyright Copyright (C) 2002-2006 The Nucleus Group
- * @version $Id: BAN.php,v 1.5 2006-07-17 20:03:44 kimitake Exp $
 * $NucleusJP: BAN.php,v 1.4 2005/08/13 07:31:04 kimitake Exp $
+ * @version $Id: BAN.php,v 1.6 2006-07-20 08:01:52 kimitake Exp $
* $NucleusJP: BAN.php,v 1.5 2006/07/17 20:03:44 kimitake Exp $
  */
 
 class BAN {
@@ -104,4 +104,4 @@ class BANINFO {
 }
 
 
-?>
\ No newline at end of file
+?>
index 99e7d1d..5ac967d 100644 (file)
  * of the License, or (at your option) any later version.
  * (see nucleus/documentation/index.html#license for more info)
  */
-
 /**
  * A class to parses plugin calls inside items
  *
  * @license http://nucleuscms.org/license.txt GNU General Public License
  * @copyright Copyright (C) 2002-2006 The Nucleus Group
- * @version $ $
+ * @version $Id: BODYACTIONS.php,v 1.2 2006-07-20 08:01:52 kimitake Exp $
+ * @version $NucleusJP$
  */
+
 class BODYACTIONS extends ITEMACTIONS {
 
        function getDefinedActions() {
index 1244c97..31b5860 100644 (file)
@@ -9,13 +9,18 @@
  * of the License, or (at your option) any later version.
  * (see nucleus/documentation/index.html#license for more info)
  */
-
 /**
  * This class contains parse actions that are available in all ACTION classes
  * e.g. include, phpinclude, parsedinclude, skinfile, ...
  *
  * It should never be used on it's own
+ *
+ * @license http://nucleuscms.org/license.txt GNU General Public License
+ * @copyright Copyright (C) 2002-2006 The Nucleus Group
+ * @version $Id: BaseActions.php,v 1.2 2006-07-20 08:01:52 kimitake Exp $
+ * @version $NucleusJP$
  */
+
 class BaseActions {
 
        // depth level for includes (max. level is 3)
index d2a75db..6e133ee 100644 (file)
  */
 
 /**
-  * This class is used when parsing comment templates
-  */
+ * This class is used when parsing comment templates
+ *
+ * @license http://nucleuscms.org/license.txt GNU General Public License
+ * @copyright Copyright (C) 2002-2006 The Nucleus Group
+ * @version $Id: COMMENTACTIONS.php,v 1.2 2006-07-20 08:01:52 kimitake Exp $
+ * @version $NucleusJP$
+ */
+
 class COMMENTACTIONS extends BaseActions {
 
        // ref to COMMENTS object which is using this object to handle
index 78b609b..48d18c1 100644 (file)
@@ -15,7 +15,8 @@
  *
  * @license http://nucleuscms.org/license.txt GNU General Public License
  * @copyright Copyright (C) 2002-2006 The Nucleus Group
- * @version $Id: ENCAPSULATE.php,v 1.1 2006-07-12 07:13:31 kimitake Exp $
+ * @version $Id: ENCAPSULATE.php,v 1.2 2006-07-20 08:01:52 kimitake Exp $
+ * @version $NucleusJP$
  */
 
 class ENCAPSULATE {
index bfef871..1a0017f 100755 (executable)
  *
  * @license http://nucleuscms.org/license.txt GNU General Public License
  * @copyright Copyright (C) 2002-2006 The Nucleus Group
- * @version $Id: ITEM.php,v 1.5 2006-07-17 20:03:44 kimitake Exp $
 * $NucleusJP: ITEM.php,v 1.4 2005/08/13 07:33:02 kimitake Exp $
+ * @version $Id: ITEM.php,v 1.6 2006-07-20 08:01:52 kimitake Exp $
* $NucleusJP: ITEM.php,v 1.5 2006/07/17 20:03:44 kimitake Exp $
  */
+
 class ITEM {
 
        var $itemid;
index a76ab3e..255f7e3 100644 (file)
  *
  * @license http://nucleuscms.org/license.txt GNU General Public License
  * @copyright Copyright (C) 2002-2006 The Nucleus Group
- * @version $Id: ITEMACTIONS.php,v 1.1 2006-07-12 07:13:31 kimitake Exp $
+ * @version $Id: ITEMACTIONS.php,v 1.2 2006-07-20 08:01:52 kimitake Exp $
+ * @version $NucleusJP$
  */
+
 class ITEMACTIONS extends BaseActions {
 
        // contains an assoc array with parameters that need to be included when
index bb269eb..ad14c49 100755 (executable)
@@ -20,8 +20,8 @@
  *
  * @license http://nucleuscms.org/license.txt GNU General Public License
  * @copyright Copyright (C) 2002-2006 The Nucleus Group
- * @version $Id: MANAGER.php,v 1.5 2006-07-17 20:03:44 kimitake Exp $
 * $NucleusJP: MANAGER.php,v 1.4 2005/08/13 07:33:02 kimitake Exp $
+ * @version $Id: MANAGER.php,v 1.6 2006-07-20 08:01:52 kimitake Exp $
* $NucleusJP: MANAGER.php,v 1.5 2006/07/17 20:03:44 kimitake Exp $
  */
 class MANAGER {
 
@@ -500,4 +500,4 @@ class MANAGER {
 
 }
 
-?>
\ No newline at end of file
+?>
index 71f083d..8b0a6ea 100755 (executable)
@@ -20,8 +20,8 @@
  *
  * @license http://nucleuscms.org/license.txt GNU General Public License
  * @copyright Copyright (C) 2002-2006 The Nucleus Group
- * @version $Id: SEARCH.php,v 1.6 2006-07-17 20:03:44 kimitake Exp $
- * $NucleusJP: SEARCH.php,v 1.5 2006/07/12 07:11:47 kimitake Exp $
+ * @version $Id: SEARCH.php,v 1.7 2006-07-20 08:01:52 kimitake Exp $
+ * @version $NucleusJP: SEARCH.php,v 1.6 2006/07/17 20:03:44 kimitake Exp $
  */
 
 
index 0728b43..e5a51d5 100755 (executable)
@@ -18,8 +18,8 @@ require_once $DIR_LIBS . 'ACTIONS.php';
  *
  * @license http://nucleuscms.org/license.txt GNU General Public License
  * @copyright Copyright (C) 2002-2006 The Nucleus Group
- * @version $Id: SKIN.php,v 1.5 2006-07-12 07:11:47 kimitake Exp $
- * $NucleusJP: SKIN.php,v 1.4 2005/03/12 06:19:05 kimitake Exp $
+ * @version $Id: SKIN.php,v 1.6 2006-07-20 08:01:52 kimitake Exp $
+ * @version $NucleusJP: SKIN.php,v 1.5 2006/07/12 07:11:47 kimitake Exp $
  */
 class SKIN {
 
index 8736eb4..084102f 100755 (executable)
@@ -15,8 +15,8 @@
  *
  * @license http://nucleuscms.org/license.txt GNU General Public License
  * @copyright Copyright (C) 2002-2006 The Nucleus Group
- * @version $Id: TEMPLATE.php,v 1.5 2006-07-12 07:11:47 kimitake Exp $
- * $NucleusJP: TEMPLATE.php,v 1.4 2005/08/13 07:33:02 kimitake Exp $
+ * @version $Id: TEMPLATE.php,v 1.6 2006-07-20 08:01:52 kimitake Exp $
+ * @version $NucleusJP: TEMPLATE.php,v 1.5 2006/07/12 07:11:47 kimitake Exp $
  */
 class TEMPLATE {
 
@@ -188,4 +188,4 @@ class TEMPLATE {
 
 }
 
-?>
\ No newline at end of file
+?>
index 782ba77..e120fb7 100644 (file)
@@ -13,7 +13,8 @@
 /**
  * @license http://nucleuscms.org/license.txt GNU General Public License
  * @copyright Copyright (C) 2002-2006 The Nucleus Group
- * @version $Id: mysql.php,v 1.1 2006-07-12 07:13:31 kimitake Exp $
+ * @version $Id: mysql.php,v 1.2 2006-07-20 08:01:52 kimitake Exp $
+ * @version $NucleusJP$
  */
  
 /*
@@ -118,4 +119,4 @@ if (!function_exists('mysql_query'))
 
 
 
-?>
\ No newline at end of file
+?>
index 0aa0d44..ca4edea 100644 (file)
@@ -14,7 +14,8 @@
  *
  * @license http://nucleuscms.org/license.txt GNU General Public License
  * @copyright Copyright (C) 2002-2006 The Nucleus Group
- * @version $Id: showlist.php,v 1.2 2006-07-18 08:42:40 kimitake Exp $
+ * @version $Id: showlist.php,v 1.3 2006-07-20 08:01:52 kimitake Exp $
+ * @version $NucleusJP$
  */
 
 
index de64814..9439ab7 100755 (executable)
@@ -15,8 +15,8 @@
  *
  * @license http://nucleuscms.org/license.txt GNU General Public License
  * @copyright Copyright (C) 2002-2006 The Nucleus Group
- * @version $Id: skinie.php,v 1.5 2006-07-12 07:11:47 kimitake Exp $
- * $NucleusJP: skinie.php,v 1.4 2005/08/13 07:33:02 kimitake Exp $
+ * @version $Id: skinie.php,v 1.6 2006-07-20 08:01:52 kimitake Exp $
+ * @version $NucleusJP: skinie.php,v 1.5 2006/07/12 07:11:47 kimitake Exp $
  */
 
 class SKINIMPORT {
@@ -567,4 +567,4 @@ class SKINEXPORT {
        }
 }
 
-?>
\ No newline at end of file
+?>
index 65c623c..f6250da 100755 (executable)
@@ -13,8 +13,8 @@
 /**
  * @license http://nucleuscms.org/license.txt GNU General Public License
  * @copyright Copyright (C) 2002-2006 The Nucleus Group
- * @version $Id: vars4.0.6.php,v 1.7 2006-07-12 07:11:47 kimitake Exp $
- * $NucleusJP: vars4.0.6.php,v 1.6 2005/08/13 07:33:02 kimitake Exp $
+ * @version $Id: vars4.0.6.php,v 1.8 2006-07-20 08:01:52 kimitake Exp $
+ * @version $NucleusJP: vars4.0.6.php,v 1.7 2006/07/12 07:11:47 kimitake Exp $
  */
 
 /**
@@ -151,4 +151,4 @@ function setOldAction($value) {
        $HTTP_POST_VARS['oldaction'] = $value;
 }
 
-?>
\ No newline at end of file
+?>
index b8a22d9..7b0aa8d 100755 (executable)
@@ -13,8 +13,8 @@
 /**
  * @license http://nucleuscms.org/license.txt GNU General Public License
  * @copyright Copyright (C) 2002-2006 The Nucleus Group
- * @version $Id: vars4.1.0.php,v 1.7 2006-07-12 07:11:47 kimitake Exp $
- * $NucleusJP: vars4.1.0.php,v 1.6 2005/08/13 07:33:02 kimitake Exp $
+ * @version $Id: vars4.1.0.php,v 1.8 2006-07-20 08:01:52 kimitake Exp $
+ * @version $NucleusJP: vars4.1.0.php,v 1.7 2006/07/12 07:11:47 kimitake Exp $
  */
 
 function getVar($name) {
@@ -129,4 +129,4 @@ function setOldAction($value) {
 }
 
 
-?>
\ No newline at end of file
+?>