re r102301 — apply Krinkle's suggested fix.
[lhc/web/wiklou.git] / resources / jquery / jquery.tablesorter.js
2012-01-04 Mark A. Hershbergerre r102301 — apply Krinkle's suggested fix.
2011-12-30 Rob Moenfix tablesorter unit test in ie7. Add semicolon to...
2011-12-09 Derk-Jan HartmanFix issue with sortable headers when nesting a table...
2011-11-07 Mark A. HershbergerFix Bug #32047: in table with class="sortable", thead...
2011-10-31 Krinklejquery.tablesorter: More selector fixes
2011-10-31 Krinklejquery.tablesorter: Selector fixes
2011-10-25 Roan Kattouw(bug 31514) Followup r99031: allow clicking of links...
2011-10-16 KrinkleFix broken test by r99321
2011-10-08 Derk-Jan HartmanCheck if there is a prexisting tfoot, before creating...
2011-10-06 Roan Kattouw(bug 31420) Fix weird tablesorter bug where headers...
2011-10-05 Roan KattouwFix the bug reported on w:en:WP:VP/T where clicking...
2011-10-02 Derk-Jan HartmanAdd tfoot emulation to tablesorter. Fixes part of the...
2011-10-02 Derk-Jan HartmanAdd the class jquery-tablesorter to all tables that...
2011-09-17 Roan KattouwFollowup to r97150 per CR: use .children() instead...
2011-09-15 Roan KattouwUpdate jquery.tablesorter for r97145: emulate <thead...
2011-09-07 Brion VibberFollowup to r86108, r86854, r96384: table sorter fetch...
2011-08-24 KrinkleAdd comments and fix whitespace for r90657, r86305
2011-08-12 KrinkleApplying whitespace conventions in core JS files.
2011-07-04 KrinkleRevert r90678 per CR
2011-06-30 Leo Koppelkammr86088: Adding legacy support for .sortbottom & a test...
2011-06-26 KrinkleReview and clean up of jquery.tablesorter.js + applying...
2011-06-26 KrinkleRemoving console.log and other ad-hoc debugging code
2011-06-23 Derk-Jan HartmanSwitch jquery.sortable to use mw-sortable and mw-unsort...
2011-06-23 Derk-Jan HartmanFix global var leaking that was making collationsort...
2011-06-23 Leo KoppelkammAdding rowspan tests to tablesorting & make it more...
2011-06-23 Leo KoppelkammAdding a collation test to tablesorter, fixing var...
2011-06-23 Brion VibberFollowup r86088: test cases and a correction for bug...
2011-06-22 Leo KoppelkammRevert accidental change from r90630
2011-06-22 Brion VibberFollowup r86088, r87244, r90612: fix jquery.tablesorter...
2011-06-22 Leo KoppelkammTablesorter: Remove not really necessary setTimeout.
2011-06-22 Leo KoppelkammHopefully fix IE6 regex tablesorter issue
2011-06-22 Leo KoppelkammFix tablesorting bug that caused weird interferences...
2011-06-22 Derk-Jan HartmanFix global var leaks in jquery.tablersorter.js
2011-05-03 Leo KoppelkammTablesorter: Add a title attribute to sort arrows ...
2011-05-02 Leo KoppelkammTablesorter: use mw.config.get() to access globals...
2011-05-02 Leo KoppelkammMake jquery.tablesorter more resilient by checking...
2011-04-27 Leo KoppelkammTableSorter: Allow whitespace between digits and percen...
2011-04-25 Leo KoppelkammFollowup to r86854: fix $ object
2011-04-25 Leo KoppelkammFollowup to r86108: jQuery tries to be too smart and...
2011-04-18 Leo Koppelkammr86088: Get rid of eval by implemting a MergeSort algor...
2011-04-18 Leo KoppelkammFollowup r86088 per CR: Move month array builder into...
2011-04-15 Leo Koppelkammr86108: Fix var name
2011-04-15 Leo KoppelkammFollowup ro r86088: Use data-sort-type instead of class...
2011-04-14 Leo KoppelkammCompletely rewritten table sorting script.