r74092 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74091‎ | r74092 | r74093 >
Date:19:32, 1 October 2010
Author:ialex
Status:ok
Tags:
Comment:
Break lines at 80 chars
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)

Diff [purge]

Index: trunk/phase3/RELEASE-NOTES
@@ -61,12 +61,14 @@
6262 responses from ResourceLoader based on whether the request's URL contained a
6363 version parameter or not.
6464 * $wgResourceLoaderDebug was added to specify the default state of debug mode;
65 - this will still be overridden with the debug URL parameter a la $wgLanguageCode.
 65+ this will still be overridden with the debug URL parameter a la
 66+ $wgLanguageCode.
6667 * $wgResourceLoaderInlinePrivateModules was added to specify whether private
67 - modules such as user.options should be embedded in the HTML output or delivered
68 - through a resource loader request, which bypasses server cache (like squid) and
69 - checks the user parameter against $wgUser. The former adds more data to all
70 - pages, while the latter adds a request which cannot be cached server side.
 68+ modules such as user.options should be embedded in the HTML output or
 69+ delivered through a resource loader request, which bypasses server cache (like
 70+ squid) and checks the user parameter against $wgUser. The former adds more
 71+ data to all pages, while the latter adds a request which cannot be cached
 72+ server side.
7173 * Removed $wgUpdates for database updates; extension should use
7274 DatabaseUpdater::addExtensionUpdate().
7375
@@ -140,7 +142,8 @@
141143 because it encourages edits to be marked minor accidentally and it can be
142144 easily replicated by custom user scripts for those who really want it.
143145 * Non-file pages can no longer be moved to the file namespace, nor vice versa.
144 -* (bug 671) The <dfn>, <kbd> and <samp> elements have been whitelisted in user input
 146+* (bug 671) The <dfn>, <kbd> and <samp> elements have been whitelisted in user
 147+ input
145148 * (bug 24563) Entries on Special:WhatLinksHere now have a link to their history
146149 * (bug 21503) There's now a "reason" field when creating account for other users
147150 * (bug 24418) action=markpatrolled now requires a token
@@ -170,7 +173,8 @@
171174 * Special:Version now displays whether a SQLite database supports full-text
172175 search.
173176 * (bug 24343) New parser hook {{linkurl:}}, same as {{localurl:}} with fragment
174 -* TS_ISO_8691_BASIC was added as a time format, which is used by ResourceLoader for versioning
 177+* TS_ISO_8691_BASIC was added as a time format, which is used by ResourceLoader
 178+ for versioning
175179
176180 === Bug fixes in 1.17 ===
177181 * (bug 17560) Half-broken deletion moved image files to deletion archive
@@ -344,7 +348,8 @@
345349 * (bug 25292) SkinSubPageSubtitle hook now passes the Skin object as second
346350 parameter
347351 * (bug 25167) Correctly load JS fixes for IE6 (fixing a regression in 1.16)
348 -* (bug 25367) wfShellExec() is more explicit when failing due to disabled passthru()
 352+* (bug 25367) wfShellExec() is more explicit when failing due to disabled
 353+ passthru()
349354
350355 === API changes in 1.17 ===
351356 * (bug 22738) Allow filtering by action type on query=logevent.
@@ -387,7 +392,8 @@
388393 to the local alias.
389394 * (bug 24296) Added converttitles parameter to convert titles to their
390395 canonical language variant.
391 -* (bug 17398) Fixed "link" parameter in image links with "thumb" or "frame" parameter.
 396+* (bug 17398) Fixed "link" parameter in image links with "thumb" or "frame"
 397+ parameter.
392398 * (bug 23936) Add "displaytitle" to query/info API
393399 * (bug 24485) Make iwbacklinks a generator, optionally display iwprefix and
394400 iwtitle

Status & tagging log