[koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-52-gf4c5c4f

Git repo owner gitmaster at git.koha-community.org
Mon Jan 19 15:15:53 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, 3.16.x has been updated
       via  f4c5c4f09397325527330440387d4e08b137cb66 (commit)
       via  49f749e13043b2e35afab0cf76186bde10f57244 (commit)
       via  f51362eedf46ca7384474b9330fd09020f17a77a (commit)
      from  f0999f40bf78fe1a37673ec389ea0b1c08e97805 (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 f4c5c4f09397325527330440387d4e08b137cb66
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Nov 18 13:20:19 2014 -0500

    Bug 12971 [QA Followup] - Fix error caused by patron not having any checkouts
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    This successfully fixes the problem observed when a patron has no
    checkouts.
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit 49f749e13043b2e35afab0cf76186bde10f57244
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Nov 18 07:40:24 2014 -0500

    Bug 12971 [QA Followup]
    
    * Makes the status column display "Overdue!" if overdue
    * Fixes the due date formatting
    * Sorts the checkouts by date due ( oldest to newest )
      Note: I found no evidence that this data was previously sorted,
      so I kept it simple. Sorting based on system preferences could
      be a future enhancement.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    This fixes the issues described for patrons with existing checkouts.
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit f51362eedf46ca7384474b9330fd09020f17a77a
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Nov 17 12:31:05 2014 -0500

    Bug 12971 - Regression: Patron print summary doesn't show checkouts
    
    A patron's print summary should contain a list of checked out items
    as it did in 3.16.2 and earlier.
    
    Please note, as of 3.16.2 reserves were no longer part of the print
    summary and thus are not part of this bug fixing patch.
    
    Test Plan:
    1) Find a patron with checked out items
    2) Choose Print -> Print summary
    3) Note the lack of a list of checkouts
    4) Apply this patch
    5) Reload the page
    5) Print the summary again
    6) Note the list of checkouts
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Works as described, apart from the missing status information
    that Owen already noted on the bug.
    Passes tests and QA script.
    Signed-off-by: Mason James <mtj at kohaaloha.com>

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

Summary of changes:
 .../prog/en/includes/members-toolbar.inc           |    2 +-
 .../prog/en/modules/members/moremember-print.tt    |  196 +++++++++-----------
 members/summary-print.pl                           |  104 +++++++++++
 3 files changed, 194 insertions(+), 108 deletions(-)
 create mode 100755 members/summary-print.pl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list