Last modified: 2006-04-29 22:14:30 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T7565, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 5565 - Add a class attribute to the table on Special:Allpages
Add a class attribute to the table on Special:Allpages
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Special pages (Other open bugs)
1.6.x
All All
: Normal trivial (vote)
: ---
Assigned To: Nobody - You can work on this!
http://hu.wikipedia.org/wiki/Special:...
: patch-need-review
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-04-13 22:18 UTC by Kovács Endre János
Modified: 2006-04-29 22:14 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments
Patch to add a class attribute to the table on [[Special:Allpages]] (699 bytes, patch)
2006-04-13 22:19 UTC, Kovács Endre János
Details

Description Kovács Endre János 2006-04-13 22:18:02 UTC
The lines in the list of sections on Special:Allpages currently consist of three 
separate td elements, each containing a link to the same url. The cellspacing/
cellpadding is not defined for the table containing the sections, causing the 
underlining to break, creating a look that is probably confusing (the links appear to 
point to the articles on each side, not to a page containing a list of pages from 
article A to article B).

A quick solution would be to add a class attribute to the table in question, so we could 
for instance add

table.allpageslist {border-spacing: 0px;}
table.allpageslist td {padding: 0}

to the site CSS and thus remove the unnecessary spacing, without risking the possibility 
of breaking other projects.

I'll attach a patch that does this.
Comment 1 Kovács Endre János 2006-04-13 22:19:11 UTC
Created attachment 1528 [details]
Patch to add a class attribute to the table on [[Special:Allpages]]
Comment 2 Kovács Endre János 2006-04-17 13:03:24 UTC
Changing severity to "trivial", could someone please commit this to head? There is 
not much to review about this one.
Comment 3 Rob Church 2006-04-29 22:14:30 UTC
Added in SVN trunk, r13942.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links