[koha-commits] main Koha release repository branch master updated. v19.05.00-52-g2e8a6a4

Git repo owner gitmaster at git.koha-community.org
Tue Jun 11 09:57:44 CEST 2019


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  2e8a6a4b097f7ed7bb33efe819693752abba33cb (commit)
       via  82dcb5cf546c881af0003c272d9326e12fb5f1ce (commit)
       via  88cfa94ea4fbbc4c264695bc77a1c72cee0aefda (commit)
      from  8427b684148944b9306fd4786c75c53527037024 (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 2e8a6a4b097f7ed7bb33efe819693752abba33cb
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Jun 5 13:55:10 2019 +0000

    Bug 23053: Add phrase index to authority Local-Number
    
    To test:
     1 - Define a matching rule for authorities on field 001 index Local-Number
     2 - In koha-conf.xml raise the zebra_loglevels
         <zebra_loglevels>none,fatal,warn,request,info</zebra_loglevels>
     3 - Export some authorities using the tools->export data
     4 - Import those authorities
     5 - Note no matches found
     6 - View the zebra output log, you should see lots of error 114
     7 - Apply patch
     8 - Copy the indexdefs files to the installed versions
     9 - Reapply matchign rules to staged files
    10 - Matches should now be found
    11 - Logs should not have errors
    
    Signed-off-by: Claire Gravely <claire.gravely at bsz-bw.de>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 82dcb5cf546c881af0003c272d9326e12fb5f1ce
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Jun 7 12:10:01 2019 +0000

    Bug 23076: Include OpacUserJS on OPAC maintenance page
    
    This patch coverts the syntax for embedding OpacUserJS in the global
    include file so that it uses 'Koha.Preference' syntax. This makes the
    data available in templates, like the OPAC maintenance page, to which
    the preference data has not been explicitly provided.
    
    To reproduce: Add some JavaScript to the OPACUserJS system preference
    which will let you know it's working. For instance:
    
    alert("OPACUserJS!");
    
    Turn on the OPAC maintenance message using the OpacMaintenance system
    preference. Navigate to the OPAC. You should see the system maintenance
    page but you should not see an alert.
    
    To test, apply the patch and reload the OPAC page. Your alert should
    show.
    
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 88cfa94ea4fbbc4c264695bc77a1c72cee0aefda
Author: Pasi Kallinen <pasi.kallinen at koha-suomi.fi>
Date:   Fri Jun 7 09:44:32 2019 +0300

    Bug 23074: Holds table sort does not understand dateformat
    
    Holds table does not sort correctly when the dateformat is eg. DD.MM.YYYY.
    
    Test plan:
    1) Create multiple holds for a patron with different hold creation
       and expiration dates, with different years, months and days.
    2) Change the dateformat to DD.MM.YYYY.
    3) Resort the holds table (in circ/circulation or members/moremember)
       by the hold date or expiration date.
       The table sorts the date by the day number.
    4) Apply patch
    5) Redo 3 - the table now sorts correctly.
    
    Signed-off-by: Pasi Kallinen <pasi.kallinen at koha-suomi.fi>
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Arthur Bousquet <arthur.bousquet at inlibro.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 .../marc_defs/marc21/authorities/authority-koha-indexdefs.xml    |    1 +
 .../marc_defs/marc21/authorities/authority-zebra-indexdefs.xsl   |    2 +-
 koha-tmpl/intranet-tmpl/prog/js/holds.js                         |    4 ++--
 koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc        |    6 ++----
 4 files changed, 6 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list