[koha-commits] main Koha release repository branch master updated. v3.20.00-5-g9381c95

Git repo owner gitmaster at git.koha-community.org
Fri May 22 22:07:48 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  9381c95dc3fe4fce53cd45f2526b752a36a1e3a2 (commit)
       via  9c80f1fd776aab06ae5270ef3c9b0c75ff11cf54 (commit)
       via  5c7b3aa8d1ca8402bf30807d811a78a797dd08da (commit)
       via  cc4aaf891bdda0d94157c32a99c2a2acace41498 (commit)
       via  5d5802dd70a88fa42dc065bcfc4c0cc58377fff6 (commit)
      from  22a6d3fe2ef8f4aad8b689c577bf347954301481 (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 9381c95dc3fe4fce53cd45f2526b752a36a1e3a2
Author: Julian FIOL <julian.fiol at biblibre.com>
Date:   Tue May 5 09:31:17 2015 +0200

    Bug 14059: Deleting 'issues' table before processing the tests
    
    It's suppose to avoid foreign key trouble
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    No error
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 9c80f1fd776aab06ae5270ef3c9b0c75ff11cf54
Author: Julian FIOL <julian.fiol at biblibre.com>
Date:   Mon May 4 09:28:49 2015 +0200

    Bug 14059: Delete all export of get_column_names
    
    This deals with my concerns raised in comment #2.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomás Cohen Arazi <tomascohen at theke.io>

commit 5c7b3aa8d1ca8402bf30807d811a78a797dd08da
Author: Julian FIOL <julian.fiol at biblibre.com>
Date:   Mon Apr 13 16:54:09 2015 +0200

    Bug 14059: Testing C4::Creators::Lib
    
    Testing C4::Creators::Lib at 100%
    Deleting get_column_names subroutine (never used)
    
        TEST PLAN
        ---------
        1. Apply patch
        2. prove -v t/db_dependent/Creators/Lib.t
        -- All 644 tests should run successfully without
        any error or warning
    
        TEST PLAN OPTIONAL
        ------------------
    
        Check with bug 13899 to see the coverage of this module.
    
        Coverage BEFORE this patch :
        Statement  :  11,6%
        Branch     :   0,0%
        Condition  :    N/A
        Subroutine :  36,0%
    
        Coverage AFTER this patch :
        Statement  : 100,0%
        Branch     : 100,0%
        Condition  :    N/A
        Subroutine : 100,0%
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomás Cohen Arazi <tomascohen at theke.io>

commit cc4aaf891bdda0d94157c32a99c2a2acace41498
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Mon May 4 22:08:04 2015 +0200

    Bug 14130: Update columns.def
    
    - Updates columns.def with new columns in items
    - Adds some descriptions
    - Corrects some existing column descrpitions
    
    To test:
    - Read the patch to see what has been changed
    - Run the guided report builder for the 'circulation'
      module
    - Observe changes show up
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Changes show up, no errors
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 5d5802dd70a88fa42dc065bcfc4c0cc58377fff6
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri May 22 17:01:57 2015 -0300

    (RM followup) .mailmap updates
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

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

Summary of changes:
 .mailmap                                    |    5 +-
 C4/Creators.pm                              |    1 -
 C4/Creators/Lib.pm                          |   17 -
 koha-tmpl/intranet-tmpl/prog/en/columns.def |   14 +-
 t/db_dependent/Creators/Lib.t               | 1447 +++++++++++++++++++++++++++
 5 files changed, 1460 insertions(+), 24 deletions(-)
 create mode 100644 t/db_dependent/Creators/Lib.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list