[Bug 38911] [Tablesorter] Headers with rowspan should be considered for all rows

2014-03-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38911

--- Comment #9 from Bartosz Dziewoński matma@gmail.com ---
(It has been merged now, at last.)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38911] [Tablesorter] Headers with rowspan should be considered for all rows

2013-12-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38911

--- Comment #8 from Bartosz Dziewoński matma@gmail.com ---
Timeshifter, patch for bug 53211 – https://gerrit.wikimedia.org/r/#/c/98250/ –
should fix that as well.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38911] [Tablesorter] Headers with rowspan should be considered for all rows

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38911

Timeshifter zedlight...@gmail.com changed:

   What|Removed |Added

 CC||zedlight...@gmail.com

--- Comment #7 from Timeshifter zedlight...@gmail.com ---
The last fix does not work in this case: 
*[[Help talk:Sorting]] - see section Sorting not working with complex
headers.

{| class=wikitable sortable
|-
! rowspan=2 | name
! colspan=2 | Data columns
! rowspan=2 | Another column
|-
! data
! more data
|-
| cats
| 273
| 53
| 1
|-
| dogs
| 65
| 8,492
| 2
|-
| mice
| 1,649
| 548
| 3
|}

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38911] [Tablesorter] Headers with rowspan should be considered for all rows

2013-07-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38911

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
URL|https://commons.wikimedia.o |https://commons.wikimedia.o
   |rg/w/index.php?title=Common |rg/w/index.php?title=User:S
   |s:Sandboxoldid=75246712|chnark/tablesorteroldid=95
   ||146565
 CC||matma@gmail.com
Version|1.20.0  |1.22-git
 Resolution|--- |FIXED
   Assignee|wikibugs-l@lists.wikimedia. |hartman.w...@gmail.com
   |org |

--- Comment #5 from Bartosz Dziewoński matma@gmail.com ---
Fixed by DJ. Yay!

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38911] [Tablesorter] Headers with rowspan should be considered for all rows

2013-07-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38911

--- Comment #6 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 60871 merged by jenkins-bot:
jquery.tablesorter: Support sortable column headers with rowspans

https://gerrit.wikimedia.org/r/60871

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38911] [Tablesorter] Headers with rowspan should be considered for all rows

2013-04-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38911

--- Comment #3 from Michael M. listenle...@gmail.com ---
(In reply to comment #0)
 This is hard to describe. I hope the example at
 https://commons.wikimedia.org/w/index.php?title=Commons:
 Sandboxoldid=75246712
 explains, what I want to say.

Now at [[commons:User:Schnark/tablesorter]] (ignore the red links/templates,
it's just about which columns should be sortable).

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38911] [Tablesorter] Headers with rowspan should be considered for all rows

2013-04-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38911

--- Comment #4 from Derk-Jan Hartman hartman.w...@gmail.com ---
@Michael, tested that case with my change, and it works as desired.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38911] [Tablesorter] Headers with rowspan should be considered for all rows

2013-04-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38911

Derk-Jan Hartman hartman.w...@gmail.com changed:

   What|Removed |Added

 CC||hartman.w...@gmail.com

--- Comment #1 from Derk-Jan Hartman hartman.w...@gmail.com ---
The buildHeaders() function should take into account rowspan when calculating
'longest' TR and collecting the TH's cells that will get the sorter added, for
this to work. Simple test case:


{| class=wikitable sortable border=1 
|-
! rowspan=2 | name
! colspan=2 | Data columns
|-
! data
! more data
|-
| cats
| 273
| 53
|-
| dogs
| 65
| 8,492
|-
| mice
| 1,649
| 548
|}

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38911] [Tablesorter] Headers with rowspan should be considered for all rows

2013-04-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38911

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/60871 (Gerrit Change
I172c3a610b28498334f80a7808663bab7fb0466c)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38911] [Tablesorter] Headers with rowspan should be considered for all rows

2013-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38911

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Low

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38911] [Tablesorter] Headers with rowspan should be considered for all rows

2012-12-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38911

Mormegil morme...@centrum.cz changed:

   What|Removed |Added

 Blocks||31601

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l