r23862 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23861‎ | r23862 | r23863 >
Date:08:32, 8 July 2007
Author:yurik
Status:old
Tags:
Comment:
API: updated help screen
Modified paths:
  • /trunk/phase3/includes/api/ApiMain.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiMain.php
@@ -322,6 +322,7 @@
323323 protected function getDescription() {
324324 return array (
325325 '',
 326+ '',
326327 '******************************************************************',
327328 '** **',
328329 '** This is an auto-generated MediaWiki API documentation page **',
@@ -331,15 +332,18 @@
332333 '** **',
333334 '******************************************************************',
334335 '',
335 - 'Status: ALPHA -- all features shown on this page should be working,',
336 - ' but the API is still in active development, and may change at any time.',
337 - ' Make sure you monitor changes to this page, wikitech-l mailing list,',
338 - ' or the source code in the includes/api directory for any changes.',
 336+ 'Status: All features shown on this page should be working, but the API',
 337+ ' is still in active development, and may change at any time.',
 338+ ' Make sure to monitor our mailing list for any updates.',
339339 '',
 340+ 'Documentation: http://www.mediawiki.org/wiki/API',
 341+ 'Mailing list: http://lists.wikimedia.org/mailman/listinfo/mediawiki-api',
340342 'Bugs & Requests: http://bugzilla.wikimedia.org/buglist.cgi?component=API&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=bugs.delta_ts',
341343 '',
342344 '',
343345 '',
 346+ '',
 347+ '',
344348 );
345349 }
346350

Follow-up revisions

RevisionCommit summaryAuthorDate
r23912Merged revisions 23662-23909 via svnmerge from...david18:11, 9 July 2007

Status & tagging log