[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.02-84-g1887f8a715

Git repo owner gitmaster at git.koha-community.org
Fri Feb 7 00:49:16 CET 2020


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.11.x has been updated
       via  1887f8a715944b80227171441b427d5ccf6177d1 (commit)
       via  f33f46e6cde96b996739cbcce02e98c0bb6a2ca0 (commit)
       via  caba8dafb820448aca877c86682c28ff97953f3b (commit)
      from  d79888822bba76c1eab3530f5b792bd7c88bbbde (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 1887f8a715944b80227171441b427d5ccf6177d1
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Wed Jan 22 16:31:10 2020 +0000

    Bug 24025: Make CodeMirror content searchable
    
    Signed-off-by: Barbara Johnson <barbara.johnson at bedfordtx.gov>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit f33f46e6cde96b996739cbcce02e98c0bb6a2ca0
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Jan 17 15:00:31 2020 +0000

    Bug 24452: Advanced editor - show multiple spaces visually
    
    This patch updates the JavaScript and CSS for the advanced MARC editor
    so that multiple consecutive spaces within a line will be detected and
    highlighted.
    
    To test the EnableAdvancedCatalogingEditor system preference should be
    enabled. Apply the patch and clear your browser cache if necessary.
    
     - Go to Cataloging -> Advanced editor.
     - On any text entry line (e.g. 245), enter some words with one, two,
       and more spaces in between them. When there are two or more spaces
       between words the spaces between the words should have a dotted red
       underline.
     - Remove the extra spaces and confirm that the dotted line disappears.
    
    Signed-off-by: Cori Lynn Arnold <carnold at dgiinc.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit caba8dafb820448aca877c86682c28ff97953f3b
Author: Liz Rea <liz at bywatersolutions.com>
Date:   Mon Nov 25 11:20:51 2019 -0600

    Bug 24105: Fix error when running longoverdue.pl with --itemtypes
    
    To test:
    
    Run Longoverdue.pl as koha-shell with both 1 and several --itemtypes specified
    notice that it has an error
    apply this patch
    run longoverdue.pl as koha-shell with both 1 and several --itemtypes specified
    notice there isn't an error anymore!
    
    Signed-off-by: David Roberts <david.roberts at ptfs-europe.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/lib/koha/cateditor/marc-mode.js | 4 ++++
 koha-tmpl/intranet-tmpl/prog/css/cateditor.css          | 4 ++++
 koha-tmpl/intranet-tmpl/prog/js/pages/preferences.js    | 3 ++-
 misc/cronjobs/longoverdue.pl                            | 4 ++--
 4 files changed, 12 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list