[koha-commits] main Koha release repository branch 3.20.x updated. v3.20.07.1-66-ge1fb9fb

Git repo owner gitmaster at git.koha-community.org
Mon Jan 4 16:09:09 CET 2016


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, 3.20.x has been updated
       via  e1fb9fb9469bea010f25e872509fd84b85d35504 (commit)
       via  ab4783af82848f219192c1c887d23b72e1efbd8b (commit)
       via  aba369d28710e5153fbe03b6a8981a12cf684d4a (commit)
       via  d5a599be4d669eb7141eb0ec842554771a018aa8 (commit)
       via  f7588c06c79f6066eeb60d8fe29b995c2b8ce9b4 (commit)
       via  556cca05be32fa35f1f17852e79b4554bd8e473f (commit)
       via  89055d4d90ece87899d331a186850ff07bb27a30 (commit)
       via  b1e624ab3b8199cdecc50d878de66841039af1ac (commit)
       via  1c200fd5ebe5d0ae50ce3ea2a52859bb4ab677ce (commit)
       via  0547a9170f892abcb5a4e29c24bc91bd0920a17f (commit)
      from  cc5c4a615f48456a030724a9a5003afc72f7cda0 (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 e1fb9fb9469bea010f25e872509fd84b85d35504
Author: Brendan Gallagher <brendan at bywatersolutions.com>
Date:   Thu Dec 31 18:38:40 2015 +0000

    Bug 13022: Update DB rev (3.20.07.001)
    
    (cherry picked from commit b392ebb81574a1d8615c2000b3ee6c24420d0c1c)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

commit ab4783af82848f219192c1c887d23b72e1efbd8b
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Apr 17 10:41:13 2015 -0400

    Bug 13022 [QA Followup] - Highlight the results with inaccurate status, add explanation when mouse hovers over.
    
    Bug 13022 [QA Followup] - Revert changes in whitespace back to original for items count lines
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com
    (cherry picked from commit df2bab8f61ca5d06768c5425c55f3f08d9485966)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    (cherry picked from commit c621641bf3a3b6164b9c18ff5d119273528f92c7)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

commit aba369d28710e5153fbe03b6a8981a12cf684d4a
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Apr 17 09:51:03 2015 -0400

    Bug 13022 [QA Followup] - Allow the pref to be unset for unlimited item status checks
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com
    (cherry picked from commit 7ab9d7d91d543cd2e6e82de6b536ee7ce1cb0508)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    (cherry picked from commit 6e0a32a2633a244322a19d0e7494dc2151a02e8f)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

commit d5a599be4d669eb7141eb0ec842554771a018aa8
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Oct 2 09:19:21 2014 -0400

    Bug 13022 - Hardcoded limit causes records with more than 20 items to show inaccurate statuses
    
    If a record has more than 20 items, all the items over 20 will show as
    available on the search results even if they are not!
    
    This is a hard coded limit in the Search module. This number should be
    configurable.
    
    Test Plan:
    1) Create a record with more than 20 items
    2) Set all the items to waiting holds or in transit
    3) Search for results that will include that item
    4) Note some say they are available even though they are not
    5) Apply this patch
    6) Run updatedatabase.pl
    7) Set the new system preference MaxSearchResultsItemsPerRecordStatusCheck
       to a number larger than the number of items on your record
    8) Re-run the search
    9) Note that the hold and transit statuses for the items are now correct
    
    Signed-off-by: Andreas Hedström Mace <andreas.hedstrom.mace at sub.su.se>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com
    (cherry picked from commit d3184fa85b8906d0921522ce0c26dab98a4a2778)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    (cherry picked from commit f552e658e44208e86b03bcd659d41eaedd69ae46)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

commit f7588c06c79f6066eeb60d8fe29b995c2b8ce9b4
Author: Magnus Enger <magnus at libriotech.no>
Date:   Tue Dec 8 21:11:58 2015 +0100

     Bug 15304: Remove Norwegian strings from nl-search.tt
    
    When nl-search.pl gets data from the Norwegian national patron
    database, it does so in an XML format that has Norwegian element
    names. nl-search.pl displays the data with the Noregian element
    names as labels. This means Norwegian words turn up in translations,
    which is messy. This patch replaces the Norwegian labels with
    English ones.
    
    To test:
    - Only Norwegian libraries and vendors get access to search against
      the national patron database, so a proper functional test is not
      possible
    - Alternative 1: Just have a look at the nl-search.tt template
      before and after the patch and verify that after the patch the
      Norwegian strings that would be visible to a user are gone
    - Alternative 2:
      - Verify that e.g. en-GB-staff-prog.po contains the Norwegian
        string "kjonn"
      - Apply the patch
      - Create new .po files with e.g. "./translate create en-GB"
      - Verify that "kjonn" is now gone from en-GB-staff-prog.po
    
    Version 2: Tweak a couple of labels to be more in line with labels used
    elsewhere in Koha, to avoid variants when translating.
    
    Version 3: Replace e.g. "Gender: </span>" with "Gender:</span> " to
    avoid similar-except-for-whitespace strings in translation.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    A few new strings, all previous removed.
    No koha-qa errors
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>
    (cherry picked from commit bd4a6830527b3d1482e41f084098de66eacf5bcd)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    (cherry picked from commit 8314d1beb5cd38a0d9e8a1cbbca13be508727fd9)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

