r213 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r212‎ | r213 | r214 >
Date:18:17, 26 February 2002
Author:magnus_manske
Status:old
Tags:
Comment:
New colors, Brion-Vibber-style ;)
Modified paths:
  • /trunk/phpwiki/fpw/wikiSettings.php (modified) (history)
  • /trunk/phpwiki/fpw/wikiTextEn.php (modified) (history)

Diff [purge]

Index: trunk/phpwiki/fpw/wikiSettings.php
@@ -20,6 +20,16 @@
2121 # (can be changed by recompiling MySQL and rebuilding the indexes.)
2222 $wikiDBconnection = ""; # global variable to hold the current DB
2323 # connection; should be empty initially.
 24+
 25+# Namespace backgrounds
 26+$wikiNamespaceBackground = array () ;
 27+$wikiNamespaceBackground[$wikiTalk] = "#eeFFFF" ;
 28+$wikiNamespaceBackground["user_talk"] = $wikiNamespaceBackground["talk"] ;
 29+$wikiNamespaceBackground["wikipedia_talk"] = $wikiNamespaceBackground["talk"] ;
 30+$wikiNamespaceBackground[$wikiUser] = "#FFeeee" ;
 31+$wikiNamespaceBackground[$wikiWikipedia] = "#eeFFee" ;
 32+$wikiNamespaceBackground["log"] = "#FFFFcc" ;
 33+$wikiNamespaceBackground["special"] = "#eeeeee" ;
2434
2535 # Cache system enabled by default
2636 $useCachedPages = true ;
Index: trunk/phpwiki/fpw/wikiTextEn.php
@@ -20,16 +20,6 @@
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
24 -# Namespace backgrounds
25 -$wikiNamespaceBackground = array () ;
26 -$wikiNamespaceBackground["talk"] = "#CCFFFF" ;
27 -$wikiNamespaceBackground["user_talk"] = $wikiNamespaceBackground["talk"] ;
28 -$wikiNamespaceBackground["wikipedia_talk"] = $wikiNamespaceBackground["talk"] ;
29 -$wikiNamespaceBackground["user"] = "#FFCCCC" ;
30 -$wikiNamespaceBackground["wikipedia"] = "#CCFFCC" ;
31 -$wikiNamespaceBackground["log"] = "#FFFF99" ;
32 -$wikiNamespaceBackground["special"] = "#CCCCCC" ;
33 -
3424 # Used in header/footer
3525 $wikiMainPageTitle = "Wikipedia : The free encyclopedia" ; # This is the title that is displayed on the main page
3626 $wikiArticleSubtitle = "From Wikipedia, the free encyclopedia." ;

Status & tagging log