[koha-commits] main Koha release repository branch master updated. v3.22.00-708-g9bc924d

Git repo owner gitmaster at git.koha-community.org
Wed Mar 2 04:13:44 CET 2016


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, master has been updated
       via  9bc924d08619d89e43ceb36aa8ac29f0a99b9b41 (commit)
      from  e651025dd9d78591ad364e9402c6172b3e91008e (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 9bc924d08619d89e43ceb36aa8ac29f0a99b9b41
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Feb 19 13:30:44 2016 -0500

    Bug 15867: Move MARC modification templates JavaScript into separate file
    
    The JavaScript embedded in the MARC modification templates template is
    not dependent on template processing to such an extent that it can't
    be safely moved to a separate file. This patch does so, adding
    definition of a some translatable strings to the template.
    
    Other minor changes: A couple of JSHint warnings corrected, a couple of
    missing semicolons added to template markup.
    
    To test, apply the patch and go to Tools -> MARC modification templates
    
    - Confirm that The add/update form works normally with various actions
      (Add/update,Delete,Move, etc.).
    - Confirm that template switching works correctly.
    - Confirm that template deletion confirmation works correctly.
    - Confirm that cancelling an edit works correctly
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    Works as advertised
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

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

Summary of changes:
 .../prog/en/js/marc_modification_templates.js      |  288 ++++++++++++++++++
 .../modules/tools/marc_modification_templates.tt   |  315 ++------------------
 2 files changed, 305 insertions(+), 298 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/marc_modification_templates.js


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list