[koha-commits] main Koha release repository branch new/bug_7852 created. v3.06.00-1004-g32c5ef6

Git repo owner gitmaster at git.koha-community.org
Tue Apr 3 18:04:54 CEST 2012


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, new/bug_7852 has been created
        at  32c5ef613d8805304c1b7f97e597116226b7bbe8 (commit)

- Log -----------------------------------------------------------------
commit 32c5ef613d8805304c1b7f97e597116226b7bbe8
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Thu Sep 15 12:42:12 2011 +0100

    Use hour or day deltas to calculate overdue durations
    
    If durations are calculated by subtraction they will use units
    larger than those we care about and these are not convertable
    to the smaller units we are attempting to enumerate
    Use the appropriate delta methods to calculate theee fines
    
    Adds a separate hours_between method to calendar
    This should strictly be checking opening hours (of which
    closed days are a special case) of the relevant branch
    These need adding to branches
    
    http://bugs.koha-community.org/show_bug.cgi?id=7852
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Ian Walls <koha.sekjal at gmail.com>
    
    QA comment: renamed "days_minus_grace" variable to "units_minus_grace"
    Also added POD to _get_chargeable_units
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit b915f4ff322b4639ad1b8705f7d11977b8c487e4
Author: Serhij Dubyk {Сергій Дубик} <serhijdubyk at gmail.com>
Date:   Sat Mar 31 01:20:18 2012 +0300

    Bug 6434 - Ukrainian and Russian MARC sql-tables
    
    Changes: Marc21 support, 995 for items (Unimarc), authorities types for both
    MARC's, many small field/subfield changes
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    
    It works, doesn't break anything, seems to be in Ukrainian/Russian (I can't
    judge).
    
    It's a huge patch (21M). That's why it's attached as a bz2 archive: so the
    archive must be downloaded, decompressed, and then applied.
    
    General remark: Adding this patch to Koha will increase substantially Koha git
    repository size. It shows that non-code files (.po files, SQL files)
    could/should be managed outside Koha core repository. See this discussion:
    
    http://wiki.koha-community.org/wiki/Git_Splitting_and_Shrinking
    
    Here is my test plan:
    
    [1]  Apply the patch on master
    [2]  Install ru-RU and uk-UA languages:
         cd misc/translator
         ./translate ru-RU uk-UA
    [3]  re-create Koha DB:
         DROP DATABASE koha;
         CREATE DATABASE koha;
    [4]  Load Koha pro interface: get web installer
    [5]  Choose ru-RU language
    [6]  Everything is in Russian. Click blindly on button until reaching the
         page where to choose Unimarc/Marc21.
    [7]  Choose Unimarc.
    [8]  Tick on everything to load all UNIMARC SQL files.
    [9]  All SQL are loaded without any error.
    [10] Check Koha cataloguing.
    [11] Go to [3] and choose Marc21 at step [7].
    [12] Go to [3] and choose uk-UA at step [5].
    [13] Go to [3] and choose uk-UA at step [5] and Marc21 at step [7].

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list