r23502 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23501‎ | r23502 | r23503 >
Date:12:55, 28 June 2007
Author:robchurch
Status:old
Tags:
Comment:
(bug 10392) Include MediaWiki version details in version output [Roan Kattouw]
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/api/ApiMain.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiMain.php
@@ -425,6 +425,7 @@
426426 */
427427 public function getVersion() {
428428 $vers = array ();
 429+ $vers[] = 'MediaWiki ' . SpecialVersion::getVersion();
429430 $vers[] = __CLASS__ . ': $Id$';
430431 $vers[] = ApiBase :: getBaseVersion();
431432 $vers[] = ApiFormatBase :: getBaseVersion();
Index: trunk/phase3/RELEASE-NOTES
@@ -257,6 +257,7 @@
258258 "interwiki" section of the output.
259259 * Added categorymembers list to query for pages in a category.
260260 * (bug 10260) Show page protection status
 261+* (bug 10392) Include MediaWiki version details in version output
261262
262263 == Maintenance script changes since 1.10 ==
263264

Follow-up revisions

RevisionCommit summaryAuthorDate
r23581Merged revisions 23406-23580 via svnmerge from...david04:50, 30 June 2007

Status & tagging log