r49902 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r49901‎ | r49902 | r49903 >
Date:13:13, 26 April 2009
Author:siebrand
Status:ok
Tags:
Comment:
Remove unused 'nodb' and 'noconnect'
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /trunk/phase3/maintenance/language/messages.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/messages.inc
@@ -316,8 +316,6 @@
317317 'databaseerror',
318318 'dberrortext',
319319 'dberrortextcl',
320 - 'noconnect',
321 - 'nodb',
322320 'cachederror',
323321 'laggedslavemode',
324322 'readonly',
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -812,9 +812,6 @@
813813 "$1"
814814 from within function "$2".
815815 MySQL returned error "$3: $4"',
816 -'noconnect' => 'Sorry! The wiki is experiencing some technical difficulties, and cannot contact the database server.<br />
817 -$1',
818 -'nodb' => 'Could not select database $1',
819816 'cachederror' => 'The following is a cached copy of the requested page, and may not be up to date.',
820817 'laggedslavemode' => 'Warning: Page may not contain recent updates.',
821818 'readonly' => 'Database locked',

Follow-up revisions

RevisionCommit summaryAuthorDate
r49916Follow-up on r49790, r49898, r49899, r49900, r49901, r49902, r49904, r49907, ...siebrand22:00, 26 April 2009

Status & tagging log