[koha-commits] main Koha release repository branch master updated. v16.11.00-1137-g9026169

Git repo owner gitmaster at git.koha-community.org
Mon May 29 04:31:50 CEST 2017


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  9026169a235aa8133660ef649d98d8cedc5a4692 (commit)
      from  59b58513fe4370e69fd3edb69a9976f4bc41a796 (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 9026169a235aa8133660ef649d98d8cedc5a4692
Author: David Cook <dcook at prosentient.com.au>
Date:   Thu May 25 14:37:21 2017 +1000

    Bug 18669 - RewriteCond affecting wrong rule in koha-httpd.conf
    
    One of the RewriteCond directives in koha-httpd.conf was affecting
    the wrong RewriteRule after its original RewriteRule was commented out
    years ago.
    
    _TEST PLAN_
    0) Before applying patch, build Koha from source
        *) make
        *) make install (or make upgrade)
        *) Copy or symlink etc/koha-httpd.conf to your Apache vhost directory
            (and enable if you're on a Debian based system)
        *) Restart Apache
    1) Make sure that you have at least 1 bibliographic record in Koha
    (URL like this http://server:port/cgi-bin/koha/opac-detail.pl?biblionumber=1)
    2) Go to http://server:port/bib/1
    3) Note that you get a 404 error
    4) Apply the patch
    5) Rebuild Koha from source as per step 0
    6) Go to http://server:port/bib/1
    7) Note that you now see the same page as you would if you went to
    http://server:port/cgi-bin/koha/opac-detail.pl?biblionumber=1
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 etc/koha-httpd.conf |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list