[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.01-18-g7829496

Git repo owner gitmaster at git.koha-community.org
Tue Dec 24 11:56:42 CET 2013


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.14.x has been updated
       via  7829496f1180a8b47a866fff1a2e061bbdcac2df (commit)
       via  e67b6862f93394f3d4354510c5d060ff902d0129 (commit)
      from  e3858f7f630b15e5e0b77d205d0ab64bbc4b8f22 (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 7829496f1180a8b47a866fff1a2e061bbdcac2df
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Tue Dec 10 20:20:37 2013 +0000

    Bug 11009: (follow-up) tweak wording and remove potential log noise
    
    This patch makes the message that is displayed when attempting to
    view circ history for the anonymous patron more informative.  It
    also removes a potential source of log noise if the AnonymousPatron
    system preference happens to be set to a blank value.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit d92dbae6814fd2dfc36f7f46194f02a9c27994fa)
    Signed-off-by: Fridolin SOMERS <fridolin.somers at biblibre.com>

commit e67b6862f93394f3d4354510c5d060ff902d0129
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Tue Oct 8 09:34:42 2013 +0200

    Bug 11009: Do not display circulation history of anonymous patron
    
    When using an anonymous patron to anonymise issues history, this patron
    may have a huge number of old issues. In this case, trying to display
    the reading history of this patron will perform a huge SQL query.
    It is not useful to have the reading history of this anonymous patron.
    
    This patch adds an alert instead of old issues when displaying reading
    records of anonymous patron.
    
    Test plan :
    - Set syspref AnonymousPatron to 0.
    - Select a borrower with old issues. For example 123.
    - Look at its reading records page : members/readingrec.pl
    => Old issues are displayed in a datatable
    - Set syspref AnonymousPatron with this borrower number. For example 123.
    - Look at its reading records page
    => Old issues are not displayed and an alert is displayed
    - Using SQL query, remove old issues of this borrower :
        DELETE FROM old_issues WHERE borrowernumber=123.
    - Look at its reading records page
    => A message is displayed
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    This works as advertised and seems like a reasonable thing to do. I
    suspect that someone will object... Perhaps that person will implement a
    solution which uses an AJAX DataTable.
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit f2ad1faa63988b9dbf32cf8f8e35d59e7b584f2b)
    Signed-off-by: Fridolin SOMERS <fridolin.somers at biblibre.com>

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

Summary of changes:
 .../intranet-tmpl/prog/en/modules/members/readingrec.tt      |    9 ++++++---
 members/readingrec.pl                                        |   10 +++++++++-
 2 files changed, 15 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list