[koha-commits] main Koha release repository branch new/bug_9130 created. v3.08.00-1385-g04b4afb

Git repo owner gitmaster at git.koha-community.org
Wed Dec 5 14:47:39 CET 2012


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_9130 has been created
        at  04b4afbd92ab952671e5ea6124e9e95da4a05874 (commit)

- Log -----------------------------------------------------------------
commit 04b4afbd92ab952671e5ea6124e9e95da4a05874
Author: David Cook <dcook at prosentient.com.au>
Date:   Tue Dec 4 11:10:27 2012 +1100

    Bug 9130 follow up: add statesave cookie and "all" option for parcel drop-down menu
    
    This patch sets the bStateSave parameter for the "Pending orders" and
    "Already received" Datatables in Acquisitions, which uses a cookie to
    save the "pagination information, display length, filtering and sorting".
    
    It also sets the iCookieDuration parameter to 1000 days (the default
    value is 2 hours otherwise).
    
    It also adds an "all" option to the dro-down menu using the aLengthMenu
    parameter.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit aa864a872037957f29a8c00bcb3f6a86163a26dd
Author: David Cook <dcook at prosentient.com.au>
Date:   Thu Nov 22 08:09:11 2012 +1100

    Bug 9130 - Remove old javascript from Parcel
    
    When receiving orders, the old javascript would show the following above
    the tables for pending orders and received orders:
    
    "Only the first 5 items are displayed. Click here to show all 'X'
    items."
    
    With the implementation of the Jquery Datatables plugin, this text and
    the 4 JS functions associated with it are now pointless (since users
    should be using the datatable toolbar) and problematic.
    
    The problem is that the Jquery toolbar says "Showing 1 to 10 of X",
    while in fact it is actually only showing 5 items, because that other JS
    takes place after the Jquery.
    
    While not a crippling bug, it's certainly irritating and misleading.
    
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    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