r104043 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r104042‎ | r104043 | r104044 >
Date:16:10, 23 November 2011
Author:reedy
Status:resolved (Comments)
Tags:
Comment:
Full stops at end of lines

Update comment about history (will have 1.18 in it by the 1.19 release)
Modified paths:
  • /trunk/phase3/RELEASE-NOTES-1.19 (modified) (history)

Diff [purge]

Index: trunk/phase3/RELEASE-NOTES-1.19
@@ -13,17 +13,17 @@
1414 === Configuration changes in 1.19 ===
1515 * Changed LoginAuthenticateAudit hook so that it may be called before a
1616 valid user is available. In those cases, an anonymouse user object
17 - will be supplied
 17+ will be supplied.
1818 * Removed SkinTemplateSetupPageCss hook; use BeforePageDisplay instead.
1919 * (bug 27132) movefile right granted by default to registered users.
2020 * Default cookie lifetime ($wgCookieExpiration) is increased to 180 days.
21 -* (bug 31204) Removed old user.user_options
 21+* (bug 31204) Removed old user.user_options.
2222 * $wgMaxImageArea now applies to jpeg files if they are not scaled with
2323 ImageMagick.
2424 * Introduced $wgQueryPageDefaultLimit (defaults to 50) for the number of
2525 items to show by default on query pages (special pages such as Whatlinkshere).
26 -* (bug 32470) Increase the length of ug_group
27 -* (bug 32239) Removed wgEnableTooltipsAndAccesskeys
 26+* (bug 32470) Increase the length of ug_group.
 27+* (bug 32239) Removed wgEnableTooltipsAndAccesskeys.
2828
2929 === New features in 1.19 ===
3030 * (bug 19838) Possibility to get all interwiki prefixes if the interwiki
@@ -40,7 +40,7 @@
4141 * Installer now issues a warning if mod_security is present.
4242 * (bug 29455) Add support for a filter callback function in jQuery byteLimit
4343 plugin.
44 -* Extensions can now participate in the extraction of titles from url paths
 44+* Extensions can now participate in the extraction of titles from url paths.
4545 * Added two new GetLocalURL hooks to better serve extensions working on a
4646 limited type of titles.
4747 * Added a --no-updates flag to importDump.php that skips updating the links
@@ -53,23 +53,23 @@
5454 NAMESPACE) now depend on the page content language instead of the site
5555 language. In theory this sets the right magic words in system messages,
5656 although they are not used there.
57 -* (bug 30451) Add page_props to RefreshLinks::deleteLinksFromNonexistent
58 -* (bug 30450) Clear page_props table on page deletion
59 -* Hook added to check for exempt from account creation throttle
 57+* (bug 30451) Add page_props to RefreshLinks::deleteLinksFromNonexistent.
 58+* (bug 30450) Clear page_props table on page deletion.
 59+* Hook added to check for exempt from account creation throttle.
6060 * (bug 30344) Add configuration variable for setting custom priorities when
61 - generating sitemaps
 61+ generating sitemaps.
6262 * (bug 96170) Add array support for space-separated list attributes (like
6363 'class') in the Html helper class.
6464 * (bug 26470) Add checkered background image on hover on files pages.
6565 * (bug 30774) mediawiki.html: Add support for numbers and booleans in the
6666 attribute values and element contents.
67 -* Conversion script between Tifinagh and Latin for the Tachelhit language
 67+* Conversion script between Tifinagh and Latin for the Tachelhit language.
6868 * (bug 16755) Add options 'noreplace' and 'noerror' to {{DEFAULTSORT:...}}
6969 to stop it from replace an already existing default sort, and suppress error.
7070 * (bug 18578) Rewrote revision delete related messages to allow better
71 - localisation
 71+ localisation.
7272 * (bug 30364) LanguageConverter now depends on the page content language
73 - instead of the wiki content language
 73+ instead of the wiki content language.
7474 * Jump links will now be usable in css-capable browsers instead of only
7575 in outdated text browsers.
7676 * New common*.css files usable by skins instead of having to copy piles
@@ -79,23 +79,23 @@
8080 * (bug 31297) Add support for namespaces in Special:RecentChanges subpage filter
8181 syntax.
8282 * The default user signature now contains a talk link in addition to the user link.
83 -* (bug 25306) Add link of old page title to MediaWiki:Delete_and_move_reason
84 -* Added hook BitmapHandlerCheckImageArea
 83+* (bug 25306) Add link of old page title to MediaWiki:Delete_and_move_reason.
 84+* Added hook BitmapHandlerCheckImageArea.
