[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.03-11-g3516f11

Git repo owner gitmaster at git.koha-community.org
Wed Sep 5 15:06:16 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, 18.05.x has been updated
       via  3516f113b7cc7cca7c292b5e9c6dc1abc5fc0e46 (commit)
       via  e9f859c0e433d3cf3c0123432787a5801fa5a7d7 (commit)
       via  acba1272764455af6164daa8e9246561b7b41bd3 (commit)
       via  514939a8046cb82a66cfb3966a14020e846face3 (commit)
       via  727e2df2b889cdfedaabad77172c640f79c3687b (commit)
       via  6ec1ca154cbcad9b2db7cacabe806936fce02465 (commit)
      from  f9f8c6bbd0afeafa09554cf98f551228a6607952 (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 3516f113b7cc7cca7c292b5e9c6dc1abc5fc0e46
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Wed Sep 5 13:52:41 2018 +0100

    Bug 21202: Replace C4::Items::GetItemsByBiblioitemnumber calls
    
    http://lists.koha-community.org/pipermail/koha-devel/2018-August/044757.html
    
    Prior to this patch, GetRecords returned timestampX, cardX and borrowerX
    for
    the last 3 patrons who checked out the items.
    
    I have no idea if it is a desired effects but, as this code has been
    there for a very long time (2005), I suspect it's not.
    The "doc" (/ilsdi.pl?service=Describe&verb=GetRecords) does not say
    anything about the checkouts info.
    
    Test plan:
    hit /ilsdi.pl?service=GetRecords&id=1
    and confirm the info about items are displayed correctly
    Signed-off-by: Josef Moravec's avatarJosef Moravec
    <josef.moravec at gmail.com>
    Signed-off-by: 's avatarMarcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Wm. Nick Clemens's avatarNick Clemens
    <nick at bywatersolutions.com>
    
    RMaint: Converted to deprecation warning
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit e9f859c0e433d3cf3c0123432787a5801fa5a7d7
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Aug 6 19:42:20 2018 -0300

    Bug 21207: Remove unused RM C4::Overdues::GetItems sub
    
    Test plan:
      git grep GetItems
      | grep -v GetItemsInCollection
      | grep -v GetItemsForInventory
      | grep -v GetItemsInfo
      | grep -v GetItemsLocationInfo
      | grep -v GetItemsAvailable
      | grep -v GetItemsByBiblioitemnumber
    
    should not return any occurrences of code in perl scripts
    
    Signed-off-by: Josef Moravec <josef.moravec 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 3795141f54991e0a4c95629754ac2759330ed2e6)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit acba1272764455af6164daa8e9246561b7b41bd3
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Wed Aug 8 20:28:29 2018 +0000

    Bug 20994: Fix capitaization "Save to Lists"
    
    On the OPAC result list, below each result, there is a link:
    "Save to Lists".
    
    Patch changes this to "Save to lists" following our
    capitalization rules.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit d5296743a4b4e6e6004bdb68926a3584e55435e4)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 514939a8046cb82a66cfb3966a14020e846face3
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Aug 15 14:21:47 2018 -0300

    Bug 21139: (follow-up) Floating toolbars - Remove unecessary height
    
    Found where QAing bug 20935, we actually want the hidden toolbar to be
    the exact same height as the visible one.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 592905a4d2d41a1a7b757c48fbac8fc6f025bf9b)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 727e2df2b889cdfedaabad77172c640f79c3687b
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Aug 15 15:17:57 2018 -0300

    Bug 19991: Remove warning from opac-user
    
    Use of uninitialized value in split at
    /home/vagrant/kohaclone/opac/opac-user.pl line 78.
    
    Use of uninitialized value $search_query in string ne at
    /home/vagrant/kohaclone/opac/opac-user.pl line 367.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 38428fd71e76fdd7c9a452bc831affa03918994c)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 6ec1ca154cbcad9b2db7cacabe806936fce02465
