[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.01-39-gc97e0c7

Git repo owner gitmaster at git.koha-community.org
Tue Jun 5 17:16:49 CEST 2012


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.8.x has been updated
       via  c97e0c76739b0624359feb47ee0573ebc46b8409 (commit)
       via  3168ada7f0efe6078f5c4c749d46119cc24adbe8 (commit)
      from  5721f183ee7f848077e9836bb96f3de90d5d6b3f (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 c97e0c76739b0624359feb47ee0573ebc46b8409
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Mon May 28 19:27:45 2012 -0400

    Bug 7847: OPAC search dies with Plack
    
    Due to a dependency cycle between C4::Search and C4::Items, searches
    in the OPAC die spectacularly under Plack. This counter-patch extends
    dpavlin's solution and replaces use with require for C4::Search in
    C4::Items and for C4::Items in C4::Search.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 3168ada7f0efe6078f5c4c749d46119cc24adbe8
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue May 22 14:42:42 2012 -0400

    Bug 7599 - [SIGNED-OFF] Cart JavaScript contains untranslatable English strings
    
    To simplify the sentence structure for better translation flexibility
    the message now reads:
    
    "Item in your cart: " + number
    
    Fixed in both OPAC and staff client, although I'm not sure
    the message is actually triggered in the staff client.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Strings become translatable
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 C4/Items.pm                                        |    2 +-
 C4/Search.pm                                       |    9 +++++----
 .../prog/en/includes/doc-head-close.inc            |    1 +
 koha-tmpl/intranet-tmpl/prog/en/js/basket.js       |    4 ++--
 .../opac-tmpl/prog/en/includes/doc-head-close.inc  |    1 +
 koha-tmpl/opac-tmpl/prog/en/js/basket.js           |    4 ++--
 6 files changed, 12 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list