[Bug 30746] Change in parser behavior in tables

2011-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30746

--- Comment #21 from Mark A. Hershberger m...@everybody.org 2011-09-16 
14:02:10 UTC ---
r85922 has been reverted.  Could you test with SVN Head?

-- 
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


[Bug 30746] Change in parser behavior in tables

2011-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30746

DaSch da...@daschmedia.de changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #22 from DaSch da...@daschmedia.de 2011-09-16 14:26:57 UTC ---
works as it should
Thanks

-- 
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


[Bug 30746] Change in parser behavior in tables

2011-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30746

--- Comment #23 from Mark A. Hershberger m...@everybody.org 2011-09-16 
14:28:54 UTC ---
Thanks! (I also verified, but it took me a while to figure out that I hadn't
installed tidy yet on this box.)

Now, to get the revisions backported to 1.18.

-- 
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


[Bug 30746] Change in parser behavior in tables

2011-09-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30746

--- Comment #20 from DaSch da...@daschmedia.de 2011-09-14 09:20:47 UTC ---
I extended the test a bit, to show the different behaviour between 1.17 and
later versions with tidy enabled and disabled

{| class=wikitable sortable
! Header text
|-
| Example
|-
| Example
|-
| Example
|- class=hintergrundfarbe2
|- class=hintergrundfarbe2
|- class=hintergrundfarbe2
|-
|-
|}

table class=wikitable
trtdExample/td/tr
tr/tr
/table

table class=wikitable
trtdExample/td/tr
trtd/td/tr
/table

1.17 - http://www.mediawiki.org/wiki/User:DaSch/30746
1.18 (no tidy) - http://mw-1-18.wecowi.de/phase3/index.php/30746
1.19 (tidy) - http://www.wecowi.de/wiki/WeCoWi:Bug/30746

The nice thing is, that the rows with class generate broken HTML that is fixed
by tidy. I think that the parser should create valid HTML

-- 
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


[Bug 30746] Change in parser behavior in tables

2011-09-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30746

Aaron Schulz aschulz4...@gmail.com changed:

   What|Removed |Added

 CC||aschulz4...@gmail.com

