[koha-commits] main Koha release repository branch master updated. v3.22.00-1009-g902ea66

Git repo owner gitmaster at git.koha-community.org
Thu Mar 24 20:38:57 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  902ea66d247f08eb717f7e696781a3ec956c91f6 (commit)
      from  b0bbace4dd8c19488110bf5c06817077abaa3f1c (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 902ea66d247f08eb717f7e696781a3ec956c91f6
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Feb 17 11:19:51 2016 -0500

     Bug 15846: Move MARC Framework JavaScript into separate file
    
    The JavaScript embedded in the MARC framework 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 few translatable strings to the template.
    
    To test, apply the patch and go to Administration -> MARC frameworks.
    
    - The table of existing frameworks should be sortable.
    - The "Export" link should trigger the export modal.
    - The "Import" link should trigger the import modal.
      -- Clicking "Import" without selecting a file should trigger an alert.
      -- Selecting the wrong file type should trigger an alert.
      -- Importing a file of the correct type should trigger an overwrite
         warning ("Do you really want to import...?").
      -- A progress indicator should show during the import, with correct
         values for "Importing from" and "Importing to".
      -- Importing an incorrectly-formatted file of a correct type should
         trigger an alert, "Error importing the framework..."
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    Works as advertised. Export and Import options work properly
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 .../intranet-tmpl/prog/en/js/biblio_framework.js   |   76 ++++++++++++++++++
 .../prog/en/modules/admin/biblio_framework.tt      |   84 ++------------------
 2 files changed, 83 insertions(+), 77 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/biblio_framework.js


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list