commit 556cca05be32fa35f1f17852e79b4554bd8e473f
Author: Hector Castro <hector.hecaxmmx at gmail.com>
Date:   Mon Nov 9 11:05:39 2015 -0600

     Bug 15170 - Add 264 field to MARC21*DC.xsl
    
    Modify MARC21*DC.xsl to add RDA 264 field
    
    To test:
    - Copy from LOC z39.50 the Maxwell's handbook for RDA (ISBN
      9780838911723)
    - Look the field 264 in framework, save record
    - Open this URL in OPAC
    
      /cgi-bin/koha/unapi?id=koha:biblionumber:41201&format=marcxml
    
      And play with id (the number of new record for Maxwell book) &
      format parameters
      Test format=rdfdc, format=srw_dc and format=oai_dc
    - Notice that <dc:publisher> and <dc:date> are not present
    - Apply this patch
    - Reload the URL for the three formats
    - You will see the tags publisher and date are taken from 264
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>
    (cherry picked from commit 7d16555427db2ee3bf39840df43f134e369ff113)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    (cherry picked from commit 65e8776f013a6727b88cdaca900a28ea1ed8aaf0)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

commit 89055d4d90ece87899d331a186850ff07bb27a30
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Sep 18 08:10:27 2015 +0000

    Bug 14034: Fix logout on refresh for shibboleth
    
    This is similar to bug 12877
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    While this is missing a detailed test plan, what I did to test was
    
    1/ Login to koha .. it works
    2/ Apply patch
    3/ Login to koha .. it still works, no regressions. I can't test the
    shibboleth part but it doesnt break anything else so I'm happy to sign
    off
    
    Signed-off-by: Jesse Weaver <jweaver at bywatersolutions.com>
    
    We had to implement this fix for one of our customers using Shibboleth.
    Can verify that it fixes the issue (which, incidentally, breaks
    stage-marc-import since that depends on a constant sessionID).
    
    Passing QA (verified with QA tools). Thanks, Martin!
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com
    (cherry picked from commit 5c581ccdd0a2fc3ea49d941f2860ac1dd9953007)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    (cherry picked from commit f299790bd9b1ff5a27ecd6d86b442ffe81cac8b5)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

commit b1e624ab3b8199cdecc50d878de66841039af1ac
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sun Nov 22 03:01:18 2015 +0100

    Bug 14397: Fix tiny typo in database documentation
    
    Fixes Foriegn to Foreign.
    
    Signed-off-by: Aleisha <aleishaamohia at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 89a058787a58295193a60c1a1fbb8b5b5262e7ed)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    (cherry picked from commit ede83df30b3a8f7c52ae8a2ba6de99fde3117953)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

commit 1c200fd5ebe5d0ae50ce3ea2a52859bb4ab677ce
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Dec 31 11:23:42 2015 +0000

    Bug 15383 [QA Followup] - Change language used
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 58699d77e75dbbf955aa5f28f0ac489539fabe49)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    (cherry picked from commit 9f7432a480aee27ba4add9430ef609c595b48b86)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

commit 0547a9170f892abcb5a4e29c24bc91bd0920a17f
Author: Marc Véron <veron at veron.ch>
Date:   Tue Dec 15 17:06:17 2015 +0100

    Bug 15383 - Opac: Autority details: Fix translation issues with a tags
    
    Fix translation issue in opac-auth-detail.tt and opac-auth-MARCdetail.tt
    (string splitting by link tag) making it hard to have a gramaticaly correct
    translation.
    
    To test:
    - Apply patch
    - In OPAC, go to search an Authority and display details (View full heading)
    - Verify the line "Usage in records: x" in both Normal view and MARC view
    
    Signed-off-by: Aleisha <aleishaamohia at hotmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Not sure if "Usage in records" is the best wording, but I have no great
    options either, "Number of records used in:"?
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 3d3c53ec017b6973e2cf1b27830c67fac95c7724)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    (cherry picked from commit 2316c94fe665d843ef2c3dcc70d97de00a3f86c2)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

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

Summary of changes:
 C4/Auth.pm                                         |    4 +-
 C4/Search.pm                                       |    3 +-
 Koha.pm                                            |    2 +-
 installer/data/mysql/kohastructure.sql             |    2 +-
 installer/data/mysql/sysprefs.sql                  |    1 +
 installer/data/mysql/updatedatabase.pl             |   14 ++++
 .../intranet-tmpl/prog/en/css/staff-global.css     |    4 +
 .../en/modules/admin/preferences/searching.pref    |    7 ++
 .../prog/en/modules/catalogue/results.tt           |   15 +++-
 .../prog/en/modules/members/nl-search.tt           |   80 ++++++++++----------
 .../intranet-tmpl/prog/en/xslt/MARC21slim2DC.xsl   |   14 ++++
 .../prog/en/xslt/MARC21slim2OAIDC.xsl              |   12 +++
 .../prog/en/xslt/MARC21slim2RDFDC.xsl              |   14 ++++
 .../prog/en/xslt/MARC21slim2SRWDC.xsl              |   12 +++
 .../bootstrap/en/modules/opac-auth-MARCdetail.tt   |    2 +-
 .../bootstrap/en/modules/opac-auth-detail.tt       |    2 +-
 16 files changed, 140 insertions(+), 48 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list