[geeklog-hg] geeklog: Fixed an issue where search form part of the theme is n...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Fri Oct 24 06:01:11 EDT 2014


changeset 9543:17e67a8d4568
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/17e67a8d4568
user: dengen <taharaxp at gmail.com>
date: Fri Oct 24 19:00:54 2014 +0900
description:
Fixed an issue where search form part of the theme is not accessible (feature requests #0001783)

diffstat:

 language/english.php                                        |  2 +-
 language/english_utf-8.php                                  |  2 +-
 language/japanese_utf-8.php                                 |  2 +-
 public_html/layout/denim/search/searchform.thtml            |  2 +-
 public_html/layout/modern_curve/search/searchform.thtml     |  2 +-
 public_html/layout/professional_css/search/searchform.thtml |  2 +-
 system/classes/search.class.php                             |  1 +
 7 files changed, 7 insertions(+), 6 deletions(-)

diffs (83 lines):

diff -r 7708211a9ad4 -r 17e67a8d4568 language/english.php
--- a/language/english.php	Thu Oct 23 00:46:08 2014 +0900
+++ b/language/english.php	Fri Oct 24 19:00:54 2014 +0900
@@ -527,7 +527,7 @@
     33 => 'URL',
     34 => 'Location',
     35 => 'All Day',
-    36 => '',
+    36 => 'Key Word Type',
     37 => '',
     38 => '',
     39 => '',
diff -r 7708211a9ad4 -r 17e67a8d4568 language/english_utf-8.php
--- a/language/english_utf-8.php	Thu Oct 23 00:46:08 2014 +0900
+++ b/language/english_utf-8.php	Fri Oct 24 19:00:54 2014 +0900
@@ -527,7 +527,7 @@
     33 => 'URL',
     34 => 'Location',
     35 => 'All Day',
-    36 => '',
+    36 => 'Key Word Type',
     37 => '',
     38 => '',
     39 => '',
diff -r 7708211a9ad4 -r 17e67a8d4568 language/japanese_utf-8.php
--- a/language/japanese_utf-8.php	Thu Oct 23 00:46:08 2014 +0900
+++ b/language/japanese_utf-8.php	Fri Oct 24 19:00:54 2014 +0900
@@ -535,7 +535,7 @@
     33 => 'URL',
     34 => '場所',
     35 => '一日中',
-    36 => '',
+    36 => 'キーワードの形式',
     37 => '',
     38 => '',
     39 => '',
diff -r 7708211a9ad4 -r 17e67a8d4568 public_html/layout/denim/search/searchform.thtml
--- a/public_html/layout/denim/search/searchform.thtml	Thu Oct 23 00:46:08 2014 +0900
+++ b/public_html/layout/denim/search/searchform.thtml	Fri Oct 24 19:00:54 2014 +0900
@@ -9,7 +9,7 @@
       <dt><label for="advsearchform-query">{lang_keywords}</label></dt>
       <dd>
         <input type="text" maxlength="35" value="{query}" name="query" id="advsearchform-query" class="size3"{xhtml}>
-        <select name="keyType" id="advsearchform-keyType">
+        <select name="keyType" title="{lang_keytype}" id="advsearchform-keyType">
           <option value="phrase" {key_phrase_selected}>{lang_exact_phrase}</option>
           <option value="all" {key_all_selected}>{lang_all_words}</option>
           <option value="any" {key_any_selected}>{lang_any_word}</option>
diff -r 7708211a9ad4 -r 17e67a8d4568 public_html/layout/modern_curve/search/searchform.thtml
--- a/public_html/layout/modern_curve/search/searchform.thtml	Thu Oct 23 00:46:08 2014 +0900
+++ b/public_html/layout/modern_curve/search/searchform.thtml	Fri Oct 24 19:00:54 2014 +0900
@@ -10,7 +10,7 @@
       <dd>
         <input type="text" size="35" maxlength="35" value="{query}" name="query" id="advsearchform-query" class="text"{xhtml}>
         <br{xhtml}>
-        <select name="keyType" id="advsearchform-keyType">
+        <select name="keyType" title="{lang_keytype}" id="advsearchform-keyType">
           <option value="phrase" {key_phrase_selected}>{lang_exact_phrase}</option>
           <option value="all" {key_all_selected}>{lang_all_words}</option>
           <option value="any" {key_any_selected}>{lang_any_word}</option>
diff -r 7708211a9ad4 -r 17e67a8d4568 public_html/layout/professional_css/search/searchform.thtml
--- a/public_html/layout/professional_css/search/searchform.thtml	Thu Oct 23 00:46:08 2014 +0900
+++ b/public_html/layout/professional_css/search/searchform.thtml	Fri Oct 24 19:00:54 2014 +0900
@@ -9,7 +9,7 @@
       <dt><label for="advsearchform-query">{lang_keywords}</label></dt>
       <dd>
         <input type="text" size="35" maxlength="35" value="{query}" name="query" id="advsearchform-query" class="text"{xhtml}>
-        <select name="keyType" id="advsearchform-keyType">
+        <select name="keyType" title="{lang_keytype}" id="advsearchform-keyType">
           <option value="phrase" {key_phrase_selected}>{lang_exact_phrase}</option>
           <option value="all" {key_all_selected}>{lang_all_words}</option>
           <option value="any" {key_any_selected}>{lang_any_word}</option>
diff -r 7708211a9ad4 -r 17e67a8d4568 system/classes/search.class.php
--- a/system/classes/search.class.php	Thu Oct 23 00:46:08 2014 +0900
+++ b/system/classes/search.class.php	Fri Oct 24 19:00:54 2014 +0900
@@ -198,6 +198,7 @@
                                       'authors'    => 'searchauthors.thtml'));
         $searchform->set_var('search_intro', $LANG09[19]);
         $searchform->set_var('lang_keywords', $LANG09[2]);
+        $searchform->set_var('lang_keytype', $LANG09[36]);
         $searchform->set_var('lang_date', $LANG09[20]);
         $searchform->set_var('lang_to', $LANG09[21]);
         $searchform->set_var('date_format', $LANG09[22]);



More information about the geeklog-cvs mailing list