Revert the email footer for the moment. A few comments:
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 19 Jun 2008 21:28:21 +0000 (21:28 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 19 Jun 2008 21:28:21 +0000 (21:28 +0000)
commitf4df827f308aa09dcbb36f7c1b8d126e7e013e65
tree9fc38bbdae2f5ffde15c537b9b1625ee6177a4a2
parent660a5eb7aa6112a5138c7c66721d667d88c2df0f
Revert the email footer for the moment. A few comments:
* It's using the *sending* user's UI language for the footer, which is not ideal.
* There's no clean separation between body text and footer; the text will run together unappetizingly.
* The default message is really long
* "Sent automatically" implies that it's something like a "this page changed, and the computer is notifying you", but this is an explicit user-to-user messaging action, not automatic at all.
* It's trying to take the 'allowemail' toggle string, which may contain arbitrary HTML, and pop it into a plaintext email. This can cause very ugly output if formatting or character entities are being used in the message string.
includes/specials/SpecialEmailuser.php
languages/messages/MessagesEn.php