r114376 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r114375‎ | r114376 | r114377 >
Date:17:06, 21 March 2012
Author:reedy
Status:deferred (Comments)
Tags:
Comment:
Tidy up and normalise RELEASE-NOTES-1.19
Modified paths:
  • /branches/REL1_19/phase3/RELEASE-NOTES-1.19 (modified) (history)

Diff [purge]

Index: branches/REL1_19/phase3/RELEASE-NOTES-1.19
@@ -13,19 +13,19 @@
1414
1515 === Changes since 1.19 beta 1 ===
1616 * (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.
2020 * (bug 34887) $3 and $4 parameters are now substituted correctly in message
21 - "movepage-moved"
 21+ "movepage-moved".
2222 * (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.
2626 * (bug 31417) New ID mw-content-text around the actual page text, without categories,
2727 contentSub, ... The same div often also contains the class mw-content-ltr/rtl.
2828 * (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
3030 core parser functions which operate on strings, such as padleft.
3131 * (bug 18295) Don't expose strip markers when a tag appears inside a link
3232 inside a heading.
@@ -126,8 +126,8 @@
127127 200 status code instead of 404 for nonexistent articles.
128128 * (bug 33447) Link to the broken image tracking category from Special:Wantedfiles.
129129 * (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.
132132 Enable by setting $wgEnableJavaScriptTest to true.
133133 * Extensions can use the RequestContextCreateSkin hook to override what skin is
134134 loaded in some contexts.
@@ -144,6 +144,8 @@
145145 * Special:MovePage now has a dropdown menu for namespaces.
146146 * (bug 34420) Special:Version now shows git HEAD sha1 when available.
147147 * (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.
148150
149151 === Bug fixes in 1.19 ===
150152 * $wgUploadNavigationUrl should be used for file redlinks if.
@@ -276,11 +278,12 @@
277279 * (bug 28936, bug 5280) Broken or invalid titles can't be removed from watchlist.
278280 * (bug 34600) Older skins using useHeadElement=false were broken in 1.18.
279281 * (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.
281283 * (bug 29753) mw.util.tooltipAccessKeyPrefix should be alt-shift for Chrome
282284 on Windows
283285 * (bug 25095) Special:Categories should also include the first relevant item
284286 when "from" is filled.
 287+* (bug 12262) Indents and lists are now aligned
285288 * (bug 34972) An error occurred while changing your watchlist settings for
286289 [[Special:WhatLinksHere/Example]]
287290
@@ -319,8 +322,8 @@
320323 calling action=purge&forcelinkupdate.
321324 * (bug 34377) action=watch now parses messages using the correct title instead
322325 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.
325328
326329 === Languages updated in 1.19 ===
327330

Comments

#Comment by Krinkle (talk | contribs)   03:51, 22 March 2012
-* ([https://bugzilla.wikimedia.org/show_bug.cgi?id=22555 bug 22555]) Remove or skip strip markers from tag hooks like <nowiki> in 
+	* ([https://bugzilla.wikimedia.org/show_bug.cgi?id=22555 bug 22555]) Remove or skip strip markers from tag hooks like <nowiki> in 

When this is re-applied in git, fix the above change (which inserted a leading tab)

#Comment by Reedy (talk | contribs)   14:25, 22 March 2012

Yeah, I'd already fixed that locally

#Comment by Reedy (talk | contribs)   00:38, 23 March 2012

Status & tagging log