http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6836
--- Comment #29 from Paul Poulain <[email protected]> 2011-12-30 10:08:06 UTC --- (In reply to comment #28) > You're right, and something like that was already started in BibLibre wiki. So > I will do it soon. written, and available here: http://wiki.koha-community.org/wiki/DataTables_HowTo The 1st part (switching actual Tables to datatable) is ready. What is still a WIP is the part related to moving to dynamic loading of the page for large tables. But such a move will have to be made only for a few tables, and it does not prevent this patch to be signed off I also tested this patch, it worked fine, and I couldn't see any javascript error. QA comment: There are 2 minor perlcritic errors: perlcritic C4/Utils/DataTables.pm Code before strictures are enabled at line 25, column 1. See page 429 of PBP. (Severity: 5) Variable declared in conditional statement at line 111, column 5. Declare variables outside of the condition. (Severity: 5) other tests are OK: prove xt/author/valid-templates.t xt/author/valid-templates.t .. ok prove xt/author/translatable-templates.txt/author/translatable-templates.t .. ok -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
