OSDN Git Service

3.65sp1リリースのための修正 master release-3-65-sp1
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sun, 1 Sep 2013 10:31:25 +0000 (19:31 +0900)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sun, 1 Sep 2013 10:31:25 +0000 (19:31 +0900)
nucleus/documentation/history.html
nucleus/libs/globalfunctions.php

index e80089e..5106d7e 100755 (executable)
 \r
 <ul>\r
        <li>\r
+               <strong>Nucleus v3.65 Japanese Package service pack 1 (Sep 1, 2013)</strong> tagged as 'release-3-65-sp1' in <a href="http://git.sourceforge.jp/view?p=nucleus-jp/nucleus-jp-ancient.git">nucleus-jp-ancient</a>, hosted in sourceforge.jp.\r
+               <ul>\r
+               <li>/nucleus/libs/globalfunctions.phpの修正: コミット<a href="http://sourceforge.jp/projects/nucleus-jp/scm/git/nucleus-jp-ancient/commits/3bdf207ee5bf3199219f0f12beed8a3c1b4548f8">3bdf207ee5bf3199219f0f12beed8a3c1b4548f8</a>でエンバグしたcreateLink()に対する修正</li>\r
+               <li>/nucleus/libs/globalfunctions.phpの修正: クエリが返り値を戻さない場合にオブジェクトのパラメーター呼び出し時に起こる警告への対策</li>\r
+               <li>/nucleus/libs/COMMENTACTIONS.phpの修正: コメントテンプレートで使用される変数"authtext"にテンプレートが読み込まれない不具合の修正</li>\r
+               <li>/nucleus/libs/ITEM.phpの修正: PreUpdateItemイベントで渡される配列データのキー値に無用なTab文字が含まれている不具合の修正</li>\r
+               <li>/nucleus/documentation/help.htmlの修正: 個別アイテムページ用の条件の種類にある誤りの修正</li>\r
+               </ul>\r
+       </li>\r
+       <li>\r
                <strong>Nucleus v3.65 Japanese Package (Oct 12, 2012)</strong> git repository is based on <a href="http://git.sourceforge.jp/view?p=nucleus-jp/nucleus-jp-ancient.git">nucleus-jp-ancient</a>, hosted in sourceforge.jp.\r
                <ul>\r
                <li>PHP4に由来する、PHP5では文法違反となるコードの修正: <a href="http://git.sourceforge.jp/view?p=nucleus-jp/nucleus-jp-ancient.git;a=commit;h=3bdf207ee5bf3199219f0f12beed8a3c1b4548f8">FIX: PHP5/MySQL5における文法違反コードの修正</a></li>\r
index 7b6f969..09a2e29 100755 (executable)
@@ -14,7 +14,7 @@
 // needed if we include globalfunctions from install.php\r
 global $nucleus, $CONF, $DIR_LIBS, $DIR_LANG, $manager, $member;\r
 \r
-$nucleus['version'] = 'v3.65';\r
+$nucleus['version'] = 'v3.65sp1';\r
 $nucleus['codename'] = '';\r
 \r
 // check and die if someone is trying to override internal globals (when register_globals turn on)\r