MediaWiki r5374 - Code Review

Jump to: navigation, search
Repository:MediaWiki
Revision:r5373‎ | r5374 (on ViewVC)‎ | r5375 >
Date:01:03, 22 September 2004
Author:hashar
Status:old
Tags:
Comment:
Modified paths:

Diff [purge]

Index: branches/REL1_3/phase3/includes/SpecialCategories.php
@@ -12,6 +12,9 @@
1313 return false;
1414 }
1515
 16+ function getPageHeader() {
 17+ return '<p>'.wfMsg('categoriespagetext')."</p><br>\n";
 18+ }
1619 function getSQL() {
1720 $NScat = NS_CATEGORY;
1821 return "SELECT DISTINCT 'Categories' as type,
Index: branches/REL1_3/phase3/languages/Language.php
@@ -933,6 +933,8 @@
934934 a direct URL, and so may still be listed here despite being
935935 in active use.',
936936 'booksources' => 'Book sources',
 937+'categoriespagetext' => 'The following categories exists in the wiki.',
 938+
937939 # FIXME: Other sites, of course, may have affiliate relations with the booksellers list
938940 'booksourcetext' => "Below is a list of links to other sites that
939941 sell new and used books, and may also have further information

Status & tagging log

  • 01:56, 13 October 2010 ^demon (Talk | contribs) changed the status of r5374 [removed: new added: old]
Personal tools
Namespaces

Variants
Views
Actions
Navigation
Support
Download
Development
Communication
Toolbox