[koha-commits] main Koha release repository branch 3.16.x updated. v3.16.05.1-7-g025843e

Git repo owner gitmaster at git.koha-community.org
Tue Dec 23 00:55:06 CET 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.16.x has been updated
       via  025843efa6e0d4ceeb2dab57dbfa9468d5e78b8c (commit)
       via  7960efe1a1c2653cfc5d757fdc0392f8a910419b (commit)
       via  08a938597e3649d80eea63347787d7bbbe6d0086 (commit)
       via  e6d2e7849f2e0f81cc907083206c37d641efecbd (commit)
       via  3ec80b6e6cf8aafd64b700295abb7dffad89f43a (commit)
       via  73f4ace5dabba61500fa7bd25d7dadbf8b9da1ff (commit)
      from  c5938127f499e8b4348e0306b2b5b22dfb868b00 (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 025843efa6e0d4ceeb2dab57dbfa9468d5e78b8c
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Dec 10 09:38:12 2014 +0100

    Bug 13428: Fix regression on deleting facets
    
    Test plan:
    Search for something
    click on a facet with diacritic
    click on another facet
    remove the facet with diacritic
    
    Signed-off-by: Mason James <mtj at kohaaloha.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: mason <mtj at kohaaloha.com>

commit 7960efe1a1c2653cfc5d757fdc0392f8a910419b
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Dec 10 16:15:26 2014 +0100

    Bug 13296: (follow-up) permit grep on AUTHUNIMARC
    
    I would prefer not to hide this "stuff".
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Katrin Fischer <katrin.fischer at bsz-bw.de>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit 08a938597e3649d80eea63347787d7bbbe6d0086
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Wed Nov 19 11:56:54 2014 +0100

    Bug 13296 - error when using z3950 with UNIMARC authorities
    
    When using a z3950 connexion with UNIMARC authorities, you get an error :
    Unsupported UNIMARC character encoding [ ] for XML output for UNIMARCAUTH; 100$a -> 20141119
    
    I've seen thant Bug 2060 when adds authorities import adds a special behavior for UNIMARC : marc flavor must be UNIMARCAUTH instead of just UNIMARC.
    
    This patch adds the same behavior when using z3950 connexion and import.
    
    Test plan :
     - Use a UNIMARC install
     - Define a z3950 connexion for UNIMARC authorities
     - Go to Authorities module
     - Click on "New from Z39.50"
     - Perform a search
    => Without patch : you get the error
    => With patch : you get results
     - Import one result
    => You get the authoritie creation form with all datas
    You may check same plan with MARC21 install
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Katrin Fischer <katrin.fischer at bsz-bw.de>
    NOTE: depending on the target, the syntax in the configuration
    might not be UNIMARC, but MARC21/USMARC instead!
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit e6d2e7849f2e0f81cc907083206c37d641efecbd
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Oct 9 15:10:07 2014 +0200

    Bug 7372: (follow-up) remove debug message
    
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit 3ec80b6e6cf8aafd64b700295abb7dffad89f43a
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Sep 11 15:22:44 2014 +0200

    Bug 7372: (follow-up) does execute this DB entry twice
    
    Since this enh has been backported on 3.14, this patch should be applied
    on 3.16 and master branch in order to update the updatedb entry.
    It should not be executed twice otherwise the process is stuck on this
    entry.
    
    http://irc.koha-community.org/koha/2014-09-11#i_1567078
    
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit 73f4ace5dabba61500fa7bd25d7dadbf8b9da1ff
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Wed Dec 10 12:47:30 2014 +1300

    Bug 13425 - XSS in intranet facets - Patch for 3.18 and master
    
    To Test
    1/ Craft a url like /cgi-bin/koha/catalogue/search.pl?q=smith&sort_by='"><script>prompt('Happy_Holidays')</script>
    
    It is important it must return results and facets
    
    2/ Notice the js is executed
    3/ Apply the patch test again
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    No prompts, no functional regressions found.
    Checked selecting and undoing facets, show more links and paging.
    Signed-off-by: Mason James <mtj at kohaaloha.com>

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

Summary of changes:
 C4/Breeding.pm                                     |   11 +++--
 installer/data/mysql/updatedatabase.pl             |   42 +++++++++++---------
 .../intranet-tmpl/prog/en/includes/facets.inc      |    6 +--
 .../prog/en/includes/page-numbers.inc              |    6 +--
 opac/opac-search.pl                                |    3 +-
 5 files changed, 39 insertions(+), 29 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list