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.2.x has been updated
       via  d6edcfa85e22485ea4b02d77ead1389231625e19 (commit)
       via  e1bb59fc086a40d8b990b0aa4bb81db15c377619 (commit)
       via  efe3cbf85a042b0b7b2baa43fcaa5a36b187450b (commit)
       via  94a7573f572fe704c08d857eeef64700d8c10b34 (commit)
      from  bc08e8cf6b2fb58c51a785bee132d35b0be946e5 (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 d6edcfa85e22485ea4b02d77ead1389231625e19
Author: Galen Charlton <gmcha...@gmail.com>
Date:   Wed Oct 27 08:24:04 2010 -0400

    bug 5301: improve escaping of XML characters in bib output
    
    <, >, ', or " in an item call number will no longer make
    the bib displays break when using XSLT mode.
    
    Added a new routine to C4::Koha, xml_escape(), to implement
    converting &, <, >, ', and " to their corresponding
    entities.
    
    Patch loosely based on work done by Daniel Latrémolière 
<daniel.latremoli...@bulac.fr>
    
    Signed-off-by: Galen Charlton <gmcha...@gmail.com>
    Signed-off-by: Chris Cormack <chr...@catalyst.net.nz>
    Signed-off-by: Chris Nighswonger <chris.nighswon...@gmail.com>

commit e1bb59fc086a40d8b990b0aa4bb81db15c377619
Author: Galen Charlton <gmcha...@gmail.com>
Date:   Thu Oct 28 08:09:47 2010 -0400

    bug 5243: avoid crash when saving authority records on certain setups
    
    This does not seem to occur on all platforms - C4::Search
    exports SimpleSearch() by default - but adding the 'C4::Search::'
    qualifier certainly doesn't hurt things.
    
    Patch by Fridolyn Somers <fridolyn.som...@gmail.com>
    
    Signed-off-by: Galen Charlton <gmcha...@gmail.com>
    Signed-off-by: Chris Cormack <chr...@catalyst.net.nz>
    Signed-off-by: Chris Nighswonger <chris.nighswon...@gmail.com>

commit efe3cbf85a042b0b7b2baa43fcaa5a36b187450b
Author: Galen Charlton <gmcha...@gmail.com>
Date:   Fri Oct 29 07:40:37 2010 -0400

    bug 5162: follow-up patch to not clear hidden input setting attribute type
    
    Otherwise, can't saved new attributes set from a cloned
    input or select control.
    
    Signed-off-by: Galen Charlton <gmcha...@gmail.com>
    Signed-off-by: Chris Cormack <chr...@catalyst.net.nz>
    Signed-off-by: Chris Nighswonger <chris.nighswon...@gmail.com>

commit 94a7573f572fe704c08d857eeef64700d8c10b34
Author: Owen Leonard <oleon...@myacpl.org>
Date:   Fri Oct 29 07:40:36 2010 -0400

    Fix for Bug 5162, patron attributes 'new' link should create blank value
    
    Signed-off-by: Galen Charlton <gmcha...@gmail.com>
    Signed-off-by: Chris Cormack <chr...@catalyst.net.nz>
    Signed-off-by: Chris Nighswonger <chris.nighswon...@gmail.com>

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

Summary of changes:
 C4/AuthoritiesMarc.pm                              |    2 +-
 C4/Koha.pm                                         |   20 ++++++++++++++++++++
 C4/XSLT.pm                                         |    5 ++---
 .../prog/en/modules/members/memberentrygen.tmpl    |    2 ++
 t/Koha.t                                           |    8 +++++++-
 5 files changed, 32 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository
_______________________________________________
koha-commits mailing list
koha-commits@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits

Reply via email to