Index: branches/REL1_19/phase3/RELEASE-NOTES-1.19 |
— | — | @@ -13,19 +13,19 @@ |
14 | 14 | |
15 | 15 | === Changes since 1.19 beta 1 === |
16 | 16 | * (bug 35014) Including a special page no longer sets the page's title to the |
17 | | - included page |
18 | | -* (bug 35019) Edit summaries are no longer transformed in notification e-mails |
19 | | -* (bug 35152) Help message for e-mail is shown again in user preferences |
| 17 | + included page. |
| 18 | +* (bug 35019) Edit summaries are no longer transformed in notification e-mails. |
| 19 | +* (bug 35152) Help message for e-mail is shown again in user preferences. |
20 | 20 | * (bug 34887) $3 and $4 parameters are now substituted correctly in message |
21 | | - "movepage-moved" |
| 21 | + "movepage-moved". |
22 | 22 | * (bug 34841) Edit links are no longer displayed when display old page versions |
23 | | -* (bug 34889) User name should be normalized on Special:Contributions |
24 | | -* (bug 35051) If heading has a trailing space after == then its name is not |
25 | | - preloaded into edit summary on section edit |
| 23 | +* (bug 34889) User name should be normalized on Special:Contributions. |
| 24 | +* (bug 35051) If heading has a trailing space after == then its name is not |
| 25 | + preloaded into edit summary on section edit. |
26 | 26 | * (bug 31417) New ID mw-content-text around the actual page text, without categories, |
27 | 27 | contentSub, ... The same div often also contains the class mw-content-ltr/rtl. |
28 | 28 | * (bug 35303) Proxy and DNS blacklist blocking works again |
29 | | -* (bug 22555) Remove or skip strip markers from tag hooks like <nowiki> in |
| 29 | + * (bug 22555) Remove or skip strip markers from tag hooks like <nowiki> in |
30 | 30 | core parser functions which operate on strings, such as padleft. |
31 | 31 | * (bug 18295) Don't expose strip markers when a tag appears inside a link |
32 | 32 | inside a heading. |
— | — | @@ -126,8 +126,8 @@ |
127 | 127 | 200 status code instead of 404 for nonexistent articles. |
128 | 128 | * (bug 33447) Link to the broken image tracking category from Special:Wantedfiles. |
129 | 129 | * (bug 27724) Add timestamp to job queue. |
130 | | -* (bug 30339) Implement SpecialPage for running javascript tests. Disabled by default, due to |
131 | | - tests potentially being harmful, not to be run on a production wiki. |
| 130 | +* (bug 30339) Implement SpecialPage for running javascript tests. Disabled by default, |
| 131 | + due to tests potentially being harmful, not to be run on a production wiki. |
132 | 132 | Enable by setting $wgEnableJavaScriptTest to true. |
133 | 133 | * Extensions can use the RequestContextCreateSkin hook to override what skin is |
134 | 134 | loaded in some contexts. |
— | — | @@ -144,6 +144,8 @@ |
145 | 145 | * Special:MovePage now has a dropdown menu for namespaces. |
146 | 146 | * (bug 34420) Special:Version now shows git HEAD sha1 when available. |
147 | 147 | * (bug 33952) Refactor mw.toolbar to allow dynamic additions at any time. |
| 148 | +* Now possible to specify separate section title and edit summary when adding |
| 149 | + a new section to a page via the edit API action. |
148 | 150 | |
149 | 151 | === Bug fixes in 1.19 === |
150 | 152 | * $wgUploadNavigationUrl should be used for file redlinks if. |
— | — | @@ -276,11 +278,12 @@ |
277 | 279 | * (bug 28936, bug 5280) Broken or invalid titles can't be removed from watchlist. |
278 | 280 | * (bug 34600) Older skins using useHeadElement=false were broken in 1.18. |
279 | 281 | * (bug 34604) [mw.config] wgActionPaths should be an object instead of a numeral |
280 | | - array.* (bug 12262) Indents and lists are now aligned |
| 282 | + array. |
281 | 283 | * (bug 29753) mw.util.tooltipAccessKeyPrefix should be alt-shift for Chrome |
282 | 284 | on Windows |
283 | 285 | * (bug 25095) Special:Categories should also include the first relevant item |
284 | 286 | when "from" is filled. |
| 287 | +* (bug 12262) Indents and lists are now aligned |
285 | 288 | * (bug 34972) An error occurred while changing your watchlist settings for |
286 | 289 | [[Special:WhatLinksHere/Example]] |
287 | 290 | |
— | — | @@ -319,8 +322,8 @@ |
320 | 323 | calling action=purge&forcelinkupdate. |
321 | 324 | * (bug 34377) action=watch now parses messages using the correct title instead |
322 | 325 | of "API". |
323 | | -* (bug 35036) WikiLove messages were not automatically updated in JavaScript |
324 | | - after having been changed on-wiki due to a bug in core |
| 326 | +* (bug 35036) ResourceLoaderWikiModule should auto-update when messages (created |
| 327 | + or overwritten) in the MediaWiki namespace change. |
325 | 328 | |
326 | 329 | === Languages updated in 1.19 === |
327 | 330 | |