[koha-commits] main Koha release repository branch master updated. v3.14.00-109-gd92dbae

Git repo owner gitmaster at git.koha-community.org
Tue Dec 10 21:04:37 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, master has been updated
       via  d92dbae6814fd2dfc36f7f46194f02a9c27994fa (commit)
       via  f2ad1faa63988b9dbf32cf8f8e35d59e7b584f2b (commit)
      from  aca1f5f6a9c5fb58e62ab060c272eadc287bb167 (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 d92dbae6814fd2dfc36f7f46194f02a9c27994fa
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>

commit f2ad1faa63988b9dbf32cf8f8e35d59e7b584f2b
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>

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

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