From f69ea8b8f0eb290d9378634d071fd6b91dc5c2de Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C4=9Bj=20Grabovsk=C3=BD?= Date: Sat, 18 Jun 2011 21:57:40 +0000 Subject: [PATCH] (bug 29437) Multiple apostrophes in deleted article title cause odd rendering Fixed by wrapping the username in corresponding messages in --- RELEASE-NOTES-1.19 | 1 + languages/messages/MessagesEn.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES-1.19 b/RELEASE-NOTES-1.19 index ad1a4a2a18..805fd13c33 100644 --- a/RELEASE-NOTES-1.19 +++ b/RELEASE-NOTES-1.19 @@ -100,6 +100,7 @@ production. * (bug 29443) Special:Undelete should use JavaScript to invert all checkboxes without reloading the page * (bug 29325) Setting $wgStrictFileExtensions to false gives incorrect warning +* (bug 29437) Multiple apostrophes in deleted article title cause odd rendering === API changes in 1.19 === * BREAKING CHANGE: action=watch now requires POST and token. diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 8eccf2d0ef..c37d7436dc 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1320,9 +1320,9 @@ or [{{fullurl:{{FULLPAGENAME}}|action=edit}} edit this page].', You can [[Special:Search/{{PAGENAME}}|search for this page title]] in other pages, or [{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} search the related logs].', 'noarticletextanon' => '{{int:noarticletext}}', # do not translate or duplicate this message to other languages -'userpage-userdoesnotexist' => 'User account "$1" is not registered. +'userpage-userdoesnotexist' => 'User account "$1" is not registered. Please check if you want to create/edit this page.', -'userpage-userdoesnotexist-view' => 'User account "$1" is not registered.', +'userpage-userdoesnotexist-view' => 'User account "$1" is not registered.', 'blocked-notice-logextract' => 'This user is currently blocked. The latest block log entry is provided below for reference:', 'clearyourcache' => "'''Note: After saving, you may have to bypass your browser's cache to see the changes.''' -- 2.20.1