[koha-commits] main Koha release repository branch master updated. v3.16.00-233-g5e5c038

Git repo owner gitmaster at git.koha-community.org
Fri Jul 11 21:00:52 CEST 2014


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  5e5c0380700565ce1f75a389473ae71910fcb452 (commit)
       via  0aba82173eaae6e8d46ba594701ef09d53d5a31c (commit)
       via  8295b3e08f9d8741fe3134f9181ef19f58c25af7 (commit)
       via  8476a3939941f0bae9ca647bb71c4d8ba559daf6 (commit)
       via  63c5ba9b037930c0b46f9a89c5cf3c55c12fb3b0 (commit)
      from  cb8b0fe598a3d53cc6a04ce2951df5008824077c (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 5e5c0380700565ce1f75a389473ae71910fcb452
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Jul 11 19:13:27 2014 +0000

    Bug 12558: (follow-up) remove old versions of schema classes for two tables
    
    The newer version of DBIx::Class::Schema::Loader tweaks
    how it maps plural table names to class names.  As a consequence,
    two (currently-unused) classes are renamed.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 0aba82173eaae6e8d46ba594701ef09d53d5a31c
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Fri Jul 11 10:13:36 2014 -0300

    Bug 12558: Require DBIx::Schema::Loader v0.07039 or higher
    
    This patch shifts required DBIx::Schema::Loader to a newer
    version to take advantage of improved smarts about foreign
    key relationships.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Signed-off-by: Yohann Dufour <dufour.yohann at gmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 8295b3e08f9d8741fe3134f9181ef19f58c25af7
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Fri Jul 11 09:39:11 2014 -0300

    Bug 12558: DBIx::Class schema update 07/2014
    
    Update DBIx::Class schema classes to use a newer
    version of DBIx::Class:Schema::Loader.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Signed-off-by: Yohann Dufour <dufour.yohann at gmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 8476a3939941f0bae9ca647bb71c4d8ba559daf6
Author: Brendan Gallagher <info at bywatersolutions.com>
Date:   Thu May 22 06:37:16 2014 -0400

    Bug 12307: Catalog details page displaying incorrect status for items with itemtype level notforloan status
    
    The template markup that controls that status column for
    the items table in catalogue/detail.pl does not account
    for the itemtypes.notforloan flag.
    
    Test Plan:
    1) Find an item that is currently available
    2) Go to the itemtype editor and mark that itemtype of that item
       as being not for loan
    3) Browse to the catalog details page for that item's record
    4) Note the item status is still "Available"
    5) Apply this patch
    6) Reload the catalog details page
    7) Note the item status is now "Not for loan"
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Good catch! Works as described, no problems found.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 63c5ba9b037930c0b46f9a89c5cf3c55c12fb3b0
Author: Yohann Dufour <dufour.yohann at gmail.com>
Date:   Mon Jun 16 13:46:24 2014 +0200

    Bug 12417: adding the units tests of the module Koha::Borrower::Files.pm
    
    The module Koha::Borrower::Files.pm was not tested
    
    To test:
    1/ Execute the command: prove t/db_dependent/Borrower_Files.t
    2/ The command has to print:
    t/db_dependent/Borrower_Files.t .. ok
    All tests successful.
    Files=1, Tests=23,  2 wallclock secs ( 0.04 usr  0.01 sys +  1.47 cusr  0.08 csys =  1.60 CPU)
    Result: PASS
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Squashed patches.
    Now test pass
    No koha-qa errors
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Installer/PerlDependencies.pm                   |    2 +-
 Koha/Schema/Result/Accountline.pm                  |    8 +-
 Koha/Schema/Result/Aqbasket.pm                     |   14 +--
 Koha/Schema/Result/Aqinvoice.pm                    |    6 +-
 Koha/Schema/Result/Aqorder.pm                      |    8 +-
 Koha/Schema/Result/AqordersTransfer.pm             |    8 +-
 Koha/Schema/Result/AuthorisedValuesBranch.pm       |    8 +-
 Koha/Schema/Result/Borrower.pm                     |    8 +-
 Koha/Schema/Result/BorrowerAttributeTypesBranch.pm |    8 +-
 Koha/Schema/Result/CategoriesBranch.pm             |    8 +-
 Koha/Schema/Result/ClassSource.pm                  |    6 +-
 ...ollectionTracking.pm => CollectionsTracking.pm} |   10 +-
 Koha/Schema/Result/CourseInstructor.pm             |    6 +-
 Koha/Schema/Result/CourseReserve.pm                |    6 +-
 Koha/Schema/Result/CreatorBatch.pm                 |    8 +-
 Koha/Schema/Result/ImportRecord.pm                 |   12 +-
 ...ImportRecordMatches.pm => ImportRecordMatch.pm} |   10 +-
 Koha/Schema/Result/Issue.pm                        |    8 +-
 Koha/Schema/Result/Item.pm                         |    8 +-
 Koha/Schema/Result/MessageQueue.pm                 |    6 +-
 Koha/Schema/Result/OldIssue.pm                     |   12 +-
 Koha/Schema/Result/OldReserve.pm                   |   16 +--
 Koha/Schema/Result/Review.pm                       |    6 +-
 Koha/Schema/Result/Subscription.pm                 |    8 +-
 Koha/Schema/Result/Virtualshelfcontent.pm          |    8 +-
 Koha/Schema/Result/Virtualshelfshare.pm            |    8 +-
 Koha/Schema/Result/Virtualshelve.pm                |    8 +-
 Koha/Schema/Result/Z3950server.pm                  |    8 +-
 .../prog/en/modules/catalogue/detail.tt            |   13 ++-
 t/db_dependent/Borrower_Files.t                    |  122 ++++++++++++++++++++
 30 files changed, 249 insertions(+), 118 deletions(-)
 rename Koha/Schema/Result/{CollectionTracking.pm => CollectionsTracking.pm} (75%)
 rename Koha/Schema/Result/{ImportRecordMatches.pm => ImportRecordMatch.pm} (77%)
 create mode 100644 t/db_dependent/Borrower_Files.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list