[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-837-g04ca81b

Git repo owner gitmaster at git.koha-community.org
Thu Jul 18 15:43:49 CEST 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  04ca81bc358f1bc6425e1cef431d9e4abfc744d8 (commit)
      from  be905428722522f1ace4e99d13ffcb5d11f65657 (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 04ca81bc358f1bc6425e1cef431d9e4abfc744d8
Author: Mirko Tietgen <mirko at abunchofthings.net>
Date:   Tue Jul 16 21:51:01 2013 +0200

    Bug 10595: don't display OpacTopissue page when system preference is turned off
    
    When the syspref is turned off, the link is hidden but the page is still
    accessible. This patch checks the syspref and redirects to 404 if it is disabled.
    
    Test plan:
    
    Before applying the patch
    
    Enable OpacTopissue
      Observe there is a link to opac-topissues.pl next to Advanced search etc.
      Follow that link, observe that opac-topissues.pl is loading
    Disable OpacTopissue
      Observe the link is gone
      Manually open /koha/opac-topissues.pl and check that it is loading even though the feature is disabled
    
    Apply patch
    
    (OpacTopissue still diabled)
    Manually open /koha/opac-topissues.pl and observe that you are being redirected to the 404 page.
    Enable OpacTopissue
      Follow the link or manuall open opac-topissues.pl and check that it is working
    
    Signoff the patch.
    
    Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 opac/opac-topissues.pl |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list