[Koha-patches] Spam [PATCH 6/6] Bug 5166 - Fix searching.pref / also rephrase [SIGNED-OFF]

conan (aka Fernando L. Canizo) conan at lugmen.org.ar
Tue May 3 15:50:31 CEST 2011


From: Tomas Cohen Arazi <tomascohen at gmail.com>

Looks like *, ] and [ are not welcome in .pref files. Fixed that, and made
Zebra related new prefs appear in the right section, with a proper layout.

To+

Signed-off-by: conan (aka Fernando L. Canizo) <conan at lugmen.org.ar>
---
 .../en/modules/admin/preferences/searching.pref    |   70 ++++++++++----------
 1 files changed, 36 insertions(+), 34 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref
index dd9c281..3beb760 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref
@@ -69,6 +69,42 @@ Searching:
                   yes: Include
                   no: "Don't include"
             - subdivisions for searches generated by clicking on subject tracings.
+        -
+            - (Experimental zebraqueue daemon ONLY)
+            - pref: ZebraUseXml
+              type: boolean
+              choices:
+                  yes: "Don't use"
+                  no: Use
+            - MARCXML instead of ISO2907 for indexing in Zebra. Very important for libraries with records bigger than the allowed by ISO2907 (e.g. with lots of items in a single record).
+        -
+            - (Experimental zebraqueue daemon ONLY)
+            - pref: ZebraNoshadow
+              type: boolean
+              choices:
+                  yes: "Don't use"
+                  no: Use
+            - shadow records when updating Zebra indexes. Prevents locking on records while updating the database. Refer to zebra documentation for more info on the drawbacks.
+        -
+            - (Experimental zebraqueue daemon ONLY) Set to
+            - pref: ZebraAuthUpdateRatio
+              class: integer
+              default: 10
+            - seconds the interval for searching authority record updates.
+        -
+            - (Experimental zebraqueue daemon ONLY) Set to
+            - pref: ZebraBiblioUpdateRatio
+              class: integer
+              default: 6
+            - x ZebraAuthUpdateRatio seconds the interval for searching record updates.
+        -
+            - (Experimental zebraqueue daemon ONLY)
+            - pref: ZebraqueueVerboseLogging
+              type: boolean
+              choices:
+                yes: "Don't use"
+                no: Use
+            -  verbose logging in zebraqueue daemon.
     Search Form:
         -
             - Show checkboxes to search by
@@ -166,37 +202,3 @@ Searching:
             - pref: FacetLabelTruncationLength
               class: integer
             - characters, in OPAC/staff interface.
-        -
-            - pref: ZebraUseXml
-              type: boolean
-              choices:
-                  yes: "Don't use"
-                  no: Use
-            - [Experimental zebraqueue daemon ONLY] Tell Zebra to use MARCXML instead of ISO2907 for indexing. Very important for libraries with records bigger than the allowed by ISO2907 (e.g. with lots of items in a single record).
-        -
-            - pref: ZebraNoshadow
-              type: boolean
-              choices:
-                  yes: "Don't use"
-                  no: Use
-            - [Experimental zebraqueue daemon ONLY] Tell Zebra to use shadow records when updating. Prevents locking on records while updating the database. Refer to zebra documentation for more info on the drawbacks.
-        -
-            - [Experimental zebraqueue daemon ONLY] By default, tell zebraqueue daemon to search for updates every
-            - pref: ZebraAuthUpdateRatio
-              class: integer
-              default: 10
-            - seconds in the authorities database.
-        -
-            - [Experimental zebraqueue daemon ONLY] By default, tell zebraqueue daemon to search for updates every
-            - pref: ZebraBiblioUpdateRatio
-              class: integer
-              default: 6
-            - *ZebraAuthUpdateRatio seconds in the biblios database
-        -
-            - pref: ZebraqueueVerboseLogging
-              type: boolean
-              choices:
-                yes: "Don't use"
-                no: Use
-            - [Experimental zebraqueue daemon ONLY] Tell zebraqueue daemon to be more verbose on logging.
-
-- 
1.7.2.5



More information about the Koha-patches mailing list