[koha-commits] main Koha release repository branch master updated. v3.22.00-399-g3ea6e78

Git repo owner gitmaster at git.koha-community.org
Wed Jan 27 06:59:23 CET 2016


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  3ea6e78909112c4e636e6ad0bc7f593e60b9338a (commit)
      from  952ba0eed90c5f348159e6a734da43763c7d2042 (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 3ea6e78909112c4e636e6ad0bc7f593e60b9338a
Author: Marc Véron <veron at veron.ch>
Date:   Sat Oct 31 21:24:44 2015 +0100

     Bug 15096: Export today's checked in barcodes: Display warning if reading history is set to "never"
    
    If a patron's privacy settings are set to "Never" for keeping a reading history, "Export today's
    checked in barcodes" returns an empty file. This patch does not allow to export in such case.
    
    To test:
    
    - Apply patch
    - Check out / check in in some items
    
    -Test toolbar:
    - On user's detail page, go to More->Export today's checked in barcodes
    - Verify that the menu item does not appear if syspref 'intranetreadinghistory'
      is set to 'Don't allow'
    - Verify that the menu item appears if syspref 'intranetreadinghistory'
      is set to allow and
      - that the menu item is grayed out with a tooltip if the user has set privacy
        settings to never keep a reading history
      - that the menu item works as before if user's privacy settings allow reading history.
    
    - Test left tab "Circulation history":
    - Verify that the left tab "Circulation history" does not appear if syspref
      'intranetreadinghistory' is set to 'Don't allow'
    - Verify that the tab appars if syspref 'intranetreadinghistory' is set to 'Allow' and
      - that a message appears if user's privacy settings do not allow to keep the reading history
      - that the export works as before if user's privacy settings allow to keep the reading history
    
    (Amended and changed test plan for comment #9)
    
    Signed-off-by: Aleisha <aleishaamohia at hotmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 .../prog/en/includes/members-toolbar.inc           |   10 ++++--
 .../prog/en/modules/members/readingrec.tt          |    2 ++
 members/readingrec.pl                              |   34 +++++++++++---------
 3 files changed, 29 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list