r77086 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77085‎ | r77086 | r77087 >
Date:21:35, 21 November 2010
Author:ialex
Status:ok
Tags:
Comment:
* Break lines at 80 chars
* Remove trailing whitespaces
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)

Diff [purge]

Index: trunk/phase3/RELEASE-NOTES
@@ -77,7 +77,7 @@
7878 server side.
7979 * Removed $wgUpdates for database updates; extension should use
8080 DatabaseUpdater::addExtensionUpdate().
81 -* Removed $wgServerName. It doesn't need to be set anymore and is no longer
 81+* Removed $wgServerName. It doesn't need to be set anymore and is no longer
8282 available as input for other configuration items, either.
8383 * Remove $wgRemoteUploads. It was not well supported and superseded by
8484 $wgUploadNavigationUrl.
@@ -187,7 +187,8 @@
188188 for versioning
189189 * Maintenance scripts get a --memory-limit option to override defaults (which
190190 is usually to set it to -1 to disable the limit)
191 -* (bug 25397) Allow uploading (not displaying) of WebP images, disabled by default
 191+* (bug 25397) Allow uploading (not displaying) of WebP images, disabled
 192+ by default
192193 * (bug 23194) Special:ListFiles now has thumbnails
193194 * Use hreflang to specify canonical and alternate links, search engine friendly
194195 when a wiki has multiple variant languages.
@@ -375,7 +376,7 @@
376377 * (bug 20744) Wiki forgets about an uploaded file
377378 * (bug 17913) Don't show "older edit" when no older edit available
378379 * (bug 6204) TOC not properly rendered when using $wgMaxTocLevel
379 -* (bug 24977) The accesskey in history page now lead directly to the diff
 380+* (bug 24977) The accesskey in history page now lead directly to the diff
380381 instead of alterning focus between the two buttons.
381382 * (bug 24987) Special:ListUsers does not take external groups into account
382383 * (bug 20633) update.php has mixed language output
@@ -500,28 +501,28 @@
501502 missing
502503 * (bug 24724) list=allusers is out by 1 (shows total users - 1)
503504 * (bug 24166) API error when using rvprop=tags
504 -* Introduced "asynchronous download" mode for upload-by-url. Requires
 505+* Introduced "asynchronous download" mode for upload-by-url. Requires
505506 $wgAllowAsyncCopyUploads to be true.
506507 * sinumberingroup correctly gives size of 'user' group, and omits size of
507508 implicit groups rather than showing 0.
508509 * (bug 25248) API: paraminfo errors with certain modules
509 -* (bug 25303) Fix API parameter integer validation to actually enforce validation
510 - on the input values in addition to giving a warning. Also add flag to enforce (die)
511 - if integer out of range (breaking change!)
 510+* (bug 25303) Fix API parameter integer validation to actually enforce
 511+ validation on the input values in addition to giving a warning. Also add flag
 512+ to enforce (die) if integer out of range (breaking change!)
512513 * (bug 24792) API help for action=purge sometimes wrongly stated whether a
513514 POST request was needed due to cache pollution
514515 * Added iiprop=parsedcomment to prop=imageinfo, similar to prop=revisions
515 -* Added rvparse to parse revisions. For performance reasons if this option is
 516+* Added rvparse to parse revisions. For performance reasons if this option is
516517 used, rvlimit is enforced to 1.
517518 * (bug 25748) If a action=parse request provides an oldid that is actually the
518519 current revision id, try the parser cache, and save it to it if necessary
519520 * (bug 25463) Export header should not be shown if no pages were requested, to
520521 reduce confusion
521 -* (bug 25648) API discovery information has been added as RSD link in page
522 - <head> and by providing an API module action=rsd. Added hook
523 - ApiRsdServiceApis for extensions to add their own service to the services
 522+* (bug 25648) API discovery information has been added as RSD link in page
 523+ <head> and by providing an API module action=rsd. Added hook
 524+ ApiRsdServiceApis for extensions to add their own service to the services
524525 list.
525 -* The HTML of diff output markers has changed. Hyphens are now minus signs,
 526+* The HTML of diff output markers has changed. Hyphens are now minus signs,
526527 empty markers are now filled with non-breaking-space characters
527528 * (bug 25741) Add more data to list=search's srprop
528529 * (bug 25760) counter property still reported by the API when

Status & tagging log