[koha-commits] main Koha release repository branch master updated. v3.22.00-159-g085beb2

Git repo owner gitmaster at git.koha-community.org
Thu Dec 31 13:42:23 CET 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  085beb209ad1b2025902f95d4b5586dc1f7a703a (commit)
       via  1dbba29524c04164c6d3392d31db9b6e419be672 (commit)
       via  9844c5a6b9d056a5a486fcdf0e6f3c7b44aaf419 (commit)
       via  6257b748341eb552e94e77f4be462568c638ad9b (commit)
       via  738d0cb941a26bc9d3226be90a4fc9ef67527550 (commit)
       via  3ff76f3357fe8cdd6bf28384171dfdeb32a82d95 (commit)
      from  0aa6ba1599bb0de923619a365f529119dc5c67a6 (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 085beb209ad1b2025902f95d4b5586dc1f7a703a
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Oct 15 09:44:13 2015 -0400

    Bug 13918 [QA Followup] - Remove unnecessary reference to $wcount
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 1dbba29524c04164c6d3392d31db9b6e419be672
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Dec 31 12:39:33 2015 +0000

    Bug 13918 [QA Followup] - Remove dead template code
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 9844c5a6b9d056a5a486fcdf0e6f3c7b44aaf419
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Aug 24 11:10:58 2015 -0400

    Bug 13918 [QA Followup] - Improve $biblio->subtitles()
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 6257b748341eb552e94e77f4be462568c638ad9b
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Aug 24 10:55:28 2015 -0400

    Bug 13918 [QA Followup] - Remove reserves_count
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 738d0cb941a26bc9d3226be90a4fc9ef67527550
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Aug 24 10:48:22 2015 -0400

    Bug 13918 [QA Followup] - Unit Tests
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 3ff76f3357fe8cdd6bf28384171dfdeb32a82d95
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Mar 18 11:45:07 2015 -0400

    Bug 13918 - Add waiting expiration date to opac list of holds for user
    
    Waiting holds for patrons in the opac should display the hold expiration
    date based on the max pickup delay if it is set.
    
    Test Plan:
    1) Ensure ReservesMaxPickUpDelay is set
    2) Place a hold on a record
    3) Check in the item, use it to fill the hold
    4) Log into the opac as that user
    5) View the holds list, note the 'until <date>' addition to the
       waiting hold line.
    
    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 bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 Koha/Biblio.pm                                     |   19 ++++
 Koha/Hold.pm                                       |   33 ++++++
 .../opac-tmpl/bootstrap/en/modules/opac-user.tt    |  109 +++++++-------------
 opac/opac-user.pl                                  |   79 ++------------
 t/db_dependent/BiblioObject.t                      |   58 +++++++++++
 t/db_dependent/Hold.t                              |   59 ++++++++++-
 6 files changed, 209 insertions(+), 148 deletions(-)
 create mode 100755 t/db_dependent/BiblioObject.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list