r174 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r173‎ | r174 | r175 >
Date:17:48, 20 February 2002
Author:vibber
Status:old
Tags:
Comment:
Removed hardcoded English strings in special:Statistics
Modified paths:
  • /trunk/phpwiki/fpw/special_statistics.php (modified) (history)
  • /trunk/phpwiki/fpw/wikiTextEn.php (modified) (history)
  • /trunk/phpwiki/fpw/wikiTextEo.php (modified) (history)

Diff [purge]

Index: trunk/phpwiki/fpw/special_statistics.php
@@ -1,9 +1,13 @@
22 <?
33 function statistics () {
4 - global $THESCRIPT , $wikiStatisticsTitle , $wikiStatTotalPages ;
 4+ global $THESCRIPT , $vpage , $wikiStatisticsTitle , $wikiStatTotalPages , $wikiStatistics ;
55 global $wikiStatTalkPages , $wikiStatCommaPages , $wikiStatWikipediaNoTalk , $wikiStatSubNoTalk ,
66 $wikiStatNoTalk , $wikiStatArticles , $wikiStatJunk , $wikiStatOld , $wikiStatUsers , $wikiStatSysops ,
7 - $wikiTalk ;
 7+ $wikiTalk , $wikiUserStatistics;
 8+
 9+ $vpage->special ( $wikiStatistics ) ;
 10+ $vpage->namespace = "" ;
 11+
812 $connection=getDBconnection() ;
913 $ret = "" ;
1014 $ret .= "<h2>$wikiStatisticsTitle</h2><ul>" ;
@@ -73,7 +77,7 @@
7478
7579
7680 $ret .= "</ul><hr>" ;
77 - $ret .= "<h2>User statistics</h2><ul>" ;
 81+ $ret .= "<h2>$wikiUserStatistics</h2><ul>" ;
7882
7983 # USERS
8084 $sql = "SELECT COUNT(*) as number FROM user" ;
Index: trunk/phpwiki/fpw/wikiTextEn.php
@@ -277,6 +277,7 @@
278278 $wikiStatArticles = "Or, there are about $1 articles, not counting any subpages!" ;
279279 $wikiStatJunk = "Finally, there are about $1 junk pages :-(" ;
280280 $wikiStatOld = "And, there are $1 old page versions in the database, giving an average of $2 old pages on every active page." ;
 281+$wikiUserStatistics = "User statistics" ;
281282 $wikiStatUsers = "There are currently $1 [[special:ListUsers|users]] signed up." ;
282283 $wikiStatSysops = "$1 of them have sysop status." ;
283284
Index: trunk/phpwiki/fpw/wikiTextEo.php
@@ -244,6 +244,7 @@
245245 $wikiStatArticles = "Aŭ, estas proksimume $1 artikoloj, ignorante ĉiun subpaĝon!" ;
246246 $wikiStatJunk = "Finfine, estas proksimume $1 forĵetindaj paĝoj :-(" ;
247247 $wikiStatOld = "Kaj, estas $1 malnovaj versioj de paĝoj en la datumaro, do meznombre $2 malnovaj paĝoj po unu aktiva paĝo." ;
 248+$wikiUserStatistics = "Statistiko pri Uzantoj" ;
248249 $wikiStatUsers = "Nun estas $1 [[special:ListUsers|uzantoj]] subskribintaj." ;
249250 $wikiStatSysops = "$1 el ili estas sistemestroj." ;
250251

Status & tagging log