--- Comment #4 from Aaron Schulz aschulz4...@gmail.com 2011-09-13 18:25:51 
UTC ---
(In reply to comment #2)
 This are mainly the same (the map is missing an wecowi)
 http://de.wikipedia.org/wiki/Vorlage:Infobox_Ort_in_den_Vereinigten_Staaten
 http://www.wecowi.de/wiki/Vorlage:Infobox_Ort_in_den_Vereinigten_Staaten
 
 important are the lines at the end

Could clarify what we should be looking for? It's hard to spot the relevant
issue in these two links. Is it all of the horizontal grey lines in the info
box that are close to each other?

-- 
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


[Bug 30746] Change in parser behavior in tables

2011-09-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30746

--- Comment #5 from DaSch da...@daschmedia.de 2011-09-13 18:44:13 UTC ---
yes... that are the unused empty tbale rows that should not be there (this
behavior is also documented in wikipedias help for creation of templates)

-- 
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


[Bug 30746] Change in parser behavior in tables

2011-09-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30746

--- Comment #6 from Mark A. Hershberger m...@everybody.org 2011-09-13 
18:49:43 UTC ---
works on HEAD...  have to check 1.18 with r96887.

-- 
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


[Bug 30746] Change in parser behavior in tables

2011-09-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30746

--- Comment #7 from DaSch da...@daschmedia.de 2011-09-13 19:05:16 UTC ---
still the same in r96992

-- 
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


[Bug 30746] Change in parser behavior in tables

2011-09-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30746

--- Comment #8 from Aaron Schulz aschulz4...@gmail.com 2011-09-13 19:24:39 
UTC ---
Simpler test code:

{| class=wikitable sortable
! Header text
|-
| Example
|-
| Example
|-
| Example
|- class=hintergrundfarbe2
|- class=hintergrundfarbe2
|- class=hintergrundfarbe2
|-
|-
|}

-- 
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


[Bug 30746] Change in parser behavior in tables

2011-09-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30746

--- Comment #9 from DaSch da...@daschmedia.de 2011-09-13 19:34:28 UTC ---
Here the result with r96992
http://www.wecowi.de/wiki/WeCoWi:Bug_30746

-- 
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


[Bug 30746] Change in parser behavior in tables

2011-09-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30746

--- Comment #10 from DaSch da...@daschmedia.de 2011-09-13 19:35:46 UTC ---
And that is how it should look like
http://www.mediawiki.org/wiki/User:DaSch/30746

-- 
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


[Bug 30746] Change in parser behavior in tables

2011-09-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30746

--- Comment #11 from Mark A. Hershberger m...@everybody.org 2011-09-13 
19:43:07 UTC ---
Aaron, thanks for the simpler test case, this was driving me bonkers.

-- 
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


[Bug 30746] Change in parser behavior in tables

2011-09-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30746

--- Comment #12 from Mark A. Hershberger m...@everybody.org 2011-09-13 
20:01:41 UTC ---
I am unable to reproduce this right now:
http://mah.everybody.org/Screenshot-1.png

-- 
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


[Bug 30746] Change in parser behavior in tables

2011-09-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30746

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME

--- Comment #13 from Mark A. Hershberger m...@everybody.org 2011-09-13 
23:55:52 UTC ---
Test case WORKSFORME on 1.18 and trunk

-- 
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


[Bug 30746] Change in parser behavior in tables

2011-09-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30746

--- Comment #14 from Aaron Schulz aschulz4...@gmail.com 2011-09-13 23:56:33 
UTC ---
(In reply to comment #13)
 Test case WORKSFORME on 1.18 and trunk

Not for me.

-- 
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


[Bug 30746] Change in parser behavior in tables

2011-09-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30746

DaSch da...@daschmedia.de changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |

--- Comment #15 from DaSch da...@daschmedia.de 2011-09-14 00:02:47 UTC ---
I think it should not me called WORKSFORME but WORKSFOREVERONE

-- 
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


[Bug 30746] Change in parser behavior in tables

2011-09-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30746

--- Comment #17 from DaSch da...@daschmedia.de 2011-09-14 00:09:43 UTC ---
Well I have another testinstallation and updated it to the latest branch of
1.18
The lines at the end does not appear, therfore a  on top
http://mw-1-18.wecowi.de/phase3/index.php/30746

-- 
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


[Bug 30746] Change in parser behavior in tables

2011-09-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30746

--- Comment #18 from Aaron Schulz aschulz4...@gmail.com 2011-09-14 00:13:59 
UTC ---
Caused by r85922.

-- 
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


[Bug 30746] Change in parser behavior in tables

2011-09-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30746

--- Comment #19 from DaSch da...@daschmedia.de 2011-09-14 00:21:44 UTC ---
I would suggest Mark to repeat the test with enabled HTML-Tidy

-- 
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


[Bug 30746] Change in parser behavior in tables

2011-09-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30746

--- Comment #16 from Mark A. Hershberger m...@everybody.org 2011-09-14 
00:08:01 UTC ---
(In reply to comment #15)
 I think it should not me called WORKSFORME but WORKSFOREVERONE

Sure, but the tester can't test everyone's, only mine.

Could you install MW from the 1.18 branch and see if you can reproduce?  That's
what I did and it WORKSFORME

-- 
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


[Bug 30746] Change in parser behavior in tables

2011-09-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30746

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

 CC||m...@everybody.org
 Blocks||29068

--- Comment #3 from Mark A. Hershberger m...@everybody.org 2011-09-10 
00:53:35 UTC ---
Looks similar to bug #30384

-- 
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


[Bug 30746] Change in parser behavior in tables

2011-09-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30746

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

-- 
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


[Bug 30746] Change in parser behavior in tables

2011-09-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30746

--- Comment #1 from Brion Vibber br...@wikimedia.org 2011-09-06 18:23:27 UTC 
---
Can you provide a full example  the before  after renderings?

-- 
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


[Bug 30746] Change in parser behavior in tables

2011-09-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30746

--- Comment #2 from DaSch da...@daschmedia.de 2011-09-06 18:32:33 UTC ---
This are mainly the same (the map is missing an wecowi)
http://de.wikipedia.org/wiki/Vorlage:Infobox_Ort_in_den_Vereinigten_Staaten
http://www.wecowi.de/wiki/Vorlage:Infobox_Ort_in_den_Vereinigten_Staaten

important are the lines at the end

-- 
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