[koha-commits] main Koha release repository branch 17.11.x updated. v17.11.12-40-g42f56d9

Git repo owner gitmaster at git.koha-community.org
Wed Nov 28 16:40:30 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, 17.11.x has been updated
       via  42f56d918aeecbc4bf830205f4ff91aa53ff53ae (commit)
       via  7ae75370ecf74c10c94789e49e3f29863e666bda (commit)
       via  6ca6d881f8c14236682838aa060b39d986e93997 (commit)
       via  6204d2df1d89612dbead8bbea3fa13af7bb305e5 (commit)
       via  b87adeb5aa46b5e6797fa340037713f1c235209c (commit)
       via  8a33fa85d8109ac428cc6a8a872d12426a329adc (commit)
       via  405a10c24489c8ed802de8e36d3e8417da204cc8 (commit)
       via  c0cfa62ecc0236e07088378179bc9a515abab28f (commit)
      from  4cdab45880ac12655438a63a098f15e94f05d64d (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 42f56d918aeecbc4bf830205f4ff91aa53ff53ae
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Wed Nov 28 16:25:13 2018 +0100

    Revert "Bug 21479: Add regression tests"
    
    This reverts commit 37c5a829532e81892098072fbff976c0c946861f.

commit 7ae75370ecf74c10c94789e49e3f29863e666bda
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Wed Nov 28 16:25:12 2018 +0100

    Revert "Bug 21479: Remove the trace if the node does not exist"
    
    This reverts commit 5eaf5b69d15a9469206b6cc1da64504be653631c.

commit 6ca6d881f8c14236682838aa060b39d986e93997
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Wed Nov 28 16:25:10 2018 +0100

    Revert "Bug 21479: Zebra index can return different result"
    
    This reverts commit 150414707053282ed731f022e12e93174d2ad52f.

commit 6204d2df1d89612dbead8bbea3fa13af7bb305e5
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Wed Nov 28 16:25:08 2018 +0100

    Revert "Bug 21479: "Mock" SearchEngine to use Zebra"
    
    This reverts commit 22772e1a097d1c51f19ae39c07b2d376ea67bb7f.

commit b87adeb5aa46b5e6797fa340037713f1c235209c
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Aug 29 17:26:14 2018 -0300

    Bug 21282: Sync ordered and spent values with acqui home
    
    The order list for each fund calculates using the ecost tax excl., but
    it should be tax incl.
    At the moment this means that the sum on the start page table and the
    order list don't match up.
    
    Test plan:
    - Create and receive orders
    - Values on acqui home and ordered/spent should be the same
    
    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>
    (cherry picked from commit 9d595e36a7844f99fa5d74aad418717d12eeae37)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit a9aec1853871765f1a5d3ca82a0ff24c4bf0263e)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 8a33fa85d8109ac428cc6a8a872d12426a329adc
Author: Thatcher Leonard <thatcher.f.leonard at gmail.com>
Date:   Tue Nov 6 14:39:28 2018 +0000

    Bug 18584: Our legacy code contains trailing-spaces
    
    This patch removes trailing spaces from acquisitions-search.inc
    
    Mentored-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.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 e3e2afd88d090b68ece1ae7445c10cf58d139b24)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 121ba294c42f3db537741393a9051f8bf3b79e2b)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 405a10c24489c8ed802de8e36d3e8417da204cc8
Author: Dimitris Antonakis <diman at debian.diman>
Date:   Sat Nov 10 13:24:27 2018 +0200

    Bug 17597: Outdated translation credits
    
    Updated translation credits for the Greek language.
    
    Signed-off-by: Andreas Roussos <arouss1980 at gmail.com>
    Works as expected, hyperlink to openhub tested OK.
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 446142cd2ba6b9ace602d918e5ef83b0b0ccfa6a)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 5c04130720d0497f78aad2c1850f858637355e0b)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit c0cfa62ecc0236e07088378179bc9a515abab28f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Nov 8 11:21:59 2018 -0300

    Bug 21787: Remove unecessary test from GetHardDueDate.t
    
    See description on the bug report for more info.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit fa7b2ad08befb88866e850f2b7bba34841ff30b7)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 25fa54247998be1482424aa9f5598eec1f9d6199)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 acqui/ordered.pl                                   |    4 +-
 acqui/spent.pl                                     |    8 +--
 .../prog/en/includes/acquisitions-search.inc       |    6 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/about.tt   |    4 +-
 .../intranet-tmpl/prog/en/modules/acqui/ordered.tt |    3 +-
 .../intranet-tmpl/prog/en/modules/acqui/spent.tt   |    3 +-
 t/db_dependent/Circulation/GetHardDueDate.t        |    8 +--
 t/db_dependent/selenium/regressions.t              |   74 --------------------
 8 files changed, 16 insertions(+), 94 deletions(-)
 delete mode 100644 t/db_dependent/selenium/regressions.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list