Make $wgDebugRawPage=false also ignore load.php, so that debug logs can be readable...
[lhc/web/wiklou.git] / includes / RecentChange.php
index 11b65b7..8cc5dd7 100644 (file)
@@ -201,7 +201,7 @@ class RecentChange {
                                $editor = ($wgUser->getName() == $this->mAttribs['rc_user_text']) ? 
                                        $wgUser : User::newFromName( $this->mAttribs['rc_user_text'], false );
                        }
-                       # FIXME: this would be better as an extension hook
+                       # @todo FIXME: This would be better as an extension hook
                        $enotif = new EmailNotification();
                        $title = Title::makeTitle( $this->mAttribs['rc_namespace'], $this->mAttribs['rc_title'] );
                        $enotif->notifyOnPageChange( $editor, $title,
@@ -340,7 +340,6 @@ class RecentChange {
        /**
         * Makes an entry in the database corresponding to an edit
         *
-        * @static
         * @param $timestamp
         * @param $title Title
         * @param $minor
@@ -407,7 +406,6 @@ class RecentChange {
         * Note: the title object must be loaded with the new id using resetArticleID()
         * @todo Document parameters and return
         *
-        * @static
         * @param $timestamp
         * @param $title Title
         * @param $minor
@@ -469,7 +467,6 @@ class RecentChange {
        # Makes an entry in the database corresponding to a rename
 
        /**
-        * @static
         * @param $timestamp
         * @param $oldTitle Title
         * @param $newTitle Title
@@ -547,7 +544,6 @@ class RecentChange {
        }
 
        /**
-        * @static
         * @param $timestamp
         * @param $title Title
         * @param $user User