[koha-commits] main Koha release repository branch new/bug_9882 created. v3.12.00-beta1-79-g0936def

Git repo owner gitmaster at git.koha-community.org
Sun Mar 31 01:29:08 CET 2013


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, new/bug_9882 has been created
        at  0936defa56bc4188f91ed01ee372d70e4203a642 (commit)

- Log -----------------------------------------------------------------
commit 0936defa56bc4188f91ed01ee372d70e4203a642
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Mar 21 09:31:39 2013 -0400

    Bug 9882 - Use DataTables on batch modifications pages
    
    The batch modification pages (edit and delete) use the old tablesorter
    plugin. They should use DataTables instead. This patch makes the
    following changes:
    
    - Remove tablesorter plugin from batchMod.tt where it was unused.
    - Replace tablesorter assets with DataTables assets on batch edit and
      batch delete pages.
    - Replace tablesorter code with DataTables code in batchMod.js, which
      provides table sorting functionality for both batch templates.
    - Move position of batchMod.js script inclusion so that DataTables
      assets are loaded first.
    - Remove inline table sorting code from batch edit page since it is
      provided by batchMod.js
    
    To test, load barcodes on both the batch edit and batch delete pages.
    Test JavaScript-based functionality on each results page:
    
    - Check/Uncheck all
    - Hide/show columns
    - Table sorting on a variety of different kinds of data columns
    
    Batch operations should complete normally.
    There should be no JavaScript error on the batch operation "landing
    page" (batchMod.tt).
    
    Signed-off-by: Melia Meggs <melia at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    All tests and QA script pass.
    Checked both patches, no problems found.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list