r188 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r187‎ | r188 | r189 >
Date:22:08, 23 February 2002
Author:hidders
Status:old
Tags:
Comment:
allow new special page "watch page links"
Modified paths:
  • /trunk/phpwiki/fpw/wikiTextEn.php (modified) (history)

Diff [purge]

Index: trunk/phpwiki/fpw/wikiTextEn.php
@@ -16,7 +16,7 @@
1717 $wikiMainPage = "Main Page" ; # This is actual the title of the article in the database
1818 $wikiErrorPageTitle = "Yikes! An error!" ;
1919 $wikiErrorMessage = "<h2>$1!</h2>Return to the [[:Main Page|Main Page]]!" ;
20 -$wikiAllowedSpecialPages = array("userlogin","userlogout","newpages","recentchanges","upload","statistics","lonelypages","popularpages","wantedpages","allpages","randompage","shortpages","longpages","listusers","watchlist","special_pages","editusersettings","deletepage","protectpage","contributions","whatlinkshere");
 20+$wikiAllowedSpecialPages = array("userlogin","userlogout","newpages","recentchanges","upload","statistics","lonelypages","popularpages","wantedpages","allpages","randompage","shortpages","longpages","listusers","watchlist","special_pages","editusersettings","deletepage","protectpage","contributions","whatlinkshere","recentchangeslinked");
2121 $wikiRecentChangesText = "Track the most recent changes to Wikipedia on this page. [[Welcome, newcomers]]! Please have a look at these pages: [[Wikipedia FAQ]], [[Wikipedia policy]] (especially [[naming conventions]] and [[neutral point of view]]), and [[most common Wikipedia faux pas]].<br>If you want to see the Wikipedia succeed, it's very important that you don't add material restricted by others' [[copyright]]s. The legal liability could really hurt the project, so please don't do it.<br>See also the [http://meta.wikipedia.com/wiki.phtml?title=special:RecentChanges recent meta discussion]" ;
2222 $wikiMetaDescription = "$1... Read more here at wikipedia, the free encyclopedia!" ;
2323
@@ -76,6 +76,8 @@
7777 $wikiRedirectFrom = "(redirected from $1)" ;
7878 $wikiRecentChanges = "Recent Changes" ;
7979 $wikiRecentChangesLink = "RecentChanges" ; # "special:" is added automatically
 80+$wikiRecentLinked = "Watch page links" ;
 81+$wikiRecentLinkedLink = "Recentchangeslinked" ;
8082 $wikiSpecialPagesLink = "Special_pages" ; # "special:" is added automatically
8183 $wikiEditThisPage = "Edit this page" ;
8284 $wikiDeleteThisPage = "Delete this page" ;
@@ -279,7 +281,8 @@
280282 $wikiWatchYes = "\"$1\" was added to your [[special:WatchList|watch list]]." ;
281283 $wikiWatchNo = "\"$1\" was removed from your [[special:WatchList|watch list]]." ;
282284 $wikiWatchlistTitle = "Watch list" ;
283 -$wikiWatchlistText = "'''Currently, you are watching the following articles :''' " ;
 285+$wikiWatchlistExistText = "'''Currently, you are watching the following existing articles :'''" ;
 286+$wikiWatchlistNotExistText = "\n====\n'''Currently, you are watching the following non-existing articles :'''" ;
284287
285288 # Statistics
286289 $wikiStatisticsTitle = "Article statistics" ;
@@ -352,6 +355,7 @@
353356 $wikiStubLinkHere = "$1 articles link here." ;
354357 $wikiStubShowLinks = "Toggle \"show links\" option" ;
355358 $wikiShowLinks = "Show pages that link to $1" ;
 359+$wikiRecentChangesLinkedTitle = "Recent changes on pages linked from $1" ;
356360 $wikiDeleteTitle = "Deleting article '$1'" ;
357361 $wikiDeleteDenied = "<font size=\"+3\">You are not allowed to delete this page!</font>" ;
358362 $wikiDeleteSuccess = "'$1' has been removed." ;

Status & tagging log