Index: trunk/phase3/CREDITS |
— | — | @@ -11,6 +11,7 @@ |
12 | 12 | * Ashar Voultoiz |
13 | 13 | * Brian Wolff |
14 | 14 | * Bertrand Grondin |
| 15 | +* Brad Jorsch |
15 | 16 | * Brion Vibber |
16 | 17 | * Bryan Tong Minh |
17 | 18 | * Chad Horohoe |
Index: trunk/phase3/includes/api/ApiQueryRevisions.php |
— | — | @@ -609,9 +609,9 @@ |
610 | 610 | 'endid' => 'Stop revision enumeration on this revid (enum)', |
611 | 611 | 'start' => 'From which revision timestamp to start enumeration (enum)', |
612 | 612 | 'end' => 'Enumerate up to this timestamp (enum)', |
613 | | - 'dir' => $this->getDirectionDescription( $p ), |
614 | | - 'user' => 'Only include revisions made by user', |
615 | | - 'excludeuser' => 'Exclude revisions made by user', |
| 613 | + 'dir' => $this->getDirectionDescription( $p, ' (enum)' ), |
| 614 | + 'user' => 'Only include revisions made by user (enum)', |
| 615 | + 'excludeuser' => 'Exclude revisions made by user (enum)', |
616 | 616 | 'expandtemplates' => 'Expand templates in revision content', |
617 | 617 | 'generatexml' => 'Generate XML parse tree for revision content', |
618 | 618 | 'parse' => 'Parse revision content. For performance reasons if this option is used, rvlimit is enforced to 1.', |