* fix last commit so quickUserCan() actually skips the cascading query
authorBrion Vibber <brion@users.mediawiki.org>
Sat, 13 Jan 2007 03:22:20 +0000 (03:22 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sat, 13 Jan 2007 03:22:20 +0000 (03:22 +0000)
commitcf506938b5267375b4e16e546f2d21ea6f271846
tree22ae8a64ed737883d3d1c093393f83c488261e91
parentf15f0e05bbba865b9c703c1a5dcfecf8e0ccb8fd
* fix last commit so quickUserCan() actually skips the cascading query
* use quick check for move tab privilege check
* drop quickUserCan(Edit|Move|*); just provide one quickUserCan and use the permission keys explicitly. the other (non-quick) funcs are i think deprecated, so marking them so
* adjusted some whitespace
includes/Parser.php
includes/ParserCache.php
includes/SkinTemplate.php
includes/Title.php