[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.10-16-g1abe244

Git repo owner gitmaster at git.koha-community.org
Wed Sep 17 16:34:29 CEST 2014


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, 3.14.x has been updated
       via  1abe2442178ae6e87f51fd3a288769b1e33eb7f9 (commit)
      from  fd83e8fa0d053d841fda5df4356e28c75aa59f22 (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 1abe2442178ae6e87f51fd3a288769b1e33eb7f9
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Apr 17 15:18:36 2014 -0400

    Bug 12105 - Remove duplicated plugin jquery.dataTables.columnFilter.js
    
    This patch removes a redundant copy of the DataTables plugin
    jquery.dataTables.columnFilter.js and corrects two templates.
    
    The path to the plugin has been modified in acqui/parcel.tt:
    
    - Go to Acquisitions and search for a vendor.
    - Open the detail page for that vendor.
    - Click the "Receive shipments" button.
    - Select an invoice to view.
    - In the table of titles, confirm that the column header search forms
      work to filter column data.
    
    In the template for the Staged MARC management page the plugin has been
    removed as it is unused. A couple of markup corrects have been made.
    Confirm that table sorting is unaffected by going to Administration ->
    Staged MARC management, clicking a staged MARC file, and viewing the
    table of items in that batch.
    
    There should be no more remaining instances of this path in the
    templates:
    
    [% themelang %]/lib/jquery/plugins/jquery.dataTables.columnFilter.js
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    NOTE: I believe the sort order of the Order Line column is
          strange, but unrelated to this patch. The search area
          functions (filtering, paging, page size, etc.) worked
          fine.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 45ce7431d42cd470d7f7326d8935333014b1f62c)
    
    Conflicts:
    	koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt
    	koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt

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

Summary of changes:
 .../plugins/jquery.dataTables.columnFilter.js      |  762 --------------------
 .../intranet-tmpl/prog/en/modules/acqui/parcel.tt  |    2 +-
 2 files changed, 1 insertion(+), 763 deletions(-)
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/jquery/plugins/jquery.dataTables.columnFilter.js


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list