[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-115-gf918724

Git repo owner gitmaster at git.koha-community.org
Tue Aug 23 16:15:52 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, 3.22.x has been updated
       via  f9187241453d88573e1e25881b993566593ab366 (commit)
       via  6d474177eea68de6e5297fe04ea9862ea138f864 (commit)
       via  da2911d2d9136f59d8230c0f44caf71666ee595a (commit)
       via  409aecf321eeb9395b45541130640509692604a7 (commit)
      from  d0c34a3bacc72a0ba8b516e3ea95aa173b7fae34 (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 f9187241453d88573e1e25881b993566593ab366
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Wed Aug 10 13:28:20 2016 +0000

    Bug 7441: Update DB rev (3.22.09.004)
    
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 6d474177eea68de6e5297fe04ea9862ea138f864
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>
    (cherry picked from commit 821cb91a80942a85f4d22e6b1a8c700add7bab7d)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 57e2a013cc78db4e26367cbfd34bc0054e67a3ba)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit da2911d2d9136f59d8230c0f44caf71666ee595a
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>
    (cherry picked from commit 492d79a7df18efb294bd9bd9da5fa5b4efe1e592)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 1d2da8fcd06e1f396d63fd834771f2a208fc5b91)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 409aecf321eeb9395b45541130640509692604a7
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>
    (cherry picked from commit 4db2e745e244bfc9e8315b4903c30e21142d9cb4)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 17a103d8a06345ad39e3af9c0d3a50c3f24ce5e7)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 C4/XSLT.pm                                         |   19 +++--
 Koha.pm                                            |    2 +-
 installer/data/mysql/sysprefs.sql                  |    1 +
 installer/data/mysql/updatedatabase.pl             |   10 +++
 .../prog/en/modules/admin/preferences/opac.pref    |    7 ++
 .../bootstrap/en/xslt/MARC21slim2OPACResults.xsl   |   89 ++++++++++++--------
 .../bootstrap/en/xslt/UNIMARCslim2OPACResults.xsl  |   58 +++++++++----
 7 files changed, 126 insertions(+), 60 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list