diff options
author | Tim Starling <tstarling@users.mediawiki.org> | 2008-02-18 07:25:35 +0000 |
---|---|---|
committer | Tim Starling <tstarling@users.mediawiki.org> | 2008-02-18 07:25:35 +0000 |
commit | 377561cd1ec28051492a45b6a375f0616cc9a1e9 (patch) | |
tree | 6524b426c9497be5cc2a950d086da7d46b11f5a3 /languages/messages/MessagesEml.php | |
parent | ba2507657d8f73b70d55194c4107af58a961de2f (diff) | |
download | mediawikicore-377561cd1ec28051492a45b6a375f0616cc9a1e9.tar.gz mediawikicore-377561cd1ec28051492a45b6a375f0616cc9a1e9.zip |
* Introduced OutputPage::addWikiMsg() and OutputPage::wrapWikiMsg(), to make it easier to avoid double-parsing. Double-parsing introduces differences between the old and new parsers.
* Used the new functions in the relevant places throughout the core. Where this was not possible, used wfMsgNoTrans() to avoid double-parsing.
* Calling wfEscapeWikiText() on a title before passing it to a message is unnecessary and causes bugs. The best idea is to let the message do its own escaping. Removed wfEscapeWikiText() from the caller of addedwatchtext, removedwatchtext, deletedtext, protect-text, nosuchusershort and movepage-moved. Updated all message files to use <nowiki>$1</nowiki> where appropriate in these messages.
* Removed unnecessary empty message handling from semiprotectedpagewarning
* Removed nonsense warning about the output of wfMsg() not being safe for inclusion in HTML.
* Changed wfShellExec() to use passthru/ob_get_contents instead of exec(). This avoids corruption of whitespace in the response.
* Added $wgValidateAllHtml feature, to optionally validate HTML on output.
* Fixed missing newline in cascadeprotected in MessagesEn.php
* Belatedly updated addedwatchtext to take account of the new "monobook" skin. No unwatch link in the sidebar anymore.
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/31044
Diffstat (limited to 'languages/messages/MessagesEml.php')
-rw-r--r-- | languages/messages/MessagesEml.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/messages/MessagesEml.php b/languages/messages/MessagesEml.php index 47ac6102c42f..9d6cc5ebbe15 100644 --- a/languages/messages/MessagesEml.php +++ b/languages/messages/MessagesEml.php @@ -128,7 +128,7 @@ Putiv cuntinuèr ad usèr {{SITENAME}} anonimamèint, o putiv cunnètterv dòp c 'excontentauthor' => "al cointgnû l'éra: '$1' (e l'ónic cuntribudôr l'éra '[[Special:Contributions/$2|$2]]')", 'confirmdeletetext' => "Stèt per scanzlèr 'na pàgina o n'imàgin, insìmma a tòt la sô crunolugî dal database. Cunfermèr per piasèr ca saîv quàl che stèv par fêr, ca capîv al pussìbil counseguèinzi e ca stèv facènd quàst in confurmitê cun [[{{MediaWiki:Policy-url}}]].", -'deletedtext' => '"$1" l\'è stê scanzlê. +'deletedtext' => '"<nowiki>$1</nowiki>" l\'è stê scanzlê. Guèrda $2 par vèdder la lésta d\'al pàgin ch\'i sun stèdi scanzlèdi di recèint.', 'deletedarticle' => 'scanzlê "[[$1]]"', 'dellogpage' => 'Regestér dal scanzladûri', |