[koha-commits] main Koha release repository branch master updated. v3.20.00-beta-26-ge909172

Git repo owner gitmaster at git.koha-community.org
Thu May 14 17:13:14 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, master has been updated
       via  e90917217de2499bc68a3a32fdd4c6c678f78538 (commit)
       via  06017781ae19100673fb4f8ced6da793d424dcb4 (commit)
       via  2ccecbe3ac308724ed7554592dcfbb93be76bd84 (commit)
       via  4be083803334321c48d6df5013f20e503274efc7 (commit)
      from  a072260bf64f46e922bdb6a05b2f6dac605d3c60 (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 e90917217de2499bc68a3a32fdd4c6c678f78538
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Thu May 14 12:13:47 2015 -0300

    Bug 14132: DBRev 3.19.00.041
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 06017781ae19100673fb4f8ced6da793d424dcb4
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Mon May 4 13:49:53 2015 +0200

    Bug 14132: suggestions table is missing indexes - atomicupdate
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Sorry but removed backticks
    No errors
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 2ccecbe3ac308724ed7554592dcfbb93be76bd84
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Mon May 4 13:35:07 2015 +0200

    Bug 14132: suggestions table is missing indexes
    
    Suggestions table is missing some indexes.
    
    Index on biblionumber will speed up C4::Suggestions::GetSuggestionInfoFromBiblionumber(), often called in a loop.
    Index on status and branchcode will speed up many queries.
    Note that an index on budgetid is automatically added by the creation of the foreign key constraint.
    
    Test plan :
    - Check performance with an invoice containing a lot of orders.
    - Check suggestions pages are faster or at least not slower.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 4be083803334321c48d6df5013f20e503274efc7
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>

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

Summary of changes:
 Koha.pm                                |    2 +-
 circ/circulation.pl                    |    2 +-
 installer/data/mysql/kohastructure.sql |    3 +++
 installer/data/mysql/updatedatabase.pl |   15 +++++++++++++++
 4 files changed, 20 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list