r71405 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71404‎ | r71405 | r71406 >
Date:14:54, 21 August 2010
Author:ialex
Status:ok
Tags:
Comment:
break lines a 80 chars
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)

Diff [purge]

Index: trunk/phase3/RELEASE-NOTES
@@ -102,7 +102,7 @@
103103 * (bug 23621) New Special:ComparePages to compare (diff) two articles.
104104 * (bug 4597) Provide support in Special:Contributions to show only "current"
105105 contributions
106 -* (bug 17857) {{anchorencode}} acts more like how the parser creates section ids.
 106+* (bug 17857) {{anchorencode}} acts more like how the parser creates section ids
107107 * (bug 21477) \& can now be used in <math>
108108 * (bug 11641) \dotsc \dotsm \dotsi \dotso can now be used in <math>
109109 * (bug 21475) \mathtt and \textsf can now be used in <math>
@@ -272,10 +272,11 @@
273273 * (bug 19910) Headings of the form ===+\s+ are now displayed as valid headings
274274 * (bug 24022) Only check file extensions on the uploadpage when needed.
275275 * (bug 24076) Recognize Office 2003 files with OpenXML trailers
276 -* (bug 24244) Updated comments in DefaultSettings.php to reflect Image: --> File:
277 - namespace rename.
 276+* (bug 24244) Updated comments in DefaultSettings.php to reflect
 277+ Image: --> File: namespace rename.
278278 * Make wfTimestamp recognize negative unix timestamp values.
279 -* (bug 24401) SimpleSearch: No button/text indicating 'Search' if image is disabled
 279+* (bug 24401) SimpleSearch: No button/text indicating 'Search' if image is
 280+ disabled
280281 * (bug 23293) Do not show change tags when special:recentchanges(linked)
281282 or special:newpages is transcluded into another page as it messes up the
282283 page.
@@ -285,12 +286,12 @@
286287 useful error message.
287288 * Uploading to a protected title will allow the user to choose a new name
288289 instead of showing an error page
289 -* (bug 24425) Use Database::replace instead of delete/insert in SqlBagOStuff::set
290 - to avoid query errors about duplicate keynames.
 290+* (bug 24425) Use Database::replace instead of delete/insert in
 291+ SqlBagOStuff::set to avoid query errors about duplicate keynames.
291292 * (bug 15470) First letters of filenames are always capitalized by upload JS.
292293 * (bug 21215) NoLocalSettings.php doesn't tolerate rewrite rules
293294 * (bug 21052) Fix link color for stubs in NewPages
294 -* (bug 24714) Usage of {{#dateformat: }} in wikis without $wgUseDynamicDates no
 295+* (bug 24714) Usage of {{#dateformat: }} in wikis without $wgUseDynamicDates no
295296 longer pollutes the parser cache.
296297 * (bug 17031) Correct which characters the parser allows in tag attributes.
297298 * Save 200 useless queries on each category page view
@@ -303,7 +304,8 @@
304305 * (bug 22868) don't list infinite block expiry date as "now" in API logevents.
305306 * (bug 22290) prop=revisions now outputs "comment" field even when comment.
306307 is empty, for consistency with list=recentchanges.
307 -* (bug 19721) API action=help should have a way to just list for a specific module.
 308+* (bug 19721) API action=help should have a way to just list for a specific
 309+ module.
308310 * (bug 23458) Add support for pageid parameter to action=parse requests.
309311 * (bug 23460) Parse action should have a section option.
310312 * (bug 21346) Make deleted images searchable by hash.
@@ -323,35 +325,41 @@
324326 ( 'paramname' => 'defaultval' ) correctly when outputting help
325327 * (bug 24089) Logevents causes PHP Notice if leprop=title isn't supplied
326328 * (bug 23473) Give description of properties on all modules
327 -* (bug 24136) unknownerror when adding new section without summary, but forceditsummary
328 -* (bug 16886) Sister projects box moves down the extract of the first result in IE 7.
 329+* (bug 24136) unknownerror when adding new section without summary, but
 330+ forceditsummary
 331+* (bug 16886) Sister projects box moves down the extract of the first result
 332+ in IE 7.
329333 * (bug 22339) Added srwhat=nearmatch to list=search to get a "go" result
330 -* (bug 24303) Added new &servedby parameter to all actions which adds the hostname
331 - that served the request to the result. It is also added unconditionally on error
332 -* (bug 24185) Titles in the Media and Special namespace are now supported for
 334+* (bug 24303) Added new &servedby parameter to all actions which adds the
 335+ hostname that served the request to the result. It is also added
 336+ unconditionally on error
 337+* (bug 24185) Titles in the Media and Special namespace are now supported for
333338 title normalization in action=query. Special pages have their name resolved
334339 to the local alias.
335340 * (bug 24296) Added converttitles parameter to convert titles to their
336341 canonical language variant.
337342 * Fixed "link" parameter in image links with "thumb" parameter.
338343 * (bug 23936) Add "displaytitle" to query/info API
339 -* (bug 24485) Make iwbacklinks a generator, optionally display iwprefix and iwtitle
340 -* (bug 24564) Fix fatal errors when using list=deletedrevs, prop=revisions or
 344+* (bug 24485) Make iwbacklinks a generator, optionally display iwprefix and
 345+ iwtitle
 346+* (bug 24564) Fix fatal errors when using list=deletedrevs, prop=revisions or
341347 one of the backlinks generators with limit=max.
342348 * (bug 24656) API's parse module needs option to disable PP report
343 -* PARAM_REQUIRED parameter flag added. If this flag is set, and the end user does not set
344 - the parameter, the API will automatically throw an error.
345 -* (bug 24665) When starttimestamp is not specified, fake it by setting it to NOW, not to
346 - the timestamp of the last edit
347 -* (bug 24677) axto= parameters added to allcategories, allimages, alllinks, allmessages,
348 - allpages, and allusers
349 -* (bug 24236) Add add, remove, add-self, remove-self tags to meta=siteinfo&siprop=usergroups
350 -* (bug 24484) Add prop=pageprops module
351 -* (bug 24330) Add &redirect parameter to ?action=edit
352 -* (bug 24722) For list=allusers&auprop=blockinfo, only show blockedby and blockreason if
353 - the user is actually blocked.
 349+* PARAM_REQUIRED parameter flag added. If this flag is set, and the end user
 350+ does not set the parameter, the API will automatically throw an error.
 351+* (bug 24665) When starttimestamp is not specified, fake it by setting it to
 352+ NOW, not to the timestamp of the last edit
 353+* (bug 24677) axto= parameters added to allcategories, allimages, alllinks,
 354+ allmessages, allpages, and allusers
 355+* (bug 24236) Add add, remove, add-self, remove-self tags to
 356+ meta=siteinfo&siprop=usergroups
 357+* (bug 24484) Add prop=pageprops module
 358+* (bug 24330) Add &redirect parameter to ?action=edit
 359+* (bug 24722) For list=allusers&auprop=blockinfo, only show blockedby and
 360+ blockreason if the user is actually blocked.
354361 * Add format=dump and format=dumpfm, outputs results in PHP's var_dump() format
355 -* For required string parameters, if '' is provided, this is now classed as missing
 362+* For required string parameters, if '' is provided, this is now classed as
 363+ missing
356364
357365 === Languages updated in 1.17 ===
358366

Status & tagging log