[koha-commits] main Koha release repository branch master updated. v16.05.00-449-g821cb91

Git repo owner gitmaster at git.koha-community.org
Wed Aug 10 15:11:26 CEST 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, master has been updated
       via  821cb91a80942a85f4d22e6b1a8c700add7bab7d (commit)
       via  492d79a7df18efb294bd9bd9da5fa5b4efe1e592 (commit)
       via  4db2e745e244bfc9e8315b4903c30e21142d9cb4 (commit)
      from  26f20d64cb6336b4911f91befa736539946a0a0c (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 821cb91a80942a85f4d22e6b1a8c700add7bab7d
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Wed Aug 10 07:15:03 2016 +0200

    Bug 7441: QA follow-up - Add note about missing NORMARC support
    
    Adds a note about missing support for NORMARC (only supports
    MARC21 and UNIMARC) to the system preference text.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 492d79a7df18efb294bd9bd9da5fa5b4efe1e592
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Jun 24 16:08:23 2016 +0100

    Bug 7441 - Followup search results showing wrong branch [UNIMARC]
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
      Playing with OPACResultsLibrary syspref, biblio with items having different
      home/holding library are displayed properly.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 4db2e745e244bfc9e8315b4903c30e21142d9cb4
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Jun 2 14:01:56 2016 +0000

    Bug 7441 - search results showing wrong branch?
    
    When you search in the OPAC it shows you the HOME branch on the location
    in XSLT, but if you click through to the detail page it shows you the
    CURRENT BRANCH in the holdings table which is very confusing to patrons.
    I don't know what's the right solution - home or holding branch, but they
    should be the same in both places for the patron's sake. If you do the same
    search in the staff client you see the right branch info on the search results
    and on the detail page.
    
    Test Plan:
    1) Apply this patch
    2) Run updatedatabase.pl
    3) Search the catalog, you search should include results with items
       that have different home and holding libraries.
    4) The results should look the same as before the patch
    5) Change the system preference OPACResultsLibrary to "current location"
    6) Refresh your page of search results
    7) The results show now show the holding library instead of the home library
    
    Signed-off-by: Barbara Walters <bwalters at ncrl.org>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/XSLT.pm                                         |   19 +++--
 installer/data/mysql/atomicupdate/bug_7441.sql     |    2 +
 installer/data/mysql/sysprefs.sql                  |    1 +
 .../prog/en/modules/admin/preferences/opac.pref    |    7 ++
 .../bootstrap/en/xslt/MARC21slim2OPACResults.xsl   |   89 ++++++++++++--------
 .../bootstrap/en/xslt/UNIMARCslim2OPACResults.xsl  |   58 +++++++++----
 6 files changed, 117 insertions(+), 59 deletions(-)
 create mode 100644 installer/data/mysql/atomicupdate/bug_7441.sql


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list