+a few docs
authorChad Horohoe <demon@users.mediawiki.org>
Mon, 6 Oct 2008 15:31:03 +0000 (15:31 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Mon, 6 Oct 2008 15:31:03 +0000 (15:31 +0000)
includes/ProtectionForm.php
includes/Sanitizer.php
includes/SquidUpdate.php
includes/specials/SpecialAllpages.php

index 20026ac..c2ab2e3 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 /**
- * @todo document, briefly.
+ * Handles the page protection UI and backend
  */
 class ProtectionForm {
        /** A map of action to restriction level, from request or default */
index 13cde25..84cc7f8 100644 (file)
@@ -1122,7 +1122,8 @@ class Sanitizer {
        }
 
        /**
-        * @todo Document it a bit
+        * Foreach array key (an allowed HTML element), return an array
+        * of allowed attributes
         * @return array
         */
        static function setupAttributeWhitelist() {
index f69d1f0..c8497a8 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 /**
- * @todo document
+ * Handles purging appropriate Squid URLs given a title (or titles)
  * @ingroup Cache
  */
 class SquidUpdate {
index f27c120..b7acb36 100644 (file)
@@ -227,8 +227,9 @@ class SpecialAllpages extends IncludableSpecialPage {
        }
 
        /**
-        * @todo Document
-        * @param string $from
+        * Show a line of "ABC to DEF" ranges of articles
+        * @param string $inpoint Lower limit of pagenames
+        * @param string $outpout Upper limit of pagenames
         * @param integer $namespace (Default NS_MAIN)
         */
        function showline( $inpoint, $outpoint, $namespace = NS_MAIN ) {