r10816 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r10815‎ | r10816 | r10817 >
Date:00:12, 28 August 2005
Author:wegge
Status:old
Tags:
Comment:
Now with RELEASE-NOTES and correct translations for watchlist filtering
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/languages/Language.php (modified) (history)
  • /trunk/phase3/languages/LanguageDa.php (modified) (history)

Diff [purge]

Index: trunk/phase3/RELEASE-NOTES
@@ -66,7 +66,10 @@
6767 * Experimental feature to allow translation of block expiry times
6868 Implementation only for Finnish currently
6969 * (bug 3284) Ipblocklist paging, substring search
 70+* Allow filtering of robot edits in Special:Watchlist by stting
 71+ $wgFilterRobotsWL = true.
7072
 73+>>>>>>> 1.394
7174
7275 === Caveats ===
7376
Index: trunk/phase3/languages/Language.php
@@ -1238,7 +1238,7 @@
12391239 'wlshowlast' => 'Show last $1 hours $2 days $3',
12401240 'wlsaved' => 'This is a saved version of your watchlist.',
12411241 'wlhideshowown' => '$1 my edits.',
1242 -'wlhideshowown' => '$1 robot edits.',
 1242+'wlhideshowbots' => '$1 robot edits.',
12431243 'wlshow' => 'Show',
12441244 'wlhide' => 'Hide',
12451245
Index: trunk/phase3/languages/LanguageDa.php
@@ -1035,7 +1035,7 @@
10361036 'wlshow' => 'Vis',
10371037 'wlhide' => 'Skjul',
10381038 'wlhideshowown' => '$1 mine redigeringer.',
1039 -'wlhideshowown' => '$1 robotredigeringer.',
 1039+'wlhideshowbots' => '$1 robotredigeringer.',
10401040 'enotif_mailer' => '{{SITENAME}} informationsmail',
10411041 'enotif_reset' => 'Marker alle sider som besøgt',
10421042 'enotif_newpagetext'=> 'Dette er en ny side.',

Status & tagging log