[koha-commits] main Koha release repository branch master updated. v18.11.00-1520-g31684a4

Git repo owner gitmaster at git.koha-community.org
Fri May 10 21:29:58 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  31684a426be4dcdf75a06f1f15fcfc73726fa6ae (commit)
       via  814dedb537ee0c569c7b8b7a1faa6c0ff44c4520 (commit)
       via  b60230dccba64f7b6d5519bf735899953fbe2255 (commit)
       via  775701a15a737705ae3cf063cefd96b47165ed9f (commit)
       via  581d2edd449e125de97e6950e857086742a4ab84 (commit)
       via  164caa7eeb7b4475e7832ecdca9eb561bd4e5aee (commit)
       via  8b7342a823582462798bf2115d2f2e9897485184 (commit)
       via  ca605455c24c032a389cbe0d3388f90620501c3b (commit)
       via  917a506ffc983f63d9541c862180916bb2adc0a0 (commit)
       via  f550977f73997371bdbac3d6e68b66294b4eb677 (commit)
       via  0c02332600d430e77c4cc3dc62f9996c4375d55f (commit)
       via  6270a0150fb331a3e6a3a0ba23af0d3a1915d5f9 (commit)
       via  ef44634a8d980bef8c77b6cd5724493e23513458 (commit)
      from  b5b64e7900fd61bd525409ee869deafde7b8c50a (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 31684a426be4dcdf75a06f1f15fcfc73726fa6ae
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri May 10 19:05:38 2019 +0000

    Bug 21411: DBRev 18.12.00.074
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 814dedb537ee0c569c7b8b7a1faa6c0ff44c4520
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Tue May 7 08:11:56 2019 +0000

    Bug 21411: (QA follow-up) Fix permission checks on admin page and menu
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit b60230dccba64f7b6d5519bf735899953fbe2255
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed May 1 11:27:05 2019 +0000

    Bug 21411: (follow-up) Clean up for QA
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 775701a15a737705ae3cf063cefd96b47165ed9f
Author: Liz Rea <wizzyrea at gmail.com>
Date:   Tue Apr 30 14:21:31 2019 +0000

    Bug 21411: (QA follow-up) fix tests
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 581d2edd449e125de97e6950e857086742a4ab84
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Apr 23 11:17:27 2019 +0000

    Bug 21411: Address QA concerns
    
    Move to admin
    Add a permission
    Remove descriptions from table
    Clean up template
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 164caa7eeb7b4475e7832ecdca9eb561bd4e5aee
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Mar 4 11:40:17 2019 -0500

    Bug 21411: (follow-up) Missing filters and unused variable
    
    POD warnings from QA tool are false positives (basic functionsn POD not
    needed)
    
    Signed-off-by: Liz Rea <liz at catalyst.net.nz>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 8b7342a823582462798bf2115d2f2e9897485184
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Mar 4 11:23:31 2019 -0500

    Bug 21411: Advanced cataloging editor - rancor - Allow configuration of Keyboard
    
    This patch allows for redfining the keyboard shortcuts used in rancor.
    For now these are set globally (per instance)
    Ctrl-S is a codemirror setting and cannot be altered
    
    To test:
     1 - Apply patches
     2 - update database
     3 - Load the advanced cataloging editor
     4 - Click the "Keyboard shortcuts" button
     5 - Ensure the list looks correct
     6 - Note that 'Ctrl-S' note sit cannot be remapped
     7 - Note the 'Redefine shortcuts' link at the top of the menu
     8 - Confirm all the listed shortcuts work as expected
     9 - Click the 'Redefine' link
    10 - Ensure current mappings load correctly
    11 - Read explanation and verify it makes sense
    12 - Remap some functions
    13 - Return to the cataloging editor
    14 - Confirm your mappings work
    
    Signed-off-by: Liz Rea <liz at catalyst.net.nz>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit ca605455c24c032a389cbe0d3388f90620501c3b
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon May 6 13:07:17 2019 +0000

    Bug 22856: Show SQL code button should trigger CodeMirror view
    
    This patch adds CodeMirror syntax highlighting to the SQL view which can
    be shown on the report results page by clicking the "Show SQL code"
    button.
    
    To test, apply the patch and run any SQL report. On the report results
    page, click the "Show SQL button." The SQL should be displayed with
    CodeMirror syntax highlighting. Test toggling the SQL code view on and
    off to confirm that the CodeMirror highlighting continues to work
    correctly.
    
    Signed-off-by: Barton Chittenden <barton at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 917a506ffc983f63d9541c862180916bb2adc0a0
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Sep 12 15:26:27 2017 -0300

    Bug 19302: Send koha::objects to C4::Reserves::IsAvailableForItemLevelRequest
    
    Almost everywhere we call IsAvailableForItemLevelRequest we already have
    a Koha::Patron and Koha::Item object. It makes sense to use them to
    avoid a refetch
    
    Test plan:
    It would be good to test this patch on top of 19300 and 19301 and make
    sure everything works as expected
    
    Signed-off-by: Hayley Mapley <hayleymapley at catalyst.net.nz>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit f550977f73997371bdbac3d6e68b66294b4eb677
Author: Liz Rea <wizzyrea at gmail.com>
Date:   Thu Mar 21 16:16:19 2019 +0000

    Bug 20436: (QA follow up) - reference and typo fixes
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 0c02332600d430e77c4cc3dc62f9996c4375d55f
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Mar 16 11:15:12 2018 +0000

    Bug 20436: Add ability to specify itemtypes for longoverdue.pl
    
    It would be nice if we could filter long overdues based on itemtype the same way we can already filter based on borrower category code.
    
    Test Plan:
    1) Set up a number of overdues of various itemtypes
    2) Run longoverdue.pl with --list-itemtypes to show itemtypes
    3) Run longoverdue.pl with --itemtype to verify it only operates on that itemtype
    4) Run longoverdue.pl with multiple --itemtype switches, verify it only operates on those itemtypes
    5) Run longoverdue.pl with --skip-itemtype to verify it does not operate on that itemtype
    6) Run longoverdue.pl with multiple --skip-itemtype switches, verify that it does not operate on those itemtypes
    
    Signed-off-by: Jesse Maseto <jesse at bywatersolution.com>
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 6270a0150fb331a3e6a3a0ba23af0d3a1915d5f9
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sun Jan 20 01:35:34 2019 +0000

    Bug 21312: (QA follow-up) Ease translation
    
    I've changed the language a bit from "account locked out" to
    "account locked" and split it up to ease translation.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit ef44634a8d980bef8c77b6cd5724493e23513458
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Wed Oct 10 16:53:30 2018 +0200

    Bug 21312: Show lockout on Patrons form
    
    Just what the title says :)
    Specifically: moremember.pl
    
    Test plan:
    Check if you see the locked message on the patron form for an account
    that has been locked. (Either login_attempts<0 or >FailedLoginAttempts)
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Jose-Mario Monteiro-Santos <jose-mario.monteiro-santos 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>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

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

