https://www.mediawiki.org/wiki/Special:Code/MediaWiki/108241

Revision: 108241
Author:   reedy
Date:     2012-01-06 15:36:17 +0000 (Fri, 06 Jan 2012)
Log Message:
-----------
Add a few @since entries

Modified Paths:
--------------
    trunk/phase3/includes/installer/DatabaseUpdater.php

Modified: trunk/phase3/includes/installer/DatabaseUpdater.php
===================================================================
--- trunk/phase3/includes/installer/DatabaseUpdater.php 2012-01-06 15:30:57 UTC 
(rev 108240)
+++ trunk/phase3/includes/installer/DatabaseUpdater.php 2012-01-06 15:36:17 UTC 
(rev 108241)
@@ -153,6 +153,8 @@
         * Add a new update coming from an extension. This should be called by
         * extensions while executing the LoadExtensionSchemaUpdates hook.
         *
+        * @since 1.17
+        *
         * @param $update Array: the update to run. Format is the following:
         *                first item is the callback function, it also can be a
         *                simple string with the name of a function in this 
class,
@@ -167,6 +169,9 @@
        /**
         * Convenience wrapper for addExtensionUpdate() when adding a new table 
(which
         * is the most common usage of updaters in an extension)
+        *
+        * @since 1.18
+        *
         * @param $tableName String Name of table to create
         * @param $sqlPath String Full path to the schema file
         */
@@ -175,6 +180,8 @@
        }
 
        /**
+        * @since 1.19
+        *
         * @param $tableName string
         * @param $indexName string
         * @param $sqlPath string
@@ -184,6 +191,9 @@
        }
 
        /**
+        *
+        * @since 1.19
+        *
         * @param $tableName string
         * @param $columnName string
         * @param $sqlPath string


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to