[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.11-16-g8a51077

Git repo owner gitmaster at git.koha-community.org
Fri Mar 29 20:11:12 CET 2013


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  8a510776c57146dfa66755e0c32ebe81a749a626 (commit)
       via  a94ab63dd485cf091ff69cacedc5579b5def694e (commit)
       via  617634a62846388f0556e1ee60b0609d8d5203ba (commit)
       via  1ff9b7220ffe3ecb6930b825b6d1d22ceae95ab7 (commit)
      from  42372e3471009eb1557795e01c160ed69bccf03c (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 8a510776c57146dfa66755e0c32ebe81a749a626
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Wed Nov 28 17:51:03 2012 +0100

    Bug 8942: Translation process breaks javascript (followup 2)
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Tested all changes. Functionality is unchanged. Thanks for the taking
    the extra effort to move alert strings into variables.
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit a94ab63dd485cf091ff69cacedc5579b5def694e
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Wed Nov 28 16:10:09 2012 +0100

    Bug 8942: Translation process breaks javascript (followup 1)
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Tested all effected functions. No change in functionality.
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit 617634a62846388f0556e1ee60b0609d8d5203ba
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Wed Nov 28 15:37:22 2012 +0100

    Bug 8942: Translation process breaks javascript
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    I tested most scripts affected by this patch and visually verified
    all changes. Functionality is unaffected.
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit 1ff9b7220ffe3ecb6930b825b6d1d22ceae95ab7
Author: Chris Cormack <chris at bigballofwax.co.nz>
Date:   Sat Feb 2 19:59:42 2013 +1300

    Bug 8942 : Adding a test to make sure we don't use single quotes for js
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Tested by adding single quotes to a translation-escaped string.
    Test correctly failed it.

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

Summary of changes:
 .../intranet-tmpl/prog/en/includes/cat-toolbar.inc |   13 ++++--
 .../prog/en/includes/members-toolbar.inc           |    4 +-
 koha-tmpl/intranet-tmpl/prog/en/js/acq.js          |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/js/ajax.js         |    8 ++--
 .../intranet-tmpl/prog/en/modules/acqui/basket.tt  |   10 ++--
 .../prog/en/modules/acqui/neworderempty.tt         |    2 +-
 .../prog/en/modules/acqui/orderreceive.tt          |    2 +-
 .../intranet-tmpl/prog/en/modules/acqui/parcel.tt  |    4 +-
 .../prog/en/modules/admin/biblio_framework.tt      |    4 +-
 .../en/modules/admin/item_circulation_alerts.tt    |    8 ++--
 .../prog/en/modules/cataloguing/merge.tt           |    4 +-
 .../prog/en/modules/labels/label-manage.tt         |    4 +-
 .../prog/en/modules/members/moremember.tt          |    4 +-
 .../prog/en/modules/offline_circ/list.tt           |    4 +-
 .../prog/en/modules/offline_circ/process_koc.tt    |    2 +-
 .../prog/en/modules/patroncards/manage.tt          |    8 ++--
 .../prog/en/modules/reserve/request.tt             |    8 ++--
 .../prog/en/modules/serials/claims.tt              |    8 ++--
 .../intranet-tmpl/prog/en/modules/tags/review.tt   |    4 +-
 .../prog/en/modules/tools/holidays.tt              |    8 ++--
 .../prog/en/modules/tools/manage-marc-import.tt    |    4 +-
 .../prog/en/modules/tools/stage-marc-import.tt     |    2 +-
 .../prog/en/modules/tools/upload-images.tt         |    2 +-
 .../prog/en/modules/virtualshelves/shelves.tt      |   14 +++---
 .../opac-tmpl/prog/en/includes/doc-head-close.inc  |    2 +
 koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc  |    2 +-
 .../opac-tmpl/prog/en/modules/opac-privacy.tt      |    2 +-
 .../prog/en/modules/opac-results-grouped.tt        |    4 +-
 .../opac-tmpl/prog/en/modules/opac-results.tt      |    4 +-
 koha-tmpl/opac-tmpl/prog/en/modules/opac-review.tt |    2 +-
 .../opac-tmpl/prog/en/modules/opac-shelves.tt      |    6 +-
 t/00-valid-xml.t => xt/single_quotes.t             |   46 +++++++++-----------
 32 files changed, 104 insertions(+), 97 deletions(-)
 copy t/00-valid-xml.t => xt/single_quotes.t (53%)
 mode change 100644 => 100755


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list