[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.07-39-g466a69c

Git repo owner gitmaster at git.koha-community.org
Wed Jun 4 11:11:41 CEST 2014


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.14.x has been updated
       via  466a69cef9e98ad2949c75dad54a6a93815c1a25 (commit)
      from  a83c51fe93fd3c74e3f4b5fd4577248968d57148 (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 466a69cef9e98ad2949c75dad54a6a93815c1a25
Author: Isaac Brodsky <isaac at isaacbrodsky.com>
Date:   Thu Feb 27 09:10:33 2014 -0600

    Bug 1047: Punctuation in site names no longer breaks Edit/Delete z39.50 server administration
    
    The template used to show the Z39.50 server administration page had a
    bug that caused it to not correctly escape generated query strings.
    Because the Z39.50 server name is used to lookup the server in order
    to edit or delete it, when the server name is not passed correctly in
    the query string, it is impossible to bring up the edit or delete forms
    (without manually entering the escaped string.)
    
    This patch corrects which template is filter used to escape those query
    strings.
    
    To test:
    (1) Login to intranet, go to Administration -> Z39.50 servers
    (2) Select "New Z3.50 Server". Enter a server name that contains an
        ampersand (&), e.g.: "FOO & BAR". Enter other details and submit.
        Click OK to confirmation message.
    (3) In the server list, click on the server name, the "Edit" or "Delete"
        buttons for the server.
    
    The correct and full server details should be brought up.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 09fa6f09587b930670633639e306b1141632fce3)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list