[koha-commits] main Koha release repository branch master updated. v3.14.00-1174-gdd64903

Git repo owner gitmaster at git.koha-community.org
Mon May 5 19:26:22 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, master has been updated
       via  dd64903489a264e6e0c83035ab5b631f51f20507 (commit)
      from  7acd7f43a703c3aa853ea6e58153584c24ca6d09 (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 dd64903489a264e6e0c83035ab5b631f51f20507
Author: Katrin Fischer <katrin.fischer at bsz-bw.de>
Date:   Tue Feb 11 16:29:13 2014 +0100

    Bug 11741: Correct display of < > in XSLT result lists
    
    < and > are incorrectly transformed into HTML entities on the
    XSLT result list when using the GRS-1 indexing mode.
    
    Example:
    Record: <TEST>
    Result list: <TEST&gt
    HTML source: &lt;TEST&gt
    
    To test:
    - catalog a record that contains > and <
    - Reindex, without using the -x option
    - Confirm the display is correct
    - Reindex again, using the -x option
    - Confirm the display is now broken
    - Apply patch
    - Reindex again with and without -x
    - Verify that now the display is always correct
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Note: the problem is only visible in GRS-1 setup. It works as expected.
    No behaviour change in DOM.
    I believe we shouldn't be (de)escaping data ad-hoc, but it seems that GRS-1
    needs it because it doesn't handle HTML entities properly. This fix is OK for
    GRS-1, unneeded for DOM and probably any other modern search engine.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/XSLT.pm |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list