r20419 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r20418‎ | r20419 | r20420 >
Date:00:04, 14 March 2007
Author:raymond
Status:old
Tags:
Comment:
fix for r20409. Thanks to VoA.
Modified paths:
  • /trunk/phase3/includes/SpecialLog.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialLog.php
@@ -41,7 +41,7 @@
4242 */
4343 class LogReader {
4444 var $db, $joinClauses, $whereClauses;
45 - var $type = '', $user = '', $title = null;
 45+ var $type = '', $user = '', $title = null, $pattern = false;
4646
4747 /**
4848 * @param WebRequest $request For internal use use a FauxRequest object to pass arbitrary parameters.
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -1603,13 +1603,13 @@
16041604 'version' => 'Version',
16051605
16061606 # Special:Logs
1607 -'specialloguserlabel' => 'Benutzer:',
1608 -'speciallogtitlelabel' => 'Titel:',
 1607+'specialloguserlabel' => 'User:',
 1608+'speciallogtitlelabel' => 'Title:',
16091609 'log' => 'Logs',
16101610 'alllogstext' => 'Combined display of all available logs of {{SITENAME}}.
16111611 You can narrow down the view by selecting a log type, the user name, or the affected page.',
16121612 'logempty' => 'No matching items in log.',
1613 -'title-pattern' => 'Title starts with �',
 1613+'title-pattern' => 'Title starts with …',
16141614
16151615 # Special:Allpages
16161616 'nextpage' => 'Next page ($1)',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r20409* (bug 3984) Searching in logs by title%raymond21:48, 13 March 2007