Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -20,10 +20,10 @@ |
21 | 21 | |
22 | 22 | === Configuration changes in 1.16 === |
23 | 23 | * $wgScriptModifiedMsgCheck Checks the mediawiki namespace recent changes to |
24 | | -ensure a updated urid for script-loader |
| 24 | + ensure a updated urid for script-loader |
25 | 25 | * $wgScriptModifiedCheck Checks script file modified time for unique request id) |
26 | 26 | * $wgEnableAsyncDownload (lets you disable Async download for windows. |
27 | | -Hopefully we will remove this configuration var soon) |
| 27 | + Hopefully we will remove this configuration var soon) |
28 | 28 | * $wgEnableFirefogg enable support for firefogg extension, firefogg supports |
29 | 29 | in-browser transcoding, chunk uploads and client side hash checking. |
30 | 30 | * $wgEnableTemporalOggUrls enable oggz_chop support a server side ogg seeking |
— | — | @@ -658,7 +658,8 @@ |
659 | 659 | * (bug 21672) Add missing Accept-Language to both Vary and XVO headers |
660 | 660 | * (bug 21679) "Edit block reasons" link at the bottom of Special:Blockip is now |
661 | 661 | only displayed to the users that have "editinterface" right |
662 | | -* (bug 21740) Attempting to protect a page that doesn't exist (salting) returns "unknown error" |
| 662 | +* (bug 21740) Attempting to protect a page that doesn't exist (salting) returns |
| 663 | + "unknown error" |
663 | 664 | * (bug 18762) both redirects and links get fixed one after another if |
664 | 665 | redirects-only switch is not present |
665 | 666 | * (bug 20159) thumbnails rerendered if older that $wgThumbnailEpoch |
— | — | @@ -669,7 +670,8 @@ |
670 | 671 | * (bug 21559) "logempty" message is now wrapped in a div with class |
671 | 672 | "mw-warning-logempty" when used in log extract |
672 | 673 | * (bug 20549) Parser tests were broken on SQLite backend |
673 | | -* (bug 21776) Interwiki urls like http://en.wikibooks.org/wiki/cs: should give a redirect instead of a baderror. |
| 674 | +* (bug 21776) Interwiki urls like http://en.wikibooks.org/wiki/cs: should give |
| 675 | + a redirect instead of a baderror. |
674 | 676 | |
675 | 677 | == API changes in 1.16 == |
676 | 678 | |