r112183 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112182‎ | r112183 | r112184 >
Date:02:43, 23 February 2012
Author:krinkle
Status:ok
Tags:
Comment:
release-notes-1.19
* Update some bug summaries to clearer versions (to lessen ambiguity as to whether it describes the removed behavior or the added one).

* Removed "Some deprecated presentational html attributes will now be automatically
converted to css." duplicate entry of "Most presentational html attributes like valign are now converted to inline css style rules."

* Removed bug 24037, which was reverted.
Modified paths:
  • /trunk/phase3/RELEASE-NOTES-1.19 (modified) (history)

Diff [purge]

Index: trunk/phase3/RELEASE-NOTES-1.19
@@ -25,7 +25,7 @@
2626 * Removed $wgExtensionAliasesFiles. Use wgExtensionMessagesFiles.
2727
2828 === New features in 1.19 ===
29 -* (bug 19838) Possibility to get all interwiki prefixes if the interwiki
 29+* (bug 19838) Add ability to get all interwiki prefixes also if the interwiki
3030 cache is used.
3131 * $wgDnsBlacklistUrls now accepts an array with url and key as the
3232 elements to work with DNSBLs that require keys, such as
@@ -68,12 +68,10 @@
6969 localisation.
7070 * (bug 30364) LanguageConverter now depends on the page content language
7171 instead of the wiki content language.
72 -* Jump links will now be usable in css-capable browsers instead of only
 72+* Jump links will now be usable in CSS-capable browsers instead of only
7373 in outdated text browsers.
7474 * New common*.css files usable by skins instead of having to copy piles
7575 of generic styles from MonoBook or Vector's css.
76 -* Some deprecated presentational html attributes will now be automatically
77 - converted to css.
7876 * (bug 31297) Add support for namespaces in Special:RecentChanges subpage filter
7977 syntax.
8078 * The default user signature now contains a talk link in addition to the user link.
@@ -85,23 +83,22 @@
8684 * Introduce $wgEnableSearchContributorsByIP which controls whether searching
8785 for an IP address redirects to the contributions list for that IP.
8886 * (bug 8859) Database::update should take array of tables too.
89 -* (bug 19698) Inverse selection for Special:Contributions.
90 -* (bug 24037) Add byte length of revision to Special:Contributions.
 87+* (bug 19698) Add "Inverse namespaces" option to Special:Contributions.
9188 * (bug 1672) Added $wgDisableUploadScriptChecks to allow uploading of files
9289 containing HTML or JS. DISABLING THESE CHECKS IS VERY DANGEROUS.
9390 * New path mappings can be added using the WebRequestPathInfoRouter hook
9491 and adding paths to the PathRouter.
95 -* (bug 32666) Special:ActiveUsers now allows a subpage to be used as the
96 - username (eg. Special:ActiveUsers/Username)
 92+* (bug 32666) Special:ActiveUsers now allows a subpage to be used as value for the
 93+ "target" query parameter (eg. Special:ActiveUsers/Username)
9794 * New JavaScript variable wgPageContentLanguage
9895 * Added new debugging toolbar, enabled with $wgDebugToolbar
99 -* Differences in the history page now uses slightly better colors for people
 96+* (bug 11374) Differences in the history page now uses slightly better colors for people
10097 perceiving colors differently.
10198 * (bug 32879) Upgrade jQuery to 1.7.1
10299 * jQuery UI upgraded to 1.8.17
103100 * Extensions can use the 'Language::getMessagesFileName' hook to define new
104101 languages using messages files outside of core.
105 -* (bug 32512) Include 'associated namespace' checkbox on Special:Contributions
 102+* (bug 32512) Add 'Associated namespace' checkbox to Special:Contributions
106103 * Added $wgSend404Code, true by default, which can be set to false to send a
107104 200 status code instead of 404 for nonexistent articles.
108105 * (bug 33447) Link to the broken image tracking category from Special:Wantedfiles.
@@ -125,9 +122,9 @@
126123 * (bug 34420) Special:Version now shows git HEAD sha1 when available
127124
128125 === Bug fixes in 1.19 ===
129 -* $wgUploadNavigationUrl should be used for file redlinks if.
130 - $wgUploadMissingFileUrl is not set. The first was used for this
131 - until the second was introduced in 1.17.
 126+* $wgUploadNavigationUrl is now used for file redlinks if
 127+ $wgUploadMissingFileUrl is not set. The former was used for this until the
 128+ second was introduced in 1.17.
132129 * (bug 27894) Move 'editondblclick' event listener down from body to
133130 div#bodyContent.
134131 * (bug 30172) The check for posix_isatty() in maintenance scripts did not detect
@@ -137,14 +134,13 @@
138135 require_once() instead require() for included extensions.
139136 * Do not convert text in the user interface language to another script.
140137 * (bug 26283) Previewing user JS/CSS pages didn't load other user JS/CSS pages.
141 -* (bug 11374) Improved diff readability for colorblind people.
142138 * (bug 26486) ResourceLoader modules with paths to nonexistent files cause PHP
143139 warnings/notices to be thrown.
144 -* (bug 30335) Fix for HTMLForms using GET breaking when non-friendly URLs are
145 - used.
146 -* (bug 28649) Avoiding half truncated multi-byte unicode characters when
 140+* (bug 30335) Fix for HTMLForms using GET that were breaking when non-friendly
 141+ URLs are used.
 142+* (bug 28649) Preventing half truncated multi-byte unicode characters when
147143 truncating log comments.
148 -* Show --batch-size option in help of maintenance scripts that support it
 144+* Show --batch-size option in help of maintenance scripts that support it.
149145 * (bug 4381) Magic quotes cleaning was not comprehensive, key strings were not
150146 unescaped.
151147 * (bug 23057) Importers no longer can 'edit' or 'create' a fully-protected page by
@@ -152,12 +148,12 @@
153149 * Allow moving the associated talk pages of subpages even if the base page
154150 has no subpage.
155151 * Per page edit-notices now work in namespaces without subpages enabled.
156 -* (bug 31081) $wgEnotifUseJobQ caused many unnecessary jobs to be queued.
 152+* (bug 31081) $wgEnotifUseJobQ is no longer unconditionally enqueueing jobs.
157153 * (bug 30202) File names are now restricted on upload to 240 bytes, because of
158154 restrictions on some of the database fields.
159155 * Timezones are now recognised in user preferences when offset is different
160156 due to DST.
161 -* (bug 31692) "summary" parameter now also work when undoing revisions.
 157+* (bug 31692) "summary" parameter now also works when undoing revisions.
162158 * (bug 18823) "move succeeded" text displayed bluelinks even when redirect was
163159 suppressed.
164160 * (bug 19186) Special:UserLogin's title on Special:SpecialPages now says

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r88008* bug 24037freakolowsky17:11, 13 May 2011
r95343(bug 24037) Allow transclusion from the beginning of the page to a certain se...johnduhart22:14, 23 August 2011
r103770(bug 24037) Add byte length of revision to Special:Contributions. Patch by Um...catrope18:17, 20 November 2011
r103993Revert r103770 (bug 24037) -- added full-page size to Special:Contribs which ...brion00:48, 23 November 2011

Status & tagging log