From: Bryan Tong Minh Date: Thu, 20 Mar 2008 18:28:02 +0000 (+0000) Subject: (bug 13444) Add description to list=watchlist X-Git-Tag: 1.31.0-rc.0~48924 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=47223f2f08dc33a163326490a5a10bd162d2355b;p=lhc%2Fweb%2Fwiklou.git (bug 13444) Add description to list=watchlist --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 1db811a2f4..a64df70708 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -140,6 +140,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 13395) list=allcategories should use category table * (bug 13442) Missing pages in prop=langlinks and prop=extlinks are now handled properly. +* (bug 13444) Add description to list=watchlist === Languages updated in 1.13 === diff --git a/includes/api/ApiQueryWatchlist.php b/includes/api/ApiQueryWatchlist.php index 8960664458..16f8855c7f 100644 --- a/includes/api/ApiQueryWatchlist.php +++ b/includes/api/ApiQueryWatchlist.php @@ -315,7 +315,7 @@ class ApiQueryWatchlist extends ApiQueryGeneratorBase { } public function getDescription() { - return ''; + return "Get all recent changes to pages in the logged in user's watchlist"; } protected function getExamples() {