Changing the UI for [[Special:Specialpages]].
authorDaniel Friesen <dantman@users.mediawiki.org>
Sun, 1 Jun 2008 04:27:47 +0000 (04:27 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Sun, 1 Jun 2008 04:27:47 +0000 (04:27 +0000)
commit6d9cc5fb78f36921c5299e026e9dadd56115ca65
tree84fb5be31e705a145cac34cce56652c72c1ee71f
parent10aceb9ed3186e5cdf2c88fb71e89edf1f2c2771
Changing the UI for [[Special:Specialpages]].
* Restricted pages are now with the normal pages (Special pages of a group are grouped together rather than split up on whether they are restricted or not [which does not matter to the user since they can use the page anyways])
* Restricted pages are still marked so the user can identify them. (CSS Class allows this behavior to be customized, default is to bold the link)
* New layout change. Rather than a poor table based column layout, using a dynamic CSS based one. This one uses floats and list items. With CSS disabled you get a single list. In 800x640px you get 2 columns, in 1042x860px you still get two columns, and in large screens like my 1280x1240px you get 3 columns. (770px width and below you get a single column) so this scales well no matter what screen size you have.
RELEASE-NOTES
includes/SpecialPage.php
includes/SpecialSpecialpages.php
languages/messages/MessagesEn.php
skins/common/shared.css