* Changed signature-ip to signature-anon
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 15 Nov 2007 03:30:03 +0000 (03:30 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 15 Nov 2007 03:30:03 +0000 (03:30 +0000)
commit909e5b363cef10cbb9ecbfd68488350a720cbfaf
tree795e62109da5f38935c4907dd941133b0769360f
parentb9ddd7440b1a73689984400dba42dc9de6157239
* Changed signature-ip to signature-anon
* Removed the hardcoding of the link parameter ($1), let the message control the destination.
* Removed the hardcoded talk page links. They can be easily re-added if desired, though, and added per-wiki.
* Removed the $3 and $4 parameters
* Fixed wfEscapeWikiText() to do "]" as well as "[", so sigs with "]" won't break links
* Updated a parser test case for the escaping change
RELEASE-NOTES
includes/GlobalFunctions.php
includes/Parser.php
languages/messages/MessagesEn.php
maintenance/language/messageTypes.inc
maintenance/language/messages.inc
maintenance/parserTests.txt