[koha-commits] main Koha release repository branch master updated. v19.11.00-277-g1c38ddf

Git repo owner gitmaster at git.koha-community.org
Fri Jan 10 12:18:01 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, master has been updated
       via  1c38ddf41032a7da72ce8dedead385e581bf1ff6 (commit)
       via  f78eaf0461b4a685b3e13856f4c738a6429c0514 (commit)
       via  50d2d3d139621dfe6c81941aea1c40dbb45e3c50 (commit)
       via  bae538dcddd58cd7e387b2bfe178771071da942d (commit)
       via  a12fca041c81cb10fd1e8f24658f7adf6d5d112d (commit)
       via  e4078e0d98031dff7ce773209afa9191e5b644b7 (commit)
       via  09c985822eec479a351b869e2556cefe36e9824b (commit)
       via  7d7a772d04c54442e7d38ad8ff2a60e1242e0d29 (commit)
       via  c7ea3cb0c9c7ef1bd198ab914451ac46e13301a8 (commit)
      from  4fcf7af117153690cc4aca55eb47290dfc5814f6 (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 1c38ddf41032a7da72ce8dedead385e581bf1ff6
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Jan 3 20:02:26 2020 +0000

    Bug 24337: Checkout note cannot be marked seen if more than 20 exist
    
    This patch modifies the event handler on the individual "Mark seen" /
    "Mark unseen" buttons in the table of checkout notes. For an event to be
    successfully attached to a hidden element it must be given a context.
    
    To test you should have multiple checkout notes to work with, both seen
    and unseen. Apply the patch and go to "Checkout notes pending" from the
    staff client home page.
    
     - Navigate to the second "page" of data in the DataTable.
     - Test the functionality of the "Mark seen" and "Mark unseen" buttons.
       They should work correctly.
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit f78eaf0461b4a685b3e13856f4c738a6429c0514
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Jan 3 18:43:15 2020 +0000

    Bug 24335: Cannot mark checkout notes seen/not seen in bulk
    
    This patch changes the way checkbox events are handled on the checkout
    notes page so that checking a checkbox enables the batch operation
    controls.
    
    Note: The addition of a "markseen" class is a preventative measure to
    avoid future problems where using the "btn-small" class might not be
    specific enough.
    
    To test you should have multiple checkout notes to work with, both seen
    and unseen. Apply the patch and go to "Checkout notes pending" from the
    staff client home page.
    
     - Check any checkbox. The "Mark seen" and "Mark not seen" should go
       from disabled to enabled.
       - Test that the buttons work correctly.
     - Click the "Select all" and "Clear all" controls and confirm that the
       buttons are enabled and disabled correctly.
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 50d2d3d139621dfe6c81941aea1c40dbb45e3c50
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Nov 26 12:57:17 2019 +0000

    Bug 23274: Mock simple_search_compat to cover both search engines
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit bae538dcddd58cd7e387b2bfe178771071da942d
Author: Cori Lynn Arnold <carnold at dgiinc.com>
Date:   Tue Dec 31 17:10:14 2019 +0000

    Bug 24323: Advanced editor - Display an error message if the record did not save
    
    Invalid 008 with helper silently fails to save.
    
    This patch adds a "else if" to fall through if the error message isn't
    one of the previously defined ones ("syntax" and "invalid") and presents
    the human with a generic message that "Something went wrong, cannot
    save."
    
    Prior to testing:
    a/Verify that Advanced Editor is enabled
    b/Download the errorrecord.mrc from bug
    
    To test:
    1/Apply patch
    2/Go to Cataloging->Advanced Editor
    3/Click "Import Record" button and navigate to the record saved from
    step b/
    4/Add an 003 field (as required by the default cataloging config)
    5/Hit "Save to catalog"
    6/Verify that a message is passed to the user that the file was unable
    to be saved
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit a12fca041c81cb10fd1e8f24658f7adf6d5d112d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Jan 10 09:56:12 2020 +0100

    Bug 24371: Fix "Show all items" avaibility link (use $raw filter) - intra
    
    Same fix for the intranet side
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit e4078e0d98031dff7ce773209afa9191e5b644b7
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Tue Jan 7 18:54:49 2020 +0000

    Bug 24371: Fix "Show all items" avaibility link (use $raw filter) - opac
    
    TO TEST:
    1. Make an OPAC search with plenty of results.
    2. Use the search facets to limit the search in some way, item type, author, etc.
    3. Click on 'Limit to currently available items', everything is still fine.
    4. Attempt to return to 'Show all items', there will be no search results.
    5. Apply patch
    6. Ateempt steps 1-4 again.
    7. Should work this time.
    
    Signed-off-by: Rhonda Kuiper <rkuiper at roundrocktexas.gov>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 09c985822eec479a351b869e2556cefe36e9824b
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Jan 7 19:52:25 2020 +0000

    Bug 24373: Correct basic cataloging editor CSS
    
    This patch makes minor corrections to the basic MARC editor CSS, fixing
    an error caused by Bug 23259.
    
    To test, apply the patch and clear your browser cache if necessary.
    
    Open the basic MARC editor and check the numbered tabs. There should be
    no stripe of green background showing below the tabs.
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    Signed-off-by: Guillaume Paquet <guillaume at inlibro.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 7d7a772d04c54442e7d38ad8ff2a60e1242e0d29
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jan 9 16:17:12 2020 +0100

    Bug 14759: Add test
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit c7ea3cb0c9c7ef1bd198ab914451ac46e13301a8
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Wed Jan 8 09:13:18 2020 +0000

    Bug 14759: Replace Text::Unaccent with Unicode::Normalize
    
    As shown in the comments on the bug, it appears that Unicode::Normalize
    is the most reliable way to strip accents from strings for this use
    case.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Installer/PerlDependencies.pm                       |    5 -----
 Koha/Patron.pm                                         |    6 +++---
 koha-tmpl/intranet-tmpl/prog/css/addbiblio.css         |    2 ++
 .../intranet-tmpl/prog/en/includes/cateditor-ui.inc    |    2 ++
 koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc    |    2 +-
 .../prog/en/modules/circ/checkout-notes.tt             |   16 ++++++++--------
 .../opac-tmpl/bootstrap/en/includes/opac-facets.inc    |    2 +-
 t/db_dependent/Koha/Patrons.t                          |    5 +++--
 t/db_dependent/XISBN.t                                 |   11 +++++++----
 9 files changed, 27 insertions(+), 24 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list