8585 * (experimental) $wgRealNameInInterface can be enabled to display a user's
8686 real name in some parts of the interface instead of a username.
87 -* (bug 30062) Add $wgDBprefix option to cli installer
 87+* (bug 30062) Add $wgDBprefix option to cli installer.
8888 * getUserPermissionsErrors and getUserPermissionsErrorsExpensive hooks are now
89 - also called when checking for 'read' permission
 89+ also called when checking for 'read' permission.
9090 * Introduce $wgEnableSearchContributorsByIP which controls whether searching
91 - for an IP address redirects to the contributions list for that IP
92 -* (bug 8859) Database::update should take array of tables too
93 -* (bug 19698) Inverse selection for Special:Contributions
94 -* (bug 24037) Add byte length of revision to Special:Contributions
 91+ for an IP address redirects to the contributions list for that IP.
 92+* (bug 8859) Database::update should take array of tables too.
 93+* (bug 19698) Inverse selection for Special:Contributions.
 94+* (bug 24037) Add byte length of revision to Special:Contributions.
9595 * (bug 1672) Added $wgDisableUploadScriptChecks to allow uploading of files
9696 containing HTML or JS. DISABLING THESE CHECKS IS VERY DANGEROUS.
9797
9898 === Bug fixes in 1.19 ===
99 -* $wgUploadNavigationUrl should be used for file redlinks if
 99+* $wgUploadNavigationUrl should be used for file redlinks if.
100100 $wgUploadMissingFileUrl is not set. The first was used for this
101101 until the second was introduced in 1.17.
102102 * (bug 25355) Parser generates edit section links for special pages.
@@ -107,55 +107,55 @@
108108 * (bug 30264) Changed installer-generated LocalSettings.php to use
109109 require_once() instead require() for included extensions.
110110 * Do not convert text in the user interface language to another script.
111 -* (bug 26283) Previewing user JS/CSS pages didn't load other user JS/CSS pages
 111+* (bug 26283) Previewing user JS/CSS pages didn't load other user JS/CSS pages.
112112 * (bug 11374) Improved diff readability for colorblind people.
113113 * (bug 26486) ResourceLoader modules with paths to nonexistent files cause PHP
114114 warnings/notices to be thrown.
115115 * (bug 30335) Fix for HTMLForms using GET breaking when non-friendly URLs are
116 - used
 116+ used.
117117 * (bug 28649) Avoiding half truncated multi-byte unicode characters when
118118 truncating log comments.
119119 * Show --batch-size option in help of maintenance scripts that support it
120120 * (bug 4381) Magic quotes cleaning was not comprehensive, key strings were not
121 - unescaped
 121+ unescaped.
122122 * (bug 23057) Importers no longer can 'edit' or 'create' a fully-protected page by
123 - importing a new revision into it
 123+ importing a new revision into it.
124124 * Allow moving the associated talk pages of subpages even if the base page
125125 has no subpage.
126126 * Per page edit-notices now work in namespaces without subpages enabled.
127 -* (bug 30245) Use the correct way to construct a log page title
128 -* (bug 31081) $wgEnotifUseJobQ caused many unnecessary jobs to be queued
 127+* (bug 30245) Use the correct way to construct a log page title.
 128+* (bug 31081) $wgEnotifUseJobQ caused many unnecessary jobs to be queued.
129129 * (bug 30202) File names are now restricted on upload to 240 bytes, because of
130 - restrictions on some of the database fields.
 130+ restrictions on some of the database fields..
131131 * Timezones are now recognised in user preferences when offset is different
132 - due to DST
133 -* (bug 31692) "summary" parameter now also work when undoing revisions
 132+ due to DST.
 133+* (bug 31692) "summary" parameter now also work when undoing revisions.
134134 * (bug 18823) "move succeeded" text displayed bluelinks even when redirect was
135 - suppressed
 135+ suppressed.
136136 * (bug 31921) Magic words REVISIONDAY, REVISIONMONTH and REVISIONYEAR now give
137 - current values on preview
 137+ current values on preview.
138138 * (bug 19186) Special:UserLogin's title on Special:SpecialPages now says
139 - "create account" when the user cannot create an account
140 -* (bug 31818) 'usercreated' message now supports GENDER
141 -* (bug 32022) Our phpunit.php script can now be executed from another directory
 139+ "create account" when the user cannot create an account.
 140+* (bug 31818) 'usercreated' message now supports GENDER.
 141+* (bug 32022) Our phpunit.php script can now be executed from another directory.
