[koha-commits] main Koha release repository branch master updated. v19.05.00-1317-g0498ffb

Git repo owner gitmaster at git.koha-community.org
Wed Nov 13 17:47:04 CET 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  0498ffb6336cd5c3f5c580181c513bff968b8c58 (commit)
       via  e5cdf8854473d6c766816355d080376afa1766d5 (commit)
       via  6a2c5d665e67bdc050c44030cc75ca732970f9da (commit)
       via  480afea9ddf642fbd6ec499172e5ef6400905424 (commit)
       via  d23e50f0b239603a05ddbb62591e80657f5f6cae (commit)
      from  17d221144605875b6efb1569093b76f412f8aea5 (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 0498ffb6336cd5c3f5c580181c513bff968b8c58
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Nov 5 11:07:19 2019 +0100

    Bug 23825: table name is not always displayed
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit e5cdf8854473d6c766816355d080376afa1766d5
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Oct 28 09:00:26 2019 +0000

    Bug 23825: (QA follow-up) Remove database name
    
    As requested on comment15.
    
    Test plan:
    Run t/db_dependent/Koha/Object.t again
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 6a2c5d665e67bdc050c44030cc75ca732970f9da
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Oct 24 12:51:19 2019 +0200

    Bug 23825: Add tests
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    [EDIT]
    Changed 'is' to 'like' with regex since we also have the db name.
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 480afea9ddf642fbd6ec499172e5ef6400905424
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Oct 18 09:31:10 2019 +0000

    Bug 23825: Koha/Object.t might fail on a backtick
    
    If the SQL error message contains a backtick instead of a regular quote,
    the regex for throwing an exception did not work.
    Example:
    Incorrect datetime value: 'wrong_value' for column `koha_master`.`borrowers`.`lastseen`
    Note the backtics where the regex contains a regular quote.
    
    This patch makes it more flexible: it allows one \W character before the
    column name, even optional.
    
    Test plan:
    Run Koha/Object.t
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit d23e50f0b239603a05ddbb62591e80657f5f6cae
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Nov 11 12:35:30 2019 +0100

    Bug 23822: Fix deletion of patrons with credit
    
    There are bugs in both master and 19.05, but different.
    
    Anyway we should have this check to make sure a negative value will have
    the same behavior: trigger the confirmation message (instead of a blank
    page).
    
    If we want to reject the deletion of a patron with credit we should
    handle it on a separate bug report (behavior change)
    
    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: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha/Object.pm               |   12 ++++++++----
 members/deletemem.pl         |    2 +-
 t/db_dependent/Koha/Object.t |   13 ++++++++-----
 3 files changed, 17 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list