[koha-commits] main Koha release repository branch master updated. v16.05.00-202-g458ce34

Git repo owner gitmaster at git.koha-community.org
Fri Jun 24 15:55:34 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  458ce34a1dbfff9a5c5a696560ffdc5b8afa041a (commit)
      from  718a0a7d143a1291021836b570e597cb564fa7c2 (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 458ce34a1dbfff9a5c5a696560ffdc5b8afa041a
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed May 11 08:56:15 2016 -0400

    Bug 16602 - Remove the use of "onclick" from several templates
    
    This patch removes the use of "onclick" from several templates, instead
    defining click events in JavaScript.
    
    Also changed: Some markup corrections.
    
    To test, apply the patch and:
    
    - Go to Circulation -> Upload offline circulation file
      - Browse for an offline circulation file.
      - Clicking the 'Upload file' button should work correctly.
        - After uploading a file, both the 'Add to offline circulation
          queue' and 'Apply directly' buttons should work to trigger their
          corresponding processes (keeping Bug 16603 in mind).
    
    - Go to Patrons -> Patron lists.
      - For any patron list containing patrons, click the 'Print patron
        cards' menu item. This should trigger a modal window which exports
        the correct list.
    
    - Go to Tools -> Batch item modification.
      - Submit a batch of items for modification.
      - Clicking the 'Save' button should trigger the background job and the
        items should be successfully modified.
    
    - Go to Tools -> Batch item deletion.
      - Submit a batch of items for deletion.
      - Clicking the 'Delete' button should trigger the background job and
        the items should be successfully deleted.
    
    - Go to Tools -> Calendar.
      - Trigger the 'Add new holiday' panel by clicking a day on the
        calendar which has no holiday defined.
      - Clicking the 'Cancel' link should hide the panel.
      - Trigger the 'Edit this holiday' panel by clicking a day which has a
        holiday defined.
      - Clicking the 'Cancel' link should hide the panel.
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
      Everything works as previously.
    
    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/offline_circ/process_koc.tt     |   19 ++++++++++++++++---
 .../prog/en/modules/patron_lists/lists.tt           |   11 ++++++++---
 .../prog/en/modules/tools/batchMod-del.tt           |    9 +++++++--
 .../prog/en/modules/tools/batchMod-edit.tt          |    8 +++++---
 .../intranet-tmpl/prog/en/modules/tools/holidays.tt |   13 ++++++++++---
 5 files changed, 46 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list