1) when autosummaries are mixed with human-written ones, insert separators
authorErik Moeller <erik@users.mediawiki.org>
Wed, 7 Apr 2004 04:31:19 +0000 (04:31 +0000)
committerErik Moeller <erik@users.mediawiki.org>
Wed, 7 Apr 2004 04:31:19 +0000 (04:31 +0000)
commit7c1b75d2fdb4d4aa7a9bb97feb21b8b349427a15
tree6d6cd071ce711778811b8ffe8f5d9b14ed85ab79
parent2f39ab8388d1094219c94ce23f2f976a8042989b
1) when autosummaries are mixed with human-written ones, insert separators
where needed
2) allow links in summaries, but no other wiki formatting (if this is too
slow, we can switch to makeKnownLink, which does not need to look up if
the page exists). The regexing here is a bit ugly, if someone can simplify
it, please do so. I had problems when using something like
preg_replace(regex,$this->makeLink("$1")), where it would apparently not
fully resolve the $1 and end up mixing the resolved back reference with
the string $1, so you would get links like <a href='$1'>Page title</a>.
Weird stuff.
3) use Skin::formatComment in Special:Newpages
4) preliminary accesskeys for toolbar, but not used yet (works wonderful
in Mozilla, but in IE, it just focuses the buttons - maybe make it a user
pref when prefs are reorganized, or make it work in IE)
includes/Skin.php
includes/SpecialIpblocklist.php
includes/SpecialNewpages.php