r82170 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82169‎ | r82170 | r82171 >
Date:15:24, 15 February 2011
Author:reedy
Status:ok
Tags:
Comment:
Document 2 parameters that were missed
Modified paths:
  • /trunk/extensions/CodeReview/api/ApiRevisionUpdate.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/api/ApiRevisionUpdate.php
@@ -128,6 +128,8 @@
129129 'removetags' => 'Tags to be removed from the revision',
130130 'addflags' => 'Code Signoff flags to assign to the revision by the current user',
131131 'removeflags' => 'Code Signoff flags to strike from the revision by the current user',
 132+ 'addreferences' => 'Add references to this revision',
 133+ 'removereferences' => 'Remove references from this revision',
132134 );
133135 }
134136

Status & tagging log