[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.06-3-71-gb819fc0

Git repo owner gitmaster at git.koha-community.org
Mon May 18 01:25:39 CEST 2015


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, 3.18.x has been updated
       via  b819fc0f237397dc0d9a38d31237fb4e2016d74b (commit)
       via  15559691ffe2f3c5ca60f76bfe34c184fc9fdb58 (commit)
       via  6e8ff4ed49e24e10189ac0be3d050abf27daa5c6 (commit)
      from  3cf4f1e3487e5cc6946cfbdcd8d971dada02726d (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 b819fc0f237397dc0d9a38d31237fb4e2016d74b
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Fri May 15 15:28:56 2015 -0300

    Bug 14204: (QA followup) remove unneeded messages
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit a1b7f1506245576e0167b35ae91cfc080917554c)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 15559691ffe2f3c5ca60f76bfe34c184fc9fdb58
Author: Nick Clemens <nick at quecheelibrary.org>
Date:   Thu May 14 19:56:43 2015 +0000

    Bug 14204: Fix t/db_dependent/Labels/t_Batch.t failing test from Bug 12991
    
    This patch updaes the batch_id variable after items are added to test batch
    
    To test:
    1. prove t/db_dependent/Labels/t_Batch.t and see two tests fail
    2. apply patch
    3. prove again, tests pass!
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    NOTE: The $batch->add_item() call to C4::Creators::Batch::add_item
          triggers the change of the batch_id so this line is necessary!
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    
    (cherry picked from commit ad3b05996bb5c9c67fc419911fbe460fb3e523b7)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 6e8ff4ed49e24e10189ac0be3d050abf27daa5c6
Author: Jonathan Druart <jonathan.druart at koha-community.org>
Date:   Tue May 12 13:11:40 2015 +0200

    Bug 14194: Restore the HH:MM to 23:59 for onsite-checkouts
    
    (Introduced by bug 13601)
    
    Test plan
    =========
    1/ enable 'OnSiteCheckouts' pref under Circulation Preferences
    2/ go to the checkouts page and try to issue an item to any user.
    3/ when the item barcode entry form shows, select the 'On-site
       checkout' checkbox
    4/ the default date due should show as today with 00:00 as HH:MM
    5/ apply the patch
    6/ repeat steps 2 - 3. The default date due should show today's
       date with 23:59 as HH:MM.
    7/ run koha-qa.pl -c 1 -v 2
    
    Remarks: Testing result match expected test plan output. The QA tests
             pass with "OK" for the commit.
    
    Technical note: There is a confusion with iso and sql date formats at
    some places in the code.
    A better way should be provided (later) to fix globally the mismatch
    between these 2 formats.
    What happened before this patch: the DateTime was cast to a string and
    the template received "YYYY-MM-DDTHH:MM:SS" which is an iso formatted
    date. BUT this format is not managed by Koha::DateUtils::output_pref
    ("iso" and "sql" are considered as indentical which is wrong).
    As I did not estimated the problem (how big it is) I prefer to fix it
    easily (and dirty) for now.
    
    Signed-off-by: Indranil Das Gupta (L2C2 Technologies) <indradg at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 4be083803334321c48d6df5013f20e503274efc7)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 circ/circulation.pl             |    2 +-
 t/db_dependent/Labels/t_Batch.t |   38 +++++++++++++++++++-------------------
 2 files changed, 20 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list