[koha-commits] main Koha release repository branch master updated. v17.05.00-305-ge5e5402

Git repo owner gitmaster at git.koha-community.org
Fri Jul 28 16:28:08 CEST 2017


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  e5e5402f36c923775b341bd1900aa6468d42aa9a (commit)
       via  f49f5a67d3512ea75d92cb551ebd79a9de7e53d7 (commit)
       via  ac8e39d1e742b196677d395dc89d92848560b903 (commit)
       via  3c87b6f387831053e01ecc86b91d61669af9696b (commit)
       via  9a6cef0d5194151b53486d9e126f0df157a8ddb9 (commit)
      from  5017931c5a414f3f2267127309c3b1c031aec770 (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 e5e5402f36c923775b341bd1900aa6468d42aa9a
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Jul 28 11:58:24 2017 +0200

    Bug 18991: [QA Follow-up] Use schema txn_begin and txn_rollback
    
    We also need just one rollback at the end here.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit f49f5a67d3512ea75d92cb551ebd79a9de7e53d7
Author: Lari Taskula <lari.taskula at jns.fi>
Date:   Thu Jul 27 14:56:18 2017 +0000

    Bug 18991: Fix cleanup in t/db_dependent/Log.t
    
    There is an action_logs entry via logaction() without transaction to be rolled
    back in t/db_dependent/Log.t. This leaves an entry in action_logs after
    the test is over.
    
    To replicate:
    1. prove t/db_dependent/Log.t
    2. Observe a new entry in action_logs table
    
    To test:
    1. Apply patch
    2. prove t/db_dependent/Log.t
    3. Observe there are no new entries in action_logs
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit ac8e39d1e742b196677d395dc89d92848560b903
Author: Alex Buckley <alexbuckley at catalyst.net.nz>
Date:   Fri Jul 21 08:47:48 2017 +0000

    Bug 18987 - Added Koha::Account package pragma to Patron.pm
    
    Test plan:
    1. On an up to date branch go to Patrons and try to browse for a patron
    by last name
    2. Notice that the page processes indefinately
    3. Apply patch
    4. Repeat step 1
    5. Notice the patron results are displayed
    
    Signed-off-by: David Cook <dcook at prosentient.com.au>
    
    Works as described.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 3c87b6f387831053e01ecc86b91d61669af9696b
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Jul 28 07:56:21 2017 +0200

    Bug 19000: Fix typo in closing p tag for items
    
    Close the p tag and add a br tag to visually divide the two sections
    Data problems and Warnings regarding system configuration.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Discovered the problem when testing a duplicate key in deleteditems.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 9a6cef0d5194151b53486d9e126f0df157a8ddb9
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Jul 28 10:29:51 2017 +0200

    Bug 17680: [QA Follow-up] dt_from_string failing silently
    
    This is a trivial fix, but finding the cause for a failing checkin in
    SIPServer surely was not.
    Without this simple change, I could not checkin an item while the SIP server
    just closed the connection and syslog contained nothing useful.
    
    The error can be easily reproduced without this patch by:
        use Modern::Perl;
        use C4::SIP::ILS::Item;
        my $item = C4::SIP::ILS::Item->new('some_barcode');
    where some_barcode should refer to an item checked out.
    You should trigger the error (with your due date):
        2017-07-28 23:59:00 is not an object at line 3.
    
    Why the ILS/Item.pm module still compiles without a warning, is not clear
    though.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Colin Campbell <colin.campbell at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 C4/SIP/ILS/Item.pm                               |    1 +
 Koha/Patron.pm                                   |    1 +
 koha-tmpl/intranet-tmpl/prog/en/modules/about.tt |    3 ++-
 t/db_dependent/Log.t                             |   18 +++++++-----------
 4 files changed, 11 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list