[geeklog-jp commit] r976 - in trunk/geeklog-1-jp-extended: plugins/calendarjp plugins/calendarjp/templates public_htm...

Back to archive index

codes****@googl***** codes****@googl*****
2008年 10月 24日 (金) 01:05:48 JST


Author: dengenxp
Date: Thu Oct 23 09:02:05 2008
New Revision: 976

Modified:
    trunk/geeklog-1-jp-extended/plugins/calendarjp/functions.inc
    trunk/geeklog-1-jp-extended/plugins/calendarjp/readme_jp.html
     
trunk/geeklog-1-jp-extended/plugins/calendarjp/templates/submitevent.thtml
     
trunk/geeklog-1-jp-extended/public_html/admin/plugins/calendarjp/install.php

Log:
calendarjpプラグイン:r974の修正をtrunk/geeklog-1-jp-extendedへ反映させま 
す。

Modified: trunk/geeklog-1-jp-extended/plugins/calendarjp/functions.inc
==============================================================================
--- trunk/geeklog-1-jp-extended/plugins/calendarjp/functions.inc	(original)
+++ trunk/geeklog-1-jp-extended/plugins/calendarjp/functions.inc	Thu Oct 23  
09:02:05 2008
@@ -58,7 +58,7 @@
      $_CAJP_CONF = $ca_config->get_config('calendarjp');
  }

-$_CAJP_CONF['version'] = '1.0.5';
+$_CAJP_CONF['version'] = '1.0.6';

  $_TABLES['eventsjp']              = $_DB_table_prefix . 'eventsjp';
  $_TABLES['eventsubmissionjp']     =  
$_DB_table_prefix . 'eventsubmissionjp';

Modified: trunk/geeklog-1-jp-extended/plugins/calendarjp/readme_jp.html
==============================================================================
--- trunk/geeklog-1-jp-extended/plugins/calendarjp/readme_jp.html	(original)
+++ trunk/geeklog-1-jp-extended/plugins/calendarjp/readme_jp.html	Thu Oct  
23 09:02:05 2008
@@ -116,9 +116,9 @@
  </head>
  <body>
    <h1><a name="_top">Calendarjp プラグイン</a></h1>
-  <h2>バージョン: 1.0.5</h2>
+  <h2>バージョン: 1.0.6</h2>
    <h2>作成者: Yoshinori Tahara - dengen</h2>
-  <h2>公開日:&nbsp;2008.10.19</h2>
+  <h2>公開日:&nbsp;2008.10.24</h2>
    <h2>ライセンス:&nbsp;GPL</h2>
    <h2>概要:</h2>
    <ul>
@@ -207,6 +207,11 @@
        <th>説明</th>
      </tr>

+    <tr>
+      <td class="center">1.0.6</td>
+      <td class="center">2008.10.24</td>
+      <td><span class="fix">修正</span>&nbsp;一般ユーザーが全体イベントを投 
稿する場合に、calendarプラグインへ投稿されてしまう問題を修正しました。</tr>
+    </tr>
      <tr>
        <td class="center">1.0.5</td>
        <td class="center">2008.10.19</td>

Modified:  
trunk/geeklog-1-jp-extended/plugins/calendarjp/templates/submitevent.thtml
==============================================================================
---  
trunk/geeklog-1-jp-extended/plugins/calendarjp/templates/submitevent.thtml	 
(original)
+++  
trunk/geeklog-1-jp-extended/plugins/calendarjp/templates/submitevent.thtml	 
Thu Oct 23 09:02:05 2008
@@ -114,7 +114,7 @@
              <td colspan="2">
                  <input type="submit" value="{lang_submit}"{xhtml}>
                  <input type="hidden" name="mode"  
value="{lang_submit}"{xhtml}>
-                <input type="hidden" name="type" value="calendar"{xhtml}>
+                <input type="hidden" name="type" value="calendarjp"{xhtml}>
                  <input type="hidden" name="calendar_type"  
value="{mode}"{xhtml}>
                  <input type="hidden" name="hour_mode"  
value="{hour_mode}"{xhtml}>
                  {hidden_fields}

Modified:  
trunk/geeklog-1-jp-extended/public_html/admin/plugins/calendarjp/install.php
==============================================================================
---  
trunk/geeklog-1-jp-extended/public_html/admin/plugins/calendarjp/install.php	 
(original)
+++  
trunk/geeklog-1-jp-extended/public_html/admin/plugins/calendarjp/install.php	 
Thu Oct 23 09:02:05 2008
@@ -43,7 +43,7 @@
  //
  $pi_display_name = 'Calendarjp';
  $pi_name         = 'calendarjp';
-$pi_version      = '1.0.5';
+$pi_version      = '1.0.6';
  $gl_version      = '1.5.0';
  $pi_url          = 'http://www.geeklog.jp/';




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