From: Matěj Grabovský Date: Sat, 18 Jun 2011 21:57:40 +0000 (+0000) Subject: (bug 29437) Multiple apostrophes in deleted article title cause odd rendering X-Git-Tag: 1.31.0-rc.0~29427 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=f69ea8b8f0eb290d9378634d071fd6b91dc5c2de;p=lhc%2Fweb%2Fwiklou.git (bug 29437) Multiple apostrophes in deleted article title cause odd rendering Fixed by wrapping the username in corresponding messages in --- 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.'''