aboutsummaryrefslogtreecommitdiffstats
path: root/includes/SpecialPage.php
diff options
context:
space:
mode:
authorBrion Vibber <brion@users.mediawiki.org>2004-08-24 08:11:46 +0000
committerBrion Vibber <brion@users.mediawiki.org>2004-08-24 08:11:46 +0000
commit41e752879cd906767c8473bb124345e8beb190e6 (patch)
tree4e5447b7464c816ad654b5770270f84a2ee74ae7 /includes/SpecialPage.php
parent114dcf5e5e347d7def989df2c502c5668df63aed (diff)
downloadmediawikicore-41e752879cd906767c8473bb124345e8beb190e6.tar.gz
mediawikicore-41e752879cd906767c8473bb124345e8beb190e6.zip
Special:Log and the logging table -- unified logging scariness!
Replaces the ugly, often breaking, manually archived log pages with a nice clean table which can be sorted, trimmed, viewed in pieces, etc. You can see all logged actions by some user, or affecting some page, and can combine the views of all all logs in one. There are probably still some broken things in here, but I want this committed before the patch gets any bigger. recentchanges table is altered to make rc_namespace signed so Special: links can be listed in it.
Notes
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4919
Diffstat (limited to 'includes/SpecialPage.php')
-rw-r--r--includes/SpecialPage.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/SpecialPage.php b/includes/SpecialPage.php
index a497da4914bb..92c18d6fdbff 100644
--- a/includes/SpecialPage.php
+++ b/includes/SpecialPage.php
@@ -62,6 +62,7 @@ $wgSpecialPages = array_merge($wgSpecialPages, array (
"Version" => new SpecialPage( "Version" ),
"Allmessages" => new SpecialPage( "Allmessages" ),
"Search" => new UnlistedSpecialPage( "Search" ),
+ "Log" => new SpecialPage( "Log" ),
"Blockip" => new SpecialPage( "Blockip", "sysop" ),
"Asksql" => new SpecialPage( "Asksql", "sysop" ),
"Undelete" => new SpecialPage( "Undelete", "sysop" ),