[koha-commits] main Koha release repository branch 17.11.x updated. v17.11.10-25-gcc22607

Git repo owner gitmaster at git.koha-community.org
Mon Oct 8 08:27:02 CEST 2018


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, 17.11.x has been updated
       via  cc22607d83961f0a07ec2596aa96131632f68363 (commit)
       via  49797f77cb82dbba5748fde3138ea61d7ac97dd5 (commit)
       via  a6f035e1887833f00ba058c45b815bb25240040b (commit)
       via  57c049ed81e5a1e7a3c5738f50dda705a2164bfa (commit)
      from  b25b8ae76abd6a4fb97130a2b210603a08ab462c (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 cc22607d83961f0a07ec2596aa96131632f68363
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Sep 25 13:51:02 2018 +0000

    Bug 21407: Can't enter new macros in the advanced cataloging editor (rancor)
    
    This patch upgrades Codemirror to the latest version (5.40.2). Doing so
    fixes a problem with the advanced cataloging editor's macro editor which
    appears in the latest version of Firefox (62): The first line of the
    macro editor is not visible.
    
    To test, apply the patch and clear your browser cache if necessary.
    EnableAdvancedCatalogingEditor must be set to "Enable."
    
    - Go to Cataloging -> Advanced editor.
    - Click the "Macros" toolbar button.
    - In the main part of this modal window you should see a blank line
      marked "1."
    - Click "New macro..."
    - The editor's line 1 should now be editable. Enter text to confirm that
      it works correctly.
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 01470fab9eabd3750746b540389de7a6d85fda05)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 9fbd65ca5228641042975169e8217a0f14ac28c4)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 49797f77cb82dbba5748fde3138ea61d7ac97dd5
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Sep 14 15:56:44 2018 -0700

    Bug 21297: Display public lists to existing lists when adding a new item
    
    If there are no private lists the public lists are not displayed.
    
    Test plan:
    1) Add 10 public lists (This is when the 'More lists' menu item becomes
    view-able)
    2) Select an item
    3) Click Add to list
    4) Select 'More Lists' menu item
    5) Note that 'Select an existing list' is an available option
    
    Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 33010595113b5ec279f93b1127d20b466e1ea023)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 5d677af3b4b5095145c359f69f6304f24fe2d590)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit a6f035e1887833f00ba058c45b815bb25240040b
Author: Kyle M Hall <kyle at bywatetsolutions.com>
Date:   Thu Apr 26 15:07:07 2018 -0400

    Bug 20669: Add upgrade method to plugins
    
    It would be nice if plugins had an upgrade method to handle altering tables and such when a new version of a plugin is installed. Right now it must be done in a completely bespoke manner.
    
    Test Plan:
    1) Apply this patch
    2) Download the 2 most recent releases of the Kitchen Sink plugin
       https://github.com/bywatersolutions/koha-plugin-kitchen-sink/releases
    3) Install the earlier release
    4) Look at the configuration page, at the bottom it should say the
       plugin has never been upgraded
    5) Install the newer release
    6) Reload the configuration page, it should now say that the plugin
       was upgraded and give you the date and time of the upgrade
    
    Signed-off-by: Claire Gravely <claire.gravely at bsz-bw.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 100385196ecadb34669190caa241ed73ea2a5a1c)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit b3f2a13a4368d9f8bec74a6da920649d56732b71)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 57c049ed81e5a1e7a3c5738f50dda705a2164bfa
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Sep 21 18:35:06 2018 -0300

    Bug 21397: Mark "Routing list" tab as active when selected
    
    /members/routing-lists.pl?borrowernumber=5 show the different tab of the
    menu but "Routing lists" is not displayed as the selected one (active).
    
    "routinglistview" must be set and passed to the template
    
    Test plan:
    Enable the RoutingSerials pref
    and hit /members/routing-lists.pl?borrowernumber=42
    
    The "Routing lists" tab must be selected/active
    
    Followed test plan and tab now shows as active.
    Signed-off-by: Dilan Johnpullé <dilan at calyx.net.au>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 270a408949e69b97aff87a208a559c4736e20426)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 1d9377b11a509b7e273aa71545a4181b04804ab1)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 Koha/Plugins/Base.pm                               |   51 +++++
 .../lib/codemirror/codemirror-compressed.js        |   10 +-
 .../intranet-tmpl/lib/codemirror/codemirror.css    |  198 +++++++++++++++-----
 .../en/modules/virtualshelves/addbybiblionumber.tt |    2 +-
 members/routing-lists.pl                           |    1 +
 t/Koha/Plugin/Test.pm                              |    5 +
 t/db_dependent/Plugins.t                           |   17 +-
 7 files changed, 224 insertions(+), 60 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list