[koha-commits] main Koha release repository branch master updated. v16.05.00-850-g9707a43

Git repo owner gitmaster at git.koha-community.org
Mon Sep 12 18:34:33 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  9707a439cbf152752f9f39ebee17c6976f6f7dc6 (commit)
      from  062a70cb61f0604e3c79c3f2c08dbf1e218c9a20 (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 9707a439cbf152752f9f39ebee17c6976f6f7dc6
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Jul 22 14:48:36 2016 -0400

    Bug 16967: Remove the use of "onclick" from serial frequency and numbering management
    
    This patch removes instance of "onclick" from the templates for serial
    frequency and numbering management. Events are now defined in the
    JavaScript.
    
    To test, apply the patch and go to Serials -> Manage frequencies.
    
     - In the list of frequencies, click the "Delete" button for a frequency
       which is in use by at least one subscription. In the confirmation
       dialog, clicking the "Show subscriptions" link should display a list
       of titles.
     - Edit or create a frequency.
     - To test that the form submission validation is still working
       correctly, enter non-numeric data in the "issues per unit" field and
       submit the form. This should trigger an error.
    
    In Serials -> Manage numbering patterns:
    
     - In the list of numbering patterns, click the "Delete" button for a
       pattern which is in use by at least one subscription. In the
       confirmation dialog, clicking the "Show subscriptions" link should
       display a list of titles.
     - Edit or create a numbering pattern.
     - Confirm that the "Test pattern" button 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: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 .../prog/en/modules/serials/subscription-frequencies.tt |   15 +++++++++------
 .../en/modules/serials/subscription-numberpatterns.tt   |   11 +++++++++--
 2 files changed, 18 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list