r13106 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r13105‎ | r13106 | r13107 >
Date:17:23, 25 February 2006
Author:robchurch
Status:old
Tags:
Comment:
Revert Tim's changes to category links, owing to the wave of people objecting and his comment to revert if desired.
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/OutputPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/OutputPage.php
@@ -227,7 +227,7 @@
228228 foreach ( $categories as $category => $arbitrary ) {
229229 $title = Title::makeTitleSafe( NS_CATEGORY, $category );
230230 $text = $wgContLang->convertHtml( $title->getText() );
231 - $this->mCategoryLinks[] = $sk->makeKnownLinkObj( $title, $text );
 231+ $this->mCategoryLinks[] = $sk->makeLinkObj( $title, $text );
232232 }
233233 }
234234
Index: trunk/phase3/RELEASE-NOTES
@@ -655,8 +655,6 @@
656656 * (bug 4970) Make category paging limits configurable
657657 * (bug 4535) Warn user when editing CSS or JS subpage of a skin that doesn't exist
658658 * Make Live Preview an user preference, still controllable by the global variable
659 -* Make links to categories in the catlinks box blue whether the target page exists
660 - or not.
661659 * Rename the stub LanguageAls / LanguageGem_alsation to LanguageGsw to follow
662660 updated language code assignments
663661

Status & tagging log