[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.05-121-gf3c27b9

Git repo owner gitmaster at git.koha-community.org
Fri Nov 16 15:30:59 CET 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  f3c27b99796bd2eea82c405cfc102d0141299806 (commit)
       via  f050c4e1f675f27179094afdcf43155f6056131c (commit)
       via  f18ef61fcbd4fad5d2caf776443be1686e342707 (commit)
       via  26b9c4abac5795194a48aea017630b54e54f0fe5 (commit)
       via  f130fd6ec9538fff02582b6dae40e0445f607320 (commit)
      from  8a98462739ab816a31aa9a59290e6a1bc54ab3f6 (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 f3c27b99796bd2eea82c405cfc102d0141299806
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Nov 5 16:34:00 2018 +0000

    Bug 21766: Correct filtering on AUDIO_ALERT_PATH js
    
    I managed to introduce a bad filter whilst backporting bug 15734 to the
    18.05.x series. This patch attempts to correct that.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Kyle M Hall <kyle 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 f050c4e1f675f27179094afdcf43155f6056131c
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Nov 12 17:05:29 2018 -0300

    Bug 21775: Logout before trying to login
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit 7f78d4a1485c0cf68021ed426192d3f1e5cbd80f)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit f18ef61fcbd4fad5d2caf776443be1686e342707
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Nov 6 15:12:32 2018 -0300

    Bug 21775: [18.05.x] Add selenium tests for audio alerts
    
    To prevent future regressions
    
    (alternative to a58549422d6a100f0be4776fa48ebe43fb05e69b)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 26b9c4abac5795194a48aea017630b54e54f0fe5
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Oct 17 15:47:29 2018 -0300

    Bug 21015: Remove unecessary 'use Koha::Schema' statements in t/
    
    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: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 9fb827d59d0421b1f3e2de36239cef4c7411c666)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit f130fd6ec9538fff02582b6dae40e0445f607320
Author: Joonas Kylmälä <joonas.kylmala at iki.fi>
Date:   Fri Jun 29 11:09:41 2018 +0300

    Bug 21015: fix performance issue with C4::Members
    
    loading Koha::Schema ("use Koha::Schema;") takes significantly time as
    it loads almost a couple hundred classes. Koha::Database has done that
    already once and we can use it to get the ResultSet "Borrower" as
    well, so let's use that. This also make the code more unified because
    Koha::Database is used throughout the code instead of Koha::Schema.
    
    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: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 83e0765f448c35c6f387d41fe39feb94b9bc64f3)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Members.pm                                      |    3 +--
 .../intranet-tmpl/prog/en/includes/js_includes.inc |    2 +-
 t/Koha_ExternalContent_OverDrive.t                 |    2 --
 t/Members/cardnumber.t                             |    1 -
 t/db_dependent/Sitemapper.t                        |    1 -
 t/db_dependent/selenium/regressions.t              |   28 +++++++++++++++++++-
 t/lib/Mocks.pm                                     |    1 -
 7 files changed, 29 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list