[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-103-g750950c

Git repo owner gitmaster at git.koha-community.org
Sun Sep 15 07:08:00 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, 3.8.x has been updated
       via  750950c17a243dbec1001ef8b6a17f2a13f45bcb (commit)
      from  6f00d1e383c8eefcaab87a89250c7a93ce6877c0 (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 750950c17a243dbec1001ef8b6a17f2a13f45bcb
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>
    (cherry picked from commit 04ca81bc358f1bc6425e1cef431d9e4abfc744d8)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Works as expected
    (cherry picked from commit 094bfd0d17689c92a4e9366af63ffb7fcbe99399)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit 094bfd0d17689c92a4e9366af63ffb7fcbe99399)
    Signed-off-by: Chris Hall <followingthepath at gmail.com>
    (cherry picked from commit d92e6c746de1060a34631f4a0eea7bc71b110cd8)

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

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