[koha-commits] main Koha release repository branch master updated. v16.05.00-768-gb118074

Git repo owner gitmaster at git.koha-community.org
Fri Sep 9 15:10:38 CEST 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  b118074fe480ac2028d474d322713303648eb7d0 (commit)
      from  7da5fb81758777d4e8000c9688fab2814e82506d (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 b118074fe480ac2028d474d322713303648eb7d0
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue May 24 09:18:37 2016 -0400

    Bug 16576 [Revised] Remove the use of "onclick" from label templates
    
    This patch updates several label creator templates to remove the use of
    "onclick" in favor of defining click events in JavaScript.
    
    Also changed:
     - Replaced the non-existant element <icon> with <i>
     - Removed the use of <center> and 'align="center"';
     - In the item search results template:
       - The use of the checkboxes jQuery plugin has been replaced with
         straight jQuery for simplicity's sake.
       - Output of table headers has been modified so that translatable
         strings are in the template instead of having English strings
         passed from the script.
       - Moved the 'Add checked' and 'Done' buttons into a floating toolbar.
    
    To test, apply the patch and go to Tools -> Label creator.
    
    - Choose New -> Label batch
      - Click 'Add items'
        - Perform a search for items.
        - Confirm that 'select all' and 'clear all' links work.
        - Confirm that clicking an individual 'Add' button works.
        - Select multiple items and click the 'Add checked' button. Confirm
          that the selected items were added to your batch.
      - Click 'Add items' again to save the selected items to your batch.
      - Test that the 'Delete' and 'Export' buttons next to any item work
        correctly.
    - Choose Manage -> Label batches
      - Test that the 'Delete' button works correctly.
      - Select one or more batches and test that the 'Export selected'
        button works correctly.
    
    Revision: Removed changes to pagination in the item search results
    template since it didn't work.
    
    Followed test plan, works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 .../prog/en/modules/labels/label-edit-batch.tt     |   37 ++++----
 .../prog/en/modules/labels/label-manage.tt         |   19 +++-
 .../prog/en/modules/labels/label-print.tt          |   11 ++-
 .../intranet-tmpl/prog/en/modules/labels/result.tt |   92 +++++++++++++-------
 4 files changed, 105 insertions(+), 54 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list