Summary of changes:
 C4/Circulation.pm                                  |   20 ++---
 C4/ILSDI/Services.pm                               |    2 +-
 C4/Reserves.pm                                     |   28 +++----
 Koha.pm                                            |    2 +-
 Koha/{City.pm => KeyboardShortcut.pm}              |    6 +-
 .../OverDriveInfos.pm => KeyboardShortcuts.pm}     |   20 ++---
 Koha/Schema/Result/KeyboardShortcut.pm             |   65 ++++++++++++++++
 admin/adveditorshortcuts.pl                        |   78 +++++++++++++++++++
 cataloguing/editor.pl                              |    8 ++
 installer/data/mysql/kohastructure.sql             |   11 +++
 .../keyboard_shortcuts.sql}                        |   30 +++++---
 installer/data/mysql/updatedatabase.pl             |   36 +++++++++
 installer/data/mysql/userpermissions.sql           |    1 +
 .../lib/koha/cateditor/marc-editor.js              |   48 ++++++------
 koha-tmpl/intranet-tmpl/prog/css/reports.css       |    6 ++
 .../intranet-tmpl/prog/en/includes/admin-menu.inc  |    5 +-
 .../prog/en/includes/cateditor-ui.inc              |    3 +
 .../prog/en/includes/keyboard_shortcuts.inc        |   15 ++++
 .../intranet-tmpl/prog/en/includes/permissions.inc |    5 ++
 .../prog/en/modules/admin/admin-home.tt            |    6 +-
 .../prog/en/modules/admin/adveditorshortcuts.tt    |   75 ++++++++++++++++++
 .../prog/en/modules/cataloguing/editor.tt          |   56 +++-----------
 .../prog/en/modules/members/moremember.tt          |    8 ++
 .../en/modules/reports/guided_reports_start.tt     |   16 +++-
 members/moremember.pl                              |    1 +
 misc/cronjobs/longoverdue.pl                       |   80 ++++++++++++++++++--
 opac/opac-reserve.pl                               |    2 +-
 reserve/request.pl                                 |    2 +-
 .../Holds/DisallowHoldIfItemsAvailable.t           |   62 +++++++--------
 .../{Acquisition/Funds.t => KeyboardShortcuts.t}   |   32 ++++----
 t/db_dependent/Reserves.t                          |   20 ++---
 31 files changed, 555 insertions(+), 194 deletions(-)
 copy Koha/{City.pm => KeyboardShortcut.pm} (87%)
 copy Koha/{Library/OverDriveInfos.pm => KeyboardShortcuts.pm} (80%)
 create mode 100644 Koha/Schema/Result/KeyboardShortcut.pm
 create mode 100755 admin/adveditorshortcuts.pl
 copy installer/data/mysql/{nb-NO/1-Obligatorisk/message_transport_types.sql => mandatory/keyboard_shortcuts.sql} (57%)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/keyboard_shortcuts.inc
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/admin/adveditorshortcuts.tt
 copy t/db_dependent/Koha/{Acquisition/Funds.t => KeyboardShortcuts.t} (53%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list