r49950 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r49949‎ | r49950 | r49951 >
Date:13:15, 27 April 2009
Author:shinjiman
Status:ok
Tags:
Comment:
Partly revert r49448, looks like weird on the page while the viewvc link can be opened on every link in the extension description page on the MediaWiki website
Modified paths:
  • /trunk/phase3/includes/specials/SpecialVersion.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialVersion.php
@@ -221,10 +221,9 @@
222222 }
223223
224224 function formatCredits( $name, $version = null, $subVersion = null, $author = null, $url = null, $description = null, $descriptionMsg = null ) {
225 - $viewvc = 'http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/?pathrev=';
226225 $extension = isset( $url ) ? "[$url $name]" : $name;
227226 $version = isset( $version ) ? wfMsg( 'version-version', $version ) : '';
228 - $subVersion = isset( $subVersion ) ? " [{$viewvc}{$subVersion} " . wfMsg( 'version-svn-revision', $subVersion ) . ']' : '';
 227+ $subVersion = isset( $subVersion ) ? wfMsg( 'version-svn-revision', $subVersion ) : '';
229228
230229 # Look for a localized description
231230 if( isset( $descriptionMsg ) ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r49448fixes bug: 18200 Upload-by-URL has a different file size limit from HTTP POST...dale19:02, 13 April 2009

Status & tagging log