[koha-commits] main Koha release repository branch new/bug_6484 created. v3.04.00-223-g203de24

Git repo owner gitmaster at git.koha-community.org
Wed Jul 20 22:26:05 CEST 2011


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_6484 has been created
        at  203de2452e2e8358a74b35a54d349d72382b5b3f (commit)

- Log -----------------------------------------------------------------
commit 203de2452e2e8358a74b35a54d349d72382b5b3f
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Jul 6 21:42:00 2011 -0400

    Fix for Bug 6484 - due date sorter on 'my summary' missing
    
    Columns on the summary table are shown or hidden based on a
    variety of different settings, leading to convoluted if/else
    template constructions if we want to define header sorting
    in the <script> block. Using the jQuery Metadata plugin
    allows us to specify sorting options as classes on the
    table header. This adds a dependency but simplifies the
    template markup significantly.
    
    I recommend continuing to specify header sort options in the
    <script> block in cases where it is relatively simple to do
    so and saving inclusion of the additional jQuery plugin for
    pages which really need it.
    
    Other changes: Moved common sorter configuration detalis to
    default declaration; Moved the date due column so that it
    could be set as the default sort without taking into account
    multiple disappearing columns (default sort cannot be set
    in the markup for a <th>).
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list