[koha-commits] main Koha release repository branch master updated. v3.22.00-332-g2923cfd

Git repo owner gitmaster at git.koha-community.org
Wed Jan 27 03:28:47 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  2923cfdff4466efed55dd3d3dbee8ba37f6ff882 (commit)
      from  1d99fa026bb05225df93e56740456ba185a5937d (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 2923cfdff4466efed55dd3d3dbee8ba37f6ff882
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Apr 23 12:59:25 2014 -0400

     Bug 6322 - It's possible to view lists/virtualshelves even when virtualshelves is off
    
    If the user knows the URL for OPAC lists they can access them even with
    the virtualshelves preference turned off. This patch copies the solution
    added to opac-topissues.pl by Bug 10595 and applies it to OPAC lists
    pages.
    
    To test, apply the patch and set the virtualshelves system preference to
    "don't allow."
    
    - Navigate to /cgi-bin/koha/opac-shelves.pl. You should be redirected to
      an Error 404 page.
    - Also check:
      - /cgi-bin/koha/opac-shareshelf.pl.
      - /cgi-bin/koha/opac-downloadshelf.pl
      - /cgi-bin/koha/opac-sendshelf.pl
      - /cgi-bin/koha/opac-addbybiblionumber.pl
    - Turn virtualshelves back on. Access to lists and list sharing should
      be restored.
    
    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:
 opac/opac-addbybiblionumber.pl |    5 +++++
 opac/opac-downloadshelf.pl     |    6 ++++++
 opac/opac-sendshelf.pl         |    6 ++++++
 opac/opac-shareshelf.pl        |    8 ++++++++
 opac/opac-shelves.pl           |    6 ++++++
 5 files changed, 31 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list