[koha-commits] main Koha release repository branch master updated. v3.20.00-276-gfbe25b1

Git repo owner gitmaster at git.koha-community.org
Wed Jul 8 19:40:41 CEST 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  fbe25b1d8e1806768b04d829bd9fc1a05f4861cf (commit)
       via  2365537eea9d5cd6526843b1cd0c2152a6def06c (commit)
       via  058b50de5b09ee2ba3efc953b9846bc79d712c31 (commit)
       via  2d877b93d6d3bf479e7a089f7aeff6ee5cdf4da3 (commit)
       via  c656cff676b01b45b2b4057c776f963df37d4bd6 (commit)
       via  aa88125f62031ffce95486e6634b960a6886f6a9 (commit)
      from  52814a9fa0e061e5d8a669ea1895474e01216cfd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fbe25b1d8e1806768b04d829bd9fc1a05f4861cf
Author: Mirko Tietgen <mirko at abunchofthings.net>
Date:   Thu Jun 25 15:38:42 2015 +0200

    Bug 14453: (followup) Fix shipped XSLT files
    
    Make the shipped XSLTs for authorities (MARC21 and UNIMARC) the same as the generated version
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 2365537eea9d5cd6526843b1cd0c2152a6def06c
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Wed Jun 24 16:06:05 2015 +0200

    Bug 14453: kohaidx is missing for id in authority-koha-indexdefs.xml
    
    In authority-koha-indexdefs.xml, all tags use the namespace "kohaidx" except the tag "id".
    
    When re-generating authority-zebra-indexdefs.xsl, the line :
      <xslo:variable name="idfield" select="normalize-space(marc:controlfield[@tag='001'])"/>
    is modified :
      <xslo:variable name="idfield" select="normalize-space()"/>
    This is an error.
    
    This patch adds kohaidx namespace to correct.
    
    Test plan :
    - Without patch
    - go to etc/zebradb/marc_defs/marc21/authorities/
    - run : xslproc xsltproc ../../../xsl/koha-indexdefs-to-zebra.xsl authority-koha-indexdefs.xml > authority-zebra-indexdefs.xsl
    - read authority-zebra-indexdefs.xsl
    => the line has changed : <xslo:variable name="idfield" select="normalize-space()"/>
    - Apply patch
    - go to etc/zebradb/marc_defs/marc21/authorities/
    - run : xslproc xsltproc ../../../xsl/koha-indexdefs-to-zebra.xsl authority-koha-indexdefs.xml > authority-zebra-indexdefs.xsl
    - read authority-zebra-indexdefs.xsl
    => the line has not changed
    (same for unimarc flavor)
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    As Mirko mentioned, the xslt's now generate the facet-processing templates in
    the authority xslt's too. They are harmless because we don't define facets
    for authority records. If we did, it would be harmless too.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 058b50de5b09ee2ba3efc953b9846bc79d712c31
Author: Winona Salesky <wsalesky at gmail.com>
Date:   Wed Jun 3 22:46:23 2015 -0400

    Bug 14326: XSLT Syntax error in MARC21slimOPACResults.xsl
    
    Test Plan:
    1) Apply this patch
    2) Ensure you are using the default XSLT setting for the staff and opac  record details
    3) Perform an opac search check "Availability" for expected display values.
    5) Note this patch corrects invalid syntax in xslt, there should be no visable changes to the results page.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 2d877b93d6d3bf479e7a089f7aeff6ee5cdf4da3
Author: Jonathan Druart <jonathan.druart at koha-community.org>
Date:   Tue May 26 12:10:50 2015 +0200

    Bug 14189: Use keep_text for the authority header
    
    includes/authorities-search.inc already used the same behavior but with
    another method.
    For consistency it's better to have only 1 way to do that.
    
    Test plan:
    Go on the authority home page
    Fill the input in the header and click on tab 'search all headings' and
    'keyword search' and confirm that the text you have filled is kept.
    
    I tested after applying the patch and the text is kept after removing the
    part from authorities-search.inc. I also tried applying that jQuery solution
    instead of my JS loop but could not get it to work for the other pages with
    a reasonable ammount of effort.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Eivin Giske Skaaren <eskaaren at yahoo.no>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit c656cff676b01b45b2b4057c776f963df37d4bd6
