[koha-commits] main Koha release repository branch new/bug_8117 created. v3.08.00-863-g2f8308c

Git repo owner gitmaster at git.koha-community.org
Wed Sep 19 17:00:03 CEST 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_8117 has been created
        at  2f8308cd492f1c0283a8b226148ae20c36e82e24 (commit)

- Log -----------------------------------------------------------------
commit 2f8308cd492f1c0283a8b226148ae20c36e82e24
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Wed Sep 19 17:02:14 2012 +0200

    A follow-up will be added though, because we understood why I had some javascript error and jonathan didn't. It's because I've plack + debug
    Bug 8117 follow-up: explicitely list tables to dataTable
    
    
    debug panel in plack adds a lot of <table> (without any id)
    thus, when you call
    $("table").dataTable(...)
    there's a javacscript error because datatable can't handle the plack <table> !
    
    The solution has been to explicitely name the tables to dataTable (which is a good thing anyway)
            $("#activeperiodst,#inactiveperiodst").dataTable($.extend(true, {}, dataTablesDefaults, {

commit d3fcc8b973090e522b284bc8b70eaf84b607bddd
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Wed Sep 19 16:29:46 2012 +0200

    Bug 8117 follow-up remove perl warning
    
    first & last were already defined, removing my

commit f4dadc955cf0cc77cad60c1b103ecba14405aec9
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Aug 3 14:18:27 2012 +0200

    Bug 8117: Followup: remove h3 title (duplicate infos)
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit 4b312b141ab2dddfac5da1034338a1634cb504e4
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Jul 20 16:21:17 2012 +0200

    Bug 8117: Divide budget periods into two tabs
    
    Budget periods are now divided into two tabs : active and inactive
    budget periods.
    
    The original author of this patch is Julian Maurice
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Michael Davis <m.r.davis at cranfield.ac.uk>
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list