r41341 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41340‎ | r41341 | r41342 >
Date:09:31, 28 September 2008
Author:nikerabbit
Status:old
Tags:
Comment:
* (bug 15388) Title of Special:PrefixIndex
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/specials/SpecialPrefixindex.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialPrefixindex.php
@@ -11,7 +11,7 @@
1212 protected $nsfromMsg = 'allpagesprefix';
1313
1414 function __construct(){
15 - parent::__construct( 'Prefixindex' );
 15+ parent::__construct( 'Prefixindex' );
1616 }
1717
1818 /**
@@ -32,7 +32,7 @@
3333
3434 $wgOut->setPagetitle( ( $namespace > 0 && in_array( $namespace, array_keys( $namespaces ) ) )
3535 ? wfMsg( 'allinnamespace', str_replace( '_', ' ', $namespaces[$namespace] ) )
36 - : wfMsg( 'allarticles' )
 36+ : wfMsg( 'prefixindex' )
3737 );
3838
3939 if( isset( $par ) ){
Index: trunk/phase3/RELEASE-NOTES
@@ -231,6 +231,7 @@
232232 * Http::request() now respects $wgHTTPtimeout when not using cURL
233233 * (bug 15158) Userinvalidcssjstitle not shown on preview
234234 * (bug 15196) Free external links should be numbered in a localised manner
 235+* (bug 15388) Title of Special:PrefixIndex
235236
236237 === API changes in 1.14 ===
237238

Status & tagging log