142142 * (bug 26020) Setting $wgEmailConfirmToEdit to true no longer removes diffs
143 - from recent changes feeds
144 -* (bug 30232) add current time to message wlnote on Special:Watchlist
145 -* (bug 29110) $wgFeedDiffCutoff did not affect new pages
146 -* (bug 32168) Add wfRemoveDotSegments for use in wfExpandUrl
 143+ from recent changes feeds.
 144+* (bug 30232) add current time to message wlnote on Special:Watchlist.
 145+* (bug 29110) $wgFeedDiffCutoff did not affect new pages.
 146+* (bug 32168) Add wfRemoveDotSegments for use in wfExpandUrl.
147147 * (bug 32358) Do not display "No higher resolution available" for dimensionless
148 - files (like audio files)
149 -* (bug 32168) Add wfAssembleUrl for use in wfExpandUrl
150 -* (bug 32168) fixed - wfExpandUrl expands dot segments now
151 -* (bug 31535) Upload comments now truncated properly, and don't have brackets
152 -* (bug 32450) Scripts pages in MediaWiki: namespace parse [[Category:#]] links
 148+ files (like audio files).
 149+* (bug 32168) Add wfAssembleUrl for use in wfExpandUrl.
 150+* (bug 32168) fixed - wfExpandUrl expands dot segments now.
 151+* (bug 31535) Upload comments now truncated properly, and don't have brackets.
 152+* (bug 32450) Scripts pages in MediaWiki: namespace parse [[Category:#]] links.
153153 * (bug 32086) Special:PermanentLink now show an error message when no subpage
154154 was specified.
155 -* (bug 30368) Special:Newpages now shows the new page name for moved pages
156 -* (bug 1697) The way to search blocked usernames in block log should be clearer
 155+* (bug 30368) Special:Newpages now shows the new page name for moved pages.
 156+* (bug 1697) The way to search blocked usernames in block log should be clearer.
157157 * (bug 29747) eAccelerator shared memory caching has been removed since it is
158158 now disabled by default and is buggy. APC, XCache and WinCache are not affected.
159 -* Installer now refuses to install if php was not compiled with Ctype support
 159+* Installer now refuses to install if php was not compiled with Ctype support.
160160
161161 === API changes in 1.19 ===
162162 * (bug 19838) siprop=interwikimap can now use the interwiki cache.
@@ -171,10 +171,10 @@
172172 address blocks for list=blocks.
173173 * (bug 30591) Add support to only return keys in ApiAllMessages.
174174 * The API now respects $wgShowHostnames and won't share the hostname in
175 - severedby if it's set to false
176 -* wlexcludeuser parameter added to ApiFeedWatchlist
 175+ severedby if it's set to false.
 176+* wlexcludeuser parameter added to ApiFeedWatchlist.
177177 * (bug 7304) Links on redirect pages no longer cause the redirect page to show
178 - up as a redirect to the linked page on Special:Whatlinkshere
 178+ up as a redirect to the linked page on Special:Whatlinkshere.
179179
180180 === Languages updated in 1.19 ===
181181
@@ -187,7 +187,7 @@
188188 * (bug 30217) Make pt-br a fallback of pt.
189189 * (bug 31193) Set fallback language of Assamese from Bengali to English.
190190 * Update date format for dsb and hsb: month names need the genitive.
191 -* (bug 28643) Serbian variant conversion improvements (Nikola Smolenski)
 191+* (bug 28643) Serbian variant conversion improvements (Nikola Smolenski).
192192
193193 === Other changes in 1.19 ===
194194 * jquery.mwPrototypes module was renamed to jquery.mwExtension.
@@ -234,7 +234,7 @@
235235
236236 See the file UPGRADE for more detailed upgrade instructions.
237237
238 -For notes on 1.17.x and older releases, see HISTORY.
 238+For notes on 1.18.x and older releases, see HISTORY.
239239
240240 == Online documentation ==
241241

Sign-offs

UserFlagDate
Nikerabbitinspected07:55, 24 November 2011

Follow-up revisions

RevisionCommit summaryAuthorDate
r104857Fix double period from r104043demon14:41, 1 December 2011

Comments

#Comment by Nikerabbit (talk | contribs)   07:55, 24 November 2011
-  restrictions on some of the database fields.
+  restrictions on some of the database fields..

Didn't spot anything else weird.

Status & tagging log