Author: Charlotte Cordwell <charlotte.cordwell123 at gmail.com>
Date:   Wed Jan 17 20:46:59 2018 +0000

    Bug 19991: use Modern::Perl in OPAC perl scripts
    
    Test Case:
    Check the following files have been updated from
    use strict;
    use warnings;
    to
    use Modern::Perl;
    
    errors/400.pl
    errors/401.pl
    errors/402.pl
    errors/403.pl
    errors/404.pl
    errors/500.pl
    opac-account-pay-paypal-return.pl
    opac-alert-subscribe.pl
    opac-authorities-home.pl
    opac-authoritiesdetail.pl
    opac-browser.pl
    opac-ics.pl
    opac-image.pl
    opac-imageviewer.pl
    opac-messaging.pl
    opac-modrequest-suspend.pl
    opac-modrequest.pl
    opac-mymessages.pl
    opac-overdrive-search.pl
    opac-passwd.pl
    opac-patron-image.pl
    opac-privacy.pl
    opac-ratings-ajax.pl
    opac-ratings.pl
    opac-readingrecord.pl
    opac-renew.pl
    opac-sendshelf.pl
    opac-serial-issues.pl
    opac-showreviews.pl
    opac-suggestions.pl
    opac-tags_subject.pl
    opac-topissues.pl
    opac-user.pl
    sco/help.pl
    sco/printslip.pl
    sco/sco-patron-image.pl
    svc/overdrive_proxy
    svc/suggestion
    unapi
    
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 59d436ee6023985a299f568fab9fd896492b207a)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Items.pm                                        |    1 +
 C4/Overdues.pm                                     |   34 --------------------
 .../lib/jquery/plugins/jquery.fixFloat.js          |    2 +-
 .../opac-tmpl/bootstrap/en/modules/opac-results.tt |    2 +-
 opac/errors/400.pl                                 |    4 +--
 opac/errors/401.pl                                 |    4 +--
 opac/errors/402.pl                                 |    4 +--
 opac/errors/403.pl                                 |    4 +--
 opac/errors/404.pl                                 |    4 +--
 opac/errors/500.pl                                 |    4 +--
 opac/opac-account-pay-paypal-return.pl             |    3 +-
 opac/opac-alert-subscribe.pl                       |    4 +--
 opac/opac-authorities-home.pl                      |    3 +-
 opac/opac-authoritiesdetail.pl                     |    3 +-
 opac/opac-browser.pl                               |    3 +-
 opac/opac-ics.pl                                   |    3 +-
 opac/opac-image.pl                                 |    3 +-
 opac/opac-imageviewer.pl                           |    3 +-
 opac/opac-messaging.pl                             |    3 +-
 opac/opac-modrequest-suspend.pl                    |    3 +-
 opac/opac-modrequest.pl                            |    3 +-
 opac/opac-mymessages.pl                            |    3 +-
 opac/opac-overdrive-search.pl                      |    3 +-
 opac/opac-passwd.pl                                |    3 +-
 opac/opac-patron-image.pl                          |    3 +-
 opac/opac-privacy.pl                               |    2 +-
 opac/opac-ratings-ajax.pl                          |    3 +-
 opac/opac-ratings.pl                               |    3 +-
 opac/opac-readingrecord.pl                         |    3 +-
 opac/opac-renew.pl                                 |    3 +-
 opac/opac-sendshelf.pl                             |    3 +-
 opac/opac-serial-issues.pl                         |    3 +-
 opac/opac-showreviews.pl                           |    3 +-
 opac/opac-suggestions.pl                           |    4 +--
 opac/opac-tags_subject.pl                          |    3 +-
 opac/opac-topissues.pl                             |    3 +-
 opac/opac-user.pl                                  |    5 ++-
 opac/sco/help.pl                                   |    3 +-
 opac/sco/printslip.pl                              |    3 +-
 opac/sco/sco-patron-image.pl                       |    3 +-
 opac/svc/overdrive_proxy                           |    3 +-
 opac/svc/suggestion                                |    3 +-
 opac/unapi                                         |    3 +-
 43 files changed, 44 insertions(+), 121 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list