[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.04-66-g8a7b508

Git repo owner gitmaster at git.koha-community.org
Mon Oct 15 13:53:12 CEST 2018


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, 18.05.x has been updated
       via  8a7b508cf4bfb9ed03259139c8819a7011995bf5 (commit)
       via  f15cff7d8815b40c6cdeff8def58799b0a497490 (commit)
       via  d341326362656853d0f8d371bd7d685b9c4266d7 (commit)
       via  b98336a09d00bcb970173c535c8f51de5dd64ce4 (commit)
       via  89f0452ba17c54045656ee2654a162fd4a96a744 (commit)
      from  b56e354bf0ef37461916c9cdcea9d63cbca99959 (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 8a7b508cf4bfb9ed03259139c8819a7011995bf5
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Jun 11 11:34:22 2018 -0300

    Bug 20910: Display 773$g when $0 is present too
    
    This patch makes the XSLT logic add the $g subfield in the 773 display
    in both the OPAC and staff interface MARC21 record detail pages.
    
    The XSLT chooses between different ways to create the link for the
    related content, but then it only adds the $g in two of the cases.
    There's no obvious reason for a different display.
    
    To test:
    - Have  a record with:
    
    =773   $tHost title $gp4.
    
    => SUCCESS: Notice the Detail view shows:
      In: Host title p4.
    
    - Have another record with:
    
    =773   $tHost title $gp4. $w100
    - Enable UseControlNumber (only to cover the case):
    => SUCCESS: Notice the detail view shows
      In: Host title p4.
    
    - Have another record with:
    
    =773   $tHost title $gp4. $0456
    
    => FAIL: The Detail view doesn't show p4.
    - Apply this patch
    - Reload
    => SUCCESS: The Detail view displays p4.!
    - Sign off :-D
    
    Sponsored-by: Escuela de Orientacion Lacaniana
    Signed-off-by: Jesse Maseto <jesse at bywatersolutions.com>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit f161d4e823aa84d7c602089eacacbdf2bfc502ce)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit f15cff7d8815b40c6cdeff8def58799b0a497490
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Feb 5 18:13:06 2018 -0300

    Bug 20177: [sql_modes] Fix GROUP BY clause in GetCourses
    
    Fix for:
    'koha_kohadev.courses.department' isn't in GROUP BY
    
    t/db_dependent/CourseReserves.t
    
    A better fix would be to remove the joins and only return values from
    the courses table. But more work is needed to acchieve that goal.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Test passes and the behavior of Course reserves appears to be unchanged
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 88c29de46558f974ae10a6d25096cf531f7ee0a0)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit d341326362656853d0f8d371bd7d685b9c4266d7
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Wed May 16 01:05:07 2018 +0000

    Bug 9968: Fix wrong index for Standard number in advanced and label search
    
    'Standard number' indicates that you can search ISBN, ISSN and other
    standard numbers, but we are using the wrong index and only get a
    very limited search for biblionumber instead.
    
    This patch changes the index from sn to ident.
    
    To test:
    - Check both staff and OPAC advanced search:
      - Search for Standard number = ISBN
      - Search for Standard number = ISSN
      Both should work.
      Toggle [Intranet|OPAC]NumbersPreferPhrase system preferences
    - Check the label creator
      - Add a new batch
      - Use 'add items' option and search for Standard number
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 09a7d37d53a87e35f2151e00200995ab3dfa3896)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit b98336a09d00bcb970173c535c8f51de5dd64ce4
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Oct 1 13:42:07 2018 -0300

    Bug 21463: (bug 18789 follow-up) Fix library display on the overdue list view
    
    branchcode is no longer retrieved from the SQL query, we should use the
    Koha::Patron object instead.
    
    Test plan:
    Create some overdues and list them on Home › Circulation › Overdues
    => With this patch applied you should see that the "Library" column is
    correctly filled with the patron's library name
    
    Signed-off-by: Pierre-Marc Thibault <pierre-marc.thibault at inLibro.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit f27787d364ae080ce6a815ba07e8813fce48b2da)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 89f0452ba17c54045656ee2654a162fd4a96a744
Author: Andreas Roussos <arouss1980 at gmail.com>
Date:   Thu Sep 27 19:05:48 2018 +0300

    Bug 21440: koha-create expects the file passed by $DEFAULTSQL to be in gzip format
    
    koha-create contains a call to `zcat` which fails if the file passed
    as an argument is not in gzip format.
    
    This patch fixes the issue by adding the -f flag to the zcat call in
    koha-create, as per the top-voted answers in the following SE URLs:
    https://unix.stackexchange.com/a/77309
    https://unix.stackexchange.com/a/131944
    
    Test plan:
    1) in /etc/koha/koha-sites.conf, set the DEFAULTSQL variable to point
       to an _uncompressed_ SQL database dump
    2) run `koha-create --create-db instance` and notice how it fails with:
       gzip: /path/to/dump.sql: not in gzip format
    3) apply the patch
    4) notice the extra line of information "The SQL file can be optionally
       compressed with gzip" in koha-sites.conf
    5) run the `koha-create` command again, this time it should work
    6) repeat with DEFAULTSQL pointing to a gzip'd dump, it should work too
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit f12dabe6ccd9400a4ae744a5d74bbddcd9f7ac95)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/CourseReserves.pm                                         |    8 ++++----
 debian/scripts/koha-create                                   |    2 +-
 debian/templates/koha-sites.conf                             |    1 +
 koha-tmpl/intranet-tmpl/prog/en/includes/search_indexes.inc  |    4 ++--
 koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt      |   10 +++++-----
 koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tt     |    2 +-
 .../intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl |    6 ++++--
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt   |    4 ++--
 .../opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl    |    5 +++--
 9 files changed, 23 insertions(+), 19 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list