[geeklog-jp commit] r554 - trunk/plugins/custommenu

Back to archive index

codes****@googl***** codes****@googl*****
2008年 9月 15日 (月) 17:30:13 JST


Author: dengenxp
Date: Mon Sep 15 01:28:06 2008
New Revision: 554

Modified:
    trunk/plugins/custommenu/config.php
    trunk/plugins/custommenu/readme_jp.html
    trunk/plugins/custommenu/readme_jp_1.5.html

Log:
custommenuプラグイン0.2.1をコミットします。(CSRF対策ミス修正)

Modified: trunk/plugins/custommenu/config.php
==============================================================================
--- trunk/plugins/custommenu/config.php	(original)
+++ trunk/plugins/custommenu/config.php	Mon Sep 15 01:28:06 2008
@@ -66,7 +66,7 @@
  /**
  * Plugin Version
  */
-$_CMED_CONF['version'] = '0.2.0';
+$_CMED_CONF['version'] = '0.2.1';

  /**
  * Add to $_TABLES array the tables custommenu plugin uses
@@ -76,6 +76,7 @@

  $_CMED_plugin_label_var = array(
      'calendar'     => "LANG_CAL_1[16]",
+    'calendarjp'   => "LANG_CALJP_1[16]",
      'links'        => "LANG_LINKS[114]",
      'polls'        => "LANG_POLLS['polls']",
      'forum'        => "LANG_GF00['pluginlabel']",

Modified: trunk/plugins/custommenu/readme_jp.html
==============================================================================
--- trunk/plugins/custommenu/readme_jp.html	(original)
+++ trunk/plugins/custommenu/readme_jp.html	Mon Sep 15 01:28:06 2008
@@ -116,9 +116,9 @@
  </head>
  <body>
    <h1><a name="_top">CustomMenu Editor プラグイン</a></h1>
-  <h2>バージョン: 0.2.0</h2>
+  <h2>バージョン: 0.2.1</h2>
    <h2>作成者: Yoshinori Tahara - dengen</h2>
-  <h2>公開日:&nbsp;2008.9.3</h2>
+  <h2>公開日:&nbsp;2008.9.15</h2>
    <h2>ライセンス:&nbsp;GPL</h2>
    <h2>概要:</h2>
    <ul>
@@ -264,6 +264,12 @@
        <th>バージョン</th>
        <th>公開日</th>
        <th>説明</th>
+    </tr>
+    <tr>
+      <td class="center">0.2.1</td>
+      <td class="center">2008.9.15</td>
+      <td><span class="fix">修正</span>&nbsp;CSRF対策のミスを修正しました。 
<br />
+      </td>
      </tr>
      <tr>
        <td class="center">0.2.0</td>

Modified: trunk/plugins/custommenu/readme_jp_1.5.html
==============================================================================
--- trunk/plugins/custommenu/readme_jp_1.5.html	(original)
+++ trunk/plugins/custommenu/readme_jp_1.5.html	Mon Sep 15 01:28:06 2008
@@ -116,9 +116,9 @@
  </head>
  <body>
    <h1><a name="_top">CustomMenu Editor プラグイン</a></h1>
-  <h2>バージョン: 0.2.0</h2>
+  <h2>バージョン: 0.2.1</h2>
    <h2>作成者: Yoshinori Tahara - dengen</h2>
-  <h2>公開日:&nbsp;2008.9.3</h2>
+  <h2>公開日:&nbsp;2008.9.15</h2>
    <h2>ライセンス:&nbsp;GPL</h2>
    <h2>概要:</h2>
    <ul>
@@ -269,6 +269,12 @@
        <th>バージョン</th>
        <th>公開日</th>
        <th>説明</th>
+    </tr>
+    <tr>
+      <td class="center">0.2.1</td>
+      <td class="center">2008.9.15</td>
+      <td><span class="fix">修正</span>&nbsp;CSRF対策のミスを修正しました。 
<br />
+      </td>
      </tr>
      <tr>
        <td class="center">0.2.0</td>




Geeklogjp-changes メーリングリストの案内
Back to archive index