[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.10-25-gc8bc133

Git repo owner gitmaster at git.koha-community.org
Tue Sep 22 06:45:47 CEST 2015


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.18.x has been updated
       via  c8bc1335664511def17dc40be57cba058e26d44b (commit)
       via  b3b10df1e480f16e74abc8eef3ac568d84005c4b (commit)
       via  25350f519d24257f6ed690425ce853488b21999e (commit)
      from  cd3fe1d79e847deef117c4a4254e6591e3d2de9f (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 c8bc1335664511def17dc40be57cba058e26d44b
Author: Blou <philippe.blouin at inlibro.com>
Date:   Wed Sep 2 09:59:45 2015 -0400

    Bug 14726: Checkout summary doesn't show title
    
    Right after checking out, a small box appear with "Checkout out: Some Title (32154001669305). Due on 24/09/2015".
    The title doesn't appear anymore (since the move to db schemas). This fixes it.
    
    Test:
    1) checkout ANY item, for ANY user
    2) Look at summary right below the checkout input box.  The title doesn't show up.
    3) apply patch, reproduce same steps (after checkin if same item).  Title appears.
    
    Signed-off-by: Andreas Hedström Mace <andreas.hedstrom.mace at sub.su.se>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Todo: You need to track what are the queries generated here.
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit 658e787834784dec7d7782f45061b66e22211423)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    (cherry picked from commit 6648417079eb9aa04d9283e55f3e9f263ef13d64)
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    
    Conflicts:
    	koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt

commit b3b10df1e480f16e74abc8eef3ac568d84005c4b
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Tue Aug 25 11:33:04 2015 +0200

    Bug 14721: OAI-PMH must return error when no results
    
    When getting records from OAI-PMH, an error must be returned if there is no results.
    
    See : http://www.openarchives.org/OAI/openarchivesprotocol.html#ErrorConditions
    
    Test plan :
    - Enable OAI webservice
    - Perform a query that will return no results. ie : /cgi-bin/koha/oai.pl?verb=ListRecords&metadataPrefix=marcxml&from=2099-12-30&until=2099-12-31
    => Without patch you get a response with :
       <ListRecords/>
    => With patch you get a response with error code :
       <error code="noRecordsMatch">No records match the given criteria</error>
    - Check a good query returns still results
    - Same test with ListIdentifiers verb
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit 64992a05ce87af7bf595c8d6f0b9d528887a2e44)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    (cherry picked from commit 3d8e059513db08f2070e33ea1562d7cdd915797c)
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>

commit 25350f519d24257f6ed690425ce853488b21999e
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Fri Sep 4 08:57:08 2015 +0200

    Bug 14766: unimarc_field_4XX: escape ', ", \n, \r
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit abd71d017ea68f4209e41b34282e8fce8170e175)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    (cherry picked from commit c7dfbfedd3d298753b4d96d5ce50363c2cfc65fc)
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>

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

Summary of changes:
 .../cataloguing/value_builder/unimarc_field_4XX.tt     |    6 +++---
 .../intranet-tmpl/prog/en/modules/circ/circulation.tt  |    2 +-
 opac/oai.pl                                            |   16 ++++++++++++++++
 3 files changed, 20 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list