r32237 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r32236‎ | r32237 | r32238 >
Date:18:28, 20 March 2008
Author:btongminh
Status:old
Tags:
Comment:
(bug 13444) Add description to list=watchlist
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/api/ApiQueryWatchlist.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQueryWatchlist.php
@@ -315,7 +315,7 @@
316316 }
317317
318318 public function getDescription() {
319 - return '';
 319+ return "Get all recent changes to pages in the logged in user's watchlist";
320320 }
321321
322322 protected function getExamples() {
Index: trunk/phase3/RELEASE-NOTES
@@ -140,6 +140,7 @@
141141 * (bug 13395) list=allcategories should use category table
142142 * (bug 13442) Missing pages in prop=langlinks and prop=extlinks are now
143143 handled properly.
 144+* (bug 13444) Add description to list=watchlist
144145
145146 === Languages updated in 1.13 ===
146147

Status & tagging log