[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.02-9-gf3ad90e

Git repo owner gitmaster at git.koha-community.org
Wed Jul 24 09:44:05 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, 19.05.x has been updated
       via  f3ad90ef6a42e90be17fd60ac803cfec789a4e36 (commit)
       via  e461daff8002466be1a662645023c9479d909f26 (commit)
       via  cc036d49e19852ba54437cb97a273e1a1f1670e0 (commit)
       via  64ae64a5ba036004ae851d5256f5e1209926f6bf (commit)
       via  50577572b7e4af35c6367c05ca270c9ede646a25 (commit)
       via  5acd5bfbc24709d1974f1d35c9ab441253030ec4 (commit)
       via  de76ff617ca5b00522fa69e17ee004f6f8948aed (commit)
       via  922064568d9ad1a7737df4142d638498652782ce (commit)
       via  d16983ca0dc191367824253fc57d7f8de0155db6 (commit)
      from  b7904fe067bbb4ef4cb70bda879ae49d1ae5179e (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 f3ad90ef6a42e90be17fd60ac803cfec789a4e36
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu May 9 14:14:25 2019 -0400

    Bug 22862: (QA follow-up) Make regexes match
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 982fd9fecbe6777805d2d0d3f977f10c522b86c5)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit e461daff8002466be1a662645023c9479d909f26
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue May 7 14:53:29 2019 -0400

    Bug 22862: Normalize SMS messaging numbers before validating them
    
    Librarians often copy and paste patron data, including phone numbers. SMS phone numbers are now being validated to conform to the E.164 specification. It would be nice to try to normalize that data by stripping non-numeric data from the paste (i.e. dashes, parens, etc ).
    
    Test Plan:
    1) Apply this patch
    2) On the staff side, Attempt to enter invalid characters the SMS number field
    3) Note you cannot enter invalid characters
    4) Attempt to paste a phone number with invalid characters
    5) Note those characters are removed on paste
    6) Repeat these steps on the OPAC
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 115f4f2045a6c695d1eed47cd401b7759630ac4d)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit cc036d49e19852ba54437cb97a273e1a1f1670e0
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Dec 18 15:41:33 2017 +0000

    Bug 15704: Split up Zebra indexing of RDA 264 information
    
    To test:
    1 - Add a record with a unique publisher "Supercalifragilistic" in the
    264 b field
    2 - Search for the value
    3 - Record not found
    4 - Apply patch (may need ot copy the .xml file into koha install)
    5 - Reindex all the things
    6 - Search for the value
    7 - Success!
    
    Signed-off-by: Felicia Martin <felicia.martin at dncr.nh.gov>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 3599e57bf67a1357c13903fbf07f07cb2c94e756)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 64ae64a5ba036004ae851d5256f5e1209926f6bf
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Wed Jul 24 09:00:58 2019 +0200

    Bug 23115: Compiled CSS
    
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 50577572b7e4af35c6367c05ca270c9ede646a25
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Jun 21 16:20:28 2019 +0000

    Bug 23115: (QA follow-up) Address QA tools complaints
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit c3ced5d89320f85774d945957b2b4e68d0336016)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 5acd5bfbc24709d1974f1d35c9ab441253030ec4
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Jun 21 16:18:15 2019 +0000

    Bug 23115: (follow-up) Move switches to a TT block
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit efc21e6f47801503e55e3ba709a48c3f426f90ac)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit de76ff617ca5b00522fa69e17ee004f6f8948aed
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Jun 13 11:42:02 2019 +0100

    Bug 23115: Tweak display of totals on 'Fines and charges' page
    
    This patch tweaks the display of totals on the OPAC 'Fines and charges'
    page to clarify between the totals before and after applying credits.
    
    Test Plan:
    1) Add some debts and credits to a patrons account
    2) Look at the 'Fines and charges' page before applying the patch
    3) Look at the 'Fines and charges' page after applying the patch
    4) Varify the new layout is an improvment or not
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Nadine Pierre <nadine.pierre at inLibro.com>
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 49275f27d43990746b4af5c6335d4fe7f38de7b4)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 922064568d9ad1a7737df4142d638498652782ce
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Jun 13 10:02:35 2019 +0100

    Bug 23106: Tweak display of totals on payment page
    
    This patch tweaks the display of totals on the fines payments page to
    clarify between the totals before and after applying credits.
    
    Test Plan:
    1) Add some debts and credits to a patrons account
    2) Look at the pay page before applying the patch
    3) Look at the pay page after applying the patch
    4) Verify the new layout is an improvment or not
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 7c5e7ca9c47ac6c8a8b7d89da46e7354d8fea69d)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit d16983ca0dc191367824253fc57d7f8de0155db6
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Mon Jun 17 23:20:41 2019 +0200

    Bug 23098: Reword success message of KOC upload process
    
    When uploading KOC files the processing of transactions needs
    to happen in a separate second step. This is why the success
    message "Your file was processed" was found to be misleading.
    
    This patch changes it to the wording suggested by Benjamin
    Daeuber in the original bug report. Thx!
    
    To test:
    - Create a KOC file either manually or by downloading it
      from the plugin
    - Upload the KOC file into Koha using Circulation >
      Upload offline circulation file (.koc)
    - Verify the new message is clear and has no typos :)
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 286f151009f778d6d4d0890b1a8bead1a6e62bde)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 .../marc21/biblios/biblio-koha-indexdefs.xml       |   16 ++++
 .../marc21/biblios/biblio-zebra-indexdefs.xsl      |   25 ++++++-
 .../intranet-tmpl/prog/en/modules/members/pay.tt   |   16 ++--
 .../prog/en/modules/offline_circ/enqueue_koc.tt    |    2 +-
 koha-tmpl/intranet-tmpl/prog/js/members.js         |    6 ++
 koha-tmpl/opac-tmpl/bootstrap/css/opac.css         |    2 +-
 koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss    |    8 +-
 .../bootstrap/en/includes/account-table.inc        |   79 +++++++++++++-------
 .../bootstrap/en/modules/opac-messaging.tt         |   22 ++++++
 opac/opac-account.pl                               |   20 ++---
 10 files changed, 149 insertions(+), 47 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list