[koha-commits] main Koha release repository branch master updated. v16.11.00-92-g68b6d39

Git repo owner gitmaster at git.koha-community.org
Tue Dec 20 16:17:09 CET 2016


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  68b6d3976c2a7e2ea13837da24df057dd79cb321 (commit)
       via  be140718d71df9521dca38d51ebe0ee77d7efa9a (commit)
      from  d4b15e40b0a217712756a8a208d4aab97218bbac (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 68b6d3976c2a7e2ea13837da24df057dd79cb321
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Dec 20 14:28:00 2016 +0100

    Bug 17796: Move Koha::OldIssue[s] to Koha::Checkout[s]
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit be140718d71df9521dca38d51ebe0ee77d7efa9a
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Dec 20 13:57:00 2016 +0100

    Bug 17796: Replace Koha::Issue[s] with Koha::Checkout[s]
    
    Koha::Issues and Koha::Checkouts have been added to the codebase to
    represent the same thing.
    
    In ODLIS the word Issue is never used in the sense we use it. Another
    problem with Issue is it has so many meaning in English (such as
    problem/bug)
    The word Checkout *is* in ODLIS, closer to what we use:
    http://www.abc-clio.com/ODLIS/odlis_c.aspx#checkoutslip
    
    Test plan:
      git grep Koha::Issue
    should not return any occurrences and the tests must still pass
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 Koha/Issue.pm                               |   28 -------------
 Koha/Issues.pm                              |   33 ---------------
 Koha/{OldIssue.pm => Old/Checkout.pm}       |    2 +-
 Koha/{OldIssues.pm => Old/Checkouts.pm}     |    6 +--
 Koha/Patron.pm                              |   10 ++---
 Koha/REST/V1.pm                             |   12 +++---
 t/db_dependent/Circulation.t                |    4 +-
 t/db_dependent/Koha/Issues.t                |   60 ---------------------------
 t/db_dependent/Koha/Patrons.t               |    8 ++--
 t/db_dependent/Template/Plugin/Categories.t |    4 +-
 10 files changed, 23 insertions(+), 144 deletions(-)
 delete mode 100644 Koha/Issue.pm
 delete mode 100644 Koha/Issues.pm
 rename Koha/{OldIssue.pm => Old/Checkout.pm} (96%)
 rename Koha/{OldIssues.pm => Old/Checkouts.pm} (90%)
 delete mode 100644 t/db_dependent/Koha/Issues.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list