Author: Eivin Giske Skaaren <eskaaren at yahoo.no>
Date:   Mon May 11 18:57:11 2015 +0000

    Bug 14189: Made text persist when clicking the tabs under the searchbox
    
    To test:
    Apply the patch and see that the text now is there in the search
    box when clicking the tabs: check in, check out etc..
    
    (More files changed for persistent text in searchbox)
    
    Sponsored-by: Halland County Library
    
    Signed-off-by: Magnus Enger <magnus at enger.priv.no>
    This is something I have wanted quite a few times over the years...
    
    Tested by going to every main area of Koha, entering some random
    text into the search box and then clicking on all the available tabs
    to check that the entered text is carried over to all the boxes.
    
    There are a couple of places where text is not carried over, but I
    guess that might be because one of the boxes is structurally
    different to the others. These are:
    - "Vendor search" and "Orders search" in Acquisitions
    - "Search subscriptions" in Serials
    
    I have not looked at how this is implemented, just that it works as
    it should.
    
    Bug 14189 refactor after failed QA.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Amended patch: replace tabs with spaces
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit aa88125f62031ffce95486e6634b960a6886f6a9
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Fri Jun 5 12:24:22 2015 -0400

    Bug 14345: broken isbn logic prevents display of idreambooks image
    
    TEST PLAN
    ---------
    1) Ensure you have a book that would pull up an idreambooks image
       (e.g. The road to character / David Brooks.)
       -- I imported from the Library of Congress via z39.50
    2) Ensure your system preferences for idreambook stuff is set.
    3) Ensure you have multiple 020$a's for your book, and
       the first one must just be an ISBN number!
       -- I removed the '(hardcover: acidfree paper)' from the first.
       -- I took the second 020 field and changed 020$z to 020$a
    4) Search for that book in OPAC and go to details.
       -- There should be a readometer image, but it will be broken.
       -- Notice the ISBN line has "#############; ..."
          This could also be attained by just putting two semi-colon
          separated ISBN's on the first 020$a.
    5) Apply this patch
    6) Refresh page
       -- readometer image appears. YAY!
    7) run koha qa test tools
    
    NOTE: Only changed test plan, so leaving sign-off on.
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>

-----------------------------------------------------------------------

Summary of changes:
 .../authorities/authority-koha-indexdefs.xml       |    2 +-
 .../authorities/authority-zebra-indexdefs.xsl      |    2 ++
 .../authorities/authority-koha-indexdefs.xml       |    2 +-
 .../authorities/authority-zebra-indexdefs.xsl      |    2 ++
 .../prog/en/includes/authorities-search.inc        |   17 ++++-------
 .../prog/en/includes/budgets-admin-search.inc      |   10 +++----
 .../intranet-tmpl/prog/en/includes/cat-search.inc  |   10 +++----
 .../prog/en/includes/cataloging-search.inc         |   14 ++++-----
 .../prog/en/includes/checkin-search.inc            |    6 ++--
 .../intranet-tmpl/prog/en/includes/circ-search.inc |   10 +++----
 .../prog/en/includes/cities-admin-search.inc       |   10 +++----
 .../prog/en/includes/contracts-admin-search.inc    |   10 +++----
 .../prog/en/includes/currencies-admin-search.inc   |   10 +++----
 .../prog/en/includes/doc-head-close.inc            |    3 ++
 .../intranet-tmpl/prog/en/includes/home-search.inc |   14 ++++-----
 .../prog/en/includes/letters-search.inc            |   10 +++----
 .../prog/en/includes/patron-search-box.inc         |    4 +--
 .../prog/en/includes/patron-search.inc             |   14 ++++-----
 .../prog/en/includes/patrons-admin-search.inc      |   10 +++----
 .../prog/en/includes/prefs-admin-search.inc        |   12 ++++----
 .../prog/en/includes/printers-admin-search.inc     |   10 +++----
 .../prog/en/includes/searchbox-keep-text.inc       |   30 ++++++++++++++++++++
 .../prog/en/includes/serials-search.inc            |    6 ++--
 .../prog/en/includes/stopwords-admin-search.inc    |   10 +++----
 .../prog/en/includes/suggestions-add-search.inc    |    6 ++--
 .../prog/en/includes/z3950-admin-search.inc        |   10 +++----
 .../opac-tmpl/bootstrap/en/modules/opac-detail.tt  |    2 +-
 .../bootstrap/en/xslt/MARC21slim2OPACResults.xsl   |    2 +-
 28 files changed, 140 insertions(+), 108 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/searchbox-keep-text.inc


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list