OSDN Git Service

This commit was manufactured by cvs2svn to create tag release-3-3-rc2
author(no author) <(no author)@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Tue, 1 May 2007 06:00:32 +0000 (06:00 +0000)
committer(no author) <(no author)@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Tue, 1 May 2007 06:00:32 +0000 (06:00 +0000)
'release-3-3-rc2'.

git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/tags/release-3-3-rc2@294 1ca29b6e-896d-4ea0-84a5-967f57386b96

euc/install.sql
euc/nucleus/libs/ADMIN.php
utf8/install.sql
utf8/nucleus/documentation/history.html
utf8/nucleus/libs/ADMIN.php

index e329efd..e4ddf09 100755 (executable)
@@ -243,7 +243,7 @@ INSERT INTO `nucleus_template` VALUES (3, 'EDITLINK', '<a href="<%editlink%>" on
 INSERT INTO `nucleus_template` VALUES (3, 'FORMAT_DATE', '%Y-%m-%d');
 INSERT INTO `nucleus_template` VALUES (3, 'FORMAT_TIME', '%H:%M:%S');
 INSERT INTO `nucleus_template` VALUES (4, 'ITEM', '<%date(utc)%>');
-INSERT INTO `nucleus_template` VALUES (5, 'ITEM', '<entry>\r\n <title type="html"><![CDATA[<%title%>]]></title>\r\n <link rel="alternate" type="text/html" href="<%blogurl%>?itemid=<%itemid%>" />\r\n <author>\r\n  <name><%author%></name>\r\n </author>\r\n <updated><%date(utc)%></updated>\r\n <published><%date(iso8601)%></published>\r\n <content type="html"><![CDATA[<%body%><%more%>]]></content>\r\n <id><%blogurl%>:<%blogid%>:<%itemid%></id>\r\n</entry>');
+INSERT INTO `nucleus_template` VALUES (5, 'ITEM', '<entry>\r\n <title type="text/html" mode="escaped"><![CDATA[<%title%>]]></title>\r\n <link rel="alternate" type="text/html" href="<%blogurl%>?itemid=<%itemid%>" />\r\n <author>\r\n  <name><%author%></name>\r\n </author>\r\n <modified><%date(utc)%></modified>\r\n <issued><%date(iso8601)%></issued>\r\n <content type="text/html" mode="escaped"><![CDATA[<%body%><%more%>]]></content>\r\n <id><%blogurl%>:<%blogid%>:<%itemid%></id>\r\n</entry>');
 
 INSERT INTO `nucleus_template` VALUES (5, 'POPUP_CODE', '<%media%>');
 INSERT INTO `nucleus_template` VALUES (5, 'IMAGE_CODE', '<%image%>');
index 89b3c7c..e6be5f3 100755 (executable)
@@ -14,8 +14,8 @@
  *
  * @license http://nucleuscms.org/license.txt GNU General Public License
  * @copyright Copyright (C) 2002-2007 The Nucleus Group
- * @version $Id: ADMIN.php,v 1.11 2007-04-27 19:07:04 kimitake Exp $
- * @version $NucleusJP: ADMIN.php,v 1.10 2007/04/04 07:52:08 kimitake Exp $
+ * @version $Id: ADMIN.php,v 1.10 2007-04-04 07:52:08 kimitake Exp $
+ * @version $NucleusJP: ADMIN.php,v 1.20 2007/03/22 03:30:14 kmorimatsu Exp $
  */
 
 if ( !function_exists('requestVar') ) exit;
@@ -840,13 +840,13 @@ class ADMIN {
 
                // start index
                if (postVar('start'))
-                       $start = intPostVar('start');
+                       $start = postVar('start');
                else
                        $start = 0;
 
                // amount of items to show
                if (postVar('amount'))
-                       $amount = intPostVar('amount');
+                       $amount = postVar('amount');
                else
                        $amount = 10;
 
@@ -892,13 +892,13 @@ class ADMIN {
 
                // start index
                if (postVar('start'))
-                       $start = intPostVar('start');
+                       $start = postVar('start');
                else
                        $start = 0;
 
                // amount of items to show
                if (postVar('amount'))
-                       $amount = intPostVar('amount');
+                       $amount = postVar('amount');
                else
                        $amount = 10;
 
@@ -933,13 +933,13 @@ class ADMIN {
 
                // start index
                if (postVar('start'))
-                       $start = intPostVar('start');
+                       $start = postVar('start');
                else
                        $start = 0;
 
                // amount of items to show
                if (postVar('amount'))
-                       $amount = intPostVar('amount');
+                       $amount = postVar('amount');
                else
                        $amount = 10;
 
@@ -986,13 +986,13 @@ class ADMIN {
 
                // start index
                if (postVar('start'))
-                       $start = intPostVar('start');
+                       $start = postVar('start');
                else
                        $start = 0;
 
                // amount of items to show
                if (postVar('amount'))
-                       $amount = intPostVar('amount');
+                       $amount = postVar('amount');
                else
                        $amount = 10;
 
index cff9090..176b755 100755 (executable)
@@ -243,7 +243,7 @@ INSERT INTO `nucleus_template` VALUES (3, 'EDITLINK', '<a href="<%editlink%>" on
 INSERT INTO `nucleus_template` VALUES (3, 'FORMAT_DATE', '%Y-%m-%d');
 INSERT INTO `nucleus_template` VALUES (3, 'FORMAT_TIME', '%H:%M:%S');
 INSERT INTO `nucleus_template` VALUES (4, 'ITEM', '<%date(utc)%>');
-INSERT INTO `nucleus_template` VALUES (5, 'ITEM', '<entry>\r\n <title type="html"><![CDATA[<%title%>]]></title>\r\n <link rel="alternate" type="text/html" href="<%blogurl%>?itemid=<%itemid%>" />\r\n <author>\r\n  <name><%author%></name>\r\n </author>\r\n <updated><%date(utc)%></updated>\r\n <published><%date(iso8601)%></published>\r\n <content type="html"><![CDATA[<%body%><%more%>]]></content>\r\n <id><%blogurl%>:<%blogid%>:<%itemid%></id>\r\n</entry>');
+INSERT INTO `nucleus_template` VALUES (5, 'ITEM', '<entry>\r\n <title type="text/html" mode="escaped"><![CDATA[<%title%>]]></title>\r\n <link rel="alternate" type="text/html" href="<%blogurl%>?itemid=<%itemid%>" />\r\n <author>\r\n  <name><%author%></name>\r\n </author>\r\n <modified><%date(utc)%></modified>\r\n <issued><%date(iso8601)%></issued>\r\n <content type="text/html" mode="escaped"><![CDATA[<%body%><%more%>]]></content>\r\n <id><%blogurl%>:<%blogid%>:<%itemid%></id>\r\n</entry>');
 
 INSERT INTO `nucleus_template` VALUES (5, 'POPUP_CODE', '<%media%>');
 INSERT INTO `nucleus_template` VALUES (5, 'IMAGE_CODE', '<%image%>');
index 8f9c011..e231d40 100755 (executable)
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" lang="ja-JP" xml:lang="ja-JP">
 <head>
-       <!-- $Id: history.html,v 1.13 2007-05-01 06:00:28 kimitake Exp $ -->
-       <!-- $NucleusJP: history.html,v 1.12 2007/03/12 05:34:46 kimitake Exp $ -->
+       <!-- $Id: history.html,v 1.12 2007-03-12 05:34:46 kimitake Exp $ -->
+       <!-- $NucleusJP: history.html,v 1.11 2007/02/06 09:04:09 kimitake Exp $ -->
        <title>Nucleus - History</title>
        <link rel="stylesheet" type="text/css" href="styles/manual.css" />
 </head>
                        <li>FIXED(JP): (<a href="http://nucleus-jp.sourceforge.jp/tracker/?do=details&id=45">#45(JP)</a>: added NP_0TicketForPlugin security patch (Katsumi)</li>
                        <li>FIXED(JP): (<a href="http://nucleus-jp.sourceforge.jp/tracker/?do=details&id=46">#46(JP)</a>: fixed date format for draft entry (Kimitake)</li>
                        <li>CHANGED(JP): (<a href="http://nucleus-jp.sourceforge.jp/tracker/?do=details&id=48">#48(JP)</a>: Super-admin always can login to admin page (Kimitake)</li>
-                       <li>FIXED(JP): (<a href="http://nucleus-jp.sourceforge.jp/tracker/?do=details&id=49">#49(JP)</a>: PLUGIN::getAllItemOptions does not work correctly. (NKJG)</li>
                        <li>FIXED(JP): (<a href="http://nucleus-jp.sourceforge.jp/tracker/?do=details&id=56">#56(JP)</a>: When creating db backup, the key length drops (Katsumi)</li>
-                       <li>FIXED(JP): (<a href="http://nucleus-jp.sourceforge.jp/tracker/?do=details&id=57">#57(JP)</a>: SQL error happens when updating plugin option. (Katsumi)</li>
-                       <li>FIXED(JP): (<a href="http://nucleus-jp.sourceforge.jp/tracker/?do=details&id=60">#60(JP)</a>: Item link in notification email is wrong. (Shizuki)</li>
-                       <li>FIXED(JP): (<a href="http://nucleus-jp.sourceforge.jp/tracker/?do=details&id=62">#62(JP)</a>: email address is not referred in &lt;%usermail%&gt;. (Shizuki)</li>
-                       <li>FIXED(JP): (<a href="http://nucleus-jp.sourceforge.jp/tracker/?do=details&id=66">#66(JP)</a>: Even if calling PostPluginOptionsUpdate, getOption does not returns correct value. (Katsumi)</li>
-                       <li>ADDED(JP): (<a href="http://nucleus-jp.sourceforge.jp/tracker/?do=details&id=68">#68(JP)</a>: Encrypted cookie key. (Katsumi)</li>
                </ul>
        </li>
        <li>
index 7fd8969..3fcd545 100755 (executable)
@@ -14,8 +14,8 @@
  *
  * @license http://nucleuscms.org/license.txt GNU General Public License
  * @copyright Copyright (C) 2002-2007 The Nucleus Group
- * @version $Id: ADMIN.php,v 1.21 2007-04-27 19:05:53 kimitake Exp $
- * @version $NucleusJP: ADMIN.php,v 1.20 2007/03/22 03:30:14 kmorimatsu Exp $
+ * @version $Id: ADMIN.php,v 1.20 2007-03-22 03:30:14 kmorimatsu Exp $
+ * @version $NucleusJP: ADMIN.php,v 1.19 2007/03/20 19:31:29 kmorimatsu Exp $
  */
 
 if ( !function_exists('requestVar') ) exit;
@@ -840,13 +840,13 @@ class ADMIN {
 
                // start index
                if (postVar('start'))
-                       $start = intPostVar('start');
+                       $start = postVar('start');
                else
                        $start = 0;
 
                // amount of items to show
                if (postVar('amount'))
-                       $amount = intPostVar('amount');
+                       $amount = postVar('amount');
                else
                        $amount = 10;
 
@@ -892,13 +892,13 @@ class ADMIN {
 
                // start index
                if (postVar('start'))
-                       $start = intPostVar('start');
+                       $start = postVar('start');
                else
                        $start = 0;
 
                // amount of items to show
                if (postVar('amount'))
-                       $amount = intPostVar('amount');
+                       $amount = postVar('amount');
                else
                        $amount = 10;
 
@@ -933,13 +933,13 @@ class ADMIN {
 
                // start index
                if (postVar('start'))
-                       $start = intPostVar('start');
+                       $start = postVar('start');
                else
                        $start = 0;
 
                // amount of items to show
                if (postVar('amount'))
-                       $amount = intPostVar('amount');
+                       $amount = postVar('amount');
                else
                        $amount = 10;
 
@@ -986,13 +986,13 @@ class ADMIN {
 
                // start index
                if (postVar('start'))
-                       $start = intPostVar('start');
+                       $start = postVar('start');
                else
                        $start = 0;
 
                // amount of items to show
                if (postVar('amount'))
-                       $amount = intPostVar('amount');
+                       $amount = postVar('amount');
                else
                        $amount = 10;
 
@@ -6222,4 +6222,4 @@ selector();
 
 } // class ADMIN
 
-?>
+?>
\ No newline at end of file