r48991 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r48990‎ | r48991 | r48992 >
Date:11:12, 29 March 2009
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
@@ -124,26 +124,28 @@
125125 with class 'mw-specialpage-summary'
126126 * $wgSummarySpamRegex added to handle edit summary spam. This is used *instead*
127127 of $wgSpamRegex for edit summary checks. Text checks still use $wgSpamRegex.
128 -* New function to convert content text to specified language (only applies on wiki with
129 - LanguageConverter class)
 128+* New function to convert content text to specified language (only applies on
 129+ wiki with LanguageConverter class)
130130 * (bug 17844) Redirect users to a specific page when they log in, see
131131 $wgRedirectOnLogin
132 -* Added a link to Special:UserRights on Special:Contributions for privileged users
 132+* Added a link to Special:UserRights on Special:Contributions for privileged
 133+ users
133134 * (bug 10336) Added new magic word {{REVISIONUSER}}, which displays the editor
134135 of the displayed revision's author user name
135136 * LinkerMakeExternalLink now has an $attribs parameter for link attributes and
136137 a $linkType parameter for the type of external link being made
137 -* (bug 17785) Dynamic dates surrounded with a <span> tag, fixing sortable tables with
138 - dynamic dates.
139 -* (bug 4582) Provide preference-based autoformatting of unlinked dates with the dateformat
140 - parser function.
141 -* (bug 17886) Special:Export now allows you to export a whole namespace (limited to 5000 pages)
 138+* (bug 17785) Dynamic dates surrounded with a <span> tag, fixing sortable tables
 139+ with dynamic dates.
 140+* (bug 4582) Provide preference-based autoformatting of unlinked dates with the
 141+ dateformat parser function.
 142+* (bug 17886) Special:Export now allows you to export a whole namespace (limited
 143+ to 5000 pages)
142144 * (bug 17714) Limited TIFF upload support now built in if 'tif' extension is
143 - enabled. Image width and height are now recognized, and when using ImageMagick,
144 - optional flattening to PNG or JPEG for inline display can be enabled by setting
145 - $wgTiffThumbnailType
146 -* Renamed two input IDs on Special:Log from 'page' and 'user' to 'mw-log-page' and
147 - 'mw-log-user', respectively
 145+ enabled. Image width and height are now recognized, and when using
 146+ ImageMagick, optional flattening to PNG or JPEG for inline display can be
 147+ enabled by setting $wgTiffThumbnailType
 148+* Renamed two input IDs on Special:Log from 'page' and 'user' to 'mw-log-page'
 149+ and 'mw-log-user', respectively
148150 * Added $wgInvalidUsernameCharacters to disallow certain characters in
149151 usernames during registration (such as "@")
150152 * Added $wgUserrightsInterwikiDelimiter to allow changing the delimiter
@@ -154,9 +156,9 @@
155157 * Add CSS defintion of the 'wikitable' class to shared.css
156158 * (bug 17163) Added MediaWiki:Talkpageheader which will be displayed when
157159 viewing talk pages
158 -* Add group convertsion support for LanguageConverter. New magic word "{{GROUPCONVERT:xxx}}"
159 - enabled for this new feature. You can set related conversion rules in
160 - [[MediaWiki:Groupconversiontable-xxx/language_code]].
 160+* Add group convertsion support for LanguageConverter. New magic word
 161+ "{{GROUPCONVERT:xxx}}" enabled for this new feature. You can set related
 162+ conversion rules in [[MediaWiki:Groupconversiontable-xxx/language_code]].
161163
162164 === Bug fixes in 1.15 ===
163165 * (bug 16968) Special:Upload no longer throws useless warnings.
@@ -267,7 +269,8 @@
268270 queue
269271 * (bug 17761) "show/hide" link in page history in now works for the first
270272 displayed revision if it's not the current one
271 -* (bug 17722) Fix regression where users are unable to change temporary passwords
 273+* (bug 17722) Fix regression where users are unable to change temporary
 274+ passwords
272275 * (bug 17799) Special:Random no longer throws a database error when a non-
273276 namespace is given, silently falls back to NS_MAIN
274277 * (bug 17751) The message for bad titles in WantedPages is now localized
@@ -289,11 +292,14 @@
290293 IS NULL
291294 * (bug 18018) Deleting a file redirect leaves behind a malfunctioning redirect
292295 * (bug 17537) Disable bad zlib.output_compression output on HTTP 304 responses
293 -* (bug 11213) [edit] section links in printable version no longer appear when you cut-and-paste article text
 296+* (bug 11213) [edit] section links in printable version no longer appear when
 297+ you cut-and-paste article text
294298 * (bug 17405) "Did you mean" to mirror Go/Search behavior of original request
295299 * (bug 18116) 'edittools' is now output identically on edit and upload pages
296 -* (bug 17241) The diffonly URI parameter should cascade to "Next edit" and "Previous edit" diff links
297 -* (bug 16823) 'Sidebar search form should not use Special:Search view URL as target'
 300+* (bug 17241) The diffonly URI parameter should cascade to "Next edit" and
 301+ "Previous edit" diff links
 302+* (bug 16823) 'Sidebar search form should not use Special:Search view URL as
 303+ target'
298304 * (bug 16343) Non-existing, but in use, category pages can be "go" match hits
299305 * (bug 18031) Make namespace selector on Special:Export remember the previous
300306 selection
@@ -372,8 +378,8 @@
373379 * (bug 17288) Messages improved for default language (English)
374380 * (bug 12937) Update native name for Afar
375381 * (bug 16909) 'histlegend' now reuses messages instead of copying them
376 -* (bug 17832) action=delete returns 'unknownerror' instead of 'permissiondenied' when
377 - the user is blocked
 382+* (bug 17832) action=delete returns 'unknownerror' instead of 'permissiondenied'
 383+ when the user is blocked
378384 * Traditional/Simplified Gan Chinese conversion support
379385
380386 == Compatibility ==

Status & tagging log