[geeklog-jp] r1740 committed - calendarjpプラグイン:r1737の変更をtrunk/geeklog-jpへ反映させます。

Back to archive index

codes****@googl***** codes****@googl*****
2009年 8月 1日 (土) 02:16:20 JST


Revision: 1740
Author: dengenxp
Date: Fri Jul 31 10:00:33 2009
Log: calendarjpプラグイン:r1737の変更をtrunk/geeklog-jpへ反映させます。
http://code.google.com/p/geeklog-jp/source/detail?r=1740

Modified:
  /trunk/geeklog-jp/CHANGES.jp
  /trunk/geeklog-jp/plugins-jp/calendarjp/functions.inc
  /trunk/geeklog-jp/plugins-jp/calendarjp/language/english.php
  /trunk/geeklog-jp/plugins-jp/calendarjp/language/english_utf-8.php
  /trunk/geeklog-jp/plugins-jp/calendarjp/language/japanese_utf-8.php
  /trunk/geeklog-jp/plugins-jp/calendarjp/templates/submitevent.thtml
  /trunk/geeklog-jp/plugins-jp/calendarjp/templates/submitevent_ja.thtml

=======================================
--- /trunk/geeklog-jp/CHANGES.jp	Tue Jul 28 09:55:05 2009
+++ /trunk/geeklog-jp/CHANGES.jp	Fri Jul 31 10:00:33 2009
@@ -1,5 +1,11 @@
  $Id$

+2009-08-01  Yoshinori Tahara  <dengen>
+
+	* calendarjpプラグイン:一般ユーザーが全体イベントを投稿する場合に、
+	  ・「リンク」の初期値「http://」がスパムリンクと判断されてしまう問題
+	    を修正しました。
+
  2009-07-29  Yoshinori Tahara  <dengen>

  	* Dataproxyプラグイン:Mycaljpプラグインの更新に伴い、
=======================================
--- /trunk/geeklog-jp/plugins-jp/calendarjp/functions.inc	Sun Jul 26  
02:45:21 2009
+++ /trunk/geeklog-jp/plugins-jp/calendarjp/functions.inc	Fri Jul 31  
10:00:33 2009
@@ -757,6 +757,7 @@

      $eventform->set_var('lang_link', $LANG_CALJP_1[43]);
      $eventform->set_var('max_url_length', 255);
+    $eventform->set_var('lang_includehttp', $LANG_CALJP_1['includehttp']);
      $eventform->set_var('lang_startdate', $LANG_CALJP_1[21]);
      $eventform->set_var('lang_starttime', $LANG_CALJP_1[30]);

@@ -845,11 +846,7 @@
      $eventform->set_var('lang_tail_year', $LANG_CALJP_1['tail_year']);
      $eventform->set_var('lang_tail_month', $LANG_CALJP_1['tail_month']);
      $eventform->set_var('lang_tail_day', $LANG_CALJP_1['tail_day']);
-
-//  都道府県のリスト表示をできるようにするか
      $eventform->set_var('state_options', '');
-//    $eventform->set_var('state_options', CALENDARJP_stateList());
-
      $eventform->set_var('lang_zipcode',$LANG_CALJP_1[36]);
      $eventform->set_var('lang_location', $LANG_CALJP_1[39]);
      $eventform->set_var('lang_description', $LANG_CALJP_1[5]);
=======================================
--- /trunk/geeklog-jp/plugins-jp/calendarjp/language/english.php	Sun Jul 26  
02:45:21 2009
+++ /trunk/geeklog-jp/plugins-jp/calendarjp/language/english.php	Fri Jul 31  
10:00:33 2009
@@ -90,7 +90,8 @@
      51 => 'Delete',
      'tail_year'  => '',
      'tail_month' => '/',
-    'tail_day'   => '/'
+    'tail_day'   => '/',
+    'includehttp' => '(include http://)'
  );

  $_LANG_CALJP_SEARCH = array(
=======================================
--- /trunk/geeklog-jp/plugins-jp/calendarjp/language/english_utf-8.php	Sun  
Jul 26 02:45:21 2009
+++ /trunk/geeklog-jp/plugins-jp/calendarjp/language/english_utf-8.php	Fri  
Jul 31 10:00:33 2009
@@ -90,7 +90,8 @@
      51 => 'Delete',
      'tail_year'  => '',
      'tail_month' => '/',
-    'tail_day'   => '/'
+    'tail_day'   => '/',
+    'includehttp' => '(include http://)'
  );

  $_LANG_CALJP_SEARCH = array(
=======================================
--- /trunk/geeklog-jp/plugins-jp/calendarjp/language/japanese_utf-8.php	Sun  
Jul 26 02:45:21 2009
+++ /trunk/geeklog-jp/plugins-jp/calendarjp/language/japanese_utf-8.php	Fri  
Jul 31 10:00:33 2009
@@ -93,9 +93,10 @@
      49 => 'このサイトにはイベントがないか、誰もイベントをクリックしていない 
かどちらかのようです。',
      50 => 'イベント',
      51 => '削除',
-    'tail_year'  => '年',
-    'tail_month' => '月',
-    'tail_day'   => '日'
+    'tail_year'   => '年',
+    'tail_month'  => '月',
+    'tail_day'    => '日',
+    'includehttp' => '(http://から始めてください)'
  );

  $_LANG_CALJP_SEARCH = array(
=======================================
--- /trunk/geeklog-jp/plugins-jp/calendarjp/templates/submitevent.thtml	Sun  
Jul 26 02:45:21 2009
+++ /trunk/geeklog-jp/plugins-jp/calendarjp/templates/submitevent.thtml	Fri  
Jul 31 10:00:33 2009
@@ -103,7 +103,7 @@
          </tr>
          <tr>
              <td align="right">{lang_link}:</td>
-            <td><input type="text" dir="ltr" size="48"  
maxlength="{max_url_length}" name="url" value="http://"{xhtml}></td>
+            <td><input type="text" dir="ltr" size="48"  
maxlength="{max_url_length}" name="url" value=""{xhtml}>  
{lang_includehttp}</td>
          </tr>
          <tr>
              <td align="right" valign="top">{lang_description}:</td>
=======================================
--- /trunk/geeklog-jp/plugins-jp/calendarjp/templates/submitevent_ja.thtml	 
Sun Jul 26 02:45:21 2009
+++ /trunk/geeklog-jp/plugins-jp/calendarjp/templates/submitevent_ja.thtml	 
Fri Jul 31 10:00:33 2009
@@ -103,7 +103,7 @@
          </tr>
          <tr>
              <td align="right">{lang_link}:</td>
-            <td><input type="text" dir="ltr" size="48"  
maxlength="{max_url_length}" name="url" value="http://"{xhtml}></td>
+            <td><input type="text" dir="ltr" size="48"  
maxlength="{max_url_length}" name="url" value=""{xhtml}>  
{lang_includehttp}</td>
          </tr>
          <tr>
              <td align="right" valign="top">{lang_description}:</td>




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