http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12986
Zeno Tajoli <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Patch doesn't apply Patch complexity|--- |Medium patch --- Comment #14 from Zeno Tajoli <[email protected]> --- Hi to all, I think to have finish the basic check asked comment #2. There are two points that emerge as important: -- Support of IE6/IE7 -- Interaction with plugins of this plugin. a)Support of IE6/IE7 Discussions on chat and mailing list give as answer: we can drop support of IE6/IE7; http://lists.katipo.co.nz/pipermail/koha/2014-October/040960.html, http://lists.koha-community.org/pipermail/koha-devel/2014-October/040836.html, http://irc.koha-community.org/koha/2014-10-01#i_1575703, http://irc.koha-community.org/koha/2014-10-02#i_1575984 b)Interaction with plugins of this plugin. There three plugin of DataTables in Koha, they are in intranet-tmpl/lib/jquery/plugins/ 1) jquery.dataTables.colvis.js Written from the same firm that write DataTables, update to new version of DataTables. 2) jquery.dataTables.rowGrouping.js We use the last version, there are same minir problems,the best option is to use old 1.9 API when you is plugin, see https://code.google.com/p/jquery-datatables-row-grouping/issues/detail?id=75&sort=-id 3) jquery.dataTables.columnFilter.js We don't use the last version, there is a patch to improve compatibility with v.1.10, https://code.google.com/p/jquery-datatables-column-filter/issues/detail?id=158&sort=-id So my idea is that: -- We can update -- We need to update also plugins. So, now for me 'Patch doesn't apply' because you don't update plugin. I think that a patch to test needs: 1) update DataTables to v 1.10 2) update query.dataTables.colvis.js 3) evalute if update or not query.dataTables.columnFilter.js and insert or not the patch linked. Bye -- You are receiving this mail because: 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/
