r108241 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108240‎ | r108241 | r108242 >
Date:15:36, 6 January 2012
Author:reedy
Status:ok
Tags:
Comment:
Add a few @since entries
Modified paths:
  • /trunk/phase3/includes/installer/DatabaseUpdater.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/DatabaseUpdater.php
@@ -153,6 +153,8 @@
154154 * Add a new update coming from an extension. This should be called by
155155 * extensions while executing the LoadExtensionSchemaUpdates hook.
156156 *
 157+ * @since 1.17
 158+ *
157159 * @param $update Array: the update to run. Format is the following:
158160 * first item is the callback function, it also can be a
159161 * simple string with the name of a function in this class,
@@ -167,6 +169,9 @@
168170 /**
169171 * Convenience wrapper for addExtensionUpdate() when adding a new table (which
170172 * is the most common usage of updaters in an extension)
 173+ *
 174+ * @since 1.18
 175+ *
171176 * @param $tableName String Name of table to create
172177 * @param $sqlPath String Full path to the schema file
173178 */
@@ -175,6 +180,8 @@
176181 }
177182
178183 /**
 184+ * @since 1.19
 185+ *
179186 * @param $tableName string
180187 * @param $indexName string
181188 * @param $sqlPath string
@@ -184,6 +191,9 @@
185192 }
186193
187194 /**
 195+ *
 196+ * @since 1.19
 197+ *
188198 * @param $tableName string
189199 * @param $columnName string
190200 * @param $sqlPath string

Status & tagging log