From: Anders Wegge Jakobsen Date: Sun, 28 Aug 2005 00:12:11 +0000 (+0000) Subject: Now with RELEASE-NOTES and correct translations for watchlist filtering X-Git-Tag: 1.6.0~1771 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=ccbd26011553322e0ef37983af0a3945b4643444;p=lhc%2Fweb%2Fwiklou.git Now with RELEASE-NOTES and correct translations for watchlist filtering --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 35ab4398be..b7bb284108 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -66,7 +66,10 @@ fully support the editing toolbar, but was found to be too confusing. * Experimental feature to allow translation of block expiry times Implementation only for Finnish currently * (bug 3284) Ipblocklist paging, substring search +* Allow filtering of robot edits in Special:Watchlist by stting + $wgFilterRobotsWL = true. +>>>>>>> 1.394 === Caveats === diff --git a/languages/Language.php b/languages/Language.php index adee4944ea..8bde56dcce 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -1238,7 +1238,7 @@ at the bottom of the screen (deleting a content page also deletes the accompanyi 'wlshowlast' => 'Show last $1 hours $2 days $3', 'wlsaved' => 'This is a saved version of your watchlist.', 'wlhideshowown' => '$1 my edits.', -'wlhideshowown' => '$1 robot edits.', +'wlhideshowbots' => '$1 robot edits.', 'wlshow' => 'Show', 'wlhide' => 'Hide', diff --git a/languages/LanguageDa.php b/languages/LanguageDa.php index 466cd20a1f..656740ee44 100644 --- a/languages/LanguageDa.php +++ b/languages/LanguageDa.php @@ -1035,7 +1035,7 @@ i bunden af skærmen.", 'wlshow' => 'Vis', 'wlhide' => 'Skjul', 'wlhideshowown' => '$1 mine redigeringer.', -'wlhideshowown' => '$1 robotredigeringer.', +'wlhideshowbots' => '$1 robotredigeringer.', 'enotif_mailer' => '{{SITENAME}} informationsmail', 'enotif_reset' => 'Marker alle sider som besøgt', 'enotif_newpagetext'=> 'Dette er en ny side.',