Revert r40953 '(bug 7509) Don't hardcode separation strings, make them configurable'
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 18 Sep 2008 17:11:51 +0000 (17:11 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 18 Sep 2008 17:11:51 +0000 (17:11 +0000)
commit37dded29d18a7c170cdc699c9c21da1e77eab242
treee606712a7cd7bbf1c19d8cdff1ea1e15bdf15cdf
parente7d0bae982c7a1593603ef5bb1e8cc0aa0d2030c
Revert r40953 '(bug 7509) Don't hardcode separation strings, make them configurable'

This seems to make code much uglier and harder to maintain -- there are a bajillion new calls to "wfMsgExt( 'pipe-separator' , 'escapenoentities' )" which is not trivial or easy to remember. This makes code uglier, harder to read, harder to maintain, and more prone to error.
22 files changed:
includes/GlobalFunctions.php
includes/Linker.php
includes/PageHistory.php
includes/Pager.php
includes/Skin.php
includes/WatchlistEditor.php
includes/specials/SpecialAllmessages.php
includes/specials/SpecialAllpages.php
includes/specials/SpecialBlockip.php
includes/specials/SpecialContributions.php
includes/specials/SpecialNewpages.php
includes/specials/SpecialPreferences.php
includes/specials/SpecialPrefixindex.php
includes/specials/SpecialRecentchanges.php
includes/specials/SpecialUserlogin.php
includes/specials/SpecialWatchlist.php
includes/specials/SpecialWhatlinkshere.php
languages/messages/MessagesEn.php
maintenance/language/messageTypes.inc
maintenance/language/messages.inc
skins/CologneBlue.php
skins/Standard.php