[Bug 39617] Malformed hlist rendering due to Tidy not processing Special: pages

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

Helder mybugs.m...@gmail.com changed:

   What|Removed |Added

   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=35806

-- 
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 39617] Malformed hlist rendering due to Tidy not processing Special: pages

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

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

   What|Removed |Added

   Priority|Unprioritized   |Normal

-- 
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 39617] Malformed hlist rendering due to Tidy not processing Special: pages

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

--- Comment #8 from Erwin Dokter er...@darcoury.nl ---
Still learning Git. But the quick fix (should you want to do it manualy) is to
find the following string in parser.php:

/lili

and change it to:

/li\nli

My patch (once it's done) will also terminate all other closing tags with a
linebreak, but the above should fix any immediate hlist problems.

-- 
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 39617] Malformed hlist rendering due to Tidy not processing Special: pages

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

Tomek dym...@gmail.com changed:

   What|Removed |Added

 CC||dym...@gmail.com

--- Comment #7 from Tomek dym...@gmail.com ---
Hey, Could you post this patch i would like to apply it on my wiki.

-- 
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 39617] Malformed hlist rendering due to Tidy not processing Special: pages

2012-09-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39617

Erwin Dokter er...@darcoury.nl changed:

   What|Removed |Added

Summary|Parsing differences between |Malformed hlist rendering
   |[[MediaWiki:Recentchangeste |due to Tidy not processing
   |xt]] and|Special: pages
   |[[Special:RecentChanges]]   |

--- Comment #6 from Erwin Dokter er...@darcoury.nl 2012-09-30 21:33:00 UTC ---
Renamed the bug to indicate the cause and summarizing issue:

Horizontal lists are malformed on Special: pages because Tidy does not process
these pages. Specifically, the lists lack a breakable character betweeen list
items, causing the browsers to fail to wrap the list properly. While
technically valid HTML, hlist depends on something breakable between list
items.

I see two solutions:

1. Have Tidy process any Special: pages that transclude any (part of) user
editable pages (such as MediaWiki: messages)

2. I have a patch ready for gerrit that makes parser.php terminate any closing
list element with a linebreak.

Personally, I prefer the second option; it removes hlist's dependancy on Tidy
(doing so may even lessen the load on Tidy in general). But I also feel that
Tidy should process any (transcluded) user content, even on non-user generated
pages.

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