Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -77,7 +77,7 @@ |
78 | 78 | server side. |
79 | 79 | * Removed $wgUpdates for database updates; extension should use |
80 | 80 | 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 |
82 | 82 | available as input for other configuration items, either. |
83 | 83 | * Remove $wgRemoteUploads. It was not well supported and superseded by |
84 | 84 | $wgUploadNavigationUrl. |
— | — | @@ -187,7 +187,8 @@ |
188 | 188 | for versioning |
189 | 189 | * Maintenance scripts get a --memory-limit option to override defaults (which |
190 | 190 | 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 |
192 | 193 | * (bug 23194) Special:ListFiles now has thumbnails |
193 | 194 | * Use hreflang to specify canonical and alternate links, search engine friendly |
194 | 195 | when a wiki has multiple variant languages. |
— | — | @@ -375,7 +376,7 @@ |
376 | 377 | * (bug 20744) Wiki forgets about an uploaded file |
377 | 378 | * (bug 17913) Don't show "older edit" when no older edit available |
378 | 379 | * (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 |
380 | 381 | instead of alterning focus between the two buttons. |
381 | 382 | * (bug 24987) Special:ListUsers does not take external groups into account |
382 | 383 | * (bug 20633) update.php has mixed language output |
— | — | @@ -500,28 +501,28 @@ |
501 | 502 | missing |
502 | 503 | * (bug 24724) list=allusers is out by 1 (shows total users - 1) |
503 | 504 | * (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 |
505 | 506 | $wgAllowAsyncCopyUploads to be true. |
506 | 507 | * sinumberingroup correctly gives size of 'user' group, and omits size of |
507 | 508 | implicit groups rather than showing 0. |
508 | 509 | * (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!) |
512 | 513 | * (bug 24792) API help for action=purge sometimes wrongly stated whether a |
513 | 514 | POST request was needed due to cache pollution |
514 | 515 | * 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 |
516 | 517 | used, rvlimit is enforced to 1. |
517 | 518 | * (bug 25748) If a action=parse request provides an oldid that is actually the |
518 | 519 | current revision id, try the parser cache, and save it to it if necessary |
519 | 520 | * (bug 25463) Export header should not be shown if no pages were requested, to |
520 | 521 | 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 |
524 | 525 | 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, |
526 | 527 | empty markers are now filled with non-breaking-space characters |
527 | 528 | * (bug 25741) Add more data to list=search's srprop |
528 | 529 | * (bug 25760) counter property still reported by the API when |