r101342 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101341‎ | r101342 | r101343 >
Date:09:11, 31 October 2011
Author:catrope
Status:ok
Tags:
Comment:
[RL2] Also get the description in mw.gadgets.api
Modified paths:
  • /branches/RL2/extensions/Gadgets/modules/ext.gadgets.api.js (modified) (history)

Diff [purge]

Index: branches/RL2/extensions/Gadgets/modules/ext.gadgets.api.js
@@ -172,7 +172,7 @@
173173 format: 'json',
174174 action: 'query',
175175 list: 'gadgets',
176 - gaprop: 'id|title|metadata|definitiontimestamp',
 176+ gaprop: 'id|title|desc|metadata|definitiontimestamp',
177177 galanguage: mw.config.get( 'wgUserLanguage' )
178178 };
179179 if ( id !== null ) {

Status & tagging log