[koha-commits] main Koha release repository branch master updated. v3.18.00-666-g73c0c9e

Git repo owner gitmaster at git.koha-community.org
Mon Apr 13 20:17: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  73c0c9ef0030002f7b9aa31de8b1c5fa3af80da6 (commit)
       via  16d438d18b057c5781371327ef04b18855d2f011 (commit)
       via  e96e1126b6a17325002f0d2638dffe4e433bbc5c (commit)
      from  b8db092a0acf0c34cd78e35332f73636cdff6e22 (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 73c0c9ef0030002f7b9aa31de8b1c5fa3af80da6
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Mon Apr 13 15:15:29 2015 -0300

    Bug 13315: (QA followup) fix t/db_dependent/Circulation_issue.t
    
    C4::Circulation::AddIssue now returns a Koha::Schema::Result::Issue object
    so tests need to be fixed.
    
    The old behaviour was to always return the due date. It now returns
    undef if no issue performed. So one of the tests become irrelevant.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 16d438d18b057c5781371327ef04b18855d2f011
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Dec 9 10:01:12 2014 -0500

    Bug 13315 [Follow-up] Add feedback for last item checked out to circulation.pl
    
    This patch changes the position and styling of the information about the
    last checkout so that it is grouped with the checkout form itself,
    placing the message in a more visible position, especially for patrons
    with a lot of information in the right-hand messages column which might
    push the checkouts table down offscreen.
    
    To test, apply the patch and clear your browser cache in order to
    refresh the main CSS file.
    
    Check out an item and confirm that a message is prominently displayed.
    
    Signed-off-by: Jason Burds  <jburds at dubuque.lib.ia.us>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit e96e1126b6a17325002f0d2638dffe4e433bbc5c
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Nov 20 12:39:21 2014 -0500

    Bug 13315 - Add feedback for last item checked out to circulation.pl
    
    It seems that many librarians find it disconcerting to have no feedback
    with the new checkouts table. It seems that many of them wait for it to
    fully load, check to verify the item was checked out, and only then
    check out the next item.
    
    To help alleviate this issue, we can have the checkouts page give
    feedback about the item that was just checked out.
    
    Test Plan:
    1) Apply this patch
    2) Check an item out
    3) Note the message "$title ($barcode) due on $date_due"
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    This works well and fixes a very problematic issue with the new AJAX
    circ. I will be submitting a follow-up which I think is an improvement
    to the display.
    
    Signed-off-by: Jason Burds  <jburds at dubuque.lib.ia.us>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Circulation.pm                                  |   29 +++++++++----------
 C4/SIP/ILS/Transaction/Checkout.pm                 |    5 +++-
 C4/SIP/ILS/Transaction/Renew.pm                    |    4 ++-
 circ/circulation.pl                                |    3 +-
 .../intranet-tmpl/prog/en/css/staff-global.css     |   14 ++++++++-
 .../prog/en/modules/circ/circulation.tt            |   15 ++++++++--
 t/db_dependent/Circulation.t                       |   18 +++++++-----
 t/db_dependent/Circulation_issue.t                 |   30 ++++++++++++++++----
 t/db_dependent/rollingloans.t                      |    5 ++--
 9 files changed, 87 insertions(+), 36 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list