[koha-commits] main Koha release repository branch master updated. v3.20.00-358-g04d0924

Git repo owner gitmaster at git.koha-community.org
Wed Jul 29 21:30:00 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  04d09249a650056cc9cfb9fe0441bf3d80e6ae4a (commit)
       via  a9ec41e9629e84d06babe7fdcf39a4cc7eec6216 (commit)
       via  062f34c55df312f2f8295850c203638343dabdaa (commit)
      from  aac6c2687155e61f78f34767c2b2e45160658c90 (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 04d09249a650056cc9cfb9fe0441bf3d80e6ae4a
Author: Jonathan Druart <jonathan.druart at koha-community.org>
Date:   Thu Jun 18 10:49:24 2015 +0200

    Bug 13851: Fix typo in POD
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit a9ec41e9629e84d06babe7fdcf39a4cc7eec6216
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Jun 16 22:53:10 2015 -0400

    Bug 13851: (QA followup) Unit Tests
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 062f34c55df312f2f8295850c203638343dabdaa
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Sep 30 15:07:50 2014 -0400

    Bug 13851: Replace waiting holds logic in circulation.pl with Koha Objects
    
    This is the original patch for bug 12892 and replaces the older style of
    fetching the holds data with Koha Objects. It will be used as a
    foundation for future features.
    
    Test Plan:
    1) Apply this patch
    2) Create a hold, set to waiting
    3) Browse to circulation.pl for that patron
    4) Note you see the list of waiting holds
    5) Switch your logged in branch to a different branch
    6) Note the "Waiting at" line is no longer emphasized.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Cathi Wiggins <CWIGGINS at ci.arcadia.ca.us>
    
    Signed-off-by: Megan Wianecki <mwianecki at mplmain.mtpl.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

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

Summary of changes:
 Koha/{Borrower.pm => Biblio.pm}                    |    6 +--
 Koha/{Borrowers.pm => Biblios.pm}                  |   14 ++++--
 Koha/{Borrower.pm => Branch.pm}                    |    6 +--
 Koha/{Borrowers.pm => Branches.pm}                 |   14 ++++--
 Koha/{Config/SysPref.pm => Hold.pm}                |   52 ++++++++++++++++++--
 Koha/{Config/SysPrefs.pm => Holds.pm}              |   26 ++++++++--
 Koha/{Borrower.pm => Item.pm}                      |   18 +++++--
 Koha/{Borrowers.pm => Items.pm}                    |   14 ++++--
 circ/circulation.pl                                |   32 ++----------
 .../prog/en/modules/circ/circulation.tt            |   37 ++++++++------
 t/db_dependent/Holds.t                             |   19 ++++++-
 t/db_dependent/Reserves.t                          |    7 ++-
 12 files changed, 169 insertions(+), 76 deletions(-)
 copy Koha/{Borrower.pm => Biblio.pm} (91%)
 copy Koha/{Borrowers.pm => Biblios.pm} (86%)
 copy Koha/{Borrower.pm => Branch.pm} (91%)
 copy Koha/{Borrowers.pm => Branches.pm} (86%)
 copy Koha/{Config/SysPref.pm => Hold.pm} (55%)
 copy Koha/{Config/SysPrefs.pm => Holds.pm} (75%)
 copy Koha/{Borrower.pm => Item.pm} (76%)
 copy Koha/{Borrowers.pm => Items.pm} (87%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list