GitInfo: Fix shell restrictions for submodules
[lhc/web/wiklou.git] / HISTORY
1 Change notes from older releases. For current info see RELEASE-NOTES-1.30.
2
3 = MediaWiki 1.29 =
4
5 == MediaWiki 1.29.2 ==
6
7 This is a security and maintenance release of the MediaWiki 1.29 branch.
8
9 === Changes since 1.29.1 ===
10 * (T166757) Avoid scoped lock errors in Category::refreshCounts() due to nesting.
11 * (T175439) Unbreak Postgres Updater when setting defaults for a column.
12 * (T160298) Remove use of implicitGroupBy() in ActiveUsersPager.
13 * Fixed login button label to accept RawMessage.
14 * Fixed case of SpecialRecentChanges class usage.
15 * (T174255) Declare uploadCount property in importDump.php.
16 * (T163646) Pass a string not an int to mysql_real_escape_string().
17 * (T180143) Bump justinrainbow/json-schema development dependency to ~5.2.
18 * Updated dev dependancy phpunit/phpunit from v4.8.35 to v4.8.36.
19 * (T178451) SECURITY: Potential XSS when $wgShowExceptionDetails = false and browser
20 sends non-standard url escaping.
21 * (T165846) SECURITY: BotPassword login attempts weren't throttled.
22 * (T128209) SECURITY: Reflected File Download from api.php.
23 * (T134100) SECURITY: Do not reveal if user exists during login failure.
24 * (T176247) SECURITY: Ensure Message::rawParams can't lead to XSS.
25 * (T125163) SECURITY: Make anchor for headlines escape > and <.
26 * (T180237) SECURITY: Protect vendor folder with .htaccess.
27 * (T180231) SECURITY: Remove PHPUnit file with known RCE if exists in update.php.
28 * (T124404) SECURITY: XSS in langconverter when regex hits pcre.backtrack_limit.
29 * (T119158) SECURITY: Handle -{}- syntax in attributes safely.
30 * (T180488) (T125177) "api.log contains passwords in plaintext" wasn't correctly fixed in all
31 branches in the previous security release.
32
33 == MediaWiki 1.29.1 ==
34
35 This is a maintenance release of the MediaWiki 1.29 branch.
36
37 The SpamBlacklist and PdfHandler extensions were missing from the generated
38 packages.
39
40 === Changes since 1.29.1 ===
41 * (T164999) Define mw.Upload.Dialog.static.name in mediawiki.Upload.Dialog.js.
42 * (T172061) Fix fatal when passing a category to refreshLinks.php.
43
44 == MediaWiki 1.29.0 ==
45
46 === Configuration changes in 1.29 ===
47 * Default cookie expiration time has been reduced to 30 days. Login cookie
48 expiration time is kept at 180 days.
49 * A new configuration variable has been added: $wgCookieSetOnAutoblock. This
50 determines whether to set a cookie when a user is autoblocked. Doing so means
51 that a blocked user, even after logging out and moving to a new IP address,
52 will still be blocked.
53 * The resetpassword right and associated password reset capture feature has
54 been removed.
55 * The $error parameter to the EmailUser hook should be set to a Status object
56 or boolean false. This should be compatible with at least MediaWiki 1.23 if
57 not earlier. Returning a raw HTML string is now deprecated.
58 * The $message parameter to the ApiCheckCanExecute hook should be set to an
59 ApiMessage. This is compatible with MediaWiki 1.27 and later. Returning a
60 code for ApiBase::parseMsg() will no longer work.
61 * ApiBase::$messageMap is no longer public. Code attempting to access it will
62 result in a PHP fatal error.
63 * $wgUserEmailUseReplyTo is now true by default to work around restrictive DMARC
64 policies.
65 * Subpages are now enabled by default in the Template namespace. Set
66 $wgNamespacesWithSubpages[NS_TEMPLATE] to false to keep the old behavior.
67 * $wgRunJobsAsync is now false by default (T142751). This change only affects
68 wikis with $wgJobRunRate > 0.
69 * (T158474) "Unknown user" has been added to $wgReservedUsernames.
70 * (T156983) $wgRateLimitsExcludedIPs now accepts CIDR ranges as well as single IPs.
71 * $wgDummyLanguageCodes is deprecated. Additional language code mappings may be
72 added to $wgExtraLanguageCodes instead.
73 * (T161453) LocalisationCache will no longer use the temporary directory in it's
74 fallback chain when trying to work out where to write the cache.
75 * The user right 'editusercssjs' (deprecated in 1.16) was removed. Use
76 'editusercss' and 'edituserjs' in $wgGroupPermissions and elsewhere instead.
77
78 === New features in 1.29 ===
79 * (T5233) A cookie can now be set when a user is autoblocked, to track that user
80 if they move to a new IP address. This is disabled by default.
81 * Added ILocalizedException interface to standardize the use of localized
82 exceptions, largely so the API can handle them more sensibly.
83 * Blocks created automatically by MediaWiki, such as for configured proxies or
84 dnsbls, are now indicated as such and use a new i18n message when displayed.
85 * Added new $wgHTTPImportTimeout setting. Sets timeout for
86 downloading the XML dump during a transwiki import in seconds.
87 * Parser limit report is now available in machine-readable format to JavaScript
88 via mw.config.get('wgPageParseReport').
89 * Added $wgSoftBlockRanges, to allow for automatically blocking anonymous edits
90 from certain IP ranges (e.g. private IPs).
91 * (T59603) Added new magic word {{PAGELANGUAGE}} which returns the language code
92 of the page being parsed.
93 * HTML5 form validation attributes will no longer be suppressed. Originally
94 browsers had poor support for them, but modern browsers handle them fine.
95 This might affect some forms that used them and only worked because the
96 attributes were not actually being set.
97 * Expiry times can now be specified when users are added to user groups.
98 * Completely new user interface for the RecentChanges page, which
99 structures filters into user-friendly groups. This has corresponding
100 changes to how filters are registered by core and extensions.
101 * The edit form now uses pretty OOjs UI buttons, checkboxes and summary input.
102 Because this change can cause problems for extensions and on-wiki
103 scripts depending on the exact HTML, the old version is still available
104 and can be used by setting $wgOOUIEditPage = false; in LocalSettings.php.
105 This will be removed later and OOjs UI will become the only option.
106 To make testing easier, users can also force either mode by adding
107 &ooui=true or &ooui=false to the action=edit URL.
108
109 === External library changes in 1.29 ===
110
111 ==== Upgraded external libraries ====
112 * Updated QUnit from v1.22.0 to v1.23.1.
113 * Updated cssjanus from v1.1.2 to v1.2.0.
114 * Updated psr/log from v1.0.0 to v1.0.2.
115 * Update Moment.js from v2.8.4 to v2.15.0.
116 * Updated oyejorge/less.php from v1.7.0.10 to v1.7.0.14.
117 * Updated monolog from v1.18.2 to 1.22.1.
118 * Updated wikimedia/composer-merge-plugin from v1.3.1 to v1.4.0.
119 * Updated OOjs from v1.1.10 to v2.0.0.
120 * Updated jQuery from v1.11.3 to v3.2.1 (including jQuery Migrate v3.0.0).
121
122 ==== New external libraries ====
123 * Added wikimedia/timestamp v1.0.0.
124 * Added wikimedia/remex-html v1.0.1.
125
126 ==== Removed and replaced external libraries ====
127
128 === Bug fixes in 1.29 ===
129 * (T62604) Core parser functions returning a number now format the number according
130 to the page content language, not wiki content language.
131 * (T27187) Search suggestions based on jquery.suggestions will now correctly only
132 highlight prefix matches in the results.
133 * (T157035) "new mw.Uri()" was ignoring options when using default URI.
134 * Special:Allpages can no longer be filtered by redirect in miser mode.
135 * (T160519) CACHE_ANYTHING will not be CACHE_ACCEL if no accelerator is installed.
136 * (T109140) (T122209) SECURITY: Special:UserLogin and Special:Search allow redirect
137 to interwiki links.
138 * (T144845) SECURITY: XSS in SearchHighlighter::highlightText() when
139 $wgAdvancedSearchHighlighting is true.
140 * (T125177) SECURITY: API parameters may now be marked as "sensitive" to keep
141 their values out of the logs.
142 * (T150044) SECURITY: "Mark all pages visited" on the watchlist now requires a CSRF
143 token.
144 * (T156184) SECURITY: Escape content model/format url parameter in message.
145 * (T151735) SECURITY: SVG filter evasion using default attribute values in DTD
146 declaration.
147 * (T161453) SECURITY: LocalisationCache will no longer use the temporary directory
148 in it's fallback chain when trying to work out where to write the cache.
149 * (T48143) SECURITY: Spam blacklist ineffective on encoded URLs inside file inclusion
150 syntax's link parameter.
151 * (T108138) SECURITY: Sysops can undelete pages, although the page is protected against
152 it.
153
154 === Action API changes in 1.29 ===
155 * Submitting sensitive authentication request parameters to action=login,
156 action=clientlogin, action=createaccount, action=linkaccount, and
157 action=changeauthenticationdata in the query string is now an error. They
158 should be submitted in the POST body instead.
159 * The capture option for action=resetpassword has been removed
160 * action=clearhasmsg now requires a POST.
161 * (T47843) API errors and warnings may be requested in non-English languages
162 using the new 'errorformat', 'errorlang', and 'errorsuselocal' parameters.
163 * API error codes may have changed. Most notably, errors from modules using
164 parameter prefixes (e.g. all query submodules) will no longer be prefixed.
165 * ApiPageSet-using modules will report the 'invalidreason' using the specified
166 'errorformat'.
167 * action=emailuser may return a "Warnings" status, and now returns 'warnings' and
168 'errors' subelements (as applicable) instead of 'message'.
169 * action=imagerotate returns an 'errors' subelement rather than 'errormessage'.
170 * action=move now reports errors when moving the talk page as an array under
171 key 'talkmove-errors', rather than using 'talkmove-error-code' and
172 'talkmove-error-info'. The format for subpage move errors has also changed.
173 * action=revisiondelete no longer includes a "rendered" property on warnings
174 and errors for each item. Use errorformat=wikitext if you're wanting parsed
175 output.
176 * action=rollback no longer returns a "messageHtml" property. Use
177 errorformat=html if you're wanting HTML formatting of error messages.
178 * action=upload now reports optional stash failures as an array under key
179 'stasherrors' rather than a 'stashfailed' text string.
180 * action=watch reports 'errors' and 'warnings' instead of a single 'error', and
181 no longer returns a 'message' on success.
182 * Added action=validatepassword to validate passwords for the account creation
183 and password change forms.
184 * action=purge now requires a POST.
185 * There is a new `languagevariants` siprop for action=query&meta=siteinfo,
186 which returns a list of languages with active LanguageConverter instances.
187 * action=query&query=allpages will no longer filter redirects using a database
188 query in miser mode. This may result in less results being returned than were
189 requested.
190
191 === Action API internal changes in 1.29 ===
192 * New methods were added to ApiBase to handle errors and warnings using i18n
193 keys. Methods for using hard-coded English messages were deprecated:
194 * ApiBase::dieUsage() was deprecated
195 * ApiBase::dieUsageMsg() was deprecated
196 * ApiBase::dieUsageMsgOrDebug() was deprecated
197 * ApiBase::getErrorFromStatus() was deprecated
198 * ApiBase::parseMsg() was deprecated
199 * ApiBase::setWarning() was deprecated
200 * ApiBase::$messageMap is no longer public. Code attempting to access it will
201 result in a PHP fatal error.
202 * The $message parameter to the ApiCheckCanExecute hook should be set to an
203 ApiMessage. This is compatible with MediaWiki 1.27 and later. Returning a
204 code for ApiBase::parseMsg() will no longer work.
205 * UsageException is deprecated in favor of ApiUsageException. For the time
206 being ApiUsageException is a subclass of UsageException to allow things that
207 catch only UsageException to still function properly.
208 * If, for some strange reason, code was using an ApiErrorFormatter instead of
209 ApiErrorFormatter_BackCompat, note that the result format has changed and
210 various methods now take a module path rather than a module name.
211 * ApiMessageTrait::getApiCode() now strips 'apierror-' and 'apiwarn-' prefixes
212 from the message key, and maps some message keys for backwards compatibility.
213 * API parameters may now be marked as "sensitive" to keep their values out of
214 the logs.
215
216 === Languages updated in 1.29 ===
217
218 MediaWiki supports over 350 languages. Many localisations are updated
219 regularly. Below only new and removed languages are listed, as well as
220 changes to languages because of Phabricator reports.
221
222 * Based as always on linguistic studies on intelligibility and language
223 knowledge by geography, language fallbacks have been expanded. When a
224 translation is missing in the user's preferred interface language, the
225 corresponding translation for the fallback language will be used instead.
226 English will only be used as last resort when there are no translations.
227 Some configurations (such as date formats and gender namespaces) have also
228 been updated when using the fallback language's configuration was inadequate.
229 The new or reinstated language fallbacks are (after cs ↔ sk in 1.28):
230 ca ↔ oc; hsb ↔ dsb; io → eo; mdf → ru; pnt → el; roa-tara → it; rup → ro;
231 sh → bs, sr-el, hr.
232 * (T137376) New language support: Atikamekw (atj).
233 * (T163600) New language support: Dinka (din).
234 * (T155957) Talk Namespaces for Javanese language (jv) have been updated.
235
236 ==== No fallback for Ukrainian ====
237 * (T39314) The fallback from Ukrainian to Russian was removed. The Ukrainian
238 language will now use the default fallback language: English. When a translation
239 to Ukrainian is not available, an English string will be shown.
240
241 === Other changes in 1.29 ===
242 * Database::getSearchEngine() (deprecated in 1.28) was removed. Use
243 SearchEngineFactory::getSearchEngineClass() instead.
244 * $wgSessionsInMemcached (deprecated in 1.20) was removed. No replacement is
245 required as all sessions are stored in Object Cache now.
246 * MWHttpRequest::execute() should be considered to return a StatusValue; the
247 Status return type is deprecated.
248 * User::edits() (deprecated in 1.21) was removed.
249 * Xml::escapeJsString() (deprecated in 1.21) was removed.
250 * Article::getText() and Article::prepareTextForEdit() (deprecated in 1.21)
251 were removed.
252 * Article::getAutosummary() and WikiPage::getAutosummary() (deprecated in 1.21)
253 were removed.
254 * Hook ArticleViewCustom (deprecated in 1.21) was removed. Use ArticleContentViewCustom
255 instead.
256 * Hooks EditPageGetDiffText and ShowRawCssJs (deprecated in 1.21) were removed.
257 * Class RevisiondeleteAction (deprecated in 1.25) was removed.
258 * WikiPage::prepareTextForEdit() (deprecated in 1.21) was removed.
259 * WikiPage::getText() (deprecated in 1.21) was removed.
260 * Article::fetchContent() (deprecated in 1.21) was removed.
261 * User::getPassword() (deprecated in 1.27) was removed.
262 * User::getTemporaryPassword() (deprecated in 1.27) was removed.
263 * User::isPasswordReminderThrottled() (deprecated in 1.27) was removed.
264 * Class FSRepo (deprecated in 1.19) was removed.
265 * WebRequest::checkSessionCookie() (deprecated in 1.27) was removed. Use
266 \MediaWiki\Session\SessionManager::singleton()->getPersistedSessionId() instead.
267 * Class ImageGallery (deprecated in 1.22) was removed.
268 Use ImageGalleryBase::factory instead.
269 * Title::moveNoAuth() (deprecated in 1.25) was removed. Use MovePage class instead.
270 * Hook UnknownAction (deprecated in 1.19) was actually deprecated (it will now
271 emit warnings). Create a subclass of Action and add it to $wgActions instead.
272 * WikiRevision::getText() (deprecated since 1.21) is no longer marked deprecated.
273 * Linker::getInterwikiLinkAttributes() (deprecated since 1.25) was removed.
274 * Linker::getInternalLinkAttributes() (deprecated since 1.25) was removed.
275 * Linker::getInternalLinkAttributesObj() (deprecated since 1.25) was removed.
276 * Linker::getLinkAttributesInternal() (deprecated since 1.25) was removed.
277 * RedisConnectionPool::handleException (deprecated since 1.23) was removed.
278 * The static properties mw.Api.errors and mw.Api.warnings, containing incomplete
279 and outdated lists of errors/warnings returned by the API, are now deprecated.
280 * wiki.phtml entry point was removed. Refer to index.php instead. If you want "wiki.phtml"
281 URLs to continue to work, set up redirects. In Apache, this can be done by enabling
282 mod_rewrite and adding the following rules to your configuration:
283
284 RewriteEngine On
285 RewriteBase /
286 RewriteRule ^/w/wiki\.phtml$ /w/index.php [R=301,L]
287 * Hook ArticleAfterFetchContent (deprecated in 1.21) was removed.
288 Use ArticleAfterFetchContentObject instead.
289 * Hook ArticleInsertComplete (deprecated in 1.21) was removed.
290 Use PageContentInsertComplete instead.
291 * Hook ArticleSave (deprecated in 1.21) was removed.
292 Use PageContentSave instead.
293 * Hook ArticleSaveComplete (deprecated in 1.21) was removed.
294 Use PageContentSaveComplete instead.
295 * Hook EditFilterMerged (deprecated in 1.21) was removed.
296 Use EditFilterMergedContent instead.
297 * Hook EditPageGetPreviewText (deprecated in 1.21) was removed.
298 Use EditPageGetPreviewContent instead.
299 * Hook TitleIsCssOrJsPage (deprecated in 1.21) was removed.
300 Use ContentHandlerDefaultModelFor instead.
301 * Hook TitleIsWikitextPage (deprecated in 1.21) was removed.
302 Use ContentHandlerDefaultModelFor instead.
303 * Article::getContent() (deprecated in 1.21) was removed.
304 * Revision::getText() (deprecated in 1.21) was removed.
305 * Article::doEdit() and WikiPage::doEdit() (deprecated in 1.21) were removed.
306 * Parser::replaceUnusualEscapes() (deprecated in 1.24) was removed.
307 * Article::doEditContent() was marked as deprecated, to be removed in 1.30
308 or later.
309 * ContentHandler::runLegacyHooks() was removed.
310 * refreshLinks.php now can be limited to a particular category with --category=...
311 or a tracking category with --tracking-category=...
312 * User-like objects that are passed to SpecialUserRights and its subclasses are
313 now required to have a getGroupMemberships() method. See UserRightsProxy for
314 an example.
315 * User::$mGroups (instance variable) was marked private. Use User::getGroups()
316 instead.
317 * User::getGroupName(), User::getGroupMember(), User:getGroupPage(),
318 User::makeGroupLinkHTML(), and User::makeGroupLinkWiki() were deprecated.
319 Use equivalent methods on the UserGroupMembership class.
320 * Maintenance scripts and tests that call User::addGroup() must now ensure that
321 User objects have been added to the database prior to calling addGroup().
322 * Protected function UsersPager::getGroups() was removed, and protected function
323 UsersPager::buildGroupLink() was changed from a static to an instance method.
324 * The third parameter ($cache) to the UsersPagerDoBatchLookups hook was changed;
325 see docs/hooks.txt.
326 * User::crypt() (deprecated in 1.24) was removed.
327 * User::comparePasswords() (deprecated in 1.24) was removed.
328 * ArchivedFile::getUserText() (deprecated in 1.23) was removed.
329 * HTMLFileCache::newFromTitle() (deprecated in 1.24) was removed.
330 * BREAKING CHANGE: Internal signature changes to ChangesListSpecialPage
331 and subclasses. It should only break if you call buildMainQueryConds
332 (changed to buildQuery with new signature) or doMainQuery (new
333 signature). Subclasses are likely to call at least doMainQuery
334 (possibly both), but other classes might too, because they were
335 public.
336 Also, some related hooks were deprecated, but this is not yet a
337 breaking change.
338 * Removed 'jquery.arrowSteps' module. (deprecated since 1.28)
339 * The 'jquery.autoEllipsis' ResourceLoader module is now deprecated.
340 * WikiRevision::$fileIsTemp was deprecated.
341 * WikiRevision::$importer was deprecated.
342 * WikiRevision::$user was deprecated.
343 * Article::getLastPurgeTimestamp(), WikiPage::getLastPurgeTimestamp(), and the
344 WikiPage::PURGE_* constants are deprecated, and the functions will always
345 return false. They were a hack for an issue that has since been fixed.
346 * Hook 'EditPageBeforeEditChecks' is now deprecated. Instead use the new hook
347 'EditPageGetCheckboxesDefinition', or 'EditPage::showStandardInputs:options'
348 if you don't actually care about checkboxes and just want to add some HTML
349 to the page.
350 * Selflinks are now rendered as href-less <a> tags with the class mw-selflink
351 rather than <strong> tags. The old class name, "selflink", was deprecated
352 and will be removed in a future release. (T160480)
353 * (T156184) $wgRawHtml will no longer apply to internationalization messages.
354 * Browser support for non-ES5 JavaScript browsers, including Android 2,
355 Opera <12.10, and Internet Explorer 9, was lowered from Grade A to Grade C.
356 * Removed wikibits global methods deprecated since MediaWiki 1.17 (T122755):
357 is_gecko, is_chrome_mac, is_chrome, webkit_version, is_safari_win, is_safari,
358 webkit_match, is_ff2, ff2_bugs, is_ff2_win, is_ff2_x11, opera95_bugs,
359 opera7_bugs, opera6_bugs, is_opera_95, is_opera_preseven, is_opera,
360 ie6_bugs, clientPC, changeText, killEvt, addHandler, hookEvent,
361 addClickHandler, removeHandler, getElementsByClassName, getInnerText,
362 setupCheckboxShiftClick, addCheckboxClickHandlers, mwEditButtons,
363 mwCustomEditButtons, injectSpinner, removeSpinner, escapeQuotes,
364 escapeQuotesHTML, jsMsg, addPortletLink, appendCSS, tooltipAccessKeyPrefix,
365 tooltipAccessKeyRegexp, updateTooltipAccessKeys.
366 * The ID of the <li> element containing the login link has changed from
367 'pt-login' to 'pt-login-private' in private wikis.
368 * The old, neglected "bulletin board style toolbar" in the edit form is now
369 deprecated (T30856). This old code dates from 2006, and was replaced in the
370 MediaWiki release tarball and in Wikimedia production by the WikiEditor
371 extension in 2010. It is only shown to users if no other editor was
372 installed, and leads to confusion.
373 * (T92459) Loading ResourceLoader modules containing JavaScript through
374 addModuleStyles() is deprecated and will log a warning server-side.
375
376 = MediaWiki 1.28 =
377
378 == MediaWiki 1.28.3 ==
379
380 This is a security and maintenance release of the MediaWiki 1.28 branch.
381
382 === Changes since 1.28.2 ==
383 * (T168856) Allow SVGs created by Dia to be uploaded.
384 * (T157545) Add missing doUpdates() call to refreshLinks.php.
385 * (T165714) (T100085) Better handling of jobs execution in post-connection shutdown.
386 * (T154425) (T154438) (T157679) Use AutoCommitUpdate instead of Database->onTransactionIdle.
387 * (T154425) Make DeferredUpdates detect LBFactory transaction rounds.
388 * (T149454) Restore erroneously removed realTableName call from DatabasePostgres.
389 * (T167798) Fix phrase search and highlighting for phrase queries.
390 * (T151136) Provide credits information to callbacks in extension registration.
391 * (T160462) Allow namespaces defined in extension.json to be overwritten locally.
392 * (T168337) Fix ErrorPageError to work from non-UI contexts.
393 * (T143788) Backports for PHP 7.0 and 7.1 support.
394 * (T175439) Unbreak Postgres Updater when setting defaults for a column.
395 * (T160298) Remove use of implicitGroupBy() in ActiveUsersPager.
396 * (T174255) Declare uploadCount property in importDump.php.
397 * (T180231) SECURITY: Updated dev dependancy phpunit/phpunit from v4.8.24 to v4.8.36.
398 * (T178451) SECURITY: Potential XSS when $wgShowExceptionDetails = false and browser
399 sends non-standard url escaping.
400 * (T165846) SECURITY: BotPassword login attempts weren't throttled.
401 * (T128209) SECURITY: Reflected File Download from api.php.
402 * (T134100) SECURITY: Do not reveal if user exists during login failure.
403 * (T176247) SECURITY: Ensure Message::rawParams can't lead to XSS.
404 * (T125163) SECURITY: Make anchor for headlines escape > and <.
405 * (T180237) SECURITY: Protect vendor folder with .htaccess.
406 * (T180231) SECURITY: Remove PHPUnit file with known RCE if exists in update.php.
407 * (T124404) SECURITY: XSS in langconverter when regex hits pcre.backtrack_limit.
408 * (T119158) SECURITY: Handle -{}- syntax in attributes safely.
409
410 == MediaWiki 1.28.2 ==
411
412 Due to a packaging error, the wrong version of the SyntaxHighlight extension was
413 included in the tarball version of MediaWiki 1.28.1. The version included had a
414 serious security issue in it (T158689). There was also some minor code fixes in
415 MediaWiki itself since 1.28.1, but none of them were security relevant.
416
417 == MediaWiki 1.28.1 ==
418
419 This is a security and maintenance release of the MediaWiki 1.28 branch.
420
421 === Changes since 1.28.0 ===
422
423 * $wgRunJobsAsync is now false by default (T142751). This change only affects
424 wikis with $wgJobRunRate > 0.
425 * Fix fatal from "WaitConditionLoop" not being found, experienced when a wiki has
426 more than one database server setup.
427 * (T152717) Better escaping for PHP mail() command,
428 * (T154670) A missing method causing the MySQL installer to fatal in rare
429 circumstances was restored.
430 * (T154672) Un-deprecate ArticleAfterFetchContentObject hook.
431 * (T158766) Avoid SQL error on MSSQL when using selectRowCount().
432 * (T145635) Fix too long index error when installing with MSSQL.
433 * (T156184) $wgRawHtml will no longer apply to internationalization messages.
434 * (T160519) CACHE_ANYTHING will not be CACHE_ACCEL if no accelerator is installed.
435 * (T154872) Fix incorrect ar_usertext_timestamp index names in new 1.28 installs.
436 * (T109140) (T122209) SECURITY: Special:UserLogin and Special:Search allow redirect
437 to interwiki links.
438 * (T144845) SECURITY: XSS in SearchHighlighter::highlightText() when
439 $wgAdvancedSearchHighlighting is true.
440 * (T125177) SECURITY: API parameters may now be marked as "sensitive" to keep
441 their values out of the logs.
442 * (T150044) SECURITY: "Mark all pages visited" on the watchlist now requires a CSRF
443 token.
444 * (T156184) SECURITY: Escape content model/format url parameter in message.
445 * (T151735) SECURITY: SVG filter evasion using default attribute values in DTD
446 declaration.
447 * (T161453) SECURITY: LocalisationCache will no longer use the temporary directory
448 in it's fallback chain when trying to work out where to write the cache.
449 * (T48143) SECURITY: Spam blacklist ineffective on encoded URLs inside file inclusion
450 syntax's link parameter.
451 * (T108138) SECURITY: Sysops can undelete pages, although the page is protected against
452 it.
453
454 == MediaWiki 1.28 ==
455
456 === Changes since 1.28.0-rc1 ===
457 * (T148957) Replace wgShowExceptionDetails with wgShowDBErrorBacktrace on db
458 errors.
459 * (T148956) Only apply wgDBschema to postgres/mssql.
460 * (T145991) Introduce separate log action for deleting pages on move.
461 * (T141474) (T110464) Bypass login page if no user input is required.
462
463 === Changes since 1.28.0-rc0 ===
464 * (T142210) The changes to move the parser "NewPP limit report" from a HTML
465 comment to a machine-readable JavaScript config option 'wgPageParseReport'
466 have been undone. They caused the human-readable limit report to be shown
467 incompletely or not at all. ParserOutput::setLimitReportData() and
468 getLimitReportData() behave as they did in MediaWiki 1.27 again.
469 * (T149510) Value of {{DISPLAYTITLE:}} parser function will not be used for
470 the text of subheadings on a category page when creating it. This wasn't
471 working correctly.
472 * (T106793) MediaWiki will no longer try to perform a HTTP redirect to the
473 canonical pretty URL when a non-pretty URL is used. It resulted in redirect
474 loops in some clients and in some server configurations. This undoes a change
475 made in MediaWiki 1.26.
476 * (T149759) manifest_version: 2 was removed.
477
478 === Configuration changes in 1.28 ===
479 * $wgSend404Code now affects status code of action=history if the page is not there.
480 * BREAKING CHANGE: $wgHTTPProxy is now *required* for all external requests
481 made by MediaWiki via a proxy. Relying on the http_proxy environment
482 variable is no longer supported.
483 * The load.php entry point now enforces the existing policy of not allowing
484 access to session data, which includes the session user and the session
485 user's language. If such access is attempted, an exception will be thrown.
486 * The number of internal PBKDF2 iterations used to derive the session secret
487 is configurable via $wgSessionPbkdf2Iterations.
488 * Upload dialog's file upload log comment can now be configured separately for
489 local and foreign uploads.
490 * $wgForeignUploadTargets now defaults to `[ 'local' ]`, where `'local'`
491 signifies local uploads. A value of `[]` (empty array) now means that
492 no upload targets are allowed, effectively disabling the upload dialog.
493 * The deprecated $wgEditEncoding variable has been removed; it was only used
494 for Esperanto language character conversion. You are now recommended to use
495 input methods provided by the UniversalLanguageSelector extension.
496 * When $wgPingback is true, MediaWiki will periodically ping
497 https://www.mediawiki.org/beacon with basic information about the local
498 MediaWiki installation. This data includes, for example, the type of system,
499 PHP version, and chosen database backend. This behavior is off by default.
500 * When $wgEditSubmitButtonLabelPublish is true, MediaWiki will label the button
501 to store-to-database-and-show-to-others as "Publish page"/"Publish changes";
502 if false, the default, they will be "Save page"/"Save changes".
503 * The 'editcontentmodel' permission is now granted to all logged-in users ('user').
504 instead of just administrators ('sysop'). Documentation for this feature is
505 available at <https://www.mediawiki.org/wiki/Help:ChangeContentModel>.
506 * $wgRevisionCacheExpiry is now set to one week by default instead of being disabled.
507 * Magic links are now disabled by default, and can be re-enabled by modifying the value
508 of $wgEnableMagicLinks. Their usage is discouraged, but if they are manually enabled,
509 a tracking category will be added to help identify usage and make it easier to migrate
510 away from. If you depend upon magic link functionality, it is requested that you comment
511 on <https://www.mediawiki.org/wiki/Requests_for_comment/Future_of_magic_links> and
512 explain your use case(s).
513 * New config variable $wgCSPFalsePositiveUrls to control what URLs to ignore
514 in upcoming Content-Security-Policy feature's reporting.
515
516 === New features in 1.28 ===
517 * User::isBot() method for checking if an account is a bot role account.
518 * Added a new 'slideshow' mode for galleries.
519 * Added a new hook, 'UserIsBot', to aid in determining if a user is a bot.
520 * Added a new hook, 'ApiMakeParserOptions', to allow extensions to better
521 interact with API parsing.
522 * Added a new hook, 'UploadVerifyUpload', which can be used to reject a file
523 upload. Unlike 'UploadVerifyFile' it provides information about upload comment
524 and the file description page, but does not run for uploads to stash.
525 * (T141604) Extensions can now provide a better error message when their
526 maintenance scripts are run without the extension being installed.
527 * (T8948) Numeric sorting in categories is now supported by setting $wgCategoryCollation
528 to 'uca-default-u-kn' or 'uca-<langcode>-u-kn'. If you can't use UCA collations,
529 a 'numeric' collation is also available. If migrating from another
530 collation, you will need to run the updateCollation.php maintenance script.
531 * Two new codes have been added to #time parser function: "xit" for days in current
532 month, and "xiz" for days passed in the year, both in Iranian calendar.
533 * mw.Api has a new option, useUS, to use U+001F (Unit Separator) when
534 appropriate for sending multi-valued parameters. This defaults to true when
535 the mw.Api instance seems to be for the local wiki.
536 * After a client performs an action which alters a database that has replica databases,
537 MediaWiki will wait for the replica databases to synchronize with the master database
538 while it renders the HTML output. However, if the output is a redirect to another wiki
539 on the wiki farm with a different domain, MediaWiki will instead alter the redirect
540 URL to include a ?cpPosTime parameter that triggers the database synchronization when
541 the URL is followed by the client. The same-domain case uses a new cpPosTime cookie.
542 * Added new hooks, 'ApiQueryBaseBeforeQuery', 'ApiQueryBaseAfterQuery', and
543 'ApiQueryBaseProcessRow', to make it easier for extensions to add 'prop' and
544 'show' parameters to existing API query modules.
545
546 === External library changes in 1.28 ===
547
548 ==== Upgraded external libraries ====
549 * Updated es5-shim from v4.1.5 to v4.5.8
550 * Updated composer/semver from v1.4.1 to v1.4.2
551 * Updated wikimedia/php-session-serializer from v1.0.3 to v1.0.4
552
553 ==== New external libraries ====
554 * Added wikimedia/scoped-callback v1.0.0
555 * Added wikimedia/wait-condition-loop v1.0.1
556
557 === Bug fixes in 1.28 ===
558 * (T146496) action=history pages should return 404 HTTP error code if the page does not exist
559 * (T137264) SECURITY: XSS in unclosed internal links
560 * (T133147) SECURITY: Escape '<' and ']]>' in inline <style> blocks
561 * (T133147) SECURITY: Require login to preview user CSS pages
562 * (T132926) SECURITY: Do not allow undeleting a revision deleted file if it is
563 the top file
564 * (T129738) SECURITY: Make $wgBlockDisablesLogin also restrict logged in
565 permissions
566 * (T129738) SECURITY: Make blocks log users out if $wgBlockDisablesLogin is true
567 * (T139670) Move 'UserGetRights' call before application of
568 Session::getAllowedUserRights()
569
570 === Action API changes in 1.28 ===
571 * Added 'maxarticlesize' property to action=query&meta=siteinfo which contains
572 the value of $wgMaxArticleSize.
573 * Property 'modulemessages' from action=parse&prop=modules was removed
574 (deprecated since 1.26).
575 * The following response properties from action=login, deprecated in 1.27, are
576 now removed: lgtoken, cookieprefix, sessionid. Clients should handle cookies
577 to properly manage session state.
578 * Submitting the lgtoken and lgpassword parameters in the query string to
579 action=login is now deprecated and outputs a warning. They should be submitted
580 in the POST body instead.
581 * Submitting sensitive authentication request parameters to action=clientlogin,
582 action=createaccount, action=linkaccount, and action=changeauthenticationdata
583 in the query string is now deprecated and outputs a warning. They should be
584 submitted in the POST body instead.
585 * (T141960) Multi-valued parameters may now be separated using U+001F (Unit Separator)
586 instead of the pipe character. This will be useful if some of the multiple
587 values need to contain pipes, e.g. for action=options.
588 * The API will now warn if input is not NFC-normalized Unicode or if it
589 contains invalid characters.
590 * The 'normalized' list output by action=query and other modules that use
591 ApiPageSet may contain entries where the 'from' value is percent-encoded as
592 the raw value cannot be represented in a valid API response. These are
593 indicated by a 'fromencoded' boolean alongside the existing 'from' parameter.
594 * (T28680) action=paraminfo can now return info about all submodules of a
595 module without listing them all explicitly.
596 * (T146770) It is now possible to assert that the current user is a specific
597 named user, using the 'assertuser' parameter.
598 * (T141963) Added a 'known' property when missing-but-known titles (e.g. from
599 the 'TitleIsAlwaysKnown' hook) are output in various modules.
600
601 === Action API internal changes in 1.28 ===
602 * Added a new hook, 'ApiMakeParserOptions', to allow extensions to better
603 interact with ApiParse and ApiExpandTemplates.
604 * (T139565) SECURITY: API: Generate head items in the context of the given title
605 * (T115333) SECURITY: Check read permission when loading page content in ApiParse
606 * ApiBase::getResultData() was removed (deprecated since 1.25)
607 * ApiBase::makeHelpArrayToString() was removed (deprecated since 1.25)
608 * ApiBase::makeHelpMsgParameters() was removed (deprecated since 1.25)
609 * ApiBase::makeHelpMsg() was removed (deprecated since 1.25)
610 * ApiFormatBase::formatHTML() was removed (deprecated since 1.25)
611 * ApiFormatBase::getNeedsRawData() was removed (deprecated since 1.25)
612 * ApiFormatBase::getWantsHelp() was removed (deprecated since 1.25)
613 * ApiFormatBase::setBufferResult() was removed (deprecated since 1.25)
614 * ApiFormatBase::setHelp() was removed (deprecated since 1.25)
615 * ApiFormatBase::setUnescapeAmps() was removed (deprecated since 1.25)
616 * ApiMain::makeHelpMsgHeader() was removed (deprecated since 1.25)
617 * ApiMain::reallyMakeHelpMsg() was removed (deprecated since 1.25)
618 * ApiMain::setHelp() was removed (deprecated since 1.25)
619 * ApiResult::beginContinuation() was removed (deprecated since 1.25)
620 * ApiResult::cleanUpUTF8() was removed (deprecated since 1.25)
621 * ApiResult::convertStatusToArray() was removed (deprecated since 1.25)
622 * ApiResult::disableSizeCheck() was removed (deprecated since 1.24)
623 * ApiResult::enableSizeCheck() was removed (deprecated since 1.24)
624 * ApiResult::endContinuation() was removed (deprecated since 1.25)
625 * ApiResult::getData() was removed (deprecated since 1.25)
626 * ApiResult::getIsRawMode() was removed (deprecated since 1.25)
627 * ApiResult::setContent() was removed (deprecated since 1.25)
628 * ApiResult::setContinueParam() was removed (deprecated since 1.25)
629 * ApiResult::setElement() was removed (deprecated since 1.25)
630 * ApiResult::setGeneratorContinueParam() was removed (deprecated since 1.25)
631 * ApiResult::setIndexedTagName_internal() was removed (deprecated since 1.25)
632 * ApiResult::setIndexedTagName_recursive() was removed (deprecated since 1.25)
633 * ApiResult::setMainForContinuation() was removed (deprecated since 1.25)
634 * ApiResult::setParsedLimit() was removed (deprecated since 1.25)
635 * ApiResult::setRawMode() was removed (deprecated since 1.25)
636 * ApiResult::size() was removed (deprecated since 1.25)
637 * Added new hooks, 'ApiQueryBaseBeforeQuery', 'ApiQueryBaseAfterQuery', and
638 'ApiQueryBaseProcessRow', to make it easier for extensions to add 'prop' and
639 'show' parameters to existing API query modules. A query module can enable
640 these hooks by passing an array for $hookData to ApiQueryBase::select() and
641 by calling ApiQueryBase->processRow() before adding a row's data to the
642 result.
643
644 === Languages updated in 1.28 ===
645
646 MediaWiki supports over 375 languages. Many localisations are updated
647 regularly. Below only new and removed languages are listed, as well as
648 changes to languages because of Phabricator reports.
649
650 * (T137411) ban (Balinese), thanks to translators Adi Mayndra, Andru,
651 BASAbali, M. Adiputra, Naval Scene, Nemo bis, NoiX180, and 아라.
652 * (T135867) shn (Shan), thanks to translators Khun Sar, Piangpha,
653 Saiddzone Saimawnkham, Saosukham, and Sengwan.
654 * Czech (cs) and Slovak (sk) set as reciprocal fallbacks.
655 * (T146744) Livvi-Karelian (olo) namespace messages created thanks to translator Ilja.mos.
656
657 === Other changes in 1.28 ===
658 * (T128697) Improved handling of large diffs.
659 * [BREAKING CHANGE] $wgExtendedLoginCookies has been removed. You can
660 use or update a custom session provider if needed.
661 * Deprecated APIEditBeforeSave hook in favor of EditFilterMergedContent.
662 * The 'UploadVerification' hook is deprecated. Use 'UploadVerifyFile' instead.
663 * SiteConfiguration::isLocalVHost() was removed (deprecated since 1.25).
664 * The 'UserLoginComplete' hook has a new parameter to differentiate between actual
665 login and visiting the login page while already logged in.
666 * ResourceLoader::makeLoaderURL() was removed (deprecated since 1.24).
667 * $.fn.liveAndTestAtStart was removed (deprecated since 1.24).
668 * mw.util.tooltipAccessKeyPrefix was removed (deprecated since 1.24).
669 * mw.util.tooltipAccessKeyRegexp was removed (deprecated since 1.24).
670 * Linker::link() and Linker::linkKnown() were deprecated; please instead use
671 MediaWiki\Linker\LinkRenderer. In addition, the LinkBegin and LinkEnd hooks
672 were replaced by HtmlPageLinkRendererBegin and HtmlPageLinkRendererEnd
673 respectively. See docs/hooks.txt for the specific changes needed for those hooks.
674 * Linker::formatSize() was deprecated. Use Language::formatSize() directly.
675 * Aliases for Linker methods, deprecated since 1.21, were removed from Skin:
676 * Skin::commentBlock() (use Linker::commentBlock() instead)
677 * Skin::generateRollback() (use Linker::generateRollback() instead)
678 * Skin::link() (use MediaWiki\Linker\LinkRenderer instead)
679 * Skin::linkKnown() (use MediaWiki\Linker\LinkRenderer instead)
680 * Skin::userLink() (use Linker::userLink() instead)
681 * Skin::userToolLinks() (use Linker::userToolLinks() instead)
682 * Disabled "bug 2702" HTML tidying of parsed UI messages on wikis where Tidy is
683 disabled.
684 * DifferenceEngine::generateDiffBody() was removed (deprecated since 1.21).
685 * UploadBase::stashFileGetKey() and UploadBase::stashSession() were deprecated.
686 Use ...->stashFile()->getFileKey() instead.
687 * "Public domain" was removed as a wiki license option from the installer, in
688 favour of CC-0.
689 * AuthenticationRequest::$required is now changed from REQUIRED to PRIMARY_REQUIRED
690 on requests needed by primary providers even if all primaries need them.
691 Primary providers are discouraged from returning multiple REQUIRED requests.
692 * OOjs UI PHP widgets constructed with the `'infusable' => true` config option
693 will no longer be automatically infused. You should call `OO.ui.infuse()`
694 on them yourself from your JavaScript code.
695 * parserTests.php has moved to tests/parser/parserTests.php
696 * The command line options specific to parser tests have been removed from
697 phpunit.php: --regex and --keep-uploads. Instead of --regex, use --filter.
698 Instead of --keep-uploads, use the same option to parserTests.php, but you
699 must specify a directory with --upload-dir.
700 * The 'jquery.arrowSteps' ResourceLoader module is now deprecated.
701 * IP::isConfiguredProxy() and IP::isTrustedProxy() were removed. Callers should
702 migrate to using the same functions on a ProxyLookup instance, obtainable from
703 MediaWikiServices.
704 * The ArticleAfterFetchContent, ArticleInsertComplete, ArticleSave, ArticleSaveComplete,
705 ArticleViewCustom, EditFilterMerged, EditPageGetDiffText, EditPageGetPreviewText and
706 ShowRawCssJs hooks will now emit deprecation warnings if used.
707 * (T68404) CSS3 attr() function with url type is no longer allowed
708 in inline styles.
709 * Database::getSearchEngine() is deprecated, use SearchEngineFactory::getSearchEngineClass
710 instead.
711
712 == Compatibility ==
713
714 MediaWiki 1.28 requires PHP 5.5.9 or later. There is experimental support for
715 HHVM 3.6.5 or later.
716
717 MySQL is the recommended DBMS. PostgreSQL or SQLite can also be used, but
718 support for them is somewhat less mature. There is experimental support for
719 Oracle and Microsoft SQL Server.
720
721 The supported versions are:
722
723 * MySQL 5.0.3 or later
724 * PostgreSQL 8.3 or later
725 * SQLite 3.3.7 or later
726 * Oracle 9.0.1 or later
727 * Microsoft SQL Server 2005 (9.00.1399)
728
729 == Upgrading ==
730
731 1.28 has several database changes since 1.27, and will not work without schema
732 updates. Note that due to changes to some very large tables like the revision
733 table, the schema update may take quite long (minutes on a medium sized site,
734 many hours on a large site).
735
736 If upgrading from before 1.11, and you are using a wiki as a commons
737 repository, make sure that it is updated as well. Otherwise, errors may arise
738 due to database schema changes.
739
740 If upgrading from before 1.7, you may want to run refreshLinks.php to ensure
741 new database fields are filled with data.
742
743 If you are upgrading from MediaWiki 1.4.x or earlier, you should upgrade to
744 1.5 first. The upgrade script maintenance/upgrade1_5.php has been removed
745 with MediaWiki 1.21.
746
747 Don't forget to always back up your database before upgrading!
748
749 See the file UPGRADE for more detailed upgrade instructions.
750
751 For notes on 1.27.x and older releases, see HISTORY.
752
753 == Online documentation ==
754
755 Documentation for both end-users and site administrators is available on
756 MediaWiki.org, and is covered under the GNU Free Documentation License (except
757 for pages that explicitly state that their contents are in the public domain):
758
759 https://www.mediawiki.org/wiki/Special:MyLanguage/Documentation
760
761 == Mailing list ==
762
763 A mailing list is available for MediaWiki user support and discussion:
764
765 https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
766
767 A low-traffic announcements-only list is also available:
768
769 https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce
770
771 It's highly recommended that you sign up for one of these lists if you're
772 going to run a public MediaWiki, so you can be notified of security fixes.
773
774 == IRC help ==
775
776 There's usually someone online in #mediawiki on irc.freenode.net.
777
778 = MediaWiki 1.27 =
779
780 == MediaWiki 1.27.4 ==
781 This is a security and maintenance release of the MediaWiki 1.27 branch.
782
783 === Changes since 1.27.3 ===
784 * (T100085) Better handling of jobs execution in post-connection shutdown.
785 * (T141604) Support conditionally registered namespaces.
786 * (T167798) Fix highlighting for phrase queries and phrase search.
787 * (T151136) Provide credits information to callbacks.
788 * (T160462) Allow namespaces defined in extension.json to be overwritten locally.
789 * (T168856) Allow SVGs created by Dia to be uploaded.
790 * (T144705) (T148662) Password reset link is no longer shown when no reset options are
791 available.
792 * (T143788) (T174262) Various backports for PHP 7.0 and 7.1 support.
793 * (T66795) $wgUserEmailUseReplyTo is now true by default to work around restrictive DMARC
794 policies.
795 * DB_REPLICA constant added from REL1_28+ to ease backports to extensions and core.
796 * (T175439) Unbreak Postgres Updater when setting defaults for a column.
797 * (T160298) Remove use of implicitGroupBy() in ActiveUsersPager.
798 * (T142304) Allow putting the app ID in the password for bot passwords.
799 * Updated dev dependancy phpunit/phpunit from v4.8.24 to v4.8.36.
800 * (T178451) SECURITY: Potential XSS when $wgShowExceptionDetails = false and browser
801 sends non-standard url escaping.
802 * (T165846) SECURITY: BotPassword login attempts weren't throttled.
803 * (T128209) SECURITY: Reflected File Download from api.php.
804 * (T134100) SECURITY: Do not reveal if user exists during login failure.
805 * (T176247) SECURITY: Ensure Message::rawParams can't lead to XSS.
806 * (T125163) SECURITY: Make anchor for headlines escape > and <.
807 * (T180237) SECURITY: Protect vendor folder with .htaccess.
808 * (T180231) SECURITY: Remove PHPUnit file with known RCE if exists in update.php.
809 * (T124404) SECURITY: XSS in langconverter when regex hits pcre.backtrack_limit.
810 * (T119158) SECURITY: Handle -{}- syntax in attributes safely.
811
812 == MediaWiki 1.27.3 ==
813 Due to a packaging error, the wrong version of the SyntaxHighlight extension was
814 included in the tarball version of MediaWiki 1.27.2. The version included had a
815 serious security issue in it (T158689). There was also some minor code fixes in
816 MediaWiki itself since 1.27.2, but none of them were security relevant.
817
818 === Changes since 1.27.2 ===
819 * (T145664) Fix broken wincache merge() implementation
820 * (T163434) Add wikimedia/testing-access-wrapper for forwards compatibility
821 * (T153505) Fix php warnings on php 7.1 due to use of &$this
822
823 == MediaWiki 1.27.2 ==
824 This is a security and maintenance release of the MediaWiki 1.27 branch.
825
826 ApiCreateAccount was removed in 1.27.0. It was incorrectly still marked as
827 deprecated (rather than already removed) in the RELEASE-NOTES at the point 1.27.0
828 was released.
829
830 === Changes since 1.27.1 ===
831
832 * (T68404) CSS3 attr() function with url type argument is no longer allowed
833 in inline styles.
834 * $wgRunJobsAsync is now false by default (T142751). This change only affects
835 wikis with $wgJobRunRate > 0.
836 * (T152717) Better escaping for PHP mail() command
837 * Submitting the lgtoken and lgpassword parameters in the query string to
838 action=login is now deprecated and outputs a warning. They should be submitted
839 in the POST body instead.
840 * Submitting sensitive authentication request parameters to action=clientlogin,
841 action=createaccount, action=linkaccount, and action=changeauthenticationdata
842 in the query string is now deprecated and outputs a warning. They should be
843 submitted in the POST body instead.
844 * (T158766) Avoid SQL error on MSSQL when using selectRowCount()
845 * (T145635) Fix too long index error when installing with MSSQL.
846 * (T156184) $wgRawHtml will no longer apply to internationalization messages.
847 * (T160519) CACHE_ANYTHING will not be CACHE_ACCEL if no accelerator is installed.
848 * (T109140) (T122209) SECURITY: Special:UserLogin and Special:Search allow redirect
849 to interwiki links.
850 * (T144845) SECURITY: XSS in SearchHighlighter::highlightText() when
851 $wgAdvancedSearchHighlighting is true.
852 * (T125177) SECURITY: API parameters may now be marked as "sensitive" to keep
853 their values out of the logs.
854 * (T150044) SECURITY: "Mark all pages visited" on the watchlist now requires a CSRF
855 token.
856 * (T156184) SECURITY: Escape content model/format url parameter in message.
857 * (T151735) SECURITY: SVG filter evasion using default attribute values in DTD
858 declaration.
859 * (T161453) SECURITY: LocalisationCache will no longer use the temporary directory
860 in it's fallback chain when trying to work out where to write the cache.
861 * (T48143) SECURITY: Spam blacklist ineffective on encoded URLs inside file inclusion
862 syntax's link parameter.
863 * (T108138) SECURITY: Sysops can undelete pages, although the page is protected against
864 it.
865
866 == MediaWiki 1.27.1 ==
867
868 This is a maintenance release of the MediaWiki 1.27 branch.
869
870 === Changes since 1.27.0 ===
871 * BREAKING CHANGE: $wgHTTPProxy is now *required* for all external requests
872 made by MediaWiki via a proxy. Relying on the http_proxy environment
873 variable is no longer supported.
874 * (T139565) SECURITY: API: Generate head items in the context of the given title
875 * (T137264) SECURITY: XSS in unclosed internal links
876 * (T133147) SECURITY: Escape '<' and ']]>' in inline <style> blocks
877 * (T133147) SECURITY: Require login to preview user CSS pages
878 * (T132926) SECURITY: Do not allow undeleting a revision deleted file if it is
879 the top file
880 * (T129738) SECURITY: Make $wgBlockDisablesLogin also restrict logged in
881 permissions
882 * (T129738) SECURITY: Make blocks log users out if $wgBlockDisablesLogin is true
883 * (T115333) SECURITY: Check read permission when loading page content in ApiParse
884 * (T57548) Remove support for $wgWellFormedXml = false, all output is now well formed
885 * (T139670) Move 'UserGetRights' call before application of Session::getAllowedUserRights()
886
887 == MediaWiki 1.27.0 ==
888
889 === PHP version requirement in 1.27 ===
890 As of 1.27, MediaWiki now requires PHP 5.5.9 or higher (see Compatibility
891 section). Additionally, the following PHP extensions are required:
892 * ctype
893 * iconv
894 * json
895 * mbstring (new requirement in 1.27)
896 * xml
897 The following PHP extensions are strongly recommended:
898 * openssl
899
900 === Configuration changes in 1.27 ===
901 * $wgAllowMicrodataAttributes and $wgAllowRdfaAttributes were removed,
902 now always enabled. If you use RDFa on your wiki, you now have to explicitly
903 set $wgHtml5Version to 'HTML+RDFa 1.0' or 'XHTML+RDFa 1.0'.
904 * $wgUseLinkNamespaceDBFields was removed.
905 * Deprecated $wgResourceLoaderMinifierStatementsOnOwnLine and
906 $wgResourceLoaderMinifierMaxLineLength, because there was little value in
907 making the behavior configurable. The default values (`false` for the former,
908 1000 for the latter) are now hard-coded.
909 * $wgDebugDumpSqlLength was removed (deprecated in 1.24).
910 * $wgDebugDBTransactions was removed (deprecated in 1.20).
911 * $wgUseXVO has been removed, as it provides functionality only used by
912 custom Wikimedia patches against Squid 2.x that probably noone uses in
913 production anymore. There is now $wgUseKeyHeader that provides similar
914 functionality but instead of the MediaWiki-specific X-Vary-Options header,
915 uses the draft Key header standard.
916 * $wgScriptExtension (and support for '.php5' entry points) was removed. See the
917 deprecation notice in the release notes for version 1.25 for advice on how to
918 preserve support for '.php5' entry points via URL rewriting.
919 * Password handling via the User object has been deprecated and partially
920 removed, pending the future introduction of AuthManager. In particular:
921 ** expirePassword(), getPasswordExpireDate(), resetPasswordExpiration(), and
922 getPasswordExpired() have been removed. They were unused outside of core.
923 ** The mPassword, mNewpassword, mNewpassTime, and mPasswordExpires fields are
924 now private and will be removed in the future.
925 ** The getPassword() and getTemporaryPassword() methods now throw
926 BadMethodCallException and will be removed in the future.
927 ** The ability to pass 'password' and 'newpassword' to createNew() has been
928 removed. The only users of it seem to have been using it to set invalid
929 passwords, and so shouldn't be greatly affected.
930 ** setPassword(), setInternalPassword(), and setNewpassword() have been
931 deprecated, pending the introduction of AuthManager.
932 ** User::randomPassword() is deprecated in favor of a new method
933 PasswordFactory::generateRandomPasswordString()
934 ** User::getPasswordFactory() is deprecated, callers should just create a
935 PasswordFactory themselves.
936 ** A new constructor, User::newSystemUser(), has been added to simplify the
937 creation of passwordless "system" users for logged actions.
938 * $wgMaxSquidPurgeTitles was removed.
939 * $wgAjaxWatch was removed. This is now enabled by default.
940 * $wgUseInstantCommons now hotlinks Commons images by default instead of
941 downloading originals and thumbnailing them locally. This allows wikis to save
942 on CPU and bandwidth while reducing time to first byte for pages, even without
943 a thumbnail handler. See $wgForeignFileRepos documentation for tweaks.
944 * (T27397) WebP is enabled by default as an uploadable filetype.
945 * (T48998) $wgArticlePath must now be either a full url, or start with a "/".
946 * $wgRateLimitLog was removed; use $wgDebugLogGroups['ratelimit'] instead.
947 * Deprecated API formats dbg, txt, and yaml have been removed.
948 * CLDRPluralRule* classes have been replaced with
949 wikimedia/cldr-plural-rule-parser.
950 * Removed $wgProfilePerHost, $wgUDPProfilerHost, $wgUDPProfilerPort,
951 $wgUDPProfilerFormatString, $wgStatsMethod, $wgAggregateStatsID,
952 $wgStatsFormatString, and $wgProfileCallTree (deprecated since 1.20).
953 * For proper operation of LocalIdLookup with shared user tables, ensure that
954 $wgSharedDB and $wgSharedTables are properly set even on the "central" wiki
955 that all others are sharing from and that $wgLocalDatabases is set to the
956 full list of sharing wikis on all those wikis.
957 * Massive overhaul to session handling:
958 ** $wgSessionsInObjectCache is no longer supported and must be true, due to
959 MediaWiki\Session\SessionManager. $wgSessionHandler is similarly no longer
960 used.
961 ** ObjectCacheSessionHandler is removed, replaced with
962 MediaWiki\Session\PhpSessionHandler.
963 ** PHP session handling in general ($_SESSION, session_id(), and so on) is
964 deprecated. Use MediaWiki\Session\SessionManager instead. A new config
965 variable, $wgPHPSessionHandling, is available to cause use of $_SESSION to
966 issue a deprecation warning or to cause most PHP session handling to throw
967 exceptions.
968 ** Deprecated UserSetCookies hook. Session-handling extensions should generally
969 be creating a custom subclass of CookieSessionProvider. Other extensions
970 messing with cookies can no longer count on user data being saved in cookies
971 versus other methods.
972 ** Deprecated UserLoadFromSession hook, extensions should create a
973 MediaWiki\Session\SessionProvider.
974 ** The User cannot be loaded from session until after Setup.php completes.
975 Attempts to do so will be ignored and the User will remain unloaded.
976 ** CSRF tokens may be fetched from the MediaWiki\Session\Session, which uses
977 the MediaWiki\Session\Token class.
978 * MediaWiki will now auto-create users as necessary, removing the need for
979 extensions to do so. An 'autocreateaccount' right is added to allow
980 auto-creation when 'createaccount' is not granted to all users.
981 * Deprecated AuthPluginAutoCreate hook in favor of LocalUserCreated.
982 * Most cookie-handling methods in User are deprecated.
983 * $wgAllowAsyncCopyUploads and $CopyUploadAsyncTimeout were removed. This was an
984 experimental feature that has never worked.
985 * Login and createaccount tokens now vary by timestamp.
986 * LoginForm::getLoginToken() and LoginForm::getCreateaccountToken()
987 return a MediaWiki\Session\Token, and tokens must be checked using that
988 class's methods.
989 * $wgEnotifUseJobQ was removed and the job queue is always used.
990 * The functionality of the ApiSandbox extension has been merged into core. The
991 extension should no longer be used.
992 * $wgPreloadJavaScriptMwUtil was removed (deprecated in 1.26).
993 Extensions, skins, gadgets and scripts that use the mediawiki.util module must
994 express a dependency on it.
995 * $wgIncludeLegacyJavaScript, deprecated in MediaWiki 1.26, now defaults false.
996 Extensions, skins, gadgets and scripts that need the mediawiki.legacy.wikibits
997 module should express a dependency on it.
998 * Removed configuration option $wgCopyrightIcon (deprecated since 1.18). Use
999 $wgFooterIcons['copyright']['copyright'] instead.
1000 * If the openssl and mcrypt PHP extensions are both unavailable, secure
1001 session storage (used for login) will raise an exception. This exception may
1002 be bypassed by setting $wgSessionInsecureSecrets = true.
1003 * Massive overhaul to authentication:
1004 ** AuthPlugin and AuthPluginUser are deprecated.
1005 ** LoginForm and associated templates are deprecated. Extensions which called
1006 static LoginForm methods should be converted into authentication providers.
1007 ** The following hooks are deprecated:
1008 *** AbortAutoAccount (create a MediaWiki\Auth\PreAuthenticationProvider instead)
1009 *** AbortLogin (create a MediaWiki\Auth\PreAuthenticationProvider instead)
1010 *** AbortNewAccount (create a MediaWiki\Auth\PreAuthenticationProvider instead)
1011 *** AddNewAccount (use LocalUserCreated instead)
1012 *** AuthPluginSetup (create a MediaWiki\Auth\PrimaryAuthenticationProvider instead)
1013 *** ChangePasswordForm (use AuthChangeFormFields instead, or security levels)
1014 *** LoginUserMigrated (create a MediaWiki\Auth\PreAuthenticationProvider instead)
1015 *** UserCreateForm (create a MediaWiki\Auth\AuthenticationProvider of some type instead)
1016 *** UserLoginForm (create a MediaWiki\Auth\AuthenticationProvider of some type instead)
1017 ** The following hooks are removed:
1018 *** AbortChangePassword
1019 *** LoginPasswordResetMessage
1020 *** PrefsPasswordAudit
1021 ** The UserLoginComplete hook will no longer be called for all logins, only for
1022 those via the web UI. Use UserLoggedIn if you need to do something on all
1023 logins.
1024 ** $wgRequirePasswordforEmailChange is removed.
1025
1026 === New features in 1.27 ===
1027 * $wgDataCenterUpdateStickTTL was also added. This decides how long a user
1028 sticks to the primary DC (via cookies) after they make changes to the site.
1029 * Added a new hook, 'UserMailerTransformContent', to transform the contents
1030 of an email. This is similar to the EmailUser hook but applies to all mail
1031 sent via UserMailer.
1032 * Added a new hook, 'UserMailerTransformMessage', to transform the contents
1033 of an emai after MIME encoding.
1034 * Added a new hook, 'UserMailerSplitTo', to control which users have to be
1035 emailed separately (ie. there is a single address in the To: field) so
1036 user-specific changes to the email can be applied safely.
1037 * $wgCdnMaxageLagged was added, which limits the CDN cache TTL
1038 when any load balancer uses a DB that is lagged beyond the 'max lag'
1039 setting in the relevant section of $wgLBFactoryConf.
1040 * User::newSystemUser() may be used to simplify the creation of passwordless
1041 "system" users for logged actions from scripts and extensions.
1042 * Extensions can now return detailed error information via the API when
1043 preventing user actions using 'getUserPermissionsErrors' and similar hooks
1044 by using ApiMessage instances instead of strings for the $result value.
1045 * $wgAPIMaxLagThreshold was added to limit bot changes when databases lag
1046 becomes too high.
1047 * Skins and extensions can now use FlexBox mixins (.flex-display(@display: flex)
1048 and .flex(@grow: 1, @shrink: 1, @width: auto, @order: 1)) in Less to create
1049 cross-browser-compatible FlexBox rules. Users will still need to add fallback
1050 float rules or the like for compatibility with IE9- separately.
1051 * Added MWTimestamp::getTimezoneString() which returns the localized timezone
1052 string, if available. To localize this string, see the comments of
1053 $wgLocaltimezone in includes/DefaultSettings.php.
1054 * Added CentralIdLookup, a service that allows extensions needing a concept of
1055 "central" users to get that without having to know about specific central
1056 authentication extensions.
1057 * $wgMaxUserDBWriteDuration added to limit huge user-generated transactions.
1058 Regular web request transactions that takes longer than this are aborted.
1059 * Added a new hook, 'TitleMoveCompleting', which runs before a page move is
1060 committed.
1061 * $wgCdnReboundPurgeDelay was added to provide secondary delayed purges of URLs
1062 from CDN to mitigate DB replication lag and WAN cache purge lag.
1063 * (T49162) Installer will default to setting CACHE_ACCEL as the main cache type
1064 if it is available.
1065 * It is now possible to patrol file uploads (both for new files and new versions
1066 of existing files). Special:NewFiles has gained an option to filter by patrol
1067 status. This functionality can be disabled using $wgUseFilePatrol.
1068 * MediaWiki\Session infrastructure allows for easier use of session mechanisms
1069 other than the usual cookies.
1070 ** SessionMetadata and SessionCheckInfo hooks allow for setting and checking
1071 custom session metadata.
1072 * Added MWGrants and associated configuration settings $wgGrantPermissions and
1073 $wgGrantPermissionGroups to hold configuration for authentication features
1074 such as OAuth that want to allow restricting the user rights a user may make
1075 use of.
1076 ** If you're already using the OAuth extension, these new variables are
1077 identical to (and will replace) $wgMWOAuthGrantPermissions and
1078 $wgMWOAuthGrantPermissionGroups.
1079 * Added MWRestrictions as a class to check restrictions on a WebRequest, e.g.
1080 to assert that the request comes from a particular IP range.
1081 * Added bot passwords, a rights-restricted login mechanism for API-using bots.
1082 * Whitelisted the following HTML attributes for all elements in wikitext:
1083 aria-describedby, aria-flowto, aria-label, aria-labelledby, aria-owns.
1084 * Removed "presentation" restriction on the HTML role attribute in wikitext.
1085 All values are now allowed for the role attribute.
1086 * $wgContentHandlers now also supports callbacks to create an instance of the
1087 appropriate ContentHandler subclass.
1088 * Added $wgAuthenticationTokenVersion, which if non-null prevents the
1089 user_token database field from being exposed in cookies. Setting this would
1090 be a good idea, but will log out all current sessions.
1091 * $wgEventRelayerConfig was added, for managing PubSub event relay configuration,
1092 specifically for reliable CDN url purges.
1093 * Requests have unique IDs, equal to the UNIQUE_ID environment variable (when
1094 MediaWiki is behind Apache+mod_unique_id or something similar) or a randomly-
1095 generated 24-character string. This request ID is used to annotate log records
1096 and error messages. It is available client-side via mw.config.get( 'wgRequestId' ).
1097 The request ID supplants exception IDs. Accordingly, MWExceptionHandler::getLogId()
1098 is deprecated.
1099 * (T33313) Add a preference for watching uploads by default, also applies
1100 to API-based upload tools.
1101 * $wgJpegPixelFormat was added to override chroma subsampling for JPEG image
1102 thumbnails created via ImageMagick. Defaults to 'yuv420', providing bandwidth
1103 savings versus the previous behavior on many files.
1104 * MediaWiki\Auth infrastructure (called "AuthManager") allows for more flexible
1105 configuration of multiple authentication pieces that was possible with
1106 AuthPlugin. For example, it's now easy to plug in second-factor
1107 authentication, or add additional checks to the login process, or to support
1108 multiple login methods at once, or to support non-password-based login methods.
1109 ** Providers are configured via the global setting $wgAuthManagerConfig.
1110 ** A global, $wgDisableAuthManager, is temporarily available to disable
1111 AuthManager until extensions are ready to support it.
1112 ** New hook, AuthChangeFormFields, to adjust the form fields on
1113 AuthManager-related special pages.
1114 ** New hook, AuthManagerLoginAuthenticateAudit, for additional logging of
1115 AuthManager-related authentication requests.
1116 ** New hook, ChangeAuthenticationDataAudit, for additional logging of
1117 AuthManager-related authentication data changes.
1118 ** New hook, SecuritySensitiveOperationStatus, to work with the new mechanism
1119 for requiring a recent login before taking security-sensitive operations
1120 like changing a password.
1121 ** Two new globals, $wgChangeCredentialsBlacklist and $wgRemoveCredentialsBlacklist
1122 can be used to prevent the web UI and the API changing certain authentication data.
1123 * The file upload dialog (available if you install WikiEditor or VisualEditor)
1124 can now be configured using $wgUploadDialog.
1125
1126 === External library changes in 1.27 ===
1127
1128 ==== Upgraded external libraries ====
1129 * Updated oojs/oojs-ui from v0.12.12 to v0.13.3.
1130 * Updated composer/semver from v1.0.0 to v1.2.0.
1131 * Updated liuggio/statsd-php-client to 1.0.18.
1132 * Updated QUnit from v1.18.0 to v1.22.0.
1133
1134 ==== New external libraries ====
1135 * Added wikimedia/base-convert v1.0.1.
1136 * Added wikimedia/cldr-plural-rule-parser v1.0.0.
1137 * Added wikimedia/relpath v1.0.3.
1138 * Added wikimedia/running-stat v1.1.0.
1139 * Added wikimedia/php-session-serializer v1.0.3.
1140
1141 ==== Removed and replaced external libraries ====
1142
1143 === Bug fixes in 1.27 ===
1144 * Special:Upload will now display correct maximum allowed file size when running
1145 under HHVM (T116347).
1146 * (T54077) The APIEditBeforeSave hook will once again give only the content of
1147 the section being edited, rather than the whole revision. This reverts the
1148 change made in MediaWiki 1.22.
1149
1150 === Action API changes in 1.27 ===
1151 * Added list=allrevisions.
1152 * generator=recentchanges now has the option to generate revids.
1153 * ApiPageSet::setRedirectMergePolicy() was added. This allows generator
1154 modules to define how generator data for a redirect source gets merged
1155 into the redirect destination.
1156 * prop=imageinfo&iiprop=uploadwarning will no longer include the possibility of
1157 "was-deleted" warning.
1158 * Added difftotextpst to query=revisions which preforms a pre-save transform on
1159 the text before diffing it.
1160 * Deprecated formats dbg, txt, and yaml have been removed.
1161 * (T47988) The protect log event details now use new-style formatting.
1162 * The following response properties from action=login are deprecated, and may
1163 be removed in the future: lgtoken, cookieprefix, sessionid. Clients should
1164 handle cookies to properly manage session state.
1165 * action=login transparently allows login using bot passwords. Clients should
1166 merely need to change the username and password used after setting up a bot
1167 password.
1168 * action=upload no longer understands statuskey, asyncdownload or leavemessage.
1169 * Several changes when $wgDisableAuthManager is false:
1170 ** action=login is deprecated for uses other than bot passwords.
1171 ** list=users can now indicate if a missing username is creatable.
1172 ** action=createaccount is changed in a non-backwards-compatible manner.
1173 ** Added action=query&meta=authmanagerinfo.
1174 ** Added action=clientlogin to be used to log into the main account instead of
1175 action=login.
1176 ** Added action=linkaccount.
1177 ** Added action=unlinkaccount.
1178 ** Added action=changeauthenticationdata.
1179 ** Added action=removeauthenticationdata.
1180 ** Added action=resetpassword.
1181
1182 === Action API internal changes in 1.27 ===
1183 * ApiQueryORM removed.
1184 * The following classes have been removed:
1185 ** ApiFormatDbg
1186 ** ApiFormatTxt
1187 ** ApiFormatYaml
1188 * ApiBase::addTokenProperties() was removed (deprecated since 1.24).
1189 * ApiBase::getFinalPossibleErrors() was removed (deprecated since 1.24).
1190 * ApiBase::getFinalResultProperties() was removed (deprecated since 1.24).
1191 * ApiBase::getRequireAtLeastOneParameterErrorMessages() was removed (deprecated since 1.24).
1192 * ApiBase::getPossibleErrors() was removed (deprecated since 1.24).
1193 * ApiBase::getRequireMaxOneParameterErrorMessages() was removed (deprecated since 1.24).
1194 * ApiBase::getRequireOnlyOneParameterErrorMessages() was removed (deprecated since 1.24).
1195 * ApiBase::getResultProperties() was removed (deprecated since 1.24).
1196 * ApiBase::getTitleOrPageIdErrorMessage() was removed (deprecated since 1.24).
1197 * ApiBase::parseErrors() was removed (deprecated since 1.24).
1198 * ApiQueryBase::titleToKey(), ApiQueryBase::keyToTitle() and
1199 ApiQueryBase::keyPartToTitle() all removed (deprecated since 1.24).
1200 * ApiQueryBase::checkRowCount() was removed (deprecated since 1.24).
1201 * ApiQueryBase::getDirectionDescription() was removed (deprecated since 1.25).
1202 * ApiQuery::getGenerators() was removed (deprecated since 1.21).
1203 * ApiQuery::getModules() was removed (deprecated since 1.21).
1204 * ApiQuery::getModuleType() was removed (deprecated since 1.21).
1205 * ApiQuery::setGeneratorContinue() was removed (deprecated since 1.24).
1206 * ApiMain::getModules() was removed (deprecated since 1.21).
1207 * ApiBase::getVersion() was removed (deprecated since 1.21).
1208 * ApiMain::getShowVersions() was removed (deprecated in 1.21).
1209 * ApiMain::addModule() was removed (deprecated in 1.21).
1210 * ApiMain::addFormat() was removed (deprecated in 1.21).
1211 * ApiMain::getFormats() was removed (deprecated in 1.21).
1212 * ApiPageSet::finishPageSetGeneration() was removed (deprecated in 1.21).
1213 * ApiCreateAccount was removed.
1214
1215 === Languages updated in 1.27 ===
1216
1217 MediaWiki supports over 350 languages. Many localisations are updated
1218 regularly. Below only new and removed languages are listed, as well as
1219 changes to languages because of Phabricator reports.
1220
1221 * (T113688) Change default numerals from Gurmukhi to Arabic for Punjabi locale.
1222 * (T116020) Aliases of magic words in MessagesXx.php are sorted by usage.
1223
1224 === Other changes in 1.27 ===
1225 * Added dependency injection (DI) infrastructure, see docs/injection.txt for details.
1226 It is planned to incrementally move MediaWiki code towards using DI, using the
1227 service locator (SL) pattern as a stepping stone.
1228 * ProfilerOutputUdp was removed. Note that there is a ProfilerOutputStats class.
1229 * WikiPage::doDeleteArticleReal() and WikiPage::doDeleteArticle() now
1230 ignore the 2nd and 3rd arguments (formerly $id and $commit).
1231 * Removed "loaderScripts" option from ResourceLoaderFileModule class.
1232 * Removed ORM-like wrapper added in 1.20.
1233 * LinkCache::getGoodLinks and LinkCache::getBadLinks were removed
1234 (deprecated in 1.26).
1235 * WikiPage::doQuickEdit() was removed (deprecated since 1.21).
1236 * Removed SiteObject and SiteArray classes (deprecated in 1.21).
1237 * MessageBlobStore::getInstance() was removed (deprecated since 1.25).
1238 * (T84937) Free external links ("autolinked" urls) will now be terminated
1239 by &nbsp; and HTML entity encodings of &nbsp, <, and >.
1240 * (T36948) The default file revert message's timestamp is now in
1241 $wgLocaltimezone, instead of UTC.
1242 * The default name of the 'suppress' group page has been changed from
1243 'Project:Oversight' to 'Project:Suppress'.
1244 * DatabaseBase::resultObject() is now protected (use outside Database classes
1245 not necessary since 1.11).
1246 * Calling ResourceLoaderFileModule::readStyleFiles() without a
1247 ResourceLoaderContext instance is deprecated.
1248 * ResourceLoader::getLessCompiler() now takes an optional parameter of
1249 additional LESS variables to set for the compiler.
1250 * wfBaseConvert() marked as deprecated, use Wikimedia\base_convert() directly
1251 instead.
1252 * Obsolete maintenance scripts clearCacheStats.php and showCacheStats.php
1253 were removed. The underlying data is sent to StatsD (see $wgStatsdServer).
1254 * Removed msg_resource_links database table and associated code.
1255 * Removed msg_resource database table and associated code.
1256 * Skin::getNamespaceNotice() was removed.
1257 * wfIsConfiguredProxy() was removed (deprecated since 1.24).
1258 * wfDebugTimer() was removed (deprecated since 1.25).
1259 * wfIsTrustedProxy() was removed (deprecated since 1.24).
1260 * wfGetIP() was removed (deprecated since 1.19).
1261 * MWHookException was removed.
1262 * OutputPage::appendSubtitle() was removed (deprecated since 1.19).
1263 * OutputPage::loginToUse() was removed (deprecated since 1.19).
1264 * Article::loadContent() was removed (deprecated since 1.19).
1265 * User::editToken() was removed (deprecated since 1.19).
1266 * Removed --force-normal option of dumpBackup.php, as it no longer served
1267 any useful purpose since 1.22.
1268 * The functions processOption() and processArgs() on the BackupDumper and
1269 TextPassDumper classes have been removed.
1270 * The maintenance/backupTextPass.inc file was deleted. You should include
1271 maintenance/dumpTextPass.php instead.
1272 * WikiPage::getUsedTemplates() was removed (deprecated since 1.19).
1273 * wfEmptyMsg() was removed (deprecated since 1.18).
1274 * OutputPage::permissionRequired() was removed (deprecated since 1.18).
1275 * OutputPage::blockedPage() was removed (deprecated since 1.18).
1276 * User::getSkin() was removed (deprecated since 1.18).
1277 * OutputPage::includeJQuery() was removed (deprecated since 1.17).
1278 * WikiPage::updateRestrictions() was removed (deprecated since 1.19).
1279 * WikiPage::testPreSaveTransform() was removed (deprecated since 1.19).
1280 * LogPage::logName() was removed (deprecated since 1.19).
1281 * LogPage::logHeader() was removed (deprecated since 1.19).
1282 * wfCheckLimits() was removed (deprecated since 1.24).
1283 * Linker::makeKnownLinkObj() was removed (deprecated since 1.16).
1284 * Linker::makeLinkObj() was removed (deprecated since 1.16).
1285 * wfMsgForContentNoTrans() was removed (deprecated since 1.18).
1286 * ChangesList::usePatrol was removed (deprecated since 1.22).
1287 * wfMsgNoTrans() was removed (deprecated since 1.18).
1288 * Linker::makeImageLink2 was removed (deprecated since 1.20).
1289 * Title::userIsWatching() was removed (deprecated since 1.20).
1290 * Removed WaitForSlave maintenance script; use SELECT MASTER_POS_WAIT()
1291 database function directly instead.
1292 * wfMsg() was removed (deprecated since 1.18).
1293 * wfMsgForContent() was removed (deprecated since 1.18).
1294 * wfMsgReal() was removed (deprecated since 1.18).
1295 * wfMsgGetKey() was removed (deprecated since 1.18).
1296 * wfMsgHtml() was removed (deprecated since 1.18).
1297 * wfMsgWikiHtml() was removed (deprecated since 1.18).
1298 * wfMsgExt() was removed (deprecated since 1.18).
1299 * Language::armourMath() was removed (deprecated since 1.22).
1300 * LanguageConverter::armourMath() was removed (deprecated since 1.22).
1301 * FakeConverter::armourMath() was removed (deprecated since 1.22).
1302 * The unused jquery.validate ResourceLoader module was removed.
1303 * FileRepo::getRootUrl() was removed (deprecated since 1.20).
1304 * User::generateToken() was removed (deprecated since 1.20).
1305 * WikiPage::getRawText() was removed (deprecated since 1.21).
1306 * ParserOutput::hasCustomDataUpdates() was removed (deprecated since 1.25).
1307 * ParserOutput::addSecondaryDataUpdate() was removed (deprecated since 1.25).
1308 * ParserOutput::getSecondaryDataUpdates() was removed (deprecated since 1.25).
1309 * Gallery images with multiple caption pipes no longer concatenate them all
1310 together but instead pick the final one, similar to image syntax.
1311 * XML-like parser tags (such as <gallery>), when unclosed, will be left unparsed
1312 rather than consume everything until the end of the page.
1313 * New maintenance script resetUserEmail.php allows sysadmins to reset user emails in case
1314 a user forgot password/account was stolen.
1315 * wfCheckEntropy() was removed (deprecated in 1.27).
1316 * Browser support for Internet Explorer 8 lowered from Grade A to Grade C.
1317 * ContentHandler::supportsCategories method added. Default is true.
1318 CategoryMembershipChangeJob updates are skipped for content that
1319 does not support categories.
1320 * wikidiff difference engine is no longer supported, anyone still using it are encouraged
1321 to upgrade to wikidiff2 which is actively maintained and has better package availability.
1322 * Database logic was removed from WatchedItem and a WatchedItemStore was created:
1323 ** WatchedItem::IGNORE_USER_RIGHTS and WatchedItem::CHECK_USER_RIGHTS were deprecated.
1324 User::IGNORE_USER_RIGHTS and User::CHECK_USER_RIGHTS were introduced.
1325 ** WatchedItem::fromUserTitle was deprecated in favour of the constructor.
1326 ** WatchedItem::resetNotificationTimestamp was deprecated.
1327 ** WatchedItem::batchAddWatch was deprecated.
1328 ** WatchedItem::addWatch was deprecated.
1329 ** WatchedItem::removeWatch was deprecated.
1330 ** WatchedItem::isWatched was deprecated.
1331 ** WatchedItem::duplicateEntries was deprecated.
1332 ** EmailNotification::updateWatchlistTimestamp was deprecated.
1333 ** User::getWatchedItem was removed.
1334 * Unit tests don't work with external PHPUnit anymore, Composer is now the only supported
1335 way. Run `composer install` to install it and other dev dependencies to run unit tests.
1336 * wl_id field added to the watchlist table.
1337 * Revision::getRawText() was removed (deprecated since 1.21).
1338 * WikiPage::replaceSection() was removed (deprecated since 1.21).
1339 * Article::replaceSection() was removed (deprecated since 1.21).
1340 * Language::getLangObj() was removed (deprecated since 1.24).
1341 * Language::getLanguageName() was removed (deprecated since 1.20).
1342 * Language::getLanguageNames() was removed (deprecated since 1.20).
1343 * Language::getTranslatedLanguageNames() was removed (deprecated since 1.20).
1344 * Language::specialPage() was removed (deprecated since 1.24).
1345 * MediaWikiTestCase::assertException() was removed (deprecated since 1.22).
1346 * OutputPage::getHeadItems() was removed (deprecated since 1.24).
1347 * OutputPage::getScript() was removed (deprecated since 1.24).
1348 * OutputPage::out() was removed (deprecated since 1.22).
1349 * OutputPage::setAllowedModules() was removed (deprecated since 1.24).
1350 * UserrightsPage::makeGroupNameListForLog() was removed (deprecated since 1.21).
1351 * MediaWikiSite::newFromGlobalId() was removed (deprecated since 1.21).
1352 * Title::newFromRedirect() was removed (deprecated since 1.21).
1353 * Skin::commonPrintStylesheet() was removed (deprecated since 1.22).
1354 * Skin::getCommonStylePath() was removed (deprecated since 1.24).
1355 * Skin::newFromKey() was removed (deprecated since 1.24).
1356 * Skin::getUsableSkins() was removed (deprecated since 1.23).
1357 * LoadBalancer::pickRandom() was removed (deprecated in 1.21).
1358 * Article::getUndoText() and WikiPage::getUndoText were removed (deprecated since
1359 1.21).
1360 * DifferenceEngine::setText() was removed (deprecated in 1.21).
1361 * Title::newFromRedirectArray() was removed (deprecated in 1.21).
1362 * UserMailer::send() no longer accepts $replyto as the 5th argument and $contentType
1363 as the 6th. These must be passed in the options array now.
1364 * Title::newFromRedirectRecurse() was removed (deprecated in 1.21).
1365 * Skin::accesskey was removed (deprecated since 1.21).
1366 * Skin::blockLink was removed (deprecated since 1.21).
1367 * Skin::buildRollbackLink was removed (deprecated since 1.21).
1368 * Skin::emailLink was removed (deprecated since 1.21).
1369 * Skin::formatComment was removed (deprecated since 1.21).
1370 * Skin::formatHiddenCategories was removed (deprecated since 1.21).
1371 * Skin::formatLinksInComment was removed (deprecated since 1.21).
1372 * Skin::formatRevisionSize was removed (deprecated since 1.21).
1373 * Skin::formatSize was removed (deprecated since 1.21).
1374 * Skin::formatTemplates was removed (deprecated since 1.21).
1375 * Skin::generateTOC was removed (deprecated since 1.21).
1376 * Skin::getInternalLinkAttributes was removed (deprecated since 1.21).
1377 * Skin::getInternalLinkAttributesObj was removed (deprecated since 1.21).
1378 * Skin::getInterwikiLinkAttributes was removed (deprecated since 1.21).
1379 * Skin::getInvalidTitleDescription was removed (deprecated since 1.21).
1380 * Skin::getLinkColour was removed (deprecated since 1.21).
1381 * Skin::getRevDeleteLink was removed (deprecated since 1.21).
1382 * Skin::getRollbackEditCount was removed (deprecated since 1.21).
1383 * Skin::makeBrokenImageLinkObj was removed (deprecated since 1.21).
1384 * Skin::makeCommentLink was removed (deprecated since 1.21).
1385 * Skin::makeExternalImage was removed (deprecated since 1.21).
1386 * Skin::makeExternalLink was removed (deprecated since 1.21).
1387 * Skin::makeHeadline was removed (deprecated since 1.21).
1388 * Skin::makeImageLink was removed (deprecated since 1.21).
1389 * Skin::makeMediaLinkFile was removed (deprecated since 1.21).
1390 * Skin::makeMediaLinkObj was removed (deprecated since 1.21).
1391 * Skin::makeSelfLinkObj was removed (deprecated since 1.21).
1392 * Skin::makeThumbLink2 was removed (deprecated since 1.21).
1393 * Skin::makeThumbLinkObj was removed (deprecated since 1.21).
1394 * Skin::normaliseSpecialPage was removed (deprecated since 1.21).
1395 * Skin::normalizeSubpageLink was removed (deprecated since 1.21).
1396 * Skin::processResponsiveImages was removed (deprecated since 1.21).
1397 * Skin::revComment was removed (deprecated since 1.21).
1398 * Skin::revDeleteLink was removed (deprecated since 1.21).
1399 * Skin::revDeleteLinkDisabled was removed (deprecated since 1.21).
1400 * Skin::revUserLink was removed (deprecated since 1.21).
1401 * Skin::revUserTools was removed (deprecated since 1.21).
1402 * Skin::specialLink was removed (deprecated since 1.21).
1403 * Skin::splitTrail was removed (deprecated since 1.21).
1404 * Skin::titleAttrib was removed (deprecated since 1.21).
1405 * Skin::tocIndent was removed (deprecated since 1.21).
1406 * Skin::tocLine was removed (deprecated since 1.21).
1407 * Skin::tocLineEnd was removed (deprecated since 1.21).
1408 * Skin::tocList was removed (deprecated since 1.21).
1409 * Skin::tocUnindent was removed (deprecated since 1.21).
1410 * Skin::tooltip was removed (deprecated since 1.21).
1411 * Skin::tooltipAndAccesskeyAttribs was removed (deprecated since 1.21).
1412 * Skin::userTalkLink was removed (deprecated since 1.21).
1413 * Skin::userToolLinksRedContribs was removed (deprecated since 1.21).
1414 * wikidiff3 is now the default and only PHP diff engine. It provides improved diff
1415 performance on complex changes. $wgExternalDiffEngine = 'wikidiff3' therefore
1416 makes no difference now. Users are still recommended to use wikidiff2 if possible,
1417 though.
1418 * User::addNewUserLogEntry() was deprecated.
1419 * User::addNewUserLogEntryAutoCreate() was deprecated.
1420 * User::isPasswordReminderThrottled() was deprecated.
1421 * Bot-oriented parameters to Special:UserLogin (wpCookieCheck, wpSkipCookieCheck)
1422 were removed.
1423 * Installer can now be customized without patching MediaWiki code, see
1424 mw-config/overrides/README for details.
1425
1426 === Compatibility ===
1427
1428 MediaWiki 1.27 requires PHP 5.5.9 or later. There is experimental support for
1429 HHVM 3.6.5 or later.
1430
1431 MySQL is the recommended DBMS. PostgreSQL or SQLite can also be used, but
1432 support for them is somewhat less mature. There is experimental support for
1433 Oracle and Microsoft SQL Server.
1434
1435 The supported versions are:
1436
1437 * MySQL 5.0.3 or later
1438 * PostgreSQL 8.3 or later
1439 * SQLite 3.3.7 or later
1440 * Oracle 9.0.1 or later
1441 * Microsoft SQL Server 2005 (9.00.1399)
1442
1443 === Upgrading ===
1444
1445 1.27 has several database changes since 1.26, and will not work without schema
1446 updates. Note that due to changes to some very large tables like the revision
1447 table, the schema update may take quite long (minutes on a medium sized site,
1448 many hours on a large site).
1449
1450 If upgrading from before 1.11, and you are using a wiki as a commons
1451 repository, make sure that it is updated as well. Otherwise, errors may arise
1452 due to database schema changes.
1453
1454 If upgrading from before 1.7, you may want to run refreshLinks.php to ensure
1455 new database fields are filled with data.
1456
1457 If you are upgrading from MediaWiki 1.4.x or earlier, you should upgrade to
1458 1.5 first. The upgrade script maintenance/upgrade1_5.php has been removed
1459 with MediaWiki 1.21.
1460
1461 Don't forget to always back up your database before upgrading!
1462
1463 See the file UPGRADE for more detailed upgrade instructions.
1464
1465 For notes on 1.26.x and older releases, see HISTORY.
1466
1467
1468 = MediaWiki 1.26 =
1469
1470 == MediaWiki 1.26.4 ==
1471
1472 This is a maintenance release of the MediaWiki 1.26 branch.
1473
1474 === Changes since 1.26.3 ===
1475 * BREAKING CHANGE: $wgHTTPProxy is now *required* for all external requests
1476 made by MediaWiki via a proxy. Relying on the http_proxy environment
1477 variable is no longer supported.
1478 * (T124163) Fixed fatal error in DifferenceEngine under HHVM.
1479 * (T139565) SECURITY: API: Generate head items in the context of the given title
1480 * (T137264) SECURITY: XSS in unclosed internal links
1481 * (T133147) SECURITY: Escape '<' and ']]>' in inline <style> blocks
1482 * (T133147) SECURITY: Require login to preview user CSS pages
1483 * (T132926) SECURITY: Do not allow undeleting a revision deleted file if it is
1484 the top file
1485 * (T129738) SECURITY: Make $wgBlockDisablesLogin also restrict logged in
1486 permissions
1487 * (T129738) SECURITY: Make blocks log users out if $wgBlockDisablesLogin is true
1488 * (T115333) SECURITY: Check read permission when loading page content in ApiParse
1489 * Remove support for $wgWellFormedXml = false, all output is now well formed
1490
1491 == MediaWiki 1.26.3 ==
1492
1493 This is a maintenance release of the MediaWiki 1.26 branch.
1494
1495 === Changes since 1.26.2 ===
1496 * (T116266) Fixed undefined property notices in DairikiDiff under HHVM.
1497 * (T123166) Fix fatal error when importing pages to titles which cannot be
1498 created, such as invalid titles or titles the user is not allowed to edit.
1499 * (T122056) Old tokens are remaining valid within a new session
1500 * (T127114) Login throttle can be tricked using non-canonicalized usernames
1501 * (T123653) Cross-domain policy regexp is too narrow
1502 * (T123071) Incorrectly identifying http link in a's href attributes, due to
1503 m modifier in regex
1504 * (T129506) MediaWiki:Gadget-popups.js isn't renderable
1505 * (T125283) Users occasionally logged in as different users after
1506 SessionManager deployment
1507 * (T103239) Patrol allows click catching and patrolling of any page
1508 * (T122807) [tracking] Check php crypto primatives
1509 * (T98313) Graphs can leak tokens, leading to CSRF
1510 * (T130947) Diff generation should use PoolCounter
1511 * (T133507) Careless use of $wgExternalLinkTarget is insecure
1512 * (T132874) API action=move is not rate limited
1513 * (T110143) strip markers can be used to get around html attribute escaping in
1514 (many?) parser tags
1515 * (T116030) Increase pbkdf2 parameter strengths
1516 * (T127420) Pbkdf2Password does not check if hash_pbkdf2() succeeded
1517 * (T126685) Globally throttle password attempts
1518
1519 == MediaWiki 1.26.2 ==
1520
1521 This is a maintenance release of the MediaWiki 1.26 branch.
1522
1523 === Changes since 1.26.1 ===
1524 * (T121892) Fix fatal error on some Special pages, introduced in 1.26.1.
1525
1526 == MediaWiki 1.26.1 ==
1527
1528 This is a maintenance release of the MediaWiki 1.26 branch.
1529
1530 === Changes since 1.26.0 ===
1531 * (T117899) SECURITY: $wgArticlePath can no longer be set to relative paths
1532 that do not begin with a slash. This enabled trivial XSS attacks.
1533 Configuration values such as "http://my.wiki.com/wiki/$1" are fine, as are
1534 "/wiki/$1". A value such as "$1" or "wiki/$1" is not and will now throw an
1535 error.
1536 * (T119309) SECURITY: Use hash_compare() for edit token comparison
1537 * (T118032) SECURITY: Don't allow cURL to interpret POST parameters starting
1538 with '@' as file uploads
1539 * (T115522) SECURITY: Passwords generated by User::randomPassword() can no
1540 longer be shorter than $wgMinimalPasswordLength
1541 * (T97897) SECURITY: Improve IP parsing and trimming. Previous behavior could
1542 result in improper blocks being issued
1543 * (T109724) SECURITY: Special:MyPage, Special:MyTalk, Special:MyContributions
1544 and related pages no longer use HTTP redirects and are now redirected by
1545 MediaWiki
1546 * Fixed ConfigException in ExpandTemplates due to AlwaysUseTidy.
1547 * Fixed stray literal \n in Special:Search.
1548 * Fix issue that breaks HHVM Repo Authorative mode.
1549 * (T120267) Work around APCu memory corruption bug
1550
1551 == MediaWiki 1.26.0 ==
1552
1553 === Configuration changes in 1.26 ===
1554 * $wgPasswordResetRoutes['email'] = true by default.
1555 * $wgEnableParserCache was deprecated, set $wgParserCacheType to CACHE_NONE
1556 instead if you want to disable the parser cache.
1557 * New-style continuation is now the default for API action=continue. Clients may
1558 use the 'rawcontinue' parameter to receive raw query-continue data, but the
1559 new style is encouraged as it's harder to implement incorrectly.
1560 * Deprecated API formats dump and wddx have been completely removed.
1561 * (T7645) The "Signature" button on the edit toolbar is now hidden by default
1562 in non-talk namespaces. A new configuration variable,
1563 $wgExtraSignatureNamespaces, controls in which subject (non-talk) namespaces
1564 the "Signature" button on the edit toolbar will be displayed.
1565 * $wgResourceLoaderUseESI was deprecated and removed. This was an experimental
1566 feature that was never enabled by default.
1567 * $wgResourceLoaderExperimentalAsyncLoading was deprecated and removed.
1568 This experimental feature was never enabled by default and is obsolete as of
1569 MediaWiki 1.26, in where ResourceLoader became fully asynchronous.
1570 * $wgMasterWaitTimeout was removed (deprecated in 1.24).
1571 * Fields in ParserOptions are now private. Use the accessors instead.
1572 * Custom LESS functions (defined via $wgResourceLoaderLESSFunctions or
1573 in extension.json) have been removed, after being deprecated in 1.24.
1574 * $wgAlwaysUseTidy has been removed.
1575 * ResetSessionID hook has been removed. Nothing seems to use it.
1576 * Certain AuthPlugin methods are deprecated in favor of new hooks:
1577 ** AuthPlugin::initUser() is replaced by LocalUserCreated.
1578 ** AuthPlugin::updateUser() is replaced by UserLoggedIn.
1579 ** AuthPlugin::updateExternalDB() is replaced by the existing UserSaveSettings.
1580 ** AuthPlugin::updateExternalDBGroups() is replaced by UserGroupsChanged.
1581 ** AuthPluginUser::isHidden() is replaced by UserIsHidden.
1582 ** AuthPluginUser::isLocked() is replaced by UserIsLocked.
1583 * The UserRights hook is deprecated in favor of the new UserGroupsChanged hook.
1584 * AuthPlugin::initUser() and AuthPlugin::updateUser() should no longer replace
1585 the passed User object.
1586 * $wgBlockAllowsUTEdit is now set to true by default. This allows
1587 blocked users to edit their talk pages unless explicitly disabled
1588 when they are being blocked.
1589
1590 === New features in 1.26 ===
1591 * (T51506) Now action=info gives estimates of actual watchers for a page.
1592 See $wgRCMaxAge, $wgWatchersMaxAge and $wgUnwatchedPageSecret
1593 to learn how to configure if needed.
1594 * Change tags can now be hidden in the interface by disabling the associated
1595 "tag-<id>" interface message.
1596 * ':' (colon) is now invalid in usernames for new accounts. Existing accounts
1597 are not affected.
1598 * Added a new hook, 'LogException', to log exceptions in nonstandard ways.
1599 * Revive the 'SpecialSearchResultsAppend' hook which occurs after the list of
1600 search results are rendered. The initial use case is to append a "give us
1601 feedback" link beneath the search results.
1602 * Added a new hook, 'RejectParserCacheValue', which allows extensions to
1603 reject an otherwise-successful parser cache lookup. The intent is to allow
1604 extensions to manage the eviction of archaic HTML output from the cache.
1605 * (T68699) The expiration of the UserID and Token login cookies
1606 ($wgExtendedLoginCookieExpiration) can be configured independently of the
1607 expiration of all other cookies ($wgCookieExpiration).
1608 * (T50519) Support for generating JPEG/PNG thumbnails from WebP images added
1609 if ImageMagick is used as image scaler ($wgUseImageMagick = true). Uploading
1610 of WebP images still disabled by default. Add $wgFileExtensions[] =
1611 'webp'; to LocalSettings.php to enable uploading of WebP images.
1612 * Added new hooks 'EnhancedChangesListModifyLineData' &
1613 'EnhancedChangesListModifyBlockLineData', to modify the data used to build
1614 lines in enhanced recentchanges and watchlist.
1615 * Caches that need purging ability now use the WANObjectCache interface.
1616 This corresponds to a new $wgMainWANCache setting, which defaults to using
1617 the $wgMainCacheType settings.
1618 * Callers needing fast light-weight data stores use $wgMainStash to select
1619 the store type from $wgObjectCaches. The default is the local database.
1620 * Interface message overrides in the MediaWiki namespace will now be cached in
1621 memcached and APC (if available), rather than memcached and local files.
1622 * Added a new hook, 'RandomPageQuery', to allow modification of the query used
1623 by Special:Random to select random pages.
1624 * $wgTransactionalTimeLimit was added, which controls the request time limit
1625 for potentially slow POST requests that need to be as atomic as possible.
1626 * ResourceLoader now loads all scripts asynchronously. The top-queue and
1627 startup modules are no longer synchronously loaded.
1628 * 'mediawiki.ui.button' styles are no longer unconditionally loaded on every
1629 page. During the deprecation period, the styles will only be loaded on pages
1630 which contain 'mw-ui-button' in their HTML. Starting in 1.28, the styles will
1631 only be loaded if explicitly required.
1632 * If search returns zero results and current search engine has a "did you mean"
1633 suggestion, results for suggestion will be shown. Can be disabled by setting
1634 $wgSearchRunSuggestedQuery to false.
1635 * Added several JavaScript libraries for uploading files to MediaWiki
1636 from the client-side. See documentation for mw.Upload and its
1637 subclasses for more information.
1638 * Added OOUI dialogs and layout for file upload interfaces. See
1639 documentation for mw.Upload.Dialog, mw.Upload.BookletLayout and its
1640 subclasses for more information.
1641
1642 === extension.json changes in 1.26 ===
1643 * (T99344) The extension.json schema is now versioned. All extensions
1644 and skins should set a "manifest_version" property corresponding to
1645 the schema version they were written for. The only supported version
1646 currently is "1".
1647 * (T102523) The error message if a non-array attribute is set was improved.
1648 * (T107646) Configuration settings can now specify how they should be merged,
1649 which is necessary for arrays using integer keys.
1650 * (T110389) Adding namespaces through extension.json now actually works
1651 * $wgNamespaceProtection can now be set in extension.json.
1652 * $wgCapitalLinkOverrides can now be set in extension.json.
1653 * (T97186) Extensions using a custom prefix for their configuration settings
1654 can now set a "_prefix" key to override the default of "wg".
1655 * (T99084) Extensions can now specify what MediaWiki core versions they
1656 depend upon.
1657 * (T105236) The extension.json schema now validates custom classes in
1658 the "ResourceModules" property properly.
1659
1660 === External library changes in 1.26 ===
1661 ==== Upgraded external libraries ====
1662 * Updated es5-shim from v4.0.0 to v4.1.5.
1663 * Updated json2 from revision 2014-02-04 to 2015-05-03.
1664 * Updated Sinon.JS from 1.10.3 to 1.15.4.
1665 * Updated jQuery Client from v1.0.0 to v2.0.0.
1666 * Updated QUnit from v1.17.1 to v1.18.0.
1667 * Updated liuggio/statsd-php-client from v1.0.12 to v1.0.16.
1668 * Updated oojs/oojs-ui from v0.11.3 to v0.12.12.
1669 * Updated wikimedia/cdb from v1.0.1 to v1.3.0.
1670 * Updated wikimedia/utfnormal from v1.0.2 to v1.0.3.
1671 * Updated wikimedia/composer-merge-plugin from v1.0.0 to v1.3.0.
1672 * Updated zordius/lightncandy from v0.18 to v0.21.
1673
1674 ==== New external libraries ====
1675 * Added composer/semver v1.0.0.
1676 * Added mediawiki/at-ease v1.1.0.
1677 * Added wikimedia/assert v0.2.2.
1678 * Added wikimedia/ip-set v1.0.1.
1679 * Added wikimedia/wrappedstring v2.0.0.
1680
1681 ==== Removed and replaced external libraries ====
1682 * Replaced leafo/lessphp v0.5.0 with oyejorge/less.php v1.7.0.9.
1683
1684 === Bug fixes in 1.26 ===
1685 * (T53283) load.php sometimes sends 304 response without full headers
1686 * (T65198) Talk page tabs now have a "rel=discussion" attribute
1687 * (T98841) {{msgnw:}} now preserves comments even when subst: is not used.
1688 * (T104142) $wgEmergencyContact and $wgPasswordSender now use their default
1689 value if set to an empty string.
1690
1691 === Action API changes in 1.26 ===
1692 * New-style continuation is now the default for action=continue. Clients may
1693 use the 'rawcontinue' parameter to receive raw query-continue data, but the
1694 new style is encouraged as it's harder to implement incorrectly.
1695 * Deprecated API formats dump and wddx have been completely removed.
1696 * API action=query&list=tags: The displayname can now be boolean false if the
1697 tag is meant to be hidden from user interfaces.
1698 * action=import no longer allows both the namespace= and rootpage= parameters
1699 to be set. If they are both set, the value of rootpage= will be ignored.
1700 * prop=revision output in enum mode is now sorted by timestamp rather than
1701 revision ID. This usually won't make any difference.
1702 * (T102645) Namespace list from meta=siteinfo&siprop=namespaces is now an array
1703 with formatversion=2.
1704 * Various other output from meta=siteinfo will now always be arrays instead of
1705 sometimes being numerically-indexed objects with formatversion=2.
1706 * When errors about users being blocked are returned, they now include
1707 information about the relevant block.
1708 * (T99926) list=random has higher limits, in line with other API modules.
1709 * list=random's rnredirect parameter is deprecated in favor of a new
1710 rnfilterredir parameter that also allows for listing both redirects and
1711 non-redirects.
1712 * list=random now supports continuation.
1713 * API responses to GET requests may now include ETag and Last-Modified headers,
1714 and will honor corresponding If-None-Match and If-Modified-Since on such
1715 requests.
1716
1717 === Action API internal changes in 1.26 ===
1718 * New metadata item ApiResult::META_KVP_MERGE to allow for merging the KVP key
1719 into the value when the value is an assoc.
1720 * API action modules may now provide values for the RFC 7232 ETag and
1721 Last-Modified headers. The API will check these against If-None-Match and
1722 If-Modified-Since request headers on GET requests and avoid executing the
1723 module when appropriate.
1724
1725 === Languages updated in 1.26 ===
1726
1727 MediaWiki supports over 350 languages. Many localisations are updated
1728 regularly. Below only new and removed languages are listed, as well as
1729 changes to languages because of Phabricator reports.
1730
1731 * Languages added:
1732 ** ase (American sign language), thanks to translator Icemandeaf
1733 ** dty (डोटेली/Doteli), thanks to translators जनक राज भट्ट, बिप्लब आनन्द,
1734 मेश सिंह बोहरा, and राम प्रसाद जोशी
1735 ** luz (لئری دوٙمینی / Southern Luri)
1736 ** olo (Livvinкarjala / Livvi-Karelian), thanks to translators Denö, Hiloin Natoi,
1737 Ilja.mos, and Mashoi7
1738
1739 === Other changes in 1.26 ===
1740 * ChangeTags::tagDescription() will return false if the interface message
1741 for the tag is disabled.
1742 * Added PageHistoryPager::doBatchLookups hook.
1743 * Added $wikiId parameter to FormatAutocomments hook.
1744 * Added ParserCacheSaveComplete to ParserCache
1745 * supportsDirectEditing and supportsDirectApiEditing methods added to
1746 ContentHandler, to provide a way for ApiEditPage and EditPage to check
1747 if direct editing of content is allowed. These methods return false,
1748 by default for the ContentHandler base class and true for TextContentHandler
1749 and it's derivative classes (everything in core). For Content types that
1750 do not support direct editing, an alternative mechanism should be provided
1751 for editing, such as action overrides or specific api modules.
1752 * mediaWiki.confirmCloseWindow now returns an object of functions, instead of
1753 one function. The callback can't be called directly any more. The callback
1754 function is replaced with confirmCloseWindow.release().
1755 * BREAKING CHANGE: Added an optional ResouceLoaderContext parameter to
1756 ResourceLoaderModule::getDependencies(). Extension classes that override that
1757 method should be updated. If they aren't updated, PHP Strict standards
1758 warnings will appear when E_STRICT error reporting is enabled. Note: in the
1759 near future, this parameter will probably become non-optional.
1760 * Removed maintenance script deleteImageMemcached.php.
1761 * MWFunction::newObj() was removed (deprecated in 1.25).
1762 ObjectFactory::getObjectFromSpec() should be used instead.
1763 * The parser will no longer randomize the string it uses to mark the place of
1764 items that were stripped during parsing. It will use a fixed string instead.
1765 This causes the parser to re-use the regular expressions it uses to search
1766 and replace markers rather than generate novel expressions on each parse.
1767 Re-using regular expressions will improve performance on HHVM and the
1768 forthcoming PHP 7. The interfaces changes accompanying this change are:
1769 - Parser::getRandomString() and Parser::uniqPrefix() have been deprecated.
1770 - The $uniq_prefix argument for Parser::extractTagsAndParams() and the
1771 $prefix argument for StripState::_construct() are deprecated and their
1772 value is ignored.
1773 * wfSuppressWarnings() and wfRestoreWarnings() were split into a separate library,
1774 mediawiki/at-ease, and are now deprecated. Callers should use
1775 MediaWiki\suppressWarnings() and MediaWiki\restoreWarnings() directly.
1776 * The Block class constructor now takes an associative array of parameters
1777 instead of many optional positional arguments. Calling the constructor the old
1778 way will issue a deprecation warning.
1779 * The jquery.mwExtension module was deprecated.
1780 * $wgSpecialPageGroups was removed (deprecated in 1.21).
1781 * SpecialPageFactory::setGroup was removed (deprecated in 1.21).
1782 * SpecialPageFactory::getGroup was removed (deprecated in 1.21).
1783 * DatabaseBase::ignoreErrors() is now protected.
1784 * BREAKING CHANGE: mediawiki.legacy.ajax has been removed, following
1785 a lengthy deprecation period.
1786 * The ScopedPHPTimeout class was removed.
1787 * Removed maintenance script fixSlaveDesync.php.
1788 * Watchlist tokens, SpecialResetTokens, and User::getTokenFromOption()
1789 are deprecated. Applications using those can work via the OAuth
1790 extension instead. New tokens types should not be added.
1791 * DatabaseBase::errorCount() was removed (unused).
1792 * $wgDeferredUpdateList was removed.
1793 * DeferredUpdates::addHTMLCacheUpdate() was removed.
1794
1795 = MediaWiki 1.25 =
1796
1797 == MediaWiki 1.25.6 ==
1798
1799 This is a maintenance release of the MediaWiki 1.25 branch.
1800
1801 === Changes since 1.25.5 ===
1802 * (T123166) Fix fatal error when importing pages to titles which cannot be
1803 created, such as invalid titles or titles the user is not allowed to edit.
1804 * (T122056) Old tokens are remaining valid within a new session
1805 * (T127114) Login throttle can be tricked using non-canonicalized usernames
1806 * (T123653) Cross-domain policy regexp is too narrow
1807 * (T123071) Incorrectly identifying http link in a's href attributes, due to
1808 m modifier in regex
1809 * (T129506) MediaWiki:Gadget-popups.js isn't renderable
1810 * (T125283) Users occasionally logged in as different users after
1811 SessionManager deployment
1812 * (T103239) Patrol allows click catching and patrolling of any page
1813 * (T122807) [tracking] Check php crypto primatives
1814 * (T98313) Graphs can leak tokens, leading to CSRF
1815 * (T130947) Diff generation should use PoolCounter
1816 * (T133507) Careless use of $wgExternalLinkTarget is insecure
1817 * (T132874) API action=move is not rate limited
1818 * (T110143) strip markers can be used to get around html attribute escaping in
1819 (many?) parser tags
1820 * (T116030) Increase pbkdf2 parameter strengths
1821 * (T127420) Pbkdf2Password does not check if hash_pbkdf2() succeeded
1822 * (T126685) Globally throttle password attempts
1823
1824 == MediaWiki 1.25.5 ==
1825
1826 This is a maintenance release of the MediaWiki 1.25 branch.
1827
1828 === Changes since 1.25.4 ===
1829 * (T121892) Fix fatal error on some Special pages, introduced in 1.25.4.
1830
1831 == MediaWiki 1.25.4 ==
1832
1833 This is a security and maintenance release of the MediaWiki 1.25 branch.
1834
1835 === Changes since 1.25.3 ===
1836 * (T117899) SECURITY: $wgArticlePath can no longer be set to relative paths
1837 that do not begin with a slash. This enabled trivial XSS attacks.
1838 Configuration values such as "http://my.wiki.com/wiki/$1" are fine, as are
1839 "/wiki/$1". A value such as "$1" or "wiki/$1" is not and will now throw an
1840 error.
1841 * (T119309) SECURITY: Use hash_compare() for edit token comparison
1842 * (T118032) SECURITY: Don't allow cURL to interpret POST parameters starting
1843 with '@' as file uploads
1844 * (T115522) SECURITY: Passwords generated by User::randomPassword() can no
1845 longer be shorter than $wgMinimalPasswordLength
1846 * (T97897) SECURITY: Improve IP parsing and trimming. Previous behavior could
1847 result in improper blocks being issued
1848 * (T109724) SECURITY: Special:MyPage, Special:MyTalk, Special:MyContributions
1849 and related pages no longer use HTTP redirects and are now redirected by
1850 MediaWiki
1851 * (T103237) $wgUseGzip had no effect when using file cache.
1852 * (T114606) mw.notify was not correctly fixed to the page if
1853 initialized while not at the top of the page.
1854 * Fix issue that breaks HHVM Repo Authorative mode.
1855
1856 == MediaWiki 1.25.3 ==
1857
1858 This is a security and maintenance release of the MediaWiki 1.25 branch.
1859
1860 === Changes since 1.25.2 ===
1861
1862 * (T98975) Fix having multiple callbacks for a single hook.
1863 * (T107632) maintenance/refreshLinks.php did not always remove all links
1864 pointing to nonexistent pages.
1865 * (T104142) $wgEmergencyContact and $wgPasswordSender now use their default
1866 value if set to an empty string.
1867 * (T62174) Provide fallbacks for use of mb_convert_encoding() in
1868 HtmlFormatter. It was causing an error when accessing the api help page
1869 if the mbstring PHP extension was not installed.
1870 * (T105896) Confirmation emails would sometimes contain invalid codes.
1871 * (T105597) Fixed edit stash inclusion queries.
1872 * (T91850) SECURITY: Add throttle check in ApiUpload and SpecialUpload
1873 * (T91203, T91205) SECURITY: API: Improve validation in chunked uploading
1874 * (T95589) SECURITY: RevDel: Check all revisions for suppression, not just the
1875 first
1876 * (T108616) SECURITY: Avoid exposure of local path in PNG thumbnails
1877
1878 == MediaWiki 1.25.2 ==
1879
1880 This is a security and maintenance release of the MediaWiki 1.25 branch.
1881
1882 === Changes since 1.25.1 ===
1883
1884 * (T94116) SECURITY: Compare API watchlist token in constant time
1885 * (T97391) SECURITY: Escape error message strings in thumb.php
1886 * (T106893) SECURITY: Don't leak autoblocked IP addresses on
1887 Special:DeletedContributions
1888 * (T102562) Fix InstantCommons parameters to handle the new HTTPS-only
1889 policy of Wikimedia Commons.
1890 * (T100767) Setting a configuration setting for skin or extension to
1891 false in LocalSettings.php was not working.
1892 * (T100635) API action=opensearch json output no longer breaks when
1893 $wgDebugToolbar is enabled.
1894 * (T102522) Using an extension.json or skin.json file which has
1895 a "manifest_version" property for 1.26 compatability will no longer
1896 trigger warnings.
1897 * (T86156) Running updateSearchIndex.php will not throw an error as
1898 page_restrictions has been added to the locked table list.
1899 * Special:Version would throw notices if using SVN due to an incorrectly
1900 named variable. Add an additional check that an index is defined.
1901
1902 == MediaWiki 1.25.1 ==
1903
1904 This is a bug fix release of the MediaWiki 1.25 branch.
1905
1906 === Changes since 1.25 ===
1907 * (T100351) Fix syntax errors in extension.json of ConfirmEdit extension
1908
1909 == MediaWiki 1.25.0 ==
1910
1911 === Configuration changes in 1.25 ===
1912 * $wgPageShowWatchingUsers was removed.
1913 * $wgLocalVirtualHosts has been added to replace $wgConf->localVHosts.
1914 * $wgAntiLockFlags was removed.
1915 * $wgJavaScriptTestConfig was removed.
1916 * Edit tokens returned from User::getEditToken may change on every call. Token
1917 validity must be checked by passing the user-supplied token to
1918 User::matchEditToken rather than by testing for equality with a
1919 newly-generated token.
1920 * (T74951) The UserGetLanguageObject hook may be passed any IContextSource
1921 for its $context parameter. Formerly it was documented as receiving a
1922 RequestContext specifically.
1923 * Profiling was restructured and $wgProfiler now requires an 'output' parameter.
1924 See StartProfiler.sample for details.
1925 * $wgMangleFlashPolicy was added to make MediaWiki's mangling of anything that
1926 might be a flash policy directive configurable.
1927 * ApiOpenSearch now supports XML output. The OpenSearchXml extension should no
1928 longer be used. If extracts and page images are desired, the TextExtracts and
1929 PageImages extensions are required.
1930 * $wgOpenSearchTemplate is deprecated in favor of $wgOpenSearchTemplates.
1931 * Edits are now prepared via AJAX as users type edit summaries. This behavior
1932 can be disabled via $wgAjaxEditStash.
1933 * (T46740) The temporary option $wgIncludejQueryMigrate was removed, along
1934 with the jQuery Migrate library, as indicated when this option was provided in
1935 MediaWiki 1.24.
1936 * ProfilerStandard and ProfilerSimpleTrace were removed. Make sure that any
1937 StartProfiler.php config is updated to reflect this. Xhprof is available
1938 for zend/hhvm. Also, for hhvm, one can consider using its xenon profiler.
1939 * Default value of $wgSVGConverters['rsvg'] now uses the 'rsvg-convert' binary
1940 rather than 'rsvg'.
1941 * Default value of $wgSVGConverters['ImageMagick'] now uses transparent
1942 background with white fallback color, rather than just white background.
1943 * MediaWikiBagOStuff class removed, make sure any object cache config
1944 uses SqlBagOStuff instead.
1945 * The 'daemonized' flag must be set to true in $wgJobTypeConf for any redis
1946 job queues. This means that mediawiki/services/jobrunner service has to
1947 be installed and running for any such queues to work.
1948 * $wgAutopromoteOnce no longer supports the 'view' event. For keeping some
1949 compatibility, any 'view' event triggers will still trigger on 'edit'.
1950 * $wgExtensionDirectory was added for when your extensions directory is somewhere
1951 other than $IP/extensions (as $wgStyleDirectory does with the skins directory).
1952
1953 === New features in 1.25 ===
1954 * (T64861) Updated plural rules to CLDR 26. Includes incompatible changes
1955 for plural forms in Russian, Prussian, Tagalog, Manx and several languages
1956 that fall back to Russian.
1957 * (T60139) ResourceLoaderFileModule now supports language fallback
1958 for 'languageScripts'.
1959 * Added a new hook, "ContentAlterParserOutput", to allow extensions to modify the
1960 parser output for a content object before links update.
1961 * (T37785) Enhanced recent changes and extended watchlist are now default.
1962 Documentation: https://meta.wikimedia.org/wiki/Special:MyLanguage/Help:Enhanced_recent_changes
1963 and https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgDefaultUserOptions.
1964 * (T69341) SVG images will no longer be base64-encoded when being embedded
1965 in CSS. This results in slight size increase before gzip compression (due to
1966 percent-encoding), but up to 20% decrease after it.
1967 * Update jStorage to v0.4.12.
1968 * MediaWiki now natively supports page status indicators: icons (or short text
1969 snippets) usually displayed in the top-right corner of the page. They have
1970 been in use on Wikipedia for a long time, implemented using templates and CSS
1971 absolute positioning.
1972 - Basic wikitext syntax: <indicator name="foo">[[File:Foo.svg|20px]]</indicator>
1973 - Usage instructions: https://www.mediawiki.org/wiki/Help:Page_status_indicators
1974 - Adjusting custom skins to support indicators:
1975 https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Skinning#Page_status_indicators
1976 * Edit tokens may now be time-limited: passing a maximum age to
1977 User::matchEditToken will reject any older tokens.
1978 * The debug logging internals have been overhauled, and are now using the
1979 PSR-3 interfaces.
1980 * Update CSSJanus to v1.1.1.
1981 * Update lessphp to v0.5.0.
1982 * Added a hook, "ApiOpenSearchSuggest", to allow extensions to provide extracts
1983 and images for ApiOpenSearch output. The semantics are identical to the
1984 "OpenSearchXml" hook provided by the OpenSearchXml extension.
1985 * PrefixSearchBackend hook now has an $offset parameter. Combined with $limit,
1986 this allows for pagination of prefix results. Extensions using this hook
1987 should implement supporting behavior. Not doing so can result in undefined
1988 behavior from API clients trying to continue through prefix results.
1989 * Update jQuery from v1.11.1 to v1.11.3.
1990 * External libraries installed via composer will now be displayed
1991 on Special:Version in their own section. Extensions or skins that are
1992 installed via composer will not be shown in this section as it is assumed
1993 they will add the proper credits to the skins or extensions section. They
1994 can also be accessed through the API via the new siprop=libraries to
1995 ApiQuerySiteInfo.
1996 * Update QUnit from v1.14.0 to v1.16.0.
1997 * Update Moment.js from v2.8.3 to v2.8.4.
1998 * Special:Tags now allows for manipulating the list of user-modifiable change
1999 tags.
2000 * Added 'managetags' user right and 'ChangeTagCanCreate', 'ChangeTagCanDelete',
2001 and 'ChangeTagCanCreate' hooks to allow for managing user-modifiable change
2002 tags.
2003 * Added 'ChangeTagsListActive' hook, to separate the concepts of "defined" and
2004 "active" formerly conflated by the 'ListDefinedTags' hook.
2005 * Added TemplateParser class that provides a server-side interface to cachable
2006 dynamically-compiled Mustache templates (currently uses lightncandy library).
2007 * Clickable anchors for each section heading in the content are now generated
2008 and appear in the gutter on hovering over the heading.
2009 * Added 'CategoryViewer::doCategoryQuery' and 'CategoryViewer::generateLink' hooks
2010 to allow extensions to override how links to pages are rendered within NS_CATEGORY
2011 * (T19665) Special:WantedPages only lists page which having at least one red link
2012 pointing to it.
2013 * New hooks 'ApiMain::moduleManager' and 'ApiQuery::moduleManager', can be
2014 used for conditional registration of API modules.
2015 * New hook 'EnhancedChangesList::getLogText' to alter, remove or add to the
2016 links of a group of changes in EnhancedChangesList.
2017 * A full interface for StatsD metric reporting has been added to the context
2018 interface, reachable via IContextSource::getStats().
2019 * Move the jQuery Client library from being mastered in MediaWiki as v0.1.0 to a
2020 proper, published library, which is now tagged as v1.0.0.
2021 * A new message (defaulting to blank), 'editnotice-notext', can be shown to users
2022 when they are editing if no edit notices apply to the page being edited.
2023 * (T94536) You can now make the sitenotice appear to logged-in users only by
2024 editing MediaWiki:Anonnotice and replacing its content with "". Setting it to
2025 "-" (default) will continue disable it and fallback to MediaWiki:Sitenotice.
2026 * Modifying the tagging of a revision or log entry is now available via
2027 Special:EditTags, generally accessed via the revision-deletion-like interface
2028 on history pages and Special:Log is likely to be more useful.
2029 * Added 'applychangetags' and 'changetags' user rights.
2030 * (T35235) LogFormatter subclasses are now responsible for formatting the
2031 parameters for API log event output. Extensions should implement the new
2032 getParametersForApi() method in their log formatters.
2033
2034 ==== External libraries ====
2035 * MediaWiki now requires certain external libraries to be installed. In the past
2036 these were bundled inside the Git repository of MediaWiki core, but now they
2037 need to be installed separately. For users using the tarball, this will be taken
2038 care of and no action will be required. Users using Git will either need to use
2039 composer to fetch dependencies or use the mediawiki/vendor repository which includes
2040 all dependencies for MediaWiki core and ones used in Wikimedia deployment. Detailed
2041 instructions can be found at:
2042 https://www.mediawiki.org/wiki/Download_from_Git#Fetch_external_libraries
2043 * The following libraries are now required:
2044 ** psr/log
2045 This library provides the interfaces set by the PSR-3 standard (http://www.php-fig.org/psr/psr-3/)
2046 which are used by MediaWiki internally via the
2047 MediaWiki\Logger\LoggerFactory class.
2048 See the structured logging RfC (https://www.mediawiki.org/wiki/Special:MyLanguage/Requests_for_comment/Structured_logging)
2049 for more background information.
2050 ** cssjanus/cssjanus
2051 This library was formerly bundled with MediaWiki core and has been removed.
2052 It automatically flips CSS for RTL support.
2053 ** leafo/lessphp
2054 This library was formerly bundled with MediaWiki core and has been removed.
2055 It compiles LESS files into CSS.
2056 ** wikimedia/cdb
2057 This library was formerly a part of MediaWiki core, and has been moved into a separate library.
2058 It provides CDB functions which are used in the Interwiki and Localization caches.
2059 More information about the library can be found at https://www.mediawiki.org/wiki/Special:MyLanguage/CDB.
2060 ** liuggio/statsd-php-client
2061 This library provides a StatsD client API for logging application metrics to a remote server.
2062
2063 === Bug fixes in 1.25 ===
2064 * (T73003) No additional code will be generated to try to load CSS-embedded
2065 SVG images in Internet Explorer 6 and 7, as they don't support them anyway.
2066 * (T69021) On Special:BookSources, corrected validation of ISBNs (both
2067 10- and 13-digit forms) containing "X".
2068 * Page moving was refactored into a MovePage class. As part of that:
2069 ** The AbortMove hook was removed.
2070 ** MovePageIsValidMove is for extensions to specify whether a page
2071 cannot be moved for technical reasons, and should not be overridden.
2072 ** MovePageCheckPermissions is for checking whether the given user is
2073 allowed to make the move.
2074 ** Title::moveNoAuth() was deprecated. Use the MovePage class instead.
2075 ** Title::moveTo() was deprecated. Use the MovePage class instead.
2076 ** Title::isValidMoveOperation() broken down into MovePage::isValidMove()
2077 and MovePage::checkPermissions().
2078 * (T18530) Multiple autocomments are now formatted in an edit summary.
2079 * (T70361) Autocomments containing "/*" are parsed correctly.
2080 * The Special:WhatLinksHere page linked from 'Number of redirects to this page'
2081 on action=info about a file page does not list file links anymore.
2082 * (T78637) Search bar is not autofocused unless it is empty so that proper scrolling using arrow keys is possible.
2083 * (T50853) Database::makeList() modified to handle 'NULL' separately when building IN clause
2084 * (T85192) Captcha position modified in Usercreate template. As a result:
2085 ** extrafields parameter added to Usercreate.php to insert additional data
2086 ** 'extend' method added to QuickTemplate to append additional values to any field of data array
2087 * (T86974) Several Title methods now load from the database when necessary
2088 (instead of returning incorrect results) even when the page ID is known.
2089 * (T74070) Duplicate search for archived files on file upload now omits the extension.
2090 This requires the fa_sha1 field being populated.
2091 * Removed rel="archives" from the "View history" link, as it did not pass
2092 HTML validation.
2093 * $wgUseTidy is now set when parserTests are run with the tidy option to match
2094 output on wiki.
2095 * (T37472) update.php will purge ResourceLoader cache unless --nopurge is passed to it.
2096 * (T72109) mediawiki.language should respect $wgTranslateNumerals in convertNumber().
2097
2098 === Action API changes in 1.25 ===
2099 * (T67403) XML tag highlighting is now only performed for formats
2100 "xmlfm" and "wddxfm".
2101 * action=paraminfo supports generalized submodules (modules=query+value),
2102 querymodules and formatmodules are deprecated
2103 * action=paraminfo no longer outputs descriptions and other help text by
2104 default. If needed, it may be requested using the new 'helpformat' parameter.
2105 * action=help has been completely rewritten, and outputs help in HTML
2106 rather than plain text.
2107 * Hitting api.php without specifying an action now displays only the help for
2108 the main module, with links to submodule help.
2109 * API help is no longer displayed on errors.
2110 * 'uselang' is now a recognized API parameter; "uselang=user" may be used to
2111 explicitly select the language from the current user's preferences, and
2112 "uselang=content" may be used to select the wiki's content language.
2113 * Default output format for the API is now jsonfm.
2114 * Simplified continuation will return a "batchcomplete" property in the result
2115 when a batch of pages is complete.
2116 * Pretty-printed HTML output now has nicer formatting and (if available)
2117 better syntax highlighting.
2118 * Deprecated list=deletedrevs in favor of newly-added prop=deletedrevisions and
2119 list=alldeletedrevisions.
2120 * prop=revisions will gracefully continue when given too many revids or titles,
2121 rather than just ignoring the extras.
2122 * prop=revisions will no longer die if rvcontentformat doesn't match a
2123 revision's content model; it will instead warn and omit the content.
2124 * If the user has the 'deletedhistory' right, action=query's revids parameter
2125 will now recognize deleted revids.
2126 * prop=revisions may be used as a generator, generating revids.
2127 * (T68776) format=json results will no longer be corrupted when
2128 $wgMangleFlashPolicy is in effect. format=php results will cleanly return an
2129 error instead of returning invalid serialized data.
2130 * Generators may now return data for the generated pages when used with
2131 action=query.
2132 * Query page data for generator=search and generator=prefixsearch will now
2133 include an "index" field, which may be used by the client for sorting the
2134 search results.
2135 * ApiOpenSearch now supports XML output.
2136 * ApiOpenSearch will now output descriptions and URLs as array indexes 2 and 3
2137 in JSON format.
2138 * (T76051) list=tags will now continue correctly.
2139 * (T76052) list=tags can now indicate whether a tag is defined.
2140 * (T75522) list=prefixsearch now supports continuation
2141 * (T78737) action=expandtemplates can now return page properties.
2142 * (T78690) list=allimages now accepts multiple pipe-separated values
2143 for the 'aimime' parameter.
2144 * prop=info with inprop=protections will now return applicable protection types
2145 with the 'restrictiontypes' key.
2146 * (T85417) When resolving redirects, ApiPageSet will now add the targets of
2147 interwiki redirects to the list of interwiki titles.
2148 * (T85417) When outputting the list of redirect titles, a 'tointerwiki'
2149 property (like the existing 'tofragment' property) will be set.
2150 * Added action=managetags to allow for managing the list of
2151 user-modifiable change tags. Actually modifying the tagging of a revision or
2152 log entry is not implemented yet.
2153 * list=tags has additional properties to indicate 'active' status and tag
2154 sources.
2155 * siprop=libraries was added to ApiQuerySiteInfo to list installed external libraries.
2156 * (T88010) Added action=checktoken, to test a CSRF token's validity.
2157 * (T88010) Added intestactions to prop=info, to allow querying of
2158 Title::userCan() via the API.
2159 * Default type param for query list=watchlist and list=recentchanges has
2160 been changed from all types (e.g. including 'external') to 'edit|new|log'.
2161 * Added formatversion to format=json. Still "experimental" as further changes
2162 to the output formatting might still be made.
2163 * (T73020) Log event details are now always under a 'params' subkey for
2164 list=logevents, and a 'logparams' subkey for list=watchlist and
2165 list=recentchanges.
2166 * Log event details are changing formatting:
2167 * block events now report flags as an array rather than as a comma-separated
2168 list.
2169 * patrol events now report the 'auto' flag as a boolean (absent/empty string
2170 for BC formats) rather than as an integer.
2171 * rights events now report the old and new group lists as arrays rather than
2172 as comma-separated lists.
2173 * merge events use new-style formatting.
2174 * delete/event and delete/revision events use new-style formatting.
2175 * The root node and various other nodes will now always be an object in formats
2176 such as json that distinguish between arrays and objects.
2177 * Except for action=opensearch where the spec requires an array.
2178
2179 === Action API internal changes in 1.25 ===
2180 * ApiHelp has been rewritten to support i18n and paginated HTML output.
2181 Most existing modules should continue working without changes, but should do
2182 the following:
2183 * Add an i18n message "apihelp-{$moduleName}-description" to replace getDescription().
2184 * Add i18n messages "apihelp-{$moduleName}-param-{$param}" for each parameter
2185 to replace getParamDescription(). If necessary, the settings array returned
2186 by getParams() can use the new ApiBase::PARAM_HELP_MSG key to override the
2187 message.
2188 * Implement getExamplesMessages() to replace getExamples().
2189 * Modules with submodules (like action=query) must have their submodules
2190 override ApiBase::getParent() to return the correct parent object.
2191 * The 'APIGetDescription' and 'APIGetParamDescription' hooks are deprecated,
2192 and will have no effect for modules using i18n messages. Use
2193 'APIGetDescriptionMessages' and 'APIGetParamDescriptionMessages' instead.
2194 * Api formatters will no longer be asked to display the help screen on errors.
2195 * ApiMain::getCredits() was removed. The credits are available in the
2196 'api-credits' i18n message.
2197 * ApiFormatBase has been changed to support i18n and syntax highlighting via
2198 extensions with the new 'ApiFormatHighlight' hook. Core syntax highlighting
2199 has been removed.
2200 * ApiFormatBase now always buffers. Output is done when
2201 ApiFormatBase::closePrinter is called.
2202 * Much of the logic in ApiQueryRevisions has been split into ApiQueryRevisionsBase.
2203 * The 'revids' parameter supplied by ApiPageSet will now count deleted
2204 revisions as "good" if the user has the 'deletedhistory' right. New methods
2205 ApiPageSet::getLiveRevisionIDs() and ApiPageSet::getDeletedRevisionIDs() are
2206 provided to access just the live or just the deleted revids.
2207 * Added ApiPageSet::setGeneratorData() and ApiPageSet::populateGeneratorData()
2208 to allow generators to include data in the action=query result.
2209 * New hooks 'ApiMain::moduleManager' and 'ApiQuery::moduleManager', can be
2210 used for conditional registration of API modules.
2211 * Added ApiBase::lacksSameOriginSecurity() to allow modules to easily check if
2212 the current request was sent with the 'callback' parameter (or any future
2213 method that breaks the same-origin policy).
2214 * Profiling methods in ApiBase are deprecated and no longer need to be called.
2215 * ApiResult was greatly overhauled. See inline documentation for details.
2216 * ApiResult will automatically convert objects to strings or arrays (depending
2217 on whether a __toString() method exists on the object), and will refuse to
2218 add unsupported value types.
2219 * An informal interface, ApiSerializable, exists to override the default
2220 object conversion.
2221 * ApiResult/ApiFormatBase "raw mode" is deprecated.
2222 * ApiFormatXml now assumes defaults and so on instead of throwing errors when
2223 metadata isn't set.
2224 * (T35235) LogFormatter subclasses are now responsible for formatting log event
2225 parameters for the API.
2226 * Many modules have changed result data formats. While this shouldn't affect
2227 clients not using the experimental formatversion=2, code using
2228 ApiResult::getResultData() without the transformations for backwards
2229 compatibility may need updating, as will code that wasn't following the old
2230 conventions for API boolean output.
2231 * The following methods have been deprecated and may be removed in a future
2232 release:
2233 * ApiBase::getDescription
2234 * ApiBase::getParamDescription
2235 * ApiBase::getExamples
2236 * ApiBase::makeHelpMsg
2237 * ApiBase::makeHelpArrayToString
2238 * ApiBase::makeHelpMsgParameters
2239 * ApiBase::getModuleProfileName
2240 * ApiBase::profileIn
2241 * ApiBase::profileOut
2242 * ApiBase::safeProfileOut
2243 * ApiBase::getProfileTime
2244 * ApiBase::profileDBIn
2245 * ApiBase::profileDBOut
2246 * ApiBase::getProfileDBTime
2247 * ApiBase::getResultData
2248 * ApiFormatBase::setUnescapeAmps
2249 * ApiFormatBase::getWantsHelp
2250 * ApiFormatBase::setHelp
2251 * ApiFormatBase::formatHTML
2252 * ApiFormatBase::setBufferResult
2253 * ApiFormatBase::getDescription
2254 * ApiFormatBase::getNeedsRawData
2255 * ApiMain::setHelp
2256 * ApiMain::reallyMakeHelpMsg
2257 * ApiMain::makeHelpMsgHeader
2258 * ApiResult::setRawMode
2259 * ApiResult::getIsRawMode
2260 * ApiResult::getData
2261 * ApiResult::setElement
2262 * ApiResult::setContent
2263 * ApiResult::setIndexedTagName_recursive
2264 * ApiResult::setIndexedTagName_internal
2265 * ApiResult::setParsedLimit
2266 * ApiResult::beginContinuation
2267 * ApiResult::setContinueParam
2268 * ApiResult::setGeneratorContinueParam
2269 * ApiResult::endContinuation
2270 * ApiResult::size
2271 * ApiResult::convertStatusToArray
2272 * ApiQueryImageInfo::getPropertyDescriptions
2273 * ApiQueryLogEvents::addLogParams
2274 * The following classes have been deprecated and may be removed in a future
2275 release:
2276 * ApiQueryDeletedrevs
2277
2278 === Languages updated in 1.25 ===
2279
2280 MediaWiki supports over 350 languages. Many localisations are updated
2281 regularly. Below only new and removed languages are listed, as well as
2282 changes to languages because of Bugzilla reports.
2283
2284 * Languages added:
2285 ** awa (अवधी / Awadhi), thanks to translator 1AnuraagPandey;
2286 ** bgn (بلوچی رخشانی / Western Balochi), thanks to translators
2287 Baloch Afghanistan, Ibrahim khashrowdi and Rachitrali;
2288 ** ses (Koyraboro Senni), thanks to translator Songhay.
2289 * (T66440) Kazakh (kk) wikis should no longer forcefully reset the user's
2290 interface language to kk where unexpected.
2291 * The Chinese conversion table was substantially updated to fix a lot of
2292 bugs and ensure better reading experience for different variants.
2293
2294 === Other changes in 1.25 ===
2295 * (T45591) Links to MediaWiki.org translatable help were added to indicators,
2296 mostly in special pages. Local custom target titles can be placed in the
2297 relevant '(namespace-X|action name|special page name)-helppage' system
2298 message. Extensions can use the addHelpLink() function to do the same.
2299 * The skin autodiscovery mechanism, deprecated in MediaWiki 1.23, has been
2300 removed. See https://www.mediawiki.org/wiki/Manual:Skin_autodiscovery for
2301 migration guide for creators and users of custom skins that relied on it.
2302 * Javascript variables 'wgFileCanRotate' and 'wgFileExtensions' now only
2303 available on Special:Upload.
2304 * (T58257) Set site logo from mediawiki.skinning.interface module instead of
2305 inline styles in the HTML.
2306 * Removed ApiQueryUsers::getAutoGroups(). (deprecated since 1.20)
2307 * Removed XmlDumpWriter::schemaVersion(). (deprecated since 1.20)
2308 * Removed LogEventsList::getDisplayTitle(). (deprecated since 1.20)
2309 * Removed Preferences::trySetUserEmail(). (deprecated since 1.20)
2310 * Removed mw.user.name() and mw.user.anonymous() methods. (deprecated since 1.20)
2311 * Removed 'ok' and 'err' parameters in the mediawiki.api modules. (deprecated
2312 since 1.20)
2313 * Removed 'async' parameter from the mw.Api#getCategories() method. (deprecated
2314 since 1.20)
2315 * Removed 'jquery.json' module. (deprecated since 1.24)
2316 Use the 'json' module and global JSON object instead.
2317 * Deprecated OutputPage::readOnlyPage() and OutputPage::rateLimited().
2318 Also, the former will now throw an MWException if called with one or more
2319 arguments.
2320 * Removed hitcounters and associated code.
2321 * The "temp" zone of the upload respository is now considered private. If it
2322 already exists (such as under the images/ directory), please make sure that
2323 the directory is not web readable (e.g. via a .htaccess file).
2324 * BREAKING CHANGE: In the XML dump format used by Special:Export and
2325 dumpBackup.php, the <model> and <format> tags now apprear before the <text>
2326 tag, instead of after the <text> and <sha1> tags.
2327 The new schema version is 0.10, the new schema URI is:
2328 https://www.mediawiki.org/xml/export-0.10.xsd
2329 * MWFunction::call() and MWFunction::callArray() were removed, having being
2330 deprecated in 1.22.
2331 * Deprecated the getInternalLinkAttributes, getInternalLinkAttributesObj,
2332 and getInternalLinkAttributes methods in Linker, and removed
2333 getExternalLinkAttributes method, which was deprecated in MediaWiki 1.18.
2334 * Removed Sites class, which was deprecated in 1.21 and replaced by SiteSQLStore.
2335 * Added wgRelevantArticleId to the client-side config, for use on special pages.
2336 * Deprecated the TitleIsCssOrJsPage hook. Superseded by the
2337 ContentHandlerDefaultModelFor hook since MediaWiki 1.21.
2338 * Deprecated the TitleIsWikitextPage hook. Superseded by the
2339 ContentHandlerDefaultModelFor hook since MediaWiki 1.21.
2340 * Changed parsing of variables in schema (.sql) files:
2341 ** The substituted values are no longer parsed. (Formerly, several passes
2342 were made for each variable, so depending on the order in which variables
2343 were defined, variables might have been found inside encoded values. This
2344 is no longer the case.)
2345 ** Variables are no longer string encoded when the /*$var*/ syntax is used.
2346 If string encoding is necessary, use the '{$var}' syntax instead.
2347 ** Variable names must only consist of one or more of the characters
2348 "A-Za-z0-9_".
2349 ** In source text of the form '{$A}'{$B}' or `{$A}`{$B}`, where variable A
2350 does not exist yet variable B does, the latter may not be replaced.
2351 However, this difference is unlikely to arise in practice.
2352 * (T67278) RFC, PMID, and ISBN "magic links" must be surrounded by non-word
2353 characters on both sides.
2354 * The FormatAutocomments hook will now receive $pre and $post as booleans,
2355 rather than as strings that must be prepended or appended to $comment.
2356 * (T30950, T31025) RFC, PMID, and ISBN "magic links" can no longer contain
2357 newlines; but they can contain &nbsp; and other non-newline whitespace.
2358 * The 'mediawiki.action.edit' ResourceLoader module no longer generates the edit
2359 toolbar, which has been moved to a separate 'mediawiki.toolbar' module. If you
2360 relied on this behavior, update your scripts' dependencies.
2361 * HTMLForm's 'vform' display style has been separated to a subclass. Therefore:
2362 * HTMLForm::isVForm() is now deprecated.
2363 * You can no longer do this:
2364 $form = new HTMLForm( … );
2365 $form->setDisplayFormat( 'vform' ); // throws exception
2366 Instead, do this:
2367 $form = HTMLForm::factory( 'vform', … );
2368 * Deprecated Revision methods getRawUser(), getRawUserText() and getRawComment().
2369 * BREAKING CHANGE: mediawiki.user.generateRandomSessionId:
2370 The alphabet of the prior string returned was A-Za-z0-9 and now it is 0-9A-F
2371 * (T87504) Avoid serving SVG background-images in CSS for Opera 12, which
2372 renders them incorrectly when combined with border-radius or background-size.
2373 * Removed maintenance script dumpSisterSites.php.
2374 * DatabaseBase class constructors must be called using the array argument style.
2375 Ideally, DatabaseBase:factory() should be used instead in most cases.
2376 * Deprecated ParserOutput::addSecondaryDataUpdate and ParserOutput::getSecondaryDataUpdates.
2377 This is a hard deprecation, with getSecondaryDataUpdates returning an empty array and
2378 addSecondaryDataUpdate throwing an exception. These functions will be removed in 1.26,
2379 since they interfere with caching of ParserOutput objects.
2380 * Introduced new hook 'SecondaryDataUpdates' that allows extensions to inject custom updates.
2381 * Introduced new hook 'OpportunisticLinksUpdate' that allows extensions to perform
2382 updates when a page is re-rendered.
2383 * EditPage::attemptSave has been modified not to call handleStatus itself and
2384 instead just returns the Status object. Extension calling it should be aware of
2385 this.
2386 * Removed class DBObject. (unused since 1.10)
2387 * wfDiff() is deprecated.
2388 * The -m (maximum replication lag) option of refreshLinks.php was removed.
2389 It had no effect since MediaWiki 1.18 and should be removed from any cron
2390 jobs or similar scripts you may have set up.
2391 * (T85864) The following messages no longer support raw html: redirectto,
2392 thisisdeleted, viewdeleted, editlink, retrievedfrom, version-poweredby-others,
2393 retrievedfrom, thisisdeleted, viewsourcelink, lastmodifiedat, laggedslavemode,
2394 protect-summary-cascade
2395 * All BloomCache related code has been removed. This was largely experimental.
2396 * $wgResourceModuleSkinStyles no longer supports per-module local or remote paths. They
2397 can only be set for the entire skin.
2398 * Removed global function swap(). (deprecated since 1.24)
2399 * Deprecated the ".php5" file extension entry points and the $wgScriptExtension
2400 configuration variable. Refer to the ".php" files instead. If you want
2401 ".php5" URLs to continue to work, set up redirects. In Apache, this can be
2402 done by enabling mod_rewrite and adding the following rules to your
2403 configuration:
2404
2405 RewriteEngine On
2406 RewriteBase /
2407 RewriteRule ^(.*)\.php5 $1.php [R=301,L]
2408
2409 * The global importScriptURI and importStylesheetURI functions, as well as the
2410 loadedScripts object, from wikibits.js (deprecated since 1.17) now emit
2411 warnings through mw.log.warn when accessed.
2412
2413 = MediaWiki 1.24 =
2414
2415 == MediaWiki 1.24.6 ==
2416
2417 This is a maintenance release of the MediaWiki 1.24 branch.
2418
2419 === Changes since 1.24.5 ===
2420 * (T121892) Fix fatal error on some Special pages, introduced in 1.24.5.
2421
2422 == MediaWiki 1.24.5 ==
2423
2424 This is a security and maintenance release of the MediaWiki 1.23 branch.
2425
2426 === Changes since 1.24.4 ===
2427 * (T117899) SECURITY: $wgArticlePath can no longer be set to relative paths
2428 that do not begin with a slash. This enabled trivial XSS attacks.
2429 Configuration values such as "http://my.wiki.com/wiki/$1" are fine, as are
2430 "/wiki/$1". A value such as "$1" or "wiki/$1" is not and will now throw an
2431 error.
2432 * (T119309) SECURITY: Use hash_compare() for edit token comparison
2433 * (T118032) SECURITY: Don't allow cURL to interpret POST parameters starting
2434 with '@' as file uploads
2435 * (T115522) SECURITY: Passwords generated by User::randomPassword() can no
2436 longer be shorter than $wgMinimalPasswordLength
2437 * (T97897) SECURITY: Improve IP parsing and trimming. Previous behavior could
2438 result in improper blocks being issued
2439 * (T109724) SECURITY: Special:MyPage, Special:MyTalk, Special:MyContributions
2440 and related pages no longer use HTTP redirects and are now redirected by
2441 MediaWiki
2442 * (T103237) $wgUseGzip had no effect when using file cache.
2443
2444 == MediaWiki 1.24.4 ==
2445
2446 This is a security and maintenance release of the MediaWiki 1.24 branch.
2447
2448 === Changes since 1.24.3 ===
2449
2450 * (T91653) Minimal PSR-3 debug logger to support backports from 1.25+.
2451 * (T68650) Fix indexing of moved pages with PostgreSQL. Requires running
2452 update.php to fix.
2453 * (T91850) SECURITY: Add throttle check in ApiUpload and SpecialUpload
2454 * (T91203, T91205) SECURITY: API: Improve validation in chunked uploading
2455 * (T95589) SECURITY: RevDel: Check all revisions for suppression, not just the
2456 first
2457 * (T108616) SECURITY: Avoid exposure of local path in PNG thumbnails
2458
2459 == MediaWiki 1.24.3 ==
2460
2461 This is a security and maintenance release of the MediaWiki 1.24 branch.
2462
2463 === Changes since 1.24.2 ===
2464
2465 * (T94116) SECURITY: Compare API watchlist token in constant time
2466 * (T97391) SECURITY: Escape error message strings in thumb.php
2467 * (T106893) SECURITY: Don't leak autoblocked IP addresses on
2468 Special:DeletedContributions
2469 * Update jQuery from v1.11.2 to v1.11.3.
2470 * (T102562) Fix InstantCommons parameters to handle the new HTTPS-only
2471 policy of Wikimedia Commons.
2472
2473 == MediaWiki 1.24.2 ==
2474
2475 This is a security and maintenance release of the MediaWiki 1.24 branch.
2476
2477 === Changes since 1.24.1 ===
2478
2479 * (T85848, T71210) SECURITY: Don't parse XMP blocks that contain XML entities,
2480 to prevent various DoS attacks.
2481 * (T85848) SECURITY: Don't allow directly calling Xml::isWellFormed, to reduce
2482 likelihood of DoS.
2483 * (T88310) SECURITY: Always expand xml entities when checking SVG's.
2484 * (T73394) SECURITY: Escape > in Html::expandAttributes to prevent XSS.
2485 * (T85855) SECURITY: Don't execute another user's CSS or JS on preview.
2486 * (T64685) SECURITY: Allow setting maximal password length to prevent DoS when
2487 using PBKDF2.
2488 * (T85349, T85850, T86711) SECURITY: Multiple issues fixed in SVG filtering to
2489 prevent XSS and protect viewer's privacy.
2490 * Fix case of SpecialAllPages/SpecialAllMessages in SpecialPageFactory to fix
2491 loading these special pages when $wgAutoloadAttemptLowercase is false.
2492 * (bug T70087) Fix Special:ActiveUsers page for installations using
2493 PostgreSQL.
2494 * (bug T76254) Fix deleting of pages with PostgreSQL. Requires a schema change
2495 and running update.php to fix.
2496
2497 == MediaWiki 1.24.1 ==
2498
2499 This is a security and maintenance release of the MediaWiki 1.24 branch.
2500
2501 === Changes since 1.24.0 ===
2502
2503 * (bug T76686) [SECURITY] thumb.php outputs wikitext message as raw HTML, which
2504 could lead to xss. Permission to edit MediaWiki namespace is required to
2505 exploit this.
2506 * (bug T77028) [SECURITY] Malicious site can bypass CORS restrictions in
2507 $wgCrossSiteAJAXdomains in API calls if it only included an allowed domain as
2508 part of its name.
2509 * (bug T74222) The original patch for T74222 was reverted as unnecessary.
2510 * Fixed a couple of entries in RELEASE-NOTES-1.24.
2511 * (bug T76168) OutputPage: Add accessors for some protected properties.
2512 * (bug T74834) Make 1.24 branch directly installable under PostgreSQL.
2513
2514 == MediaWiki 1.24.0 ==
2515
2516 === Configuration changes in 1.24 ===
2517 * MediaWiki will no longer run if register_globals is enabled. It has been
2518 deprecated for 5 years now, and was removed in PHP 5.4. For more information
2519 about why, see <https://www.mediawiki.org/wiki/register_globals>.
2520 * MediaWiki now requires PHP's iconv extension. openSUSE users may need to
2521 install the php5-iconv package. Users of other systems may need to add
2522 extension=iconv.so to php.ini or recompile PHP without --without-iconv.
2523 * MediaWiki will no longer function if magic quotes are enabled. It has
2524 been deprecated for 5 years now, and was removed in PHP 5.4.
2525 * The server's canonical hostname is available as $wgServerName, which is
2526 exposed in both mw.config and ApiQuerySiteInfo.
2527 * Introduced $wgPagePropsHaveSortkey as a backwards-compatibility switch,
2528 for using the old schema of the page_props table, in case the respective
2529 schema update was not applied.
2530 * $wgSearchEverythingOnlyLoggedIn was removed as the 'searcheverything'
2531 user option was removed. Use $wgNamespacesToBeSearchedDefault instead or
2532 if you used to have $wgDefaultUserOptions['searcheverything'] = 1.
2533 * $wgMasterWaitTimeout has been deprecated.
2534 * $wgDBClusterTimeout has been removed.
2535 * $wgProxyKey has been removed. It is no longer used by MediaWiki core.
2536 Ensure $wgSecretKey is set in LocalSettings.php.
2537 * $wgExtraInterlanguageLinkPrefixes is a new configuration variable that
2538 contains an array of interwiki prefixes that should be treated as language
2539 prefixes (i.e. turned into interlanguage links when $wgInterwikiMagic is set
2540 to true).
2541 * $wgParserTestRemote has been removed.
2542 * $wgCountTotalSearchHits has been removed. If you're concerned about efficiency
2543 of search, you should use something like CirrusSearch instead of built in
2544 search.
2545 * Users in the 'sysop' group have access to Special:MergeHistory by default.
2546 * $wgFileStore was removed after having been deprecated in 1.17. Alternative
2547 configurations are $wgDeletedDirectory and $wgHashedUploadDirectory.
2548 * The deprecated $wgUseCommaCount variable has been removed.
2549 * $wgEnableSorbs and $wgSorbsUrl have been removed.
2550 * The UserCryptPassword and UserComparePassword hooks are no longer called.
2551 Any extensions using them must be updated to use the Password Hashing API.
2552 * $wgCompiledFiles has been removed.
2553 * $wgSortSpecialPages was removed, the listing on Special:SpecialPages is
2554 now always sorted.
2555 * $wgSpecialPages may now use callback functions as an alternative to plain class names.
2556 This allows more control over constructor parameters.
2557 * $wgHTCPMulticastAddress, $wgHTCPMulticastRouting and $wgHTCPPort were removed.
2558 * $wgRC2UDPAddress, $wgRC2UDPInterwikiPrefix, $wgRC2UDPOmitBots, $wgRC2UDPPort
2559 and $wgRC2UDPPrefix have been removed.
2560 * The default password type for MediaWiki has been changed from MD5 to PBKDF2.
2561 Password hashes will automatically be updated as users log in. If necessary, the
2562 old MD5 hashing can be restored by changing $wgPasswordDefault to 'B'. In addition,
2563 there is a maintenance script wrapOldPassword.php that can wrap all passwords in
2564 PBKDF2 (or the hashing algorithm of your choice) if you don't want to wait for your
2565 users to log in.
2566 * $wgImportSources can now either be a regular array, or an associative map
2567 specifying subprojects on the interwiki map of the target wiki, or a mix of
2568 the two. Existing configurations will still work.
2569 * Users must be able to edit through a page's protection to be able to delete it.
2570 * The default thumb size ($wgDefaultUserOptions['thumbsize']) is now 300px, up from
2571 180px. If you have altered the number of entries in $wgThumbLimits for your wiki, you
2572 may need to adjust your default user settings to compensate for the index change.
2573 * $wgDeferredUpdateList is now deprecated, you should use DeferredUpdates::addUpdate()
2574 instead.
2575 * $wgCanonicalLanguageLinks has been removed. Per Google recommendations, we
2576 will not send a rel=canonical pointing to a variant-neutral page, however
2577 we will send rel=alternate.
2578 * $wgResourceLoaderLESSFunctions has been deprecated and will be removed in the future.
2579 * $wgGoToEdit has been removed. Use the SpecialSearchNogomatch hook for similar
2580 functionality.
2581
2582 === New features in 1.24 ===
2583 * Added new hook WatchlistEditorBeforeFormRender, allowing subscribers to
2584 manipulate the list of pages and/or preload lots of data at once.
2585 * Added new argument &$link in hook WatchlistEditorBuildRemoveLine, allowing the
2586 link to the title to be changed.
2587 * Added a new hook, "WhatLinksHereProps", to allow extensions to annotate
2588 WhatLinksHere entries.
2589 * Added a new hook, "ContentGetParserOutput", to customize parser output for
2590 a given content object.
2591 * Deprecated the hook "ShowRawCssJs", use "ContentGetParserOutput" instead.
2592 * HTMLForm's HTMLTextField now supports the 'url' type.
2593 * HTMLForm fields may now be dynamically hidden based on the values of other
2594 fields in the form.
2595 * HTMLForm now supports multiple copies of an input field or set of input
2596 fields, e.g. the form may request "one or more usernames" without having to
2597 have the user enter delimited list of names into a text field.
2598 * Added a new hook, "SidebarBeforeOutput", to allow to edit the structure of
2599 the sidebar just before its display.
2600 * (bug 49156) Added the mediawiki.cookie ResourceLoader module, which wraps
2601 jquery.cookie so that getting/setting a cookie is syntactically and
2602 functionally similar to using the WebRequest::getCookie() and
2603 WebResponse::setcookie() methods.
2604 * (bug 44740) jQuery upgraded from 1.8.3 to 1.11.1. A new configuration option,
2605 $wgIncludejQueryMigrate, also loads the jQuery Migrate hack to let extensions
2606 and gadgets use the long-deprecated functions that were removed in jQuery 1.9.
2607 This option is turned off by default, and will be removed in MediaWiki 1.25.
2608 * (bug 47076) jQuery UI upgraded from 1.8.24 to 1.9.2.
2609 * Changes to content typography (fonts, etc.). See
2610 https://www.mediawiki.org/wiki/Typography_refresh for further information.
2611 * WikitextContent will now render redirects with the expected "redirect"
2612 header, rather than as an ordered list. Code calling Article::viewRedirect
2613 can probably be changed to no longer special-case redirects.
2614 * Header font set to a serif font stack. See
2615 https://www.mediawiki.org/wiki/Typography_refresh for further information.
2616 * (bug 65567) Added a new hook, "BeforeHttpsRedirect", to allow cancellation of
2617 the HTTP to HTTPS redirect due to forceHTTPS cookie, userRequires, etc. This
2618 is only for page views, since this hook doesn't affect UserLogin, OAuth,
2619 CentralAuth, etc. ATTENTION: This hook is likely to be removed soon due to
2620 overall design of the system.
2621 * (bug 17367) It is now possible to add pages to your watchlist from
2622 Special:UnwatchedPages without reloading the special page.
2623 * New methods setVolatile and isVolatile are added to PPFrame, so that
2624 extensions such as Cite.php can mark that their output is volatile and
2625 shouldn't be cached.
2626 * (bug 52817) Advanced search options are now saved on the search page itself,
2627 rather than in a dedicated pane in the preferences panel.
2628 * (bug 44591) The dropdown actions menu (little triangle next to page tabs) in
2629 the Vector skin has gained a label that should make it more discoverable.
2630 * MWCryptHKDF added for fast, cryptographically secure random number generation
2631 that won't deplete openssl's entropy pool.
2632 * ResourceLoader: File modules can now provide a skip function that uses an
2633 inline feature test to bypass loading of the module.
2634 * (bug 20210) Special pages may now provide autocompletion of their subpage
2635 names in search suggestions. Right now the only useful implementation is in
2636 Special:Log, but more are to come.
2637 * Special:MostLinkedTemplates is no longer limited to transclusions from the
2638 Template namespace.
2639 * Skins can now use 'remoteSkinPath' when defining ResourceLoader modules.
2640 This works the same as 'remoteExtPath' but is relative to the skins/ folder
2641 instead of the extensions/ folder.
2642 * Added the json2.js polyfill for the ES5 JSON.stringify and JSON.parse methods.
2643 Exposed as module "json" with a skip function to optimise loading.
2644 * Extensions and skins may now use 'namemsg' in $wgExtensionCredits in addition
2645 to 'name', to allow for the name to be localizable. 'name' should still be
2646 specified for backwards-compatibility and to define the path Special:Version
2647 uses to find extension license information.
2648 * Browser tests are now included to verify basic wiki functionality in developer
2649 environments. For details on running tests, see tests/browser/README.mediawiki.
2650 * Upgrade jStorage to v0.4.10.
2651 * {{!}} is now a magic word that produces the | character. This removes the need
2652 for Template:! for purposes such as passing pipes inside of parameters.
2653 * (bug 20790) The block log snippet on Special:Contributions and while
2654 editing user and user talk pages now works for IP range blocks.
2655 * (bug 9360) Added ability to change the page language for MediaWiki pages using
2656 Special:PageLanguage. All pages are set to wiki language by default.
2657 The feature needs to be enabled with $wgPageLanguageUseDB=true and
2658 permission needs to be set for 'pagelang'.
2659 * Upgrade Moment.js to v2.8.3.
2660 * (bug 67042) Added support for the HTML5 <rtc> tag for East Asian typography.
2661 * Upgrade Sinon.JS to 1.10.3.
2662 * Added the es5-shim polyfill for older or non-compliant javascript engines.
2663 * Upgrade jQuery Cookie to v1.3.1.
2664 * (bug 20476) Add a "viewsuppressed" user right to be able to view
2665 suppressed content but not suppress it ("suppressrevision" right).
2666 * (bug 66440) The MediaWiki web installer will now allow you to choose the skins
2667 to enable (from the ones included in download tarball) and decide which one
2668 should be the default.
2669 * (bug 68085, 68802) Links like [[localInterwikiPrefix:languageCode:pageTitle]],
2670 where localInterwikiPrefix is a member of the $wgLocalInterwikis array, will
2671 no longer be displayed in the sidebar when $wgInterwikiMagic is true. In a
2672 similar way, links like [[localInterwikiPrefix:File:Image.png]] and
2673 [[localInterwikiPrefix:Category:Hello]] will now render as regular links, and
2674 will not include the file or add the page to the category.
2675 * New special page, MyLanguage, to redirect users to subpages with localised
2676 versions of a page. (Integrated from Extension:Translate)
2677 * MediaWiki now supports multiple password types, including bcrypt and PBKDF2.
2678 The default type can be changed with $wgPasswordDefault and the type
2679 configurations can be changed with $wgPasswordConfig.
2680 * Skins can now define custom styles for default ResourceLoader modules using
2681 the $wgResourceModuleSkinStyles global. See the Vector skin for examples.
2682 * (bug 4488) There is now a preference to watch pages where the user has
2683 rollbacked an edit by default.
2684 * (bug 15484) Users will now be redirected to the login page when they need to
2685 log in, rather than being shown a page asking them to log in and having to click
2686 another link to actually get to the login page.
2687 * A JsonContent and JsonContentHandler were added for extensions to extend.
2688 * (bug 35045) Redirects to sections will now update the URL in browser's address
2689 bar using the HTML5 History API. When [[Dog]] redirects to [[Animals#Dog]],
2690 the user will now see "Animals#Dog" in their browser instead of "Dog#Dog".
2691 * API token handling has been rewritten. Any API module using tokens will need
2692 to be updated. See the entry below under "Action API internal changes".
2693 * Added HTMLAutoCompleteSelectField.
2694 * Added a new hook, "SkinPreloadExistence", to allow extensions to add titles to
2695 link existence cache before the page is rendered.
2696 * Config::set() was moved to its own interface, MutableConfig. GlobalVarConfig::set()
2697 is now deprecated, does not implement MutableConfig.
2698 * A MutableConfig named HashConfig was added, that stores an array of configuration
2699 settings.
2700 * (bug 69418) A MultiConfig implementation was added that supports fallback
2701 to multiple Config instances.
2702 * Update CSSJanus to v1.1.0.
2703 * Added FormatJson::parse() returning status with result or localized error message
2704 * Added DeletedContribsPager::reallyDoQuery hook allowing extensions to data to
2705 Special:DeletedContributions
2706 * Added DeletedContributionsLineEnding hook allowing extensions to format
2707 Special:DeletedContributions lines
2708 * (T69525) You can now make MediaWiki speed up its thumbnail rendering by using
2709 intermediary thumbnails. $wgThumbnailBuckets must be set to a list of target
2710 thumbnail widths; when a new thumbnail needs to be rendered, MediaWiki will
2711 find the smallest bucket smaller than the original but larger than the target
2712 width + $wgThumbnailMinimumBucketDistance, and it will scale that thumbnail,
2713 rather than the original, down to the target size at greater speed in return
2714 for minor loss of fidelity.
2715
2716 === Bug fixes in 1.24 ===
2717 * (bug 50572) MediaWiki:Blockip should support gender
2718 * (bug 49116) Footer copyright notice is now always displayed in user language
2719 rather than content language (same as copyright notice for editing interface).
2720 * (bug 62258) A bug was fixed in File::getUnscaledThumb when a height
2721 restriction was present in the parameters. Images with both the "frame"
2722 option and a size specification set will now always ignore the provided
2723 size and display an unscaled image, as the documentation has always
2724 claimed it would.
2725 * (bug 39035) Improved Vector skin performance by removing collapsibleNav,
2726 which used to collapse some sidebar elements by default.
2727 This removes -list id suffixes like p-lang-list: instead of using things like
2728 #p-lang-list, you can do #p-lang .body ul.
2729 * (bug 890) Links in Special:RecentChanges and Special:Watchlist no longer
2730 follow redirects to their target pages.
2731 * Parser now dies early if called recursively, instead of producing subtle bugs.
2732 * (bug 14323) Redirect pages, when viewed with redirect=no, no longer hide the
2733 remaining page content.
2734 * (bug 52587) Maintenance script deleteBatch.php no longer follows redirects
2735 in the file namespace and delete the file on the target page. It will still
2736 however delete the redirect page.
2737 * (bug 22683) {{msgnw:}} and other uses of PPFrame::RECOVER_ORIG will correctly
2738 recover the original code of extension tags.
2739 * (bug 65757) MSSQL: Update script drops unnamed constraints to be prepared
2740 for future updates. Because it's doing so heuristically, it may fail or drop
2741 wrong constraints.
2742 * (bug 67870) wfShellExec() cuts off stdout at multiples of 8192 bytes.
2743 * $wgRunJobsAsync now works with private wikis (e.g. read requires login).
2744 * (bugs 57238, 65206) Blank pages can now be directly created.
2745 * (bug 69789) Title::getContentModel() now loads from the database when
2746 necessary instead of incorrectly returning the default content model.
2747 * (bug 69249) wfBaseConvert() now works around PHP Bug #50175 when using GMP.
2748 * (bug 57909) URLs in the externallinks table will no longer have certain
2749 characters decoded in the query string.
2750 * (bug 67368) LESS mixins like .background-image() correctly flip image
2751 references for RTL stylesheets now.
2752
2753 === Action API changes in 1.24 ===
2754 * action=parse API now supports prop=modules, which provides the list of
2755 ResourceLoader modules that should be used to enhance the parsed content.
2756 * action=query&meta=siteinfo&siprop=interwikimap returns a new "protorel"
2757 field which is true if protocol-relative urls can be used to access
2758 a particular interwiki map entry.
2759 * list=logevents now provides logpage, which is the page ID from the
2760 logging table, if ids are requested and the user has the permissions.
2761 * action=edit now requires that appendtext, prependtext, or section=new be used
2762 when using the 'redirect' parameter, to prevent clients accidentally
2763 overwriting the target page with the content of the redirect.
2764 * list=logevents will now return an error if both letitle and leprefix are
2765 specified.
2766 * list=logevents has a new parameter, lenamespace, to allow filtering by
2767 namespace.
2768 * action=expandtemplates has a new parameter, prop, and a new output format.
2769 The old format is still used if prop isn't provided, but this is deprecated.
2770 * meta=userinfo can now return the count of unread pages on the watchlist.
2771 * list=watchlist can now filter by unread status.
2772 * The deprecated action=parse&prop=languageshtml has been removed.
2773 * (bug 48071) action=setnotificationtimestamp no longer throws PHP or database
2774 errors when no pages are given.
2775 * (bug 60734) Actions that use ApiPageSet (e.g. purge, watch,
2776 setnotificationtimestamp) will now include continuation information when
2777 using a generator.
2778 * Removed 'props' and 'errors' from action=paraminfo, as they have extremely
2779 limited use and are generally inaccurate, unmaintained, and impossible to
2780 properly maintain.
2781 * Formats dbg, dump, txt, wddx, and yaml are now deprecated.
2782 * action=paraminfo now indicates when a parameter is specifying a submodule.
2783 * The iwurl parameter to prop=iwlinks is deprecated in favor of iwprop=url, for
2784 parallelism with prop=langlinks.
2785 * All tokens should be fetched from action=query&meta=tokens; all other methods
2786 of fetching tokens are deprecated. The value needed for meta=tokens's 'type'
2787 parameter for each module is documented in the action=help output and is
2788 returned from action=paraminfo.
2789 * New action ClearHasMsg that can be used to clear HasMsg flag.
2790 * The cmstartsortkey and cmendsortkey parameters to list=categorymembers are
2791 deprecated in favor of cmstarthexsortkey and cmendhexsortkey.
2792 * (bug 63326) Add blockedtimestamp field to output of blockinfo property for
2793 the list=allusers and list=users modules.
2794 * prop=imageinfo no longer requires iiurlwidth to be set when using iiurlparam.
2795 * Added prop=linkshere, prop=fileusage, and prop=transcludedin, which are
2796 roughly equivalent to list=backlinks, list=imageusage, and list=embeddedin
2797 but can work on a list of titles (including titles from a generator).
2798 * prop=redirects can now filter returned redirects by namespace.
2799
2800 === Action API internal changes in 1.24 ===
2801 * Methods for handling continuation are added to ApiResult, so actions other
2802 than query that use generators can easily support continuation.
2803 * $wgAPIModules (and the related $wgAPIFormatModules, $wgAPIMetaModules,
2804 $wgAPIPropModules, and $wgAPIListModules settings) now allow API modules
2805 to be specified using a "module spec" array instead of a plain class name.
2806 A "module spec" is an associative array containing at least the 'class' key
2807 for the module's class, and optionally a 'factory' key for the factory function
2808 to use for the module. This is intended for extensions that want control over
2809 the instantiation of their API modules, to allow for proper dependency
2810 injection.
2811 * A new param type 'submodule' is available. Parameters of this type will take
2812 the list of valid values from the module's ApiModuleManager for the group
2813 corresponding to the parameter name.
2814 * The 'APIGetPossibleErrors' and 'APIGetResultProperties' hooks are no longer used.
2815 * API token handling has been rewritten. Any API module using tokens will need
2816 to be updated:
2817 * ApiBase::needsToken now returns a token type instead of boolean true when a
2818 token is needed. Returning true will throw an exception. See documentation
2819 of that method for details.
2820 * Information for the 'token' parameter is automatically set by ApiBase
2821 getFinalParams and getFinalParamDescription.
2822 * ApiBase::getTokenSalt has been removed.
2823 * The hooks APIQueryInfoTokens, APIQueryRevisionsTokens,
2824 APIQueryRecentChangesTokens, APIQueryUsersTokens, and
2825 ApiTokensGetTokenTypes are deprecated, but are still called to support
2826 backwards-compatible token access.
2827 * ApiBase::validateLimit and ApiBase::validateTimestamp are now protected.
2828 * ApiQueryRedirects was removed; prop=redirects is now implemented by
2829 ApiQueryBacklinksProp along with the newly-added prop modules.
2830 * The following methods have been deprecated and may be removed in a future
2831 release:
2832 * ApiBase::getResultProperties
2833 * ApiBase::getFinalResultProperties
2834 * ApiBase::addTokenProperties
2835 * ApiBase::getRequireOnlyOneParameterErrorMessages
2836 * ApiBase::getRequireMaxOneParameterErrorMessages
2837 * ApiBase::getRequireAtLeastOneParameterErrorMessages
2838 * ApiBase::getTitleOrPageIdErrorMessage
2839 * ApiBase::getPossibleErrors
2840 * ApiBase::getFinalPossibleErrors
2841 * ApiBase::parseErrors
2842 * ApiQuery::setGeneratorContinue
2843 * ApiQueryBase::checkRowCount
2844 * ApiQueryBase::titleToKey
2845 * ApiQueryBase::keyToTitle
2846 * ApiQueryBase::keyPartToTitle
2847 * ApiQueryInfo::getTokenFunctions
2848 * ApiQueryInfo::resetTokenCache
2849 * ApiQueryInfo::getEditToken
2850 * ApiQueryInfo::getDeleteToken
2851 * ApiQueryInfo::getProtectToken
2852 * ApiQueryInfo::getMoveToken
2853 * ApiQueryInfo::getBlockToken
2854 * ApiQueryInfo::getUnblockToken
2855 * ApiQueryInfo::getEmailToken
2856 * ApiQueryInfo::getImportToken
2857 * ApiQueryInfo::getWatchToken
2858 * ApiQueryInfo::getOptionsToken
2859 * ApiQueryRecentChanges::getTokenFunctions
2860 * ApiQueryRecentChanges::getPatrolToken
2861 * ApiQueryRevisions::getTokenFunctions
2862 * ApiQueryRevisions::getRollbackToken
2863 * ApiQueryUsers::getTokenFunctions
2864 * ApiQueryUsers::getUserrightsToken
2865 * The following classes have been deprecated and may be removed in a future
2866 release:
2867 * ApiFormatDbg
2868 * ApiFormatDump
2869 * ApiFormatTxt
2870 * ApiFormatWddx
2871 * ApiFormatYaml
2872 * ApiTokens
2873 * The following class constants have been deprecated and may be removed in a
2874 future release:
2875 * ApiBase::PROP_ROOT
2876 * ApiBase::PROP_LIST
2877 * ApiBase::PROP_TYPE
2878 * ApiBase::PROP_NULLABLE
2879
2880 === Languages updated in 1.24 ===
2881
2882 MediaWiki supports over 350 languages. Many localisations are updated
2883 regularly. Below only new and removed languages are listed, as well as
2884 changes to languages because of Bugzilla reports.
2885
2886 === Other changes in 1.24 ===
2887 * The deprecated jquery.delayedBind ResourceLoader module was removed.
2888 * The deprecated function mw.util.toggleToc was removed.
2889 * The Special:Search hooks SpecialSearchGo and SpecialSearchResultsAppend
2890 were removed as they were unused.
2891 * (bug 65477) User::pingLimiter() now has an additional profile point varying
2892 by action being used.
2893 * mediawiki.util.$content no longer supports old versions of the Vector,
2894 Monobook, Modern and CologneBlue skins that don't yet implement the "mw-body"
2895 and/or "mw-body-primary" class name in their html.
2896 * Added pp_sortkey column to page_props table, so pages can be efficiently
2897 queried and sorted by property value (bug 58032).
2898 See $wgPagePropsHaveSortkey if you want to postpone the schema change.
2899 * BREAKING CHANGE: All four built-in MediaWiki skins (Vector, MonoBook, Modern
2900 and Cologne Blue) were moved out of MediaWiki core to their own respective
2901 repositories. They will be installed with the release tarball, but you must
2902 install them separately if installing MediaWiki from source code. A warning
2903 message displayed until you do it should guide you through the process. See
2904 also <https://www.mediawiki.org/wiki/Manual:Skin_configuration>.
2905 * BREAKING CHANGE: Skins built for MediaWiki 1.15 and earlier that do not use
2906 the "headelement" template key are no longer supported. Setting
2907 $useHeadElement = false; is no longer supported and will not cause old keys
2908 like "headlinks", "skinnameclass", etc. to be defined.
2909 * BREAKING CHANGE: The files commonElements.css, commonContent.css and
2910 commonInterface.css (in skins/common/) have been removed. Skins may no longer
2911 rely on their presence and include them in their style modules. ResourceLoader
2912 modules introduced in MediaWiki 1.23 should be loaded instead:
2913 - skins/common/commonElements.css → 'mediawiki.skinning.elements' module
2914 - skins/common/commonContent.css → 'mediawiki.skinning.content' module
2915 - skins/common/commonInterface.css → 'mediawiki.skinning.interface' module
2916 * The deprecated 'SpecialVersionExtensionTypes' hook was removed.
2917 * (bug 63891) Add 'X-Robots-Tag: noindex' header in action=render pages.
2918 * SpecialPage no longer supports the syntax for invoking wfSpecial*() functions.
2919 Special pages should subclass SpecialPage and implement the execute() method.
2920 * (bug 63755) The deprecated constants RC_MOVE and RC_MOVE_OVER_REDIRECT were
2921 removed.
2922 * Special:MostLinkedTemplates has been renamed to Special:MostTranscludedPages.
2923 * The skin autodiscovery mechanism has been deprecated and will be removed in
2924 MediaWiki 1.25. See https://www.mediawiki.org/wiki/Manual:Skin_autodiscovery
2925 for migration guide for creators and users of custom skins that relied on it.
2926 * ResourceLoaderFileModule#getAllStyleFiles now returns all style files and all
2927 skin style files used by the module.
2928 * Removed getLang() from IContextSource and subclasses. (deprecated since 1.19)
2929 * Removed setLang() from subclasses of IContextSource. (deprecated since 1.19)
2930 * Removed WebRequest::escapeAppendQuery(). (deprecated since 1.20)
2931 * Removed info(), purge(), revert() and rollback() from the Article class; they
2932 have since become subclasses of the Action class. (deprecated since 1.19)
2933 * SearchEngineReplacePrefixesComplete hook was removed.
2934 * The "jquery.json" module has been deprecated. Use the "json" module instead.
2935 * Removed HTMLForm::addJS(). (deprecated since 1.18)
2936 * Removed LogEventsList::showHeader(). (deprecated since 1.19)
2937 * Removed ImageGalleryBase::useSkin(). (deprecated since 1.18)
2938 * Removed DatabaseMysqlBase::getLagFromProcesslist(). (deprecated since 1.19)
2939 * Removed LoadBalancer::closeConnecton(). (deprecated since 1.18)
2940 * Removed ApiBase::createContext(). (deprecated since 1.19)
2941 * BREAKING CHANGE: The undocumented Special{$this->getName()}BeforeFormDisplay
2942 set of hooks has been removed and replaced by a single new hook
2943 SpecialPageBeforeFormDisplay.
2944 * (bug 65781) Removed block warning on included {{Special:Contributions}}
2945 * Removed Skin::makeGlobalVariablesScript(). (deprecated since 1.19)
2946 * Removed MWNamespace::isMain(). (deprecated since 1.19)
2947 * Removed Preferences::loadOldSearchNs(). (deprecated since 1.19)
2948 * Removed OutputPage::getStatusMessage(). (deprecated since 1.18)
2949 * Removed OutputPage::isUserJsAllowed(). (deprecated since 1.18)
2950 * Removed Title::updateTitleProtection(). (deprecated since 1.19)
2951 * Removed ParserOptions::setSkin(). (deprecated since 1.19)
2952 * Removed Title::escapeCanonicalURL(). (deprecated since 1.19)
2953 * Removed Title::escapeLocalURL(). (deprecated since 1.19)
2954 * Removed Title::escapeFullURL(). (deprecated since 1.19)
2955 * Removed User::isValidEmailAddr(). (deprecated since 1.18)
2956 * Removed Title::getEscapedText(). (deprecated since 1.19)
2957 * Removed Language::getFallbackLanguageCode(). (deprecated since 1.19)
2958 * Removed WikiPage::isBigDeletion(). (deprecated since 1.19)
2959 * Removed MWInit class which contained functions related to a now discontinued
2960 PHP compiler called hphpc. (deprecated since 1.22)
2961 * ApiResult::enableSizeCheck() and disableSizeCheck() are now obsolete.
2962 * Removed ResourceLoaderGetStartupModules hook. (deprecated since 1.23)
2963 * Removed getFormFields(), onSubmit() and onSuccess() from FormlessAction, as
2964 these were meant specifically for FormAction instead.
2965 * Removed Action::execute().
2966 * Removed AjaxAddScript which has been obsolete since ResourceLoader and
2967 is unused by any modern extension.
2968 * Removed maintenance/nextJobDB.php; no longer in use.
2969 * Removed global function wfViewPrevNext(). (deprecated since 1.19)
2970 * Removed global function xmlsafe() from Export.php. (moved to OAIRepo extension)
2971 * Removed Title::userCanRead(). (deprecated since 1.19)
2972 * Removed maintenance script importTextFile.php. Use edit.php script instead.
2973 * A _from_namespace field has been added to the templatelinks, pagelinks,
2974 and filelinks tables. Run update.php to apply this change to the schema.
2975 * Removed File::sha1Base36(). (deprecated since 1.19)
2976 * Removed File::getPropsFromPath(). (deprecated since 1.19)
2977 * Removed functions blockedPage(), noCreatePermission(), readOnlyPage() and
2978 userNotLoggedInPage() from EditPage.php. (deprecated since 1.19)
2979 * Removed functions getContent(), getPreloadedText(), mergeChangesInto() and
2980 setPreloadedText() from EditPage.php. (deprecated since 1.21)
2981 * Removed global functions wfArrayLookup(), wfArrayMerge(), wfDebugDieBacktrace()
2982 and wfTime(). (deprecated since 1.22)
2983 * Browser support for Internet Explorer 6 and 7 lowered from Grade A to Grade C,
2984 meaning that JavaScript is no longer executed in these browser versions.
2985 * Browser support for Opera 11 lowered from Grade A to Grade C.
2986 * Removed IEFixes module which existed purely to provide support for MSIE versions
2987 below 7 (conditionally loaded only for those browsers).
2988 * Deprecated SpecialPageFactory::getList() in favor of
2989 SpecialPageFactory::getNames()
2990 * Action::checkCanExecute() no longer has a return value.
2991 * Removed cleanupForIRC(), loadFromCurRow(), newFromCurRow(), notifyRC2UDP()
2992 and sendToUDP() from RecentChange.php. (deprecated since 1.22)
2993 * Removed EnhancedChangesList::arrow(), sideArrow(), downArrow(), spacerArrow().
2994 * Removed Xml::namespaceSelector(). (deprecated since 1.19)
2995 * Removed WikiPage::estimateRevisionCount(). (deprecated since 1.19)
2996 * MYSQL: Enum item added to "major MIME type" columns.
2997 Running update.php on MySQL < v5.1 may result in heavy processing.
2998 * RSS and Atom feeds generated by MediaWiki no longer include a fallback
2999 stylesheet. It was ignored by most browsers these days anyway.
3000 * SpecialSearchNoResults hook has been removed. SpecialSearchResults is now
3001 called unconditionally.
3002 * TablePager::getBody() is now 'final' and can't be overridden in subclasses.
3003 * TablePager::getBody() is deprecated, use getBodyOutput() or getFullOutput().
3004 * Added $outputPage parameter to the SkinTemplateGetLanguageLink hook.
3005 * log_page for move log entries store the original page ID, rather than that
3006 of the new redirect page. This is not retroactive.
3007 * LCStoreAccel was removed. $wgLocalisationCacheConf can no longer be set to
3008 use this store class.
3009 * Html::infoBox() no longer accepts paths relative to skins/common/images/.
3010 * Deprecated defunct Skin::getCommonStylePath().
3011 * Some extensions had their ResourceLoader modules depend on the "mediawiki"
3012 and "jquery" modules. In the past, this behavior was undefined, now it will
3013 throw an error.
3014 * Removed BagOStuff::replace(). (deprecated since 1.23)
3015 * In Linker.php, link(), linkText() and makeBrokenImageLinkObj() now display
3016 warnings if their first parameter is not a Title object. Also makeImageLink()
3017 now requires a Parser as its first parameter.
3018 * (bug 67368) LESS functions embed() and embeddable(), added in MediaWiki 1.23
3019 and broken by design, have been removed. Use appropriate LESS mixins instead.
3020 * Removed cssjanus.py from maintenance directory as it was unused.
3021 * Removed maintenance/purgeOldText.inc and the PurgeRedundantText() function
3022 it contained (superseded by Maintenance::purgeRedundantText() in 1.16).
3023 The purgeOldText.php maintenance script has been retained.
3024 * PHPUnit tests can be found by directory discovery, by adding the directory
3025 path from your UnitTestsList callback. Older versions of MediaWiki core will
3026 barf at this usage.
3027
3028 ==== Renamed classes ====
3029 * CLDRPluralRuleConverter_Expression to CLDRPluralRuleConverterExpression
3030 * CLDRPluralRuleConverter_Fragment to CLDRPluralRuleConverterFragment
3031 * CLDRPluralRuleConverter_Operator to CLDRPluralRuleConverterOperator
3032 * CLDRPluralRuleEvaluator_Range to CLDRPluralRuleEvaluatorRange
3033 * CSSJanus_Tokenizer to CSSJanusTokenizer
3034 * MediaWiki_I18N to MediaWikiI18N
3035 * Parser_DiffTest to ParserDiffTest
3036 * RevDel_ArchiveItem to RevDelArchiveItem
3037 * RevDel_ArchiveList to RevDelArchiveList
3038 * RevDel_ArchivedFileItem to RevDelArchivedFileItem
3039 * RevDel_ArchivedFileList to RevDelArchivedFileList
3040 * RevDel_ArchivedRevisionItem to RevDelArchivedRevisionItem
3041 * RevDel_FileItem to RevDelFileItem
3042 * RevDel_FileList to RevDelFileList
3043 * RevDel_Item to RevDelItem
3044 * RevDel_List to RevDelList
3045 * RevDel_LogItem to RevDelLogItem
3046 * RevDel_LogList to RevDelLogList
3047 * RevDel_RevisionItem to RevDelRevisionItem
3048 * RevDel_RevisionList to RevDelRevisionList
3049 * WebInstaller_Complete to WebInstallerComplete
3050 * WebInstaller_Copying to WebInstallerCopying
3051 * WebInstaller_DBConnect to WebInstallerDBConnect
3052 * WebInstaller_DBSettings to WebInstallerDBSettings
3053 * WebInstaller_Document to WebInstallerDocument
3054 * WebInstaller_ExistingWiki to WebInstallerExistingWiki
3055 * WebInstaller_Install to WebInstallerInstall
3056 * WebInstaller_Language to WebInstallerLanguage
3057 * WebInstaller_Name to WebInstallerName
3058 * WebInstaller_Options to WebInstallerOptions
3059 * WebInstaller_Readme to WebInstallerReadme
3060 * WebInstaller_ReleaseNotes to WebInstallerReleaseNotes
3061 * WebInstaller_Restart to WebInstallerRestart
3062 * WebInstaller_Upgrade to WebInstallerUpgrade
3063 * WebInstaller_UpgradeDoc to WebInstallerUpgradeDoc
3064 * WebInstaller_Welcome to WebInstallerWelcome
3065
3066 ==== Removed classes ====
3067 * IPBlockForm - Use SpecialBlock directly
3068 * WatchlistEditor - Use SpecialEditWatchlist directly
3069 * FormatExif - Use FormatMetadata directly
3070 * RevertFileAction - Use RevertAction directly
3071 * HistoryPage - Use HistoryAction directly
3072 * RawPage - Use RawAction directly
3073 * StubContLang - Use Language::factory() instead
3074 * XMLReader2 - Use XMLReader directly
3075 * ResourceLoaderLESSFunctions - No longer in use, not intended for public usage
3076
3077 ==== Removed files ====
3078 The skins/common/ directory, previously containing some assets intended to be
3079 used by skins and a number of legacy styles and scripts, has been removed. Its
3080 contents have been deleted or relocated into the resources/ directory. Full list
3081 of files that are no longer available follows.
3082
3083 * skins/common/ajax.js
3084 * skins/common/commonContent.css
3085 * skins/common/commonElements.css
3086 * skins/common/commonInterface.css
3087 * skins/common/commonPrint.css
3088 * skins/common/config-cc.css
3089 * skins/common/config.css
3090 * skins/common/config.js
3091 * skins/common/feed.css
3092 * skins/common/IEFixes.js
3093 * skins/common/oldshared.css
3094 * skins/common/protect.js
3095 * skins/common/shared.css
3096 * skins/common/upload.js
3097 * skins/common/wikibits.js
3098 * skins/common/images/add.png
3099 * skins/common/images/ajax-loader.gif
3100 * skins/common/images/arrow_disabled_first_25.png
3101 * skins/common/images/arrow_disabled_last_25.png
3102 * skins/common/images/arrow_disabled_left_25.png
3103 * skins/common/images/arrow_disabled_right_25.png
3104 * skins/common/images/arrow_first_25.png
3105 * skins/common/images/arrow_last_25.png
3106 * skins/common/images/arrow_left_25.png
3107 * skins/common/images/arrow_right_25.png
3108 * skins/common/images/Arr_.png
3109 * skins/common/images/Arr_d.png
3110 * skins/common/images/Arr_l.png
3111 * skins/common/images/Arr_r.png
3112 * skins/common/images/Arr_u.png
3113 * skins/common/images/bullet.gif
3114 * skins/common/images/button_bold.png
3115 * skins/common/images/button_extlink.png
3116 * skins/common/images/button_headline.png
3117 * skins/common/images/button_hr.png
3118 * skins/common/images/button_image.png
3119 * skins/common/images/button_italic.png
3120 * skins/common/images/button_link.png
3121 * skins/common/images/button_media.png
3122 * skins/common/images/button_nowiki.png
3123 * skins/common/images/button_sig.png
3124 * skins/common/images/button_template.png
3125 * skins/common/images/cc-0.png
3126 * skins/common/images/cc-by-nc-sa.png
3127 * skins/common/images/cc-by-sa.png
3128 * skins/common/images/cc-by.png
3129 * skins/common/images/Checker-16x16.png
3130 * skins/common/images/closewindow.png
3131 * skins/common/images/closewindow19x19.png
3132 * skins/common/images/critical-32.png
3133 * skins/common/images/diffunderline.gif
3134 * skins/common/images/download-32.png
3135 * skins/common/images/feed-icon.png
3136 * skins/common/images/feed-icon.svg
3137 * skins/common/images/gnu-fdl.png
3138 * skins/common/images/help-question-hover.gif
3139 * skins/common/images/help-question.gif
3140 * skins/common/images/info-32.png
3141 * skins/common/images/link_icon.gif
3142 * skins/common/images/magnify-clip-rtl.png
3143 * skins/common/images/magnify-clip.png
3144 * skins/common/images/mediawiki.png
3145 * skins/common/images/nextredirectltr.png
3146 * skins/common/images/nextredirectrtl.png
3147 * skins/common/images/poweredby_mediawiki_88x31.png
3148 * skins/common/images/public-domain.png
3149 * skins/common/images/question-small.png
3150 * skins/common/images/question.svg
3151 * skins/common/images/redirectltr.png
3152 * skins/common/images/redirectrtl.png
3153 * skins/common/images/remove.png
3154 * skins/common/images/spinner.gif
3155 * skins/common/images/tick-32.png
3156 * skins/common/images/tipsy-arrow.gif
3157 * skins/common/images/tooltip_icon.png
3158 * skins/common/images/warning-32.png
3159 * skins/common/images/wiki.png
3160 * skins/common/images/Zoom_sans.gif
3161 * skins/common/images/ar/button_bold.png
3162 * skins/common/images/ar/button_headline.png
3163 * skins/common/images/ar/button_italic.png
3164 * skins/common/images/ar/button_link.png
3165 * skins/common/images/ar/button_nowiki.png
3166 * skins/common/images/be-tarask/button_bold.png
3167 * skins/common/images/be-tarask/button_italic.png
3168 * skins/common/images/be-tarask/button_link.png
3169 * skins/common/images/cyrl/button_bold.png
3170 * skins/common/images/cyrl/button_italic.png
3171 * skins/common/images/cyrl/button_link.png
3172 * skins/common/images/de/button_bold.png
3173 * skins/common/images/de/button_italic.png
3174 * skins/common/images/fa/button_bold.png
3175 * skins/common/images/fa/button_headline.png
3176 * skins/common/images/fa/button_italic.png
3177 * skins/common/images/fa/button_link.png
3178 * skins/common/images/fa/button_nowiki.png
3179 * skins/common/images/icons/fileicon-c.png
3180 * skins/common/images/icons/fileicon-cpp.png
3181 * skins/common/images/icons/fileicon-deb.png
3182 * skins/common/images/icons/fileicon-djvu.png
3183 * skins/common/images/icons/fileicon-djvu.xcf
3184 * skins/common/images/icons/fileicon-dvi.png
3185 * skins/common/images/icons/fileicon-exe.png
3186 * skins/common/images/icons/fileicon-h.png
3187 * skins/common/images/icons/fileicon-html.png
3188 * skins/common/images/icons/fileicon-iso.png
3189 * skins/common/images/icons/fileicon-java.png
3190 * skins/common/images/icons/fileicon-mid.png
3191 * skins/common/images/icons/fileicon-mov.png
3192 * skins/common/images/icons/fileicon-o.png
3193 * skins/common/images/icons/fileicon-ogg.png
3194 * skins/common/images/icons/fileicon-ogg.xcf
3195 * skins/common/images/icons/fileicon-pdf.png
3196 * skins/common/images/icons/fileicon-ps.png
3197 * skins/common/images/icons/fileicon-psd.png
3198 * skins/common/images/icons/fileicon-rm.png
3199 * skins/common/images/icons/fileicon-rpm.png
3200 * skins/common/images/icons/fileicon-svg.png
3201 * skins/common/images/icons/fileicon-tar.png
3202 * skins/common/images/icons/fileicon-tex.png
3203 * skins/common/images/icons/fileicon-ttf.png
3204 * skins/common/images/icons/fileicon-txt.png
3205 * skins/common/images/icons/fileicon.png
3206 * skins/common/images/ksh/button_S_italic.png
3207
3208 = MediaWiki 1.23 =
3209
3210 == MediaWiki 1.23.16 ==
3211 This is a security and maintenance release of the MediaWiki 1.23 branch.
3212
3213 === Changes since 1.23.15 ===
3214 * (T68404) CSS3 attr() function with url type is no longer allowed
3215 in inline styles.
3216 * (T156184) $wgRawHtml will no longer apply to internationalization messages.
3217 * Submitting the lgtoken and lgpassword parameters in the query string to
3218 action=login is now deprecated and outputs a warning. They should be submitted
3219 in the POST body instead.
3220 * (T109140) (T122209) SECURITY: Special:UserLogin and Special:Search allow redirect
3221 to interwiki links.
3222 * (T144845) SECURITY: XSS in SearchHighlighter::highlightText() when
3223 $wgAdvancedSearchHighlighting is true.
3224 * (T125177) SECURITY: API parameters may now be marked as "sensitive" to keep
3225 their values out of the logs.
3226 * (T150044) SECURITY: "Mark all pages visited" on the watchlist now requires a CSRF
3227 token.
3228 * (T156184) SECURITY: Escape content model/format url parameter in message.
3229 * (T151735) SECURITY: SVG filter evasion using default attribute values in DTD
3230 declaration.
3231 * (T48143) SECURITY: Spam blacklist ineffective on encoded URLs inside file inclusion
3232 syntax's link parameter.
3233 * (T108138) SECURITY: Sysops can undelete pages, although the page is protected against
3234 it.
3235
3236 == MediaWiki 1.23.15 ==
3237
3238 This is a maintenance release of the MediaWiki 1.23 branch.
3239
3240 === Changes since 1.23.14 ===
3241 * BREAKING CHANGE: $wgHTTPProxy is now *required* for all external requests
3242 made by MediaWiki via a proxy. Relying on the http_proxy environment
3243 variable is no longer supported.
3244 * (T139565) SECURITY: API: Generate head items in the context of the given title
3245 * (T137264) SECURITY: XSS in unclosed internal links
3246 * (T133147) SECURITY: Escape '<' and ']]>' in inline <style> blocks
3247 * (T133147) SECURITY: Require login to preview user CSS pages
3248 * (T132926) SECURITY: Do not allow undeleting a revision deleted file if it is
3249 the top file
3250 * (T129738) SECURITY: Make $wgBlockDisablesLogin also restrict logged in
3251 permissions
3252 * (T129738) SECURITY: Make blocks log users out if $wgBlockDisablesLogin is true
3253 * (T115333) SECURITY: Check read permission when loading page content in ApiParse
3254 * Remove support for $wgWellFormedXml = false, all output is now well formed
3255
3256 == MediaWiki 1.23.13 ==
3257
3258 This is a maintenance release of the MediaWiki 1.23 branch.
3259
3260 === Changes since 1.23.12 ===
3261 * (T121892) Fix fatal errors on some Special pages, introduced in 1.23.12.
3262
3263 == MediaWiki 1.23.12 ==
3264
3265 This is a security and maintenance release of the MediaWiki 1.23 branch.
3266
3267 === Changes since 1.23.11 ===
3268 * (T117899) SECURITY: $wgArticlePath can no longer be set to relative paths
3269 that do not begin with a slash. This enabled trivial XSS attacks.
3270 Configuration values such as "http://my.wiki.com/wiki/$1" are fine, as are
3271 "/wiki/$1". A value such as "$1" or "wiki/$1" is not and will now throw an
3272 error.
3273 * (T119309) SECURITY: Use hash_compare() for edit token comparison
3274 * (T118032) SECURITY: Don't allow cURL to interpret POST parameters starting
3275 with '@' as file uploads
3276 * (T115522) SECURITY: Passwords generated by User::randomPassword() can no
3277 longer be shorter than $wgMinimalPasswordLength
3278 * (T97897) SECURITY: Improve IP parsing and trimming. Previous behavior could
3279 result in improper blocks being issued
3280 * (T109724) SECURITY: Special:MyPage, Special:MyTalk, Special:MyContributions
3281 and related pages no longer use HTTP redirects and are now redirected by
3282 MediaWiki
3283
3284 == MediaWiki 1.23.11 ==
3285
3286 This is a security and maintenance release of the MediaWiki 1.23 branch.
3287
3288 === Changes since 1.23.10 ===
3289
3290 * (T91850) SECURITY: Add throttle check in ApiUpload and SpecialUpload
3291 * (T91203, T91205) SECURITY: API: Improve validation in chunked uploading
3292 * (T108616) SECURITY: Avoid exposure of local path in PNG thumbnails
3293
3294 == MediaWiki 1.23.10 ==
3295
3296 This is a security and maintenance release of the MediaWiki 1.23 branch.
3297
3298 === Changes since 1.23.9 ===
3299
3300 * (T94116) SECURITY: Compare API watchlist token in constant time
3301 * (T97391) SECURITY: Escape error message strings in thumb.php
3302 * (T106893) SECURITY: Don't leak autoblocked IP addresses on
3303 Special:DeletedContributions
3304 * (bug 67644) Make AutoLoaderTest handle namespaces
3305 * (T91653) Minimal PSR-3 debug logger to support backports from 1.25+.
3306 * (T102562) Fix InstantCommons parameters to handle the new HTTPS-only
3307 policy of Wikimedia Commons.
3308
3309 == MediaWiki 1.23.9 ==
3310
3311 This is a security and maintenance release of the MediaWiki 1.23 branch.
3312
3313 === Changes since 1.23.8 ===
3314
3315 * (T85848, T71210) SECURITY: Don't parse XMP blocks that contain XML entities,
3316 to prevent various DoS attacks.
3317 * (T85848) SECURITY: Don't allow directly calling Xml::isWellFormed, to reduce
3318 likelihood of DoS.
3319 * (T88310) SECURITY: Always expand xml entities when checking SVG's.
3320 * (T73394) SECURITY: Escape > in Html::expandAttributes to prevent XSS.
3321 * (T85855) SECURITY: Don't execute another user's CSS or JS on preview.
3322 * (T85349, T85850, T86711) SECURITY: Multiple issues fixed in SVG filtering to
3323 prevent XSS and protect viewer's privacy.
3324 * (bug T68650) Fix indexing of moved pages with PostgreSQL. Requires running
3325 update.php to fix.
3326 * (bug T70087) Fix Special:ActiveUsers page for installations using
3327 PostgreSQL.
3328
3329 == MediaWiki 1.23.8 ==
3330
3331 This is a security and maintenance release of the MediaWiki 1.23 branch.
3332
3333 === Changes since 1.23.7 ===
3334
3335 * (bug T76686) [SECURITY] thumb.php outputs wikitext message as raw HTML, which
3336 could lead to xss. Permission to edit MediaWiki namespace is required to
3337 exploit this.
3338 * (bug T77028) [SECURITY] Malicious site can bypass CORS restrictions in
3339 $wgCrossSiteAJAXdomains in API calls if it only included an allowed domain as
3340 part of its name.
3341 * (bug T74222) The original patch for T74222 was reverted as unnecessary.
3342
3343 == MediaWiki 1.23.7 ==
3344
3345 This is a security and maintenance release of the MediaWiki 1.23 branch.
3346
3347 === Changes since 1.23.6 ===
3348
3349 * (bugs 66776, 71478) SECURITY: User PleaseStand reported a way to inject code
3350 into API clients that used format=php to process pages that underwent flash
3351 policy mangling. This was fixed along with improving how the mangling was done
3352 for format=json, and allowing sites to disable the mangling using
3353 $wgMangleFlashPolicy.
3354 * (bug 70901) SECURITY: User Jackmcbarn reported that the ability to update
3355 the content model for a page could allow an unprivileged attacker to edit
3356 another user's common.js under certain circumstances. The user right
3357 "editcontentmodel" was added, and is needed to change a revision's content
3358 model.
3359 * (bug 71111) SECURITY: User PleaseStand reported that on wikis that allow raw
3360 HTML, it is not safe to preview wikitext coming from an untrusted source such
3361 as a cross-site request. Thus add an edit token to the form, and when raw HTML
3362 is allowed, ensure the token is provided before showing the preview. This
3363 check is not performed on wikis that both allow raw HTML and anonymous
3364 editing, since there are easier ways to exploit that scenario.
3365 * (bug 72222) SECURITY: Do not show log action when the entry is revdeleted with
3366 DELETED_ACTION. NOTICE: this may be reverted in a future release pending a
3367 public RFC about the desired functionality. This issue was reported by user
3368 Bawolff.
3369 * (bug 71621) Make allowing site-wide styles on restricted special pages a
3370 config option.
3371 * (bug 42723) Added updated version history from 1.19.2 to 1.22.13
3372 * $wgMangleFlashPolicy was added to make MediaWiki's mangling of anything that
3373 might be a flash policy directive configurable.
3374
3375 == MediaWiki 1.23.6 ==
3376
3377 This is a maintenance release of the MediaWiki 1.23 branch.
3378
3379 === Changes since 1.23.5 ===
3380 * (Bug 72274) Job queue not running (HTTP 411) due to missing
3381 Content-Length: header
3382 * (Bug 67440) Allow classes to be registered properly from installer
3383
3384 == MediaWiki 1.23.5 ==
3385
3386 This is a security release of the MediaWiki 1.23 branch.
3387
3388 === Changes since 1.23.4 ===
3389 * (bug 70672) SECURITY: OutputPage: Remove separation of css and js module
3390 allowance.
3391
3392 == MediaWiki 1.23.4 ==
3393
3394 This is a security and maintenance release of the MediaWiki 1.23 branch.
3395
3396 === Changes since 1.23.3 ===
3397
3398 * (bug 69008) SECURITY: Enhance CSS filtering in SVG files. Filter <style>
3399 elements; normalize style elements and attributes before filtering; add
3400 checks for attributes that contain css; add unit tests for html5sec and
3401 reported bugs.
3402 * (bug 65998) Make MySQLi work with non-standard socket.
3403 * (bug 66986) GlobalVarConfig shouldn't throw exceptions for null-valued config
3404 settings.
3405
3406 == MediaWiki 1.23.3 ==
3407
3408 This is a maintenance release of the MediaWiki 1.23 branch.
3409
3410 === Changes since 1.23.2 ===
3411
3412 * (bug 68501) Correctly handle incorrect namespace in cleanupTitles.php.
3413 * (bug 64970) Fix support for blobs on DatabaseOracle::update.
3414 * (bug 66574) Display MediaWiki:Loginprompt on the login page.
3415 * (bug 67870) wfShellExec() cuts off stdout at multiples of 8192 bytes.
3416 * (bug 60629) Handle invalid language code gracefully in
3417 Language::fetchLanguageNames.
3418 * (bug 62017) Restore the number of rows shown on Special:Watchlist.
3419 * Check for boolean false result from database query in SqlBagOStuff.
3420
3421 == MediaWiki 1.23.2 ==
3422
3423 This is a security and maintenance release of the MediaWiki 1.23 branch.
3424
3425 === Changes since 1.23.1 ===
3426
3427 * (bug 68187) SECURITY: Prepend jsonp callback with comment.
3428 * (bug 66608) SECURITY: Fix for XSS issue in bug 66608: Generate the URL used
3429 for loading a new page in Javascript,instead of relying on the URL in the link
3430 that has been clicked.
3431 * (bug 65778) SECURITY: Copy prevent-clickjacking between OutputPage and
3432 ParserOutput.
3433 * (bug 68313) Preferences: Turn stubthreshold back into a combo box.
3434 * (bug 65214) Fix initSiteStats.php maintenance script.
3435 * (bug 67594) Special:ActiveUsers: Fix to work with PostgreSQL.
3436
3437 == MediaWiki 1.23.1 ==
3438
3439 This is a security and maintenance release of the MediaWiki 1.23 branch.
3440
3441 === Changes since 1.23.0 ===
3442
3443 * (bug 65839) SECURITY: Prevent external resources in SVG files.
3444 * (bug 67025) Special:Watchlist: Don't try to render empty row.
3445 * (bug 66922) Don't allow some E_NOTICE messages to end up in the LocalSettings.php.
3446 * (bug 66467) FileBackend: Avoid using popen() when "parallelize" is disabled.
3447 * (bug 66428) MimeMagic: Don't seek before BOF. This has weird side effects
3448 like only extracting the tail of the file partially or not at all.
3449 * (bug 66182) Removed -x flag on some php files.
3450
3451 == MediaWiki 1.23.0 ==
3452
3453 === Configuration changes in 1.23 ===
3454 * (bug 13250) Restored method for clearing a watchlist in web UI
3455 so that users with large watchlists don't have to perform
3456 contortions to clear them.
3457 * When $wgJobRunRate is higher than zero, jobs are now executed via an
3458 asynchronous HTTP request to a MediaWiki entry point. This may require
3459 increasing the number of server worker threads. $wgRunJobsAsync has been
3460 added to disable this feature if needed, falling back to executing the job
3461 on the same process but making the execution synchronously.
3462 * $wgDebugLogGroups values may be set to an associative array with a
3463 'destination' key specifying the log destination. The array may also contain
3464 a 'sample' key with a positive integer value N indicating that the log group
3465 should be sampled by dispatching one in every N messages on average. The
3466 sampling is random.
3467 * In addition to the current exception log format, MediaWiki now serializes
3468 exception metadata to JSON and logs it to the 'exception-json' log group.
3469 This makes MediaWiki easier to integrate with log aggregation and analysis
3470 tools.
3471 * $wgSquidServersNoPurge now supports the use of Classless Inter-Domain
3472 Routing (CIDR) notation to specify contiguous blocks of IPv4 and/or IPv6
3473 addresses that should be trusted to provide X-Forwarded-For headers.
3474 * Preferences 'watchcreations', 'watchdefault', 'enotifwatchlistpages' ("Add
3475 pages I create and files I upload to my watchlist", "Add pages and files I
3476 edit to my watchlist", "Email me when a page or file on my watchlist is
3477 changed") are now enabled by default. In addition new user accounts' personal
3478 and talk pages are now watched by them by default.
3479 * $wgLBFactoryConf: Class names have had underscores removed. The configuration
3480 should be updated if LBFactory_Simple or LBFactory_Multi is configured.
3481 * $wgPasswordSenderName has been removed and is no longer functional. To set a
3482 custom mailer name, the system message 'emailsender' should be modified
3483 (default: "{{SITENAME}}").
3484 * (bug 63269) Email notifications were not correctly handling the
3485 [[MediaWiki:Helppage]] message being set to a full URL (the default).
3486 If you customized [[MediaWiki:Enotif body]] (the text of email notifications),
3487 you'll need to edit it locally to include the URL via the new variable
3488 $HELPPAGE instead of the parser functions fullurl and canonicalurl; otherwise
3489 you don't have to do anything.
3490 * $wgDBAhandler was removed as the only class using it was also removed
3491 * The 'max threads' setting was removed from $wgDBservers.
3492 * Support for AdminSettings.php has been completely removed. All configuration
3493 belongs in LocalSettings.php.
3494 * $wgSkipSkin, which has been replaceable by $wgSkipSkins since 2005 (r9249), is
3495 now formally deprecated.
3496 * Removed deprecated $wgDisabledActions as it is hardly used anywhere.
3497 * $wgRateLimitLog has been deprecated and replaced by
3498 $wgDebugLogGroup['ratelimit'].
3499 * $wgLocalInterwikis is an array containing multiple local interwiki prefixes
3500 (interwiki prefixes that point back to the current wiki). This effectively
3501 allows more than one value of $wgLocalInterwiki to be specified and
3502 understood by the parser. The value of $wgLocalInterwiki is automatically
3503 prepended to the start of this array.
3504 * $wgQueryPages has been removed. Query Pages should be added to by using the
3505 wgQueryPages hook.
3506 * $wgHttpOnlyBlacklist has been removed.
3507 * $wgLicenseTerms has been removed as it was unused.
3508 * $wgProfileOnly is now deprecated; set the log file in
3509 $wgDebugLogGroups['profileoutput'] to replace it.
3510 * $wgMaxBacklinksInvalidate was removed; use $wgJobBackoffThrottling instead
3511 * Deprecated ResourceLoaderGetStartupModules hook.
3512
3513 === New features in 1.23 ===
3514 * ResourceLoader can utilize the Web Storage API to cache modules client-side.
3515 Compared to the browser cache, caching in Web Storage allows ResourceLoader
3516 to be more granular about evicting stale modules from the cache while
3517 retaining the ability to retrieve multiple modules in a single HTTP request.
3518 This capability can be enabled by setting $wgResourceLoaderStorageEnabled to
3519 true. This feature is currently considered experimental and should only be
3520 enabled with care.
3521 * (bug 6092) Add expensive parser functions {{REVISIONID:}}, {{REVISIONUSER:}}
3522 and {{REVISIONTIMESTAMP:}} (with friends).
3523 * Add "wgRelevantUserName" to mw.config containing the current
3524 Skin::getRelevantUser value.
3525 * (bug 56033) Add content model to the page information.
3526 * Added Article::MissingArticleConditions hook to give extensions a chance to
3527 hide their (unrelated) log entries.
3528 * Added LonelyPagesQuery hook to let extensions modify the query used to
3529 generate Special:LonelyPages.
3530 * Added $wgOpenSearchDefaultLimit defining the default number of entries to show
3531 on action=opensearch API call.
3532 * For namespaces with $wgNamespaceProtection (including the MediaWiki
3533 namespace), the "protect" tab will be shown only if there are restriction
3534 levels available that would restrict editing beyond what
3535 $wgNamespaceProtection already applies. The protection form will offer only
3536 those protection levels.
3537 * Added $wgAPIFormatModules, allowing extensions to add additional output
3538 formatting modules for the API.
3539 * (bug 47812) The MediaWiki:Group-user.{css,js} pages can now be used to add
3540 custom CSS or JavaScript enabled only for registered users.
3541 * (bug 52005) Special pages RecentChanges, RecentChangesLinked and Watchlist
3542 now include a legend describing the symbols used in lists of changes.
3543 * Improved the accessibility of the tabs in Special:Preferences.
3544 * Added ApiBeforeMain hook, roughly equivalent to the BeforeInitialize hook:
3545 it's called after everything is set up but before any major processing
3546 happens.
3547 * The jquery.client module now performs a component-wise version comparison in
3548 its #test method when strings are used in the browser map: version '1.10' is
3549 now correctly considered larger than '1.2'. Using numbers in the version map
3550 is not affected.
3551 * All API modules now support an assert parameter, which can either be
3552 'user' or 'bot'. The API will throw an error if the user is not logged
3553 in (user) or does not have the 'bot' userright (bot). Based off of the
3554 AssertEdit extension by Steve Sanbeg.
3555 * [[Special:Diff]] was added, allowing users to create internal links to
3556 revision comparison pages using syntax such as [[Special:Diff/12345]],
3557 [[Special:Diff/12345/prev]] or [[Special:Diff/12345/98765]].
3558 * New user accounts' personal and talk pages are now watched by them by default.
3559 * Added SkinTemplateGetLanguageLink hook to allow changing the html of language
3560 links.
3561 * Added MessageCache::get hook as a new way to customize messages across
3562 multiple sites.
3563 * Added jquery.throttle-debounce ResourceLoader module to limit the number of
3564 callbacks for frequently occurring events.
3565 * Special:ProtectedPages shows now a table. The timestamp, the reason and
3566 the protecting user are also shown.
3567 * Added experimental support for using Microsoft SQL Server as the database
3568 backend.
3569 ** Added new Microsoft SQL Server-specific configuration variable
3570 $wgDBWindowsAuthentication, which makes the web server authenticate against
3571 the database server using Integrated Windows Authentication instead of
3572 $wgDBuser/$wgDBpassword.
3573 * HTMLForm 'select', 'selectandother', 'selectorother', 'multiselect', and
3574 'radio' fields can now use message keys as labels via the 'options-messages'
3575 parameter, which overrides the 'options' parameter.
3576 * Admins can expire users passwords manually, or on a schedule using the
3577 $wgPasswordExpirationDays configuration setting.
3578 * Add new hook SendWatchlistEmailNotification, this will be used to determine
3579 whether to send a watchlist email notification.
3580 * (bug 42026) Special:Contributions now includes an option to filter page
3581 creations, similar to the topOnly option.
3582 * Add mediawiki.ui.button styling to all pages so wiki content can use styled
3583 buttons.
3584 * Special:UserLogin/signup now does AJAX checks for invalid and taken usernames,
3585 displaying the error live.
3586 * Added BaseTemplateAfterPortlet hook to allow injecting html after portlets in skins.
3587 * Support has been added for a JSON based localisation file format. The
3588 installer has been updated to use it.
3589 * Changes to content typography (colors, line-height etc.). See
3590 https://www.mediawiki.org/wiki/Typography_refresh for further information.
3591 * The Vector skin's visual treatment of external links has been simplified to a
3592 single icon (from nine). This should not affect local rules unless they were
3593 re-using these icons, which have now been deleted.
3594 * ResourceLoader: mw.loader.using() now implements a Promise interface.
3595 * Add new hook ChangesListInitRows accessed via ChangesList::initChangesListRows.
3596 If called by the ChangesList consumer this gives extensions a chance to batch
3597 process the result set prior to rendering.
3598 * A PoolCounterRedis class was added which can be make use of in $wgPoolCounterConf.
3599 This requires at least one Redis 2.6+ server.
3600 * $wgProfileToDatabase was removed. Set $wgProfiler to ProfilerSimpleDB
3601 in StartProfiler.php instead of using this.
3602 * (bug 63444) Made it possible to change the indent string (default: 4 spaces)
3603 used by FormatJson::encode().
3604
3605 === Bug fixes in 1.23 ===
3606 * (bug 41759) The "updated since last visit" markers (on history pages, recent
3607 changes and watchlist) and the talk page message indicator are now correctly
3608 updated when the user is viewing old revisions of pages, instead of always
3609 acting as if the latest revision was being viewed.
3610 * (bug 56443) Special:ConfirmEmail no longer shows a "Mail a confirmation code"
3611 when the email address is already confirmed. Also, consistently use
3612 "confirmed", rather than "authenticated", when messaging whether or not the
3613 user has confirmed an email address.
3614 * (bug 19415) action=render no longer shows section edit links. This affects
3615 behavior of several other features where (bogus) section edit links will
3616 disappear, such as file description pages loaded via $wgUseInstantCommons or
3617 pages transcluded cross-wiki via $wgEnableScaryTranscluding.
3618 * (bug 56912) Show correct link color on cached result of Special:DeadendPages.
3619 * Classes TitleListDependency and TitleDependency have been removed, as they
3620 have been found unused in core and extensions for a long time.
3621 * (bug 57098) SpecialPasswordReset now obeys returnto parameter
3622 * (bug 37812) ResourceLoader will notice when a module's definition changes and
3623 recompile it accordingly.
3624 * (bug 57201) SpecialRecentChangesFilters hook is now executed for feeds.
3625 * (bug 58640) Fixed a compatibility issue with PCRE 8.34 that caused pages
3626 to appear blank or with missing text.
3627 * (bug 56931) Updated the plural rules to CLDR 24. They are in new format
3628 which is detailed in UTS 35 Rev 33. The PHP parser and evaluator as well as
3629 the JavaScript evaluator were updated to support the new format. Plural rules
3630 for some languages have changed, most notably Russian. Affected software
3631 messages have been updated and marked for review at translatewiki.net.
3632 * (bug 23542) imagelinks now stores both the redirect and target (as
3633 templatelinks does).
3634 * (bug 58167) The web installer no longer throws an exception when PHP is
3635 compiled without support for MySQL yet with support for another DBMS.
3636 * (bug 56199) Raw option of parser functions must now match complete word,
3637 to take effect.
3638 * (bug 60543) Special:PrefixIndex forgot stripprefix=1 for "Next page" link
3639 * (bug 29762) Undoing an already-undone edit will now display an appropriate
3640 message instead of leading the user to make a null edit.
3641 * (bug 52659) mediawiki.notification: Notification area remained visible when
3642 empty and thus was stealing pointer events from links on the page.
3643 * (bug 26811) When a DBUnexpectedError occurs, DB server hostnames are now
3644 hidden unless $wgShowExceptionDetails is true, and $wgShowDBErrorBacktrace
3645 no longer applies in such cases.
3646 * (bug 60960) Avoid doing file_exist() checks on data: URIs, as they cause
3647 warnings to be printed on Windows due to large path length.
3648 * (bug 48084) Fixed a bug in the installer that could cause $wgLogo to hold
3649 the wrong path to the placeholder logo (skins/common/images/wiki.png).
3650 * (bug 64289) jquery.textSelection: Don't throw errors on empty collections.
3651
3652 === Web API changes in 1.23 ===
3653 * (bug 54884) action=parse&prop=categories now indicates hidden and missing
3654 categories.
3655 * action=query&meta=filerepoinfo now returns additional information for each
3656 repo.
3657 * action=parse&prop=languageshtml was deprecated in 1.18 and will be removed in
3658 MediaWiki 1.24.
3659 * action=parse now has disabletoc flag to disable table of contents in output.
3660 * (bug 25702) list=allcategories, list=allimages, list=alllinks, list=allpages,
3661 list=deletedrevs and list=filearchive did not handle case-sensitivity
3662 properly for all parameters.
3663 * ApiQueryBase::titlePartToKey allows an extra parameter that indicates the
3664 namespace in order to properly capitalize the title part.
3665 * (bug 57874) action=feedcontributions no longer has one item more than limit.
3666 * All API modules now support an assert parameter. See the new features section
3667 for more details.
3668 * Added prop=contributors to fetch the list of contributors to the page.
3669 * The following API modules will now return entries where fields have been
3670 revision-deleted: list=deletedrevs, list=filearchive, list=recentchanges,
3671 list=watchlist. "hidden" indicators will be included, in the same style as is
3672 already done for prop=revisions.
3673 * The following API modules will now return the content of revision-deleted
3674 fields, in addition to the "hidden" indicators, if the querying user has the
3675 necessary rights: list=logevents, list=usercontribs, prop=imageinfo,
3676 prop=revisions.
3677 * The above modules, where applicable, will now return entries filtered by
3678 revision-deleted fields if the querying user has the necessary rights. For
3679 example, prop=revisions with rvuser or rvexcludeuser will no longer skip
3680 revisions where the user was revision-deleted if the current user has the
3681 deletedhistory right.
3682 * The 'hideuser' right, used when blocking, is no longer necessary or
3683 sufficient for seeing contributions with revision-deleted in
3684 list=usercontribs.
3685 * list=watchlist now uses the querying user's rights rather than the wlowner's
3686 rights when checking whether wlprop=patrol is allowed.
3687 * (bug 32151) ApiWatch now has pageset capabilities (titles/pageids/generators).
3688 Title parameter is now deprecated.
3689 * (bug 23005) Added action=revisiondelete.
3690 * Added siprop=restrictions to API action=query&meta=siteinfo for querying
3691 possible page restriction (protection) levels and types.
3692 * Added prop 'limitreportdata' and 'limitreporthtml' to action=parse.
3693 * (bug 58627) Provide language names on action=parse&prop=langlinks.
3694 * Deprecated llurl= in favour of llprop=url for action=query&prop=langlinks.
3695 * Added llprop=langname and llprop=autonym for action=query&prop=langlinks.
3696 * prop=redirects is added, to return redirects to the pages in the query.
3697 * list=allredirects is added, to list all redirects pointing to a namespace.
3698 * (bug 42026) Added ucshow={new,!new,top,!top} to list=usercontribs.
3699 Also added newonly to action=feedcontributions.
3700 * (bug 42026) Deprecated uctoponly in favor of ucshow=top.
3701 * list=search no longer has a "srredirects" parameter. Redirects are now
3702 included in all searches.
3703 * Added list=prefixsearch that works like action=opensearch but can be used as
3704 a generator.
3705 * (bug 24782) Various modules will now use unique continuation parameters.
3706 * (bug 63249) Cache RecentChanges Atom feed in varnish for 15 seconds.
3707
3708 === Languages updated in 1.23 ===
3709
3710 MediaWiki supports over 350 languages. Many localisations are updated
3711 regularly. Below only new and removed languages are listed, as well as
3712 changes to languages because of Bugzilla reports.
3713
3714 * Support was added for Algerian Spoken Arabic (arq).
3715 * Support was added for Riograndenser Hunsrückisch (hrx).
3716 * Support was added for Northern Luri (lrc).
3717
3718 === Other changes in 1.23 ===
3719 * The rc_type field in the recentchanges table has been superseded by a new
3720 rc_source field. The rc_source field is a string representation of the
3721 change type where rc_type was a numeric constant. This field is not yet
3722 queried but will be in a future release.
3723 ** Utilize update.php to create and populate this new field. On larger wikis
3724 which do not wish to update recentchanges table in one large update please
3725 review the SQL and comments in maintenance/archives/patch-rc_source.sql.
3726 ** The rc_type field of recentchanges will be deprecated in a future release.
3727 * The global variable $wgArticle has been removed after a lengthy deprecation.
3728 * The global functions addButton and insertTags (for mw.toolbar.addButton and
3729 mw.toolbar.insertTags) now emits mw.log.warn when accessed.
3730 * The ExpandTemplates extension has been moved into MediaWiki core.
3731 * (bug 52812) Removed "Disable search suggestions" from Preference.
3732 * (bug 52809) Removed "Disable browser page caching" from Preference.
3733 * Three new modules intended for use by custom skins were added:
3734 'mediawiki.skinning.elements', 'mediawiki.skinning.content', and
3735 'mediawiki.skinning.interface', representing three levels of standard
3736 MediaWiki styling. Previously skin creators wishing to use them had to refer
3737 to the file names of appropriate files directly, which is now discouraged.
3738 * The modules 'skins.vector' and 'skins.monobook' have been renamed to
3739 'skins.vector.styles' and 'skins.monobook.styles', respectively,
3740 and their definition was changed not to include the common*.css files;
3741 the two skins now load the 'mediawiki.skinning.interface' module instead.
3742 * A page_links_updated field has been added to the page table.
3743 * SpecialPage::getTitle has been deprecated in favor of
3744 SpecialPage::getPageTitle.
3745 * BREAKING CHANGE: Two potentially backwards-incompatible changes have been made
3746 to the 'SpecialWatchlistQuery' hook's last parameter (array $values) to make
3747 the hook more consistent with the 'SpecialRecentChangesQuery' one:
3748 ** Several array keys have been renamed: hideMinor → hideminor,
3749 hideBots → hidebots, hideAnons → hideanons, hideLiu → hideliu,
3750 hidePatrolled → hidepatrolled, hideOwn → hidemyself.
3751 ** The parameter value is now a FormOptions object, not a plain array (array
3752 access operators should continue to work, as it implements the ArrayAccess
3753 interface).
3754 * Option to mark hooks as deprecated has been added.
3755 * (bug 52811) Preference "Enable section editing via [edit] links" was removed.
3756 * (bug 52813) Preference "Show table of contents (for pages with more than
3757 3 headings)" was removed.
3758 * (bug 52810) Preference "Justify paragraphs" was removed.
3759 * OutputPage::showErrorPage raises a notice if arguments are incoherent.
3760 * Thumbnails that keep failing to render in thumb.php will be rate-limited
3761 against further render attempts for 1 hour. $wgAttemptFailureEpoch can be
3762 altered to reset all rate-limited thumbnails at once.
3763 * (bug 56572) Builds of the OOjs and OOjs UI libraries are now available.
3764 * mw.loader.go and mw.loader.version have been removed.
3765 * (bug 52815) Preference "Enable simplified search bar (Vector skin only)"
3766 was removed.
3767 * A user_password_expires column has been added to the user table. The User
3768 object expects this column to exist. Use update.php to create this new field.
3769 * The jquery.delayedBind ResourceLoader module was deprecated in favor of the
3770 jquery.throttle-debounce module. It will be removed in MediaWiki 1.24.
3771 * mw.user.bucket has been deprecated.
3772 * On Special:PrefixIndex, a table#mw-prefixindex-list-table was changed to
3773 table.mw-prefixindex-list-table to avoid duplicate ids when the special page
3774 is transcluded.
3775 * (bug 62198) window.$j has been deprecated.
3776 * Preference "Disable link title conversion" was removed.
3777 * SpecialRecentChanges no longer includes any functionality for generating feeds
3778 - it has been factored out to ApiFeedRecentChanges. Old URLs redirect to new
3779 ones.
3780 * RecentChange::mExtra['lang'] is no longer set and should no longer be used.
3781 Extensions should read from other configuration variables, including
3782 $wgLocalInterwikis, to identify the current wiki.
3783 * Sections in the parser test framework have been renamed and the old
3784 section names are deprecated. Please use "!!wikitext" and "!!html"
3785 (or "!!html/php") instead of "!!input" and "!!result". This allows
3786 us to extend parser tests to accommodate additional input/output
3787 pairs, such as "!!html/parsoid" (for the output of the Parsoid
3788 parser, where it differs from the PHP parser).
3789 * Special:Search no longer has an "include redirects" option on the advanced
3790 tab. Redirects are now included in all searches.
3791 * mediawiki.api.category's getCategories() 'async' parameter was deprecated.
3792 * The locations of resources have been split between upstream libraries, now in
3793 resources/lib/, local libaries in resources/src/, and local forks of upstream
3794 libraries, also in resources/src/.
3795 * BREAKING CHANGE: The automatically-generated function closure with which
3796 ResourceLoader wraps all modules' JavaScript code now binds the identifier
3797 names 'jQuery' and '$' to the jQuery object of the version of jQuery that is
3798 bundled with MediaWiki. If you bind these names to other objects in global
3799 scope (like Zepto.js or document.querySelectorAll, for example) you will need
3800 to use different names to or re-bind them at the top of each
3801 ResourceLoader-loaded module.
3802 * (bug 52342) Preference "Remember my login" was removed.
3803 * The skin autodiscovery mechanism has been deprecated and will be removed in
3804 MediaWiki 1.25. See https://www.mediawiki.org/wiki/Manual:Skin_autodiscovery
3805 for migration guide for creators and users of custom skins that relied on it.
3806
3807 ==== Removed classes ====
3808 * FakeMemCachedClient (deprecated in 1.18)
3809 * RdfMetaData (unused)
3810 * TitleDependency (unused)
3811 * TitleListDependency (unused)
3812 * WikiError (deprecated in 1.17)
3813 * WikiXmlError (deprecated in 1.17)
3814 * WikiErrorMsg (deprecated in 1.17)
3815
3816 ==== Renamed classes ====
3817 * CdbReader_DBA to CdbReaderDBA
3818 * CdbReader_PHP to CdbReaderPHP
3819 * CdbWriter_DBA to CdbWriterDBA
3820 * CdbWriter_PHP to CdbWriterPHP
3821 * DiffOp_Add to DiffOpAdd
3822 * DiffOp_Change to DiffOpChange
3823 * DiffOp_Copy to DiffOpCopy
3824 * DiffOp_Delete to DiffOpDelete
3825 * HWLDF_WordAccumulator to HWLDFWordAccumulator
3826 * LBFactory_Fake to LBFactoryFake
3827 * LBFactory_Multi to LBFactoryMulti
3828 * LBFactory_Simple to LBFactorySimple
3829 * LBFactory_Single to LBFactorySingle
3830 * LCStore_Accel to LCStoreAccel
3831 * LCStore_CDB to LCStoreCDB
3832 * LCStore_DB to LCStoreDB
3833 * LCStore_Null to LCStoreNull
3834 * LoadBalancer_Single to LoadBalancerSingle
3835 * LoadMonitor_MySQL to LoadMonitorMySQL
3836 * LoadMonitor_Null to LoadMonitorNull
3837 * LocalisationCache_BulkLoad to LocalisationCacheBulkLoad
3838 * csvStatsOutput to CsvStatsOutput
3839 * extensionLanguages to ExtensionLanguages
3840 * languages to Languages
3841 * statsOutput to StatsOutput
3842 * textStatsOutput to TextStatsOutput
3843 * wikiStatsOutput to WikiStatsOutput
3844
3845 ==== Removed methods ====
3846 * ApiBase::getValidNamespaces() (deprecated in 1.17)
3847 * ApiMain::setCachePrivate() (deprecated in 1.17)
3848 * ApiMain::setVaryCookie (deprecated in 1.17)
3849 * Article::doRedirect() (deprecated in 1.18)
3850 * Article::doUnwatch() (deprecated in 1.18)
3851 * Article::doWatch() (deprecated in 1.18)
3852 * Article::forUpdate() (deprecated in 1.18)
3853 * Article::markpatrolled() (deprecated in 1.18)
3854 * Article::unwatch() (deprecated in 1.18)
3855 * Article::watch() (deprecated in 1.18)
3856 * Block::clear() (deprecated in 1.18)
3857 * Block::decodeExpiry() (deprecated in 1.18)
3858 * Block::encodeExpiry() (deprecated in 1.18)
3859 * Block::forUpdate() (deprecated in 1.18)
3860 * Block::infinity() (deprecated in 1.18)
3861 * Block::load() (deprecated in 1.18)
3862 * Block::newFromDB() (deprecated in 1.18)
3863 * Block::normaliseRange() (deprecated in 1.18)
3864 * Block::parseExpiryInput() (deprecated in 1.18)
3865 * CategoryViewer::addSubcategory() (deprecated in 1.17)
3866 * EditPage::spamPage() (deprecated since 1.17)
3867 * Exif::getFormattedData() (deprecated in 1.18)
3868 * Exif::makeFormattedData() (deprecated in 1.18)
3869 * in_string (deprecated in 1.21)
3870 * Language::convertLinkToAllVariants() (deprecated in 1.17)
3871 * LanguageConverter::convertLinkToAllVariants() (deprecated in 1.17)
3872 * Linker::makeBrokenLink() (deprecated in 1.16)
3873 * Linker::makeBrokenLinkObj() (deprecated in 1.16)
3874 * Linker::makeColouredLinkObj() (deprecated in 1.16)
3875 * Linker::makeSizeLinkObj() (deprecated in 1.17)
3876 * MediaWiki::articleFromTitle() (deprecated in 1.18)
3877 * ParserOptions::getkin() (deprecated 1.18)
3878 * ProfilerSimple::getCpuTime (deprecated in 1.20)
3879 * Revision::revText() (deprecated in 1.17)
3880 * SkinTemplate::jstext() (deprecated in 1.21)
3881 * SpecialPage::__call() (deprecated in 1.17)
3882 * SpecialPage::executePath() (deprecated in 1.18)
3883 * SpecialPage::exists() (deprecated in 1.18)
3884 * SpecialPage::file() (deprecated in 1.18)
3885 * SpecialPage::func() (deprecated in 1.18)
3886 * SpecialPage::getGroup() (deprecated in 1.18)
3887 * SpecialPage::getPage() (deprecated in 1.18)
3888 * SpecialPage::getPageByAlias() (deprecated in 1.18)
3889 * SpecialPage::getLocalNameFor() (deprecated in 1.18)
3890 * SpecialPage::getRegularPages() (deprecated in 1.18)
3891 * SpecialPage::getRestrictedPages() (deprecated in 1.18)
3892 * SpecialPage::getTitleForAlias() (deprecated in 1.18)
3893 * SpecialPage::getUsablePages() (deprecated in 1.18)
3894 * SpecialPage::includable() (deprecated in 1.18)
3895 * SpecialPage::init()
3896 * SpecialPage::initAliasList() (deprecated in 1.18)
3897 * SpecialPage::initList() (deprecated in 1.18)
3898 * SpecialPage::name() (deprecated in 1.18)
3899 * SpecialPage::removePage() (deprecated in 1.18)
3900 * SpecialPage::resolveAlias() (deprecated in 1.18)
3901 * SpecialPage::resolveAliasWithSubpage() (deprecated in 1.18)
3902 * SpecialPage::restriction() (deprecated in 1.18)
3903 * SpecialPage::setGroup() (deprecated in 1.18)
3904 * SpecialRecentChanges::feedSetup()
3905 * SpecialRevisionDelete::extractBitField() (deprecated in 1.22)
3906 * User::getPageRenderingHash() (deprecated in 1.17)
3907 * WebRequest::getFileSize() (deprecated in 1.17)
3908 * WebRequest::isPathInfoBad() (deprecated in 1.17)
3909 * wfGenerateToken (deprecated in 1.20)
3910 * wfStreamFile (deprecated in 1.19)
3911 * wfUILang (deprecated in 1.18)
3912 * WikiPage::createUpdates() (deprecated in 1.18)
3913 * WikiPage::quickEdit() (deprecated in 1.18)
3914 * WikiPage::useParserCache() (deprecated in 1.18)
3915 * WikiPage::viewUpdates() (deprecated in 1.18)
3916
3917 ==== Removed globals ====
3918 * $wgBetterDirectionality (deprecated in 1.18)
3919
3920 = MediaWiki 1.22 =
3921
3922 == MediaWiki 1.22.15 ==
3923
3924 This is a security and maintenance release of the MediaWiki 1.22 branch.
3925
3926 === Changes since 1.22.14 ===
3927
3928 * (bug T76686) [SECURITY] thumb.php outputs wikitext message as raw HTML, which
3929 could lead to xss. Permission to edit MediaWiki namespace is required to
3930 exploit this.
3931 * (bug T77028) [SECURITY] Malicious site can bypass CORS restrictions in
3932 $wgCrossSiteAJAXdomains in API calls if it only included an allowed domain as
3933 part of its name.
3934 * (bug T74222) The original patch for T74222 was reverted as unnecessary.
3935
3936 == MediaWiki 1.22.14 ==
3937
3938 This is a security and maintenance release of the MediaWiki 1.22 branch.
3939
3940 === Changes since 1.22.13 ===
3941
3942 * (bugs 66776, 71478) SECURITY: User PleaseStand reported a way to inject code
3943 into API clients that used format=php to process pages that underwent flash
3944 policy mangling. This was fixed along with improving how the mangling was done
3945 for format=json, and allowing sites to disable the mangling using
3946 $wgMangleFlashPolicy.
3947 * (bug 70901) SECURITY: User Jackmcbarn reported that the ability to update
3948 the content model for a page could allow an unprivileged attacker to edit
3949 another user's common.js under certain circumstances. The user right
3950 "editcontentmodel" was added, and is needed to change a revision's content
3951 model.
3952 * (bug 72222) SECURITY: Do not show log action when the entry is revdeleted with
3953 DELETED_ACTION. NOTICE: this may be reverted in a future release pending a
3954 public RFC about the desired functionality. This issue was reported by user
3955 Bawolff.
3956 * (bug 71621) Make allowing site-wide styles on restricted special pages a
3957 config option.
3958 * $wgMangleFlashPolicy was added to make MediaWiki's mangling of anything that
3959 might be a flash policy directive configurable.
3960
3961 == MediaWiki 1.22.13 ==
3962 This is a maintenance release of the MediaWiki 1.22 branch.
3963
3964 === Changes since 1.22.12 ===
3965 * (bug 67440) Allow classes to be registered properly from installer
3966
3967 == MediaWiki 1.22.12 ==
3968 This is a security release of the MediaWiki 1.22 branch.
3969
3970 === Changes since 1.22.11 ===
3971 * (bug 70672) SECURITY: OutputPage: Remove separation of css and js module allowance.
3972
3973 == MediaWiki 1.22.11 ==
3974 This is a security release of the MediaWiki 1.22 branch.
3975
3976 === Changes since 1.22.10 ===
3977 * (bug 69008) SECURITY: Enhance CSS filtering in SVG files. Filter <style> elements; normalize style elements and attributes before filtering; add checks for attributes that contain css; add unit tests for html5sec and reported bugs.
3978
3979 == MediaWiki 1.22.10 ==
3980 This is a maintenance release of the MediaWiki 1.22 branch.
3981
3982 === Changes since 1.22.9 ===
3983 * (bug 64970) Fix support for blobs on DatabaseOracle::update
3984 * (bug 60719) In MediaWiki 1.22, the job queue execution on each page request was changed (Gerrit change 59797) so, instead of executing the job inside the same PHP process that's rendering the page, a new PHP cli command is spawned to execute runJobs.php in the background. It will only work if $wgPhpCli is set to an actual path or safe mode is off, otherwise, the old method will be used. https://www.mediawiki.org/wiki/Manual:Job_queue#Changes_introduced_in_MediaWiki_1.22 for more infomation. This change was in earlier releases of 1.22 but was not noted here until now.
3985
3986 == MediaWiki 1.22.9 ==
3987 This is a security and maintenance release of the MediaWiki 1.22 branch.
3988
3989 === Changes since 1.22.8 ===
3990 * (bug 68187) SECURITY: Prepend jsonp callback with comment.
3991 * (bug 66608) SECURITY: Fix for XSS issue in bug 66608: Generate the URL used for loading a new page in Javascript,instead of relying on the URL in the link that has been clicked.
3992 * (bug 65778) SECURITY: Copy prevent-clickjacking between OutputPage and ParserOutput.
3993 * (bug 59147) The img_metadata field was not being decoded from bytea into text.
3994
3995 == MediaWiki 1.22.8 ==
3996 This is a security and maintenance release of the MediaWiki 1.22 branch.
3997
3998 === Changes since 1.22.7 ===
3999 * (bug 65839) SECURITY: Prevent external resources in SVG files.
4000 * (bug 66428) MimeMagic: Don't seek before BOF. This has weird side effects like only extracting the tail of the file partially or not at all.
4001
4002 == MediaWiki 1.22.7 ==
4003 This is a security and maintenance release of the MediaWiki 1.22 branch.
4004
4005 === Changes since 1.22.6 ===
4006 * (bug 65501) SECURITY: Don't parse usernames as wikitext on Special:PasswordReset.
4007 * (bug 36356) Add space between two feed links.
4008 * (bug 63269) Email notifications were not correctly handling the MediaWiki:Helppage message being set to a full URL. This is a regression from the 1.22.5 point release, which made the default value for it a URL. If you customized MediaWiki:Enotif body (the text of email notifications), you'll need to edit it locally to include the URL via the new variable $HELPPAGE instead of the parser functions fullurl and canonicalurl; otherwise you don't have to do anything.
4009 Add missing uploadstash.us_props for PostgreSQL.
4010 * (bug 56047) Fixed stream wrapper in PhpHttpRequest.
4011
4012 == MediaWiki 1.22.6 ==
4013 This is a security release of the MediaWiki 1.22 branch.
4014
4015 === Changes since 1.22.5 ===
4016 * (bug 63251) SECURITY: Escape sortKey in pageInfo.
4017
4018 == MediaWiki 1.22.5 ==
4019 This is a security and maintenance release of the MediaWiki 1.22 branch.
4020
4021 === Changes since 1.22.4 ===
4022 * (bug 62497) SECURITY: Add CSRF token on Special:ChangePassword.
4023 * (bug 62467) Set a title for the context during import on the cli.
4024 * Fix custom local MediaWiki:Helppage values.
4025 * mediawiki.js: Fix documentation breakage.
4026 * (bug 58153) Make MySQLi work with non standard port.
4027 * (bug 53887) Reintroduced a link to help pages in the default sidebar, that any sysop can customize by editing MediaWiki:Sidebar locally. The link now points to a mediawiki.org page which is guaranteed to exist. Nothing needs to be done on your end, but remember to adjust MediaWiki:Sidebar for the needs of your wikis. Everyone can help with the shared documentation by translating: https://www.mediawiki.org/wiki/Special:Translate/agg-Help_pages .
4028 * (bug 53888) Corrected a regression in 1.22 which introduced red links on the login page. If you previously installed 1.22.x and have created a local page to make the red link blue, write its title as in MediaWiki:helplogin-url if you didn't already. Otherwise, you don't need to do anything, but you can translate the help page at https://www.mediawiki.org/wiki/Help:Logging_in .
4029
4030 == MediaWiki 1.22.4 ==
4031 This is a maintenance release of the MediaWiki 1.22 branch.
4032
4033 === Changes since 1.22.3 ===
4034 * Use the correct branch of the extensions' git repositories.
4035
4036 == MediaWiki 1.22.3 ==
4037 This is a security and bugfix release of the MediaWiki 1.22 branch.
4038
4039 === Changes since 1.22.2 ===
4040 * (bug 60771) SECURITY: Disallow uploading SVG files using non-whitelisted namespaces. Also disallow iframe elements. * User will get an error including the namespace name if they use a non- whitelisted namespace.
4041 * (bug 61346) SECURITY: Make token comparison use constant time. It seems like our token comparison would be vulnerable to timing attacks. This will take constant time.
4042 * (bug 61362) SECURITY: API: Don't find links in the middle of api.php links.
4043 * (bug 53710) Add sequence support for upsert in DatabaseOracle in the same way as in selectInsert
4044 * (bug 60231, bug 58719) Various fixes to job running code in Wiki.php: Make it async on Windows. Fixed possible "invalid filename" errors on Windows. Redirect output to dev/null to avoid hanging PHP.
4045 * (bug 60083) Correct sequence name for fresh Postgres installation. Spotted by gebhkla
4046 * (bug 60531) Avoid variable naming conflicts in DatabasePostgres::selectSQLText. Spotted by gebhkla
4047 * (bug 60094) Fix rebuildall.php fatal error with PostgreSQL.
4048 * (bug 43817) Add error handling if descriptionmsg isn't defined for extension.
4049 * (bug 60543) Special:PrefixIndex omits stripprefix=1 for "Next page" link.
4050
4051 == MediaWiki 1.22.2 ==
4052 This is a security and bugfix release of the MediaWiki 1.22 branch.
4053
4054 === Changes since 1.22.1 ===
4055 * (bug 60339) SECURITY: Sanitize shell arguments to DjVu files, and other media formats
4056 * (bug 58253) Check for very old PCRE versions in installer and updater
4057 * (bug 60054) Make WikiPage::$mPreparedEdit public
4058
4059 == MediaWiki 1.22.1 ==
4060 This is a security and maintenance release of the MediaWiki 1.22 branch.
4061
4062 === Changes since 1.22.0 ===
4063 * (bug 57550) SECURITY: Disallow stylesheets in SVG Uploads
4064 * (bug 58088) SECURITY: Don't normalize U+FF3C to \ in CSS Checks
4065 * (bug 58472) SECURITY: Disallow -o-link in styles
4066 * (bug 58553) SECURITY: Return error on invalid XML for SVG Uploads
4067 * (bug 58699) SECURITY: Fix RevDel log entry information leaks
4068 * (bug 58178) Restore compatibility with curl < 7.16.2.
4069 * (bug 56931) Updated the plural rules to CLDR 24. They are in new format which is detailed in UTS 35 Rev 33. The PHP parser and evaluator as well as the JavaScript evaluator were updated to support the new format. Plural rules for some languages have changed, most notably Russian. Affected software messages have been updated and marked for review at translatewiki.net. This change is backported from the development branch of MediaWiki 1.23.
4070 * (bug 58434) The broken installer for database backend Oracle was fixed.
4071 * (bug 58167) The web installer no longer throws an exception when PHP is compiled without support for MySQL yet with support for another DBMS.
4072 * (bug 58640) Fixed a compatibility issue with PCRE 8.34 that caused pages to appear blank or with missing text.
4073 * (bug 47055) Changed FOR UPDATE handling in Postgresql
4074 * (bug 57026) Avoid extra parsing in prepareContentForEdit()
4075
4076 == MediaWiki 1.22.0 ==
4077
4078 === Configuration changes in 1.22 ===
4079 * $wgRedirectScript was removed. It was unused.
4080 * Removed $wgLocalMessageCacheSerialized, it is now always true.
4081 * $wgVectorUseIconWatch is now enabled by default.
4082 * $wgCascadingRestrictionLevels was added.
4083 * ftps, ssh, sftp, xmpp, sip, sips, tel, sms, bitcoin, magnet, urn, and geo
4084 have been whitelisted inside of $wgUrlProtocols.
4085 * $wgDocType and $wgDTD have been removed and are no longer used for the DOCTYPE.
4086 * $wgHtml5 is no longer used by core. Setting it to false will no longer disable HTML5.
4087 It is still set to true for extension compatibility but doing so in extensions is deprecated.
4088 * $wgXhtmlDefaultNamespace is no longer used by core. Setting it will no longer change the
4089 xmlns used by MediaWiki. Reliance on this variable by extensions is deprecated.
4090 * $wgHandheldStyle was removed.
4091 * $wgHandheldForIPhone was removed.
4092 * $wgJsMimeType is no longer used by core. Most usage has been removed since
4093 HTML output is now exclusively HTML5.
4094 * $wgDBOracleDRCP added. True enables persistent connection with DRCP on Oracle.
4095 * $wgLogAutopatrol added to allow disabling logging of autopatrol edits in the logging table.
4096 Default for $wgLogAutopatrol is true.
4097 * The 'edit' right no longer allows for editing a user's own CSS and JS.
4098 * New rights 'editmyusercss', 'editmyuserjs', 'viewmywatchlist',
4099 'editmywatchlist', 'viewmyprivateinfo', 'editmyprivateinfo', and
4100 'editmyoptions' restrict actions that were formerly allowed by default. They
4101 have been added to the default for $wgGroupPermissions['*'].
4102 * The 'editprotected' right no longer allows bypassing of all page protection
4103 restrictions. Any group using it for this purpose will now need to have all
4104 the individual rights listed in $wgRestrictionTypes for the same effect.
4105 * The 'protect' and 'autoconfirmed' rights are no longer used for the default
4106 page protection levels. The rights 'editprotected' and 'editsemiprotected'
4107 are now used for this purpose instead.
4108 * (bug 40866) wgOldChangeTagsIndex removed.
4109 * $wgNoFollowDomainExceptions now only matches entire domains. For example,
4110 an entry for 'bar.com' will still match 'foo.bar.com' but not 'foobar.com'.
4111 * $wgCopyUploadTimeout and $wgCopyUploadAsyncTimeout added to change the timeout times for
4112 fetching the file during upload by url.
4113 * New key added to $wgGalleryOptions - $wgGalleryOptions['mode'] to set
4114 default gallery mode.
4115 * New hook 'GalleryGetModes' to allow extensions to make new gallery modes.
4116 * The checkbox for staying in HTTPS displayed on the login form when $wgSecureLogin is
4117 enabled has been removed. Instead, whether the user stays in HTTPS will be determined
4118 based on the user's preferences, and whether they came from HTTPS or not.
4119 * $wgRC2UDPAddress, $wgRC2UDPInterwikiPrefix, $wgRC2UDPOmitBots, $wgRC2UDPPort,
4120 and $wgRC2UDPPrefix configuration options have been deprecated in favor of a
4121 $wgRCFeeds configuration array. $wgRCFeeds makes both the format and
4122 destination of recent change notifications customizable, and allows for
4123 multiple destinations to be specified.
4124 * (bug 53862) portal-url, currentevents-url and helppage have been removed from the
4125 default Sidebar.
4126 * The 'vector-simplesearch' preference is now enabled by default. Previously
4127 it was only enabled if the Vector extension was installed.
4128 * The precise format of metric datagrams produced by the UDP profiler and stats counter
4129 may now be specified as $wgUDPProfilerFormatString and $wgStatsFormatString,
4130 respectively.
4131 * (bug 54597) $wgBlockOpenProxies, $wgProxyPorts, $wgProxyScriptPath, and
4132 $wgProxyMemcExpiry have been removed, along with the open proxy scanner
4133 script they were added for.
4134 * Default value of $wgMaxShellMemory has been tripled (it's now 300 MB).
4135
4136 === New features in 1.22 ===
4137 * You can now install extensions using Composer.
4138 See https://www.mediawiki.org/wiki/Composer
4139 * (bug 44525) mediawiki.jqueryMsg can now parse (whitelisted) HTML elements and attributes.
4140 * (bug 33454) Language::sprintfDate now has a timezone parameter, and supports
4141 the "eIOPTZ" formatting characters.
4142 * EditWarning: A warning is shown when an editor leaves the edit form without
4143 saving (enabled by default, users can opt-out via the 'useeditwarning'
4144 preference). This feature was moved from the Vector extension, and is now part
4145 of core for all skins. Take care when upgrading that you don't use an older
4146 version of the Vector extension as this feature may conflict.
4147 * New 'mediawiki.ui' CSS module providing mw-ui-* styles for buttons and a
4148 compact vertical form layout.
4149 * HTMLForm supports a new display format 'vform' which applies this compact vertical
4150 layout and button styling. Special:PasswordReset uses this format.
4151 * New versions of login (Special:UserLogin) and create account
4152 (Special:UserLogin/signup) forms using the "vform" compact vertical form layout.
4153 These forms use new messages that assume a "Help logging in" link, see
4154 https://www.mediawiki.org/wiki/Manual:Page_customizations;
4155 https://www.mediawiki.org/wiki/Account_creation_user_experience/Strings lists the
4156 message key changes.
4157 * (bug 23343) Implemented ability to apply IP blocks to the contents of X-Forwarded-For headers
4158 by adding a new configuration variable $wgApplyIpBlocksToXff (disabled by default).
4159 * The new hook 'APIGetPossibleErrors' to modify the list of possible errors was
4160 added.
4161 * (bug 25592) LogEventsList::showLogExtract() will now ignore various
4162 Pager-related WebRequest parameters by default, as this is overwhelmingly
4163 likely to be what was intended by users of the method. If any caller wishes
4164 to use these parameters, the new param 'useRequestParams' may be set to true.
4165 * mw.util.addPortletLink: Tooltip is no longer required to be plain (without
4166 an accesskey in it already). As such it now rountrips. Creating a link with a
4167 message as tooltip, grabbing the title attribute and using it to create
4168 another portlet will work as expected.
4169 * (bug 6747) {{ROOTPAGENAME}} introduced, contains the name of the topmost
4170 page without namespace.
4171 * BREAKING CHANGE: (bug 41729) Display editsection links next to headings. Also
4172 change their class name from .editsection to .mw-editsection and place them at
4173 the end of the heading element instead of the beginning. Client-side code and
4174 screen-scrapers will have to be adjusted to handle both cases (old HTML will
4175 still be visible on cached page renders until they are purged); extensions
4176 using the DoEditSectionLink or EditSectionLink hooks might need adjustments as
4177 well.
4178 * (bug 45535) introduced the new 'LanguageLinks' hook for manipulating the
4179 language links associated with a page before display.
4180 * Chosen (http://harvesthq.github.io/chosen/) was added as module 'jquery.chosen'
4181 * HTMLForm will turn multiselect checkboxes into a Chosen interface when setting cssclass 'mw-chosen'
4182 * rebuildLocalisationCache learned --lang option. Let you rebuild l10n caches
4183 of the specified languages instead of all of them.
4184 * New GetNewMessagesAlert hook allowing extensions to disable or modify the new
4185 messages alert
4186 * New wgUserNewMsgRevisionId JS global for logged in users. This will be null
4187 if the user has no new talk page messages. Otherwise it will be set to the
4188 revision ID of the oldest new talk page message. This will allow gadgets and
4189 extensions to create their own new message alerts on the client side.
4190 * mediawiki.log: Added log.warn wrapper (uses console.warn and console.trace).
4191 * mediawiki.log: Implemented log.deprecate. This method defines a property and
4192 uses ES5 getter/setter to emit a warning when they are used.
4193 * $wgCascadingRestrictionLevels was added, allowing one to specify restriction levels
4194 which can be cascading (previously 'sysop' was hard-coded as the only one).
4195 * XHTML5 support has been improved. If you set $wgMimeType = 'application/xhtml+xml'
4196 MediaWiki will try outputting markup according to XHTML5 rules.
4197 * Altered hook 'ProtectionForm::save', adding the reason page protection is
4198 changed as third parameter.
4199 * New hook 'TitleSquidURLs' for manipulating the list of URLs to be purged from
4200 HTTP caches when a page is changed.
4201 * Changed the patrolling system to always show the link for patrolling in case the
4202 current revision is patrollable. This also removed the usage of the rcid URI parameters.
4203 * Oracle DB backend now supports Database Resident Connection Pooling (DRCP).
4204 Can be enabled by setting $wgDBOracleDRCP=true.
4205 Requires Oracle DB 11gR1 or above, enabled DRCP inside the DB itself and a
4206 propper connect string.
4207 More about DRCP can be found at:
4208 http://www.oracle-base.com/articles/11g/database-resident-connection-pool-11gr1.php
4209 * Add a new parameter $patrolFooterShown to hook ArticleViewFooter so the hook
4210 handlers can take further action based on the status of the patrol footer
4211 * A new hook TitleQuickPermissions was added to allow overriding of quick
4212 permissions in the Title class.
4213 * LinkCache singleton can now be altered or cleared, letting one to specify
4214 another instance that does not rely on a database backend.
4215 * MediaWiki's PHPUnit tests can now use PHPUnit installed using composer --dev.
4216 * (bug 43689) The lists of templates used on the page and hidden categories it
4217 is a member of, shown below the edit form, are now collapsible (and collapsed
4218 by default).
4219 * Parser profiling data, formerly only available in the "NewPP limit report"
4220 HTML comment, is now also displayed at the bottom of page previews.
4221 * Added ParserLimitReportPrepare and ParserLimitReportFormat hooks, deprecated
4222 ParserLimitReport hook.
4223 * New user rights have been added to increase granularity in rights management
4224 for extensions such as OAuth:
4225 ** editmyusercss controls whether a user may edit their own CSS subpages.
4226 ** editmyuserjs controls whether a user may edit their own JS subpages.
4227 ** viewmywatchlist controls whether a user may view their watchlist.
4228 ** editmywatchlist controls whether a user may edit their watchlist.
4229 ** viewmyprivateinfo controls whether a user may access their private
4230 information (e.g. registered email address, real name).
4231 ** editmyprivateinfo controls whether a user may change their private
4232 information.
4233 ** editmyoptions controls whether a user may change their preferences.
4234 * Add new hook AbortTalkPageEmailNotification, this will be used to determine
4235 whether to send the regular talk page email notification
4236 * Action classes registered in $wgActions are now also supported in the form of
4237 a callback (which returns an instance of Action) instead of providing the name
4238 of a subclass of Action.
4239 * (bug 46513) Vector: Add the collapsibleTabs script from the Vector extension.
4240 * Added $wgRecentChangesFlags for defining new flags for RecentChanges and
4241 watchlists.
4242 * (bug 40518) mw.toolbar: Implemented mw.toolbar.addButtons for adding multiple
4243 button objects in one call.
4244 * Rights used for the default protection levels ('sysop' and 'autoconfirmed')
4245 are now used just for that purpose, instead of overloading other rights. This
4246 allows easy granting of the ability to edit sysop-protected pages without
4247 also granting the ability to protect and unprotect.
4248 * (bug 48256) Make brackets in section edit links accessible to CSS.
4249 They are now wrapped in <span class="mw-editsection-bracket" />.
4250 * (bug 8480) Allow handler specific parameters in galleries (like page number)
4251 * jquery.client: Add detection for Opera 15 and Internet Explorer 11.
4252 * Change tags (used by the AbuseFilter extension) are now shown on diff pages.
4253 * Change tag lists (shown on recent changes, watchlist, user contributions,
4254 history pages, diff pages) now include a link to Special:Tags to distinguish
4255 them from edit summaries.
4256 * Added a new method and hook, User::isEveryoneAllowed() and
4257 UserIsEveryoneAllowed, for use in situations where a "does everyone have this
4258 right?" check is used to avoid more expensive checks.
4259 * (bug 14431) Display "(No difference)" instead of an empty diff (when comparing
4260 revisions in the history or when previewing changes while editing).
4261 * New hook 'IsUploadAllowedFromUrl' is added which can be used to intercept uploads by
4262 URL, useful for blacklisting specific URLs
4263 * (bug 21912) Watchlist token implementation has been refactored and
4264 Special:ResetTokens was added to allow users to reset their tokens
4265 instead of presenting them in Preferences.
4266 * Special:PrefixIndex now lets you strip the searched prefix from the displayed
4267 titles. Given a list of articles named Bug1, Bug2, you can now transclude the
4268 list of bug numbers using: {{Special:PrefixIndex/Bug|stripprefix=1}}.
4269 The special page form received a new checkbox matching that option.
4270 * (bug 23580) Implement javascript callback interface "mw.hook".
4271 * (bug 30713) New mw.hook "wikipage.content".
4272 * (bug 40430) jquery.placeholder gets a new parameter to set the attribute value
4273 to be used.
4274 * $wgHTCPMulticastRouting renamed $wgHTCPRouting since it accepts unicast.
4275 * $wgHTCPRouting rules can now be passed an array of hosts/ports to send purge
4276 too. Can be used whenever several multicast group could be interested by a
4277 specific purge.
4278 * (bug 25931) Add Special:RandomInCategory.
4279 * mediawiki.util: addPortletLink now supports passing a jQuery object as nextnode.
4280 * <wbr> can now be used inside WikiText.
4281 * WebResponse::setcookie is much more featureful. Callers using PHP's
4282 setcookie() or setrawcookie() should begin using this instead.
4283 * New hook WebResponseSetCookie, called from WebResponse::setcookie().
4284 * New hook ResetSessionID, called when the session id is reset.
4285 * Add a mode parameter to <gallery> tag with potential options of "traditional",
4286 "nolines", "packed", "packed-overlay", or "packed-hover".
4287 * (bug 47399) A success message is now displayed after changing the password.
4288 * Make thumb.php give HTTP redirects for file redirects
4289 * (bug 30607) Special:ListFiles can now show old versions of files. Additionally
4290 Special:AllMyUploads was introduced so the user can get a list of all things
4291 they have ever uploaded, even if it was subsequently overridden.
4292 * Introduced Special:MyFiles and Special:AllMyFiles as an alias for Special:MyUploads
4293 and Special:AllMyUploads respectively.
4294 * IPv6 addresses in X-Forwarded-For headers are now normalised before checking
4295 against allowed proxy lists.
4296 * Add deferrable update support for callback/closure.
4297 * Add TitleMove hook before page renames.
4298 * Revision deletion backend code is moved out of SpecialRevisiondelete
4299 * Added {{REVISIONSIZE}} variable to get the current size of a revision.
4300 * Add support for the LESS stylesheet language to ResourceLoader. LESS is a
4301 stylesheet language that compiles into CSS. ResourceLoader file modules may
4302 include LESS style files; ResourceLoader will compile these files into CSS
4303 before sending them to the client.
4304 ** The $wgResourceLoaderLESSVars configuration variable is an associative array
4305 mapping variable names to string CSS values. These variables are considered
4306 declared for all LESS files. Additional variables may be registered by
4307 adding keys to the array.
4308 ** $wgResourceLoaderLESSFunctions is an associative array of custom LESS
4309 function names to PHP callables. See <http://leafo.net/lessphp/docs/#custom_functions>
4310 for more details regarding custom functions.
4311 ** $wgResourceLoaderLESSImportPaths is an array of file system paths. Files
4312 referenced in LESS '@import' statements are looked up here first.
4313 * ResourceLoader supports hashes as module cache invalidation trigger (instead
4314 of or in addition to timestamps).
4315 * Added $wgExtensionEntryPointListFiles for use in mergeMessageFileList.php.
4316 * Added a hook, APIQuerySiteInfoStatisticsInfo, to allow extensions to modify
4317 the output of the API query meta=siteinfo&siprop=statistics
4318 * Primary keys have been added to both the archive table and the externallinks
4319 tables.
4320 * Added $wgEnableParserLimitReporting to control whether the NewPP limit report is
4321 output in a HTML comment.
4322 * The 'UnwatchArticle' and 'WatchArticle' hooks now support a Status object
4323 instead of just a boolean return value to abort the hook.
4324 * Added a hook, SpecialWatchlistGetNonRevisionTypes, to allow extensions
4325 with custom recentchanges entries to hook into the Watchlist without
4326 clobbering each other.
4327 * A hidden, empty input field was added to the edit form, and any edit that fills
4328 it in will be rejected. This prevents against the simplest form of spambots.
4329 Previously in the "SimpleAntiSpam" extension by Ryan Schmidt.
4330 * populateRevisionLength.php maintenance script updated to also populate
4331 archive.ar_len field.
4332 * (bug 43571) DatabaseMySQLBase learned to list views, optionally filtered by a
4333 prefix. Also fixed PHPUnit test suite when using a MySQL backend containing
4334 views.
4335
4336 === Bug fixes in 1.22 ===
4337 * (bug 47271) $wgContentHandlerUseDB should be set to false during the upgrade
4338 * Disable Special:PasswordReset when $wgEnableEmail is false. Previously one
4339 could still navigate to the page by entering the URL directly.
4340 * (bug 47138) Fixed a fatal error when a blocked user tries to automatically
4341 create an account on login due external authentication in some circumstances.
4342 * (bug 23393) HTML <hN> headings containing line breaks are now handled
4343 correctly.
4344 * (bug 45803) Whitespace within == Headline == syntax and within <hN> headings
4345 is now non-significant and not preserved in the HTML output.
4346 * (bug 47218) Special:BlockList now handles correctly user names with spaces
4347 when passed as subpage.
4348 * Pager's properly validate which fields are allowed to be sorted on.
4349 * mw.util.tooltipAccessKeyRegexp: The regex now matches "option-" as well.
4350 Support for Mac "option" was added in 1.16, but the regex was never updated.
4351 * (bug 46768) Usernames of blocking users now display correctly, even if numeric.
4352 * (bug 39590) Self-transclusions now show the most up to date result always
4353 after save instead of being a revision behind.
4354 * A bias in wfRandomString() toward digits 1-7 has been corrected. Generated
4355 strings will now start with digits 0 and 8-f as often as they should.
4356 * (bug 45371) Removed Parser_LinkHooks and CoreLinkFunctions classes.
4357 * (bug 41545) Allow <kbd>, <samp>, and <var> to be nested like allowed in html.
4358 * PLURAL magic word no longer causes a PHP notice when no matching form exists.
4359 * (bug 36641) Patrol page links no longer show on non-existent revisions.
4360 * (bug 35810) Pages not linked from Special:RecentChanges or Special:NewPages
4361 are patrollable now.
4362 * (bug 30213) JavaScript for search suggestions is now disabled when the API
4363 is disabled, and AJAX patrolling and watching are now disabled when use of
4364 the write API is not allowed.
4365 * (bug 48294) API: Fix chunk upload async mode.
4366 * (bug 46749) Broken files tracking category removed from pages if an image
4367 with that name is uploaded.
4368 * (bug 14176) System messages that are empty were previously incorrectly treated
4369 as non-existent, causing a fallback to the default. This stopped users from
4370 overriding system messages to make them blank.
4371 * (bug 48319) action=parse no longer returns an error if passed none of 'oldid',
4372 'pageid', 'page', 'title', and 'text' (e.g. if only passed 'summary'). A
4373 warning will instead be issued if 'title' is non-default, unless no props are
4374 requested.
4375 * Special:Recentchangeslinked will now include upload log entries
4376 * (bug 41281) Fixed ugly output if file size could not be extracted for multi-page media.
4377 * (bug 50315) list=logevents API module will now output log entries by anonymous users.
4378 * (bug 38911) Handle headers with rowspan in jquery.tablesorter
4379 * (bug 658) Converted the table of contents on wiki pages from <table> to <div>
4380 and adjusted skin CSS accordingly. The CSS was carefully crafted to be
4381 backwards-compatible in all reasonable cases (uses of the __TOC__ magic word,
4382 the #toc CSS id and the .toc CSS class). However, particularly bad abuse of
4383 the id or the class can possibly break.
4384 * CSSJanus now supports rgb, hsl, rgba, and hsla color syntaxes.
4385 * Special:Listfiles can no longer be sorted by image name when filtering
4386 by user in miser mode.
4387 * (bug 49074) CSSJanus: Handle values of border-radius correctly.
4388 * Handle relative inclusions ({{../name}}) in main namespace with subpages
4389 enabled correctly (previously MediaWiki tried to include Template:Parent/name
4390 instead of just Parent/name).
4391 * Added $wgAPIUselessQueryPages to allow extensions to flag their query pages
4392 for non-inclusion in ApiQueryQueryPages.
4393 * (bug 50870) mediawiki.notification: Notification area should remain visible
4394 when scrolled down.
4395 * (bug 13438) Special:MIMESearch no longer an expensive special page.
4396 * (bug 48342) Fixed a fatal error when $wgValidateAllHtml is set to true and
4397 the function apache_request_headers() function is not available.
4398 * (bug 33399) LivePreview: Re-run wikipage content handlers
4399 (jquery.makeCollapsible, jquery.tablesorter) after preview content is loaded.
4400 * (bug 51891) Fixed PHP notice on Special:PagesWithProp when no properties
4401 are defined.
4402 * (bug 52006) Corrected documentation of $wgTranscludeCacheExpiry.
4403 * (bug 52077) The APIEditBeforeSave hook is giving the content of the whole
4404 revision as second argument now, rather than just the current section.
4405 * (bug 49694) $wgSpamRegex is now also applied on the new section headline text
4406 adding a new topic on a page
4407 * (bug 41756) Improve treatment of multiple comments on a blank line.
4408 * (bug 51064) Purge upstream caches when deleting file assets.
4409 * (bug 39012) File types with a mime that we do not know the extension for
4410 can no longer be uploaded as an extension that we do know the mime type
4411 for.
4412 * (bug 51742) Add data-sort-value for better sorting of hitcounts Special:Tags
4413 * (bug 26811) On DB error pages, server hostnames are now hidden when both
4414 $wgShowHostnames and $wgShowSQLErrors are false.
4415 * (bug 6200) line breaks in <blockquote> are handled like they are in <div>
4416 * (bug 14931) Default character set now set to 'utf8' when a new MySQL
4417 database is created.
4418 * (bug 47191) Fixed "Column 'si_title' cannot be part of FULLTEXT index"
4419 MySQL error when installing using the binary character set option.
4420 * (bug 45288) Support mysqli PHP extension
4421 * (bug 55818) BREAKING CHANGE: Removed undocumented 'Debug' hook in wfDebug.
4422 This resolves an infinite loop when using $wgDebugFunctionEntry = true.
4423 * (bug 56707) Correct tooltip of "Next n results" on query special pages.
4424 * (bug 56770) mw.util.addPortletLink: Check length before access array index.
4425
4426 === API changes in 1.22 ===
4427 * (bug 25553) The JSON output formatter now leaves forward slashes unescaped
4428 to improve human readability of URLs and similar strings. Also, a "utf8"
4429 option is now provided to use UTF-8 encoding instead of hex escape codes
4430 for most non-ASCII characters.
4431 * (bug 46626) xmldoublequote parameter was removed. Because of a bug, the
4432 parameter has had no effect since MediaWiki 1.16, and so its removal is
4433 unlikely to impact existing clients.
4434 * (bug 47216) action=query&meta=siteinfo&siprop=skins will now indicate which
4435 skin is the default and which are unusable (e.g. listed in $wgSkipSkins).
4436 * (bug 25325) Added support for wlshow filtering (bots/anon/minor/patrolled)
4437 to action=feedwatchlist.
4438 * WDDX formatted output will actually be formatted (and normal output will no
4439 longer be), and will no longer choke on booleans.
4440 * action=opensearch no longer silently ignores the format parameter.
4441 * action=opensearch now supports format=jsonfm.
4442 * list=usercontribs&ucprop=ids will now include the parent revision id.
4443 * BREAKING CHANGE: action=parse no longer returns all langlinks for the page
4444 with prop=langlinks by default. The new effectivelanglinks parameter will
4445 request that the LanguageLinks hook be called to determine the effective
4446 language links.
4447 * BREAKING CHANGE: list=allpages, list=langbacklinks, and prop=langlinks do not
4448 apply the new LanguageLinks hook, and thus only consider language links
4449 stored in the database.
4450 * (bug 47219) Allow specifying change type of Wikipedia feed items
4451 * prop=imageinfo now allows setting iiurlheight without setting iiurlwidth
4452 * prop=info now adds the content model and page language of the title.
4453 * New upload log entries will now contain information on the relevant
4454 image (sha1 and timestamp).
4455 * (bug 49239) action=parse now can parse in preview and section preview modes.
4456 * (bug 49259) action=patrol now accepts revision ids.
4457 * (bug 48129) list=blocks&bkip= now correctly handles IPv6 CIDR ranges and
4458 honors $wgBlockCIDRLimit. Note any clients passing invalid values to bkip
4459 will now receive an error, rather than the previous behavior listing all
4460 user blocks.
4461 * (bug 48201) action=parse&text=foo now assumes wikitext if no title is given,
4462 rather than using the content model of the page "API".
4463 * action=watch no longer silently ignores hook abort.
4464 * (bug 50785) action=purge with forcelinkupdate=1 no longer queues refreshLinks
4465 jobs in the job queue for link table updates of pages that use the given page
4466 as a template. Instead, forcerecursivelinkupdate=1 is introduced and should
4467 be used if that behaviour is desirable.
4468 * The 'debugLog' property (enabled by $wgDebugToolbar) no longer sets the log
4469 entry values through ApiResult::content but directly. This changes the JSON
4470 output from an array of objects with content in '*' to an array of strings
4471 with the content.
4472 * (bug 51342) prop=imageinfo iicontinue now contains the dbkey, not the text
4473 version of the title.
4474 * (bug 52538) action=edit will now use empty text instead of the contents
4475 of section 0 when passed prependtext or appendtext with section=new.
4476 * Support for the 'gettoken' parameter to action=block and action=unblock,
4477 deprecated since 1.20, has been removed.
4478 * (bug 49090) Token-getting functions will fail when using jsonp callbacks.
4479 * (bug 52699) action=upload returns normalized file name on warning
4480 "exists-normalized" instead of filename to be uploaded to.
4481 * (bug 53884) action=edit will now return an error when the specified section
4482 does not exist in the page.
4483 * Added meta=filerepoinfo API module for getting information about foreign
4484 file repositories, and related ForeignAPIRepo methods getInfo and getApiUrl.
4485 * The new query module list=allfileusages to enumerate file usages was added.
4486
4487 === Languages updated in 1.22 ===
4488
4489 MediaWiki supports over 350 languages. Many localisations are updated
4490 regularly. Below only new and removed languages are listed, as well as
4491 changes to languages because of Bugzilla reports.
4492
4493 * Batak Toba (bbc-latn) added.
4494 * (bug 46751) Made Buryat (Russia) (буряад) (bxr) fallback to Russian.
4495
4496 === Other changes in 1.22 ===
4497 * BREAKING CHANGE: Implementation of MediaWiki's JS and JSON value encoding
4498 has changed:
4499 ** MediaWiki no longer supports PHP installations in which the native JSON
4500 extension is missing or disabled.
4501 ** XmlJsCode objects can no longer be nested inside objects or arrays.
4502 (For Xml::encodeJsCall(), this individually applies to each argument.)
4503 ** The sets of characters escaped by default, along with the precise escape
4504 sequences used, have changed (except for the Xml::escapeJsString()
4505 function, which is now deprecated).
4506 * BREAKING CHANGE: The Services_JSON class has been removed. If necessary,
4507 be sure to upgrade affected extensions at the same time (e.g. Collection).
4508 * redirect.php was removed. It was unused.
4509 * ClickTracking integration was dropped from the mediaWiki.user.bucket
4510 JavaScript function. The 'tracked' option is now ignored.
4511 * BREAKING CHANGE: Legacy skins Simple, MySkin, Chick, Standard and Nostalgia
4512 were all removed. (Nostalgia was moved to an extension.) The SkinLegacy and
4513 LegacyTemplate classes that supported them were removed as well and are now a
4514 part of the Nostalgia extension.
4515 * Event namespace used by jquery.makeCollapsible has been changed from
4516 'mw-collapse' to 'mw-collapsible' for consistency with the module name.
4517 * BREAKING CHANGE: The "ExternalAuth" authentication subsystem was removed, along
4518 with its associated globals of $wgExternalAuthType, $wgExternalAuthConf,
4519 $wgAutocreatePolicy and $wgAllowPrefChange. Affected users are encouraged to
4520 use AuthPlugin for external authentication/authorization needs.
4521 * The Quickbar feature of the legacy skin model and the last remnants of it
4522 throughout the code base have been removed.
4523 * Externaledit/externaldiff preference was removed. Very few users used this
4524 feature, and improper configuration can actually prevent a user from editing
4525 * Calling Linker methods using a skin will now output deprecation warnings.
4526 * (bug 46680) "Return to" links are no longer tagged with rel="next".
4527 * BREAKING CHANGE: mw.util.tooltipAccessKeyRegexp: The match group for the
4528 accesskey character is now $6 instead of $5.
4529 * HipHop compiler (hphpc) support was removed. HipHop VM support (hhvm) was
4530 added.
4531 * A new Special:Redirect page was added, providing lookup by revision ID,
4532 user ID, or file name. The old Special:Filepath page was reimplemented
4533 to redirect through Special:Redirect.
4534 * Monobook: Removed the old conditional stylesheets for Opera 6, 7 and 9.
4535 * Support for XHTML 1.0 has been removed. MediaWiki now only outputs (X)HTML5.
4536 * wikibits: User-agent related globals have been deprecated. The following
4537 properties now default to false and emit mw.log.warn: is_gecko, is_chrome_mac,
4538 is_chrome, webkit_version, is_safari_win, is_safari, webkit_match, is_ff2,
4539 ff2_bugs, is_ff2_win, is_ff2_x11, opera95_bugs, opera7_bugs, opera6_bugs,
4540 is_opera_95, is_opera_preseven, is_opera, and ie6_bugs.
4541 * (bug 48276) MediaWiki will now flash a confirmation message upon successfully
4542 editing a page.
4543 * (bug 40785) mediawiki.legacy.ajax has been marked as deprecated. The following
4544 properties now emit mw.log.warn when accessed: sajax_debug, sajax_init_object,
4545 sajax_do_call and wfSupportsAjax.
4546 * BREAKING CHANGE: meta keywords are no longer supported. A <meta name="keywords"
4547 will no longer be output and OutputPage::addKeyword no longer exists.
4548 * Methods Title::userCanEditCssSubpage and Title::userCanEditJsSubpage,
4549 deprecated since 1.19, have been removed.
4550 * (bug 50134) Hook functions are no longer required to return a value. When a
4551 hook function does not return a value (or when it returns an explicit null),
4552 processing continues. To abort the hook, a hook function must return an
4553 explicit, boolean false or a string error message. Other falsey values are
4554 tantamount to a 'return true' in earlier versions of MediaWiki.
4555 * BREAKING CHANGE: The EditSectionLink hook was removed after being
4556 deprecated since MediaWiki 1.14. Use DoEditSectionLink instead.
4557 * (bug 48256) The 'editsection-brackets' optional message was removed.
4558 Section edit links' brackets can now be customized using CSS by
4559 styling span.mw-editsection-bracket.
4560 * The usePatrol function in ChangesList has been marked as deprecated.
4561 * (bug 50785) A "null edit", that is, a save action in which no changes to the
4562 page text are made and no revision recorded, will no longer send refreshLinks
4563 jobs to the job table to update pages which use the edited page as a template.
4564 * The LivePreviewPrepare and LivePreviewDone events triggered on "jQuery( mw )"
4565 have been deprecated in favour of using mw.hook.
4566 * The 'showjumplinks' user preference has been removed, jump links are now
4567 always included.
4568 * Methods RecentChange::notifyRC2UDP, RecentChange::sendToUDP, and
4569 RecentChange::cleanupForIRC have been deprecated, as it is now the
4570 responsibility of classes implementing the RCFeedFormatter and RCFeedEngine
4571 interfaces to implement the formatting and delivery for recent change
4572 notifications.
4573 * SpecialPrefixindex methods namespacePrefixForm() and showPrefixChunk() have
4574 been made protected. They were accepting form variance arguments, this is now
4575 using properties in the SpecialPrefixindex class.
4576 * (bug 50310) BREAKING CHANGE: wikibits: Drop support for mwCustomEditButtons.
4577 It defaults to an empty array and emits mw.log.warn when accessed.
4578 * BREAKING CHANGE: Special:Disambiguations has been removed from MediaWiki core.
4579 Functions related to disambiguation pages are now handled by the Disambiguator
4580 extension (https://www.mediawiki.org/wiki/Extension:Disambiguator) (bug
4581 35981).
4582 * BREAKING CHANGE: The 'mediawiki.legacy.wikiprintable' module has been removed.
4583 The skins/common/wikiprintable.css file no longer exists. Return value of
4584 Skin#commonPrintStylesheet is ignored. Please use the 'mediawiki.legacy.commonPrint'
4585 module instead or base your skin on SkinTemplate.
4586 * (bug 49629) The hook ExtractThumbParameters has been deprecated in favour
4587 of media handler overriding MediaHandler::parseParamString.
4588 * (bug 46512) The collapsibleNav feature from the Vector extension has been moved
4589 to the Vector skin in core.
4590 * SpecialRecentChanges::addRecentChangesJS() function has been renamed
4591 to addModules() and made protected.
4592 * Methods WatchAction::doWatch and WatchAction::doUnwatch now return a Status
4593 object instead of a boolean.
4594 * Information boxes (CSS classes errorbox, warningbox, successbox) have been
4595 made more subtle.
4596 * BREAKING CHANGE: The module 'mediawiki.legacy.IEFixes' has been removed as it was
4597 unused. The file skins/common/IEFixes.js remains but is only used by wikibits.
4598 The file never contained any re-usable components. To use it in a skin, load
4599 'mediawiki.legacy.wikibits' (which IEFixes depends on) and that will import
4600 IEFixes automatically if user agent conditions are met.
4601 * Code specific to the Math extension was marked as deprecated.
4602 * mediawiki.util: mw.util.wikiGetlink has been renamed to getUrl. (The old name
4603 still works, but is deprecated.)
4604
4605 = MediaWiki 1.21 =
4606
4607 == MediaWiki 1.21.11 ==
4608 This is a security and maintenance release of the MediaWiki 1.21 branch.
4609
4610 === Changes since 1.21.10 ===
4611 * (bug 65839) SECURITY: Prevent external resources in SVG files.
4612 * (bug 66428) MimeMagic: Don't seek before BOF. This has weird side effects like only extracting the tail of the file partially or not at all.
4613
4614 == MediaWiki 1.21.10 ==
4615 This is a security and maintenance release of the MediaWiki 1.21 branch.
4616
4617 === Changes since 1.21.9 ===
4618 * (bug 65501) SECURITY: Don't parse usernames as wikitext on Special:PasswordReset.
4619 * (bug 36356) Add space between two feed links.
4620
4621 == MediaWiki 1.21.9 ==
4622 This is a security and maintenance release of the MediaWiki 1.21 branch.
4623
4624 === Changes since 1.21.8 ===
4625 * (bug 63251) SECURITY: Escape sortKey in pageInfo.
4626 * (bug 58640) Fixed a compatibility issue with PCRE 8.34 that caused pages to appear blank or with missing text.
4627
4628 == MediaWiki 1.21.8 ==
4629 This is a security and maintenance release of the MediaWiki 1.21 branch.
4630
4631 === Changes since 1.21.7 ===
4632 * (bug 62497) SECURITY: Add CSRF token on Special:ChangePassword.
4633 * (bug 62467) Set a title for the context during import on the cli.
4634
4635 == MediaWiki 1.21.7 ==
4636 This is a maintenance release of the MediaWiki 1.21 branch.
4637
4638 === Changes since 1.21.6 ===
4639 * Use the correct branch of the extensions' git repositories.
4640
4641 == MediaWiki 1.21.6 ==
4642 This is a security release of the MediaWiki 1.21 branch.
4643
4644 === Changes since 1.21.5 ===
4645 * (bug 60771) SECURITY: Disallow uploading SVG files using non-whitelisted namespaces. Also disallow iframe elements. * User will get an error including the namespace name if they use a non- whitelisted namespace.
4646 * (bug 61346) SECURITY: Make token comparison use constant time. It seems like our token comparison would be vulnerable to timing attacks. This will take constant time.
4647 * (bug 61362) SECURITY: API: Don't find links in the middle of api.php links.
4648
4649 == MediaWiki 1.21.5 ==
4650 This is a security release of the MediaWiki 1.21 branch.
4651
4652 === Changes since 1.21.4 ===
4653 * (bug 60339) SECURITY: Sanitize shell arguments to DjVu files, and other media formats
4654
4655 == MediaWiki 1.21.4 ==
4656 This is a security release of the MediaWiki 1.21 branch.
4657
4658 === Changes since 1.21.3 ===
4659 * (bug 57550) SECURITY: Disallow stylesheets in SVG Uploads
4660 * (bug 58088) SECURITY: Don't normalize U+FF3C to \ in CSS Checks
4661 * (bug 58472) SECURITY: Disallow -o-link in styles
4662 * (bug 58553) SECURITY: Return error on invalid XML for SVG Uploads
4663 * (bug 58699) SECURITY: Fix RevDel log entry information leaks
4664
4665 == MediaWiki 1.21.3 ==
4666 This is a security and maintenance release of the MediaWiki 1.21 branch.
4667
4668 === Changes since 1.21.2 ===
4669 * (bug 53032) SECURITY: Don't cache when a call could autocreate
4670 * (bug 55332) SECURITY: Improve css javascript detection
4671 * (bug 49717) Fix behaviour $wgVerifyMimeType = false; in Upload
4672 * Fix comma errors in various js files
4673 * Translations
4674
4675 == MediaWiki 1.21.2 ==
4676 This is a security and maintenance release of the MediaWiki 1.21 branch.
4677
4678 === Changes since 1.21.1 ===
4679 * SECURITY: Fix extension detection with 2 .'s
4680 * SECURITY: Support for the 'gettoken' parameter to action=block and action=unblock, deprecated since 1.20, has been removed.
4681 * SECURITY: Sanitize ResourceLoader exception messages
4682 * Purge upstream caches when deleting file assets.
4683 * Unit test suite now runs the AutoLoader tests. Also fixed the autoloading entry for the PageORMTableForTesting class though it had no impact.
4684
4685 == MediaWiki 1.21.1 ==
4686 This is a maintenance release of the MediaWiki 1.21 branch.
4687
4688 === Changes since 1.21.0 ===
4689 * An incorrect version number was used for 1.21.0. 1.21.1 has the correct number.
4690 * A problem with the Oracle SQL table creation was fixed.
4691 * (PdfHandler extension) Fix warning if pdfinfo fails but pdftext succeeds.
4692
4693 == MediaWiki 1.21.0 ==
4694
4695 === Configuration changes in 1.21 ===
4696 * (bug 29374) $wgVectorUseSimpleSearch is now enabled by default.
4697 * Deprecated $wgAllowRealName is removed. Use $wgHiddenPrefs[] = 'realname'
4698 instead.
4699 * (bug 39957) Added $wgUnwatchedPageThreshold, specifying minimum count
4700 of page watchers required for the number to be accessible to users
4701 without the unwatchedpages permission.
4702 * $wgBug34832TransitionalRollback has been removed.
4703 * (bug 29472) $wgUseDynamicDates has been removed and its functionality
4704 disabled.
4705
4706 === New features in 1.21 ===
4707 * (bug 38110) Schema changes (adding or dropping tables, indices and
4708 fields) can be now be done separately from other changes that
4709 update.php makes. This is useful in environments that use database
4710 permissions to restrict schema changes but allow the DB user that
4711 MediaWiki normally runs as to perform other changes that update.php
4712 makes. Schema changes can be run separately. See the file UPGRADE
4713 for more information.
4714 * (bug 34876) jquery.makeCollapsible has been improved in performance.
4715 * Added ContentHandler facility to allow extensions to support other content
4716 than wikitext. See docs/contenthandler.txt for details.
4717 * New feature was developed for showing high-DPI thumbnails for high-DPI mobile
4718 and desktop displays (configurable with $wgResponsiveImages).
4719 * Added new backend to represent and store information about sites and site
4720 specific configuration.
4721 * jQuery upgraded from 1.8.2 to 1.8.3.
4722 * jQuery UI upgraded from 1.8.23 to 1.8.24.
4723 * Added separate fa_sha1 field to filearchive table. This allows sha1
4724 searches with the api in miser mode for deleted files.
4725 * Add initial and programmatic sorting for tablesorter.
4726 * Add the event "sortEnd.tablesorter", triggered after sorting has completed.
4727 * The Job system was refactored to allow for different backing stores for
4728 queues as well as cross-wiki access to queues, among other things. The schema
4729 for the DB queue was changed to support better concurrency and reduce
4730 deadlock errors.
4731 * Added ApiQueryORM class to facilitate creation of query API modules based on
4732 tables that have a corresponding ORMTable class.
4733 * (bug 40876) Icon for PSD (Adobe Photoshop) file types.
4734 * (bug 40641) Implemented Special:Version/Credits with a list of contributors.
4735 * (bug 7851) Implemented one-click AJAX patrolling.
4736 * The <data>, <time>, <meta>, and <link> elements are allowed within WikiText
4737 for use with Microdata.
4738 * The HTML5 <mark> tag has been whitelisted.
4739 * Added ParserCloned hook for when the Parser object is cloned.
4740 * Added AlternateEditPreview hook to allow extensions to replace the page
4741 preview from the edit page.
4742 * Added EditPage::showStandardInputs:options hook to allow extensions to add
4743 new fields to the "editOptions" area of the edit form.
4744 * Upload stash DB schema altered to improve upload performance.
4745 * The following global functions are now reporting deprecated warnings in
4746 debug mode: wfMsg, wfMsgNoTrans, wfMsgForContent, wfMsgForContentNoTrans,
4747 wfMsgReal, wfMsgGetKey, wfMsgHtml, wfMsgWikiHtml, wfMsgExt, wfEmptyMsg. Use
4748 the Message class, or the global method wfMessage.
4749 * Added $wgEnableCanonicalServerLink, off by default. If enabled, a
4750 <link rel=canonical> tag is added to every page indicating the correct server
4751 to use.
4752 * Debug message emitted by wfDebugLog() will now be prefixed with the group
4753 name when its logged to the default log file. That is the case whenever the
4754 group has no key in wgDebugLogGroups, that will help triage the default log.
4755 * (bug 24620) Add types to LogFormatter.
4756 * jQuery JSON upgraded from 2.3 to 2.4.0.
4757 * Added GetDoubleUnderscoreIDs hook, for modifying the list of magic words.
4758 * DatabaseUpdater class has two new methods to ease extensions schema changes:
4759 dropExtensionIndex and renameExtensionIndex.
4760 * New preference type - 'api'. Preferences of this type are not shown on
4761 Special:Preferences, but are still available via the action=options API.
4762 * (bug 39397) Hide rollback link if a user is the only contributor of the page.
4763 * $wgPageInfoTransclusionLimit limits the list size of transcluded articles
4764 on the info action. Default is 50.
4765 * Added action=createaccount to allow user account creation.
4766 * (bug 40124) action=options API also allows for setting of arbitrary
4767 preferences, provided that their names are prefixed with 'userjs-'. This
4768 officially reenables the feature that was undocumented and defective
4769 in MW 1.20 (saving preferences using Special:Preferences cleared any
4770 additional fields) and which has been disabled in 1.20.1 as a part of
4771 a security fix (bug 42202).
4772 * Added option to specify "others" as author in extension credits using
4773 "..." as author name.
4774 * Added the ability to limit the wall clock time used by shell processes,
4775 as well as the CPU time. Configurable with $wgMaxShellWallClockTime.
4776 * Allow memory of shell subprocesses to be limited using Linux cgroups
4777 instead of ulimit -v, which tends to cause deadlocks in recent versions
4778 of ImageMagick. Configurable with $wgShellCgroup.
4779 * Added $wgWhitelistReadRegexp for regex whitelisting.
4780 * (bug 5346) Categories that are redirects will be displayed italic in
4781 the category links section at the bottom of a page.
4782 * (bug 43915) New maintenance script deleteEqualMessages.php.
4783 * You can now create checkbox option matrices through the HTMLCheckMatrix
4784 subclass in HTMLForm.
4785 * WikiText now permits the use of WAI-ARIA's role="presentation" inside of
4786 html elements and tables. This allows presentational markup, especially
4787 tables. To be marked up as such.
4788 * maintenance/sql.php learned the --cluster option. Let you run the script
4789 on some external cluster instead of the primary cluster for a given wiki.
4790 * (bug 20281) test the parsing of inline URLs.
4791 * Added Special:PagesWithProp, which lists pages using a particular page property.
4792 * Implemented language-specific collations for category sorting for 67 languages
4793 based in latin, greek and cyrillic alphabets. This allows one to *finally* get
4794 articles to be correctly sorted on category pages. They are named
4795 'uca-<langcode>', where <langcode> is one of: af, ast, az, be, bg, br, bs, ca,
4796 co, cs, cy, da, de, dsb, el, en, eo, es, et, eu, fi, fo, fr, fur, fy, ga, gd,
4797 gl, hr, hsb, hu, is, it, kk, kl, ku, ky, la, lb, lt, lv, mk, mo, mt, nl, no,
4798 oc, pl, pt, rm, ro, ru, rup, sco, sk, sl, smn, sq, sr, sv, tk, tl, tr, tt, uk,
4799 uz, vi.
4800 * Added 'CategoryAfterPageAdded' and 'CategoryAfterPageRemoved' hooks.
4801 * Added 'HistoryRevisionTools' and 'DiffRevisionTools' hooks.
4802 * Added 'SpecialSearchResultsPrepend' and 'SpecialSearchResultsAppend' hooks.
4803 * (bug 33186) Add image rotation api "imagerotate"
4804 * (bug 34040) Add "User rights management" link on user page toolbox.
4805 * (bug 45526) Add QUnit assertion helper "QUnit.assert.htmlEqual" for asserting
4806 structual equality of HTML (ignoring insignificant differences like
4807 quotmarks, order and whitespace in the attribute list).
4808 * (bug 23393) HTML <hN> headings containing line breaks are now handled
4809 correctly.
4810 * (bug 45803) Whitespace within == Headline == syntax and within <hN> headings
4811 is now non-significant and not preserved in the HTML output.
4812
4813 === Bug fixes in 1.21 ===
4814 * (bug 40353) SpecialDoubleRedirect should support interwiki redirects.
4815 * (bug 40352) fixDoubleRedirects.php should support interwiki redirects.
4816 * (bug 9237) SpecialBrokenRedirect should not list interwiki redirects.
4817 * (bug 34960) Drop unused fields rc_moved_to_ns and rc_moved_to_title from
4818 recentchanges table.
4819 * (bug 32951) Do not register internal externals with absolute protocol,
4820 when server has relative protocol.
4821 * (bug 39005) When purging proxies listed in $wgSquidServers using HTTP PURGE
4822 method requests, we now send a Host header by default, for Varnish
4823 compatibility. This also works with Squid in reverse-proxy mode. If you wish
4824 to support Squid configured in forward-proxy mode, set
4825 $wgSquidPurgeUseHostHeader to false.
4826 * (bug 37020) sql.php with readline eats semicolon.
4827 * (bug 11748) Properly handle optionally-closed HTML tags when Tidy is
4828 disabled, and don't wrap HTML-syntax definition lists in paragraphs.
4829 * (bug 41409) Diffs while editing an old revision should again diff against the
4830 current revision.
4831 * (bug 41494) Honor $wgLogExceptionBacktrace when logging non-API exceptions
4832 caught during API execution.
4833 * (bug 37963) Fixed loading process for user options.
4834 * (bug 26995) Update filename field on Upload page after having sanitized it.
4835 * (bug 41793) Contribution links to users with 0 edits on Special:ListUsers
4836 didn't show up red.
4837 * (bug 41899) A PHP notice no longer occurs when using the "rvcontinue" API
4838 parameter.
4839 * (bug 42036) Account creation emails now contain canonical (not
4840 protocol-relative) URLs.
4841 * (bug 41990) Fix regression: API edit with redirect=true and lacking
4842 starttimestamp and basetimestamp should not cause an edit conflict.
4843 * (bug 41706) EditPage: Preloaded page should be converted if possible and
4844 needed.
4845 * (bug 41886) Rowspans are no longer exploded by tablesorter until the table is
4846 actually sorted.
4847 * (bug 2865) User interface HTML elements don't use lang attribute.
4848 (completed the fix by adding the lang attribute to firstHeading).
4849 * (bug 42173) Removed namespace prefixes on Special:UncategorizedCategories.
4850 * (bug 36053) Log in "returnto" feature forgets query parameters if no
4851 title parameter was specified.
4852 * (bug 42410) API action=edit now returns correct timestamp for the new edit.
4853 * (bug 14901) Email notification mistakes log action for new page creation.
4854 Enotif no longer sends "page has been created" notifications for some log
4855 actions. The following events now have a correct message: page creation,
4856 deletion, move, restore (undeletion), change (edit). Parameter
4857 $CHANGEDORCREATED is deprecated in 'enotif_body' and scheduled for removal in
4858 MediaWiki 1.23.
4859 * (bug 457) In the sidebar of Vector, CologneBlue, Monobook, and Monobook-based
4860 skins, the heading levels have been changed from (variously per skin)
4861 <h4>, <h5> or <h6> to only <h3>s, with a <h2> hidden heading above them.
4862 If you are styling or scripting the headings in a custom way, this change
4863 will require updates to your site's CSS or JS.
4864 * (bug 41342) jquery.suggestions should cancel any active (async) fetches
4865 before it triggers another fetch.
4866 * (bug 42184) $wgUploadSizeWarning missing second variable.
4867 * (bug 34581) removeUnusedAccounts.php maintenance script now ignores newuser
4868 log when determining whether an account is used.
4869 * (bug 43379) Gracefully fail if rev_len is unavailable for a revision on the
4870 History page.
4871 * (bug 42949) API no longer assumes all exceptions are MWException.
4872 * (bug 41733) Hide "New user message" (.usermessage) element from printable view.
4873 * (bug 39062) Special:Contributions will display changes that don't have
4874 a parent id instead of just an empty bullet item.
4875 * (bug 37209) "LinkCache doesn't currently know about this title" error fixed.
4876 * wfMerge() now works if $wgDiff3 contains spaces
4877 * (bug 43052) mediawiki.action.view.dblClickEdit.dblClickEdit should trigger
4878 ca-edit click instead opening URL directly.
4879 * (bug 43964) Invalid value of "link" parameter in <gallery> no longer produces
4880 a fatal error.
4881 * (bug 44775) The username field is not pre-filled when creating an account.
4882 * (bug 45069) wfParseUrl() no longer produces a PHP notice if passed a "mailto:"
4883 URL without address
4884 * (bug 45012) Creating an account by e-mail can no longer show a
4885 "password mismatch" error.
4886 * (bug 44599) On Special:Version, HEADs for submodule checkouts (e.g. for
4887 extensions) performed using Git 1.7.8+ should now appear.
4888 * (bug 42184) $wgUploadSizeWarning missing second variable
4889 * (bug 40326) Check if files exist with a different extension during uploading
4890 * (bug 34798) Updated CSS for Atom/RSS recent changes feeds to match on-wiki diffs.
4891 * (bug 42430) Calling numRows on MySQL no longer propagates unrelated errors.
4892 * (bug 44719) Removed mention of non-existing maintenance/migrateCurStubs.php
4893 script in includes/DefaultSettings.php
4894 * (bug 45143) jquery.badge: Treat non-Latin variants of zero as zero as well.
4895 * (bug 46151) mwdocgen.php should not ignore exit code of doxygen command.
4896 * (bug 41889) Fix $.tablesorter rowspan exploding for complex cases.
4897
4898 === API changes in 1.21 ===
4899 * prop=revisions can now report the contentmodel and contentformat.
4900 See docs/contenthandler.txt.
4901 * action=edit and action=parse now support contentmodel and contentformat
4902 parameters to control the interpretation of page content.
4903 See docs/contenthandler.txt for details.
4904 * (bug 35693) ApiQueryImageInfo now suppresses errors when unserializing metadata.
4905 * (bug 40111) Disable minor edit for page/section creation by API.
4906 * (bug 41042) Revert change to action=parse&page=... behavior when the page
4907 does not exist.
4908 * (bug 27202) Add timestamp sort to list=allimages.
4909 * (bug 43137) Don't return the sha1 of revisions through the API if the content is
4910 revision-deleted.
4911 * ApiQueryImageInfo now also returns imageinfo for redirects.
4912 * list=alltransclusions added to enumerate every instance of page embedding
4913 * list=alllinks & alltransclusions now allow both 'from' and 'continue' in
4914 the same query. When both are present, 'from' is simply ignored.
4915 * list=alllinks & alltransclusions now allow 'unique' in generators, to yield
4916 a list of all link/template target pages instead of source pages.
4917 * BREAKING CHANGE: list=logevents output format changed for details of some log
4918 types. Specifically, details that were formerly reported under a key like
4919 "4::foo" will now be reported under a key of simply "foo".
4920 * BREAKING CHANGE: '??_badcontinue' error code was changed to '??badcontinue'
4921 for all query modules.
4922 * ApiQueryBase adds 'badcontinue' error code if module has 'continue' parameter.
4923 * (bug 35885) Removed version parameter and all getVersion() methods.
4924 * action=options now takes a "resetkinds" option, which allows only resetting
4925 certain types of preferences when the "reset" option is set.
4926 * (bug 36751) ApiQueryImageInfo now returns imageinfo for the redirect target
4927 when queried with &redirects=.
4928 * (bug 31849) ApiQueryImageInfo no longer gets confused when asked for info on
4929 a redirect and its target.
4930 * (bug 43849) ApiQueryImageInfo no longer throws exceptions with ForeignDBRepo
4931 redirects.
4932 * On error, any warnings generated before that error will be shown in the result.
4933 * action=help supports generalized submodules (modules=query+value), querymodules obsolete
4934 * ApiQueryImageInfo continuation is more reliable. The only major change is
4935 that the imagerepository property will no longer be set on page objects not
4936 processed in the current query (i.e. non-images or those skipped due to
4937 iicontinue).
4938 * Add supports for all pageset capabilities - generators, redirects, converttitles to
4939 action=purge and action=setnotificationtimestamp.
4940 * (bug 43251) prop=pageprops&ppprop= now accepts multiple props to query.
4941 * ApiQueryImageInfo will now limit the number of calls to File::transform made
4942 in any one query. If there are too many, iicontinue will be returned.
4943 * action=query&meta=siteinfo&siprop=general will now return the regexes used for
4944 link trails and link prefixes. Added for Parsoid support.
4945 * Added an API query module list=pageswithprop, which lists pages using a
4946 particular page property.
4947 * Added an API query module list=pagepropnames, which lists all page prop names
4948 currently in use on the wiki.
4949 * (bug 44921) ApiMain::execute() will now return after the CORS check for an
4950 HTTP OPTIONS request.
4951 * (bug 44923) action=upload works correctly if the entire file is uploaded in
4952 the first chunk.
4953 * Added 'continue=' parameter to streamline client iteration over complex query results
4954 * (bug 44909) API parameters may now be marked as type "upload", which is now
4955 used for action=upload's 'file' and 'chunk' parameters. This type will raise
4956 an error during parameter validation if the parameter is given but not
4957 recognized as an uploaded file.
4958 * (bug 44244) prop=info may now return the number of people watching each page.
4959 * (bug 33304) list=allpages will no longer return duplicate entries when
4960 querying protection.
4961 * (bug 33304) list=allpages will now find really old indefinite protections.
4962 * (bug 45937) meta=allmessages will report a syntactically invalid lang as a
4963 proper error instead of as an uncaught exception.
4964 * (bug 25325) added support for wlshow filtering (bots/anon/minor/patrolled)
4965 to action=feedwatchlist
4966 * WDDX formatted output will actually be formatted (and normal output will no
4967 longer be), and will no longer choke on booleans.
4968
4969 === API internal changes in 1.21 ===
4970 * For debugging only, a new global $wgDebugAPI removes many API restrictions when true.
4971 Never use on the production servers, as this flag introduces security holes.
4972 Whenever enabled, a warning will also be added to all output.
4973 * ApiModuleManager now handles all submodules (actions,props,lists) and instantiation
4974 * Query stores prop/list/meta as submodules
4975 * ApiPageSet can now be used in any action to process titles/pageids/revids or any generator.
4976 * BREAKING CHANGE: ApiPageSet constructor now has two params instead of three, with only the
4977 first one keeping its meaning. ApiPageSet is now derived from ApiBase.
4978 * BREAKING CHANGE: ApiQuery::newGenerator() and executeGeneratorModule() were deleted.
4979 * ApiQueryGeneratorBase::setGeneratorMode() now requires a pageset param.
4980 * $wgAPIGeneratorModules is now obsolete and will be ignored.
4981 * Added flags ApiResult::OVERRIDE and ADD_ON_TOP to setElement() and addValue()
4982 * Internal API calls will now include <warnings> in case of unused parameters
4983
4984 === Languages updated in 1.21 ===
4985
4986 MediaWiki supports over 350 languages. Many localisations are updated
4987 regularly. Below only new and removed languages are listed, as well as
4988 changes to languages because of Bugzilla reports.
4989
4990 * South Azerbaijani (azb) added.
4991 * (bug 30040) Autonym for nds-nl is now 'Nedersaksies' (was 'Nedersaksisch').
4992 * (bug 45436) Autonym for pi (Pali) is now 'पालि' (was ''पाळि').
4993 * (bug 34977) Now formatted numbers in Spanish use space as separator
4994 for thousands, as mandated by the Real Academia Española.
4995 * (bug 35031) Kurdish formatted numbers now use period and comma
4996 as separators for thousands and decimals respectively.
4997
4998 === Other changes in 1.21 ===
4999 * BREAKING CHANGE: (bug 44385) Removed the jquery.collapsibleTabs module and
5000 moved it to the Vector extension. It was entirely Vector-extension-specific,
5001 deeply interconnected with the extension, and this functionality really
5002 belongs to the extension instead of the skin anyway. In the unlikely case you
5003 were using it, you have to either copy it to your extension, or install the
5004 Vector extension (and possibly disable its features using config settings if
5005 you don't want them).
5006 * Experimental IBM DB2 support was removed due to lack of interest and maintainership
5007 * BREAKING CHANGE: Filenames of maintenance scripts were standardized into
5008 lowerCamelCase format, and made more explicit:
5009 - clear_stats.php -> clearCacheStats.php
5010 - clear_interwiki_cache.php -> clearInterwikiCache.php
5011 - initStats.php -> initSiteStats.php
5012 - proxy_check.php -> proxyCheck.php
5013 - stats.php -> showCacheStats.php
5014 - showStats.php -> showSiteStats.php.
5015 Class names were renamed accordingly:
5016 - clear_stats -> ClearCacheStats
5017 - InitStats -> InitSiteStats
5018 - CacheStats -> ShowCacheStats
5019 - ShowStats -> ShowSiteStats.
5020 * BREAKING CHANGE: (bug 38244) Removed the mediawiki.api.titleblacklist module
5021 and moved it to the TitleBlacklist extension.
5022
5023 = MediaWiki 1.20 =
5024
5025 == MediaWiki 1.20.8 ==
5026 This is a security release of the MediaWiki 1.20 branch.
5027
5028 === Changes since 1.20.7 ===
5029 * (bug 53032) SECURITY: Don't cache when a call could autocreate
5030 * (bug 55332) SECURITY: Improve css javascript detection
5031 * (bug 49717) Fix behaviour $wgVerifyMimeType = false; in Upload
5032 * Fix comma errors in various js files
5033 * Translations
5034
5035 == MediaWiki 1.20.7 ==
5036 This is a security release of the MediaWiki 1.20 branch.
5037
5038 === Changes since 1.20.6 ===
5039 * SECURITY: Fix extension detection with 2 .'s
5040 * SECURITY: Token-getting functions will fail when using jsonp callbacks.
5041 * SECURITY: Sanitize ResourceLoader exception messages
5042 * Purge upstream caches when deleting file assets.
5043
5044 == MediaWiki 1.20.6 ==
5045 This is a security and maintenance release of the MediaWiki 1.20 branch.
5046
5047 === Changes since 1.20.5 ===
5048 * (bug 48306) SECURITY: Run file validation checks on chunked uploads, and chunks of upload, during the upload process.
5049 * (bug 44327) mediawiki.user: Use session ID instead of 1-year cross-session cookies
5050 * (bug 47202) wikibits: FF2Fixes.css should not be loaded in Firefox 20.
5051 * (bug 31044) Make ResourceLoader behave in read-only mode
5052
5053 == MediaWiki 1.20.5 ==
5054 This is a security and maintenance release of the MediaWiki 1.20 branch.
5055
5056 === Changes since 1.20.4 ===
5057 * (bug 46590) Add hook AbortChangePassword to Special:ChangePassword
5058 * (bug 47304) SECURITY: Check SVG xml encoding against whitelist
5059 * Localisation updates from http://translatewiki.net.
5060 * mwdocgen.php: Implement --version option.
5061 * Remove svnstat stuff used in Doxygen generation
5062 * (bug 43594) Correctly supress warnings that were missed after the upstream
5063 * PHP change to E_STRICT being included in E_ALL.
5064
5065 == MediaWiki 1.20.4 ==
5066 This is a security release of the MediaWiki 1.20 branch.
5067
5068 === Changes since 1.20.3 ===
5069 * (bug 47251) SECURITY: Disable external entities in Import
5070 * (bug 46859) SECURITY: Disable external entities in XMLReader
5071 * (bug 46084) SECURITY: Sanitize $limitReport before outputting
5072
5073 == MediaWiki 1.20.3 ==
5074 This is a security and maintenance release of the MediaWiki 1.20 branch.
5075
5076 === Changes since MediaWiki 1.20.2 ===
5077 * New preference type - 'api'. Preferences of this type are not shown on Special:Preferences, but are still available via the action=options API. (Unbreaks MLEB.)
5078 * (bug 44010) Context is passed to UserGetLanguageObject.
5079 * The recursion guard on RequestContext::getLanguage() was weakened.
5080 * (bug 40585) Don't drop 'step="any"' in HTML input fields.
5081 * (bug 44024) Fixed problems in ObjectCache when using XCache.
5082 * (bug 44010) FauxRequest leaked cookie data from primary request.
5083 * (bug 44135/bug 42441) Pass '2' instead of 'true' to CURLOPT_SSL_VERIFYHOST
5084 * (bug 43518) API action=unblock should return the user name, not the full user object
5085 * (bug 45355) Prevent read of arbitrary files through mwdoc-filter.php
5086
5087 == MediaWiki 1.20.2 ==
5088 This is a maintenance release of the MediaWiki 1.20 branch
5089
5090 === Changes since MediaWiki 1.20.1 ===
5091 * (bug 42638) Fix API action=options&reset=1 & unit tests.
5092 * (bug 42370) Fixed backport of 60cc060 to use mDoneWrites — caused * (bug 42592) User rights, preferences and other things are not saving in 1.20.1.
5093
5094 == MediaWiki 1.20.1 ==
5095 This is a security release of the MediaWiki 1.20 branch
5096
5097 === Changes since 1.20.0 ===
5098 * (bug 42202) Validate options to prevent html injection
5099 * (bug 40995) Prevent session fixation in Special:UserLogin (CVE-2012-5391)
5100 * (bug 41400) Prevent linker regex from exceeding PCRE backtrack limit
5101 * Javscript Lint fixes
5102 * (bug 40632) Remove CleanupPresentationalAttributes feature
5103 * [Database] Fixed case where trx idle callbacks might be lost.
5104
5105 == MediaWiki 1.20.0 ==
5106
5107 === PHP 5.3 now required ===
5108 Since 1.20, the lowest supported version of PHP is now 5.3.2. Please
5109 upgrade PHP if you have not done so prior to upgrading MediaWiki.
5110
5111 === Configuration changes in 1.20 ===
5112 * $wgGitRepositoryViewers defines a mapping from Git remote repository to the
5113 Gitweb instance URL used in Special:Version.
5114 * `$wgUsePathInfo = true;` is no longer needed to make $wgArticlePath work on servers
5115 using like nginx, lighttpd, and apache over fastcgi. MediaWiki now always extracts
5116 path info from REQUEST_URI if it's available.
5117 * The user right 'upload_by_url' is no longer given to sysops by default.
5118 This only affects installations which have $wgAllowCopyUploads set to true.
5119 * Removed f-prot support from $wgAntivirusSetup.
5120 * New variable $wgDBerrorLogTZ to provide dates in the error log in a
5121 different timezone than the wiki timezone set by $wgLocaltimezone.
5122 * New variables $wgDBssl and $wgDBcompress to enable SSL and compression for database
5123 connections, if either are available for the selected DB type.
5124 * $wgUseCombinedLoginLink now defaults to false, making MediaWiki output separate
5125 login and create account links by default.
5126
5127 === New features in 1.20 ===
5128 * Added TitleIsAlwaysKnown hook which gets called when determining if a page exists.
5129 * Added NamespaceIsMovable hook which gets called when determining if pages in a
5130 certain namespace can be moved.
5131 * Added SpecialPageBeforeExecute hook which gets called before SpecialPage::execute.
5132 * Added SpecialPageAfterExecute hook which gets called after SpecialPage::execute.
5133 * Added ORMTable, ORMRow and ORMResult classes for additional abstraction of
5134 database interaction.
5135 * Added CacheHelper and associated SpecialCachedPage and CachedAction helper classes.
5136 * (bug 32341) Add upload by URL domain limitation.
5137 * &useskin=default will now always display the default skin. Useful for users with a
5138 preference for the non-default skin to look at something using the default skin.
5139 * (bug 27619) Remove preference option to display broken links as link?
5140 * (bug 34896) jQuery JSON plugin upgraded to v2.3 (2011-09-17).
5141 * (bug 34302) Add CSS classes to email fields in user preferences.
5142 * Introduced $wgDebugDBTransactions to trace transaction status (currently PostgreSQL only).
5143 * (bug 23795) Add parser itself to ParserMakeImageParams hook.
5144 * Introduce a cryptographic random number generator source api for use when
5145 generating various tokens.
5146 * (bug 30963) Option on Special:Prefixindex and Special:Allpages to not show redirects.
5147 * (bug 18062) New message when edit or create the local page of a shared file.
5148 * (bug 22870) Separate interface message when creating a page.
5149 * (bug 17615) nosummary option should be reassigned on preview/captcha.
5150 * (bug 34355) Add a variable and parser function for the namespace number.
5151 * (bug 35649) Special:Version now shows hashes of extensions checked out from git.
5152 * (bug 35728) Git revisions are now linked on Special:Version.
5153 * "Show Changes" on default messages shows now diff against default message text
5154 * (bug 23006) create #speciale parser function.
5155 * generateSitemap can now optionally skip redirect pages.
5156 * (bug 27757) New API command just for retrieving tokens (not page-based).
5157 * Added GitViewers hook for extensions using external git repositories to have a web-based
5158 repository viewer linked to from Special:Version.
5159 * Memcached debug logs can now be sent to their own file logs by setting
5160 $wgDebugLogFile['memcached'] to some filepath.
5161 * (bug 35685) api.php URL and other entry point URLs are now listed on
5162 Special:Version
5163 * Edit notices can now be translated.
5164 * jQuery upgraded to 1.8.2.
5165 * jQuery UI upgraded to 1.8.23.
5166 * QUnit upgraded from v1.2.0 to v1.10.0.
5167 * (bug 37604) jquery.cookie upgraded to 2011 version.
5168 * (bug 22887) Add warning and tracking category for preprocessor errors
5169 * (bug 31704) Allow selection of associated namespace on the watchlist
5170 * (bug 5445) Now remove autoblocks when a user is unblocked.
5171 * Added $wgLogExceptionBacktrace, on by default, to allow logging of exception
5172 backtraces.
5173 * Added device detection for determining device capabilities.
5174 * QUnit.newMwEnvironment now supports passing a custom setup and/or teardown function.
5175 Arguments signature has changed. First arguments is now an options object of which
5176 'config' can be a property. Previously 'config' itself was the first and only argument.
5177 * New getCreator and getOldestRevision methods added to WikiPage class
5178 * (bug 4220) the XML dump format schema now have unique identity constraints
5179 for page and revision identifiers. Patch by Elvis Stansvik.
5180 * cleanupSpam.php now can delete spam pages if --delete was specified instead of blanking
5181 them.
5182 * Added new hook ChangePasswordForm to allow adding of additional fields in Special:ChangePassword
5183 * Added new function getDomain to AuthPlugin for getting a user's domain
5184 * (bug 23427) New magic word {{PAGEID}} which gives the current page ID.
5185 Will be null on previewing a page being created.
5186 * (bug 37627) UserNotLoggedIn() exception to show a generic error page whenever
5187 a user is not logged in.
5188 * Watched status in changes lists are no longer indicated by <strong></strong>
5189 tags with class "mw-watched". Instead, each line now has a class
5190 "mw-changeslist-line-watched" or "mw-changeslist-line-not-watched", and the
5191 title itself is surrounded by <span></span> tags with class "mw-title".
5192 * Added ContribsPager::reallyDoQuery hook allowing extensions to data to MyContribs
5193 * Added new hook ParserAfterParse to allow extensions to affect parsed output
5194 after the parse is complete but before block level processing, link holder
5195 replacement, and so on.
5196 * (bug 34678) Added InternalParseBeforeSanitize hook which gets called during Parser's
5197 internalParse method just before the parser removes unwanted/dangerous HTML tags.
5198 * Added new hook AfterFinalPageOutput to allow modifications to buffered page output before sent
5199 to the client.
5200 * (bug 36783) Implement jQuery Promise interface in mediawiki.api module.
5201 * Make dates in sortable tables sort according to the page content language
5202 instead of the site content language
5203 * (bug 37926) Deleterevision will no longer allow users to delete log entries,
5204 the new deletelogentry permission is required for this.
5205 * (bug 14237) Allow PAGESINCATEGORY to distinguish between 'all', 'pages', 'files'
5206 and 'subcats'
5207 * (bug 38362) Make Special:Listuser includeable on wiki pages.
5208 * Added support in jquery.localize for placeholder attributes.
5209 * (bug 38151) Implemented mw.user.getRights for getting and caching the current
5210 user's user rights.
5211 * Session storage can now configured independently of general object cache
5212 storage, by using $wgSessionCacheType. $wgSessionsInMemcached has been
5213 renamed to $wgSessionsInObjectCache, with the old name retained for backwards
5214 compatibility. When this feature is enabled, the expiry time can now be
5215 configured with $wgObjectCacheSessionExpiry.
5216 * Added a Redis client for object caching.
5217 * Implemented mw.user.getGroups for getting and caching user groups.
5218 * (bug 37830) Added $wgRequirePasswordforEmailChange to control whether password
5219 confirmation is required for changing an email address or not.
5220 * HTMLForm mutators can now be chained (they return $this)
5221 * A new message, "api-error-filetype-banned-type", is available for formatting
5222 API upload errors due to the file extension blacklist.
5223 * New hook 'ParserTestGlobals' allows to set globals before running parser tests.
5224 * Allow importing pages as subpage.
5225 * Add lang and hreflang attributes to language links on Login page.
5226 * (bug 22749) Create Special:MostInterwikis.
5227 * Show change tags when transclude Special:Recentchanges(linked) or Special:Newpages.
5228 * (bug 23226) Add |class= parameter to image links in order to add class(es) to HTML img tag.
5229 * (bug 39431) SVG animated status is now shown in long description.
5230 * (bug 39376) jquery.form upgraded to 3.14.
5231 * SVG files will now show the actual width in the SVG's specified units
5232 in the metadata box.
5233 * Added ResourceLoader module "jquery.jStorage" (v0.3.0, http://jStorage.info/).
5234 * (bug 39273) Added AJAX support for "Show changes" (diff) in LivePreview.
5235 * Added ResourceLoader module "jquery.badge".
5236 * mw.util.$content now points to the overall content area in the skin rather than just
5237 page text content area. If you need the old behavior please use $( '#mw-content-text').
5238 * jsMessage has been replaced with a floating bubble notification system complete
5239 with auto-hide, multi-message support, and message replacement tags.
5240 * jquery.messageBox which appears to be unused by both core and extensions has
5241 been removed.
5242 * (bug 34939) Made link parsing insensitive ([HttP://]).
5243 * (bug 40072) Add CSS classes to items in output of ChangesList pages.
5244 * Added $wgCopyUploadProxy global to define which proxy to use for copy
5245 uploads.
5246 * (bug 40448) mediawiki.legacy.mwsuggest has been replaced with a new module,
5247 mediawiki.searchSuggest, based on SimpleSearch from Extension:Vector.
5248
5249 === Known issues in 1.20.0 ===
5250 These are issues that we're targeting to be fixed in a later release
5251 in the 1.20 series. Issues may be added or removed from this list as
5252 we see fit. For now, it is comprised of those bugs on the 1.20.0
5253 milestone in Bugzilla.
5254
5255 * (bug 35894): Reports of secret key generation "hanging" on windows
5256 This is probably a bug that has been fixed in PHP. If you run
5257 into this, try upgrading your PHP.
5258 * (bug 38334): PHP Notice: Undefined index: href in /www/w/skins/Vector.php on line 416
5259 We think this is a problem in some extension. If you see this,
5260 try disabling your extensions and check out the logging patch on
5261 this bug. Or try this patch:
5262 <https://gerrit.wikimedia.org/r/#/c/27937/1/skins/Vector.php>
5263 * (bug 39268): [Regression] Toolbar inserts in main textarea only (instead of the focussed textarea)
5264 This should only be an issue if you are using the ProofreadPage
5265 extension.
5266 * (bug 40641): Clicking "others" in Special:Version asks to download a file
5267 If you encounter this, you can tell your webserver to serve the
5268 CREDITS file with text/plain MIME type to fix it.
5269
5270 === Bug fixes in 1.20 ===
5271 * (bug 40939): [Regression] InfoAction: Call to a member function getUserText() on a non-object
5272 * (bug 40780): searchsuggest-containing line ("containing...") doesn't include the entered text
5273 * (bug 37714): [Regression] Incomplete log entries
5274 * (bug 27202): API: Add timestamp sort to list=allimages
5275 * (bug 30245) Use the correct way to construct a log page title.
5276 * (bug 34237) Regenerate an empty user_token and save to the database
5277 when we try to set the user's cookies for login.
5278 * (bug 32210) New edit emails for watched pages always provide a link to the
5279 edit which triggered the mail.
5280 * (bug 12021) Added user talk link on Special:Listusers.
5281 * (bug 34445) section edit and TOC hide/show links are excluded from selection and
5282 copy/paste on supporting browsers.
5283 * (bug 34428) Fixed incorrect hash mismatch errors in the DiffHistoryBlob
5284 history compression method.
5285 * (bug 34702) Localised parentheses are now used in more special pages.
5286 * (bug 34723) When editing a script page on a RTL wiki the textbox should be LTR.
5287 * (bug 34762) Calling close() on a DatabaseBase object now clears the connection.
5288 * (bug 34863) Show deletion log extract on non-existent file pages if applicable.
5289 * (bug 28019) Let ?preloadtitle=foo be passed on to target of
5290 Special:MyPage and Special:MyTalk.
5291 * (bug 34929) Show the correct diff when a section edit is rejected by the spam
5292 filter.
5293 * (bug 15816) Add a switch for SETting the search_path (Postgres).
5294 * (bug 34521) Returning to the previous page after logging in loses any array-
5295 valued parameters in the query string.
5296 * (bug 34735) Updated compressOld.php documentation to mention the different
5297 usages of -s and -n parameters depending on compression type.
5298 * (bug 13896) Rendering of devanagari numbers in automatic '#' number lists.
5299 * (bug 33689) Upgrade to 1.19 on Postgres fails due to incomplete query when
5300 trying to defer foreign key for externallinks.
5301 * (bug 32748) Printer friendly version of article decode Unicode chars as a
5302 pretty IRI in footer.
5303 * Removed white border around thumbnails in galleries.
5304 * (bug 31236) "Next" and "Previous" buttons are shown incorrectly in
5305 an RTL environment.
5306 * (bug 35749) Updated maintenance/checkSyntax.php to use Git instead of
5307 Subversion when invoked with the --modified option.
5308 * (bug 35069) On history pages, the " . . " separator after the number of
5309 characters changed in a revision is now suppressed if no text would follow.
5310 * (bug 18704) Add a unique CSS class or ID to the tagfilter table row at RecentChanges
5311 * (bug 33564) transwiki import sometimes result in invalid title.
5312 * (bug 35572) Blocks appear to succeed even if query fails due to wrong DB structure
5313 * (bug 31757) Add a word-separator between help-messages in HTMLForm
5314 * (bug 30410) Removed deprecated $wgFilterCallback and the 'filtered' API error.
5315 * (bug 32604) Some messages needs escaping of wikitext inside username.
5316 * (bug 36537) Rename wfArrayToCGI to wfArrayToCgi for consistency with wfCgiToArray.
5317 * (bug 25946) The message on the top of Special:RecentChanges is now displayed
5318 in user language instead of content language.
5319 * (bug 35264) Wrong type used for <ns> in export.xsd
5320 * (bug 24985) Use $wgTmpDirectory as the default temp directory so that people
5321 who don't have access to /tmp can specify an alternative.
5322 * (bug 27283) SqlBagOStuff breaks PostgreSQL transactions.
5323 * (bug 35727) mw.Api ajax() should put token parameter last.
5324 * (bug 37708) mw.Uri.clone() should make a deep copy.
5325 * (bug 38024) ResourceLoader should not create empty stylesheets for modules
5326 that don't have stylesheets.
5327 * (bug 36812) Special:ActiveUsers "Hide bots" should hide users from any group
5328 having the "bot" user right, instead of just the default "bot" user group.
5329 * (bug 35082) mw.util.addPortletLink incorrectly adds link to mutiple <ul> tags.
5330 * (bug 36991) jquery.tablesorter should extract date sort format from date
5331 string instead of global config. Dates like "April 1 2012" and "1 April 2012"
5332 now sort correctly regardless of the content language's DefaultDateFormat.
5333 * (bug 31895) mw.loader mode now correct when triggered from a $.fn.ready
5334 handler that is bound before mediawiki.js's handler (e.g. browser-userscripts
5335 like greasemonkey).
5336 * (bug 38152) jquery.tablesorter: Use .data() instead of .attr(), so that live
5337 values are used instead of just the fixed values from when the tablesorter
5338 was initialized.
5339 * (bug 38093) Gender of changed user groups missing in Special:Log/rights
5340 * (bug 35893) Special:Block needs to load mediawiki.special.block.js.
5341 * (bug 37331) ResourceLoader modules sometimes execute twice in Firefox
5342 * (bug 31644) GlobalUsage, CentralAuth and AbuseLog extensions should not use
5343 insecure links to foreign wikis in the WikiMap.
5344 * (bug 36073) Avoid duplicate element IDs on File pages.
5345 * (bug 25095) Special:Categories should also include the first relevant item
5346 when "from" is filled.
5347 * (bug 35526) jquery.tablesorter now uses a stable sort.
5348 * (bug 38953) --memory-limit switch not working for runJobs.php.
5349 * (bug 33037) Make subpage of Special:newfiles control how many files
5350 are returned, like in previous versions.
5351 * (bug 36524) "Show" options on Special:RecentChanges and Special:RecentChangesLinked
5352 are now remembered between successive clicks.
5353 * (bug 26069) Page title is no longer "Error" for all error pages.
5354 * (bug 39297) Show warning if thumbnail of animated image will not be animated.
5355 * (bug 38249) Parser will throw an exception instead of outputting gibberish if
5356 PCRE is compiled without support for unicode properties.
5357 * (bug 30390) Suggested file name on Special:Upload should not contain
5358 illegal characters.
5359 * EXIF below sea level GPS altitude data is now shown correctly.
5360 * (bug 39284) jquery.tablesorter should not consider "."" or "?"" to be a currency.
5361 * (bug 39273) "Show changes" should not be incorrectly displayed in the Live Preview state.
5362 * Made body-content lang attribute honor the variant language when it is set.
5363 * (bug 36761) "Mark pages as visited" now submits previously established filter options.
5364 * (bug 39635) PostgreSQL LOCK IN SHARE MODE option is a syntax error.
5365 * (bug 36329) Accesskey tooltips for Firefox 14 on Mac should use "ctrl-option-" prefix.
5366 * (bug 32552) Drop unused database field cat_hidden from table category.
5367 * (bug 24502) Do not allow multiple language links to the same language.
5368 * (bug 40214) Category pages no longer use deprecated "width" HTML attribute.
5369 * (bug 39941) Add missing stylesheets to the installer pages
5370 * In HTML5 mode, allow new input element types values (such as color, range..)
5371 * (bug 36151) mw.Title: Don't limit extension in title parsing.
5372 * (bug 38158) jquery.byteLimit sometimes causes an unexpected 0 maxLength being enforced.
5373 * (bug 38163) jquery.byteLimit incorrectly limits input when using methods other than
5374 basic per-char typing.
5375 * (bug 34495) patrol log now credit the user patrolling (instead of patrolled
5376 user).
5377 * (bug 31676) ResourceLoader should work around IE stylesheet limit.
5378 * (bug 40498) ResourceLoader should not output an empty "@media print { }" block.
5379 * (bug 40500) ResourceLoader should not ignore media-type for urls in debug mode.
5380 * (bug 40660) ResourceLoaderWikiModule should not convert "&nbsp;" to a space
5381 for pages from the MediaWiki-namespace.
5382 * (bug 40329) (bug 40632) Removed CleanupPresentationalAttributes feature.
5383
5384 === API changes in 1.20 ===
5385 * (bug 34316) Add ability to retrieve maximum upload size from MediaWiki API.
5386 * (bug 34313) MediaWiki API intro message about "HTML format" should mention
5387 the format parameter.
5388 * (bug 32384) Allow descending order for list=watchlistraw.
5389 * (bug 31883) Limit of bkusers of list=blocks and titles of action=query is
5390 not documented in API help.
5391 * (bug 32492) API now allows editing using pageid.
5392 * (bug 32497) API now allows changing of protection level using pageid.
5393 * (bug 32498) API now allows comparing pages using pageids.
5394 * (bug 30975) API import of pages with invalid characters in this wiki leads to Fatal Error.
5395 * (bug 30488) API now allows listing of backlinks/embeddedin/imageusage per pageid.
5396 * (bug 34927) Output media_type for list=filearchive.
5397 * (bug 28814) add properties to output of action=parse.
5398 * (bug 33224) add variants of content language to meta=siteinfo.
5399 * (bug 32643) action=purge with forcelinkupdate no longer crashes when ratelimit is reached.
5400 * The paraminfo module now also contains result properties for most modules.
5401 * (bug 32348) Allow descending order for list=alllinks.
5402 * (bug 31777) Upload unknown error ``fileexists-forbidden''.
5403 * (bug 32382) Allow descending order for list=iwbacklinks.
5404 * (bug 32381) Allow descending order for list=backlinks, list=embeddedin and list=imageusage.
5405 * (bug 32383) Allow descending order for list=langbacklinks.
5406 * API meta=siteinfo can now return the list of known variable IDs.
5407 * (bug 35980) list=deletedrevs now honors drdir correctly in "all" mode (mode #3).
5408 * (bug 29290) API avoids mangling fields in continuation parameters
5409 * (bug 36987) API avoids mangling fields in continuation parameters
5410 * (bug 30836) siteinfo prop=specialpagealiases will no longer return nonexistent special pages
5411 * (bug 38190) Add "required" flag to some token params for hint in api docs.
5412 * (bug 27567) Add file repo support to prop=duplicatefiles.
5413 * (bug 27610) Add archivename for non-latest image version to list=filearchive
5414 * (bug 38231) Add xml parse tree to action=parse.
5415 * Watchlist notification timestamp may be queried by page and may be updated via the API.
5416 * (bug 38904) prop=revisions&rvstart=... no longer blows up when continuing.
5417 * (bug 39032) ApiQuery generates help in constructor.
5418 * (bug 11142) Improve file extension blacklist error reporting in API upload.
5419 * (bug 39665) List of query generators is now not built using reflection, instead it is
5420 defined in code.
5421 * (bug 35993) Deprecated gettoken parameter - support will be removed in 1.22.
5422
5423 === Languages updated in 1.20 ===
5424
5425 MediaWiki supports over 350 languages. Many localisations are updated
5426 regularly. Below only new and removed languages are listed, as well as
5427 changes to languages because of Bugzilla reports.
5428
5429 * Emilian (egl) added.
5430 * Tornedalen Finnish (fit) added.
5431 * Mizo (lus) added.
5432 * Santali (sat) added.
5433 * (bug 34192) Namespace gender aliases for Albanian languages (sq & aln).
5434 * (bug 35541) Namespace gender aliases for Croatian (hr).
5435 * (bug 36012) Space in $separatorTransformTable should be non-breaking in
5436 Portuguese, Esperanto and Udmurt.
5437 * Turoyo (tru) added.
5438 * Cyrillic-Latin language converter added for Uzbek (uz).
5439
5440 === Other changes in 1.20 ===
5441 * The user_token field is now left empty until a user attempts to login and
5442 cookies need to be set. It is also now possible to reset every user's
5443 user_token simply by clearing the values in the user_token column.
5444 * Removed ./tests/qunit/index.html from core. It wasn't actively maintained and
5445 has been made obsolete when [[Special:JavaScriptTest/qunit]] was introduced,
5446 which actually uses ResourceLoader, LocalSettings and the Skin.
5447 * Removed $wgDBtransactions global. This was only checked in one class
5448 and only applies to MyISAM or similar DBs. Those should only be used
5449 for archived sites anyway. We can't get edit conflicts on such sites,
5450 so the WikiPage code wasn't useful there either.
5451 * Deprecated mw.user.name in favour of mw.user.getName.
5452 * Deprecated mw.user.anonymous in favour of mw.user.isAnon.
5453 * Deprecated DatabaseBase functions newFromParams(), newFromType(), set(),
5454 quote_ident(), and escapeLike() were removed.
5455 * Use of __DIR__ instead of dirname( __FILE__ ).
5456 * OutputPage::wrapWikiMsg() no longer supports the 'options' parameter. It was
5457 not used and complicated migration to Message class.
5458 * Live preview functionality has been improved and moved into the
5459 'mediawiki.action.edit.preview' module. The old 'mediawiki.legacy.preview' module
5460 has been removed.
5461 * (bug 40448) Removed mediawiki.legacy.mwsuggest module, and removed the
5462 following that has become obsolete:
5463 - globals $wgEnableMWSuggest and $wgMWSuggestTemplate.
5464 - mw.config.values wgMWSuggestTemplate and wgSearchNamespaces.
5465 - method SearchEngine::getMWSuggestTemplate().
5466
5467 == MediaWiki 1.19 ==
5468
5469 == MediaWiki 1.19.21 ==
5470 This is a maintenance release of the MediaWiki 1.19 branch.
5471
5472 === Changes since 1.19.20 ===
5473 * (bug 67440) Allow classes to be registered properly from installer.
5474 * (bug 47281) Fixed a dumpBackup.php error with --uploads --include-filesoptions: Unable to find the wrapper "mwstore". * System administrators are encouraged to upgrade to this release or 1.22+ and produce a full data dump. https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Backing_up_a_wiki
5475 * (bug 63049) Removed anonymous functions from ApiFormatBase, added in1.19.13 as part of the fix for bug 61362, for PHP 5.2 compatibility.
5476
5477 == MediaWiki 1.19.20 ==
5478 This is a security release of the MediaWiki 1.19 branch.
5479
5480 === Changes since 1.19.19 ===
5481 * (bug 70672) SECURITY: OutputPage: Remove separation of css and js module allowance.
5482
5483 == MediaWiki 1.19.19 ==
5484 This is a security release of the MediaWiki 1.19 branch.
5485
5486 === Changes since 1.19.18 ===
5487 * (bug 69008) SECURITY: Enhance CSS filtering in SVG files. Filter <style> elements; normalize style elements and attributes before filtering; add checks for attributes that contain css; add unit tests for html5sec and reported bugs.
5488
5489 == MediaWiki 1.19.18 ==
5490 This is a security release of the MediaWiki 1.19 branch.
5491
5492 === Changes since 1.19.17 ===
5493 * (bug 68187) SECURITY: Prepend jsonp callback with comment.
5494 * (bug 65778) SECURITY: Copy prevent-clickjacking between OutputPage and ParserOutput.
5495
5496 == MediaWiki 1.19.17 ==
5497 This is a security and maintenance release of the MediaWiki 1.19 branch.
5498
5499 === Changes since 1.19.16 ===
5500 * (bug 65839) SECURITY: Prevent external resources in SVG files.
5501 * (bug 66428) MimeMagic: Don't seek before BOF. This has weird side effects like only extracting the tail of the file partially or not at all.
5502
5503 == MediaWiki 1.19.16 ==
5504 This is a security release of the MediaWiki 1.19 branch.
5505
5506 === Changes since 1.19.15 ===
5507 * (bug 65501) SECURITY: Don't parse usernames as wikitext on Special:PasswordReset.
5508
5509 == MediaWiki 1.19.15 ==
5510 This is a security and maintenance release of the MediaWiki 1.19 branch.
5511
5512 === Changes since 1.19.14 ===
5513 Fixed resetting passwords.
5514 * (bug 58640) Fixed a compatibility issue with PCRE 8.34 that caused pages to appear blank or with missing text.
5515
5516 == MediaWiki 1.19.14 ==
5517 This is a security and maintenance release of the MediaWiki 1.19 branch.
5518
5519 === Changes since 1.19.13 ===
5520 * (bug 62497) SECURITY: Add CSRF token on Special:ChangePassword.
5521 * (bug 62467) Set a title for the context during import on the cli.
5522
5523 == MediaWiki 1.19.13 ==
5524 This is a security and maintenance release of the MediaWiki 1.19 branch.
5525
5526 === Changes since 1.19.12 ===
5527 * (bug 61362) SECURITY: API: Don't find links in the middle of api.php links.
5528 * Use the correct branch of the extensions' git repositories.
5529
5530 == MediaWiki 1.19.12 ==
5531 This is a security release of the MediaWiki 1.19 branch.
5532
5533 === Changes since 1.19.11 ===
5534 * (bug 60771) SECURITY: Disallow uploading SVG files using non-whitelisted namespaces. Also disallow iframe elements. * User will get an error including the namespace name if they use a non- whitelisted namespace.
5535 * (bug 61346) SECURITY: Make token comparison use constant time. It seems like our token comparison would be vulnerable to timing attacks. This will take constant time.
5536
5537 == MediaWiki 1.19.11 ==
5538 This is a security release of the MediaWiki 1.19 branch.
5539
5540 === Changes since 1.19.10 ===
5541 * (bug 60339) SECURITY: Sanitize shell arguments to DjVu files, and other media formats
5542
5543 == MediaWiki 1.19.10 ==
5544 This is a security release of the MediaWiki 1.19 branch.
5545
5546 === Changes since 1.19.9 ===
5547 * (bug 57550) SECURITY: Disallow stylesheets in SVG Uploads
5548 * (bug 58088) SECURITY: Don't normalize U+FF3C to \ in CSS Checks
5549 * (bug 58472) SECURITY: Disallow -o-link in styles
5550 * (bug 58553) SECURITY: Return error on invalid XML for SVG Uploads
5551 * (bug 58699) SECURITY: Fix RevDel log entry information leaks
5552
5553 == MediaWiki 1.19.9 ==
5554 This is a security and maintenance release of the MediaWiki 1.19 branch.
5555
5556 === Changes since 1.19.8 ===
5557 * (bug 53032) SECURITY: Don't cache when a call could autocreate
5558 * (bug 55332) SECURITY: Improve css javascript detection
5559 * (bug 49717) Fix behaviour $wgVerifyMimeType = false; in Upload
5560 * Translations
5561
5562 == MediaWiki 1.19.8 ==
5563 2013-09-03
5564
5565 This is a security and maintenance release of the MediaWiki 1.19 branch.
5566
5567 === Changes since 1.19.7 ===
5568 * SECURITY: Sanitize ResourceLoader exception messages
5569 * SECURITY: Token-getting functions will fail when using jsonp callbacks.
5570 * SECURITY: Fix extension detection with 2 .'s
5571 * Allow a string other than '*' as condition for DatabaseBase::delete()
5572 * Purge upstream caches when deleting file assets.
5573 * jquery.tablesorter: Add missing dependency on jquery.mwExtension
5574
5575 == MediaWiki 1.19.7 ==
5576 2013-05-21
5577
5578 This is a security release of the MediaWiki 1.19 branch
5579
5580 === Changes since 1.19.6 ===
5581 * (bug 48306) SECURITY: Run file validation checks on chunked uploads, and chunks of upload, during the upload process.
5582
5583 == MediaWiki 1.19.6 ==
5584 2013-04-30
5585
5586 This is a security and maintenance release of the MediaWiki 1.19 branch
5587
5588 === Changes since 1.19.5 ===
5589 * (bug 47304) SECURITY: Check SVG xml encoding against whitelist
5590 * (bug 46590) Added AbortChangePassword hook to allow extensions to abort password changes from Special:ChangePassword
5591 * Localisation updates from http://translatewiki.net.
5592 * mwdocgen.php: Implement --version option.
5593 * Remove svnstat stuff used in Doxygen generation
5594 * E_USER_DEPRECATED undefined prior to php 5.3
5595
5596 == MediaWiki 1.19.5 ==
5597 2013-04-15
5598
5599 This is a security and maintenance release of the MediaWiki 1.19 branch
5600
5601 === Changes since 1.19.4 ===
5602 * (bug 47251) SECURITY: Disable external entities in Import
5603 * (bug 46859) SECURITY: Disable external entities in XMLReader
5604 * (bug 46084) SECURITY: Sanitize $limitReport before outputting
5605 * (bug 43594) Fix notices displayed on PHP 5.4
5606 * (bug 40585) Don't drop 'step="any"' in HTML input fields.
5607
5608 == MediaWiki 1.19.4 ==
5609 2013-03-04
5610
5611 This is a security release of the MediaWiki 1.19 branch
5612
5613 === Changes since 1.19.3 ===
5614 * New preference type - 'api'. Preferences of this type are not shown on Special:Preferences, but are still available via the action=options API.
5615 * (bug 44010) Context is passed to UserGetLanguageObject.
5616 * The recursion guard on RequestContext::getLanguage() was weakened.
5617 * (bug 44135/bug 42441) Pass '2' instead of 'true' to CURLOPT_SSL_VERIFYHOST
5618 * (bug 43518) API action=unblock should return the user name, not the full user object
5619
5620 == MediaWiki 1.19.3 ==
5621 2012-11-30
5622
5623 This is a security release of the MediaWiki 1.19 branch
5624
5625 === Changes since 1.19.2 ===
5626 * (bug 40995) Prevent session fixation in Special:UserLogin (CVE-2012-5391)
5627 * (bug 41400) Prevent linker regex from exceeding PCRE backtrack limit
5628 * Increase permitted runtime for testParserTest (only used for continuous integration).
5629 * Updated messages translations from http://translatewiki.net/
5630
5631 == MediaWiki 1.19.2 ==
5632
5633 This is a security release of the MediaWiki 1.19 branch
5634
5635 === Changes since 1.19.1 ===
5636 * (bug 39700) File: link to non-existing file can inject html
5637 * (bug 39823) Hidden block text leaking to admins
5638 * (bug 39184) LDAP password leakage
5639 * (bug 39180) Disallow framing of api results
5640 * (bug 37587) Enforce language codes to be html safe
5641 * (bug 39824) Check global blocks on account creation
5642
5643 == MediaWiki 1.19 ==
5644
5645 MediaWiki 1.19 is a large release that contains many new features and bug
5646 fixes. This is a summary of the major changes of interest to users.
5647 You can consult the RELEASE-NOTES-1.19 file for the full list of changes in
5648 this version.
5649
5650 Our thanks go to everyone who helped to improve MediaWiki by testing the beta
5651 release and submitting bug reports.
5652
5653 === Changes since 1.19.1 ===
5654 * (bug 38406) Properly quote table names in DatabaseBase::tableName()
5655 * (bug 38249) Parser will throw an exception instead of outputting gibberish if
5656 PCRE is compiled without support for unicode properties.
5657
5658 === Changes since 1.19.0 ===
5659 * (bug 36568) Fixed "Illegal string offset 'LIMIT'" warnings in updater
5660 * (bug 36938) Correctly escape uselang attribute to prevent xss
5661 * Expanded Blacklist for SVG Files
5662
5663 === Changes since 1.19 beta 2 ===
5664 * Special:Watchlist no longer sets links to feed when the user is anonymous.
5665 * (bug 35961) Hash comparison should always be strict.
5666 * Fix broken email confirmation expiration caused by MWCryptRand changes.
5667 * (bug 35671) PHP Notice: Undefined index: gettoken in includes/api/ApiMain.php
5668 on line 598.
5669 * (bug 36042) 'show' causes a fatal in blocks API.
5670
5671 === Changes since 1.19 beta 1 ===
5672 * (bug 35014) Including a special page no longer sets the page's title to the
5673 included page
5674 * (bug 35019) Edit summaries are no longer transformed in notification e-mails
5675 * (bug 35152) Help message for e-mail is shown again in user preferences
5676 * (bug 34887) $3 and $4 parameters are now substituted correctly in message
5677 "movepage-moved"
5678 * (bug 34841) Edit links are no longer displayed when display old page versions
5679 * (bug 34889) User name should be normalized on Special:Contributions
5680 * (bug 35051) If heading has a trailing space after == then its name is not
5681 preloaded into edit summary on section edit
5682 * (bug 31417) New ID mw-content-text around the actual page text, without categories,
5683 contentSub, ... The same div often also contains the class mw-content-ltr/rtl.
5684 * (bug 35303) Proxy and DNS blacklist blocking works again
5685 * (bug 22555) Remove or skip strip markers from tag hooks like &lt;nowiki&gt; in
5686 core parser functions which operate on strings, such as padleft.
5687 * (bug 18295) Don't expose strip markers when a tag appears inside a link
5688 inside a heading.
5689 * (bug 34212) ApiBlock/ApiUnblock allow action to take place without a token
5690 parameter present.
5691 * (bug 34907) Fixed exposure of tokens through load.php that could have facilitated
5692 CSRF attacks.
5693 * (bug 35317) CSRF in Special:Upload.
5694
5695 === Configuration changes in 1.19 ===
5696 * Removed SkinTemplateSetupPageCss hook; use BeforePageDisplay instead.
5697 * (bug 27132) movefile right granted by default to registered users.
5698 * Default cookie lifetime ($wgCookieExpiration) is increased to 180 days.
5699 * (bug 31204) Removed old user.user_options.
5700 * $wgMaxImageArea now applies to jpeg files if they are not scaled with
5701 ImageMagick.
5702 * Introduced $wgQueryPageDefaultLimit (defaults to 50) for the number of
5703 items to show by default on query pages (special pages such as Whatlinkshere).
5704 * (bug 32470) Increase the length of ug_group.
5705 * (bug 32239) Removed $wgEnableTooltipsAndAccesskeys.
5706 * Removed $wgVectorShowVariantName.
5707 * Removed $wgExtensionAliasesFiles. Use $wgExtensionMessagesFiles.
5708 * Removed $wgResourceLoaderInlinePrivateModules , now always enabled.
5709
5710 === New features in 1.19 ===
5711 * (bug 19838) Add ability to get all interwiki prefixes also if the interwiki
5712 cache is used.
5713 * $wgDnsBlacklistUrls now accepts an array with url and key as the
5714 elements to work with DNSBLs that require keys, such as
5715 Project Honeypot.
5716 * (bug 30022) Add support for custom loadScript sources to ResourceLoader.
5717 * (bug 19052) Unicode space separator characters (Zs) now terminates external
5718 links and images links.
5719 * (bug 30160) Add public method to mw.loader to get module names from registry.
5720 * (bug 15558) Parameters to special pages included in wikitext can now be passed
5721 as with templates.
5722 * Installer now issues a warning if mod_security is present.
5723 * (bug 29455) Add support for a filter callback function in jQuery byteLimit
5724 plugin.
5725 * Added two new GetLocalURL hooks to better serve extensions working on a
5726 limited type of titles.
5727 * Added a --no-updates flag to importDump.php that skips updating the links
5728 tables.
5729 * Most presentational html attributes like valign are now converted to inline
5730 css style rules. These attributes were removed from html5 and so we clean
5731 them up when $wgHtml5 is enabled. This can be disabled using
5732 $wgCleanupPresentationalAttributes.
5733 * Magic words (time and number-formatting ones, plus DIRECTIONMARK, but not
5734 NAMESPACE) now depend on the page content language instead of the site
5735 language. In theory this sets the right magic words in system messages,
5736 although they are not used there.
5737 * (bug 30451) Add page_props to RefreshLinks::deleteLinksFromNonexistent.
5738 * (bug 30450) Clear page_props table on page deletion.
5739 * Hook added to check for exempt from account creation throttle.
5740 * (bug 30344) Add configuration variable for setting custom priorities when
5741 generating sitemaps.
5742 * (bug 96170) Add array support for space-separated list attributes (like
5743 'class') in the Html helper class.
5744 * (bug 26470) Add checkered background image on hover on files pages.
5745 * (bug 30774) mediawiki.html: Add support for numbers and booleans in the
5746 attribute values and element contents.
5747 * Conversion script between Tifinagh and Latin for the Tachelhit language.
5748 * (bug 16755) Add options 'noreplace' and 'noerror' to {{DEFAULTSORT:...}}
5749 to stop it from replace an already existing default sort, and suppress error.
5750 * (bug 18578) Rewrote revision delete related messages to allow better
5751 localisation.
5752 * (bug 30364) LanguageConverter now depends on the page content language
5753 instead of the wiki content language.
5754 * Jump links will now be usable in CSS-capable browsers instead of only
5755 in outdated text browsers.
5756 * New common*.css files usable by skins instead of having to copy piles
5757 of generic styles from MonoBook or Vector's css.
5758 * Some deprecated presentational html attributes will now be automatically
5759 converted to css.
5760 * (bug 31297) Add support for namespaces in Special:RecentChanges subpage filter
5761 syntax.
5762 * The default user signature now contains a talk link in addition to the user link.
5763 * (bug 25306) Add link of old page title to MediaWiki:Delete_and_move_reason.
5764 * Added hook BitmapHandlerCheckImageArea.
5765 * (bug 30062) Add $wgDBprefix option to cli installer.
5766 * getUserPermissionsErrors and getUserPermissionsErrorsExpensive hooks are now
5767 also called when checking for 'read' permission.
5768 * Introduce $wgEnableSearchContributorsByIP which controls whether searching
5769 for an IP address redirects to the contributions list for that IP.
5770 * (bug 8859) Database::update should take array of tables too.
5771 * (bug 19698) Add "Inverse namespaces" option to Special:Contributions.
5772 * (bug 24037) Add byte length of revision to Special:Contributions.
5773 * (bug 1672) Added $wgDisableUploadScriptChecks to allow uploading of files
5774 containing HTML or JS. DISABLING THESE CHECKS IS VERY DANGEROUS.
5775 * New path mappings can be added using the WebRequestPathInfoRouter hook
5776 and adding paths to the PathRouter.
5777 * (bug 32666) Special:ActiveUsers now allows a subpage to be used as value for the
5778 "target" query parameter (eg. Special:ActiveUsers/Username).
5779 * New JavaScript variable wgPageContentLanguage.
5780 * Added new debugging toolbar, enabled with $wgDebugToolbar.
5781 * Differences in the history page now uses slightly better colors for people
5782 perceiving colors differently.
5783 * (bug 32879) Upgrade jQuery to 1.7.1.
5784 * jQuery UI upgraded to 1.8.17.
5785 * Extensions can use the 'Language::getMessagesFileName' hook to define new
5786 languages using messages files outside of core.
5787 * (bug 32512) Add 'Associated namespace' checkbox to Special:Contributions.
5788 * Added $wgSend404Code, true by default, which can be set to false to send a
5789 200 status code instead of 404 for nonexistent articles.
5790 * (bug 33447) Link to the broken image tracking category from Special:Wantedfiles.
5791 * (bug 27724) Add timestamp to job queue.
5792 * (bug 30339) Implement SpecialPage for running javascript tests. Disabled by default, due to
5793 tests potentially being harmful, not to be run on a production wiki.
5794 Enable by setting $wgEnableJavaScriptTest to true.
5795 * Extensions can use the RequestContextCreateSkin hook to override what skin is
5796 loaded in some contexts.
5797 * (bug 33456) Show $wgQueryCacheLimit on cached query pages.
5798 * (bug 10574) Add an option to allow all pages to be exported by Special:Export.
5799 * mediawiki.js Message object constructor is now publicly available as mw.Message.
5800 * (bug 29309) Allow CSS class per tooltip (tipsy).
5801 * (bug 33565) Add accesskey/tooltip to submit buttons on Special:EditWatchlist.
5802 * (bug 17959) Inline rendering/thumbnailing for Gimp XCF images.
5803 * (bug 27775) Namespace has it's own XML tag in the XML dump file.
5804 * (bug 30513) Redirect tag is now resolved in XML dump file.
5805 * sha1 xml tag added to XML dump file.
5806 * (bug 33646) Badtitle error page now emits a 400 HTTP status.
5807 * Special:MovePage now has a dropdown menu for namespaces.
5808 * (bug 34420) Special:Version now shows git HEAD sha1 when available.
5809 * (bug 33952) Refactor mw.toolbar to allow dynamic additions at any time.
5810
5811 === Bug fixes in 1.19 ===
5812 * $wgUploadNavigationUrl should be used for file redlinks if.
5813 $wgUploadMissingFileUrl is not set. The first was used for this
5814 until the second was introduced in 1.17.
5815 * BREAKING CHANGE: Style rules for wikitable are now more specific and prevent
5816 inheritance to nested tables which caused various issues (bug 30485 and bug
5817 33434). If your wiki has overridden rules for ".wikitable", please revise them and
5818 adjust where necessary. For comparison, use the "table.wikitable" section in
5819 skins/common/shared.css as base.
5820 * $wgUploadNavigationUrl is now used for file redlinks if
5821 $wgUploadMissingFileUrl is not set. The former was used for this until the
5822 second was introduced in 1.17.
5823 * (bug 27894) Move 'editondblclick' event listener down from body to
5824 div#bodyContent.
5825 * (bug 30172) The check for posix_isatty() in maintenance scripts did not detect
5826 when the function exists but is disabled. Introduced
5827 Maintenance::posix_isatty().
5828 * (bug 30264) Changed installer-generated LocalSettings.php to use
5829 require_once() instead require() for included extensions.
5830 * Do not convert text in the user interface language to another script.
5831 * (bug 26283) Previewing user JS/CSS pages didn't load other user JS/CSS pages.
5832 * (bug 26486) ResourceLoader modules with paths to nonexistent files cause PHP
5833 warnings/notices to be thrown.
5834 * (bug 30335) Fix for HTMLForms using GET that were breaking when non-friendly
5835 URLs are used.
5836 * (bug 28649) Preventing half truncated multi-byte unicode characters when
5837 truncating log comments.
5838 * Show --batch-size option in help of maintenance scripts that support it.
5839 * (bug 4381) Magic quotes cleaning was not comprehensive, key strings were not
5840 unescaped.
5841 * (bug 23057) Importers no longer can 'edit' or 'create' a fully-protected page by
5842 importing a new revision into it.
5843 * Allow moving the associated talk pages of subpages even if the base page
5844 has no subpage.
5845 * Per page edit-notices now work in namespaces without subpages enabled.
5846 * (bug 31081) $wgEnotifUseJobQ is no longer unconditionally enqueueing jobs.
5847 * (bug 30202) File names are now restricted on upload to 240 bytes, because of
5848 restrictions on some of the database fields.
5849 * Timezones are now recognised in user preferences when offset is different
5850 due to DST.
5851 * (bug 31692) "summary" parameter now also works when undoing revisions.
5852 * (bug 18823) "move succeeded" text displayed bluelinks even when redirect was
5853 suppressed.
5854 * (bug 19186) Special:UserLogin's title on Special:SpecialPages now says
5855 "create account" when the user cannot create an account.
5856 * (bug 31818) 'usercreated' message now supports GENDER.
5857 * (bug 32022) Our phpunit.php script can now be executed from another directory.
5858 * (bug 26020) Setting $wgEmailConfirmToEdit to true no longer removes diffs
5859 from recent changes feeds.
5860 * (bug 30232) add current time to message wlnote on Special:Watchlist.
5861 * (bug 29110) $wgFeedDiffCutoff did not affect new pages.
5862 * (bug 32168) Add wfRemoveDotSegments for use in wfExpandUrl.
5863 * (bug 32358) Do not display "No higher resolution available" for dimensionless
5864 files (like audio files).
5865 * (bug 32168) Add wfAssembleUrl for use in wfExpandUrl.
5866 * (bug 32168) fixed - wfExpandUrl expands dot segments now.
5867 * (bug 31535) Upload comments now truncated properly, and don't have brackets.
5868 * (bug 32086) Special:PermanentLink now shows an error message when no subpage
5869 was specified.
5870 * (bug 30368) Special:Newpages now shows the new page name for moved pages.
5871 * (bug 1697) The way to search blocked usernames in block log should be clearer.
5872 * (bug 29747) eAccelerator shared memory caching has been removed since it is
5873 now disabled by default and is buggy. APC, XCache and WinCache are not affected.
5874 * Installer now refuses to install if php was not compiled with Ctype support.
5875 * (bug 29475) Remove "trackback" feature entirely from core.
5876 * (bug 32665) Special:BlockList prefills the username in the input field if
5877 using the Special:BlockList/username URL.
5878 * (bug 27721) Make JavaScript variables wgSeparatorTransformTable and
5879 wgDigitTransformTable depend on page content language so the sort script
5880 sorts correctly more often.
5881 * (bug 32230) Expose wgRedirectedFrom in JavaScript.
5882 * (bug 31212) History tab not collapsed when the screen is narrow.
5883 * (bug 15521) Use new section summary when the action of adding a new section
5884 also happens to create the page.
5885 * (bug 32960) Remove EmailAuthenticationTimestamp from database when a
5886 email address is removed.
5887 * (bug 32414) Empty page get a empty bytes attribute in Export/Dump.
5888 * (bug 33101) Viewing a User or User talk of username resembling IP ending
5889 with .xxx causes Internal error.
5890 * Warning about undefined index in certain situations when $wgLogRestrictions
5891 causes the first log type requested to be removed but not the others.
5892 * Use separate message ('prefixindex-namespace') for title of
5893 Special:PrefixIndex rather then re-using Special:AllPages's allinnamespace.
5894 * (bug 33156) Special:Block now allows you to confirm you want to block yourself
5895 when using non-normalized username.
5896 * (bug 33246) News icon shown for news:// URLs but not for news: URLs.
5897 * (bug 33305) Make mw.util.addCSS resistant to IE's @font-face bug by setting
5898 cssText after DOM insertion.
5899 * (bug 30711) When adding a new section to a page with section=new, the text is
5900 now always added to the current version of the page.
5901 * (bug 31719) Fix uploads of SVGs exported by Adobe Illustrator by expanding
5902 XML entities correctly.
5903 * (bug 30914) Embeddable ResourceLoader modules (user.options, user.tokens)
5904 should be loaded in <head> for proper dependency resolution.
5905 * (bug 32702) Removed method Skin::makeGlobalVariablesScript() has been readded
5906 for backward compatibility.
5907 * (bug 31469) Make sure tracking category messages expand variables like
5908 {{NAMESPACE}} relative to correct title.
5909 * (bug 33454) ISO-8601 week-based year number (format character 'o') is now
5910 calculated correctly with respect to timezone.
5911 * (bug 32219) InstantCommons now fetches content from Wikimedia Commons using
5912 HTTPS when the local wiki is served over HTTPS.
5913 * (bug 33525) clearTagHooks doesn't clear function hooks.
5914 * (bug 33523) Function tag hooks don't appear on Special:Version.
5915 * Files with IPTC blocks we can't read no longer prevent extraction of exif
5916 or other metadata.
5917 * (bug 33587) Remove action "historysubmit" from history pages.
5918 * (bug 25800) mw.config wgAction should contain the actually performed action instead
5919 of whatever the query value contains.
5920 * (bug 4438) Add CSS hook for current WikiPage action.
5921 * (bug 33703) Common border-bottom color for <abbr> should inherit default (text) color.
5922 * (bug 33819) Display file sizes in appropriate units.
5923 * (bug 32948) {{REVISIONID}} and related variables are no longer blank after doing
5924 a null edit.
5925 * (bug 33880) $wgUsersNotifiedOnAllChanges should not send e-mail to user who made
5926 the edit.
5927 * (bug 33902) Decoding %2B with mw.Uri.decode results in ' ' instead of +.
5928 * (bug 33762) QueryPage-based special pages no longer misses *-summary message.
5929 * Other sizes links are no longer generated for wikis without a 404 thumbnail handler.
5930 * (bug 29454) Enforce byteLimit for page title input on Special:MovePage.
5931 * (bug 34114) CSSMin::remap() doesn't respect its $embed parameter.
5932 * Special:Contributions/newbies now shows the contributions for the user "newbies".
5933 New user contributions are obtained using the form or using ?contribs=newbie in URL.
5934 * It is now possible to delete images that have no corresponding description pages.
5935 * (bug 33165) GlobalFunctions.php line 1312: Call to a member function
5936 getText() on a non-object.
5937 * (bug 31676) Group dynamically inserted CSS into a single <style> tag, to work
5938 around a bug where not all styles were applied in Internet Explorer.
5939 * (bug 28936, bug 5280) Broken or invalid titles can't be removed from watchlist.
5940 * (bug 34600) Older skins using useHeadElement=false were broken in 1.18.
5941 * (bug 34604) [mw.config] wgActionPaths should be an object instead of a numeral
5942 array.
5943 * (bug 12262) Indents and lists are now aligned
5944 * (bug 29753) mw.util.tooltipAccessKeyPrefix should be alt-shift for Chrome
5945 on Windows
5946 * (bug 25095) Special:Categories should also include the first relevant item
5947 when "from" is filled.
5948 * (bug 34972) An error occurred while changing your watchlist settings for
5949 [[Special:WhatLinksHere/Example]]
5950
5951 === API changes in 1.19 ===
5952 * Made action=edit less likely to return "unknownerror", by returning the actual error
5953 message (which may have come from a hook call or similar).
5954 * (bug 19838) siprop=interwikimap can now use the interwiki cache.
5955 * (bug 29748) Add API search prefix support.
5956 * (bug 29684) Set forgotten parameter types in ApiQueryIWLinks.
5957 * (bug 29685) do not output NULL parentid with list=deletedrevs&drprop=parentid.
5958 * siprop=interwikimap and siprop=languages can use silanguagecode to have
5959 a best effort language name translation. Use CLDR extension for best result.
5960 * (bug 30230) action=expandtemplates should not silently override invalid title
5961 inputs.
5962 * (bug 18634) Create API to fetch MediaWiki's language fallback tree structure.
5963 * (bug 26885) Allow show/hide of account blocks, temporary blocks and single IP
5964 address blocks for list=blocks.
5965 * (bug 30591) Add support to only return keys in ApiAllMessages.
5966 * The API now respects $wgShowHostnames and won't share the hostname in
5967 servedby if it's set to false.
5968 * wlexcludeuser parameter added to ApiFeedWatchlist.
5969 * (bug 7304) Links on redirect pages no longer cause the redirect page to show
5970 up as a redirect to the linked page on Special:Whatlinkshere.
5971 * (bug 32609) API: Move captchaid/captchaword of action=edit from core
5972 to Captcha extension(s).
5973 * Added 'APIGetDescription' hook.
5974 * (bug 32688) Paraminfo for parameter "generator" of the query module shows too
5975 many types.
5976 * (bug 32415) Empty page get no size attribute in API output.
5977 * (bug 31759) Undefined property notice in querypages API.
5978 * (bug 32495) API should allow purge by pageids.
5979 * (bug 33147) API examples should explain what they do.
5980 * (bug 33482) Api incorrectly calls ApiBase::parseMultiValue if allowed
5981 values is given as an array.
5982 * (bug 32948) {{REVISIONID}} and related variables are no longer blank after
5983 calling action=purge&forcelinkupdate.
5984 * (bug 34377) action=watch now parses messages using the correct title instead
5985 of "API".
5986 * (bug 35036) WikiLove messages were not automatically updated in JavaScript
5987 after having been changed on-wiki due to a bug in core
5988
5989 === Languages updated in 1.19 ===
5990
5991 MediaWiki supports over 350 languages. Many localisations are updated
5992 regularly. Below only new and removed languages are listed, as well as
5993 changes to languages because of Bugzilla reports.
5994
5995 * Canadian English (en-ca) (new).
5996 * Norwegian (bokmål) (nb) (renamed from no).
5997 * Uighur (Latin) (ug-latn) was incorrectly marked as right-to-left language.
5998 * (bug 30217) Make pt-br a fallback of pt.
5999 * (bug 31193) Set fallback language of Assamese from Bengali to English.
6000 * Update date format for dsb and hsb: month names need the genitive.
6001 * (bug 28643) Serbian variant conversion improvements (Nikola Smolenski).
6002 * (bug 29405, bug 30809) Lower diacritics are invisible in titles in Indic
6003 languages Assamese, Bengali, Hindi, Malyalam and Odiya.
6004 * (bug 32826) Titles in indic languages are partially cut.
6005 * (bug 33367) Gendered namespaces for Czech.
6006 * (bug 33014) Language::formatSize()/formatBitrate() should be able to deal
6007 with larger numbers (tera-yotta).
6008
6009 === Other changes in 1.19 ===
6010 * BREAKING CHANGE: Legacy global array 'ta' and global function 'akeytt' have
6011 been removed from wikibits.js.
6012 * jquery.mwPrototypes module was renamed to jquery.mwExtension.
6013 * The maintenance script populateSha1.php was renamed to the more concise
6014 populateImageSha1.php.
6015 * The Client-IP header is no longer checked for when trying to resolve a client's
6016 real IP address.
6017 * (bug 22096) Although IE5.x and below was already unsupported officially, stylesheets
6018 existing exclusively for IE5.0 and IE5.5 have now been removed (which were in skins
6019 'chick' and 'monobook').
6020 * The constructor for CategoryView has changed, the second parameter is now a
6021 Context source and is required.
6022 * The Title::escape{Local,Full,Canonical}URL methods are deprecated, please use
6023 proper html building methods to escape the normal get{...}URL methods instead.
6024 * The $variant arguments in the Title::get{Local,Full,Link,Canonical}URL methods
6025 have been replaced with a secondary query argument.
6026 * The $variant argument in the hooks for the Title::get{Local,Full,Link,Canonical}URL
6027 methods have been removed, the variant is now part of the $query argument.
6028 * Removed Title::isValidCssJsSubpage(), deprecated since 1.17 in favor of
6029 using Title::isCssJsSubpage() or checking Title::isWrongCaseCssJsPage().
6030 * Support for the deprecated hook MagicWordMagicWords was removed.
6031 * The Xml::namespaceSelector method has been deprecated, please use
6032 Html::namespaceSelector instead (note that the parameters have changed also).
6033 * (bug 33746) Preload popular ResourceLoader modules (mediawiki.util) as stop-gap
6034 for scripts missing dependencies.
6035 New configuration variable $wgPreloadJavaScriptMwUtil has been introduced for this
6036 (set to false by default for new installations). Set to true if your wiki has a large
6037 amount of user/site scripts that are lacking dependency information. In the short to
6038 medium term these user/site scripts should be fixed by adding the used modules to the
6039 dependencies in the module registry and/or wrapping them in a callback to mw.loader.using.
6040
6041 == MediaWiki 1.18 ==
6042
6043 == MediaWiki 1.18.5 ==
6044 2012-08-30
6045
6046 This is a security release of the MediaWiki 1.18 branch
6047
6048 === Changes since 1.18.4 ===
6049 * (bug 39700) File: link to non-existing file can inject html
6050 * (bug 39823) Hidden block text leaking to admins
6051 * (bug 39184) LDAP password leakage
6052 * (bug 39180) Disallow framing of api results
6053 * (bug 37587) Enforce language codes to be html safe
6054 * (bug 39824) Check global blocks on account creation
6055
6056 == MediaWiki 1.18.4 ==
6057 2012-06-12
6058
6059 This is a security release of the MediaWiki 1.18 branch.
6060
6061 === Changes since 1.18.3 ===
6062 * (bug 36938) Correctly escape uselang attribute to prevent xss
6063 * Expanded Blacklist for SVG Files
6064
6065 == MediaWiki 1.18.3 ==
6066 2012-04-25
6067
6068 This is a maintenance release of the MediaWiki 1.18 branch.
6069
6070 === Changes since 1.18.2 ===
6071 * (bug 35446) Using "{{nse:}}" with an invalid namespace name no longer throws
6072 a PHP warning.
6073 * (bug 35567) The whole password reminder e-mail is now sent in the same language.
6074 * (bug 35961) Hash comparison should always be strict.
6075 * (bug 35671) PHP Notice: Undefined index: gettoken in includes/api/ApiMain.php
6076 on line 598.
6077 * Fix broken email confirmation expiration caused by MWCryptRand changes.
6078
6079 == MediaWiki 1.18.2 ==
6080 2012-03-21
6081
6082 This is a maintenance and security release of the MediaWiki 1.18 branch.
6083
6084 === Changes since 1.18.1 ===
6085 * (bug 33686) could not get a list of contributors for an article when using
6086 a SQLite database.
6087 * (Bug 33865) Exception thrown in action=parse when attempting to use the title
6088 parameter without setting the text parameter.
6089 * UserMailer could potentially throw a fatal error when a MailAddress object had
6090 an empty email address.
6091 * (Bug 33087) Exchange server rejected mail sent by MediaWiki
6092 * (bug 34528) Edit section tooltips show correction section name again
6093 * (bug 34246) MediaWiki:Whatlinkshere-summary message is displayed again in
6094 Special:Whatlinkshere
6095 * (bug 22555) Remove or skip strip markers from tag hooks like &lt;nowiki&gt; in
6096 core parser functions which operate on strings, such as formatnum.
6097 * (bug 34212) ApiBlock/ApiUnblock allow action to take place without a token
6098 parameter present.
6099 * (bug 34907) Fixed exposure of tokens through load.php that could have facilitated
6100 CSRF attacks.
6101 * (bug 35317) CSRF in Special:Upload.
6102
6103 == MediaWiki 1.18.1 ==
6104 2012-01-11
6105
6106 This a maintenance and security release of the MediaWiki 1.18 branch.
6107
6108 === Changes since 1.18.0 ===
6109 * (bug 32712) Fix for search indexing of pages with certain unicode chars following URL.
6110 * (bug 3901) Lang, hreflang attribs added to sidebar interlanguage links for screen readers.
6111 * (bug 30774) mediawiki.html: Add support for numbers and booleans in the
6112 attribute values and element contents.
6113 * (bug 32473) [[Special:PasswordReset]] can not be used on private wiki.
6114 * (bug 32853) Fixed CACHE_DBA object cache type.
6115 * (bug 32786) Backward compatibility for extension using 1.17's Database::newFromType().
6116 * Fixed exception when using Special:WhatLinksHere on a Media: file.
6117 * (bug 32709) Private Wiki users were always taken to Special:Badtitle on login.
6118 * (bug 33240) Sort images are missing but referenced in css.
6119 * (bug 31921) Magic words REVISIONDAY, REVISIONMONTH and REVISIONYEAR were
6120 not showing their values on preview.
6121 * (bug 32702) Removed method Skin::makeGlobalVariablesScript() has been readded
6122 for backward compatibility.
6123 * (bug 30172) The check for posix_isatty() in maintenance scripts did not detect
6124 when the function exists but is disabled. Introduced Maintenance::posix_isatty().
6125 * (bug 33305) Make mw.util.addCSS resistant to IE's @font-face bug by setting
6126 cssText after DOM insertion.
6127 * (bug 29102) Upgrades no longer fail with the error "Unknown character set: 'mysql4'.
6128 * (bug 25355) Parser generates edit section links for special pages.
6129 * (bug 33321) Adding a line to MediaWiki:Sidebar that contains a pipe, but doesn't
6130 have any pipes after being transformed by MessageCache, causes exception on
6131 all pages.
6132 * Fixed recentchanges FK violation on page delete and cache purge error in updater
6133 for Oracle DB.
6134 * (bug 33117) prop=revisions allows deleted text to be exposed through cache pollution.
6135
6136 == MediaWiki 1.18.0 ==
6137 2011-11-24
6138
6139 This is the first stable release of the MediaWiki 1.18 branch.
6140
6141 === Summary of selected changes in 1.18 ===
6142
6143 Selected changes since MediaWiki 1.17 that may be of interest:
6144
6145 * Some of the more commonly used MediaWiki extensions are now included in the
6146 release tarball. These extensions are ConfirmEdit, Gadgets, Nuke, ParserFunctions,
6147 Renameuser, Vector and WikiEditor.
6148
6149 * Gender support has been improved, meaning user pages can display the correct gender
6150 variant of "User" can now be used.
6151
6152 * MediaWiki can now detect the camera orientation of an image from the Exif metadata, and
6153 can rotate the image thumbnail appropriately. Metadata support has been generally
6154 improved, and can now extract IPTC and XMP metadata.
6155
6156 * Improved directionality support in 1.18 means that MediaWiki is better to use for
6157 RTL users.
6158
6159 * MediaWiki now supports protocol - relative URLs in links, interwiki targets and $wgServer
6160
6161 * Math support has been removed from core
6162
6163 === Changes since 1.18.0rc1 ===
6164 * (bug 32228) regression in Special:Search which did not conserve profile on new search
6165 * (bug 32460) Categories were improperly aligned in Simple and CologneBlue
6166 * (bug 32412) TOC links on [[Special:EditWatchlist]] points to the fieldsets
6167 * (bug 32582) Fix TOC show/hide link regression on IE 8
6168
6169 === Changes since 1.18 beta 1 ===
6170 * (bug 31886) Wrong titles redirecting to Special:Badtitle in the 1.18 deployment.
6171 * (bug 32051) Fix description for wlprop=sizes.
6172 * (bug 31913) Special:MostLinkedTemplates had an incorrect GROUP BY clause
6173 under Microsoft SQL.
6174 * (bug 32100) installer complains about suhosin GET limit.
6175 * (bug 31933) fix 1.18 regression in Monobook sidebar: huge spacing between portlets
6176 on IE 7 and IE 8/9 in compatibility view.
6177 * (bug 32126) Fix 1.18 regression in watchlist editor when items already removed
6178 from watchlist.
6179 * (bug 32183) remove the client-* classes added from user-agent-sniffing onto
6180 the <html> element.
6181 * (bug 29912) Unit tests break if parsertest tables are still present.
6182 * (bug 31694) During installation, tabbing order (cursor focus) goes to logo
6183 instead of 'continue'.
6184 * (bug 29102) Upgrade fails "Unknown character set: 'mysql4".
6185 * (bug 31990) justify paragraphs pref adds extra space to category listing.
6186 * (bug 20148) Better title for [[Special:Disambiguations]] page.
6187 * (bug 31502) TOC is missing on Special:EditWatchlist.
6188 * (bug 32256) API list=search stops at first invalid result.
6189 * (bug 32047) jquery.tablesorter.js: thead is before caption.
6190 * (bug 29854) Store protocol-relative links twice in the externallinks table,
6191 one with http: in el_index and once with https.
6192 * (bug 31822) Error during upgrade due to output buffer reset in stdout.
6193
6194 === Configuration changes in 1.18 ===
6195 * The WantedPages::getSQL hook has been removed and replaced with
6196 WantedPages::getQueryInfo. This may break older extensions.
6197 * The SkinTemplateBuildContentActionUrlsAfterSpecialPage,
6198 SkinTemplateContentActions and SkinTemplateTabs hooks have been removed in
6199 favor of SkinTemplateNavigation and SkinTemplateNavigation::SpecialPage.
6200 * $wgUseCombinedLoginLink controls whether to output a combined
6201 login / create account link in the personal bar, or to output separate login
6202 and create account links.
6203 * Skin names are no longer created based on a ucfirst version of the key in
6204 $wgValidSkinNames but now the value. This means for
6205 $wgValidSkinNames["monobook"] = "MonoBook"; the skin loader will no longer try
6206 loading SkinMonobook and will instead load SkinMonoBook.
6207 * $wgMaxUploadSize may now be set to an array to specify the upload size limit
6208 per upload type.
6209 * $wgAPICacheHelp added in 1.16 is now removed. To disable API help caching, set
6210 $wgAPICacheHelpTimeout = 0;
6211 * OutputPage::isUserJsAllowed() no longer returns false when scripts are allowed
6212 by the page, but $wgAllowUserJs is set to false.
6213 * Pure "Skin" class based custom skins are no longer supported, all custom skins
6214 should be put together using SkinTemplate and BaseTemplate or QuickTemplate.
6215 * The transliteration for passwords in case they were migrated from an old
6216 Latin-1 install (previous to MediaWiki 1.5) is now only done for wikis with
6217 $wgLegacyEncoding set.
6218 * (bug 27508) Add $wgSVGMetadataCutoff to limit the maximum amount of an SVG we
6219 look at when finding metadata to prevent excessive resource usage.
6220 * $wgSysopUserBans and $wgSysopRangeBans (deprecated in 1.17) are now removed.
6221 Use $wgBlockCIDRLimit = array( 'IPv4' => 43, 'IPv6' => 128 ) to achieve the
6222 same functionality as $wgSysopRangeBans; you can use the BlockIp hook to
6223 replicate $wgSysopUserBans functionality.
6224 * The options on the block form have been standardised such that checking a box
6225 makes the block 'more serious'; so while "check to prevent account creation"
6226 and "check to enable autoblock" remain the same, "check to allow user-talk
6227 edit" is reversed to "check to *disable* user-talk edit", and "check to block
6228 anon-only" becomes "check to block logged-in users too". The default settings
6229 remain the same.
6230 * Most of the field names on the Special:Block form have been changed, which
6231 will probably break screen-scraping bots.
6232 * (bug 26866) The 'trackback' right is no longer granted to sysops by default.
6233 $wgUseTrackbacks is already false by default.
6234 * (bug 17009) the hiddenStructure CSS class, a highly hackish way of at least
6235 *appearing* to hide article elements, has been removed. Use the
6236 ParserFunctions extension to actually remove unwanted elements from the
6237 output.
6238 * (bug 14202) $wgUseTeX has been superseded by the Math extension. To re-enable
6239 math conversion after upgrading, obtain the Math extension from SVN or from
6240 https://www.mediawiki.org/wiki/Extension:Math and add to LocalSettings.php:
6241 require_once "$IP/extensions/Math/Math.php";
6242 * $wgProfiler is now a configuration array, see StartProfiler.sample for
6243 details.
6244 * $wgProfiling has been removed.
6245 * The spyc library is now no longer included in phase3.
6246 * (bug 28343) Unused preferences contextlines/contextchars have been removed
6247 * $wgSkinExtensionFunctions has been removed. Use $wgExtensionFunctions instead.
6248 * $wgProto has been removed. You now only need to set $wgServer to change the
6249 URL protocol.
6250 * $wgRateLimitsExcludedGroups (deprecated in 1.13) has been removed.
6251 * $wgInputEncoding and $wgOutputEncoding (deprecated in 1.5) have now been removed.
6252 * $wgAllowUserSkin (deprecated in 1.16) has now been removed.
6253 * $wgExtraRandompageSQL (deprecated in 1.16) has now been removed.
6254 * LogReader and LogViewer classes (deprecated in 1.14) have now been removed.
6255 * (bug 26033) Added $wgArticleCountMethod to select the method to use to say
6256 whether a page is an article or not. $wgUseCommaCount is now deprecated.
6257 * $wgEnableDublinCoreRdf and $wgEnableCreativeCommonsRdf no longer work in core,
6258 and the functionality has been moved to the relevant extensions. See
6259 https://www.mediawiki.org/wiki/Extension:DublinCoreRdf and
6260 https://www.mediawiki.org/wiki/Extension:CreativeCommonsRdf as appropriate.
6261 * (bug 21107) Split error "customcssjsprotected" into separate messages for JS and CSS
6262 * Removed $wgCheckCopyrightUpload from DefaultSettings, since the relevant feature
6263 was removed in about 1.5.
6264 * LogPageValidTypes, LogPageLogName, LogPageLogHeader and LogPageActionText
6265 hooks have been removed.
6266 * New hook "Collation::factory" to allow extensions to create custom
6267 category collations.
6268 * $wgGroupPermissions now supports per namespace permissions.
6269 * $wgEnableAutoRotation enables or disables auto-rotation. Leaving it set to
6270 null will cause MediaWiki to determine if auto-rotation is available.
6271
6272 === New features in 1.18 ===
6273 * BREAKING CHANGE: action=watch / action=unwatch now requires a token.
6274 * BREAKING CHANGE: Article class hierarchy split into WikiPage (backend)
6275 and Article (frontend) hierarchies. Several hooks now pass a WikiPage object instead
6276 of an Article object. These hooks all use an $article parameter as documented in hooks.txt.
6277 Extensions should be updated to account for this, though most won't require any changes.
6278 * (bug 27860) Minor edit after clicking 'new section' tab
6279 Now the "This is a minor edit" checkbox is not available when you
6280 create a page or new section.
6281 * (bug 8130) Query pages should limit to content namespaces, not just main
6282 namespace.
6283 * Special:Contribs now redirects to Special:Contributions.
6284 * (bug 6672) Images are now autorotated according to their EXIF orientation.
6285 This only affects thumbnails; the source remains unrotated.
6286 * (bug 25708) Update case mappings and normalization to Unicode 6.0.0.
6287 * New hook ArticlePrepareTextForEdit added, called when preparing text to be
6288 saved.
6289 * New parser option PreSaveTransform added, allows the pre-save transformation
6290 to be selectively disabled.
6291 * Alternative to $wgHooks implemented, using the new Hooks class.
6292 * Add width parameter to Special:Filepath to allow getting the file path of a
6293 thumbnail.
6294 * (bug 26870) Add size to {{filepath:}}.
6295 * Upload warnings now show a thumbnail of the uploaded file.
6296 * Introduced the edittools-upload message, which will be inserted under the
6297 upload form instead of edittools if available.
6298 * (bug 26285) Extensions will be automatically generated on upload if the user
6299 specified a filename without extension.
6300 * (bug 26851) Special:UserRights now allows to prefill the reason field
6301 * New maintenance script to fix double redirects
6302 (maintenance/fixDoubleRedirects.php).
6303 * (bug 23315) New body classes to allow easier styling of special pages.
6304 * (bug 27159) Make email confirmation code expiration time configurable.
6305 * (bug 29047) CSS/JS for each user group is imported from MediaWiki:Group-sysop.js,
6306 MediaWiki:Group-autoconfirmed.css, etc.
6307 * (bug 24230) Uploads of ZIP types, such as MS Office or OpenOffice can now be
6308 safely enabled. A ZIP file reader was added which can scan a ZIP file for
6309 potentially dangerous Java applets. This allows applets to be blocked
6310 specifically, rather than all ZIP files being blocked.
6311 * (bug 2429) Allow selection of associated namespace in recent changes.
6312 * (bug 26217) File size is now checked before uploading in HTML5 browsers.
6313 * CSS stylesheet MediaWiki:Noscript.css is now loaded for users with JavaScript
6314 disabled (enclosed in the head in a <noscript> tag).
6315 * Added UserGetLanguageObject hook to change the language used in $wgLang.
6316 * (bug 14645) When $wgMiserMode is on, expensive special pages are styled
6317 differently (italicized by default) on Special:SpecialPages.
6318 * Added $wgAggregateStatsID, which allows UDP stats to be aggregated over
6319 several wikis.
6320 * When $wgAllowMicrodataAttributes is true, all itemtypes are allowed, not just
6321 the three that were defined in the original specification.
6322 * (bug 14706) Added support for the Imagick PHP extension.
6323 * (bug 18691) Added support for SVG rasterization using the Imagick PHP
6324 extension.
6325 * (bug 2581, bug 6834) Added links to thumbnail in several resolutions to the
6326 file description page. The sizes are set by $wgImageLimits.
6327 * (bug 28031) Add pageCount support to ArchivedFile.
6328 * (bug 27924) PhpHttpRequest doesn't return response body if HTTP != 200.
6329 * Added hook BitmapHandlerTransform to allow extension to transform a file
6330 without overriding the entire handler.
6331 * The parser now attempts to output markers for editsection tokens and defer the
6332 rendering of them post-cache to reduce parser cache fragmentation and ensure
6333 skin customizability of edit section links.
6334 * (bug 24755) AuthPlugin auto-creation of local accounts can now be aborted by
6335 other extensions by handling the 'AbortAutoAccount' hook, similar to the
6336 'AbortNewAccount' triggered by explicit account creations. (They are separate
6337 to avoid loops and confusion; auth plugins like CentralAuth need to handle
6338 AbortNewAccount separately.
6339 * Special:ListFiles is now transcludable.
6340 * (bug 13879) Special:Emailuser asks for suitable target user if called without.
6341 * (bug 16956) IPTC and XMP metadata now extracted from images.
6342 * (bug 23816) A tracking category is now added for any pages with broken images.
6343 * (bug 23495) Allow createAndPromote.php to create non-sysop users.
6344 * (bug 28916) A way to to toggle mw.config legacy globals settings from
6345 LocalSettings.php has been created by introducing $wgLegacyJavaScriptGlobals.
6346 * (bug 28503) Support for ircs:// URL protocols.
6347 * (bug 26033) It is now possible to count all non-redirect pages in content
6348 namespaces as articles.
6349 * Images can now be embedded in an XML dump stream using backupDump.php
6350 --include-files and can be imported using importDump.php --uploads;
6351 furthermore, it can import files from the filesystem using --image-base-path.
6352 * Three new hooks in Special:Undelete, 'UndeleteForm::showHistory',
6353 'UndeleteForm::showRevision' and 'UndeleteForm::undelete', so that extensions
6354 may override the usage of PageArchive class and replace it with their own
6355 class that extends PageArchive.
6356 * (bug 28915) Implement QUnit test suite for MediaWiki JavaScript.
6357 Also built-in support for distribution through a TestSwarm instance.
6358 * (bug 29036) For cascade-protected pages, the mw-textarea-cprotected class is
6359 added to the textarea on the edit form.
6360 * mw.util.wikiScript has been implemented (like wfScript in GlobalFunctions.php)
6361 * (bug 29067) Expose user.tokens (like we do user.options) in ResourceLoader.
6362 * New 'Debug' hook used by wfDebug() and wfDebugLog().
6363 * (bug 27655) Require token for watching/unwatching pages)
6364 * (bug 28904) (bug 29773) Update jQuery version from 1.4.4 to 1.6.2 (the latest version)
6365 * (bug 29441) Expose CapitalLinks config in JS to allow modules to properly
6366 handle titles on case-sensitive wikis.
6367 * (bug 29397) Implement mw.Title module in core.
6368 * In MySQL 4.1.9+ with replication enabled, fetch the slave lag from SHOW SLAVE
6369 STATUS instead of SHOW PROCESSLIST. This ensures that lag is reported
6370 correctly in the case where there are no write events occurring. Note that
6371 the DB user now needs to have the REPLICATION CLIENT privilege if you are
6372 using replication.
6373 * Language codes in $wgDummyLanguageCodes are now excluded on localization
6374 statistics (maintenance/language/transstat.php).
6375 * (bug 29586) Make the (next 200) links on categories link directly to
6376 the relevant section of the category.
6377 * (bug 29109) Allow the automatic edit summary for redirect creation
6378 show the first bit of the new redirect page.
6379 * (bug 29723) mw.util.wikiGetlink() now defaults to wgPageName.
6380 * (bug 29680) Add GetDefaultSortkey hook to override the default sortkey.
6381 * (bug 16699) {{#language:}} accepts second parameter to specify the language in
6382 which the language name is wanted. Coverage depends on the cldr extension.
6383 * (bug 15802) An easy way to look up messages: language qqx which returns
6384 the message keys.
6385 * (bug 29868) Add support for passing parameters to mw.msg in jquery.localize.
6386 * (bug 29558) $wgMiserMode now disables update.php by default.
6387 * AjaxCategories: Easily add, edit or delete categories on article pages.
6388 Suggests possible categories when typing, all saves are done via AJAX.
6389 Supports editing of multiple categories and then saving them in one batch.
6390 * $wgAutopromoteOnce was added, allowing for users to be automatically promoted
6391 to explicit usergroups. If a group is removed from a user via Special:UserRights,
6392 it will not automatically be re-added. Configuration is similar to
6393 $wgAutopromote (see DefaultSettings.php).
6394 * The PerformRetroactiveAutoblock hook was added to allow overriding or complementing
6395 retroactive autoblock handling. This runs when blocking a user with the 'autoblock' option.
6396 * MediaWiki now supports using protocol-relative URLs in links, interwiki
6397 targets and $wgServer.
6398 * Introduced $wgVaryOnXFPForAPI which will cause the API to send
6399 Vary: X-Forwarded-Proto headers.
6400 * New maintenance script to refresh image metadata (maintenance/refreshImageMetadata.php).
6401 * (bug 16428) Include permalink in printable version.
6402 * (bug 30722) Add an identity collation that sorts things based on what the
6403 unicode code point is (aka pre-1.17 behavior).
6404 * (bug 30940) Add a hook in User:getDefaultOptions.
6405 To give extensions a better and more flexible way of providing default
6406 values for preferences a hook has been introduced in User:getDefaultOptions().
6407 Setting preferences in $wgDefaultUserOptions still work fine, but when reading
6408 them (i.e. with array_keys) to get a list of all preferences, then
6409 $wgDefaultUserOptions should no longer be used as it will contain those set via
6410 User:getDefaultOptions().
6411 * (bug 30497) Add client-nojs and client-js classes on document element
6412 to let styles easily hide or show things based on general JS availability.
6413 * (bug 31293) If Special:Userlogin is loaded over HTTPS, display
6414 MediaWiki:loginend-https instead of MediaWiki:loginend, if it's not empty.
6415 Same for signupend on the account creation page.
6416 * (bug 31233) New OutputPage::addJsConfigVars() method to make the output page specific
6417 mw.config map extendable.
6418 * mw.util.wikiScript has been implemented (like wfScript in GlobalFunctions.php).
6419
6420 === Bug fixes in 1.18 ===
6421 * (bug 27860) Minor edit after clicking 'new section' tab.
6422 * (bug 23119) WikiError class and subclasses are now marked as deprecated.
6423 * (bug 10871) Javascript and CSS pages in MediaWiki namespace are no longer
6424 treated as wikitext on preview.
6425 * (bug 22753) Output from update.php is more clear when things changed, entries
6426 indicating nothing changed are now all prefixed by "...".
6427 * Page existence is now not revealed (in the colour of the tabs) to users who
6428 cannot read the page in question.
6429 * (bug 19006) {{REVISIONUSER}} no longer acts like {{CURRENTUSER}} in some
6430 cases.
6431 * (bug 16019) $wgArticlePath = "/$1" no longer breaks API edit/watch actions.
6432 * (bug 18372) File types blacklisted by $wgFileBlacklist will no longer be shown
6433 as "Permitted file types" on the upload form.
6434 * (bug 26379) importImages.php gives more descriptive error message on failure.
6435 * (bug 26410) + signs are no longer treated as spaces in internal links if
6436 link has a % sign in it.
6437 * (bug 26412) Search results headers no longer show a bogus edit link.
6438 * (bug 26540) Fixed wrong call to applyPatch in MysqlUpdater.
6439 * (bug 26574) Added 'upload' to $wgRestrictionTypes, allowing upload protected
6440 pages to be queried via the API and Special:ProtectedPages, and allowing
6441 disabling upload protection by removing it from $wgRestrictionTypes.
6442 * If an edit summary exceeds 250 bytes and is truncated, add an ellipse.
6443 * (bug 26638) Database error pages display correctly in RTL languages.
6444 * (bug 26187) Confirmrecreate no longer parses the edit summary.
6445 * (bug 26208) Mark directionality of some interlanguage links.
6446 * (bug 26034) Make the "View / Read" tab in content_navigation style tabs remain
6447 selected when the action is "purge".
6448 * (bug 14267) Support a MediaWiki:Mainpage-nstab override for the subject
6449 namespace tab on the mainpage of a wiki.
6450 * (bug 10158) Do not mention allowing others to contact you when the feature
6451 is disabled ($wgEnableUserEmail=false).
6452 * (bug 26733) Wrap initial table creation in transaction.
6453 * (bug 26729) Category pages should return 404 if they do not exist and have no
6454 members.
6455 * (bug 2585) Image pages should send 404 if no image, no shared image and no
6456 description page.
6457 * Custom editintro's using the editintro url parameter will no longer show
6458 <noinclude> sections on pages they are included on.
6459 * (bug 26449) Keep underlines from headings outside of tables and thumbs by
6460 adding overflow:hidden to h1,h2,h3,h4,h5,h6 (also fixes editsection bunching).
6461 * (bug 26708) Remove background-color:white from tables in Monobook and Vector.
6462 * (bug 28422) Remove color:black from tables in Monobook and Vector. And add it
6463 to table.wikitable instead.
6464 * (bug 26781) {{PAGENAME}} and related parser functions escape their output
6465 better.
6466 * (bug 26716) Provide link to instructions for external editor related
6467 preferences and add a comment to the ini control file explaining what is
6468 going on.
6469 * Trying to upload a file with no extension or with a disallowed MIME type now
6470 gives the right message instead of complaining about a MIME/extension
6471 mismatch.
6472 * (bug 26809) Uploading files with multiple extensions where one of the
6473 extensions is blacklisted now gives the proper extension in the error message.
6474 * (bug 26961) Hide anon edits in watchlist preference now actually works.
6475 * (bug 19751) Filesystem is now checked during image undeletion.
6476 * Send last modified headers for Special:Recentchanges when RC patrol is
6477 enabled, but user cannot see rc patrol links.
6478 * (bug 26548) ForeignAPIRepo (InstantCommons) now works with PDF files
6479 and other multi-paged file formats.
6480 * Files with a mime type that does not match the extension are now properly
6481 thumbnailed.
6482 * (bug 27201) Special:WhatLinksHere output no longer contains duplicate IDs.
6483 * (bug 15905) Nostalgia skin could become more usable by including a Talk:
6484 link at the top of the page.
6485 * (bug 27560) Search queries no longer fail in Walloon language.
6486 * (bug 27679) Broken embedded files with special characters are no longer
6487 double HTML escaped.
6488 * (bug 27700) The upload protection can now also be set for files that do not
6489 exist.
6490 * (bug 27763) Article::getParserOutput() no longer throws a fatal given when an
6491 incorrect revision ID is passed.
6492 * Trim the form field for uploading by url to remove extra spaces which could
6493 cause confusing error messages.
6494 * (bug 27854) Http::isValidURI is way too lax.
6495 * Do not show enotifminoredits preference, if disabled by $wgEnotifMinorEdits.
6496 * AbortLogin returning "ABORTED" now handled. Also allows message identifier
6497 for "ABORTED" reason to be returned and displayed to user.
6498 * (bug 28034) uploading file to local wiki when file exists on shared repository
6499 (commons) gives spurious info in the warning message.
6500 * Usernames get lost when selecting different sorts on Special:listfiles.
6501 * (bug 14005) editing section 0 of an existing but empty page gives no such
6502 section error.
6503 * (bug 26939) Installer does not set $wgMetaNamespace.
6504 * (bug 28166) UploadBase assumes that 'edit' and 'upload' rights are not per
6505 page restrictions.
6506 * Make truncate function automatically consider length of '...' string,
6507 since length can vary by localization.
6508 * (bug 28242) Make redirects generated by urls containing a local interwiki
6509 prefix be a 301 instead of a 302.
6510 * (bug 15641) blocked administrators are now prevented from deleting or
6511 protecting their own talk page; and all blocked users are more
6512 comprehensively prevented from performing other actions.
6513 * (bug 27893) Edit-on-doubleclick now applies only on view and purge actions;
6514 no longer triggers unexpectedly on delete, history etc.
6515 * (bug 28417) Fix PHP notice when importing revision without a listed id.
6516 * (bug 28430) Make html and TeX output of <math> always be left-to-right.
6517 * (bug 28306) Fix exposure of suppressed usernames in ForeignDBRepo.
6518 * (bug 28372) Fix bogus link to suppressed file versions in ForeignDBRepo.
6519 * (bug 27473) Fix regression: bold, italic no longer interfere with linktrail
6520 for ca, kaa.
6521 * (bug 28444) Fix regression: edit-on-doubleclick retains revision id again.
6522 * &apos; character entity is now allowed in wikitext.
6523 * UtfNormal::cleanUp on an invalid utf-8 sequence no longer returns false if
6524 intl installed.
6525 * (bug 28561) The css class small will no longer make nested elements even
6526 smaller.
6527 * (bug 13172) Array type exif data (like GPS) was not being extracted from
6528 images.
6529 * (bug 28532) wfMsgExt() and wfMsgWikiHtml() use $wgOut->parse().
6530 * (bug 16129) Transcluded special pages expose strip markers when they output
6531 parsed messages.
6532 * (bug 27249) "Installed software" table in Special:Version should always be
6533 left-to-right.
6534 * (bug 28719) Do not call mLinkHolders __destruct explicitly.
6535 * (bug 21196) Article::getContributors() no longer fails on PostgreSQL.
6536 * (bug 28752) XCache doesn't work in CLI mode.
6537 * (bug 28076) Thumbnail height limited to 360 pixels on Special:Listfiles.
6538 * (bug 22227) Special:Listfiles no longer throws an error on bogus file entries.
6539 * (bug 19408) user_properties.up_property: 32 bytes is not enough.
6540 * (bug 25262) Fix for minification of hardcoded data: URIs in CSS.
6541 * (bug 29263) Add LTR class to the shared CSS to be used for left-to-right text
6542 such as SQL queries shown in dberrortext and similar messages in RTL
6543 environments.
6544 * (bug 14977) Fixed $wgServer detection in cases where an IPv6 address is used
6545 as the server name.
6546 * The View X deleted revisions is now shown again on Special:Upload.
6547 * (bug 29071) mediawiki.action.watch.ajax.js should pass uselang to API.
6548 * (bug 28868) Show total pages in the subtitle of an image on the
6549 file description page for multi-paged documents.
6550 * (bug 28883) Message names for different compression types commonly
6551 used in Tiff files.
6552 * When transcluding a special page, do not let it interpret url parameters.
6553 * (bug 28887) Special page classes are no longer re-used during 1 request.
6554 * (bug 28888) Searching for something starting with a # sign no longer tells
6555 the user a page named [[:]] already exists.
6556 * (bug 23002) Imagelinks table not updated after imagemove.
6557 * (bug 27864) Transcluding {{Special:Prefix}} with empty prefix now lists all
6558 pages.
6559 * (bug 18803) JPEG2000 images should not be uploadable as .jpg files.
6560 * (bug 11868) If using links to count articles, the checking will now be based
6561 on the real presence of an internal link instead of the "[[" string.
6562 * (bug 28287) The "your changes" box for edit conflicts is now read-only.
6563 * (bug 28940) When making a thumb of an SVG, and only specifying the height
6564 make the width be the max SVG size, not the natrual width of the SVG.
6565 * (bug 1780) Uploading files with non-ascii characters are now forbidden on
6566 Windows.
6567 * (bug 23464) File: prefixes are now chopped off during uploading.
6568 * (bug 28174) Message config-logo-help amended to not explicitly assume any
6569 LTR/RTL screen layout.
6570 * (bug 28992) Revision numbers in the patrol log are transformed in the user
6571 language.
6572 * (bug 27073) ResourceLoaderDynamicStyles marker should be dynamically appended to
6573 the document head if it doesn't exist.
6574 * (bug 27023) After the document is ready, mw.loader is broken (calls callback
6575 before module is parsed).
6576 * (bug 4330) External URLs without a custom title should be treated as LTR,
6577 even in RTL text.
6578 * (bug 29055) Make "don't send email on minor edits" preference apply to
6579 changes to talk page in addition to watchlist edits.
6580 * (bug 28272) Special:AllMessages should have only one "Go" button.
6581 * (bug 29101) Special:FileDuplicateSearch no longer shows silly message.
6582 * (bug 29048) jQuery.tabIndex: firstTabIndex() should not output the same
6583 as lastTabIndex().
6584 * (bug 29332) Warn if user requests mediawiki-announce subscription but does not
6585 enter an e-mail address.
6586 * (bug 25375) Add canonical namespaces to "wgNamespaceIds" in mw.config.
6587 * The class JpegOrTiffHandler was renamed ExifBitmapHandler.
6588 * (bug 29443) Special:Undelete should use JavaScript to invert all checkboxes
6589 instead of reloading the page.
6590 * (bug 29325) Setting $wgStrictFileExtensions to false no longer gives incorrect warning.
6591 * (bug 29437) Multiple apostrophes in deleted article title cause odd rendering.
6592 * (bug 29485) RSS feed of Special:RecentChange grouped together multiple
6593 consecutive edits by same user in included diff, but then linked to
6594 a single ungrouped diff.
6595 * Do not try to group together a page creation and edit in the RSS feed of RC.
6596 * (bug 29342) Patrol preferences shouldn't be visible to users who don't have
6597 patrol permissions.
6598 * (bug 29471) Exception no longer thrown for files with invalid date in metadata.
6599 * (bug 29492) Long-running steps in the installer (such as Upgrade and Install)
6600 no longer cause timeouts.
6601 * (bug 29507) Change 'image link' to 'file link' in Special:Whatlinkshere.
6602 * If the db is really screwed up, and doesn't have a recentchanges table,
6603 make the updater throw an exception instead of a fatal.
6604 * wfArrayToCGI() and wfCgiToArray() now handle nested and associative arrays
6605 correctly.
6606 * (bug 29567) mw.util.addPortletLink should only wrap link in <span> for
6607 "vectorTabs" portlets.
6608 * (bug 8556) Incorrect session failure warning on preview-on-open
6609 namespaces (categories) when combined with $wgRawHtml.
6610 * Use content language in formatting of dates in revertpage message
6611 (rollback revert edit summary) and do not adjust for user timezone.
6612 * (bug 29277) MediaWiki:Filepage.css is also shown on the local wiki
6613 * Make sure Backlink cache does not retrieve interwiki redirects when looking for
6614 redirects to a local page.
6615 * (bug 6100) Allow different directionality (LTR/RTL) for user interface
6616 and wiki content, along with many other RTL and directionality improvements
6617 (such as bugs 28030, 12406, 28349).
6618 * (bug 29712) Removed broken defaultUserOptionOverrides in MessagesXx files and
6619 unneeded CSS flipping of quickbar. Instead, introduce option 5 which sets
6620 left/right according to the directionality of your interface language.
6621 * (bug 19514) Unordered list list-style-image should be IE6-compatible (8-bit).
6622 * (bug 27410) The tag filter on a history page is now within a <label> element.
6623 * (bug 29779) DairikiDiff/WikiDiff <ins> and <del> should undo browser default
6624 styling (strike/underline).
6625 * (bug 28630) Add iwlinks, langlinks, redirect to
6626 RefreshLinks::deleteLinksFromNonexistent.
6627 * (bug 29797) Error: "Tried to load block with invalid type" when subpages
6628 are disabled for user pages.
6629 * (bug 12205) Bidirectional names in action=credits are split and displayed
6630 incorrectly when wrapped to the next line.
6631 * (bug 20781) Move 'mainpagetext' messages to installer's .i18n file.
6632 * (bug 29737) "MediaWiki:Qbsettings-directionality" should refer to script,
6633 not language.
6634 * (bug 26360) $wgSessionHandler was overriding system settings unconditionally.
6635 * Removed AjaxFunctions.php. The last remaining function js_unescape() was moved
6636 to the FCKEditor extension.
6637 * (bug 28762) Resizing to specified height broken for very thin images.
6638 * (bug 29959) Installer fatal when cURL and allow_url_fopen is disabled and user
6639 tries to subscribe to mediawiki-announce.
6640 * (bug 27427) mw.util.getParamValue shouldn't return value from hash even if
6641 param is only present in hash.
6642 * Installer checked for magic_quotes_runtime instead of register_globals.
6643 * (bug 30131) XCache with variable caching disabled no longer used for variable
6644 caching (CACHE_ACCEL)
6645 * $wgSVGMaxSize is now applied to the smaller of width or height, making very wide
6646 pano/timeline/diagram SVGs renderable at saner sizes.
6647 * (bug 30219) The page shown when LocalSettings.php does not exist was broken on
6648 Windows servers.
6649 * (bug 30074) Moving user JS subpages resulted in JS errors because
6650 #REDIRECT [[Foo]] is invalid JS.
6651 * (bug 30335) Fix for HTMLForms using GET breaking when non-friendly URLs
6652 are used.
6653 * (bug 30264) Changed installer-generated LocalSettings.php to use require_once()
6654 instead of require() for included extensions.
6655 * Tracking categories are no longer shown in footer for special pages.
6656 * (bug 30684) Fix bad escaping in mw.message for inexistent messages (i.e. <key>).
6657 * $wgOverrideSiteFeed no longer double escapes urls.
6658 * The preprocessor no longer fails with a PHP warning about XML_PARSE_HUGE when
6659 processing complex pages using newer versions of libxml2.
6660 * (bug 30907) Special:Unusedcategories should sort ascendingly.
6661 * (bug 28545) When using the uca-default collation, sortkey's starting with a
6662 space (U+20) will sort under an invisible header like in 1.16 rather than a U+6DE.
6663 * (bug 30192) Thumbnails of archived files are now deleted.
6664 * (bug 30843) mediawiki.Title should not convert extensions (anything after the
6665 last full stop) to lower case).
6666 * (bug 31213) Exception thrown when trying to move file cross-namespace.
6667 * (bug 18424) Special:Prefixindex and Special:Allpages paging links are
6668 really small, and somewhat inconsistent with each other.
6669 * (bug 30466) Entries in iwlinks table are now cleared when moving a page over
6670 redirect.
6671 * (bug 31674) Can't edit watchlist if it contains special pages.
6672 * (bug 32100) Installer complains about Suhosin GET limit even if it is
6673 already set above 1024 bytes.
6674
6675 === API changes in 1.18 ===
6676 * BREAKING CHANGE: action=watch now requires POST and token.
6677 * (bug 26339) Throw warning when truncating an overlarge API result.
6678 * (bug 14869) Add API module for accessing QueryPage-based special pages.
6679 * (bug 14020) API for Special:Unwatchedpages.
6680 * (bug 24287) Wrap API Help output at 100 characters.
6681 * Add a realname uiprop option to query=userinfo so a user's realname can be
6682 extracted.
6683 * Add a &watchuser option to ApiBlock.
6684 * (bug 26541) Generator-ise ApiQueryRecentChanges.
6685 * action=parse now correctly returns an error for nonexistent pages.
6686 * (bug 25767) Add userrights properties to allusers and users query lists.
6687 * (bug 26558) list=allusers auprop=groups does not list groups a user is
6688 automatically a member of.
6689 * (bug 26559) list=allusers auprop=rights does not match
6690 list=users usprop=rights.
6691 * (bug 26560) On allusers if limit < total number of users, last user gets
6692 duplicate.
6693 * (bug 25135) add "normalized" to action=parse.
6694 * (bug 26460) Add support for listing category members by category pageid.
6695 * (bug 26482) add a imimages param to prop=images.
6696 * (bug 26498) allow LinksUpdate with API.
6697 * (bug 26485) add a elextlinks param to prop=extlinks.
6698 * (bug 26483) add a iwtitles param to prop=iwlinks.
6699 * (bug 26484) add a lltitles param to prop=langlinks.
6700 * (bug 26480) add a pppageprops param to prop=pageprops.
6701 * (bug 26650) Remove $wgAPICacheHelp in favour of $wgAPICacheHelpTimeout.
6702 * (bug 24650) Fix API to work with categorylinks changes.
6703 * Expose list of skins in meta=siteinfo.
6704 * (bug 26548) Add iiurlparam param to query=imageinfo and query=stashimageinfo.
6705 * (bug 27205) aiprop=metadata and aiprop=parsedcomment need help text.
6706 * Add a amtitle param to meta=allmessages.
6707 * (bug 25832) query=allimages now outputs ns/title as well.
6708 * (bug 27199) Thumbnail urls can be fetched for old files as well.
6709 * (bug 27376) when using ApiBase::PARAM_TYPE => 'integer' without a min or
6710 max value, API doesn't validate the input is actually an integer.
6711 * (bug 27479) API error when using both prop=pageprops and
6712 prop=info&inprop=displaytitle.
6713 * (bug 27554) Update API information text to reflect change in bug 26125.
6714 * (bug 27611) list=blocks: Use ipb_by_text instead of join with user table.
6715 * (bug 27616) Add userid of blocked user and blocker to list=blocks.
6716 * (bug 27688) Simplify queries to list user block information.
6717 * (bug 27708) list=users does not have a property to return user id.
6718 * (bug 27715) imageinfo didn't respect revdelete.
6719 * (bug 27862) Useremail module didn't properly return success on success.
6720 * (bug 27590) prop=imageinfo now allows querying the media type.
6721 * (bug 27587) list=filearchive now outputs full title info.
6722 * (bug 27018) Added action=filerevert to revert files to an old version.
6723 * (bug 27897) list=allusers and list=users list hidden users.
6724 * (bug 27717) API's exturlusage module does not respect $wgMiserMode.
6725 * (bug 27588) list=filearchive&faprop=sha1 returns empty attribute.
6726 * (bug 28010) Passing a non existent user to list=users gives internal error.
6727 * (bug 27549) action=query&list=users&usprop=groups doesn't show implicit
6728 groups if a user doesn't have explicit groups.
6729 * (bug 27670) Ordering by timestamp (and usage of start and end) isn't as clear
6730 in auto generated document, as it is on mediawiki.org.
6731 * (bug 27182) API: Add filter by prefix for meta=allmessages.
6732 * (bug 27183) API: Add filter by customisation state for meta=allmessages.
6733 * (bug 27340) API: Allow listing of "small" categories.
6734 * (bug 27342) Add audir param to list=allusers.
6735 * (bug 27203) add fato param to list=filearchive.
6736 * (bug 27341) Add drto param to list=deletedrevs.
6737 * (bug 26630) Add API for Special:ActiveUsers.
6738 * (bug 27020) API: Allow title prefix search of logevents (only when not in
6739 miser mode).
6740 * (bug 26629) add Special:MIMESearch to API.
6741 * (bug 27585) add pagecount to list=filearchive.
6742 * (bug 28104) Namespace for local pages in interwiki backlinks (iwbacklinks)
6743 is missing.
6744 * (bug 27343) Add parseddescription to list=filearchive.
6745 * (bug 27469) label implicit groups in list=allusers&auprop=groups/
6746 list=users&usprop=groups.
6747 * Addition of APIQuerySiteInfoGeneralInfo hook to add extra information to
6748 the general site info results.
6749 * (bug 16288) API: consider making closure status of wikis more clear
6750 with meta=siteinfo.
6751 * (bug 27589) list=allimages&aiprop=archivename is useless.
6752 * (bug 27586) Remove duplication of props in ApiQueryStashImageInfo
6753 by using ApiQueryImageInfo.
6754 * (bug 28226) prop=extlinks&eloffset should be an integer.
6755 * (bug 28070) Fix watchlist RSS for databases that store timestamps in a
6756 real timestamp field.
6757 * API upload errors may now return the parameter that needs to be changed and
6758 a sessionkey to fix the error.
6759 * (bug 28249) allow dupes in meta=allmessages&amargs.
6760 * (bug 28263) cannot import xml with the API, when have not "import" user
6761 right, but "importupload".
6762 * (bug 28365) Added description for uiprop=preferencestoken in meta=userinfo.
6763 * (bug 28394) Set forgotten parameters types in ApiUnblock.
6764 * (bug 28395) Set forgotten parameters types in ApiParse.
6765 * (bug 28368) add hint for multipart/form-data to API information of
6766 action=import&xml=.
6767 * (bug 28391) action=feedwatchlist&allrev should be a bool.
6768 * (bug 28364) add registration date to meta=userinfo.
6769 * (bug 28254) action=paraminfo: Extract type from PARAM_DFLT if
6770 PARAM_TYPE is not set.
6771 * (bug 27712) add parent_id to list=deletedrevs.
6772 * (bug 28455) Add 'toponly' to recentchanges API module.
6773 * (bug 26873) API: Add 'toponly' filter in usercontribs module.
6774 * (bug 28586) YAML: strings that are the same as boolean literals.
6775 * (bug 28591) Update/replace/supplement spyc (YAML parsing library).
6776 * YAML API output is now 1.2 compliant, using JSON as the formatter.
6777 * (bug 28672) give information about misermode on API.
6778 * (bug 28558) Add iw_api and iw_wikiid to meta=siteinfo&siprop=interwikimap
6779 * (bug 26882) Allow listing of indefinite protections with the API.
6780 * (bug 27344) add drprefix param to list=deletedrevs.
6781 * (bug 28560) list=deletedrevs should die, if combination of param is invalid.
6782 * (bug 28238) paraminfo: output both limits for multi param.
6783 * (bug 27179) API: List of extension tags through meta=siteinfo.
6784 * Get a list of function hooks through meta=siteinfo.
6785 * Get a list of all subscribed hooks, and those subscribers.
6786 * (bug 28225) Allow hiding of user groups in list=allusers.
6787 * (bug 27185) API: Add Special:ComparePages.
6788 * (bug 28265) allow outputting of comments for action=expandtemplates.
6789 * (bug 27790) Add query type for querymodules to output of ApiParamInfo.
6790 * (bug 28963) Add langbacklinks query module to the api.
6791 * (bug 27593) API should return error message when sha1/sha1base36 is invalid.
6792 * (bug 28578) API's parse module should not silently override invalid
6793 title inputs.
6794 * (bug 20699) Watchlist API should list log-events.
6795 * (bug 29070) Require a token in API action=watch.
6796 * (bug 29221) Expose oldrevid in ApiQueryWatchlist output.
6797 * (bug 29267) Always give the servername for meta=siteinfo&siprop=dbrepllag.
6798 * (bug 28897) rvparse now respects rvsection for action=query&prop=revisions.
6799 * (bug 25734) API: Possible issue with revids validation.
6800 * (bug 28002) Internal error in ApiFormatRaw::getMimeType.
6801 * (bug 29237) ApiQuery now has an option to output the "iwurl" attribute.
6802 * (bug 28392) Mark action=undelete&timestamps as type "timestamp".
6803 * (bug 21346) Make deleted images searchable by hash (disabled in Miser Mode).
6804 * (bug 27595) sha1 search of list=filearchive does not work.
6805 * (bug 26763) Make RSS/Atom of user contributions more visible.
6806 * (bug 25133) Allow redirects also for action=parse&pageid.
6807 * (bug 29745) Fatal error in API search.
6808 * (bug 29476) API returns page title instead of sectiontitle for
6809 srprop=sectiontitle.
6810 * Correct the documentation of srprop properties.
6811 * (bug 28817) Add reference help page link to API Modules.
6812 * (bug 29935) Improve formatting of examples in ApiParamInfo.
6813 * (bug 29938) list=users&usprop=rights shows rights the user doesn't have.
6814 * (bug 24781) The API will include an XML namespace if the includexmlnamespace
6815 parameter is set.
6816 * (bug 29392) Setting the start or end parameter now works with lists blocks,
6817 categorymembers, deletedrevs, logevents, protectedtitles, usercontributions
6818 and watchlist in Postgres.
6819
6820 === Languages updated in 1.18 ===
6821
6822 MediaWiki supports over 330 languages. Many localisations are updated
6823 regularly. Below only new and removed languages are listed, as well as
6824 changes to languages because of Bugzilla reports.
6825
6826 * Angika (anp) (new).
6827 * Brahui (brh) (new).
6828 * Central Dusun (dtp) (new).
6829 * Jamaican Creole English (jam) (new).
6830 * Khowar (khw) (new).
6831 * Liv (liv) (new).
6832 * Kichwa (qug) (new).
6833 * Tokipona (tp) (removed) 'tokipona' is still valid.
6834 * (bug 17160) Gender specific display text for User namespace.
6835 * Link trail added for sl and sh.
6836 * (bug 27633) Add characters to linkTrail for Portuguese (pt and pt-br).
6837 * (bug 27426) Set $namespaceGenderAliases for Arabic (ar).
6838 * (bug 27385) Set Polish $namespaceGenderAliases.
6839 * (bug 27681) Set $namespaceGenderAliases for Portuguese (pt and pt-br).
6840 * (bug 27785) Fallback language for Kabardian (kbd) is English now.
6841 * (bug 27825) Raw watchlist edit message now uses formatted numbers.
6842 * (bug 28040) Turkish: properly lower case 'I' to 'i' (dotless i) and
6843 uppercase 'i' to 'I' (dotted i).
6844 * Conversion script between Syllabics and Latin for the Inuktitut language.
6845 * Date formats for Indonesian (id) updated.
6846 * Bhojpuri (bho) (renamed from "bh").
6847 * (bug 29031) When translating block log entries, indefinite, infinite, and
6848 infinity are now considered the same.
6849 * Aromanian (rup) (renamed from "rua-rup").
6850 * Kashmiri (ks) split into Kashmiri (Perso-Arabic) (ks-arab) and Kashmiri
6851 (Devanagari) (ks-deva). Defaults to ks-arab.
6852 * (bug 30864) Use bengali numerals for <ol> for Assamese.
6853 * (bug 30817) Restored linktrail for kk (Kazakh).
6854 * (bug 27398) Add $wgExtraGenderNamespaces for configured gendered namespaces.
6855 * (bug 30846) New LanguageOs class.
6856
6857 === Other changes in 1.18 ===
6858 * Removed legacy wgAjaxWatch javascript global object, no longer in use.
6859 * (bug 28556) Upload support for MacBinary files has been removed (Used by
6860 Internet Explorer 5 for Mac OS 9).
6861 * On wiki farm setups using $wgConf, 'wgCanonicalServer' is now expected to be
6862 set for all wikis. This was already the case for 'wgServer'.
6863
6864 == MediaWiki 1.17 ==
6865
6866 == MediaWiki 1.17.5 ==
6867 2012-06-12
6868
6869 This is a security release of the MediaWiki 1.17 branch.
6870
6871 === Summary of selected changes in 1.17 ===
6872
6873 Selected changes since MediaWiki 1.16 that may be of interest:
6874
6875 * A new installer has been introduced. It has a wizard-style interface which is
6876 translated into many languages. Many shortcomings in the old installer were
6877 addressed with this rewrite. Note that it is no longer required for the config
6878 directory to be made writable by the webserver. Instead the generated
6879 LocalSettings.php file is offered as a download, which you must then upload
6880 to the wiki's base directory.
6881
6882 * ResourceLoader, a new framework for delivering client-side resources such as
6883 JavaScript and CSS, has been introduced. These resources are now delivered
6884 through the new entry point script "load.php", instead of as static files
6885 served directly by the web server. This allows minification, compression and
6886 client-side caching to be used more effectively, which should provide a net
6887 performance improvement for most users.
6888
6889 * Category sorting has been improved.
6890 ** Sorting is now case insensitive.
6891 ** Sub-categories, pages and files can now be paged separately.
6892 ** When several pages are given the same sort key, they sort by their
6893 names instead of randomly.
6894
6895 * The lowest supported version of PHP is now 5.2.3. If necessary, please
6896 upgrade PHP prior to upgrading MediaWiki.
6897
6898 === Changes since 1.17.4 ===
6899
6900 * (bug 36938) Correctly escape uselang attribute to prevent xss
6901 * Expanded Blacklist for SVG Files
6902
6903 === Changes since 1.17.3 ===
6904
6905 * (bug 35961) Hash comparison should always be strict.
6906 * Fix broken email confirmation expiration caused by MWCryptRand changes.
6907 * (bug 35671) PHP Notice: Undefined index: gettoken in includes/api/ApiMain.php
6908 on line 598.
6909
6910 === Changes since 1.17.2 ===
6911
6912 * (bug 22555) Remove or skip strip markers from tag hooks like &lt;nowiki&gt; in
6913 core parser functions which operate on strings, such as padleft.
6914 * (bug 34212) ApiBlock/ApiUnblock allow action to take place without a token
6915 parameter present.
6916 * (bug 34907) Fixed exposure of tokens through load.php that could have facilitated
6917 CSRF attacks.
6918 * (bug 35317) CSRF in Special:Upload.
6919
6920 === Changes since 1.17.1 ===
6921 * (bug 33117) prop=revisions allows deleted text to be exposed through cache pollution.
6922 * (bug 32709) Private Wiki users were always taken to Special:Badtitle on login.
6923
6924 === Changes since 1.17.0 ===
6925
6926 * (bug 29535) Added missing Creative Commons CC0 icon.
6927 * (bug 29726) Fixed failure to load internationalization messages in
6928 client-side scripts on WebKit-based browsers.
6929 * Fixed a bug in message transformation where the previous language could leak
6930 into later transformations in the UI language.
6931 * (bug 29091) Fixed form of native name for Ossetic language (Иронау -> Ирон)
6932 * Fixed maintenance scripts upgrade1_5.php and rebuildImages.php, they did not
6933 work at all since 1.17 beta 1.
6934 * (bug 29531) Fixed img_auth.php for thumbnails and other filenames with
6935 multiple dots, was broken by the fix for bug 28840.
6936 * In the maintenance script purgeList.php, fixed a fatal error when a page
6937 title is given, instead of a URL.
6938 * (bug 19514) Unordered list list-style-image should be IE6-compatible (8-bit).
6939 * Installer checked for magic_quotes_runtime instead of register_globals.
6940 * $wgSVGMaxSize is now applied to the smaller of width or height, making very
6941 wide pano/timeline/diagram SVGs renderable at saner sizes.
6942 * (bug 29959) Installer fatal when cURL and allow_url_fopen is disabled and user
6943 tries to subscribe to mediawiki-announce.
6944 * Installer checked for magic_quotes_runtime instead of register_globals
6945 * (bug 30131) XCache with variable caching disabled no longer used for variable
6946 caching (CACHE_ACCEL)
6947 * (bug 30264) Changed installer-generated LocalSettings.php to use require_once()
6948 instead require() for included extensions.
6949 * (bug 26486) ResourceLoader modules with paths to nonexistent files cause PHP
6950 warnings/notices to be thrown
6951 * (bug 30907) Special:Unusedcategories should sort ascendingly.
6952 * (bug 30219) The page shown when LocalSettings.php does not exist was broken on
6953 Windows servers.
6954 * Hardcoded NLS_NUMERIC_CHARACTERS for Oracle DB to prevent type conversion errors.
6955 * Fixed recentchanges FK violation on page delete and cache purge error in updater
6956 for Oracle DB.
6957 * (bug 32276) Skins were generating output using the internal page title which
6958 would allow anonymous users to determine whether a page exists, potentially
6959 leaking private data. In fact, the curid and oldid request parameters would
6960 allow page titles to be enumerated even when they are not guessable.
6961 * (bug 32616) action=ajax requests were dispatched to the relevant internal
6962 functions without any read permission checks being done. This could lead to
6963 data leakage on private wikis.
6964
6965 === Changes since 1.17.0rc1 ===
6966
6967 * Fixed syntax error in generated LocalSettings.php when a non-default user
6968 rights profile is chosen.
6969 * (bug 29399) Fixed PostgreSQL installation when the DB user for installation
6970 is the same as the one for web access.
6971 * (bug 29233) Fixed failover for DB slave servers. When a DB slave went down,
6972 an error was immediately shown to the user, instead of trying another slave.
6973 Was broken since 1.17 beta 1.
6974 * (bug 29278) Fixed PHP fatal error when attempting to add text to a page via a
6975 redirect.
6976 * (bug 29408) Fixed uploads of files with MIME types that aren't detected by
6977 MediaWiki.
6978 * Removed DEFAULT '' NOT NULL field definitions from Oracle DB schema because
6979 using the DEFAULT value ('') in DML broke Oracle backend as it treats an
6980 empty VARCHAR2 value as NULL. Indexes on Oracle do not require NOT NULL
6981 fields.
6982
6983 === Changes since 1.17 beta 1 ===
6984
6985 * Fixed warning about missing file "password.js".
6986 * When installing on MySQL, don't attempt to create a new database user if the
6987 same user is used for installation and web access.
6988 * Fixed SQL query errors in queries with table aliases.
6989 * (bug 27891) Fixed the "chronology protector", broken since 1.17beta1, which
6990 ensures that when database replication is used, the new version is seen by
6991 the user immediately after they create or edit an article.
6992 * (bug 28845) Allow PostgreSQL installation using a non-root user account which
6993 has role creation abilities.
6994 * When installing on PostgreSQL and the install account is the same as the web
6995 account, check to make sure that the account has suitable privileges in the
6996 mediawiki schema.
6997 * (bug 28172) Fixed error in PostgreSQL installation when creating the wiki
6998 sysop account.
6999 * Fixed an issue with the Oracle installer in cases where the user is different
7000 to the database name.
7001 * Added "unblockself" to the list of available rights.
7002 * In the installer, fixed the "user rights profile" option, it never worked.
7003 * (bug 29117) Fixed Hebrew localisation of the installer.
7004 * (bug 28840) Reduce the collateral damage caused by the fix for bug 28235 (XSS
7005 on Internet Explorer 6 due to a file extension in the query string) by
7006 reducing the number of URLs that are blocked, and by redirecting the request
7007 to a safer URL where possible instead of blocking it.
7008 * (bug 28812) Fixed documentation of API action=parse.
7009 * (bug 28979) Fixed styling of <abbr> and <acronym>.
7010 * Fixed the error message displayed when you try to create an account by email,
7011 but an email address is not given.
7012 * Fixed JS error due to missing dependency for jquery.suggestions.
7013 * Exposed $wgExtensionAssetsPath in JavaScript.
7014 * (bug 28738) Made ResourceLoader support environments with small URL length
7015 limits. The length limit can be configured via $wgResourceLoaderMaxQueryLength,
7016 and this is set automatically in the generated LocalSettings.php when the
7017 php.ini variable "suhosin.get.max_value_length" is set. When a URL exceeds
7018 this limit, the request is split up. Also, reduced the average length of
7019 load.php URLs by using a more compact parameter format.
7020 * (bug 25262) Fix for minification of hardcoded data: URIs in CSS.
7021 * (bug 25124) Respect $wgStyleDirectory in ResourceLoader.
7022 * Allow installation when no HTTP client is available, don't throw an exception.
7023 * (bug 27465) Fix metadata extraction for SVG files using unusual namespace
7024 names.
7025 * (bug 29174) Fix regression in upload-by-URL: uploading files larger than the
7026 PHP memory limit should work again.
7027 * Fixed the display of comments in the new user log.
7028 * (bug 28237) When installing extensions using the web-based installer, create
7029 any necessary database tables.
7030 * (bug 28983) Fixed automated installation of extensions that overwrite $path.
7031 * Fixed error caused by missing magic words.
7032 * Fixed breakage of article editing in PostgreSQL due to text search
7033 configuration errors.
7034 * Fixed the HTTPS client used when Curl is not available. This avoids an error
7035 during install about failure of the mediawiki-announce subscription.
7036 * (bug 28162) When installing to PostgreSQL, respect the "database port" input,
7037 it was ignored.
7038
7039 === Configuration changes in 1.17 ===
7040
7041 * $wgLogAutocreatedAccounts controls whether autocreation of accounts is logged
7042 to new users log.
7043 * (bug 22858) $wgLocalStylePath is by default set to the same value as
7044 $wgStylePath but should never point to a different domain than the site is
7045 on, allowing skins to use .htc files which are not cross-domain friendly.
7046 * $wgFileStore has been deprecated. The only usage $wgFileStore['deleted'] has
7047 been turned into $wgDeletedDirectory.
7048 * $wgDeletedDirectory has been added to specify what directory to place deleted
7049 uploads in.
7050 * IBM DB2 database no longer uses the db specific $wgDBport_db2 variable but the
7051 normal $wgDBport.
7052 * $wgCategoryPrefixedDefaultSortkey was removed and is now always false. This
7053 provides more sensible sorting behavior for categories.
7054 * Removed unused globals: $wgEnableSerializedMessages, $wgCheckSerialized,
7055 $wgUseMemCached, $wgDisableSearchContext, $wgColorErrors, $wgUseZhdaemon,
7056 $wgZhdaemonHost and $wgZhdaemonPort.
7057 * (bug 24408) The include_path is not modified in the default LocalSettings.php
7058 * $wgVectorExtraStyles was removed, and is no longer in use.
7059 * Removed $wgUpdates for database updates; extensions should use
7060 DatabaseUpdater::addExtensionUpdate() via the LoadExtensionSchemaUpdates hook.
7061 * Removed $wgServerName. It doesn't need to be set anymore and is no longer
7062 available as input for other configuration items, either.
7063 * It's no longer necessary for LocalSettings.php to include DefaultSettings.php.
7064 * It's no longer necessary to set $wgCacheEpoch to the file modification time
7065 of LocalSettings.php, in LocalSettings.php itself. Instead, this is done
7066 automatically if $wgInvalidateCacheOnLocalSettingsChange is true (which is
7067 the default).
7068 * $wgCopyrightIcon is deprecated and $wgFooterIcons['copyright']['copyright']
7069 should be used instead.
7070 * $wgSysopUserBans is deprecated, and will be made permanently true in 1.18.
7071 If you need this functionality, you should use the BlockIp hook to filter and
7072 reject such blocks.
7073 * $wgSysopRangeBans is deprecated, you should set $wgBlockCIDRLimit to maximum
7074 (32 for IPv4, 128 for IPv6), equivalent to allowing rangeblocks of only 1
7075 address at a time.
7076
7077 === New features in 1.17 ===
7078
7079 * (bug 10183) Users can now add personal styles and scripts to all skins via
7080 User:<name>/common.css and /common.js (if user css/js is enabled).
7081 * (bug 22748) Add anchors on Special:ListGroupRights.
7082 * (bug 21981) Add parameter 'showfilename' to <gallery> to automatically
7083 apply the names of the individual files within the gallery.
7084 * Future-proof redirection to fragments in Gecko, so things work a little nicer
7085 if they fix <https://bugzilla.mozilla.org/show_bug.cgi?id=516293>.
7086 * Support git:// and mms:// protocols by default for external links.
7087 * (bug 15810) Blocked admins can no longer unblock themselves without the
7088 'unblockself' permission (which they have by default).
7089 * (bug 18499) Added "enhanced" URL parameter to switch between old and enhanced
7090 changes list.
7091 * (bug 22925) "sp-contributions-blocked-notice-anon" message now displayed when
7092 viewing contributions of a blocked IP address.
7093 * (bug 22474) {{urlencode:}} now takes an optional second parameter for type of
7094 escaping.
7095 * Special:Listfiles now supports a username parameter.
7096 * Special:Random carries over query string parameters.
7097 * (bug 23206) Add Special::Search hook for detecting successful "Go".
7098 * When visiting a "red link" of a deleted file, a deletion and move log excerpt
7099 is provided on the Upload form.
7100 * (bug 22647) Add category details in search results.
7101 * (bug 23276) Add hook to Special:NewPages to modify query.
7102 * Add accesskey 's' and tooltip to 'Save' button at Special:Preferences.
7103 * Add accesskey 'b' and tooltip to the summary field of edit mode.
7104 * (bug 20186) Allow filtering Special:Contributions for RevisionDeleted edits.
7105 * ajaxwatch now uses the API and JQuery, and can be used to animate arbitrary
7106 watch links, not just to watch the page the link is on.
7107 * (bug 20976) "searchmenu-new-nocreate" message now displayed when there
7108 is no title match in search and the user has no rights to create pages.
7109 * (bug 23429) Added new hook WatchlistEditorBuildRemoveLine.
7110 * (bug 22844) Added support for WinCache object caching (for IIS).
7111 * (bug 23580) Add two new events to LivePreview so that scripts can be notified
7112 about the beginning and finishing of LivePreview actions.
7113 * (bug 21278) Now the sidebar allows inclusion of wiki markup.
7114 * (bug 23733) Add IDs to messages used on CSS/JS pages.
7115 * Show validity period of the login cookie in Special:UserLogin and
7116 Special:Preferences.
7117 * Interlanguage links display the page title in their tooltip.
7118 * (bug 23621) New Special:ComparePages to compare (diff) two articles.
7119 * (bug 4597) Provide support in Special:Contributions to show only "current"
7120 contributions
7121 * (bug 17857) {{anchorencode}} acts more like how the parser creates section ids
7122 * (bug 21477) \& can now be used in <math>
7123 * (bug 11641) \dotsc \dotsm \dotsi \dotso can now be used in <math>
7124 * (bug 21475) \mathtt and \textsf can now be used in <math>
7125 * texvc is now run via ulimit4.sh, to limit execution time.
7126 * SQLite now supports $wgSharedDB.
7127 * (bug 8507) Group file links by namespace:title on image pages.
7128 * Stop emitting named entities, so we can use <!DOCTYPE html> while still being
7129 well-formed XML.
7130 * texvc now supports \bcancel and \xcancel in addition to \cancel and \cancelto
7131 * Added scriptExtension setting to $wgForeignFileRepos.
7132 * ForeignApiRepo uses scriptDirUrl if apiBase not set.
7133 * (bug 24212) Added MediaWiki:Filepage.css which is also included on foreign
7134 client wikis.
7135 * (bug 14685) Double underscore magic word usage is now tracked in the
7136 page_props table, as well as the behavioral magic words {{DEFAULTSORT}} and
7137 {{DISPLAYTITLE}}
7138 * (bug 24045) MediaWiki:Ipb-needreblock is now wrapped in a div with class
7139 "mw-ipb-needreblock"
7140 * Non-file pages can no longer be moved to the file namespace, nor vice versa.
7141 * (bug 671) The <dfn>, <kbd> and <samp> elements have been whitelisted in user
7142 input.
7143 * (bug 21503) There's now a "reason" field when creating account for other users.
7144 * (bug 24418) action=markpatrolled now requires a token.
7145 * A variety of category sort-related fixes, including:
7146 ** (bug 164) In English, lowercase and uppercase letters now sort the same.
7147 ** (bug 1211) Subcategories, ordinary pages, and files now page separately.
7148 ** When several pages are given the same sort key, they sort by their names
7149 instead of randomly.
7150 * (bug 23848) Add {{ARTICLEPATH}} Magic Word.
7151 * (bug 8140) Add dedicated CSS classes to Special:Newpages elements.
7152 * (bug 11005) Add CSS class to empty pages in Special:Newpages.
7153 * The parser cache is now shared amongst users whose different settings aren't
7154 used in the page.
7155 * Any attribute beginning with "data-" can now be used in wikitext, per HTML5.
7156 * (bug 24007) Diff pages now mention the number of users having edited
7157 intermediate revisions.
7158 * Added new hook GetIP.
7159 * Special:Version now displays whether a SQLite database supports full-text
7160 search.
7161 * TS_ISO_8691_BASIC was added as a time format, which is used by ResourceLoader
7162 for versioning.
7163 * Maintenance scripts get a --memory-limit option to override defaults (which
7164 is usually to set it to -1 to disable the limit).
7165 * (bug 25397) Allow uploading (not displaying) of WebP images, disabled
7166 by default.
7167 * (bug 23194) Special:ListFiles now has thumbnails.
7168 * Use hreflang to specify canonical and alternate links, search engine friendly
7169 when a wiki has multiple variant languages.
7170 * (bug 19593) Specifying --server in now works for all maintenance scripts.
7171 * Now rebuildtextindex.php warns if SQLite doesn't support full-text search.
7172 * (bug 10541) Front/backend separation of installation/upgrade code.
7173 * (bug 10596) Allow installer to enable extensions already in extensions folder.
7174 * (bug 20627) Installer should be in languages other than English.
7175 * Support for metadata in SVG files (title, description).
7176 * Special:Search: Add CSS classes to 'none found' and 'create link' messages.
7177 * Add CSS classes (including namespace and pagename) to the enhanced recent
7178 changes/watchlist entries.
7179 * (bug 22463) Add hook 'SkinGetPoweredBy' to make 'powered by' icon/text
7180 customizable.
7181 * Added CSS print pagination to the print stylesheets.
7182 * (bug 25960) Add <link rel=canonical"> for File pages of shared/foreign
7183 file repositories.
7184 * When viewing a redirect, the redirect arrow and redirection target are both
7185 wrapped in a div that has the class "redirectMsg" so that the redirection
7186 arrow can be customized with CSS.
7187 * (bug 21911) Hard coded limit for long page warning removed. New message
7188 [[MediaWiki:Longpage-hint]] (empty per default) can be used instead.
7189 Parameters: $1 shows the formatted textsize in Byte/KB/MB, $2 is the raw
7190 number of the textsize in Byte.
7191 * (bug 3276) Give image <gallery>s fluid width.
7192 * Added uploads link to page subtitle in Special:Contributions.
7193 * Added Special:Myuploads special page that redirects to Special:Listfiles.
7194 * The footerlinks used in Monobook/Vector/Modern are now part of common skin
7195 code, SkinTemplateOutputPageBeforeExec can be used to customize the list.
7196 * Special wrapping setups can now define MW_CONFIG_FILE to load a config file
7197 other than LocalSettings.php. This is like MW_CONFIG_CALLBACK but works in
7198 some cases where MW_CONFIG_CALLBACK will not work.
7199 * (bug 26574) Added 'upload' to $wgRestrictionTypes, allowing upload protected
7200 pages to be queried via the API and Special:ProtectedPages, and allowing
7201 disabling upload protection by removing it from $wgRestrictionTypes.
7202 * The name attribute of HTMLForm fields can now be overridden by passing a
7203 'name' key in the descriptor array. Hidden field names are now treated
7204 consistently with other fields and, by default, prefixed with 'wp'.
7205 * (bug 27402) Add support for disabling MWSuggest.
7206 * (bug 26563) Add bytes changed per revision for stub and full article dumps.
7207 * (bug 27508) Add $wgSVGMetadataCutoff to limit the maximum amount of an svg we
7208 look at when finding metadata to prevent excessive resource usage.
7209 * (bug 198) $wgUpgradeKey allows unlocking the web installer for upgrades
7210 without having to move LocalSettings.php
7211 * Added $wgAllowImageTag, which can be set to true to whitelist the <img> tag
7212 in wikitext.
7213 * (bug 12797) Add $wgGalleryOptions for adjusting of default gallery display
7214 options.
7215 * Added the $wgAllowUserCssPrefs option which allows disabling CSS-based
7216 preferences; which can improve page loading speed.
7217 * Added $wgSQLMode for setting database SQL modes - either performance (null)
7218 or other reasons (such as enabling stricter checks).
7219 * (bug 20193) Added $wgVectorShowVariantName global configuration variable
7220 which causes Vector to render the variants drop-down menu with a label
7221 showing the current variant name. This is off by default, pending further
7222 research into its user experience implications.
7223 * The upload link for missing files can now be set separately from the
7224 navigation link with $wgUploadMissingFileUrl.
7225 * $wgAdditionalMailParams added to allow setting extra options to mail() calls.
7226 * Added $wgSecureLogin to optionally login using HTTPS.
7227 * (bug 25728) Added $wgPasswordSenderName to make the name associated
7228 with $wgPasswordSender configurable.
7229 * (bug 22463) $wgFooterIcons added to allow configuration of the icons shown in
7230 the footers of skins.
7231 * $wgFileCacheDepth can be used to set the depth of the subdirectory hierarchy
7232 used for the file cache. Default value is 2, which matches former behavior.
7233
7234 === Bug fixes in 1.17 ===
7235
7236 * (bug 17560) Half-broken deletion moved image files to deletion archive
7237 without updating database.
7238 * (bug 22666) Submitting user block form with an invalid user name no longer
7239 throws an error.
7240 * (bug 22665, bug 22667) User '0' can now be unblocked and have its block
7241 settings changed.
7242 * (bug 22606) The body of e-mail address confirmation message is now different
7243 when the address changed.
7244 * (bug 22664) Special:Userrights now accepts '0' as a valid user name.
7245 * (bug 5210) Preload parser now parses <noinclude>, <includeonly> and
7246 redirects.
7247 * (bug 22709) IIS7 mishandles redirects generated by OutputPage::output() when
7248 the URL contains a colon.
7249 * (bug 22353) Categorised recent changes now works again.
7250 * (bug 22747) "Reveal my e-mail address in notification e-mails" preference is
7251 now only displayed when relevant.
7252 * (bug 22772) {{#special:}} parser function now works with subpages.
7253 * (bug 18664) Relative URIs in interwiki links cause failed redirects.
7254 * (bug 19270) Relative URIs in interwiki links break interwiki transclusion.
7255 * (bug 22903) Revdelete log entries now show in the user preferred language.
7256 * (bug 22905) Correctly handle <abbr> followed by ISBN.
7257 * (bug 22940) Namespace aliases pointing to main namespace don't work.
7258 * (bug 15810) Blocked admins can no longer block/unblock other users.
7259 * (bug 22876) Avoid possible PHP Notice if $wgDefaultUserOptions is not
7260 correctly set.
7261 * (bug 14952) Page titles are renormalized after html entities are removed so
7262 that links with non-NFC character references work correctly.
7263 * (bug 22991) wgUserGroups JavaScript variable now reports * group for
7264 anonymous users instead of null.
7265 * (bug 22627) Remove PHP notice when deleting a page only hidden users edited.
7266 * (bug 21520) Anonymous previews now also gives a warning about not being
7267 logged in (anonpreviewwarning).
7268 * (bug 22935) image/x-ms-bmp mime type added for BMP files.
7269 * (bug 23024) Special:ListFiles now escapes file names correctly.
7270 * (bug 22867) "View source" tab is now only displayed if there's source text.
7271 * (bug 19393) Feeds now format dates in user language rather than content
7272 language.
7273 * (bug 22852) "Served in" comment is now the time used to cache a single page
7274 when using rebuildFileCache.php
7275 * (bug 22496) Viewing diff of a redirect page without specifying "oldid"
7276 parameter no longer makes the page displayed as being the redirect target.
7277 * (bug 22918) Feed cache keys now use $wgRenderHashAppend.
7278 * (bug 21916) Last-Modified header is now correct when outputting cached feed.
7279 * (bug 20049) Fixed PHP notice in search highlighter that occurs in some cases.
7280 * (bug 23017) Special:Disambiguations now list pages in content namespaces
7281 rather than only main namespace.
7282 * (bug 23063) $wgMaxAnimatedGifArea is checked against the total size of all
7283 frames, and $wgMaxImageArea against the size of the first frame, rather than
7284 the other way around. Both now default to 12.5 megapixels. Also, images
7285 exceeding $wgMaxImageArea can still be embedded at original size.
7286 * (bug 23078) "All public logs" option on Special:Log is now always the first
7287 item.
7288 * (bug 16817) Group names in user rights log are now singular and in lowercase.
7289 * Special:Preferences no longer crashes if the wiki default date formatting
7290 style is not valid for the user's interface language.
7291 * (bug 23167) Check the watch checkbox by default if the watchcreations
7292 preference is set.
7293 * Maintenance script cleanupTitles is now able to fix titles stored
7294 in a negative namespace (which is invalid).
7295 * (bug 19858) Removed obsolete <big> in interface messages.
7296 * (bug 21456) "Bad title" error when showing non-local interwiki pages no longer
7297 displays incorrect tabs.
7298 * (bug 23190) Improved math representation for text browsers.
7299 * (bug 22015) Improved upload-by-url error handling and error display.
7300 * (bug 17941) $wgMaxUploadSize is now honored by all upload sources.
7301 * (bug 23080) New usernames now limited to 235 bytes so that custom skin files
7302 work.
7303 * (bug 23075) Correct MediaTransformError default width in gallery.
7304 * (bug 16487) The Anonymous user account used on Postgres is no longer
7305 displayed on Special:Listusers.
7306 * (bug 23313) Move watchlisthidepatrolled above token in watchlist preferences
7307 to enhance preference grouping.
7308 * (bug 23298) Interwiki links with prefix only in log summaries now link to the
7309 correct link.
7310 * (bug 23284) Times are now rounded correctly.
7311 * (bug 23375) Added ogv, oga, spx as extensions for ogg files.
7312 * (bug 18408) All required permissions for uploading (upload, edit, create)
7313 are now checked when loading Special:Upload. Toolbar link for Special:Upload
7314 is no longer shown if the user does not have the required permissions.
7315 * (bug 23397) texvc in html mode renders \sim as &tilde; not &sim;
7316 * (bug 23241) License selector should be disabled during upload of a new
7317 version.
7318 * (bug 23240) Add ID to namespace selector form on Special:Watchlist.
7319 * The pipe | character in urls is now escaped.
7320 * (bug 23422) mp3 files can now be moved.
7321 * (bug 23448) MediaWiki:Summary-preview is now displayed instead of
7322 MediaWiki:Subject-preview when previewing summary.
7323 * (bug 23426) The {{REVISIONMONTH}} variable is now zero-padded and added
7324 new variable {{REVISIONMONTH1}} when unpadded version is needed.
7325 * Special:Userrights didn't recognize user as changing his/her own rights if
7326 user did not capitalize first letter of username.
7327 * (bug 23507) Add styles for printing wikitables.
7328 * (bug 19586) Avoid JS errors in mwsuggest when using old browsers such
7329 as Opera 8.
7330 * (bug 23563) Old skins now support $wgUploadNavigationUrl and take into
7331 account upload rights.
7332 * (bug 1347) Render \phi in math using images, in order to create consistent
7333 and correct render results.
7334 * (bug 16573) Render \epsilon in math using images, in order to create
7335 consistent and correct render results.
7336 * (bug 22541) Support image redirects when using ForeignAPIRepo.
7337 * (bug 22967) Make edit summary length cut-off behave correctly for multibyte
7338 characters.
7339 * (bug 8689) Long numeric lines no longer kill the parser.
7340 * (bug 23740) Article::doRedirect() now use $extraQuery parameter correctly if
7341 the $noRedir parameter is set to true.
7342 * (bug 23688) Correct mime types for Office 2007 OpenXML documents.
7343 * (bug 23787) Corrected $wgDefaultSkin's comment in DefaultSettings.php.
7344 * (bug 23797) Xml::input() now allows '0' for the value parameter.
7345 * (bug 23747) Make sure that on History pages, the RevDel button is not
7346 accidentally activated when hitting enter.
7347 * (bug 23845) Special:ListFiles now uses correct file names without underscores.
7348 * Ask for permanent login in Special:Preferences only if $wgCookieExpiration > 0.
7349 * (bug 16356) Repair dumpInterwiki.inc to use proper normalization.
7350 * (bug 24006) deleteArchivedRevisions.php maintenance script now longer throws
7351 a fatal error.
7352 * (bug 23465) Don't ignore the predefined destination filename on
7353 Special:Upload after following a red link.
7354 * (bug 23642) Recognize mime types of MS OpenXML documents.
7355 * (bug 22784) Normalise underscores and spaces in autocomments.
7356 * (bug 19910) Headings of the form ===+\s+ are now displayed as valid headings.
7357 * (bug 24022) Only check file extensions on the uploadpage when needed.
7358 * (bug 24076) Recognize Office 2003 files with OpenXML trailers.
7359 * (bug 24244) Updated comments in DefaultSettings.php to reflect
7360 Image: --> File: namespace rename.
7361 * Make wfTimestamp recognize negative unix timestamp values.
7362 * (bug 24401) SimpleSearch: No button/text indicating 'Search' if image is
7363 disabled.
7364 * (bug 23293) Do not show change tags when Special:RecentChanges(linked) or
7365 Special:Newpages is transcluded into another page as it messes up the page.
7366 * (bug 24517) LocalFile::newFromKey() and OldLocalFile::newFromKey() no longer
7367 throw fatal errors.
7368 * (bug 23380) Uploaded files that are larger than allowed by PHP now show a
7369 useful error message.
7370 * Uploading to a protected title will allow the user to choose a new name
7371 instead of showing an error page.
7372 * (bug 24425) Use Database::replace instead of delete/insert in
7373 SqlBagOStuff::set to avoid query errors about duplicate keynames.
7374 * (bug 15470) First letters of filenames are always capitalized by upload JS.
7375 * (bug 21215) NoLocalSettings.php doesn't tolerate rewrite rules.
7376 * (bug 21052) Fix link color for stubs in NewPages.
7377 * (bug 24714) Usage of {{#dateformat: }} in wikis without $wgUseDynamicDates no
7378 longer pollutes the parser cache.
7379 * (bug 17031) Correct which characters the parser allows in tag attributes (a
7380 letter, colon or underscore followed by 0 or more letters, numbers, colons,
7381 underscores, hyphens, and/or periods).
7382 * Save 200 useless queries on each category page view.
7383 * Shell commands will now work on Linux in filesystems mounted noexec.
7384 * (bug 24804) Corrected commafying in Polish and Ukrainian.
7385 * "Difference between pages" is now displayed instead of "Difference between
7386 revisions" on diffs when appropriate.
7387 * (bug 23703) ForeignAPIRepo fails on findBySha1() when using a 1.14 install as
7388 a repository due to missing 'name' attribute from the API list=allimages.
7389 * (bug 24898) MediaWiki uses /tmp even if a vHost-specific tempdir is set, also
7390 make wfTempDir() return a sane value for Windows on worst-case.
7391 * (bug 24824) Support ImageMagick 6.5.6-2+ JPEG decoder size hint, to reduce
7392 memory usage when such an ImageMagick is used for scaling.
7393 * Disable multithreaded behavior in recent ImageMagick, to avoid a deadlock
7394 when a resource limit such as $wgMaxShellMemory is hit.
7395 * (bug 24981) Allow extensions to access SpecialUpload variables again.
7396 * (bug 20744) Wiki forgets about an uploaded file.
7397 * (bug 17913) Don't show "older edit" when no older edit available.
7398 * (bug 6204) TOC not properly rendered when using $wgMaxTocLevel.
7399 * (bug 24977) The accesskey in history page now lead directly to the diff
7400 instead of alternating focus between the two buttons.
7401 * (bug 24987) Special:ListUsers does not take external groups into account.
7402 * (bug 20633) update.php has mixed language output.
7403 * SQLite system table names are now never prefixed.
7404 * (bug 25292) SkinSubPageSubtitle hook now passes the Skin object as second
7405 parameter.
7406 * (bug 25167) Correctly load JS fixes for IE6 (fixing a regression in 1.16).
7407 * (bug 25367) wfShellExec() is more explicit when failing due to disabled
7408 passthru().
7409 * (bug 25462) Fix double-escaping for section edit link tooltips.
7410 * action=raw was removed for Special:Statistics. This information is still
7411 available via the API.
7412 * (bug 23934) Groups defined in $wgRevokePermissions but not in
7413 $wgGroupPermissions now appear on Special:ListGroupRights.
7414 * (bug 23923) Special:Prefixindex no longer shows results if nothing was
7415 requested.
7416 * (bug 22308) Search now finds text in default main page immediately after setup.
7417 * (bug 25697) Make sure empty lines render in diff view.
7418 * Use an actual minus sign in diff views, instead of a hyphen.
7419 * (bug 23732) Clarified "n links" message on Special:MostLinkedFiles.
7420 * (bug 23731) Clarified "n links" message on Special:MostLinkedTemplates.
7421 * (bug 25642) A exception is now thrown instead of a fatal error when using
7422 $wgSMTP without PEAR mail package.
7423 * (bug 19633) When possible, Upscale small SVGs when creating thumbnails.
7424 * (bug 11013) Database driver detection needs rewriting for robustness.
7425 * (bug 13409) Installer prompts could use clarification--now has help boxes.
7426 * (bug 16902) Installer spews warnings when exec() and dl() are not available.
7427 * (bug 19129) Only show MyISAM/InnoDB when supported.
7428 * (bug 17762) Only show other e-mail options when e-mail is globally enabled.
7429 * Cache multiple sizes of InstantCommons thumbnails.
7430 * (bug 25488) Disallowing anonymous users to read pages no longer throws error
7431 on discussion pages with vector as default skin.
7432 * (bug 24833) Files name in includes/diff/ are now less confusing.
7433 * (bug 25713) SpecialPage::resolveAlias() now normalise spaces to underscores.
7434 * (bug 25829) Special:Mypage and Special:Mytalk now forward oldid, diff and dir
7435 parameters.
7436 * (bug 25175) HTML file cache now honor $wgCacheDirectory if
7437 $wgFileCacheDirectory is not set.
7438 * (bug 13353) Diff3 version checks were too strict, did not detect working diff3.
7439 * (bug 25843) Links to special pages using link= attribute on images are now
7440 normalised like normal links to special pages.
7441 * (bug 21364) External links using link= attribute on images now respect
7442 $wgExternalLinkTarget.
7443 * (bug 17789) Added a note to the total views on Special:Statistics saying that
7444 is doesn't count non-existing pages and special pages.
7445 * (bug 17996) HTTP redirects are now combined when requesting a special page.
7446 * (bug 19944) Link on image thumbnails no longer link to "Media:" namespace in
7447 some cases.
7448 * (bug 25670) wfFindFile() now checks the namespace of the given title, only
7449 "File" and "Media" are allowed now.
7450 * (bug 25872) Rename the HttpRequest class to MWHttpRequest to avoid conflict
7451 with php extension that defines same class.
7452 * (bug 20591) There's now a different message on Special:MovePage when
7453 $wgFixDoubleRedirects is set to false.
7454 * Fixed PHP warnings when updating a broken MySQL database.
7455 * (bug 26023) Corrected deleteBacth.php's documentation.
7456 * (bug 25451) Improved datetime representation in 32 bit php >= 5.2.
7457 * Show "skin does not exist error" only when the skin is inputted in the wrong
7458 case.
7459 * (bug 26164) Potential html injection when the database server isn't available.
7460 * (bug 26160) Upload description set by extensions are not propagated.
7461 * (bug 9675) generateSitemap.php now takes an --urlpath parameter to allow
7462 absolute URLs in the sitemap index (as required e.g. by Google).
7463 * Partial workaround for bug 6220: at least make files on shared repositories
7464 show up as (struck-out) bluelinks instead of redlinks on Special:WantedFiles.
7465 * rebuildFileCache.php no longer creates inappropriate cache files for redirects.
7466 * (bug 25512) Subcategory list should not include category prefix for members.
7467 * (bug 10871) Javascript and CSS pages in MediaWiki namespace are no longer
7468 treated as wikitext on preview.
7469 * Page existence is now not revealed (in the colour of the tabs) to users who
7470 cannot read the page in question.
7471 * (bug 22753) Output from update.php is more clear when things changed, entries
7472 indicating nothing changed are now all prefixed by "..."
7473 * (bug 16019) $wgArticlePath = "/$1" no longer breaks API edit/watch actions.
7474 * (bug 18372) File types blacklisted by $wgFileBlacklist will no longer be shown as
7475 "Permitted file types" on the upload form.
7476 * (bug 26540) Fixed wrong call to applyPatch in MysqlUpdater.
7477 * (bug 26034) Make the "View / Read" tab in content_navigation style tabs remain
7478 selected when the action is "purge".
7479 * (bug 26733) Wrap initial table creation in transaction.
7480 * (bug 26208) Mark directionality of some interlanguage links.
7481 * (bug 26716) Provide link to instructions for external editor related preferences.
7482 * (bug 26961) Hide anon edits in watchlist preference now actually works.
7483 * (bug 1379) Installer directory conflicts with some hosts' configuration panel.
7484 * (bug 27781) Installer does not warn about 5.1.x. Added a compatibility function
7485 for array_key_exists().
7486 * Fix XML well-formedness on a few pages when $wgHtml5 is true (the default).
7487 * (bug 28069) MediaWiki fails streaming files when mod_deflate and ob_gzhandler
7488 are also set.
7489 * (bug 26223) Concurrently moving an article to different titles leaks a
7490 redirect revision with no page.
7491 * (bug 15641) Fixed permissions checks in Special:Import which allowed users
7492 without the 'import' permission to import pages from configured import sources.
7493 * (bug 26449) Keep underlines from headings outside of tables and thumbs by
7494 adding overflow:hidden to h1,h2,h3,h4,h5,h6 (also fixes editsection bunching).
7495 * (bug 26708) Remove background-color:white from tables in Monobook and Vector.
7496 * (bug 26781) {{PAGENAME}} and related parser functions escape their output better.
7497 * (bug 26716) Provide link to instructions for external editor related preferences
7498 and add a comment to the ini control file explaining what is going on.
7499 * (bug 28422) Remove color:black from tables in Monobook and Vector. And add it
7500 to table.wikitable instead.
7501 * (bug 27560) Search queries no longer fail in walloon language.
7502 * (bug 27700) The upload protection can now also be set for files that do not
7503 exist.
7504 * (bug 28034) uploading file to local wiki when file exists on shared repository
7505 (commons) gives spurious info in the warning message.
7506 * Usernames get lost when selecting different sorts on Special:listfiles.
7507 * (bug 28166) UploadBase assumes that 'edit' and 'upload' rights are not per
7508 page restrictions.
7509 * (bug 28242) Make redirects generated by urls containing a local interwiki
7510 prefix be a 301 instead of a 302.
7511 * (bug 28568) Entries in the iwlinks table are now removed on page deletion.
7512 * (bug 28306) Fix exposure of suppressed usernames in ForeignDBRepo.
7513 * (bug 28444) Fix regression: edit-on-doubleclick retains revision id again.
7514 * UtfNormal::cleanUp on an invalid utf-8 sequence no longer returns false if
7515 intl installed.
7516 * (bug 26729) Category pages should return 404 if they do not exist and have no
7517 members.
7518 * (bug 28214) When page not found, sends malformed HTTP/1.x instead of HTTP/1.1
7519 in header of response.
7520 * (bug 27634) TOC title appears in wrong language.
7521 * (bug 27761) Fix regression: pages with Esperanto titles containing convertible
7522 character sequences became unreachable.
7523 * (bug 27508) SVGMetadataExtractor takes too much resources on huge svgs.
7524 * (bug 27465) SVG thumbnail generation.
7525 * (bug 27467) preload can leave UNIQ.
7526 * (bug 27539) Allow attributes beginning with a digit in wikitext tag parameters.
7527 * (bug 27328) using relative paths in CSS imports in MediaWiki:Common.css broken
7528 in 1.17.
7529 * (bug 27333) Fix repetitive last-seen time queries on page history.
7530 * (bug 26250, bug 23817) Fix wfObjectToArray() to descend into arrays; fixes
7531 processing of JSON return values for ForeignAPIRepo when native json module
7532 not present.
7533 * (bug 25675) Fix search suggestions for Special: pages with spaces.
7534 * (bug 25571) Xml::encodeJsVar now passes floats natively instead of converting
7535 to strings.
7536 * (bug 27338) Gallery in 1.17 breaks for audio/video + ogghandler.
7537 * (bug 27302) Don't append the current timestamp for user/site modules when no
7538 user/site JS/CSS is present.
7539 * (bug 27016) dumpTextPass.php now consider the "output" parameter.
7540 * (bug 22606) don't send the "someone registred an account" message when setting
7541 email address (i.e. old one empty) in user preferences.
7542 * (bug 26458) Section edit links appear on pages that user does not have right
7543 to edit.
7544 * (bug 28611) Don't die in SqlBagOStuff::incr() if there's a race condition.
7545 * (bug 16886) Sister projects box moves down the extract of the first result
7546 in IE 7.
7547 * (bug 17398) Fixed "link" parameter in image links with "thumb" or "frame"
7548 parameter.
7549
7550 === API changes in 1.17 ===
7551
7552 * BREAKING CHANGE: action=patrol now requires POST.
7553 * BREAKING CHANGE: patrol token is no longer the same as edit token.
7554 * BREAKING CHANGE: Session keys returned by ApiUpload are now strings instead
7555 of integers.
7556 * BREAKING CHANGE: (bug 25303) Fix API parameter integer validation to actually
7557 enforce validation on the input values in addition to giving a warning.
7558 Also add flag to enforce (die) if integer out of range.
7559 * (bug 24650) Fix API to work with categorylinks changes.
7560 * action=parse now correctly returns an error for nonexistent pages.
7561 * (bug 27201) Special:WhatLinksHere output no longer contains duplicate IDs.
7562 * (bug 26560) On allusers if limit < total number of users, last user gets
7563 duplicated.
7564 * (bug 27715) imageinfo didn't respect revdelete.
7565 * (bug 27479) API error when using both prop=pageprops and
7566 prop=info&inprop=displaytitle.
7567 * (bug 27862) Useremail module didn't properly return success on success.
7568 * (bug 27590) prop=imageinfo now allows querying the media type.
7569 * (bug 27587) list=filearchive now outputs full title info.
7570 * (bug 27897) list=allusers and list=users list hidden users.
7571 * (bug 22738) Allow filtering by action type on query=logevent.
7572 * (bug 22764) uselang parameter for action=parse.
7573 * (bug 22944) API: watchlist options are inconsistent.
7574 * (bug 22868) don't list infinite block expiry date as "now" in API logevents.
7575 * (bug 22290) prop=revisions now outputs "comment" field even when comment
7576 is empty, for consistency with list=recentchanges.
7577 * (bug 19721) API action=help should have a way to just list for a specific
7578 module.
7579 * (bug 23458) Add support for pageid parameter to action=parse requests.
7580 * (bug 23460) Parse action should have a section option.
7581 * (bug 21346) Make deleted images searchable by hash.
7582 * (bug 23461) Normalise usage of parameter names in parameter descriptions.
7583 * (bug 23548) Allow access of another users watchlist through watchlistraw
7584 using token and username.
7585 * (bug 23524) Api Modules as followup to bug 14473 (Add iwlinks table to
7586 track inline interwiki link usage).
7587 * Add pltitles and tltemplates to prop=links and prop=templates respectively,
7588 similar to prop=categories's clcategories.
7589 * (bug 23834) Invalid "thumbwidth" and "thumbheight" in "imageinfo" query when
7590 thumbnailing larger than original image.
7591 * (bug 23835) Need "thumbmime" result in "imageinfo" query.
7592 * (bug 23851) Repair diff for file redirect pages.
7593 * (bug 24009) Include implicit groups in action=query&list=users&usprop=groups.
7594 * (bug 24016) API: Handle parameters specified in simple string syntax
7595 ( 'paramname' => 'defaultval' ) correctly when outputting help.
7596 * (bug 24089) Logevents causes PHP Notice if leprop=title isn't supplied.
7597 * (bug 23473) Give description of properties on all modules.
7598 * (bug 24136) unknownerror when adding new section without summary, but
7599 forceditsummary.
7600 * (bug 22339) Added srwhat=nearmatch to list=search to get a "go" result.
7601 * (bug 24303) Added new &servedby parameter to all actions which adds the
7602 hostname that served the request to the result. It is also added
7603 unconditionally on error.
7604 * (bug 24185) Titles in the Media and Special namespace are now supported for
7605 title normalization in action=query. Special pages have their name resolved
7606 to the local alias.
7607 * (bug 24296) Added converttitles parameter to convert titles to their
7608 canonical language variant.
7609 * (bug 23936) Add "displaytitle" to query/info API.
7610 * (bug 24485) Make iwbacklinks a generator, optionally display iwprefix and
7611 iwtitle.
7612 * (bug 24564) Fix fatal errors when using list=deletedrevs, prop=revisions or
7613 one of the backlinks generators with limit=max.
7614 * (bug 24656) API's parse module needs option to disable PP report.
7615 * PARAM_REQUIRED parameter flag added. If this flag is set, and the end user
7616 does not set the parameter, the API will automatically throw an error.
7617 * (bug 24665) When starttimestamp is not specified, fake it by setting it to
7618 NOW, not to the timestamp of the last edit.
7619 * (bug 24677) axto= parameters added to allcategories, allimages, alllinks,
7620 allmessages, allpages, and allusers.
7621 * (bug 24236) Add add, remove, add-self, remove-self tags to
7622 meta=siteinfo&siprop=usergroups.
7623 * (bug 24484) Add prop=pageprops module.
7624 * (bug 24330) Add &redirect parameter to ?action=edit.
7625 * (bug 24722) For list=allusers&auprop=blockinfo, only show blockedby and
7626 blockreason if the user is actually blocked.
7627 * Add format=dump and format=dumpfm, outputs results in PHP's var_dump() format.
7628 * For required string parameters, if '' is provided, this is now classed as
7629 missing.
7630 * (bug 24724) list=allusers is out by 1 (shows total users - 1).
7631 * (bug 24166) API error when using rvprop=tags.
7632 * Introduced "asynchronous download" mode for upload-by-url. Requires
7633 $wgAllowAsyncCopyUploads to be true.
7634 * sinumberingroup correctly gives size of 'user' group, and omits size of
7635 implicit groups rather than showing 0.
7636 * (bug 25248) API: paraminfo errors with certain modules.
7637 * (bug 24792) API help for action=purge sometimes wrongly stated whether a
7638 POST request was needed due to cache pollution.
7639 * Added iiprop=parsedcomment to prop=imageinfo, similar to prop=revisions.
7640 * Added rvparse to parse revisions. For performance reasons if this option is
7641 used, rvlimit is enforced to 1.
7642 * (bug 25748) If a action=parse request provides an oldid that is actually the
7643 current revision id, try the parser cache, and save it to it if necessary.
7644 * (bug 25463) Export header should not be shown if no pages were requested, to
7645 reduce confusion.
7646 * (bug 25648) API discovery information has been added as RSD link in page
7647 <head> and by providing an API module action=rsd. Added hook
7648 ApiRsdServiceApis for extensions to add their own service to the services
7649 list.
7650 * The HTML of diff output markers has changed. Hyphens are now minus signs,
7651 empty markers are now filled with non-breaking-space characters.
7652 * (bug 25741) Add more data to list=search's srprop.
7653 * (bug 25760) counter property still reported by the API when
7654 $wgDisableCounters enabled.
7655 * (bug 25987) prop=info&inprop=watched now also works for missing pages.
7656 * (bug 26006) prop=langlinks now allows obtaining full URL.
7657 * (bug 26075) ApiDelete.php now calls correctly ArticleDelete hook.
7658 * (bug 26089) add block expiration to blockinfo.
7659 * (bug 26125) prop=imageinfo&iiprop=size now returns the page count if the
7660 file is a multi-page file.
7661 * (bug 10268) Added linktodiffs parameter on action=feedwatchlist.
7662 * (bug 26219) Show API limits for multi values in description.
7663 * (bug 28070) Fix watchlist RSS for databases that store timestamps in a
7664 real timestamp field.
7665 * (bug 27722) list=filearchive now supports revdel.
7666
7667 === Language support changes in 1.17 ===
7668
7669 MediaWiki supports over 330 languages. Many localizations are updated regularly.
7670
7671 The following languages were added:
7672
7673 * Moroccan Spoken Arabic (ary)
7674 * Banjar (bjn)
7675 * Kabardian (kbd)
7676 * Kabardian (Cyrillic) (kbd-cyrl)
7677 * Latgalian (ltg)
7678 * Minangkabau (min)
7679 * Dutch (informal) (nl-informal)
7680 * Rusyn (rue)
7681
7682 Other significant changes to MediaWiki's language support:
7683
7684 * Fiji Hindi (Devangari script) was removed.
7685 * Removed deprecated language code "dk" (Danish), use "da" instead.
7686 * Link trail added for sl and sh.
7687 * (bug 27633) Add characters to linkTrail for Portuguese (pt and pt-br).
7688 * (bug 23156) Commafy and search normalization updated for Belarusian
7689 (Taraškievica).
7690 * (bug 23283) Native name for Old English -> Ænglisc.
7691 * (bug 23364) Native name for Azerbaijani -> Azərbaycanca.
7692 * (bug 24593) Native name for Sorani now uses only Arabic script.
7693 * (bug 24628) Generic translations for NS_USER/NS_USER_TALK for Esperanto.
7694 * (bug 24917) Polish as fallback for Kashubia.
7695 * (bug 24794) Tatar link trail updated.
7696 * Esperanto date format corrected.
7697 * (bug 28159) Change interwiki name of language kbd to Къэбэрдеибзэ /
7698 Qabardjajəbza.
7699 * (bug 28184) Namespaces for the Latgalian Wikipedia.
7700 * (bug 25010) Bashkir-language interwikis: linktext change from Башҡорт
7701 to Башҡортса.
7702 * (bug 26395) Change name of Cornish language to Kernowek.
7703
7704 === Other changes in 1.17 ===
7705
7706 * DatabaseFunctions.php that was needed for compatibility with pre-1.3
7707 extensions has been removed.
7708 * XmlFunctions.php has been removed. Use the Xml or Html classes as appropriate.
7709 * The FailFunction "error handling" method has now been removed
7710 * Sysops now have the "suppressredirect" right by default
7711 * Removed $wgRemoteUploads. It was not well supported and superseded by
7712 $wgUploadNavigationUrl.
7713 * (bug 26253) $wgPostCommitUpdateList has been removed
7714 * The PHPUnit test suite has been removed from this release due to serious issues
7715 which should be resolved by the 1.18 release.
7716 * Oracle DB now uses the __destruct function to commit/close connection as it
7717 doesn't commit on close if transation is triggered in OCI.
7718
7719 == MediaWiki 1.16 ==
7720
7721 === Configuration changes in 1.16 ===
7722
7723 * (bug 18222) $wgMinimalPasswordLength default is now 1
7724 * $wgSessionHandler can be used to configure session.save_handler
7725 * $wgLocalFileRepo/$wgForeignFileRepos now have a 'fileMode' parameter to
7726 be used when uploading/moving files
7727 * (bug 18761) $wgHiddenPrefs is a new array for specifying preferences not
7728 to be shown to users
7729 * $wgAllowRealName and $wgAllowUserSkin were deprecated in favor of
7730 $wgHiddenPrefs[] = 'realname', but the former are still retained
7731 for backwards-compatibility
7732 * (bug 9257) $wgRCMaxAge now defaults to three months
7733 * $wgDevelopmentWarnings can be set to true to show warnings about deprecated
7734 functions and other potential errors when developing.
7735 * Subpages are now enabled in the MediaWiki namespace by default. This is
7736 mainly a cosmetic change, and does not in any way affect the MessageCache,
7737 which was already effectively treating the namespace as if it had subpages.
7738 * Oracle: maintenance/ora/user.sql script for creating DB user on oracle with
7739 appropriate privileges. Creating this user with web-install page requires
7740 oci8.privileged_connect set to On in php.ini.
7741 * Removed UserrightsChangeableGroups hook introduced in 1.14
7742 * Added $wgCacheDirectory, to replace $wgFileCacheDirectory,
7743 $wgLocalMessageCache, and any other local caches which need a place to put
7744 files.
7745 * $wgFileCacheDirectory is no longer set to anything by default, and so either
7746 needs to be set explicitly, or $wgCacheDirectory needs to be set instead.
7747 * $wgLocalMessageCache has been removed. Instead, set $wgUseLocalMessageCache
7748 to true
7749 * Removed $wgEnableSerializedMessages and $wgCheckSerialized. Similar
7750 functionality is now available via $wgLocalisationCacheConf.
7751 * $wgMessageCache->addMessages() is deprecated. Messages added via this
7752 interface will not appear in Special:AllMessages.
7753 * $wgRegisterInternalExternals can be used to record external links pointing
7754 to same server
7755 * (bug 19907) $wgCrossSiteAJAXdomains and $wgCrossSiteAJAXdomainExceptions added
7756 to control which external domains may access the API via cross-site AJAX.
7757 * $wgMaintenanceScripts for extensions to add their scripts to the default list
7758 * $wgMemoryLimit has been added, default value '50M'
7759 * $wgExtraRandompageSQL is deprecated, the SpecialRandomGetRandomTitle hook
7760 should be used instead
7761 * (bug 20489) $wgIllegalFileChars added to override the default list of illegal
7762 characters in file names.
7763 * (bug 19646) $wgImgAuthDetails added to display reason access to uploaded file
7764 was denied to users(img_auth only)
7765 * (bug 19646) $wgImgAuthPublicTest added to test to see if img_auth set up
7766 correctly (img_auth only)
7767 * $wgUploadMaintenance added to disable file deletions and restorations during
7768 maintenance
7769 * $wgCapitalLinkOverrides added to configure per-namespace capitalization
7770 * (bug 21172) $wgSorbsUrl can now be an array with multiple DNSBL and renamed
7771 to $wgDnsBlacklistUrls (backward compatibility kept)
7772 * $wgEnableHtmlDiff has been removed
7773 * (bug 3340) $wgBlockCIDRLimit added (default: 16) to configure the low end of
7774 CIDR ranges for blocking
7775 * $wgUseInstantCommons added for quick and easy enabling of Commons as a remote
7776 file repository
7777 * $wgDBAhandler added to choose a DBA handler when using CACHE_DBA
7778 * $wgPreviewOnOpenNamespaces for extensions that create namespaces that behave
7779 similarly to the category namespace.
7780 * $wgEnableSorbs renamed to $wgDnsBlacklistUrls ($wgEnableSorbs kept for
7781 backward compatibility)
7782 * $wgUploadNavigationUrl now also affects inline images that do not
7783 exist. In that case the URL will get (?|&)wpDestFile=<filename> appended to
7784 it as appropriate.
7785 * If $wgLocaltimezone is null, use the server's timezone as the default for
7786 signatures. This was always the behavior documented in DefaultSettings.php
7787 but has not been the actual behavior for some time: instead, UTC was used
7788 by default.
7789 * Added $wgExtensionAssetsPath, to decouple assets serving from $wgScriptPath.
7790 If not specified it will default to $wgScriptPath/extensions
7791 * Added $wgCountTotalSearchHits to make search UI display total number of hits
7792 with some search engines.
7793 * Added $wgAdvertisedFeedTypes to decide what feed types (RSS, Atom, both, or
7794 neither) MediaWiki advertises. Default is array( 'atom' ), so RSS is no
7795 longer advertised by default (but it still works).
7796 * Added $wgMemCachedTimeout, controls how long to wait for data from the
7797 memcached servers.
7798 * New configuration variables $wgDebugTimestamps and $wgDebugPrintHttpHeaders
7799 for controlling debug output.
7800 * New $wgBlockDisablesLogin when set to true disallows blocked users from
7801 logging in.
7802 * (bug 8790) Metadata edition ($wgUseMetadataEdit) has been moved to a separate
7803 extension "MetadataEdit".
7804
7805 === New features in 1.16 ===
7806
7807 * Add CSS defintion of the 'wikitable' class to shared.css
7808 * (bug 17163) Added MediaWiki:Talkpageheader which will be displayed when
7809 viewing talk pages
7810 * Superfluous border="0" removed from images
7811 * Added new hook 'MessageCacheReplace' into MessageCache.php. For instance
7812 to allow extensions to update caches in similar way as MediaWiki invalidates
7813 a cached MonoBook sidebar
7814 * Special:AllPages: Move hardcoded styles from code to CSS
7815 * (bug 18529) New hook: SoftwareInfo for adding information about the software
7816 to Special:Version
7817 * Added $wgExtPGAlteredFields to allow extensions to easily alter the data
7818 type of columns when using the Postgres backend.
7819 * (bug 16950) Show move log when viewing/creating a deleted page
7820 * (bug 18242) Show the Subversion revision number per extensions in
7821 Special:Version
7822 * (bug 18420) Missing file revisions are handled gracefully now
7823 * (bug 9219) Auth plugins can control editing RealName/Email/Nick preferences
7824 * (bug 18466) Add note or warning when overruling a move (semi-)protection
7825 * (bug 18342) insertTags works in edit summary box
7826 * (bug 18411) The upload form also checks post_max_size
7827 * Watchlist now has a specialized <div> tag that contains a unique class for
7828 each page
7829 * Added Minguo calendar support for the Taiwan Chinese language
7830 * Database: unionQueries function to be used for UNION sql construction, so
7831 it can be overloaded on DB abstraction level for DB specific functionality
7832 * (bug 18849) Implement Japanese and North Korean calendars
7833 * (bug 5755) Introduce {{CURRENTMONTH1}} and {{LOCALMONTH1}} to display the
7834 month number without the leading zero
7835 * (bug 13456) categoriespagetext supports PLURAL
7836 * (bug 18860) Blocks of IPs affecting registered users can now block email
7837 * (bug 17093) Date and time are separate parameters in Special:BlockList
7838 * (bug 11484) Added ISO speed rating to default collapsed EXIF metadata view
7839 * (bug 14866) Messages 'recentchangeslinked-toolbox' and
7840 'recentchangeslinked-toolbox' were added to allow more fine grained
7841 customisation of the user interface
7842 * DISPLAYTITLE now accepts a limited amount of wiki markup (the single-quote
7843 items)
7844 * Special:Search now could search terms in all variant-forms. ONLY apply on
7845 wikis enabled LanguageConverter.
7846 * Add autopromote condition APCOND_BLOCKED to autopromote blocked users to
7847 various user groups.
7848 * Add $wgRevokePermissions as a means of restricting a group's rights. The
7849 syntax is identical to $wgGroupPermissions, but users in these groups will
7850 have these rights stripped from them.
7851 * Added a PHP port of CDB (constant database), for improved local caching when
7852 the DBA extension is not available.
7853 * Introduced a new system for localisation caching. The system is based around
7854 fast fetches of individual messages, minimising memory overhead and startup
7855 time in the typical case. The database backend will be used by default, but
7856 set $wgCacheDirectory to get a faster CDB-based implementation.
7857 * Expanded the number of variables which can be set in the extension messages
7858 files.
7859 * Added a feature to allow per-article process pool size control for the parsing
7860 task, to limit resource usage when the cache for a heavily-viewed article is
7861 invalidated. Requires an external daemon.
7862 * (bug 19576) Moved the id attributes from the anchors accompanying section
7863 headers to the <span class="mw-headline"> elements within the section headers,
7864 removing the redundant anchor elements.
7865 * Parser::setFunctionTagHook now can be used to add a new tag which is parsed at
7866 preprocesor level.
7867 * Added $wgShowArchiveThumbnails, allowing sysadmins to disable thumbnail
7868 display for old versions of images.
7869 * In watchlists and Special:RecentChanges, the difference in page size now
7870 appears in dark green if bytes were added and dark red if bytes were removed.
7871 * Added FSRepo configuration properties thumbUrl and thumbDir, to allow the
7872 thumbnails to be stored in a separate location to the source images.
7873 * If config/ directory is not executable, the command to make it executable
7874 now asks the user to cd to the correct directory
7875 * Add experimental new external authentication framework, ExternalAuth
7876 * (bug 18768) Remove AdminSettings requirements. Maintenance environment
7877 will still load it if it exists, but it's not required for anything
7878 * (bug 19900) The "listgrouprights-key" message is now wrapped in a div with
7879 class "mw-listgrouprights-key"
7880 * (bug 471) Allow RSS feeds for watchlist, using an opt-in security token
7881 * (bug 10812) Interwiki links can have names and descriptions, fetched from
7882 message 'interwiki-desc-PREFIX', not really used anywhere yet though
7883 * (bug 9691) Add type (signup or login) parameter to
7884 AuthPlugin::ModifyUITemplate()
7885 * (bug 14454) "Member of group(s)" in Special:Preferences causes language
7886 difficulties
7887 * (bug 16697) Unicode combining characters are difficult to edit in some
7888 browsers
7889 * Parser test supports uploading results to remote CodeReview instance
7890 * (bug 20013) Added CSS class "mw-version-ext-version" is wrapped on the
7891 extension version in Special:Version
7892 * (bug 20014) Added CSS class "mw-listgrouprights-right-name" is wrapped on the
7893 right name in Special:ListGroupRights
7894 * (bug 12920) New CoreParserFunction {{nse:...}} as an url-friendly equivalent
7895 to {{ns:...}}
7896 * (bug 16322) Allow maintenance scripts to accept DB user/pass over input or
7897 params
7898 * (bug 18566) Maintenance script to un/protect pages
7899 * (bug 671) The HTML <abbr> tag is now permitted.
7900 * RecentChanges now has a legend to explain what the Nmb! flags mean, and the
7901 flags have tooltips.
7902 * (bug 15209) New hook BeforeInitialize called after everything has been setup
7903 but before Mediawiki::performRequestForTitle()
7904 * wgMainPageTitle variable now available to JavaScript code to identify the main
7905 page link, so it doesn't have to be extracted from the link URLs.
7906 * (bug 16836) Display preview of signature in user preferences and describe its
7907 use
7908 * The default output format is now HTML 5 instead of XHTML 1.0 Transitional.
7909 This can be disabled by setting $wgHtml5 = false;. Specific features enabled
7910 if HTML 5 is used:
7911 ** Some extra inputs will be autofocused, in supporting browsers.
7912 ** The summary attribute has been removed from tables of contents. summary is
7913 obsolete in HTML 5 and wasn't useful here anyway.
7914 ** Unnecessary type="" attribute removed for CSS and JS.
7915 ** If $wgWellFormedXml is set to false, some bytes will be shaved off of HTML
7916 output by omitting some things like quotation marks where HTML 5 allows.
7917 ** (bug 16921) maxlength enabled for page move comments
7918 * The description message in $wgExtensionCredits can be an array with parameters
7919 * New hook SpecialRandomGetRandomTitle allows extensions to modify the selection
7920 criteria used by Special:Random and subclasses, or substitute a custom result,
7921 deprecating the $wgExtraRandompageSQL config variable
7922 * (bug 20318) Distinct CSS classes for ISBN/RFC/PMID special links added
7923 * (bug 20404) Custom fields in the user creation form template can now have
7924 detail labels in prefsectiontip divs.
7925 * MakeSysop and MakeBot are now aliases for Special:UserRights
7926 * IndexPager->mLimitsShown can now be an associative array of limit => text-to-
7927 display-in-limit-form.
7928 * (bug 18880) LogEventsList::showLogExtract() can now take a string-by-reference
7929 and add its HTML to it, rather than having to go straight to $wgOut.
7930 * Added $wgShowDBErrorBacktrace, to allow users to easily gather backtraces for
7931 database connection and query errors.
7932 * Show change block / unblock link on Special:Contributions if user is blocked
7933 * Display note on Special:Contributions if the user is blocked, and provide an
7934 excerpt from the block log.
7935 * (bug 19646) New hook: ImgAuthBeforeStream for tests and functionality before
7936 file is streamed to user, but only when using img_auth
7937 * Note on non-existing user and user talk pages if user does not exist
7938 * New hook ShowMissingArticle so extensions can modify the output for
7939 non-existent pages.
7940 * Admins could disable some variants using $wgDisabledVariants now. ONLY apply
7941 on wikis enabled LanguageConverter.
7942 * (bug 16310) Credits page now lists IP addresses rather than saying the number
7943 of anonymous users that edited the page
7944 * New permission 'sendemail' added. Default right for all registered users. Can
7945 for example be used to prevent new accounts from sending spam.
7946 * (bug 16979) Tracking categories for __INDEX__ and __NOINDEX__
7947 * Two new hooks, ConfirmEmailComplete and InvalidateEmailComplete, which are
7948 called after a user's email has been successfully confirmed or invalidated.
7949 * (bug 19741) Moved the XCF files out of the main MediaWiki distribution, for
7950 a smaller subversion checkout.
7951 * (bug 13750) First letter capitalization can now be a per-namespace setting
7952 * (bug 21073) "User does not exist" message no longer displayed on sub-sub-pages
7953 of existing users
7954 * (bug 21095) Tracking categories produced by the parser (expensive parser
7955 function limit exceeded, __NOINDEX__ tracking, etc) can now be disabled by
7956 setting the system message ([[MediaWiki:expensive-parserfunction-category]]
7957 etc) to "-".
7958 * Added maintenance script sqlite.php for SQLite-specific maintenance tasks.
7959 * Rewrote Special:Upload to allow easier extension.
7960 * Upload errors that can be solved by changing the filename now do not require
7961 reuploading.
7962 * Added $wgRateLimitsExcludedIPs, to allow specific IPs to be whitelisted from
7963 rate limits.
7964 * (bug 21222) When $wgUseTeX is not enabled, <math> is no longer registered with
7965 the parser so extensions are free to implement their own <math> tag
7966 * (bug 21047) Wrap 'cannotdelete' into a div with the generic 'error' class and
7967 an own 'mw-error-cannotdelete' class
7968 * New hook AbortNewAccountAuto, called before account creation from AuthPlugin-
7969 or ExtUser-driven requests.
7970 * (bug 3480) The warning saying that the page has a history when deleting it now
7971 contains the number of revisions in the history
7972 * $wgStylePath and $wgLogo are now set in the default LocalSettings.php file.
7973 * (bug 20186) Allow filtering history for revision deletion.
7974 * New hook OtherBlockLogLink, called in Special:IPBlockList and Special:Block
7975 to show links to block logs of other blocking extensions, i.e. GlobalBlocking
7976 * Added search capabilities to SQLite backend
7977 * rebuildtextindex.php maintenance script now supports databases other than
7978 MySQL
7979 * upgrade1_5.php now requires to be run --update option to prevent confusion
7980 * (bug 17662) Customizable default preload/editintro for new sections in the
7981 respective addsection-preload and addsection-editintro messages
7982 * Added maintenance script checkSyntax.php that checks for PHP syntax errors
7983 and common coding mistakes
7984 * Updated Unicode normalization tables
7985 * (bug 21604) Spellcheck attribute for editsummary
7986 * New wgCategories JavaScript global variable for userscripts.
7987 * (bug 20717) Added checkboxes to hide users with bot and/or sysop group
7988 membership in SpecialActiveusers
7989 * Allow \pagecolor and \definecolor in texvc
7990 * $wgTexvcBackgroundColor contains background color for texvc call
7991 * (bug 21574) Redirects can now have "303 See Other" HTTP status
7992 * EditPage refactored to allow extensions to derive new edit modes much easier.
7993 * (bug 21826) Subsections of Special:Version now also have anchors
7994 * (bug 19791) Add URL of file source as comment to thumbs (for ImageMagick)
7995 * (bug 21946) Sorted wikitables do not properly handle minus signs
7996 * (bug 18885) Red links for media files do not support shared repositories
7997 * Added $wgFixArabicUnicode, to convert deprecated presentation forms in
7998 Arabic text to their modern equivalents, and $wgFixMalayalamUnicode, to
7999 convert ZWJ-based chillu sequences in Malayalam text to their Unicode 5.1
8000 equivalents.
8001 * (bug 22051) Returing false in SpecialContributionsBeforeMainOutput hook now
8002 stops normal output
8003 * Send new password e-mail in users preference language
8004 * LanguageConverter now support nested using of manual convert syntax like
8005 "-{-{}-}-"
8006 * Upload license preview now uses the API instead of action=ajax
8007 * (bug 7346) Add <guid> to RSS to avoid duplicates
8008 * (bug 19996) Added new hooks for Special:Search, which allow to further
8009 restrict/expand it.
8010 * (bug 21936) When a revision has been patrolled, there's now a link back to the
8011 article
8012 * (bug 22315) SpecialRecentChangesQuery hook now pass $query_options and checks
8013 the return value
8014 * Separate unit test suites under t/ and tests/ were merged and moved to
8015 maintenance/tests/.
8016 * importImages.php maintenance script can now use the original uploader and
8017 comment from another wiki.
8018 * Support for Turck MMCache was removed
8019 * (bug 14592) Warn users when they try to move their user page that their
8020 account will not be renamed
8021 * Show block log on non-existing user (talk) pages of currently blocked users
8022
8023 === Bug fixes in 1.16 ===
8024
8025 * (bug 18031) Make namespace selector on Special:Export remember the previous
8026 selection
8027 * The svn-version version numbers on Special:Version have been removed
8028 * (bug 17374) Special:Export no longer exports two copies of the same page
8029 * (bug 18190) Proper parsing in MediaWiki:Sharedupload message
8030 * (bug 17617) HTML cleanup for ImagePage
8031 * (bug 17964) namespaceDupes.php no longer fails on an empty interwiki table
8032 * Improved error handling for image moving
8033 * (bug 17974) On Special:SpecialPages, restricted special pages are now marked
8034 with <strong> tags, helps with text-based browsers
8035 * (bug 18259) Special:DeletedContributions now also uses
8036 MediaWiki:Sp-contributions-logs for the link to Special:Log
8037 * Don't add empty title="" attributes to links to anchors on the current page
8038 * (bug 18291) rebuildrecentchanges.php failed to add deletion log entries
8039 * (bug 18304) rebuildrecentchanges.php got size changes wrong
8040 * (bug 18170) Fixed a PHP warning in Parser::preSaveTransform() in PHP 5.3
8041 * (bug 18289) Database connection error page now returns correct HTML
8042 * "successbox", "errorbox" and related CSS classes are now available in all
8043 skins
8044 * (bug 18316) Removed superfluous name="fulltext" from Special:Search
8045 * (bug 18331) MediaWiki:Undelete-revision can now have wikitext
8046 * The "noautoblock" flag is no longer displayed in the block log when blocking
8047 an IP address
8048 * (bug 18009) $wgHooks and $wgExtensionFunctions now support closures
8049 * (bug 17948) Maintenance scripts now exit(0) or exit(1) as appropriate
8050 * (bug 18377) Time in Enhanced ChangesList lacking localisation
8051 * (bug 12998) Allow <sup>, <sub>, etc. in DISPLAYTITLE
8052 * (bug 1553) Lowercase navigation headings in German
8053 * (bug 7830) Pending transactions failed to commit on loginToUse() error
8054 * (bug 11613) session.save_handler being over-ridden
8055 * (bug 11381) session.save_handler being set twice (causes error)
8056 * (bug 17835) ForeignAPIRepo throwing error on first page load for file
8057 * (bug 18115) ForeignAPIRepo cache isn't working
8058 * Fixed a bug caused by LanguageConverter.php, which brings an abnormal '}-'
8059 after some parsed math syntax.
8060 * (bug 18441) rebuildrecentchanges.inc no longer ignores $wgLogRestrictions
8061 * (bug 18317) Bolded selections in 1 | 3 | etc days on RecentChanges now use
8062 <strong> instead of hardcoded styles
8063 * (bug 18449) Fixed items number per column on category pages when the total is
8064 divisible by 3
8065 * (bug 18121) maintenance/deleteArchivedRevisions.php no longer deletes
8066 revisions when --delete is not passed
8067 * (bug 13172) GPS coordinates in image Exif data are now actually displayed
8068 * Overhaul of preferences system, includes the following bug fixes:
8069 ** (bug 5363) Changes to default preferences now impact registered users.
8070 ** (bug 14806) Hook to enable putting preferences in existing tabs.
8071 ** (bug 17191) Registration date now listed on preferences page.
8072 ** The user_properties table (now used for storing preferences) has been added
8073 to $wgSharedTables.
8074 ** Note that this change will break some extensions which have not been adapted
8075 for it.
8076 * (bug 17020) Adding fallback encodings for Traditional and Simplified Chinese
8077 languages while the text is typed as URLs.
8078 * (bug 17614) Prev / Next links are not shown if all results are shown
8079 * (bug 18207) Strange spacing before [[irc:...]] links
8080 * Removed float from the user login form in RTL interface - caused display
8081 problems in FF2
8082 * (bug 15008) Redirect images are now subject to Bad image list rules
8083 * (bug 6802) profileinfo.php now also work on other database servers than MySQL
8084 * (bug 16925) Diffs no longer fail when $wgExternalDiffEngine is set to
8085 'wikidiff' or 'wikidiff2' but extension is not installed
8086 * (bug 18326) Chmod errors in file repos have been hidden
8087 * (bug 18718) Comma after a } create a error in IE
8088 * (bug 18716) Removed redundant class in Modern skin CSS for category links and
8089 tweaked spacing.
8090 * (bug 18656) Use proper directory separators in wfMkdirParents()
8091 * (bug 18549) Make Special:Blockip respect $wgEnableUserEmail and
8092 $wgSysopEmailBans
8093 * (bug 16912) Tooltips on images with link= disappear
8094 * (bug 18389) Localise numbers in EXIF data
8095 * (bug 18522) Wrap MediaWiki:Protect-cascadeon in a div for identification
8096 * (bug 18438) Tweak HTML for preview bar for consistency and accessibility
8097 * (bug 18432) Updated documentation for dumpBackup.php
8098 * Fix array logic in Sanitizer::removeHTMLtags so that it doesn't strip good
8099 tags that were redundantly defined.
8100 * (bug 14118) SpecialPage::getTitleFor does not return a localised name
8101 * (bug 18698) Renaming non entry point maintenance scripts from .inc.php to
8102 .inc
8103 * Deprecated methods Title::getInterwikiLink, Title::userCanCreate(),
8104 Title::userCanEdit() and Title::userCanMove() have been removed
8105 * Only show upload links on file description if $wgEnableUploads = true
8106 and user can upload
8107 * Don't say "You need to log in to upload/move", because it's possible that
8108 uploading/moving is disabled for registered users as well (e.g. only sysops)
8109 * (bug 18943) Handle invalid titles gracefully at Special:Mostlinked
8110 * (bug 8873) Enable variant conversion in text on 'alt' and 'title' attributes
8111 * (bug 10837) Introducing the StubUserVariant class to determine the variant
8112 variable instead of using this to overrule the user language preference.
8113 * (bug 19014) If user had deletedhistory right, but not undeleted right, then
8114 show "view" instead of "view/restore" on logs.
8115 * (bug 19017) TOC level calculation error in an odd case
8116 * (bug 18999) CSS update for RTL interwiki links
8117 * (bug 18925) history.js removes class names of list elements on initialization
8118 * Multiple whitespace in TOC anchors is now stripped, for consistency with the
8119 link from the edit comment
8120 * (bug 19112) Preferences now respects $wgUseExternalEditor
8121 * (bug 18173) MediaWiki now fails when unable to determine a client IP
8122 * (bug 19170) Special:Version should follow the content language direction
8123 * (bug 19160) maintenance/purgeOldText.inc is now compatible with PostgreSQL
8124 * Fixed performance regression in "bad image list" feature
8125 * Show user preference 'Use live preview' if $wgLivePreview is enabled only
8126 * (bug 17014) Blocked users can no longer use Special:UserRights unless they
8127 can add/remove *all* groups (have 'userrights' permission).
8128 * (bug 19294) Always show Sp-contributions-footer(-anon)
8129 * Attempts to restrict reading of pages while anonymous viewing is allowed
8130 via extensions not using the userCan hook and via $wgRevokePermissions now
8131 work.
8132 * (bug 8445) Multiple-character search terms are now handled properly for
8133 Chinese
8134 * (bug 19450) Use formatNum for "Number of edits" in Special:Preferences
8135 * (bug 11242) Check for MySQL storage engines during installation now checks
8136 whether the engines are actually available
8137 * (bug 19390) Omit the "printable version" link on the printable version
8138 * (bug 18394) img_auth.php now respects userCan
8139 * (bug 19509) Uploading to a file named '0' previously treated it as null input
8140 and attempted to upload with the source name. Now warns about not having an
8141 extension (since 0.ext is perfectly valid)
8142 * (bug 19468) Enotif preferences are now only displayed when they are turned on
8143 * (bug 19442) Show/hide options on watchlist only work once
8144 * (bug 19602) PubMed Magic links now use updated NIH url
8145 * (bug 19637) externallinks have links to self
8146 * Don't load Opera 9.5 RTL fixes for Opera 9.6
8147 * Remove five-year-old KHTMLFixes.css, which is unlikely to be relevant anymore
8148 and was causing problems.
8149 * Removed repetition of URIs in the title attributes of external links.
8150 * (bug 19693) User name is now escaped in "Contributions for ..." link on
8151 Special:BlockIP
8152 * (bug 19571) Override buildConcat for SQLite.
8153 * Log in and log out links no longer return to page view when clicked from
8154 history view, edit page, or something similar
8155 * (bug 19513) RTL fixes for new Search UI
8156 * (bug 16497) Special:Allmessages is paginated
8157 * (bug 18708) CSS plainlinks class now available to all skins
8158 * (bug 19590) Database error messages no longer have "MySQL" hardcoded as the
8159 database type
8160 * (bug 19759) successbox on Special:Preferences now correctly aligned on
8161 standard, nostalgia and cologneblue skin
8162 * (bug 19814) interwiki links from file links ([[File:Foo.jpg|link=de:Test]])
8163 are no longer recorded in the pagelinks table
8164 * (bug 19784) date option "ISO 8601" produced illegal id
8165 * (bug 19761) Removed autogenerated <meta keywords> tag with link data.
8166 Keyword set was not useful, and is ignored by modern search engines anyway.
8167 * (bug 19827) Special:SpecialPages title is "Upload file
8168 * (bug 19355) Added .xhtml, .xht to upload file extension blacklist
8169 * (bug 19287) Workaround for lag on history page in Firefox 3.5
8170 * (bug 19564) Updated docs/hooks.txt
8171 * (bug 18751) Fix for buggage in profiling setup for some extensions on PHP 5.1
8172 * (bug 17139) ts_resortTable inconsistent trimming makes date sorting fragile
8173 * (bug 19445) Change oldimage table to use ON UPDATE CASCADE for FK to image
8174 table.
8175 * (bug 14080) Short notation links to subpages didn't work in edit summaries
8176 * (bug 17374) Special:Export no longer exports multiple copies of pages
8177 * (bug 19818) Edits to user CSS/JS subpages can now be marked as patrolled by
8178 users who can't edit them
8179 * (bug 19839) Comments in log items are no more double escaped
8180 * (bug 18161) Fix inconsistent separators in watchlist link toolbars with
8181 "enhanced recent changes"
8182 * (bug 16877) Moving a page over a redirect no longer leaves an orphan entry in
8183 the recentchanges table
8184 * (bug 16009) Limit selection forms based on Pager now links to the correct page
8185 when using long urls
8186 * The display of the language list on the preferences is more comply with the
8187 BCP 47 standards.
8188 * (bug 19849) Custom X-Vary-Options header now disabled unless $wgUseXVO is set
8189 * (bug 19301) Duplicate entries in $wgAddGroups, $wgRemoveGroups,
8190 $wgGroupsAddToSelf and $wgGroupsRemoveFromSelf are no more displayed on
8191 Special:ListGroupRights
8192 * (bug 18799) Special:Userlogin now handles correctly the returnto parameter
8193 to not link back to Special:Userlogout when user's language isn't the same as
8194 content's language
8195 * (bug 19479) Show proper error message when unable to connect to PostgreSQL
8196 database with username/password in MediaWiki's setup
8197 * (bugs 18407, 18409) Special:Upload is now listed on Special:Specialpages only
8198 if uploads are enabled and the user can access it
8199 * (bug 17988) Spaces before [[Category:]] links are no longer ignored
8200 * (bug 19957) All known-failing tests now marked disabled; added --run-disabled
8201 option to parser test suite to run disabled tests if desired.
8202 * (bug 16311) Make recent change flags (n/m/b) <abbr>s instead of <span>s
8203 * (bug 15680) Split the edit tip message of user CSS/JS subpage into
8204 "usercssyoucanpreview" and "userjsyoucanpreview" respectively.
8205 * (bug 12110) Split the rights for editing users' CSS/JS subpage from
8206 "editusercssjs" into "editusercss" and "edituserjs" respectively.
8207 * (bug 19394) RecentChanges feed URLs for log items with no revisions
8208 (eg Newuser, Userrights) are no longer broken
8209 * (bug 17395) Remote file descriptions use user language ($wgLang), not wiki
8210 language ($wgContLang)
8211 * (bug 11867) Lock error on redirect table when running orphans.php
8212 * (bug 18930) initStats.php now refreshes active users count
8213 * (bug 18699) Using the nosummary URL option no longer triggers the "You have
8214 not provided a summary" warning for those who activated it in their
8215 preferences
8216 * (bug 18855) commandLine.inc and Maintenance.php are now properly included
8217 using the full path
8218 * (bug 18497) Fixed broken style sheets in Opera fullscreen mode
8219 * (bug 16084) Default memory limit has be increased to 50M, see $wgMemoryLimit
8220 * (bug 17864/19519) Added proper input normalization in Special:UserRights
8221 * (bug 20086) Add Hook to add extra statistics at the end of Special:Statistics
8222 * (bug 19289) importDump.php can now handle bzip2 and 7zip
8223 * (bug 20131) Fixed a PHP notice for users having the "rollback" right on
8224 Special:RecentChangesLinked
8225 * Do not transform EXIF fields with pure text to avoid results like
8226 foo,bar@example,com
8227 * (bug 20176) Fix login/logout links in skin CologneBlue
8228 * (bug 20203) "Powered by Mediawiki" now has height/width on image tag
8229 * (bug 20273) Fix broken output when no pages are found in the content
8230 namespaces
8231 * (bug 20265) Make AncientPages and UnusedFiles work on SQLite
8232 * Fixed XSS vulnerability for Internet Explorer clients (only pre-release
8233 versions of MediaWiki were affected).
8234 * (bug 14817) Moving a page to a subpage of itself moves it twice
8235 * (bug 20289) $wgMaximumMovedPages should only count pages actually moved
8236 * (bug 15248) Non-breaking spaces and certain other Unicode space characters
8237 are now normalized to ordinary spaces in titles; if your wiki has existing
8238 titles with such characters, run cleanupTitles.php and/or cleanupImages.php
8239 * (bug 11143) Links containing invalid UTF-8 percent-code sequences are now
8240 cleanly disabled instead of breaking parsing entirely on PHP 5.2.
8241 * (bug 20296) Fixed an PHP warning in Language::getMagic() in PHP 5.3
8242 * (bug 20358) Unprotect tab was missing accesskey; now same as protect tab.
8243 * (bug 20317) Cleaned up default main page link accesskey settings
8244 * (bug 20362) Special:Statistics now produces valid HTML when view counters are
8245 enabled
8246 * (bug 19857) maintenance/deleteRevision.php on last revision no longer breaks
8247 target page
8248 * (bug 20365) Page name with c/g/h/j/s/u + x are now correctly handled in
8249 Special:MovePage with Esperanto as content language
8250 * (bug 20364) Fixed regression in GIF metadata loading
8251 * (bug 20299) MediaWiki:Move-subpages and MediaWiki:Move-talk-subpages can now
8252 use wikitext
8253 * (bug 15475) DatabaseBase::setFlag(), DatabaseBase::clearFlag() and
8254 DatabaseBase::getFlag() now have documentation
8255 * (bug 19966) MediaWiki:License-header is now used for the licensing header in
8256 the file description page instead of MediaWiki:License
8257 * (bug 20380) Links to history/deleted edits at the top of
8258 Special:RevisionDelete are no more displayed when doing log suppression
8259 * (bug 8143) Localised parser function names are now correctly case insensitive
8260 if they contain non-ASCII characters
8261 * (bug 19055) maintenance/rebuildrecentchanges.php now purges
8262 Special:Recentchanges's RSS and Atom feed cache
8263 * The installer will now try to bypass PHP's max_execution_time
8264 * (bug 20260) SQLite no longer tries to automatically create the database at
8265 execution time, this now happens only at install time; if it is not available
8266 at script execution, it now throws an exception
8267 * Fixed EditFilterMerged hook so the hookError parameter serves a purpose
8268 (analogous to EditFilter hook)
8269 * (bug 2257) Tag extensions can expand template parameters provided to the tag,
8270 by using a new parameter added to the recursiveTagParse function
8271 * (bug 14900) __INDEX__ and __NOINDEX__ no longer override site config set in
8272 $wgArticleRobotPolicies.
8273 * (bug 20466) Hidden categories are no more displayed when printing
8274 * (bug 20446) When changing user rights with User@remotewiki and remotewiki is
8275 the local wiki, the user is now treated as the local user
8276 * (bug 20494) OutputPage::getArticleBodyOnly() no longer requires an useless
8277 argument
8278 * (bug 20136) Protection form JavaScript now synchronizes the expiry boxes on
8279 any change, in addition to onkeyup.
8280 * Don't link to "edit this page" on MediaWiki:Noarticletext if user is not
8281 allowed to create page. Done via new message
8282 MediaWiki:Noarticletext-nopermission
8283 * Improved compatibility between the Vector skin and addPortletLink() from
8284 wikibits.js: empty portlets are now present but hidden, adding an element to a
8285 portlet unhides it
8286 * (bug 19531) addPortletLink() now wraps inserted labels in a <span> element to
8287 be compatible with the CSS for the Vector skin
8288 * (bug 20578) Wrong localized image metadata - duplicated string?
8289 * (bug 20556) Stub threshold's "other" <input> in Special:Preferences now has a
8290 correct type="text" parameter
8291 * (bug 482) Don't include TOC in the printable version if it has been hidden
8292 * Adjust the time according to the user configuration on Special:Revisiondelete
8293 * (bug 20624) Installation no longer allows "qqq" as the chosen language
8294 * (bug 20634) The installer-created database user will now have all rights on
8295 the database so that upgrades will go more smoothly.
8296 * (bug 18180) Special:Export ignores limit, dir, offset parameters
8297 * User::getBlockedStatus() works for all kinds of user objects and doesn't
8298 assume the user object is equal to the current-user object ($wgUser)
8299 * (bug 20517) Cancel link from edit page now returns to the old version when
8300 editing an old version
8301 * (bug 16902) Installer no longer shows warnings when exec() has been disabled
8302 by disable_functions
8303 * (bug 20726) Title::getLatestRevID's documentation now says that the function
8304 returns false if the page doesn't exist
8305 * (bug 20751) ForeignApiRepo now urldecodes filenames when saving to local cache
8306 * (bug 20730) Fix to Special:Version ViewVC link for branch checkouts
8307 * (bug 20353) wfShellExec() was adding extra quotes on Windows Vista, causing
8308 command line scripts to fail
8309 * (bug 20702) Parser functions can now be used correctly in
8310 MediaWiki:Missing-article
8311 * (bug 14117) "redirected from" is now also shown on foreign file redirects
8312 * (bug 17747) Only display thumbnail column in file history if the image can
8313 be rendered.
8314 * (bug 3421) Live preview no longer breaks user CSS/JS previews
8315 * (bug 11264) The file logo on a file description page for documents (PDF, ...)
8316 now links to the file rather than the file description page
8317 * Password fields built with HTMLForm now still have the type="password"
8318 attribute if $wgHtml5=false.
8319 * (bug 20836) Preload now works for MediaWiki namespace
8320 * (bug 20885) Search box no longer suggests unavailable special pages
8321 * (bug 20948) "Create this page" on Special:Search is no longer displayed when
8322 searching for special pages
8323 * (bug 20524) Hideuser: Show nice error when trying to block hidden user without
8324 hideuser right
8325 * (bug 21026) Fixed file redirects on shared repos on non-English client wikis
8326 * (bug 21030) Fixed schema choices from being overwritten by defining unique
8327 field names per driver.
8328 * (bug 21115) wgCanonicalSpecialPageName javascript variable is now always
8329 false on non-special pages
8330 * (bug 21113) "Other statistics" header on Special:Statistics is no more
8331 displayed when there isn't any entry in it
8332 * (bug 21114) Special:Contributions no longer shows diff links for new
8333 revisions
8334 * (bug 21116) MediaWiki:Templatesused, MediaWiki:Templatesusedpreview and
8335 MediaWiki:Templatesusedsection now support plural
8336 * (bug 21079) There is no more line wrapping between label and field in
8337 Special:Log
8338 * (bug 20256) Fixed SQL errors on Special:Recentchanges and
8339 Special:Recentchangeslinked on SQLite backend
8340 * (bug 20880) Fixed updater failure on SQLite backend
8341 * (bug 21182) Fixed invalid HTML in Special:Listgrouprights
8342 * (bug 20242) Installer no longer promts for user credentials for SQLite
8343 databases
8344 * (bug 20911) Installer failed to create a SQLite database
8345 * (bug 20847) Deprecated deprecated akeytt() removed in wikibits.js leaving
8346 dummy
8347 * (bug 21161) Changing $wgCacheEpoch now always invalidates file cache
8348 * (bug 20268) Fixed row count estimation on SQLite backend
8349 * (bug 20275) Fixed LIKE queries on SQLite backend
8350 * (bug 21234) Moving subpages of titles containing \\ now works properly
8351 * (bug 21006) maintenance/updateArticleCount.php now works again on PostgreSQL
8352 * (bug 19319) Add activeusers-intro message at top of SpecialActiveUsers page
8353 * (bug 21255) Fixed hostname construction for DNSBL checking
8354 * (bug 18019) Users are now warned when moving a file to a name in use on a
8355 shared repository and only users with the 'reupload-shared' permission can
8356 complete the move.
8357 * (bug 18909) Add missing Postgres INSERT SELECT wrapper
8358 * User::isValidPassword now only returns boolean results,
8359 User::getPasswordValidity can be used to get an error message string
8360 * The error message shown in Special:ChangePassword now parses wiki markup
8361 * (bug 19859) Removed experimental HTMLDiff feature
8362 * Removed section edit links in edit conflict form
8363 * Allow SpecialActiveusers to work on non-MySQL databases
8364 * (bug 6579) Fixed protecting images from uploading only
8365 * (bug 18609) Search index was empty for some pages
8366 * (bug 13453) rebuildrecentchanges maintenance script works on PG again
8367 * (bug 16583) Reduce false positives when checking for PHP (on upload, etc.)
8368 * (bug 20112) Bitrotted tests in the t/ directory were failing.
8369 * (bug 21470) MediaWiki:Sp-contributions-explain is now wrapped in a <p> with
8370 id "mw-sp-contributions-explain"
8371 * (bug 19159) Fixed \overleftrightarrow in texvc
8372 * (bug 19391) Fix caching for Recent ChangesFeed.
8373 * (bug 21455) Fixed "Watch this page" checkbox appearing on some special pages
8374 even to non-logged in users
8375 * (bug 21551) Rewrote the Squid purge HTTP client to provide a more robust and
8376 general implementation of HTTP, allowing it to purge non-Squid caches such as
8377 Varnish.
8378 * Fixed corruption of long UDP debug log messages by using socket_sendto()
8379 instead of fsockopen() with fwrite().
8380 * (bug 16884) Fixed feed links in sidebar not complying with URL parameters
8381 of the displayed page
8382 * (bug 21403) memcached class renamed to MWMemecached to avoid conflict with
8383 PHP's memcached extension
8384 * (bug 21650) Both calls to SkinTemplateTabs hook are now compatible
8385 * (bug 21672) Add missing Accept-Language to both Vary and XVO headers
8386 * (bug 21679) "Edit block reasons" link at the bottom of Special:Blockip is now
8387 only displayed to the users that have "editinterface" right
8388 * (bug 21740) Attempting to protect a page that doesn't exist (salting) returns
8389 "unknown error"
8390 * (bug 18762) both redirects and links get fixed one after another if
8391 redirects-only switch is not present
8392 * (bug 20159) thumbnails rerendered if older than $wgThumbnailEpoch
8393 * Fixed a bug which in some situations causes the job queue to grow forever,
8394 due to an infinite loop of job requeues.
8395 * (bug 21523) File that can have multiple pages (djvu, pdf, ...) no longer have
8396 the page selector when they have only one page
8397 * (bug 21559) "logempty" message is now wrapped in a div with class
8398 "mw-warning-logempty" when used in log extract
8399 * (bug 20549) Parser tests were broken on SQLite backend
8400 * (bug 21776) Interwiki urls like http://en.wikibooks.org/wiki/cs: should give
8401 a redirect instead of a baderror.
8402 * (bug 21803) Special:MyContributions now keeps the query string parameters
8403 * Redirecting special pages now keep query string parameters set to "0" (e.g.
8404 for namespace)
8405 * (bug 20765) Special:ListGroupRights no longer misses addables and removables
8406 groups if there are duplicate entries
8407 * (bug 21814) Message shown when rolling back an edit with a deleted username
8408 now shows '(username deleted)' instead of broken user tool links
8409 * (bug 21536) Fixed JavaScript error on Special:Search caused by an incorrect ID
8410 * (bug 21535) RecentChanges RSS feed now always recognises the namespace filter,
8411 previously it sometimes didn't due to caching.
8412 * (bug 20388) ProfilerSimpleText no longer outputs comment on action=raw
8413 * refreshLinks.php now purges orphaned redirect table rows
8414 * (bug 2971) Swap links of hist & diff location on Special:Contributions for
8415 consistency with RC/WL
8416 * (bug 21986) Special page names are now capitalized by content language
8417 * If two log types have the same description, they're now both displayed in the
8418 type selector on Special:Log
8419 * (bug 20115) Special:Userlogin title says "Log in / create account" even if the
8420 user can't create an account
8421 * (bug 2658) Don't attempt to set the TZ environment variable.
8422 * (bug 9794) User rights log entries for foreign user now links to the foreign
8423 user's page if possible
8424 * (bug 14717) Don't load nonexistent CSS fix files for non-Monobook skins
8425 * (bug 22034) Use wfClientAcceptsGzip() in wfGzipHandler instead of
8426 reimplementing it.
8427 * (bug 19226) First line renders differently on many UI messages.
8428 * (bug 21303) Comments are no longer stripped from MediaWiki:Common.js and
8429 skin-specific JS pages
8430 * (bug 5061) Use the more precise thumbcaption thumbimage and thumbinner classes
8431 for image divs.
8432 * (bug 22096) IE50Fixes.css and IE55Fixes.css have been dropped from the Monobook
8433 and Chick skins
8434 * Fixed bug involving unclosed "-{" markup in the language converter
8435 * (bug 21870) No longer include Google logo from an external server on wiki error.
8436 * (bug 22181) Do not truncate if the ellipsis actually make the string longer
8437 * (bug 16039) Text disappearing after a bad image
8438 * (bug 18784) Internal links like [[File:Foo|caption]] should read 'caption',
8439 not 'File:Foo' when Foo is not an image
8440 * (bug 21518) Special:UserRights no longer displays the user name box for users
8441 that can only change their rights
8442 * (bug 21593) Special:UserRights now lists automatic groups membership
8443 * (bug 22364) Setting $wgUseExternalEditor to false no longer hides the reupload
8444 link from file pages
8445 * Fix bug introduced in MediaWiki 1.12: The author field in
8446 $wgExtensionCredits is no longer sorted with sort() but rather used
8447 as it appears in extensions as was the case before r30117 where it
8448 was unintentionally sorted along with other fields.
8449 * (bug 19334) Textarea no longer jumps when editing longer articles in IE8
8450 * Truncate summary of page moves in revision comment field to avoid broken
8451 multibyte characters
8452 * (bug 22540) ForeignApiRepos no longer try to store thumbnails that don't exist
8453 * (bug 22551) Special:Resetpass now has a "Cancel" button that sends the user to
8454 the page set in the &returnto parameter.
8455 * (bug 19194) Search box in Modern skin doesn't focus with Safari/Chrome
8456 * (bug 17790) Users instantly logged off on HughesNet
8457 * (bug 21549) Make foreign key constraints DEFERRABLE INITIALLY DEFERRED
8458 when using Postgres as the database backend.
8459
8460 == API changes in 1.16 ==
8461
8462 * Added uiprop=changeablegroups to meta=userinfo
8463 * Added usprop=gender to list=users
8464 * (bug 18311) action=purge now works for images too
8465 * Add parentid to prop=revisions output
8466 * (bug 17832) action=delete returns 'unknownerror' instead of 'permissiondenied'
8467 when the user is blocked
8468 * (bug 18546) Added timestamp of new revision to action=edit output
8469 * (bug 18554) Also list hidden revisions in list=usercontribs for privileged
8470 users
8471 * (bug 13049) "API must be accessed from the primary script entry point" error
8472 * (bug 16422) Don't display help for format=jsonfm unless specifically requested
8473 * Added PHP and database version to meta=siteinfo output
8474 * (bug 18533) Add readonly message to meta=siteinfo output
8475 * (bug 18518) Add clprop=hidden to prop=categories
8476 * (bug 18710) Fixed internal error with empty parameter in action=paraminfo
8477 * (bug 18709) Missing descriptions for some parameters in action=paraminfo
8478 output
8479 * (bug 18731) Show correct SVN links for extension modules in api.php?version
8480 * (bug 18730) Add version information to action=paraminfo output
8481 * (bug 18743) Add ucprop=size to list=usercontribs
8482 * (bug 18749) Add generator flag to action=paraminfo output
8483 * Make action=block respect $wgEnableUserEmail and $wgSysopEmailBans
8484 * Made deleting file description pages without files possible
8485 * (bug 18773) Add content flag to siprop=namespaces output
8486 * (bug 18785) Add siprop=languages to meta=siteinfo
8487 * (bug 14200) Added user and excludeuser parameters to list=watchlist and
8488 list=recentchanges
8489 * Added index, fromtitle and byteoffset fields to action=parse&prop=sections
8490 output
8491 * (bug 19313) action=rollback returns wrong revid on master/slave setups
8492 * (bug 19323) action=parse doesn't return section tree on pages with Cite
8493 warnings
8494 * (bug 18720) Add anchor field to action=parse&prop=sections output
8495 * (bug 19423) The initial file description page used caption in user lang
8496 rather than UI lang
8497 * (bug 17809) Add number of users in user groups to meta=siteinfo
8498 * (bug 18533) Add readonly reason to readonly exception
8499 * (bug 19528) Added XSLT parameter to API queries in format=xml
8500 * (bug 19040) Fix prependtext and appendtext in combination with section
8501 parameter in action=edit
8502 * (bug 19090) Added watchlist parameter, deprecated watch and unwatch
8503 parameter in action=edit
8504 * Added fields to list=search output: size, wordcount, timestamp, snippet
8505 * Where supported by backend, list=search adds a 'searchinfo' element with
8506 optional info: 'totalhits' count and 'suggestion' alternate query term
8507 * (bug 19907) $wgCrossSiteAJAXdomains added to allow specified (or all)
8508 external domains to access api.php via AJAX, if the browser supports the
8509 Access-Control-Allow-Origin HTTP header
8510 * (bug 19999) Made metadata and properties of search results optional. Added
8511 srprop and srinfo.
8512 * (bug 20700) Add amprop=default to meta=allmessages to list default value for
8513 customized messages
8514 * Don't parse magic words in meta=allmessages, output messages unparsed
8515 * (bug 21105) list=usercontribs can now list contribs for User:0
8516 * (bug 21085) list=deletedrevs no longer returns only one revision when
8517 drcontinue param is passed
8518 * (bug 21106) Deprecated parameters now tagged in action=paraminfo
8519 * (bug 19004) Added support for tags
8520 * (bug 21083) list=allusers no longer returns current timestamp for users
8521 without registration date
8522 * (bug 20967) action=edit allows creation of invalid titles
8523 * (bug 19523) Add inprop=watched to prop=info
8524 * (bug 21589) API: Separate summary and initial page text for uploads
8525 * (bug 21817) list=usercontribs returns empty result for empty ucuser
8526 * (bug 21441) meta=userinfo&uiprop=options no longer returns default options
8527 for logged-in users under certain circumstances
8528 * (bug 21945) Add chomp control in YAML
8529 * Expand the thumburl to an absolute url to make it consistent with url and
8530 descriptionurl
8531 * (bug 20233) ApiLogin::execute() doesn't handle LoginForm :: RESET_PASS
8532 * (bug 22061) API: add prop=headitems to action=parse
8533 * (bug 22240) API: include time in siteinfo
8534 * (bug 22241) Quick edit is still using the deprecated watch parameter (API: Setting default for watch/unwatch wrongly set)
8535 * (bug 22245) blfilterredirect=nonredirects in blredirect mode wrongly filtering
8536 * (bug 22248) Output extension URLs in meta=siteinfo&siprop=extensions
8537 * Support key-params arrays in 'descriptionmsg' in meta=siteinfo&siprop=extensions
8538 * (bug 21922) YAML output should quote asterisk when used as key
8539 * (bug 22297) safesubst: to allow substitution without breaking transclusion
8540 * (bug 18758) API read of watchlist's wl_notificationtimestamp
8541 * (bug 20809) Expose EditFormPreloadText via the API
8542 * (bug 18427) Comment (edit summary) parser option for API
8543 * (bug 18608) API should provide list of CSS styles to apply to rendered output
8544 * (bug 18771) List possible errors in action=paraminfo
8545
8546 === Languages updated in 1.16 ===
8547
8548 MediaWiki supports over 300 languages. Many localisations are updated
8549 regularly. Below only new and removed languages are listed, as well as
8550 changes to languages because of Bugzilla reports.
8551
8552 * Capiznon (cps) (new)
8553 * North Frisian (frr) (new)
8554 * Kirmanjki (kiu) (new)
8555 * Komi-Permyak (koi) (new)
8556 * Karachay-Balkar (krc) (new)
8557 * Hill Mari (mrj) (new)
8558 * Prussian (prg) (new)
8559 * Romagnol (rgn) (new)
8560 * Lower Silesian (sli) (new)
8561 * Picard (pcd) (new)
8562 * Uyghur (Arabic script) (ug-arab) (new)
8563 * Upper Franconian (vmf) (new)
8564 * Votic (vot) (new)
8565 * Eastern Yiddish (ydd) (removed)
8566 * Iriga Bicolano (bto) (removed)
8567 * Ladin (lld) (removed)
8568 * Laz (lzz) (removed)
8569 * Palembang (plm) (removed)
8570 * Megleno-Romanian (Greek script) (ruq-grek) (removed)
8571 * Tamazight (tzm) (removed)
8572 * Laz (lzz) (new)
8573
8574 * (bug 18474) Sorani (ckb - Central Kurdish) (renamed from ku-arab)
8575 * Add PLURAL function for Scots Gaelic (gd)
8576 * Add Estonian letters äöõšüž to linktrail (et)
8577 * (bug 18776) Native name of Burmese language (my)
8578 * (bug 18806) Use correct unicode characters in spelling of native Chuvash
8579 (Чӑвашла)
8580 * (bug 18864) Updated autonym for Zhuang language
8581 * (bug 18308) Updated date formatting in Occitan (oc)
8582 * (bug 19080) Added ăâîşţșțĂÂÎŞŢȘȚ to Romanion (ro) linktrail
8583 * (bug 19286) Correct commafying function in Polish (pl)
8584 * (bug 19441) Updated date formatting for Lithuanian
8585 * (bug 19630) Added ÄäÇçĞğŇňÖöŞşÜüÝýŽž to Turkmen (tk) linktrail
8586 * (bug 19949) New linktrail for Greek (el)
8587 * (bug 19809) Korean (North Korea) (ko-kp) (new)
8588 * (bug 19968) Fixed "Project talk" namespace name for Maltese (mt)
8589 * (bug 21168) Added áâãàéêçíóôõúü to Portuguese (pt) linktrail
8590 * (bug 21596) Change interwiki link for Kurdish (ku)
8591 * (bug 23767) PHP warning/error when REQUEST_URI returns blank (IIS issue).
8592
8593 == MediaWiki 1.15 ==
8594
8595 === Configuration changes in 1.15 ===
8596
8597 * Added $wgNewPasswordExpiry, to specify an expiry time (in seconds) to
8598 temporary passwords
8599 * Added $wgUseTwoButtonsSearchForm to choose the Search form behavior/look
8600 * Added $wgNoFollowDomainExceptions to allow exempting particular domain names
8601 from rel="nofollow" on external links
8602 * (bug 12970) Brought back $wgUseImageResize.
8603 * Added $wgRedirectOnLogin to allow specifying a specific page to redirect users
8604 to upon logging in (ex: "Main Page")
8605 * Add $wgExportFromNamespaces for enabling/disabling the "export all from
8606 namespace" option (disabled by default)
8607
8608 === New features in 1.15 ===
8609
8610 * (bug 2242) Add an expiry time to temporary passwords
8611 * (bug 9947) Add PROTECTIONLEVEL parser function to return the protection level
8612 for the current page for a given action
8613 * (bug 17002) Add &minor= and &summary= as parameters in the url when editing,
8614 to automatically add a summary or a minor edit.
8615 * (bug 16852) padleft and padright now accept multiletter pad characters
8616 * When using 'UserCreateForm' hook to add new checkboxes into
8617 Special:UserLogin/signup, the messages can now contain HTML to allow
8618 hyperlinking to the site's Terms of Service page, for example
8619 * Add new hook 'UserLoadFromDatabase' that is called while loading a user
8620 from the database.
8621 * (bug 17045) Options on the block form are prefilled with the options of the
8622 existing block when modifying an existing block.
8623 * (bug 17055) "(show/hide)" links to Special:RevisionDelete now use a CSS class
8624 rather than hardcoded HTML tags
8625 * Added new hook 'WantedPages::getSQL' into SpecialWantedpages.php to allow
8626 extensions to alter the SQL query which is used to get the list of wanted
8627 pages
8628 * (bugs 16957/16969) Add show/hide to preferences for RC patrol options on
8629 specialpages
8630 * (bug 11443) Auto-noindex user/user talk pages for blocked user
8631 * (bug 11644) Add $wgMaxRedirects variable to control how many redirects are
8632 recursed through until the "destination" page is reached.
8633 * Add $wgInvalidRedirectTargets variable to prevent redirects to certain
8634 special pages.
8635 * Use HTML5 rel attributes for some links, where appropriate
8636 * Added optional alternative Search form look - Go button & Advanced search
8637 link instead of Go button & Search button
8638 * (bug 2314) Add links to user custom CSS and JS to Special:Preferences
8639 * More helpful error message on raw page access if PHP_SELF isn't set
8640 * (bug 13040) Gender switch in user preferences
8641 * (bug 13040) {{GENDER:}} magic word for interface messages
8642 * (bug 3301) Optionally sort user list according to account creation time
8643 * Remote description pages for foreign file repos are now fetched in the
8644 content language.
8645 * (bug 17180) If $wgUseFileCache is enabled, $wgShowIPinHeader is automatically
8646 set to false.
8647 * (bug 16604) Mark non-patrolled edits in feeds with "!"
8648 * (bug 16604) Show title/rev in IRC for patrol log
8649 * (bug 16854) Whether a page is being parsed as a preview or section preview
8650 can now be determined and set with ParserOptions.
8651 * Wrap message 'confirmemail_pending' into a div with CSS classes "error" and
8652 "mw-confirmemail-pending"
8653 * (bug 8249) The magic words for namespaces and pagenames can now be used as
8654 parser functions to return the desired namespace or normalized title/title
8655 part for a given title.
8656 * (bug 17110) Styled #mw-data-after-content in cologneblue.css to match the
8657 rest of the font
8658 * (bug 7556) Time zone names in signatures lack i18n
8659 * (bug 3311) Automatic category redirects
8660 * (bug 17236) Suppress 'watch user page link' for IP range blocks
8661 * Wrap message 'searchresulttext' (Special:Search) into a div with
8662 class "mw-searchresult"
8663 * (bug 15283) Interwiki imports can now fetch included templates
8664 * Treat svn:// URLs as external links by default
8665 * New function to convert namespace text for display (only applies on wiki with
8666 LanguageConverter class)
8667 * (bug 17379) Contributions-title is now parsed for magic words.
8668 * Preprocessor output now cached in memcached.
8669 * (bug 14468) Lines in classic RecentChanges and Watchlist have classes
8670 "mw-line-odd" and "mw-line-even" to make styling using css possible.
8671 * (bug 17311) Add a note beside the gender selection menu to tell users that
8672 this information will be public
8673 * Localize time zone regions in Special:Preferences
8674 * Add NUMBEROFACTIVEUSERS magic word, which is like NUMBEROFUSERS, but uses
8675 the active users data from site_stats.
8676 * Add a <link rel="canonical"> tag on redirected page views
8677 * Replace hardcoded '...' as indication of a truncation with the
8678 'ellipsis' message
8679 * Wrap warning message 'editinginterface' into a div with class
8680 'mw-editinginterface'
8681 * (bug 17497) Oasis opendocument added to mime.types
8682 * Remove the link to Special:FileDuplicateSearch from the "file history" section
8683 of image description pages as the list of duplicated files is shown in the
8684 next section anyway.
8685 * Added $wgRateLimitsExcludedIPs, to allow specific IPs to be whitelisted from
8686 rate limits.
8687 * (bug 14981) Shared repositories can now have display names, located at
8688 Mediawiki:Shared-repo-name-REPONAME, where REPONAME is the name in
8689 $wgForeignFileRepos
8690 * Special:ListUsers: Sort list of usergroups by alphabet
8691 * (bug 16762) Special:Movepage now shows a list of subpages when possible
8692 * (bug 17585) Hide legend on Special:Specialpages from non-privileged users
8693 * Added $wgUseTagFilter to control enabling of filter-by-change-tag
8694 * (bug 17291) MediaWiki:Nocontribs now has an optional $1 parameter for the
8695 username
8696 * Wrap special page summary message '$specialPageName-summary' into a div
8697 with class 'mw-specialpage-summary'
8698 * $wgSummarySpamRegex added to handle edit summary spam. This is used *instead*
8699 of $wgSpamRegex for edit summary checks. Text checks still use $wgSpamRegex.
8700 * New function to convert content text to specified language (only applies on wiki with
8701 LanguageConverter class)
8702 * (bug 17844) Redirect users to a specific page when they log in, see
8703 $wgRedirectOnLogin
8704 * Added a link to Special:UserRights on Special:Contributions for privileged users
8705 * (bug 10336) Added new magic word {{REVISIONUSER}}, which displays the editor
8706 of the displayed revision
8707 * LinkerMakeExternalLink now has an $attribs parameter for link attributes and
8708 a $linkType parameter for the type of external link being made
8709 * (bug 17785) Dynamic dates surrounded with a <span> tag, fixing sortable tables with
8710 dynamic dates.
8711 * (bug 4582) Provide preference-based autoformatting of unlinked dates with the dateformat
8712 parser function.
8713 * (bug 17886) Special:Export now allows you to export a whole namespace (limited to 5000 pages)
8714 * (bug 17714) Limited TIFF upload support now built in if 'tif' extension is
8715 enabled. Image width and height are now recognized, and when using ImageMagick,
8716 optional flattening to PNG or JPEG for inline display can be enabled by setting
8717 $wgTiffThumbnailType
8718 * Renamed two input IDs on Special:Log from 'page' and 'user' to 'mw-log-page' and
8719 'mw-log-user', respectively
8720 * Added $wgInvalidUsernameCharacters to disallow certain characters in
8721 usernames during registration (such as "@")
8722 * Added $wgUserrightsInterwikiDelimiter to allow changing the delimiter
8723 used in Special:UserRights to denote the user should be searched for
8724 on a different database
8725 * Add a class if 'missingsummary' is triggered to allow styling of the summary
8726 line
8727 * Title attributes are now always blank on framed and thumbnailed images, and default to blank
8728 on inline images instead of defaulting to the image's filename. Additionally, the alt
8729 attribute now defaults to the filename on framed and thumbnailed images if no caption or alt
8730 attribute is specified.
8731
8732 === Bug fixes in 1.15 ===
8733 * (bug 16968) Special:Upload no longer throws useless warnings.
8734 * (bug 17000) Special:RevisionDelete now checks if the database is locked
8735 before trying to delete the edit.
8736 * (bug 16852) padleft and padright now handle multibyte characters correctly
8737 * (bug 17010) maintenance/namespaceDupes.php now add the suffix recursively if
8738 the destination page exists
8739 * (bug 17035) Special:Upload now fails gracefully if PHP's file_uploads has
8740 been disabled
8741 * Fixing the caching issue by using -{T|xxx}- syntax (only applies on wiki with
8742 LanguageConverter class)
8743 * Improving the efficiency by using -{A|xxx}- syntax (only applies on wiki with
8744 LanguageConverter class)
8745 * (bug 17054) Added more descriptive errors in Special:RevisionDelete
8746 * (bug 11527) Diff on page with one revision shows "Next" link to same diff
8747 * (bug 8065) Fix summary forcing for new pages
8748 * (bug 10569) redirects to Special:Mypage and Special:Mytalk are no longer
8749 allowed by default. Change $wgInvalidRedirectTargets to re-enable.
8750 * (bug 3043) Feed links of given page are now preceded by standard feed icon
8751 * (bug 17150) escapeLike now escapes literal \ properly
8752 * Inconsistent use of sysop, admin, administrator in system messages changed
8753 to 'administrator'
8754 * (bug 14423) Check block flag validity for block logging
8755 * DB transaction and slave-lag avoidance tweaks for Email Notifications
8756 * (bug 17104) Removed [Mark as patrolled] link for already patrolled revisions
8757 * (bug 17106) Added 'redirect=no' and 'mw-redirect' class to redirects at
8758 "user contributions"
8759 * Rollback links on new pages removed from "user contributions"
8760 * (bug 15811) Re-upload form tweaks: license fields removed, destination locked,
8761 comment label uses better message
8762 * Whole HTML validation ($wgValidateAllHtml) now works with external tidy
8763 * Parser tests no longer fail when $wgExternalLinkTarget is set in
8764 LocalSettings
8765 * (bug 15391) catch DBQueryErrors on external storage insertion. This avoids
8766 error messages on save were the edit in fact is saved.
8767 * (bug 17184) Remove duplicate "z" accesskey in MonoBook
8768 * Parser tests no longer fail when $wgAlwaysUseTidy is set in LocalSettings.php
8769 * Removed redundant dupe warnings on reupload for the same title. Dupe warnings
8770 for identical files at different titles are still given.
8771 * Add 'change tagging' facility, where changes can be tagged internally with
8772 certain designations, which are displayed on various summaries of changes,
8773 and the entries can be styled with CSS.
8774 * (bug 17207) Fix regression breaking category page display on PHP 5.1
8775 * Categoryfinder utility class no longer fails on invalid input or gives wrong
8776 results for category names that include pseudo-namespaces
8777 * (bug 17252) Galician numbering format
8778 * (bug 17146) Fix for UTF-8 and short word search for some possible MySQL
8779 configs
8780 * (bug 7480) Internationalize database error message
8781 * (bug 16555) Number of links to mediawiki.org scaled back on post-installation
8782 * (bug 14938) Removing a section no longer leaves excess whitespace
8783 * (bug 17304) Fixed fatal error when thumbnails couldn't be generated for file
8784 history
8785 * (bug 17283) Remove double URL escaping in show/hide links for log entries
8786 and RevisionDeleteForm::__construct
8787 * (bug 17105) Numeric table sorting broken
8788 * (bug 17231) Transcluding special pages on wikis using language conversion no
8789 longer affects the page title
8790 * (bug 6702) Default system messages updated/improved
8791 * (bug 17190) User ID on preference page no longer has delimeters
8792 * (bug 17341) "Powered by MediaWiki" should be on the left on RTL wikis
8793 * (bug 17404) "userrights-interwiki" right was missing in User::$mCoreRights
8794 * (bug 7509) Separation strings should be configurable
8795 * (bug 17420) Send the correct content type from action=raw when the HTML file
8796 cache is enabled.
8797 * (bug 12746) Do not allow new password e-mails when wiki is in read-only mode
8798 * (bug 17478) Fixed a PHP Strict standards error in
8799 maintenance/cleanupWatchlist.php
8800 * (bug 17488) RSS/Atom links in left toolbar are now localized in classic skin
8801 * (bug 17472) use print <<<EOF in maintenance/importTextFile.php
8802 * Special:PrefixIndex: Move table styling to shared.css, add CSS IDs to tables
8803 use correct message 'allpagesprefix' for input form label, replace _ with ' '
8804 in next page link
8805 * (bug 17506) Exceptions within exceptions now respect $wgShowExceptionDetails
8806 * Fixed excessive job queue utilisation
8807 * File dupe messages for remote repos are now shown only once.
8808 * (bug 14980) Messages 'shareduploadwiki' and 'shareduploadwiki-desc' are now
8809 used as a parameter in 'sharedupload' for easier styling and customization.
8810 * (bug 17482) Formatting error in Special:Preferences#Misc (Opera)
8811 * (bug 17556) <link> parameters in Special:Contributions feeds (RSS and Atom)
8812 now point to the actual contributors' feed.
8813 * ForeignApiRepos now fetch MIME types, rather than trying to figure it locally
8814 * Special:Import: Do not show input field for import depth if
8815 $wgExportMaxLinkDepth == 0
8816 * (bug 17570) $wgMaxRedirects is now correctly respected when following
8817 redirects (was previously one more than $wgMaxRedirects)
8818 * (bug 16335) __NONEWSECTIONLINK__ magic word to suppress new section link.
8819 * (bug 17581) Wrong index name in PostgreSQL's updater: was rc_timestamp_nobot,
8820 changed to rc_timestamp_bot
8821 * (bug 17437) Fixed incorrect link to web-based installer
8822 * (bug 17538) Use shorter URLs in <link> elements
8823 * (bug 13778) Hidden input added to the search form so that using the Enter key
8824 on IE will do a fulltext search like clicking the button does
8825 * (bug 1061) CSS-added icons next to links display through the text and makes
8826 it unreadable in RTL
8827 * Special:Wantedtemplates now works on PostgreSQL
8828 * (bug 14414) maintenance/updateSpecialPages.php no longer throws error with
8829 PostgreSQL
8830 * (bug 17546) Correct Tongan language native name is "lea faka-Tonga"
8831 * (bug 17621) Special:WantedFiles has no link to Special:Whatlinkshere
8832 * (bug 17460) Client ecoding is now correctly set for PostgreSQL
8833 * (bug 17648) Prevent floats from intruding into edit area in previews if no
8834 toolbar present
8835 * (bug 17692) Added (list of members) link to 'user' in Special:Listgrouprights
8836 * (bug 17707) Show file destination as plain text if &wpForReUpload=1
8837 * (bug 10172) Moved setting of "changed since last visit" flags out of the job
8838 queue
8839 * (bug 17761) "show/hide" link in page history in now works for the first
8840 displayed revision if it's not the current one
8841 * (bug 17722) Fix regression where users are unable to change temporary passwords
8842 * (bug 17799) Special:Random no longer throws a database error when a non-
8843 namespace is given, silently falls back to NS_MAIN
8844 * (bug 17751) The message for bad titles in WantedPages is now localized
8845 * (bug 17860) Moving a page in the "MediaWiki" namespace using SuppressRedirect
8846 no longer corrupts the message cache
8847 * (bug 17900) Fixed User Groups interface log display after saving groups.
8848 * (bug 17897) Fixed string offset error in <pre> tags
8849 * (bug 17778) MediaWiki:Catseparator can now have HTML entities
8850 * (bug 17676) Error on Special:ListFiles when using Postgres
8851 * Special:Export doesn't use raw SQL queries anymore
8852 * (bug 14771) Thumbnail links to individual DjVu pages no longer have
8853 two "page" parameters
8854 * (bug 17972) Special:FileDuplicateSearch form now works correctly on wikis that
8855 don't use PathInfo or short urls
8856 * (bug 17990) trackback.php now has a trackback.php5 alias and works with
8857 $wgScriptExtension
8858 * (bug 14990) Parser tests works again with PostgreSQL
8859 * (bug 11487) Special:Protectedpages doesn't list protections with pr_expiry
8860 IS NULL
8861 * (bug 18018) Deleting a file redirect leaves behind a malfunctioning redirect
8862 * (bug 17537) Disable bad zlib.output_compression output on HTTP 304 responses
8863 * (bug 11213) [edit] section links in printable version no longer appear when you cut-and-paste article text
8864 * (bug 17405) "Did you mean" to mirror Go/Search behavior of original request
8865 * (bug 18116) 'edittools' is now output identically on edit and upload pages
8866 * (bug 17241) The diffonly URI parameter should cascade to "Next edit" and "Previous edit" diff links
8867 * (bug 16823) 'Sidebar search form should not use Special:Search view URL as target'
8868 * (bug 16343) Non-existing, but in use, category pages can be "go" match hits
8869 * Fixed a CSS validation issue which allowed external images to be included
8870 into wikis where that is disallowed by configuration.
8871 * Fixed a data leakage vulnerability for private wikis using img_auth.php or
8872 similar image access authentication schemes. Check user permissions before
8873 streaming out scaled images from thumb.php.
8874
8875 == API changes in 1.15 ==
8876 * (bug 16858) Revamped list=deletedrevs to make listing deleted contributions
8877 and listing all deleted pages possible
8878 * (bug 16844) Added clcategories parameter to prop=categories
8879 * (bug 17025) Add "fileextension" parameter to meta=siteinfo&siprop=
8880 * (bug 17048) Show the 'new' flag in list=usercontribs for the revision that
8881 created the page, even if it's not the top revision
8882 * (bug 17069) Added ucshow=patrolled|!patrolled to list=usercontribs
8883 * action=delete respects $wgDeleteRevisionsLimit and the bigdelete user right
8884 * (bug 15949) Add undo functionality to action=edit
8885 * (bug 16483) Kill filesort in ApiQueryBacklinks caused by missing parentheses.
8886 Building query properly now using makeList()
8887 * (bug 17182) Fix pretty printer so URLs with parentheses in them are
8888 autolinked correctly
8889 * (bug 17224) Added siprop=rightsinfo to meta=siteinfo
8890 * (bug 17239) Added prop=displaytitle to action=parse
8891 * (bug 17317) Added watch parameter to action=protect
8892 * (bug 17007) Added export and exportnowrap parameters to action=query
8893 * (bug 17326) BREAKING CHANGE: Changed output format for iiprop=metadata
8894 * (bug 17355) Added auwitheditsonly parameter to list=allusers
8895 * (bug 17007) Added action=import
8896 * BREAKING CHANGE: Removed rctitles parameter from list=recentchanges because
8897 of performance concerns
8898 * Listing (semi-)deleted revisions and log entries as well in prop=revisions
8899 and list=logevents
8900 * (bug 11430) BREAKING CHANGE: Modules may return fewer results than the
8901 limit and still set a query-continue in some cases
8902 * (bug 17357) Added movesubpages parameter to action=move
8903 * (bug 17433) Added bot flag to list=watchlist&wlprop=flags output
8904 * (bug 16740) Added list=protectedtitles
8905 * Added mainmodule and pagesetmodule parameters to action=paraminfo
8906 * (bug 17502) meta=siteinfo&siprop=namespacealiases no longer lists namespace
8907 aliases already listed in siprop=namespaces
8908 * (bug 17529) rvend ignored when rvstartid is specified
8909 * (bug 17626) Added uiprop=email to list=userinfo
8910 * (bug 13209) Added rvdiffto parameter to prop=revisions
8911 * Manual language conversion improve: Now we can include both ";" and ":" in
8912 conversion rules
8913 * (bug 17795) Don't report views count on meta=siteinfo if $wgDisableCounters
8914 is set
8915 * (bug 17774) Don't hide read-restricted modules like action=query from users
8916 without read rights, but throw an error when they try to use them.
8917 * Don't hide write modules when $wgEnableWriteAPI is false, but throw an error
8918 when someone tries to use them
8919 * BREAKING CHANGE: action=purge requires write rights and, for anonymous users,
8920 a POST request
8921 * (bug 18099) Using appendtext to edit a non-existent page causes an interface
8922 message to be included in the page text
8923 * Fixed the circular template inclusion check, was broken when the loop
8924 involved redirects. Without this, infinite recursion within the parser is
8925 possible.
8926 * (bug 18601) generator=backlinks returns invalid continue parameter
8927 * (bug 18597) Internal error with empty generator= parameter
8928 * (bug 18617) Add xml:space="preserve" attribute to relevant tags in XML output
8929 * (bug 17611) Provide a sensible error message on install when the SQLite data
8930 directory is wrong.
8931
8932 === Languages updated in 1.15 ===
8933
8934 MediaWiki supports over 300 languages. Many localisations are updated
8935 regularly. Below only new and removed languages are listed, as well as
8936 changes to languages because of Bugzilla reports.
8937
8938 * Austrian German (de-at) (new)
8939 * Swiss Standard German (de-ch) (new)
8940 * Simplified Gan Chinese (gan-hans) (new)
8941 * Traditional Gan Chinese (gan-hant) (new)
8942 * Literary Chinese (lzh) (new)
8943 * Uyghur (Latin script) (ug-latn) (renamed from 'ug')
8944 * Veps (vep) (new)
8945 * Võro (vro) (renamed from fiu-vro)
8946 * (bug 17151) Add magic word alias for #redirect for Vietnamese
8947 * (bug 17288) Messages improved for default language (English)
8948 * (bug 12937) Update native name for Afar
8949 * (bug 16909) 'histlegend' now reuses messages instead of copying them
8950 * (bug 17832) action=delete returns 'unknownerror' instead of 'permissiondenied' when
8951 the user is blocked
8952 * Traditional/Simplified Gan Chinese conversion support
8953
8954 == MediaWiki 1.14 ==
8955
8956 === Configuration changes in 1.14 ===
8957
8958 * $wgExemptFromUserRobotsControl is an array of namespaces to be exempt from
8959 the effect of the new __INDEX__/__NOINDEX__ magic words. (Default: null, ex-
8960 empt all content namespaces.)
8961 * $wgForwardSearchUrl has been removed entirely. Documented setting since 1.4
8962 has been $wgSearchForwardUrl.
8963 * (bug 15080) $wgOverrideSiteFeed has been added. Setting either
8964 $wgSiteFeed['rss'] or 'atom' to a URL will override the default Recent
8965 Changes feed that appears on all pages.
8966 * $wgSQLiteDataDirMode has been introduced as the default directory mode for
8967 SQLite data directories on creation. Note that this setting is separate from
8968 $wgDirectoryMode, which applies to all normal dirs created by MediaWiki.
8969 * $wgGroupsAddToSelf and $wgGroupsRemoveFromSelf now work more like
8970 $wgAddGroups and $wgRemoveGroups, where the user must belong to a specified
8971 group in order to add or remove those groups from themselves.
8972 Backwards compatibility is maintained.
8973 * $wgRestrictDisplayTitle controls if the use of the {{DISPLAYTITLE}} magic
8974 word is restricted to titles equivalent to the actual page title. This
8975 is true per default, but can be set to false to allow any title.
8976 * $wgSpamRegex may now be an array of multiple regular expressions.
8977 * $wgAjaxSearch has been removed; use $wgEnableMWSuggest instead.
8978 * Editing the MediaWiki namespace is now unconditionally restricted to people
8979 with the editinterface right, configuring this in $wgNamespaceProtection
8980 is not required.
8981 * $wgAllowExternalImagesFrom may now be an array of multiple strings.
8982 * Introduced $wgEnableImageWhitelist to toggle the on-wiki external image
8983 whitelist on or off.
8984 * Added $wgRenderHashAppend to append some string to the parser cache and the
8985 sitenotice cache keys.
8986 * $wgRCChangedSizeThreshold is now a positive integer by default,
8987 * (bug 16006) $wgEnableWriteAPI is now true by default. Authorized can perform
8988 write actions using the API.
8989 * Added $wgRC2UDPInterwikiPrefix which adds an interwiki prefix
8990 ($wgLocalInterwiki) onto the page names in the UDP feed.
8991 * Added $wgAllowUserSkin to let the wiki's owner disable user selectable skins
8992 on the wiki. If it's set to false, then the skin used will *always* be
8993 $wgDefaultSkin.
8994 * Added $wgEnotifUseRealName, which allows UserMailer to send out e-mails based
8995 on the user's real name if one is set. Defaults to false (use the username)
8996 * Removed the 'apiThumbCacheDir' option from $wgForeignFileRepos (only used in
8997 ForeignAPIRepo)
8998 * (bug 44) Image namespace and accompanying talk namespace renamed to File.
8999 For backward compatibility purposes, Image still works. External tools may
9000 need to be updated.
9001 * The constants NS_FILE and NS_FILE_TALK can now be used instead of NS_IMAGE and
9002 NS_IMAGE_TALK. The old constants are retained as aliases for compatibility,
9003 and should still be used in code meant to be compatible with v1.13 or older.
9004 * MediaWiki can be forced to use private IPs forwarded by a proxy server by
9005 using $wgUsePrivateIPs.
9006 * The 'BeforeWatchlist' hook has been removed due to internal changes in
9007 Special:Watchlist. 'SpecialWatchlistQuery' should now be used by extensions
9008 to customize the watchlist database query.
9009
9010 === Migrated extensions ===
9011 The following extensions are migrated into MediaWiki 1.14:
9012
9013 * Special:DeletedContributions to show deleted user contributions (was
9014 extension DeletedContributions)
9015 * Special:Log/newusers recording new users (was extension Newuserlog)
9016 * Special:LinkSearch to search for external links (was extension LinkSearch)
9017 * RenderHash
9018 * NoMoveUserPages
9019 * UniversalEditButton
9020
9021 === New features in 1.14 ===
9022
9023 * New URL syntaxes for Special:ListUsers - 'Special:ListUsers/USER' and
9024 'Special:ListUsers/GROUP/USER', in addition to the older syntax
9025 'Special:ListUsers/GROUP' where GROUP is a valid group name.
9026 * Configurable per-namespace and per-page notices for the edit form,
9027 respectively MediaWiki:Editnotice-# where # is the namespace number, and
9028 MediaWiki:Editnotice-#-PAGENAME where # is the page's namespace number and
9029 PAGENAME is the page name minus the namespace prefix.
9030 * (bug 8068) New __INDEX__ and __NOINDEX__ magic words allow user control of
9031 search engine indexing on a per-article basis.
9032 * Handheld stylesheet options
9033 * Added 'DoEditSectionLink' hook as a cleaner unified version of the old
9034 'EditSectionLink' and 'EditSectionLinkForOther' hooks. Note that the
9035 'EditSectionLinkForOther' hook has been removed, but 'EditSectionLink' is
9036 run in all cases instead, so extensions using the old hooks should still work
9037 if they ran roughly the same code for both hooks (as is almost certain).
9038 * Signature (~~~~) "cleaning", i.e. template removal, can be disabled with
9039 $wgCleanSignatures=false
9040 * Extensions can use the SkinBuildSidebar hook to modify the content of the
9041 sidebar and add custom portlets to it
9042 * Added 'MakeGlobalVariablesScript' hook for extensions to be able to add vari-
9043 ables into the output of Skin::makeVariablesScript
9044 * (bug 13846) Added $wgAddGroups and $wgRemoveGroups display on
9045 Special:ListGroupRights
9046 * (bug 14377) Add a date selector to history pages
9047 * (bug 15007) New 'pagetitle-view-mainpage' message allows the HTML <title> of
9048 the main page to be customized
9049 * Added $wgDisableTitleConversion to disabling the conversion for all pages on
9050 the wiki
9051 * Added 'noconvertlink' toggle that can be set per user preferences, also
9052 added 'convertlink=no|yes' on GET requests whether have the link titles
9053 being converted or not
9054 * (bug 14921) Special:Contributions/: add user name to <title>
9055 Patch by Emufarmers
9056 * Unescape more "safe" characters when producing URLs, for added prettiness
9057 * Introduced a new hook 'SkinAfterContent' that allows extensions to add text
9058 after the page content and article metadata. Updated all skins and skin
9059 templates to work with that hook.
9060 * (bug 14929) removeUnusedAccounts.php now supports 'ignore-touched' and
9061 'ignore-groups'. Patch by Louperivois
9062 * (bug 15127) Work around minor display glitch in Opera.
9063 * By default, reject file uploads that look like ZIP files, to avoid the
9064 so-called GIFAR vulnerability.
9065 * (bug 15141) Give ability to only list protected pages with the cascading
9066 option enabled on Special:ProtectedPages
9067 * (bug 15157) Special:Watchlist has the same options as Special:Watchlist:
9068 Show/Hide logged in users, Show/Hide anonymous, Invert namespace selection
9069 * Added hook 'UserrightsChangeableGroups' to allow modification of what
9070 groups may be added or removed via the Special:UserRights interface.
9071 * HTML entities like &nbsp; now work (are not escaped) in edit summaries.
9072 * (bug 13815) In the comment for page moves, use the colon-separator message
9073 instead of a hardcoded colon.
9074 * Allow <gallery> to accept image names without an Image: prefix
9075 * Add tooltips to rollback and undo links
9076 * BMP images are now displayed as PNG
9077 * (bug 13471) Added NUMBERINGROUP magic word
9078 * (bug 11884) Now support Flash EXIF attribute
9079 * Show thumbnails in the file history list, patch by User:Agbad
9080 * Added support of piped wikilinks using double-width brackets
9081 * Added an on-wiki external image whitelist. Items in this whitelist are
9082 treated as regular expression fragments to match for when possibly
9083 displaying an external image inline.
9084 * (bugs 15405, 15436) Sort more currency types correctly in sortable tables
9085 * (bug 15422) Sort more different types of numbers in sortable tables
9086 * (bug 2889) MediaWiki:Print.css applies to the printable version
9087 * Category counts (e.g. from {{PAGESINCATEGORY:}}) should be more accurate for
9088 small categories
9089 * After logging in, automatically redirect to wherever you logged in from
9090 * (bug 5619) Break messages used in Special:Statistics down further
9091 * (bug 11029) Add link to Special:Listusers?group=sysop etc at
9092 Special:Statistics
9093 * (bug 15514) Setting $wgRightsText without $wgRightsUrl now produces a
9094 plaintext copyright notice. Patch by Juliano F. Ravasi.
9095 * (bug 15551) Deletion log excerpt is now shown whenever a user vists a
9096 deleted page, even if they are unable to edit it.
9097 * Added Wantedfiles special pages, allowing users to find image links with no
9098 image.
9099 * (bug 12650) It is now possible to set different expiration times for
9100 different restriction types on the protection form.
9101 * (bug 8440) Allow preventing blocked users from editing their talk pages
9102 * Improved upload file type detection for OpenDocument formats
9103 * Added the ability to set the target attribute on external links with
9104 $wgExternalLinkTarget
9105 * api.php now sends "Retry-After" and "X-Database-Lag" HTTP headers if the
9106 maxlag check fails, just like index.php does
9107 * Added "link" parameter to image links, to allow images to link to an
9108 arbitrary title or URL. This should replace inaccessible and incomplete
9109 solutions such as CSS-based overlays and ImageMap.
9110 * (bug 368) Don't use caption for alt attribute; allow manual specification
9111 using new "alt=" parameter for images
9112 * (bug 44) The {{ns:}} core parser function now also accepts localized
9113 namespace names and aliases; also, its output now uses spaces instead of
9114 underscores to match the behavior of the {{NAMESPACE}} magic word
9115 * Added the ability to display user edit counts in Special:ListUsers. Off by
9116 default, enabled with $wgEdititis = true (named after the medical condition
9117 marked by unhealthy obsession with edit counts).
9118 * Added a file cache to the parser to improve page rendering time on pages with
9119 several uses of the same image.
9120 * (bug 1250) Users can still use "show preview" and "show changes" even if the
9121 wiki is set to read-only mode.
9122 * Added a call to the 'UnwatchArticleComplete' hook to the watchlist editor.
9123 This should make it so that ALL user-accessible methods of removing a page
9124 from a watchlist lead to this hook being called (it was previously only
9125 called from within Article.php
9126 * Maximum execution time for shell processes on linux is now configured with
9127 $wgMaxShellTime (180 seconds by default)
9128 * (bug 1306) 'Email user' link no longer shown on user page when emailing
9129 is not available due to lack of confirmed address or disabled preference
9130 * Special:Wanted templates special page added to display missing templates
9131 linked from articles
9132 * Make search matches bold only, not red as well
9133 * (bug 10080) Blocks can be modified without unblocking first
9134 * (bug 15820) Special:BlockIP shows a notice if the user being blocked is
9135 already directly blocked
9136 * (bug 13710) Allow to force "watch this" checkbox via URL using parameter
9137 "watchthis"
9138 * (bug 15125) Add Public Domain to default options when installing. Patch by
9139 Nathan Larson.
9140 * Set a special temporary directory for ImageMagick with $wgImageMagickTempDir
9141 * (bug 16113) Show/hide for redirects in Special:NewPages
9142 * (bug 15903) Upload link was added to Nostalgia skin
9143 * (bug 15761) Add user toggle to omit diff after rollback
9144 * Added the BitmapHandler_ClientOnly media handler, which allows server-side
9145 image scaling to be completely disabled for specific media types, via the
9146 $wgMediaHandlers configuration variable.
9147 * New 'AbortDiffCache' hook can be used to cancel the caching of a diff
9148 * (bug 15835) Added Content-Style-Type meta tag
9149 * (bug 11027) Add parameter to MW:Randompage-nopages so that user can see the
9150 namespace.
9151 * Add id="mw-user-domain-section" to <tr> tag in Userlogin.php template so that
9152 admins with a single domain can hide the domain section using CSS
9153 * Dropped old Paser_OldPP class. Only new parser with preprocessor is used.
9154 * Moved password reset form from Special:Preferences to Special:ResetPass
9155 * Added Special:ChangePassword as a special page alias for Special:ResetPass
9156 * Added complementary function for addHandler() called removeHandler() for removing events
9157 * Improved security of file uploads for IE clients, using a reverse-engineered
9158 algorithm very similar to IE's content detection algorithm.
9159 * Cascading protection no longer requires that both edit and move are restricted
9160 to sysop, just edit=sysop is enough
9161 * (bug 2391) A warning is now shown for invalid ISBN numbers on Special:Booksources.
9162 * Installer has been updated to reflect the release of the GFDL 1.3. The URL for 1.2
9163 has been updated, and the 1.3 URL has been given. 1.2 is still Wikipedia-compatible.
9164 RightsCode was changed from 'gfdl' to 'gfdl1_2', so we can now support 1.2 as well
9165 as 1.3 (gfdl1_3).
9166 * (bug 16293) PD URL was changed to the CreativeCommons site on PD (which auto-detects
9167 your language) instead of Wikipedia.
9168 * (bug 16635) The "view and edit watchlist" page (Special:Watchlist/edit) now
9169 includes a table of contents
9170 * File objects returned by wfFindFile() are now cached by default
9171 * (bug 7492) Rights can now be assigned to specific IP addresses and ranges by
9172 using $wgAutopromote (new defines: APCOND_ISIP and APCOND_IPINRANGE)
9173 * Add a 'change block' link to Special:IPBlockList and Special:Log
9174 * (bug 16459) Use native getElementsByClassName where possible, for better
9175 performance in modern browsers
9176 * Enable \cancel and \cancelto in texvc (recompile required)
9177 * Added 'UserCryptPassword' and 'UserComparePasswords' hooks to allow extensions to implement
9178 their own password hashing methods.
9179 * (bug 16760) Add CSS-class to action links of Special:Log
9180 * (bug 505) Time zones can now be specified by location in user preferences,
9181 avoiding the need to manually update for DST. Patch by Brad Jorsch.
9182 * (bug 2585) HTTP 404 return code is now given for a page view if the page
9183 does not exist, allowing spiders and link checkers to detect broken links.
9184 * Special:Log: Add 'change protection' link for unprotected pages too
9185 * Special:Log: Add log type specific CSS classes 'mw-logline-$logtype' to
9186 'li' elements
9187 * (bug 16754) Making arbitrary rows of sortable tables sticky:
9188 |- class="unsortable"
9189 * Show subversion too even if a "normal" version number is available
9190 * (bug 16121) Add a note that a page move was without creating a redirect in the
9191 move log
9192 * Image moving is now enabled for sysops by default
9193 * Make "Did you mean" search feature more noticeable
9194 * (bug 16720) Transcluded Special:NewPages processes "/username="
9195
9196 === Bug fixes in 1.14 ===
9197
9198 * (bug 14907) DatabasePostgres::fieldType now defined.
9199 * (bug 14659) Passing the default limit param to Special:Recentchanges no more
9200 falls back to the user option
9201 * (bug 14954) Fix regression in Modern and Simple skins
9202 * Recursion loop check added to Categoryfinder class
9203 * Fixed few performance troubles of large job queue processing
9204 * Not setting various parameters in Foreign Repos now fails more gracefully
9205 * (bug 2333) Redirects are properly rendered when previewing an edit.
9206 * (bug 14972) Use localized alias of Special:Search on all search forms
9207 * (bug 11035) Special:Search should have descriptive <title>
9208 * Special pages are now not subject to special handling for "self-links"
9209 * (bug 15053) Syntactically incorrect redirects with another link in them
9210 no longer redirect to the second link
9211 * (bug 15049) Fix for CheckUser extension's log search: usernames containing
9212 a "-" were incorrectly turned into bogus IP range searches.
9213 Patch by Max Semenik.
9214 * (bug 15055) Talk page notifications no longer attempt to send mail when
9215 user's e-mail address is invalid or unconfirmed
9216 * (bug 12370) Add throttle on password attempts. Defaults to max 5 attempts in
9217 5 minutes.
9218 * (bug 15016) 'Templates used on this page' list in view source should be
9219 wrapped in a div with class "templatesUsed"
9220 * (bug 14868) Setting $wgFeedDiffCutoff to 0 now disables generation of the
9221 diff entirely, not just the display of it.
9222 * (bug 6387) Introduced new setting $wgCategoryPrefixedDefaultSortkey which
9223 allows having the unprefixed page title as the default category sortkey
9224 * (bug 15079) Add class="ns-talk" / "ns-subject" to <body>. Also added
9225 ns-special to special pages.
9226 * (bug 15052) Skins should add their name as a class in <body>
9227 * (bug 14165, bug 14294) Wikimedia specific configuration in convertGrammar()
9228 for several languages was removed. The settings have been put in extension
9229 WikimediaMessages. Patch for Czech by Danny B.
9230 * (bug 15101) Displaying only bots edits in Special:Recentchanges now works
9231 again
9232 * (bug 13770) Fixed incorrect detection of PHP's DOM module
9233 * (bug 14790) Export of category pages when using Category: prefix now actually
9234 gives results
9235 * Avoid recursive crazy expansions in section edit comments for pages which
9236 contain '/*' in the title
9237 * Fix excessive memory usage when parsing pages with lots of links
9238 * $wgSpamRegex now matches the edit summary and page move descriptions in
9239 addition to body text.
9240 * Navigation links to images available from a shared repository (like Commons)
9241 from their local talk pages no longer appear as redlinks
9242 * Action=purge on ForeignApiFiles now works (purges their thumbnails and
9243 description pages).
9244 * (bug 15303) Title conversion for templates wasn't working in some cases.
9245 * (bug 15264) Underscores in Special:Search/Foo_bar parameters were taken
9246 literally; now converting them to spaces per expectation.
9247 * (bug 15342) "Invert" checkbox now works correctly when selecting main
9248 namespace in Special:Watchlist
9249 * (bug 15172) 'Go' button of Special:Recentchanges now on the same line as the
9250 last input element (like Special:Watchlist too)
9251 * (bug 15351) Fix fatal error for invalid section fragments in autocomments
9252 * Fixed intermittent deadlock errors involving objectcache table queries.
9253 Use a separate database connection for the objectcache table to avoid
9254 long-lasting locks on that table.
9255 * Respect file restrictions in the file history list
9256 * (bug 15399) Odd/even classes on sortable tables' rows could be slow for large
9257 tables, and have been disabled by default.
9258 * (bug 15482) Special:Recentchangeslinked has no longer two submit buttons
9259 * (bug 15292) New message notification for unregistred users now works again
9260 * (bug 14398) mwsuggest.js: Let width of container be configurable
9261 * (bug 15543) Only include user touched timestamp to generated CSS
9262 * (bug 15497) Removed encoding attribute from <?xml ?> tag
9263 * (bug 12284) Special:Preferences now sets a returnto parameter on the link to
9264 Special:UserLogin. Patch by Marooned.
9265 * Fixed the HTTP accept language string detection length in
9266 LanguageConverter.php, instead of the fixed length language codes.
9267 * Special:RecentChangesLinked no longer shows outgoing links for nonexistent
9268 pages even if there are broken link records with source article id 0 in the
9269 database
9270 * (bug 15598) Special:Newpages default limit uses user preference for
9271 recentchanges limit instead of hardcoded 50.
9272 * (bug 15617) $wgFeedClassesOutputPage::getHeadLinks() respects $wgFeedClasses,
9273 instead of hardcoding rss and atom. Patch by Juliano F. Ravasi.
9274 * (bug 14638) Special:Blockip now provides a link to the block log if the user
9275 has been blocked more than 10 times. Patch by Matt Johnston.
9276 * (bug 12678) Skins don't show Upload link if the user isn't allowed to upload.
9277 * Fixed incorrect usage of DB_LAST in Special:Export. Deprecated DB_LAST.
9278 * (bug 15642) Blocked sysops can no longer block other users
9279 * Http::request() now respects $wgHTTPtimeout when not using cURL
9280 * (bug 15158) Userinvalidcssjstitle not shown on preview
9281 * (bug 15196) Free external links should be numbered in a localised manner
9282 * (bug 15388) Title of Special:PrefixIndex
9283 * Links with no title but a curid parameter now use the curid to pick a page
9284 * (bug 10323) Special:Undelete should have "inverse selection" button
9285 * (bug 15831) Modern skin RTL support is bugous
9286 * (bug 15869) Nostalgia skin does not show page title in printable mode
9287 * (bug 15795) Special:Userrights is now listed on Special:SpecialPages when the
9288 user can only change his rights
9289 * (bug 15846) Categories "leak" from older revisions in certain circumstances
9290 * (bug 15928) Special pages dropdown should be inline in non-MonoBook skins
9291 * (bug 14178) Some uses of UserLoadFromSession hook cause segfault
9292 * (bug 15925) Postitive bytes added on recentchanges and watchlists are now
9293 bolded if above the threshold, previously it only worked for negatives
9294 * Specify apple-touch-icon before favicon in HTML head section to make the
9295 Konqueror browser correctly use the latter
9296 * (bug 15717) Set $separatorTransformTable for language 'eu'
9297 * (bug 15605) Enabled $datePreferences for language 'hr'. Added standard date
9298 preferences.
9299 * (bug 13701) {{NUMBEROFVIEWS}} magic word to show number of total views.
9300 * (bug 5101) Image from Commons doesn't show up when searched in Wikipedia
9301 search box
9302 * (bug 14609) User's namespaces to be searched default not updated after adding
9303 new namespace
9304 * Purge form uses valid XHTML
9305 * (bug 12764) Special:LonelyPages shows transcluded pages
9306 * (bug 16073) Enhanced RecentChanges uses onclick handler with better fallback
9307 if JavaScript is disabled
9308 * (bug 4253) Recentchanges IRC messages no longer include title in diff URLs
9309 * Allow '0' to be an accesskey.
9310 * (bug 8063) Use language-dependent sorting in client-side sortable tables
9311 * (bug 16160) Suggestions box should be resized from left for RTL wikis
9312 * (bug 11533) Fixed insane slowdown when in read-only mode for long periods
9313 of time with CACHE_NONE (default objectcache table configuration).
9314 * Trying to set two different default category sort keys for one page now
9315 produces a warning
9316 * (bug 16143) Fix redirect loop on special pages starting with lower case
9317 letters
9318 * (bug 15737) Fix notices while expanding using PPCustomFrame
9319 * (bug 15544) Non-index entry points cause the "Wiki not set up" message to
9320 have corrupt URLs
9321 * (bug 5101) Image from Commons doesn't show up when searched in Wikipedia
9322 search box
9323 * (bug 4362) [[MediaWiki:History copyright]] no more used with most recent
9324 revision when passing oldid parameter in the url
9325 * (bug 16265) When caching thumbs with the ForeignApiRepo, we now use the same
9326 filename as the remote site.
9327 * (bug 8345) Don't autosummarize where a redirect was left unchanged
9328 * Made thumb caching in ForeignApiFile objects integrated with normal thumb
9329 path naming (/thumbs/hash/file), retired 'apiThumbCacheDir' as a result.
9330 * (bug 5530) Consistency between character encoding in {{PAGENAMEE}},
9331 {{SUBPAGENAMEE}} and {{FULLPAGENAMEE}}
9332 * Safer handling of non-MediaWiki exceptions -- now obeys our settings for
9333 formatting and path exposure.
9334 * Less verbose errors from profileinfo.php when not configured
9335 * Blacklist redirects via Special:Filepath, hard to use.
9336 * Improved input validation on Special:Import form
9337 * Add a .htaccess to deleted images directory for additional protection
9338 against exposure of deleted files with known SHA-1 hashes on default
9339 installations.
9340 * Improved scripting safety heuristics for IE 5/6 content-type detection.
9341 * Improved scripting safety heuristics on SVG uploads.
9342 * (bug 11728) Unify layout of enhanced watchlist/recent changes
9343 * (bug 8702) Properly update stats when running nukePage maintenance script
9344 * (bug 7726) Searches for words less than 4 characters now work without
9345 requiring customization of MySQL server settings
9346 * Honour unchecked "Leave a redirect behind" for moved subpages
9347 * (bug 16440) Broken 0-byte math renderings are now deleted and re-rendered
9348 when page is re-parsed.
9349 * (bug 6100) Unicode BiDi embedding/override characters (U+202A - U+202E) are
9350 now automatically removed from titles; these characters can accidentally end
9351 up in copy-and-pasted titles, and, by overriding normal bidirectional text
9352 handling, can lead to annoying behavior such as text rendering backwards
9353 * Fixed minor bug where the memcached value for how many accounts an IP had
9354 created that day would be increased even if $wgAccountCreationThrottle was
9355 hit. This meant if an IP hit the throttle and then the throttle was raised
9356 later that day, the IP still couldn't create another account, because it
9357 had marked them as having created another account, when their last account
9358 creation had actually failed.
9359 * (bug 12647) Allow autogenerated edit summary messages to be blanked with '-'
9360 * (bug 16026) 'Revision-info' and 'revision-info-current' both accept wiki
9361 markup now.
9362 * (bug 16529) Fix for search suggestions with some third-party JS libraries
9363 * (bug 13342) importScript() generates more consistent URI encoding
9364 * (bug 16577) When a blocked user tries to rollback a page, the block message
9365 is now only displayed once
9366 * (bug 14268) SVG image sizes now extracted with proper XML parser
9367 * (bug 14365) RepoGroup::findFiles() no longer crashes if passed an invalid
9368 title via the API
9369 * (bug 4253, bug 16586) Revision ID is now given instead of title in URLs for
9370 new pages in the recent changes IRC feed
9371 * Ugly tooltips in Special:Statistics were phased out in favor of more direct
9372 information. Went ahead and rewrote SpecialStatistics to subclass SpecialPage
9373 * (bug 5506) Links to files on foreign repositories are now shown consistently
9374 as bluelinks e.g. in logs and edit summaries
9375 * (bug 16623) Add missing </p> tag in Special:LockDB
9376 * (bug 15849) Special:Movepage now throws a more specific error when trying to
9377 move a title to an interwiki target
9378 * (bug 16638) 8-bit URL fallback encoding now set on additional languages using
9379 Arabic script (Persian, Urdu, Sindhi, Punjabi)
9380 * (bug 16656) cleanupTitles and friends should now work in load-balanced
9381 DB environments when $wgDBserver isn't set.
9382 * (bug 3691) Aspect ratio from viewBox attribute is now preserved for SVG
9383 images which do not specify width and height attributes.
9384 * (bug 15027) Internet domain names and IP addresses can now be indexed and
9385 searched sensibly with the default MySQL search backend.
9386 * (bug 11733) Fixed parameter validation in importTextFile.php
9387 * (bug 16712) Special:NewFiles updated to use "newer"/"older" paging messages
9388 for clarity over "previous/next"
9389 * (bug 16612) Fixed "noprint" class for Modern skin print style
9390 * Section anchors now have an "id" attribute as well as a "name" attribute,
9391 even when Tidy is not used
9392 * (bug 16026) revision-info, revision-info-current, cannotdelete,
9393 redirectedfrom, historywarning and difference messages now use Wiki text
9394 rather than raw HTML markup
9395 * (bug 13835) Fix rendering of {{filepath:Wiki.png|nowiki}}
9396 * (bug 16772) Special:Upload now correctly rejects files with spaces in the
9397 file extension (e.g. Foo. jpg).
9398 * Image moving over an existing file no longer throws a database error
9399 * (bug 16786) Restored "redundant" links recently removed from Classic sidebar
9400 * (bug 16850) $wgActionPaths can have query strings now, previously, this broke
9401 local URLs
9402 * (bug 16376) Mention in deleteBatch.php and moveBatch.php maintenance scripts
9403 that STDIN can be used for page list
9404 * (bug 16560) Special:Random returns a page from ContentNamespaces, and no
9405 longer from NS_MAIN
9406
9407 === API changes in 1.14 ===
9408
9409 * Registration time of users registered before the DB field was created is now
9410 shown as empty instead of the current time.
9411 * API search now falls back to fulltext search by default when using Lucene
9412 or other engine which doesn't support a separate title search function.
9413 This means you can use API search on Wikipedia without explicitly adding
9414 &srwhat=text to the query.
9415 * Added iiprop=bitdepth to imageinfo and aiprop=bitdepth to allimages
9416 * (bug 14713) API-specific permissions (such as 'writeapi' and 'apihighlimits'
9417 are now listed on action=help
9418 * (bug 15044) Added requestid parameter to api.php to facilitate distinguishing
9419 between requests
9420 * (bug 15048) Added limit field for multivalue parameters to action=paraminfo
9421 output.
9422 * When the limit on multivalue parameters is exceeded, a warning is issued
9423 * list=search doesn't list missing pages any more
9424 * (bug 15178) Added clshow to prop=categories to allow filtering for hidden/
9425 non-hidden categories
9426 * (bug 15228) Combining revids= and redirects now throws a warning instead of
9427 an error, and still resolves redirects generated by the generator.
9428 * list={backlinks,embeddedin,imageusage} now return arrays with keys 0, 1, 2,
9429 etc. (AKA lists) instead of arrays with pageIDs as keys (AKA hash tables)
9430 for consistency with other list modules.
9431 * Added action=watch
9432 * (bug 15275) apprefix and related parameters ignore spaces at the end
9433 * action=edit no longer throws unknown error 228 when trying to create an
9434 empty section with section=new
9435 * Database replication lag doesn't cause all action=edit requests to return the
9436 nochange flag any more
9437 * (bug 15392) ApiFormatBase::formatHTML now uses $wgUrlProtocols.
9438 * (bug 15444) action=edit returns "Unknown error: ``AS_END''" where it should
9439 return just "Unknown error"
9440 * (bug 15448) YAML output returns empty values instead of 0
9441 * (bug 15445) Added action=patrol
9442 * (bug 15466) Added action=purge
9443 * (bug 15486) action=block ignores autoblock parameter
9444 * (bug 15492) added rcprop=loginfo to list=recentchanges
9445 * (bug 15527) action=rollback can now revert anonymous editors
9446 * (bug 15535) prop=info&inprop=protection doesn't list pre-1.10 protections
9447 if the page is also protected otherwise (1.10+ style or cascading)
9448 * list=random now has rnredirect parameter, to get random redirects.
9449 * Added APIAfterExecute, APIQueryAfterExecute and APIQueryGeneratorAfterExecute
9450 hooks which allow for extending core modules in a cleaner way
9451 * action=protect checks for invalid protection types and levels
9452 * (bug 15673) Added indentation to format=wddxfm output and improved built-in
9453 WDDX formatter to resemble PHP's more
9454 * (bug 15706) Empty values for apprtype and apprlevel are now silently ignored
9455 rather than causing an exception
9456 * Added uiprop=preferencestoken to meta=userinfo
9457 * (bug 15609) Add inprop=url and inprop=readable to prop=info
9458 * Add ApiDisabled and ApiQueryDisabled classes so individual modules can
9459 be disabled in LocalSettings.php
9460 * (bug 15653) Add prop=duplicatefiles
9461 * (bug 15768) Add list=watchlistraw
9462 * (bug 15647) action=edit with basetimestamp fails if the page has been deleted
9463 and undeleted since the last edit
9464 * (bug 15785) Allow for different expiry times for different protections in
9465 action=protect
9466 * Added allowsduplicates attribute to action=paraminfo output
9467 * (bug 15767) apfilterlanglinks returns duplicate results
9468 * (bug 15845) Added pageid/fromid parameter to action=delete/move, making
9469 manipulation of legacy pages with invalid titles possible
9470 * (bug 15881) Empty or invalid parameters cause database errors
9471 * The maxage and smaxage parameters are now properly validated
9472 * (bug 15945) list=recentchanges doesn't check $wgUseRCPatrol, $wgUseNPPatrol
9473 and patrolmarks right
9474 * (bug 15985) acfrom and aifrom parameters didn't work when sorting in
9475 descending order.
9476 * (bug 15995) Add cmstartsortkey and cmendsortkey parameters to
9477 list=categorymembers
9478 * (bug 16017) list=categorymembers sets invalid continue parameters for
9479 sortkeys containing pipes
9480 * (bug 16018) Added uccontinue parameter to list=usercontribs so paging
9481 works properly when multiple users are queried or a userprefix is used
9482 * (bug 16047) Added activeusers attribute to meta=siteinfo&siprop=statistics
9483 output
9484 * Added redirect resolution to action=parse
9485 * (bug 16074) rvprop=content combined with a generator with a high limit causes
9486 an error
9487 * (bug 16105) Image metadata attributes containing spaces result in invalid XML
9488 * (bug 16126) Added siprop=magicwords to meta=siteinfo
9489 * (bug 16159) Added wlshow=patrolled|!patrolled to list=watchlist
9490 * (bug 16225) Titles like Talk:Talk:Foo broke apfrom and friends
9491 * meta=siteinfo&siprop=interwikimap no longer throws an exception for empty
9492 sifilter parameter.
9493 * (bug 12760) meta=userinfo&uiprop=ratelimits doesn't list group-specific rate
9494 limits
9495 * (bug 16398) meta=userinfo&uiprop=rights lists some rights twice in some cases
9496 * (bug 16408) Added rvgeneratexml to prop=revisions
9497 * (bug 16421) Made list=logevents's leuser accept user names with underscores
9498 instead of spaces
9499 * (bug 16516) Made rvsection=T-2 work
9500 * (bug 16526) Added usprop=emailable to list=users
9501 * (bug 16548) list=search threw errors with an invalid error code
9502 * (bug 16515) Added pst and onlypst parameters to action=parse
9503 * (bug 16541) Added block expiry timestamp to list=logevents output
9504 * (bug 16613) action=protect doesn't tell when &cascade was set but cascading
9505 protection wasn't allowed
9506 * (bug 16626) action=delete now correctly handles empty "reason" param
9507 * (bug 15579) clshow considers all categories !hidden
9508 * (bug 16647) list=allcategories, prop=categories don't return "hidden"
9509 property for hidden categories
9510 * New siprop parameter of 'extensions' to list all installed extensions
9511 * (bug 16672) Include canonical namespace name in
9512 meta=siteinfo&siprop=namespaces.
9513 * (bug 16726) siprop=namespacealiases should also list localized aliases
9514 * (bug 16730) Added apprfiltercascade parameter to list=allpages to filter
9515 cascade-protected pages
9516
9517 === Languages updated in 1.14 ===
9518
9519 MediaWiki supports over 300 languages. Many localisations are updated
9520 regularly. Below only new and removed languages are listed.
9521
9522 * Bakhtiari (bqi) (new)
9523 * Fiji Hindi (Devanagari script) (hif-deva) (new)
9524 * Krio (kri) (new)
9525 * Lezghian (lez) (new)
9526 * Laz (lzz) (new)
9527 * Eastern Mari (mhr) (new)
9528 * Niuean (niu) (new)
9529 * Oromo (om) (new)
9530 * Plautdietsch (pdt) (new)
9531 * Western Punjabi (pnb) (new)
9532 * Tarantino (roa-tara) (new)
9533 * Serbo-Croatian (sh) (new)
9534 * Tulu (tcy) (new)
9535
9536
9537 == MediaWiki 1.13 ==
9538
9539 == Changes since 1.13.2 ==
9540
9541 David Remahl of Apple's Product Security team has identified a number of
9542 security issues in previous releases of MediaWiki. Subsequent analysis by the
9543 MediaWiki development team expanded the scope of these vulnerabilities. The
9544 issues with a significant impact are as follows:
9545
9546 * An XSS vulnerability affecting all MediaWiki installations between 1.13.0 and
9547 1.13.2. [CVE-2008-5249]
9548 * A local script injection vulnerability affecting Internet Explorer clients for
9549 all MediaWiki installations with uploads enabled. [CVE-2008-5250]
9550 * A local script injection vulnerability affecting clients with SVG scripting
9551 capability (such as Firefox 1.5+), for all MediaWiki installations with SVG
9552 uploads enabled. [CVE-2008-5250]
9553 * A CSRF vulnerability affecting the Special:Import feature, for all MediaWiki
9554 installations since the feature was introduced in 1.3.0. [CVE-2008-5252]
9555
9556 XSS (cross-site scripting) vulnerabilities allow an attacker to steal an
9557 authorised user's login session, and to act as that user on the wiki. The
9558 authorised user must visit a web page controlled by the attacker in order to
9559 activate the attack. Intranet wikis are vulnerable if the attacker can
9560 determine the intranet URL.
9561
9562 Local script injection vulnerabilities are like XSS vulnerabilities, except
9563 that the attacker must have an account on the local wiki, and there is no
9564 external site involved. The attacker uploads a script to the wiki, which another
9565 user is tricked into executing, with the effect that the attacker is able to act
9566 as the privileged user.
9567
9568 CSRF vulnerabilities allow an attacker to act as an authorised user on the wiki,
9569 but unlike an XSS vulnerability, the attacker can only act as the user in a
9570 specific and restricted way. The present CSRF vulnerability allows pages to be
9571 edited, with forged revision histories. Like an XSS vulnerability, the
9572 authorised user must visit the malicious web page to activate the attack.
9573
9574 These four vulnerabilities are all fixed in this release.
9575
9576 David Remahl also reminded us of some security-related configuration issues:
9577
9578 * By default, MediaWiki stores a backup of deleted images in the images/deleted
9579 directory. If you do not want these images to be publically accessible, make
9580 sure this directory is not accessible from the web. MediaWiki takes some steps
9581 to avoid leaking these images, but these measures are not perfect.
9582 * Set display_errors=off in your php.ini to avoid path disclosure via PHP fatal
9583 errors. This is the default on most shared web hosts.
9584 * Enabling MediaWiki's debugging features, such as $wgShowExceptionDetails, may
9585 lead to path disclosure.
9586
9587 Other changes in this release:
9588
9589 * Avoid fatal error in profileinfo.php when not configured.
9590 * Add a .htaccess to deleted images directory for additional protection against
9591 exposure of deleted files with known SHA-1 hashes on default installations.
9592 * Avoid streaming uploaded files to the user via index.php. This allows
9593 security-conscious users to serve uploaded files via a different domain, and
9594 thus client-side scripts executed from that domain cannot access the login
9595 cookies. Affects Special:Undelete, img_auth.php and thumb.php.
9596 * When streaming files via index.php, use the MIME type detected from the
9597 file extension, not from the data. This reduces the XSS attack surface.
9598 * Blacklist redirects via Special:Filepath. Such redirects exacerbate any
9599 XSS vulnerabilities involving uploads of files containing scripts.
9600 * Internationalisation updates.
9601
9602 == Changes since 1.13.1 ==
9603
9604 * Security: Work around misconfiguration by requiring strict comparisons for
9605 in_array in User::isAllowed().
9606 * (bug 14944) Added $wgShellLocale for configuration of an appropriate locale
9607 to use for LC_CTYPE during shell invocation. For servers that don't have
9608 en_US.utf8. Also added locale detection during install.
9609 * Localisation updates
9610 * Security: Fixed XSS vulnerability in useskin parameter.
9611
9612 == Changes since 1.13.0 ==
9613
9614 * (bug 15460) Fixed intermittent deadlock errors and poor concurrent
9615 performance for installations without memcached.
9616 * (bug 13770) Fixed DOM module detection for installations with both dom
9617 and domxml.
9618 * (bug 15148) Fixed Special:BlockIP for PostgreSQL
9619 * Fixed SQLite support for non-memcached installations
9620 * Localisation updates, Achinese (ace) added.
9621
9622 == Changes since 1.13.0rc2 ==
9623
9624 * (bug 13770) Fixed incorrect detection of PHP's DOM module
9625 * Fix regression from r37834: accesskey tooltip hint should be given for the
9626 minor edit and watch labels on the edit page.
9627 * Updated Chinese simplified/traditional conversion tables
9628
9629 == Changes since 1.13.0rc1 ==
9630
9631 * $wgForwardSearchUrl has been removed entirely. Documented setting since 1.4
9632 has been $wgSearchForwardUrl.
9633 * (bug 14907) DatabasePostgres::fieldType now defined.
9634 * (bug 14966) Fix SearchEngineDummy class for silently non-functional search
9635 on Sqlite instead of horribly fatal error breaky one.
9636 * (bug 14987) Only fix double redirects on page move when the checkbox is
9637 checked
9638 * (bug 13376) Use $wgPasswordSender, not $wgEmergencyContact, as return
9639 address for page update notification mails.
9640 * API: Registration time of users registered before the DB field was created is now
9641 shown as empty instead of the current time.
9642 * (bug 14904): fragments were lost when redirects were fixed.
9643 * Added magic word __STATICREDIRECT__ to suppress the redirect fixer
9644 * (bug 15035) Revert English linkTrail to /^([a-z]+)(.*)$/sD, as it was before
9645 r36253. Multiple reports of breakage due to old (pre-5.0) PCRE libraries,
9646 both bundled with PHP and packaged with distros such as RHEL.
9647 * (bug 14944) Shell invocation of external programs such as ImageMagick convert
9648 was broken in PHP 5.2.6, if the server had a non-UTF-8 locale.
9649
9650
9651 === Configuration changes in 1.13 ===
9652
9653 * New option $wgFeed can be set false to turn off syndication feeds
9654 * (bug 5745) Special:Whatlinkshere now shows up to $wgMaxRedirectLinksRetrieved
9655 links through each redirect instead of hardcoded 500
9656 * Set $wgUploadSizeWarning to false by default
9657 * Added $wgLBFactoryConf, for generic configuration of multi-master wiki farms
9658 * Removed $wgAlternateMaster, use $wgLBFactoryConf
9659 * (bug 13562) Misspelled option $wgUserNotifedOnAllChanges changed to
9660 $wgUserNotifiedOnAllChanges
9661 * (bug 12860) New option $wgSitemapNamespaces allows sitemaps to be generated
9662 for only some namespaces
9663 * Removed the emailconfirmed implicit group by default. To re-add it, use:
9664 $wgAutopromote['emailconfirmed'] = APCOND_EMAILCONFIRMED;
9665 in your LocalSettings.php.
9666 * (bug 2396) New shared database configuration variables. $wgSharedPrefix allows
9667 you to use a shared database with a different prefix. Or you can now use a local
9668 database and use prefixes to separate wiki and the shared tables. And the new
9669 $wgSharedTables variable allows you to specify a list of tables to share.
9670 * Automatic edit summaries can be disabled with $wgUseAutomaticEditSummaries
9671 * Duplicates of images are now shown on the image page
9672 * $wgRCFilterByAge allows for the list of dates in recent changes special pages to
9673 be filtered to only those within the range of $wgRCMaxAge
9674 * $wgRCLinkLimits and $wgRCLinkDays allow for customization of the list and limits
9675 displayed on the recent changes special pages
9676 * The "createpage" permission is no longer required when uploading if the target
9677 image page already exists
9678 * $wgMaximumMovedPages restricts the number of pages that can be moved at once
9679 (default 100) with the new subpage-move functionality of Special:Movepage
9680 * Hooks display in Special:Version is now disabled by default, use
9681 $wgSpecialVersionShowHooks = true; to enable it.
9682 * $wgActiveUserEditCount sets the number of edits that must be performed over
9683 a certain number of days to be considered active
9684 * $wgActiveUserDays is that number of days
9685 * $wgRateLimitsExcludedGroups has been deprecated in favor of
9686 $wgGroupPermissions[]['noratelimit']. The former still works, however.
9687 * New $wgGroupPermissions option 'move-subpages' added to control bulk-moving
9688 subpages along with pages. Assigned to 'user' and 'sysop' by default.
9689 * New $wgRC2UDPOmitBots allows user to omit bot edits from UDP output.
9690 Default: false
9691 * Removed $wgEnableCascadingProtection option. Disabling cascading protection
9692 is no longer possible.
9693 * $wgMessageCacheType defines now the type of cache used by the MessageCache class,
9694 previously it was choosen based on $wgParserCacheType
9695 * $wgExtensionAliasesFiles option to simplify adding aliases to special pages
9696 provided by extensions, in a similar way to $wgExtensionMessagesFiles
9697 * Added $wgXMLMimeTypes, an array of XML mimetypes we can check for
9698 with MimeMagic.
9699 * Added $wgDirectoryMode, which allows for setting the default CHMOD value when
9700 creating new directories.
9701 * (bug 14843) $wgCookiePrefix can be set by LocalSettings now, false defaults
9702 current behavior.
9703
9704 === New features in 1.13 ===
9705
9706 * __HIDDENCAT__ on a category page causes the category to be hidden on the
9707 article page
9708 * Do not show edit permissions errors on a red link click, just redirect to the
9709 article. This is so that readers who don't know what a red link is are not
9710 confused when they are told they are range-blocked.
9711 * Add a new hook ImageBeforeProduceHTML to allow extensions to modify wikitext
9712 image syntax output
9713 * (bug 13100) Added 'preloadtitle' parameter to action=edit&section=new that
9714 pre-fills the section title field
9715 * (bug 13112) Added Special:RelatedChanges alias to Special:RecentChangesLinked
9716 * (bug 13130) Moved edit token and autosummary fields above edit tools to
9717 reduce broken form submissions
9718 * Add --old-redirects-only option to maintenance/refreshLinks.php, to add old
9719 redirects to the redirect table
9720 * Add links to page and file deletion forms to edit predefined delete reasons
9721 * (bug 13269) Added MediaWiki:Uploadfooter to the bottom of Special:Upload
9722 * (bug 2815) Search results for media now use thumbnail instead of text extract
9723 * When a page doesn't exist, the tab should say "create", not "edit"
9724 * (bug 12882) Added a span with class "patrollink" around "Mark as patrolled"
9725 link on diffs
9726 * Magic word formatnum can now take raw suffix to undo formatting
9727 * Add updatelog table to reliably permit updates that don't change the schema
9728 * Add category table to allow better tracking of category membership counts
9729 ** (bug 1212) Give correct membership counts on the pages of large categories
9730 ** Use category table for more efficient display of Special:Categories
9731 * (bug 1459) Search for duplicate files by hash: Special:FileDuplicateSearch
9732 * (bug 9447) Added hooks for search result headings
9733 * Image redirects are now enabled by default
9734 * (bug 13450) Email confirmation can now be canceled before the expiration
9735 * (bug 13490) Show upload/file size limit on upload form
9736 * Redesign of Special:UserRights
9737 * Make rev_deleted log entries more intelligible
9738 * (bug 6943) Added PAGESINCATEGORY: magic word
9739 * (bug 13604) Added Special:ListGroupRights
9740 * (bug 6332, 8617) Added message 'mainpage-description' as duplicate of
9741 'mainpage' and added it to message 'sidebar'
9742 * Automatically add old redirects to the redirect table when needed
9743 * (bug 6934) Allow inclusions, links, redirects to be separately toggled on or
9744 off on Special:WhatLinksHere
9745 * Cache image redirects
9746 * (bug 10457) Organize Special:SpecialPages into sections
9747 * Add a new hook EditPageBeforeConflictDiff to allow extensions like FCKeditor
9748 to modify the output for edit conflicts
9749 * Add class="nested" for <fieldset>s so fieldsets inside fieldsets get
9750 a slightly less huge margin and padding
9751 * (bug 13527) Use sitemaps.org format 0.9 instead of a Google-specific format
9752 * Allow \C and \Q as TeX commands to match \R, \N, \Z
9753 * On Special:UserRights, when you can add a group you can't remove or remove
9754 one you can't add, a notice is printed to warn you
9755 * (bug 12698) Create PAGESIZE parser function, to return the size of a page
9756 * Allow the "log in / create account" link in the toolbar to have different
9757 text from Special:UserLogin title (new message 'nav-login-createaccount')
9758 * Say "log in / create account" if an anonymous user can create an account,
9759 otherwise just "log in", consistently across skins
9760 * Special:Shortpages and Special:Longpages now returns pages in all content
9761 namespaces, not just NS_MAIN.
9762 * (bug 889) Improve conflict-handling between shared upload repository
9763 and local one
9764 * Update documentation links in auto-generated LocalSettings.php
9765 * (bug 13584) The new hook SkinTemplateToolboxEnd was added.
9766 * (bug 709) Cannot rename/move images and other media files [EXPERIMENTAL]
9767 * Custom rollback summaries now accept the same arguments as the default message
9768 * (bug 12542) Added hooks for expansion of Special:Listusers
9769 * Drop-down AJAX search suggestions (turn on $wgEnableMWSuggest)
9770 * More relevant search snippets (turn on $wgAdvancedSearchHighlighting)
9771 * (bug 13950) Allow users to watch the user/talk pages of users they block.
9772 * (bug 13970) Allow MonoBook-based skins to specify their own print stylesheet
9773 * Show image links on Special:Whatlinkshere
9774 * Use rel="start", "prev", "next" appropriately on Pager-based pages
9775 * Add support for SQLite
9776 * AutoAuthenticate hook renamed to UserLoadFromSession
9777 * (bug 13232) importScript(), importStylesheet() funcs available to custom JS
9778 * (bug 13095) Search by first letters or digits in [[Special:Categories]]
9779 * Users moving a page can now move all subpages automatically as well
9780 * (bug 14259) Localisation message for upload button on Special:Import is now
9781 'import-upload' instead of 'upload'
9782 * Add information about user group membership to Special:Preferences
9783 * (bug 14146) Wrap usage section on imagepages into <div>s.
9784 * New layout for Special:Specialpages. Restricted pages are marked but not separated
9785 from other pages in their group.
9786 * (bug 14263) Show a diff of the revert on rollback notification page.
9787 * (bug 13434) Show a warning when hash identical files exist
9788 * Sidebar is now cached for all languages
9789 * The User class now contains a public function called isActiveEditor. Figures
9790 out if a user is active based on at least $wgActiveUserEditCount number of
9791 edits in the last $wgActiveUserDays days.
9792 * SpecialSearchResults hook now passes results by reference, so they can be
9793 changed by extensions.
9794 * Add a new hook LinkerMakeExternalLink to allow extensions to modify the output of
9795 external links.
9796 * (bug 14132) Allow user to disable bot edits from being output to UDP.
9797 * (bug 14328) jsMsg() within Wikibits now accepts a DOM object, not just a string
9798 * (bug 14558) New system message (emailuserfooter) is now added to the footer of
9799 e-mails sent with Special:Emailuser
9800 * Add support for Hijri (Islamic) calendar
9801 * Add a new hook LinkerMakeExternalImage to allow extensions to modify the output
9802 of external (hotlinked) images.
9803 * (bug 14604) Introduced the following features for the LanguageConverter:
9804 Multi-tag support, single conversion flag, remove conversion flag on a single
9805 page, description flag, variant name, multi-variant fallbacks.
9806 * Add zh-mo and zh-my variants for the zh language
9807 * (bugs 4832, 9481, 12890) Special:Recentchangeslinked now has all options that
9808 are in Special:Recentchanges
9809 * Allow an $error message to be passed to ArticleDelete hook
9810 * Allow extensions to modify the user creation form by calling addInputItem();
9811 * Add meta generator tag to HTML output
9812 * MediawikiPerformAction hook is now passed the Mediawiki object
9813 * Added blank special page Special:BlankPage for benchmarking, etc.
9814 * Foreign repo file descriptions and thumbnails are now cached.
9815 * (bug 11732) Allow localisation of edit button images
9816 * Allow the search box, toolbox and languages box in the Monobook sidebar to be
9817 moved around arbitrarily using special sections in [[MediaWiki:Sidebar]]:
9818 SEARCH, TOOLBOX and LANGUAGES
9819 * Add a new hook NormalizeMessageKey to allow extensions to replace messages before
9820 the database is potentially queried
9821 * (bug 9736) Redirects on Special:Fewestrevisions are now marked as such.
9822 * New date/time formats in Cs localization according to ČSN and PČP.
9823 * Special:Recentchangeslinked now includes changes to transcluded pages and
9824 displayed images; also, the "Show changes to pages linked" checkbox now works on
9825 category pages too, showing all links that are not categorizations
9826 * (bug 4578) Automatically fix redirects broken by a page move
9827
9828 === Bug fixes in 1.13 ===
9829
9830 * (bug 10677) Add link to the file description page on the shared repository
9831 * (bug 13084) Increase size of source/destination filename fields in upload form
9832 * (bug 13115) rebuildrecentchanges should print the current value of $wgRCMaxAge
9833 * (bug 13140) Show parent categories in category namespace
9834 * (bug 13149) Correctly format 'fileexists' message on Upload page
9835 * Make the default filepageexists message accurate
9836 * (bug 12988) $wgMinimalPasswordLength no longer breaks create user by email
9837 * (bug 13022) Fix upload from URL on PHP 5.0.x
9838 * (bug 13132) Unable to unprotect pages protected with earlier versions of MediaWiki
9839 * (bug 12723) OpenSearch description name now uses more compact language code
9840 to avoid passing the length limit as often, is customizable per site via
9841 'opensearch-desc' message.
9842 * (bug 13135) Special:Userrights now passes IDs through form submission
9843 to allow functionality on not-quite-right usernames
9844 * (bug 12575) Prevent duplicate patrol log entries from being created
9845 * (bug 13174) __HIDDENCAT__ now applies only to category pages
9846 * (bug 13031) Add links to user pages in e-mail form
9847 * (bug 13147) Description for categoriespagetext (used in Special:Categories) reworded
9848 * (bug 11561) Fix fatal error when calling action=revert to non-image page
9849 * (bug 12430) Fix call to private method LinkFilter::makeRegex fatal error in
9850 maintenance/cleanupSpam.php
9851 * All skins should have the "mediawiki" class on the body element
9852 * (bug 13019) Message cache for some extensions not loaded at time of editing
9853 * (bug 13247) Prettified ISBN links
9854 * maintenance/refreshLinks.php did not fix page_id 1 with the --new-only option
9855 * (bug 13110) Don't show "Permission error" page if the edit is already rolled
9856 back when using rollback
9857 * (bug 13012) Use content messages for block options when generating the
9858 recentchanges entry
9859 * (bug 13274) Change links for messages to ucfirst
9860 * (bug 13273) Un-hardcode some punctuation (add new messages colon-separator,
9861 autocomment-prefix)
9862 * Parse MediaWiki message translations with a correct language setting on preview
9863 * (bug 13281) Treat X-Forwarded-For, Client-ip and User-Agent headers as
9864 case-insensitive names.
9865 * Adding the fix for lists in RTL wikis to more skins, and fixing the image toc
9866 * (bug 8157) Remove redirects from Special:Unusedtemplates. Patch by WebBoy.
9867 * (bug 10721) Duplicate section anchors with differing case now disambiguated
9868 for Internet Explorer's sake and standards compliance
9869 * (bug 13298) Tighter limits on Special:Newpages limits when embedding
9870 * Email subject in content language instead of sending user's UI language
9871 * (bug 13251) Allow maintenance rebuild scripts to work with Postgres
9872 * (bug 2084) Fixed incorrect regex to match redirects
9873 * (bug 3131) Manually-specified upload destination filename is no longer
9874 overwritten by browsing for a file after you wrote it.
9875 * (bug 7251) Sidebars generated by MediaWiki:Sidebar now have the class
9876 'generated-sidebar'.
9877 * (bug 13265) Media handler is missing 'image/x-bmp'
9878 * (bug 13407) MediaWiki:Powersearch is used in two places
9879 * (bug 13403) Fix cache invalidation of history pages when old revisions change
9880 * (bug 11563) Deprecated SearchMySQL4 class; merged code to SearchMySQL
9881 * (bug 12801) Fix link in subtitle message in AJAX search
9882 * (bug 13428) Fix regression in protection form layout HTML validity
9883 * (bug 9403) Sanitize newlines from search term input
9884 * (bug 13429) Separate date and time in message sp-newimages-showfrom
9885 * (bug 13137) Allow setting 'editprotected' right separately from 'protect',
9886 so groups may optionally edit protected pages without having 'protect' perms
9887 * Disallow deletion of big pages by means of moving a page to its title and
9888 using the "delete and move" option.
9889 * (bug 13466, 13632) White space differences not shown in diffs
9890 * (bug 1953) Search form now honors namespace selections more reliably
9891 * (bug 12294) Namespace class renamed to MWNamespace for PHP 5.3 compatibility
9892 * PHP 5.3 compatibility fix for wfRunHooks() called with no parameters
9893 * (bug 6447) Trackbacks now work with transactional tables, if enabled
9894 * (bug 6892, 7147) Trackback error handling, optional fields more robust
9895 * (bug 6813) Don't break HTML validator when using trackbacks
9896 * Fix for size checks on SVG images with global 'stroke-width' attribute
9897 * (bug 11874) Inline CSS with !important no longer borken
9898 * (bug 1600) Strip extra == section markup == in new-comment field
9899 * (bug 11325) Wrapped page titles in MonoBook skin spaced more nicely
9900 * (bug 12077) Fix HTML nesting for TOC
9901 * (bug 344) Purge cache for talk/article pages when deleting the other tab
9902 * (bug 13436) Treat image captions correctly when they include option keywords
9903 (like ending with "px" or starting with "upright")
9904 * Trackback display formatting fixed
9905 * Don't die when single-element arrays are passed to SQL query constructors
9906 that have an array index other than 0
9907 * (bug 13522) Fix fatal error in Parser::extractTagsAndParams
9908 * (bug 13532) Use proper timestamp call when reverting images
9909 * (bug 13543) Updated FAQ link in the installer sidebar
9910 * (bug 13540) Date format in confirmation e-mail now matches message language
9911 * (bug 13554) PHP Notice in old pre-processor when list item is empty.
9912 * (bug 13556) Don't show a blank form if no image is attached in Special:Upload
9913 * (bug 13576) maintenance/rebuildrecentchanges.php fails
9914 * (bug 13441) Allow Special:Recentchanges to show bots only
9915 * (bug 13431) Show true message source in Special:Allmessages&ot=php / xml
9916 * (bug 13463) Login successful page doesn't use user's preferred interface language
9917 * (bug 13630) Fixed warnings for pass by reference at call time in
9918 Special:Revisiondelete when generating the log entry.
9919 * (bug 12064) BeforePageDisplay hook is now called for all skins
9920 * (bug 13624) Fix regression with manual thumb= parameter on images
9921 * (bug 11039) Add missing labels on protection form
9922 * (bug 13458) Preview/edit toolbar spacing now works consistently
9923 * (bug 13433) Fix action=render on Image: pages
9924 * (bug 13678) Fix CSS validation for Monobook
9925 * (bug 13684) Links in Special:ListGroupRights should be in content language
9926 * (bug 13690) Fix PHP notice on accessing some URLs
9927 * Hide (undo) link if user isn't able to edit page
9928 * Invalidate cache of pages that includes images via redirects on upload
9929 * (bug 13705) Don't show rollback link in page history on incorrect revisions
9930 * (bug 13708) Don't set "Search results" title when loading Special:Search
9931 without query
9932 * (bug 13736) Don't show MediaWiki:Anontalkpagetext on non-existent IP addresses
9933 * (bug 13728) Don't trim initial whitespace during section edits
9934 * (bug 13727) Don't delete log entries from recentchanges on page deletion
9935 * (bug 13752) Redirects to sections now work again
9936 * (bug 13725) Upload form watch checkbox state set correctly with wpDestFile
9937 * (bug 13756) Don't show the form and navigation links of Special:Newpages if
9938 the page is included
9939 * When hiding things on WhatLinksHere, generated URLs should hide them too
9940 * Properly escape search terms with regex chars so they appear highlighted in
9941 search results
9942 * (bug 13768) pt_title field encoding fixed
9943 * Do not display empty columns on Special:UserRights if all groups are
9944 changeable or all unchangeable
9945 * Fix fatal error on calling PAGESINCATEGORY with invalid category name
9946 * (bug 13793) Special:Whatlinkshere filters wrong - after paginating instead of before
9947 * (bug 13796) Show links to parent pages even if some of them are missing
9948 * (bug 13816) Filter by main namespace doesn't work on WhatLinksHere
9949 * (bug 13822) Fatal error on some pages when calculating subpage subtitle
9950 * (bug 13824) AJAX search suggestion now works with non-SkinTemplate skins
9951 * Added 'application/x-dia-diagram' MediaWiki's known MIME types
9952 * (bug 13866) skins/common/shared.css - invalid attribute fixing
9953 * Hide edit section links on Special:Undelete
9954 * (bug 13860) Fix "Justify paragraphs" option for Modern skin
9955 * (bug 13168) accessibility links in Modern skin link to wrong anchor id
9956 * (bug 13185) No line break after 'subpages' class in Modern skin
9957 * (bug 13583) No "poweredby" in Modern skin
9958 * (bug 13880) "Printable" link in Modern skin now formats as print mode
9959 * (bug 13885) Bump default $wgSVGMaxSize from 1024 to 2048 pixels
9960 * (bug 13891) Show categories box even if all categories are hidden and user has
9961 "show hidden categories" option on
9962 * (bug 13915) Undefined variable $wltsfield in includes/SpecialWatchlist.php
9963 * (bug 13913) Special:Whatlinkshere now has correct HTML markup
9964 * (bug 13905) Blacklist Mac IE from HttpOnly cookies; it eats them sometimes
9965 * (bug 13922) Fix bad HTML on empty Special:Prefixindex and Special:Allpages
9966 * (bug 13924) Fix bad HTML on power search form
9967 * (bug 13820) Fix updater for rev_parent_id population
9968 * (bug 13925) Fix bad HTML on search results list
9969 * (bug 13934) Fixing the link to GNU General Public License Version 2
9970 * Show correct accesskey prefix for Firefox 3 beta (Alt-Shift-, not Alt-)
9971 * (bug 13949) Special:PrefixIndex/AllPages paging links contain invalid XML
9972 * (bug 13770) Use Preprocessor_Hash by default to avoid missing DOM module errors
9973 * (bug 13982) Disable ccmeonemails preference when user-to-user mails disabled
9974 * (bug 13615) Update case mappings and normalization to Unicode 5.1.0
9975 Note that case mappings will only be used if mbstring extension is not present.
9976 * (bug 14044) Don't increment page view counters on views from bot users
9977 * (bug 14042) Calling Database::limitResult() misplaced the comment in the log file
9978 * (bug 14047) Fix regression in installer which hid DB-specific options
9979 Also makes SQLite path configurable in the installer.
9980 * (bug 13546) Follow image redirects on image page
9981 * (bug 12644) Template list on edit page now sorted on preview
9982 * (bug 14058) Support pipe trick for namespaces and interwikis with "-"
9983 * Message name filter on Special:Allmessages now case-insensitive
9984 * (bug 13943) Fix image redirect behavior on image pages
9985 * (bug 14093) Do 'sysop' => 'protect' magic in Title::isValidMoveOperation
9986 * (bug 14063) Power search form missing <label> for redirects check
9987 * (bug 14111) Similar filename warning links now lead to correct page
9988 * (bug 14082) Fix for complex text input vs AJAX suggestions on some browsers
9989 * (bug 13693) Categories sometimes claim to have a negative number of members
9990 * (bug 1701) Korean Hangul syllables now broken down properly in Category lists
9991 even if the wiki's overall content language is not Korean
9992 * (bug 12773) addOnloadHook() now calls functions immediately when scripts are
9993 loaded after the primary page completion, instead of dropping them
9994 * (bug 14199) Fix deletion form for image redirect pages
9995 * (bug 14220) Disabling $wgCheckFileExtensions now works without also
9996 disabling $wgStrictFileExtensions
9997 * (bug 14241) Pages can no longer be protected to levels you are not in
9998 * (bug 14296) Fix local name of ang: (Anglo-Saxon)
9999 * (bug 4871) Hardcoded superscript in time zone preferences moved to message
10000 * (bug 6957) E-mail confirmation links now using English special page name
10001 for better compatibility and keeping the links shorter. Avoids problem
10002 with corrupt links in Gmail on IE 6.
10003 * (bug 14273) Fix for HTTP Accept header parsing with spaces as from Konqueror
10004 * (bug 14312) Update LanguageKaa.php for handling transform issues with i to İ
10005 and I to ı
10006 * (bug 13826) MediaWiki:Defaultns accepts Wikicode
10007 * (bug 14324) Creating an account is again possible with $wgEmailConfirmToEdit
10008 set to true
10009 * (bug 13034) Interwiki pages can now be reached using Go search button
10010 * (bug 14362) Change interwiki names of Erzya and Moksha Wikipedias
10011 * (bug 14370) When a grouppage-x message does not exist the entry on the
10012 ListGroupRights special page now links to the project namespace page for it,
10013 not the main namespace page.
10014 * (bug 11659) Urldecode image names in galleries
10015 * (bug 14258, 14368) Fix for subpage renames in replication environments
10016 * (bug 14367) Failed block no longer adds phantom watchlist entry
10017 * (bug 14385) "Move subpages" option no longer tries to move to invalid titles
10018 * (bug 14386) Fix subpage namespace oddity when moving a talk page
10019 * (bug 11771) Signup form now not shown if in read-only mode.
10020 * (bug 12859) $wgRateLimitsExcludedGroups has been deprecated in favor of
10021 $wgGroupPermissions[]['noratelimit'].
10022 * (Bug 13828) Split parameter $1 of MediaWiki:Missingarticle into $1 (=title)
10023 and $2 (=revision numbers)
10024 * (bug 14401) Fix Safari access key tooltips for Windows and >3.1 Mac versions
10025 * (bug 14432) Fix notice regression in Special:Newpages feed mode
10026 * (bug 11951) EditPage::getEditToolbar() is now static.
10027 * (bug 14392) Fix regression breaking table prefix in installer
10028 * (bug 11084) $wgDBprefix replacement for updater SQL will now work for
10029 extension tables using uppercase letters or digits in their names.
10030 * (bug 12311) Fix regression with lists at start of undeletion preview
10031 * (bug 14496) Fix regression with parseinline on Special:Upload.
10032 * We no longer just give up on a missing upload base directory; it's now
10033 created automatically if we have sufficient permissions!
10034 * (bug 14479) MediaWiki:upload-maxfilesize should have a div id wrapper
10035 * (bug 14497) Throw visible errors in installer scripts when SQL files
10036 fail due to database permission or other error
10037 * (bug 14500) Site feed (Recentchanges) no longer shows up on the actual
10038 recent changes page.
10039 * (bug 14511) MediaWiki:Delete-legend is no longer double escaped
10040 * Generate correct section anchors for numeric headers
10041 * (bug 14520) Don't load nonexistent CSS files for Chick/Myskin/Simple skins
10042 * (bug 14551) Cancel upload no longer automatically suppresses warnings
10043 * (bug 13878) Deprecate Article::getDB() in favor of direct wfGetDB() calls
10044 * (bug 4977) Fix for possible squid purging errors when using HTTP purges
10045 and multiple servers
10046 * (bug 14572) Redirects listed on file links on image pages no longer redirect.
10047 * (bug 14537) Change interwiki name for Old Church Slavonic (cu)
10048 * (bug 14583) Fix regression in recent changes "limit to certain categories."
10049 * (bug 14515) HTML nesting cleanup on edit form
10050 * (bug 14647) Removed unused 'townBox' CSS classes
10051 * (bug 14687) OutputPage::addStyle() now adds type="text/css" like it should.
10052 * OpenSearch cleanup; Firefox now sends you to the search page for empty
10053 searches instead of the domain root (which may not even be a wiki).
10054 * (bug 3481) Pages moved shortly after creation are shown at their new title
10055 on Special:Newpages.
10056 * (bug 12716) Trying to unprotect a title that isn't protected no longer
10057 generates a log entry.
10058 * (bug 14088) Excessively long block expiry times are rejected as invalid,
10059 keeps the log page from being distorted.
10060 * (bug 14708) Emulate INSERT...IGNORE with standard SQL for Postgres backend.
10061 * (bug 14646) Fix some double-escaping of HTML in feed output
10062 * (bug 14709) Fix login success message formatting when using cookie check
10063 * (bug 14710) Remove "donate" link from default sidebar
10064 * (bug 14745) Image moving works on sites that transform thumbnails via 404
10065 * (bug 2186) Document.write() in wikibits caused failures when using
10066 application/xhtml+xml. The calls to this have been removed.
10067 * (bug 14764) Fix regression in from Article::lastModified(), failed to work
10068 on non-mySQL schemas.
10069 * (bug 14763) Child classes of Database (DatabasePostgres and DatabaseOracle)
10070 had strict standards issues with setFakeSlaveLag() and setFakeMaster().
10071 * (bug 451) Improve the phrase mappings of the Chinese converter arrays.
10072 * (bug 12487) Rights log is not fully internationalized
10073 * (bug 10837) Language variants no longer override other languages than base
10074 * (bug 14778) 'limit' parameter now applies to history feeds as well as
10075 history pages
10076 * (bug 14845) Bug in prefs javascript: Calling an array item without checking
10077 its existance.
10078 * Accesskeys for minor edit/watch checkboxes on edit now work in Firefox 3
10079 * (bug 12384) Comments in maintenance/*php
10080 * (bug 12441) ./maintenance/generateSitemap.php fix -fspath requiring
10081 a trailing slash.
10082 * (bug 12568) configuration script now produce valid XHTML.
10083 * The accesskey to edit a page is now disabled when editing the page, to pre-
10084 vent conflicts with Safari shortcuts.
10085
10086 === API changes in 1.13 ===
10087
10088 * Fixing main page display in meta=siteinfo
10089 * (bug 13128) Added patrolled flag to list=recentchanges
10090 * Implemented {bl,ei,iu}redirect (lists links through redirects as well)
10091 * (bug 13154) Introduced subpages flag to meta=siteinfo&siprop=namespaces
10092 * (bug 13157) Added ucuserprefix parameter to list=usercontribs
10093 * (bug 12394) Added rctitles parameter to list=recentchanges, making rcid
10094 retrieval easier
10095 * (bug 13218) Fix inclusion of " character in hyperlinks
10096 * Added watch and unwatch parameters to action=delete and action=move
10097 * Added action=edit
10098 * (bug 11401) Added xmldoublequote to xml formatter
10099 * Added rvsection parameter to prop=revisions to allow fetching the content of
10100 a certain section only
10101 * Introduced list=allimages
10102 * (bug 13371) Build page set from image hashes
10103 * Mark non-existent messages in meta=allmessages as missing
10104 * (bug 13390) One invalid title no longer kills an entire API query
10105 * (bug 13419) Fix gblredirect so it actually works
10106 * (bug 13418) Disable eiredirect because it's useless
10107 * (bug 13395) list=allcategories should use category table
10108 * (bug 13442) Missing pages in prop=langlinks and prop=extlinks are now
10109 handled properly.
10110 * (bug 13444) Add description to list=watchlist
10111 * (bug 13482) Disabled search types handled properly
10112 * Added inprop=talkid,subjectid to prop=info
10113 * Added help text message that specifies whether a module is POST-only
10114 * Added createonly parameter to action=edit
10115 * Replaced $wgAPIUCUserPrefixMinLength by the more generic $wgAPIMaxDBRows
10116 * (bug 11719) Remove trailing blanks in YAML output.
10117 * (bug 13541) Added siprop=specialpagealiases to meta=siteinfo
10118 * Added fallback8bitEncoding and readonly fields to
10119 meta=siteinfo&siprop=general output
10120 * (bug 13544) Added prop=revid to action=parse
10121 * (bug 13603) Added siprop=usergroups to meta=siteinfo
10122 * Cleaned up redirect resolution
10123 * Added possibility to obtain all external links through list=exturlusage
10124 * (bug 13606) Added archivename to iiprop
10125 * (bug 11633) Explicitly convert redirect titles to strings due to PHP's
10126 very weak typing on array keys.
10127 * (bug 12136) Extend allowed characters in JSON callback to ][.'"_A-Za-z0-9
10128 * (bug 11673) Return error 'unknown_action' in specified format
10129 * (bug 13618) Added rcprop=redirect and rcshow=redirect to list=recentchanges
10130 * (bug 13544) Added oldid parameter to action=parse to allow for parsing of old
10131 revisions
10132 * (bug 13718) Return the proper continue parameter for cmsort=timestamp
10133 * action=login now returns the correct waiting time in the details property
10134 * (bug 13792) Broken titles are now silently skipped in search results.
10135 * (bug 13819) exturlusage paging skipped an item
10136 * Fixed handling of usernames containing spaces in list=block
10137 * (bug 13836) Fixed fatal errors resulting from combining iiprop=metadata with
10138 format=xml
10139 * (bug 13735) Added prop=categoryinfo module
10140 * (bug 13945) Retrieve cascading protection sources via inprop=protection
10141 * (bug 13965) Hardcoded 51 limit on titles is too limiting
10142 * (bug 13993) apfrom doesn't work with apdir=descending
10143 * (bug 14018) Introduced alcontinue to list=alllinks to improve paging
10144 * (bug 14013) Added rcshow=patrolled to list=recentchanges
10145 * (bug 14028) Added language attribute to interwiki map in meta=siteinfo
10146 * (bug 14022) Added usprop=registration and auprop=blockinfo
10147 * (bug 14021) Removed titles= support from list=backlinks (has been obsolete
10148 for ages)
10149 * (bug 13829) Expose parse tree via action=expandtemplates
10150 * (bug 13606) Allow deletion of images
10151 * Added iiprop=mime and aiprop=metadata
10152 * Handled unrecognized values for parameters more gracefully
10153 * Handled requesting disallowed tokens more gracefully
10154 * (bug 14140) URL-encoded page titles are now decoded in edit summaries
10155 * (bug 14243) Only accept post requests in action=edit; patch by HardDisk
10156 * action=block now returns an ISO8601 timestamp, like all other modules do
10157 * Added md5 parameter to action=edit
10158 * (bug 14335) Logging in to unified account using API not possible
10159 * Added action=emailuser to send an email to a user
10160 * (bug 14471) Use HTMLTidy and generate limit report in action=parse
10161 * (bug 14459) Added prependtext and appendtext parameters to action=edit
10162 * (bug 14526) Unescaped SQL in list=backlinks
10163 * Added 'hidden' flag to list=allcategories and prop=categoryinfo output
10164 * Added nocreate parameter to action=edit
10165 * (bug 14402) Added maxage and smaxage parameters to api.php
10166 * Added bkip parameter to list=blocks
10167 * (bug 14651) apprefix and similar parameters are now canonicalized
10168 * Added clprop=timestamp to prop=categories
10169 * (bug 14678) API errors now respects $wgShowExceptionDetails and
10170 $wgShowSQLErrors
10171 * (bug 14723) Added time zone and writing direction to meta=siteinfo
10172 * Added APIQueryInfoTokens and APIQueryRevisionsTokens hooks so extensions
10173 can add their own tokens
10174 * Added block and unblock tokens to prop=info as well
10175 * Added paging (limit and continue parameters) to
10176 prop={links,templatelinks,langlinks,extlinks,categories,images}
10177 * Added flag "top" to list=usercontribs if the user is the last contributor to
10178 the page
10179 * list=exturlusage in "list all links" mode can now filter by protocol
10180
10181
10182
10183 == MediaWiki 1.12 ==
10184
10185 This is the Winter 2007 quarterly release.
10186
10187 MediaWiki is now using a "continuous integration" development model with
10188 quarterly snapshot releases. The latest development code is always kept
10189 "ready to run", and in fact runs our own sites on Wikipedia.
10190
10191 Release branches will continue to receive security updates for about a year
10192 from first release, but nonessential bugfixes and feature developments
10193 will be made on the development trunk and appear in the next quarterly release.
10194
10195 Those wishing to use the latest code instead of a branch release can obtain
10196 it from source control: https://www.mediawiki.org/wiki/Download_from_SVN
10197
10198 === Configuration changes in 1.12 ===
10199 * Marking edits as bot edits with Special:Contributions?bot=1 now requires the
10200 markbotedit permission, rather than the rollback permission previously used.
10201 This permission is assigned by default to the sysop group.
10202 * MediaWiki now checks if serialized files are out of date. New configuration
10203 variable $wgCheckSerialized can be set to false to enable old behavior (i.e.
10204 to not check and assume they are always up to date)
10205 * The rollback permission can now be rate-limited using the normal mechanism.
10206 * New configuration variable $wgExtraLanguageNames
10207 * Behavior of $wgAddGroups and $wgRemoveGroups changed. New behavior:
10208 * * Granting the userrights privilege allows arbitrary changing of rights.
10209 * * Without the userrights privilege, a user will be able to add and/or
10210 remove the groups specified in $wgAddGroups and $wgRemoveGroups for
10211 any groups they are in.
10212 * New permission userrights-interwiki for changing user rights on foreign wikis.
10213 * $wgImplicitGroups for groups that are hidden from Special:Listusers, etc.
10214 * $wgAutopromote: automatically promote users who match specified criteria
10215 * $wgGroupsAddToSelf, $wgGroupsRemoveFromSelf: allow users to add or remove
10216 themselves from specified groups via Special:Userrights.
10217 * When $wgUseTidy has been enabled, PHP's Tidy module is now used if it is
10218 present, in preference to an external Tidy executable which may or may not
10219 be present. To force use of external Tidy even when the PHP module is
10220 available, set $wgTidyInternal to false.
10221
10222
10223 === New features in 1.12 ===
10224 * (bug 10735) Add a warning for non-descriptive filenames at Special:Upload
10225 * Add {{filepath:}} parser function to get full path to an uploaded file,
10226 complementing {{fullurl:}} for pages.
10227 * (bug 11136) If using Postgres, search path is explicitly set if wgDBmwschema
10228 is not set to 'mediawiki', allowing multiple mediawiki instances per user.
10229 * (bug 11151) Add descriptive <title> to revision history page
10230 * (bug 5412) Add feed links for the site to all pages
10231 * (bug 11353) Add ability to retrieve raw section content via action=raw
10232 * (bug 6909) Show relevant deletion log lines when uploading a previously
10233 deleted file
10234 * On SkinTemplate based skins (like MonoBook), omit confusing "edit"/"view
10235 source" tab entirely if the page doesn't exist and the user isn't allowed to
10236 create it
10237 * Clarify instructions given when an exception is thrown
10238 * AuthPlugin added strictUserAuth() method to allow per-user override
10239 of the strict() authentication behavior.
10240 * (bug 7872) Deleted revisions can now be viewed as diffs showing changes
10241 against the previous revision, whether currently deleted or live.
10242 * Added tooltips for the "Go" and "Search" buttons
10243 * (bug 11649) Show input form when Special:Whatlinkshere has no parameters
10244 * isValidEmailAddr hook added to User method of that name, to allow, e.g., re-
10245 stricting e-mail addresses to a specific domain
10246 * Removed "Clear" link in watchlist editor tools, as people were afraid to
10247 click it. Existing clear links will fall back to the raw editor, which is
10248 very easy to clear your watchlist with.
10249 * (bug 1405) Add wgUseNPPatrol option to control patroling for new articles
10250 on Special:Newpages
10251 * LogLine hook added to allow formatting custom entries in Special:Log.
10252 * Support for Iranian calendar
10253 * (bug 1401) Allow hiding logged-in users, bots and patrolled pages on
10254 Special:Newpages
10255 * ChangesListInsertArticleLink hook added for adding extra article info to RC.
10256 * MediaWikiPerformAction hook added for diverting control after the main
10257 globals have been set up but before any actions have been taken.
10258 * BeforeWatchlist hook added for filtering or replacing watchlist.
10259 * SkinTemplateTabAction hook added for altering the properties of tab links.
10260 * OutputPage::getRedirect public method added.
10261 * (bug 11848, 12506) Allow URL parameters 'section', 'editintro' and 'preload'
10262 in Special:Mypage and Special:Mytalk
10263 * Add ot=raw to Special:Allmessages
10264 * Support for Hebrew calendar
10265 * Support for Hebrew numerals in dates and times
10266 * (bug 11315) Signatures can be configured in [[MediaWiki:Signature]] and
10267 [[MediaWiki:Signature-anon]]
10268 * Signatures for anonymous users link to Special:Contributions page rather than
10269 user page
10270 * Added --override switch for disabled pages in updateSpecialPages.php
10271 * Provide a unique message (ipb_blocked_as_range) if unblock of a single IP
10272 fails
10273 because it is part of a blocked range.
10274 * (bug 3973) Use a separate message for the email content when an account is
10275 created by another user
10276 * dumpTextPass.php can spawn fetchText.php as a subprocess, which should restart
10277 cleanly if database connections fail unpleasantly.
10278 * (bug 12028) Add Special:Listbots as shortcut for Special:Listusers/bot
10279 * (bug 9633) Add a predefined list of delete reasons to the deletion form
10280 * Show a warning message when creating/editing a user (talk) page but the user
10281 does not exists
10282 * (bug 8396) Ignore out-of-date serialised message caches
10283 * (bug 12195) Undeleting pages now requires 'undelete' permission
10284 * (bug 11810) Localize displayed semicolons
10285 * (bug 11657) Support for Thai solar calendar
10286 * (bug 943) RSS feed for Recentchangeslinked
10287 * Introduced AbortMove hook
10288 * (bug 2919) Protection of nonexistent pages with regular protection interface.
10289 * Special:Upload now lists permitted/prohibited file extensions.
10290 * Split ambiguous filetype-badtype message into two new messages,
10291 filetype-unwanted-type and filetype-banned-type.
10292 * Added link to the old title in Special:Movepage
10293 * On Special:Movepage, errors are now more noticeable.
10294 * It is now possible to change rights on other local wikis without the MakeSysop
10295 extension
10296 * Add HTML ID's mw-read-only-warning and mw-anon-edit-warning to warnings when
10297 editing to allow CSS styling.
10298 * Parser now returns list of sections
10299 * When a user is prohibited from creating a page, a title of "View source"
10300 makes no sense, and there should be no "Return to [[Page]]" link.
10301 * (bug 12486) Protected titles now give a warning for privileged editors.
10302 * (bug 9939) Special:Search now sets focus to search input box when no existing
10303 search is active
10304 * For Special:Userrights, use GET instead of POST to search for users.
10305 * Allow subpage syntax for Special:Userrights, i.e., Special:Userrights/Name.
10306 * When submitting changes on Special:Userrights, show the full form again, not
10307 just the search box.
10308 * Added exception hooks
10309 * (bug 12574) Allow bots to specify whether an edit should be marked as a bot
10310 edit, via the parameter 'bot'. (Default: '1')
10311 * (bug 12536) User should be able to get MediaWiki version from any page
10312 * (bug 12622) A JavaScript constant to declare whether api.php is available
10313 * Add caching to the AJAX search
10314 * Add APCOND_INGROUPS
10315 * Add DBA caching to installer
10316 * (bug 12585) Added a bunch of parameters to the revertpage message
10317 * Support redirects in image namespace
10318 * (bug 10049) Prefix index search and namespaces in Special:Withoutinterwiki
10319 * (bug 12668) Support for custom iPhone bookmark icon via $wgAppleTouchIcon
10320 * Add option to include templates in Special:Export.
10321 * (bug 12655) Added $wgUserEmailUseReplyTo config option to put sender
10322 address in Reply-To instead of From for user-to-user emails.
10323 This protects against SPF problems and privacy-leaking bounce messages
10324 when using mailers that set the envelope sender to the From header value.
10325 * (bug 11897) Add alias [[Special:CreateAccount]] & [[Special:Userlogin/signup]]
10326 for Special:Userlogin?type=signup
10327 * (bug 12214) Add a predefined list of delete reasons to the file deletion form
10328 * Merged backends for OpenSearch suggestions and AJAX search.
10329 Both now accept namespace prefixes, handle 'Media:' and 'Special:' pages,
10330 and reject interwiki prefixes. PrefixSearch class centralizes this code,
10331 and the backend part can be overridden by the PrefixSearchBackend hook.
10332 * (bug 10365) Localization of Special:Version
10333 * When installing using Postgres, the Pl/Pgsql language is now checked for
10334 and installed when at the superuser level.
10335 * The default robot policy for the entire wiki is now configurable via the
10336 $wgDefaultRobotPolicy setting.
10337 * (bug 12239) Use different separators for autocomments
10338 * (bug 12857) Patrol link on new pages should clear floats
10339 * (bug 12968) Render redirect wikilinks in a redirect class for customization
10340 via user/site CSS.
10341 * EditPageBeforeEditButtons hook added for altering the edit buttons below the edit box
10342
10343 === Bug fixes in 1.12 ===
10344
10345 * Subpages are now indexed for searching properly when using PostgreSQL
10346 * (bug 3846) Suppress warnings from, e.g. open_basedir when scanning for
10347 ImageMagick, diff3 et al. during installation [patch by Jan Reininghaus]
10348 * (bug 7027) Shift handling of deletion permissions-checking to
10349 getUserPermissionsErrors.
10350 * Login and signup forms are now more correct for right-to-left languages.
10351 * (bug 5387) Block log items on RecentChanges don't make use of possible
10352 translations
10353 * (bug 11211) Pass, as a parameter to the protectedpagetext interface
10354 message, the level of protection.
10355 * (bug 9611) Supply the blocker and reason for the cantcreateaccounttext
10356 message.
10357 * (bug 8759) Fixed bug where rollback was allowed on protected pages for wikis
10358 where rollback is given to non-sysops.
10359 * (bug 8834) Split off permission for editing user JavaScript and CSS from
10360 editinterface to a new permission key editusercssjs.
10361 * (bug 11266) Set fallback language for Fulfulde (ff) to French
10362 * (bug 11179) Include image version deletion comment in public log
10363 * Fixed notice when accessing special page without read permission and whitelist
10364 is not defined
10365 * (bug 9252) Fix for tidy funkiness when using editintro mode
10366 * (bug 4021) Fix for MySQL wildcard search
10367 * (bug 10699) Fix for MySQL phrase search
10368 * (bug 11321) Fix width of gallerybox when option "width=xxx" is used
10369 * (bug 7890) Special:BrokenRedirects links deleted redirects to a non-existent
10370 page
10371 * Fix initial statistics when installing: add correct values
10372 * (bug 11342) Fix several 'returnto' links in permissions/error pages which
10373 linked to the main page instead of targetted page
10374 * Strike the link to the redirect rather than using an asterisk in
10375 Special:Listredirects
10376 * (bug 11355) Fix false positives in Safe Mode and other config detection
10377 when boolean settings are disabled with 'Off' via php_admin_value/php_value
10378 * (bug 11292) Fixed unserialize errors with Postgres by creating special Blob
10379 object.
10380 * (bug 11363) Make all metadata fields bytea when using Postgres.
10381 * (bug 11331) Add buildConcat() and use CASE not IF for DB compatibility. Make
10382 oldimage cascade delete via image table for Postgres, change fa_storage_key
10383 TEXT.
10384 * (bug 11438) Live Preview chops returned text
10385 * Show the right message on account creation when the user is blocked
10386 * (bug 11450) Fix creation of objectcache table on upgrade
10387 * Fix namespace selection after submit of Special:Newpages
10388 * Make input form of Special:Newpages nicer for RTL wikis
10389 * (bug 11462) Fix typo in LanguageGetSpecialPageAliases hook name
10390 * (bug 11474) Fix unintentional fall-through in math error handling
10391 * (bug 11478) Fix undefined method call in file deletion interface
10392 * (bug 278) Search results no longer highlight incorrect partial word matches
10393 * Compatibility with incorrectly detected old-style DJVU mime types
10394 * (bug 11560) Fix broken HTML output from weird link nesting in edit comments.
10395 Nested links (as in image caption text) still don't work _right_ but they're
10396 less wrong
10397 * (bug 9718) Remove unnecessary css from main.css causing spacing issues on
10398 some browsers.
10399 * (bug 11574) Add an interface message loginstart, which, similarly to loginend,
10400 appears just before the login form. Patch by MinuteElectron.
10401 * Do not cache category pages if using 'from' or 'until'
10402 * Created new hook getUserPermissionsErrors, to go with userCan changes.
10403 * Diff pages did not properly display css/js pages.
10404 * (bug 11620) Add call to User::isValidEmailAddr during accout creation.
10405 * (bug 11629) If $wgEmailConfirmToEdit is true, require people to supply an
10406 email address when registering.
10407 * (bug 11612) Days to show in recent changes cannot be larger than 7
10408 * (bug 11131) Change filearchive width/height columns to int for Postgres
10409 * Support plural in undeleted{revisions,revisions-files,files}
10410 * (bug 11343) If the database is read-only, ensure that undelete fails.
10411 * (bug 11690) Show revert link for page moves in Special:Log to allowed users
10412 only
10413 * Initial-lowercase prefix checks in namespaceDupes.php now actually work.
10414 * Fix regression in LinkBatch.php breaking PHP 5.0
10415 * (bug 11452) wfMsgExt uses sometimes wrong language object for parsing magic
10416 words when called with options ''parsemag'' or ''content''.
10417 * (bug 11727) Support plural in 'historysize' message
10418 * (bug 11744) Incorrect return value from Title::getParentCategories()
10419 * (bug 11762) Fix native language name of Akan (ak)
10420 * (bug 11722) Fix inconsistent case in unprotect tabs
10421 * (bug 11795) Be more paranoid about confirming accept-encoding header is
10422 present
10423 * (bug 11809) Use formatNum() for more numbers
10424 * (bug 11818) Fix native language name of Inuktitut (iu)
10425 * Remove all commas when parsing float numbers in sorted tables
10426 * Limit text field of deletion, protection and user rights changes reasons to
10427 255 characters (already restricted in the database)
10428 * In the deletion default reasons, calculate how much text to get from the
10429 article text, rather than getting 150 characters (which may be too much)
10430 * Add two messages for Special:Blockme which were used but undefined
10431 * (bug 11921) Support plural in message number_of_watching_users_pageview
10432 * If an IP address is blocked as part of a rangeblock, attempting to unblock
10433 the single IP should not unblock the entire range.
10434 * (bug 6695) Fix native language name of Southern Sotho (Sesotho) (st)
10435 * Make action=render follow redirects by default
10436 * If restricted read access was enabled, whitelist didn't work with special
10437 pages which had spaces in theirs names
10438 * If restricted read access was enabled, requests for non-existing special pages
10439 threw an exception
10440 * Feeds for recent changes now provide correct URLs for the change, not just
10441 the page
10442 * Check for if IP is blocked as part of a range when unblocking (see above bug-
10443 fix) was faulty. Now fixed.
10444 * Fixed wpReason URL parameter to action=delete.
10445 * Do not force a password for account creation by email
10446 * Ensure that rate-limiting is applied to rollbacks.
10447 * Make a better rate-limiting error message (i.e. a normal MW error,
10448 rather than an "Internal Server Error").
10449 * Do not present an image bigger than the source when 'frameless' option is used
10450 (to be consistent with the 'thumb' option now)
10451 * Support {{PLURAL}} for import log
10452 * Make sure that the correct log entries are shown on Special:Userrights even
10453 for users with special characters in their names
10454 * The number of watching users in watchlists was always reported as 1
10455 * namespaceDupes.php no longer dies when coming across an illegal title
10456 * (bug 12143) Do not show a link to patrol new pages for non existent pages
10457 * (bug 12166) Fix XHTML validity for Special:Emailuser
10458 * (bug 11346) Users who cannot edit a page can now no longer unprotect it.
10459 * (bug 451) Add a generic Traditional / Simplified Chinese conversion table,
10460 instead of a Traditional conversion with Taiwan variant, and a Simplified
10461 conversion with China variant.
10462 * (bug 12178) Fix wpReason parameter to action=delete, again.
10463 * Graceful behavior for updateRestrictions.php if a page already has records
10464 in the page_restrictions matching its old page_restrictions field.
10465 May help with odd upgrade issues or race condition.
10466 * (bug 11993) Remove contentsub "revision history"
10467 * (bug 11952) Ensure we quote_ident() all schema names as needed
10468 inside of the DatabasePostgres.php file.
10469 * (bug 12184) Exceptions now sent to stderr instead of stdout for command-line
10470 scripts, making for cleaner reporting during batch jobs. PHP errors will also
10471 be redirected in most cases on PHP 5.2.4 and later, switching 'display_errors'
10472 to 'stderr' at runtime.
10473 * (bug 12148) Text highlight wasn't applied to cleanly deleted and added
10474 lines in diff output
10475 * (bug 10166) Fix a PHP warning in Language::getMagic
10476 * Only mark rollback edits as minor if the user can normally mark edits minor
10477 * Escape page names in the move successful page (e.g. for pages with two
10478 apostrophes).
10479 * (bug 12145) Add localized names of kk-variants
10480 * (bug 12259) Localize the numbers in deleted pages on the sysop view
10481 * Set proper page title for successful file deletion
10482 * (bug 11221) Do not show 'Compare selected versions' button for a history page
10483 with one revision only
10484 * (bug 12267) Set the default date format to Thai solar calender for the Thai
10485 language
10486 * (bug 10184) Extensions' stylesheets and scripts should be loaded before
10487 user-customized ones (like Common.css, Common.js)
10488 * (bug 12283) Special:Newpages forgets parameters
10489 * (bug 12031) All namespaces doesn't work in Special:Newpages
10490 * (bug 585) Only create searchindex replica table for parser tests if db is
10491 MySQL
10492 * Allow --record option if parserTests.php to work when using Postgres
10493 * (bug 12296) Simplify cache epoch in default LocalSettings.php
10494 * (bug 12346) XML fix when body double-click and click handlers are present
10495 * Fix regression -- missing feed links in sidebar on Special:Recentchanges
10496 * (bug 12371) Handle more namespace case variants in namespaceDupes.php
10497 * (bug 12380) Bot-friendly EditPage::spamPage
10498 * (bug 8066) Spaces can't be entered in special page aliases
10499 * Hide undo link if user can't edit article
10500 * (bug 12416) Fix password setting for createAndPromote.php
10501 * (bug 3097) Inconsistently usable titles containing HTML character entities
10502 are now forbidden. A run of cleanupTitles.php will fix up existing pages.
10503 * (bug 12446) Permissions check fix for undelete link
10504 * (bug 12451) AJAX title normalization tweaks
10505 * When a user creating a page is not allowed to either create the page nor edit
10506 it, all applicable reasons are now shown.
10507 * (bug 11428) Allow $wgScript inside $wgArticlePath when emulating PATH_INFO
10508 Fixes 'root'-style rewrite configurations
10509 * (bug 12493) Removed hardcoded MAX_FILE_SIZE from Special:Import upload form
10510 * (bug 12489) Special:Userrights listed in restricted section again
10511 * (bug 12553) Fixed invalid XHTML in edit conflict screen
10512 * (bug 12505) Fixed section=0 with action=raw
10513 * (bug 12614) Do not log user rights change that didn't change anything
10514 * (bug 12584) Don't reset cl_timestamp when auto-updating sort key on move
10515 * (bug 12588) Fix selection in namespace selector on Special:Newpages
10516 * Use only default options when generating RSS and Atom syndication links.
10517 This should help prevent infinite link loops that some software may follow,
10518 and will generally keep feed behavior cleaner.
10519 * (bug 12608) Unifying the spelling of getDBkey() in the code.
10520 * (bug 12611) Bot flag ignored in recent changes
10521 * (bug 12617) Decimal and thousands separators for Romanian
10522 * (bug 12567) Fix for misformatted read-only messages on edit, protect.
10523 Also added proper read-only checks to several special pages.
10524 Have removed read-only checks from the general user permission framework.
10525 * Creating a site with a name containing '#' is no longer permitted, since the
10526 name will not work (but $wgSiteName is not checked if manually set).
10527 * (bug 12695) Suppress dvips verbiage from web server error log
10528 * (bug 12716) Unprotecting a non-protected page leaves a log entry
10529 * Log username blocks with canonical form of name instead of input form
10530 * (bug 11593, 12719) Fixes for overzealous invocation of thumb.php.
10531 Non-image handlers and full-size images may now decline it, fixing
10532 mystery failures when using $wgThumbnailScriptPath.
10533 * (bug 12327) Comma in username no longer disrupts mail headers
10534 * (bug 6436) Localization of Special:Import XML parser Error message(s).
10535 * Security fix for API on MSIE
10536 * (bug 12768) Database query syntax error in maintenance/storage/compressOld.inc
10537 * (bug 12753) Empty captions in MediaWiki:Sidebar result in PHP errors
10538 * (bug 12790) Page protection is not logged when edit-protection is used
10539 and move-protection is not
10540 * (bug 12793) Fix for restricted namespaces/pages in Special:Export
10541 * Fix for Special:Export so it doesn't ignore the page named '0'
10542 * Don't display rollback link if the user doesn't have all required permissions
10543 * The comment of a time-limited protection now contains the date in the default
10544 format
10545 * (bug 12880) wfLoadExtensionMessages does not use $fallback from MessagesXx.php
10546 * (bug 12885) Correction for Russian convertPlural function
10547 * (bug 12768) Make DatabasePostgres->hasContraint() schema aware.
10548 * (bug 12735) Truncate usernames in comments using mb_ functions.
10549 * (bug 12892) Poor tab indexing on "delete file" form
10550 * (bug 12660) When creating an account by e-mail, do not send the creator's IP
10551 address
10552 * (bug 12931) Fix wrong global variable in SpecialVersion
10553 * (bug 12919) Use 'deletedrevision' message as content when deleting an old file
10554 version
10555 * (bug 12952) Using Nosuchusershort instead of Nosuchuser when account creation
10556 is disabled
10557 * (bug 12869) Magnify icon alignment should be adjusted using linked CSS
10558 * Fixing message cache updates for MediaWiki messages moves
10559 * (bug 12815) Signature timestamps were always in UTC, even if the timezone code
10560 in parentheses after them claimed otherwise
10561 * (bug 12732) Fix installer and searching to handle built-in tsearch2 for Postgres.
10562 * (bug 12784) Change "bool" types to smallint to handle Postgres 8.3 strictness.
10563 * (bug 12301) Allow maintenance/findhooks.php to search hooks in multiple directories.
10564 * (bug 7681, 11559) Cookie values no longer override GET and POST variables.
10565 * (bug 5262) Fully-qualified $wgStylePath no longer corrupted on XML feeds
10566 * (bug 3269) Inaccessible titles ending in '/.' or '/..' now forbidden.
10567 * (bug 12935, 12981) Fully-qualify archive URLs in delete, revert messages
10568 * (bug 12938) Fix template expansion and 404 returns for action=raw with section
10569 * (bug 11567) Fix error checking for PEAR::Mail. UserMailer::send() now returns
10570 true-or-WikiError, which seems to be the calling convention expected by half
10571 its callers already
10572 * (bug 12846) IE rtl.css issue in RTL wikis special:Preferences when selecting an
10573 LTR user language
10574 * (bug 13005) DISPLAYTITLE does not work on preview
10575 * (bug 13004) Fix error on Postgres searches that return too many results.
10576
10577 == Parser changes in 1.12 ==
10578
10579 For help with migration to the MediaWiki 1.12 parser, please visit:
10580
10581 http://meta.wikimedia.org/wiki/Migration_to_the_new_preprocessor
10582
10583 The parser pass order has changed from
10584
10585 * Extension tag strip and render
10586 * HTML normalisation and security
10587 * Template expansion
10588 * Main section...
10589
10590 to
10591
10592 * Template and extension tag parse to intermediate representation
10593 * Template expansion and extension rendering
10594 * HTML normalisation and security
10595 * Main section...
10596
10597 The main effect of this for the user is that the rules for uncovered syntax
10598 have changed.
10599
10600 Uncovered main-pass syntax, such as HTML tags, are now generally valid, whereas
10601 previously in some cases they were escaped. For example, you could have "<ta" in
10602 one template, and "ble>" in another template, and put them together to make a
10603 valid <table> tag. Previously the result would have been "&lt;table&gt;".
10604
10605 Uncovered preprocessor syntax is generally not recognised. For example, if you
10606 have "{{a" in Template:A and "b}}" in Template:B, then "{{a}}{{b}}" will be
10607 converted to a literal "{{ab}}" rather than the contents of Template:Ab. This
10608 was the case previously in HTML output mode, and is now uniformly the case in
10609 the other modes as well. HTML-style comments uncovered by template expansion
10610 will not be recognised by the preprocessor and hence will not prevent template
10611 expansion within them, but they will be stripped by the following HTML security
10612 pass.
10613
10614 Bug 5678 has been fixed. This has a number of user-visible effects related to
10615 the removal of this double-parse. Please see the wiki page for examples.
10616
10617 Message transformation mode has been removed, and replaced with "preprocess"
10618 mode. This means that some MediaWiki namespace messages may need to be updated,
10619 especially ones which took advantage of the terribly counterintuitive behavior
10620 of the former message mode.
10621
10622 The header identification routines for section edit and for numbering section
10623 edit links have been merged. This removes a significant failure mode and fixes a
10624 whole category of bugs (tracked by bug #4899). Wikitext headings uncovered by
10625 template expansion will still be rendered into a heading tag, and will get an
10626 entry in the TOC, but will not have a section edit link. HTML-style headings
10627 will also not have a section edit link. Valid wikitext headings present in the
10628 template source text will get a template section edit link. This is a major
10629 break from previous behavior, but I believe the effects are almost entirely
10630 beneficial.
10631
10632 The main motivation for making these changes was performance. The new two-pass
10633 preprocessor can skip "dead branches" in template expansion, such as unfollowed
10634 #switch cases and unused defaults for template arguments. This provides a
10635 significant performance improvement in template-heavy test cases taken from
10636 Wikipedia. Parser function hooks can participate in this performance improvement
10637 by using the new SFH_OBJECT_ARGS flag during registration.
10638
10639 The pre-expand include size limit has been removed, since there's no efficient
10640 way to calculate such a figure, and it would now be meaningless for performance
10641 anyway. The "preprocessor node count" takes its place, with a generous default
10642 limit.
10643
10644 The context in which XML-style extension tags are called has changed, so
10645 extensions which make use of the parser state may need compatibility changes.
10646
10647 The new preprocessor syntax has been documented in Backus-Naur Form at:
10648
10649 https://www.mediawiki.org/wiki/Preprocessor_ABNF
10650
10651 The ExpandTemplates extension now has the ability to generate an XML parse
10652 tree from wikitext source. This parse tree corresponds closely to the grammar
10653 documented on that page.
10654
10655 === API changes in 1.12 ===
10656
10657 Full API documentation is available at https://www.mediawiki.org/wiki/API
10658
10659 * (bug 11275) Enable descending sort in categorymembers
10660 * (bug 11308) Allow the API to output the image metadata
10661 * (bug 11296) Temporary fix for escaping of ampersands inside links in
10662 pretty-printed
10663 help document.
10664 * (bug 11405) Expand templates implementation in the API
10665 * (bug 11218) Add option to feedwatchlist to display multiple revisions for each
10666 page.
10667 * (bug 11404) Provide name of exception caught in error code field of internal
10668 api error messages.
10669 * (bug 11534) rvendid doesn't work
10670 * Fixed rvlimit of the revisions query to only enforce the lower query limit if
10671 revision content is requested.
10672 * Include svn revision number (if install is checked-out from svn) in siteinfo
10673 query.
10674 * (bug 11173) Allow limited wikicode rendering via api.php
10675 * (bug 11572) API should provide interface for expanding templates
10676 * (bug 11569) Login should return the cookie prefix
10677 * (bug 11632) Breaking change: Specify the type of a change in the recentchanges
10678 list as 'edit', 'new', 'log' instead of 0, 1, 2, respectively.
10679 * Compatibility fix for PHP 5.0.x.
10680 * Add rctype parameter to list=recentchanges that filters by type
10681 * Add apprtype and apprlevel parameters to filter list=allpages by protection
10682 types and levels
10683 * Add apdir parameter to enable listing all pages from Z to A
10684 * (bug 11721) Use a different title for results than for the help page.
10685 * (bug 11562) Added a user_registration parameter/field to the list=allusers
10686 query.
10687 * (bug 11588) Preserve document structure for empty dataset in backlinks query.
10688 * Outputting list of all user preferences rather than having to request them by
10689 name
10690 * (bug 11206) api.php should honor maxlag
10691 * Make prop=info check for restrictions in the old format too.
10692 * Add apihighlimits permission, default for sysops and bots
10693 * Add limit=max to use maximal limit
10694 * Add action=parse to render parser output. Use it instead of action=render
10695 which has been removed
10696 * Add rvtoken=rollback to prop=revisions
10697 * Add meta=allmessages to get messages from site's messages cache.
10698 * Use bold and italics highlighting only in API help
10699 * Added action={block,delete,move,protect,rollback,unblock,undelete} and
10700 list={blocks,deletedrevs}
10701 * Fixed sessionid attribute in action=login
10702 * Standardized limits. Revisions and Deletedrevisions formerly using
10703 200 / 10000, now 500 / 5000, in line with other modules.
10704 * Added list=allcategories module
10705 * (bug 12321) API list=blocks reveals private data
10706 * Fix output of wfSajaxSearch
10707 * (bug 12413) meta=userinfo missing <query> tag
10708 * Add list of sections to action=parse output
10709 * Added action=logout
10710 * Added cascade flag to prop=info&inprop=protections
10711 * Added wlshow parameter to list=watchlist, similar to rcshow
10712 (list=recentchanges)
10713 * Added support for image thumbnailing to prop=imageinfo
10714 * action={login,block,delete,move,protect,rollback,unblock,undelete} now must be
10715 POSTed
10716 * prop=imageinfo interface changed: iihistory replaced by iilimit, iistart and
10717 iiend parameters
10718 * Added amlang parameter to meta=allmessages
10719 * Added apfilterlanglinks parameter to list=allpages, replacing
10720 query.php?what=nolanglinks
10721 * (bug 12718) Added action=paraminfo module that provides information about API
10722 modules and their parameters
10723 * Added iiurlwidth and iiurlheight parameters to prop=imageinfo
10724 * Added format=txt and format=dbg, imported from query.php
10725 * Added uiprop=editcount to meta=userinfo
10726 * Added list=users which fetches user information
10727 * Added list=random which fetches a list of random pages
10728 * Added page parameter to action=parse to facilitate parsing of existing pages
10729 * Added uiprop=ratelimits to meta=userinfo
10730 * Added siprop=namespacealiases to meta=siteinfo
10731 * Made multiple values for ucuser possible in list=usercontribs
10732 * (bug 12944) Added cmstart and cmend parameters to list=categorymembers
10733 * Allow queries to have a where range that does not match the range field
10734
10735 == MediaWiki 1.11 ==
10736
10737 This is the Summer 2007 branch release of MediaWiki.
10738
10739 MediaWiki is now using a "continuous integration" development model with
10740 quarterly snapshot releases. The latest development code is always kept
10741 "ready to run", and in fact runs our own sites on Wikipedia.
10742
10743 Release branches will continue to receive security updates for about a year
10744 from first release, but nonessential bugfixes and feature developments
10745 will be made on the development trunk and appear in the next quarterly release.
10746
10747 Those wishing to use the latest code instead of a branch release can obtain
10748 it from source control: https://www.mediawiki.org/wiki/Download_from_SVN
10749
10750 == Configuration changes since 1.10 ==
10751
10752 * $wgThumbUpright - Adjust width of upright images when parameter 'upright' is
10753 used
10754 * $wgAddGroups, $wgRemoveGroups - Finer control over who can assign which
10755 usergroups
10756 * $wgEnotifImpersonal, $wgEnotifUseJobQ - Bulk mail options for large sites
10757 * $wgShowHostnames - Expose server host names through the API and HTML comments
10758 * $wgSaveDeletedFiles has been removed, the feature is now enabled unconditionally
10759
10760 == New features since 1.10 ==
10761
10762 * (bug 8868) Separate "blocked" message for autoblocks
10763 * Adding expiry of block to block messages
10764 * Links to redirect pages in categories are wrapped in
10765 <span class="redirect-in-category"></span>
10766 * Introduced 'ImageOpenShowImageInlineBefore' hook; see docs/hooks.txt for
10767 more information
10768 * (bug 9628) Show warnings about slave lag on Special:Contributions,
10769 Special:Watchlist
10770 * (bug 8818) Expose "wpDestFile" as parameter $1 to "uploaddisabledtext"
10771 * Introducing new image keyword 'upright' and corresponding variable
10772 $wgThumbUpright. This allows better proportional view of upright images
10773 related to landscape images on a page without nailing the width of upright
10774 images to a fix value which makes views for anon unproportional and user
10775 preferences useless
10776 * (bug 6072) Introducing 'border' keyword to the [[Image:]] syntax
10777 * Introducing 'frameless' keyword to [[Image:]] syntax which respects the
10778 user preferences for image width like 'thumb' but without a frame.
10779 * (bug 7960) Link to "what links here" for each "what links here" entry
10780 * Added support for configuration of an arbitrary number of commons-style
10781 file repositories.
10782 * Added a Content-Disposition header to thumb.php output
10783 * Improved thumb.php error handling
10784 * Display file history on local image description pages of shared images
10785 * Added $wgArticleRobotPolicies
10786 * (bug 10076) Additional parameter $7 added to MediaWiki:Blockedtext
10787 containing, the ip, ip range, or username whose block is affecting the
10788 * (bug 7691) Show relevant lines from the deletion log when re-creating a
10789 previously deleted article
10790 * Added variables 'wgRestrictionEdit' and 'wgRestrictionMove' for JS to header
10791 * (bug 9898) Allow viewing all namespaces in Special:Newpages
10792 * (bug 10139) Introduce 'EditSectionLink' and 'EditSectionLinkForOther' hooks;
10793 see docs/hooks.txt for details
10794 * (bug 9769) Provide "watch this page" toggle on protection form
10795 * (bug 9886) Provide clear example "stub link" in Special:Preferences
10796 * (bug 10055) Populate email address and real name properties of User objects
10797 passed to the 'AbortNewAccount' hook
10798 * Show result of Special:Booksources in wiki content language always, it's
10799 normally better maintained than the generic list from the standard message
10800 files
10801 * (bug 7997) Allow users to be blocked from using Special:Emailuser
10802 * (bug 8989) Blacklist 'mhtml' and 'mht' files from upload
10803 * (bug 8760) Allow wiki links in "protectexpiry" message
10804 * (bug 5908) Add "DEFAULTSORTKEY" and "DEFAULTCATEGORYSORT" aliases for
10805 "DEFAULTSORT" magic word
10806 * (bug 10181) Support the XCache object caching mechanism
10807 * (bug 9058) Introduce '--aconf' option for all maintenance scripts, to provide
10808 a path to the AdminSettings.php file
10809 * (bug 8781) Remind users to check file permissions for LocalSettings.php
10810 post-installation
10811 * Use shared.css for all skins and oldshared.css in place of common.css for
10812 pre-Monobook skins. As always, modifications should go in-wiki to MediaWiki:
10813 Common.css and MediaWiki:Monobook.css.
10814 * (bug 8869) Introduce Special:Uncategorizedtemplates
10815 * (bug 8734) Different log message when article protection level is changed
10816 * (bug 8458, 10338) Limit custom signature length to $wgMaxSigChars Unicode
10817 characters
10818 * (bug 10096) Added an ability to query interwiki map table
10819 * On reupload, add a null revision to the image description page
10820 * Group log output by date
10821 * Kurdish interface latin/arabic writing system with transliteration
10822 * Support wiki text in all query page headers
10823 * Add 'Orphanedpages' as an alias to Special:Lonelypages
10824 * (bug 9328) Use "revision-info-current" message in place of "revision-info"
10825 when viewing the current revision of a page, if available
10826 * (bug 8890) Enable wiki text for "license" message
10827 * Throw a showstopper exception when a hook function fails to return a value.
10828 Forgetting to give a 'true' return value is a very common error which tends
10829 to cause hard-to-track-down interactions between extensions.
10830 * Use $wgJobClasses to determine the correct Job to instantiate for a particular
10831 queued task; allows extensions to introduce custom jobs
10832 * (bug 10326) AJAX-based page watching and unwatching has been cleaned up and
10833 enabled by default.
10834 * Added option to install to MyISAM
10835 * (bug 9250) Remove hardcoded minimum image name length of three characters
10836 * Fixed DISPLAYTITLE behavior to reject titles which don't normalise to the
10837 same title as the current page, and enabled per default
10838 * Wrap site CSS and JavaScript in a <pre> tag, like user JS/CSS
10839 * (bug 10196) Add classes and dir="ltr" to the <pre>s on CSS and JS pages (new
10840 classes: mw-code, mw-css, mw-js)
10841 * (bug 6711) Add $wgAddGroups and $wgRemoveGroups to allow finer control over
10842 usergroup assignment.
10843 * Introduce 'UserEffectiveGroups' hook; see docs/hooks.txt for more information
10844 * (bug 10387) Detect and handle '.php5' extension environments at install time
10845 * Introduce 'ShowRawCssJs' hook; see docs/hooks.txt for more information
10846 * (bug 10404) Show rights log for the selected user in Special:Userrights
10847 * New javascript for upload page that will show a warning if a file with the
10848 "destination filename" already exists.
10849 * Add 'editsection-brackets' message to allow localization (or removal) of the
10850 brackets in the "[edit]" link for sections
10851 * (bug 10437) Move texvc styling to shared.css
10852 * Introduce "raw editing" mode for the watchlist, to allow bulk additions,
10853 removals, and convenient exporting of watchlist contents
10854 * Show "undo" links in page histories
10855 * Option to jump to specified time period in user contributions
10856 * Improved feedback on "rollback success" page
10857 * Show distinct 'namespaceprotected' message to users when namespace protection
10858 prevents page editing
10859 * (bug 9936) Per-edit suppression of preview-on-first edit with "preview=no"
10860 * Allow showing a one-off preview on first edit with "preview=yes"
10861 * (bug 9151) Remove timed redirects on "Return to X" pages for accessibility.
10862 * Link to user logs in toolbox when viewing a user page
10863 * (bug 10508) Allow HTML attributes on <gallery>
10864 * (bug 1962) Allow HTML attributes on <math>
10865 * (bug 10530) Introduce optional "sp-contributions-explain" message for
10866 additional explanation in Special:Contributions
10867 * (bug 10520) Preview licences during upload via AJAX (toggle with
10868 $wgAjaxLicensePreview)
10869 * New Parser::setTransparentTagHook for parser extension and template
10870 compatibility
10871 * Introduced 'ContributionsToolLinks' hook; see docs/hooks.txt for more
10872 information
10873 * Add a message if category is empty
10874 * Add CSS compatibility for Opera 9.5
10875 * Remove largely untested handheld stylesheet, which was causing more trouble
10876 than good. Proper handheld support will be added at a future date. For now,
10877 display should be acceptable either with CSS turned off or when using a so-
10878 phisticated handheld browser.
10879 * (bug 3173) Option to offer exported pages as a download, rather than displaying
10880 inline, as in most browsers
10881 * Pass the user as an argument to 'isValidPassword' hook callbacks; see
10882 docs/hooks.txt for more information
10883 * Introduce 'UserGetRights' hook; see docs/hooks.txt for more information
10884 * (bug 9595) Pass new Revision to the 'ArticleInsertComplete' and
10885 'ArticleSaveComplete' hooks; see docs/hooks.txt for more information
10886 * (bug 9575) Accept upload description from GET parameters
10887 * Skip the difference engine cache when 'action=purge' is used while requesting
10888 a difference page, to allow refreshing the cache in case of errors
10889 * (bug 10701) Link to Special:Listusers in default Special:Statistics messages
10890 * Improved file history presentation
10891 * (bug 10739) Users can now enter comments when reverting files
10892 * Improved handling of permissions errors
10893 * (bug 10793) "Mark patrolled" links will now be shown for users with
10894 patrol permissions on all eligible diff pages
10895 * (bug 10655) Show standard tool links for blocked users in block log messages
10896 * Show standard tool links for blocked users in Special:Ipblocklist
10897 * Miscellaneous aesthetic improvements to Special:Ipblocklist
10898 * (bug 10826) Added link trail with Cyrillic characters for Mongolian language
10899 * (bug 10859) Introduce 'UserGetImplicitGroups' hook; see docs/hooks.txt for
10900 more information
10901 * (bug 10832) Include user information when viewing a deleted revision
10902 * (bug 10872) Fall back to sane defaults when generating protection selector
10903 labels for custom restriction levels
10904 * Show edit count in user preferences
10905 * Improved support for audio/video extensions
10906 * (bug 10937) Distinguish overwritten files in upload log
10907 * Introduce 'ArticleUpdateBeforeRedirect' hook; see docs/hooks.txt for more
10908 information
10909 * Confirmation is now required when deleting old versions of files
10910 * (bug 7535) Users can now enter comments when deleting old versions of files
10911 * (bug 11001) Submit Special:Newpages as a GET, rather than a POST request
10912 * The <strong></strong> around links to watched pages in change lists now
10913 has a class - "mw-watched"
10914 * (bug 9002) Provide a "view/restore deleted edits" link on Special:Upload
10915 when a destination filename is provided that corresponds with previous
10916 deleted files
10917 * Make the "invalid special page" message clearer
10918 * Add accesskey 's' and tooltip to 'upload file' button at Special:Upload
10919 * Introduced 'SkinAfterBottomScripts' hook; see docs/hooks.txt for
10920 more information
10921 * (bug 11095) Honour "preview on first edit" preference when preloading
10922 text for a non-existent page
10923 * (bug 11022) Use a more accurate page title for Special:Whatlinkshere and
10924 Special:Recentchangeslinked
10925 * Add link to user contributions in normal watchlist edit mode
10926 * (bug 9426) Add 'newsectionheaderdefaultlevel' message to allow
10927 modification of the heading formatting for new sections when section=new
10928 argument is supplied
10929 * (bug 10836) Add 'newsectionsummary' message to allow modification of the
10930 text that prefixes a new section link in Recent Changes
10931
10932 == Bugfixes since 1.10 ==
10933
10934 * (bug 9712) Use Arabic comma in date/time formats for Arabic and Farsi
10935 * (bug 9670) Follow redirects when render edit section links to transcluded
10936 templates.
10937 * (bug 6204) Fix incorrect unindentation with $wgMaxTocLevel
10938 * (bug 3431) Suppress "next page" link in Special:Search at end of results
10939 * Don't show unblock form if the user doesn't have permission to use it
10940 (cosmetic change, no vulnerabilities existed)
10941 * Subtitle success message when unblocking a block ID instead of a pseudo link
10942 like [[User:#123|#123]]
10943 * Use the standard HTTP fetch functions when retrieving remote wiki pages
10944 through transwiki, so we can take advantage of cURL goodies if available
10945 * Disable user JavaScript on Special:Userlogin, Special:Resetpass and
10946 Special:Preferences, to avoid a compromised script sniffing passwords, etc.
10947 * (bug 9854, 3770) Clip overflow text in gallery boxes for visual cleanliness
10948 instead of letting it flow outside the box or trigger ugly scroll bars.
10949 * Tooltips for print version and permalink
10950 * Links to the MediaWiki namespace for system messages having their default
10951 values are no longer shown as nonexistent (e.g., in red)
10952 * Special:Ipblocklist differentiates between empty list and no search results.
10953 * (bug 5375) profiling does not respect read-only mode.
10954 * (bug 7070) monobook/user.gif has antialias artifacts
10955 * (bug 9123) Safer way when applying $wgLocalTZoffset
10956 * (bug 9896) Documentation for $wgSquidServers and X-FORWARDED-FOR
10957 * (bug 9417) Uploading new versions of images when using Postgres no longer
10958 throws warnings.
10959 * (bug 9908) Using tsearch2 with Postgres 8.1 no longer gives an error.
10960 * (bug 1438) Fix for diff table layout on very wide lines.
10961 Diff style rules have been broken out to common/diff.css,
10962 and the dupes removed from the default skin files.
10963 Skins can still override the default rules.
10964 * (bug 1229) Balance columns in diff display evenly
10965 * Right-align diff line numbers in RTL language display
10966 * (bug 9332) Fix instructions in tests/README
10967 * (bug 9813) Reject usernames containing '#' to avoid silent truncation
10968 of fragments during the normalisation process
10969 * (bug 7989) RSS feeds content now use black text when using white background.
10970 * (bug 9971) Typo in a french language message.
10971 * (bug 9973) Changed size was shown in advanced recentchanges collapsible items
10972 with $wgRCShowChangedSized = false.
10973 * Fix PHP strict standards warning in enhanced recent changes.
10974 * (bug 5850) Added hexadecimal html entities comments for $digitTransformTable
10975 entries.
10976 * (bug 7432) Change language name for Aromanian (roa-rup)
10977 * (bug 908) Unexistent special pages now generate a red link.
10978 * (bug 7899) Added \hline and \vline to the list of allowed TeX commands
10979 * (bug 7993) support mathematical symbol classes
10980 * (bug 10007) Allow Block IP to work with Postgrs again.
10981 * Add Google Wireless Transcoder to the Unicode editing blacklist
10982 * (bug 10083) Fix for Special:Version breakage on PHP 5.2 with some hooks
10983 * (bug 3624) TeX: \ker, \hom, \arg, \dim treated like \sin & \cos
10984 * (bug 10132, 10134) Restore back-compatibility Image::imageUrl() function
10985 * (bug 10113) Fix double-click for view source on protected pages
10986 * (bug 10117) Special:Wantedpages doesn't handle invalid titles in result
10987 set [now prints out a warning]
10988 * (bug 10118) Introduced Special:Mostlinkedtemplates, report which lists
10989 templates with a high number of inclusion links
10990 * (bug 10104) Fixed Database::getLag() for PostgreSQL and Oracle
10991 * (bug 9820) session.save_path check no longer halts installation, but
10992 warns of possible bad values
10993 * (bug 9978) Fixed session.save_path validation when using extended
10994 configuration format, e.g. "5;/tmp"
10995 * Don't generate a diff link in the patrol log if the page doesn't exist
10996 * (bug 10067) Translations for former skins removed from message files
10997 * (bug 9993) Force $wgShowExceptionDetails on during installation
10998 * (bug 9980) Validate administrator username and password during
10999 installation
11000 * (bug 9383) Don't set a default value for BLOB column in rc-deleted
11001 database patch
11002 * (bug 10149) Don't show full template list on section-0 edit
11003 * (bug 9909) Ensure access to binary fields in the math table use encodeBlob()
11004 and decodeBlob()
11005 * (bug 6743) Don't link broken image links to the upload form when uploads
11006 are disabled
11007 * (bug 9679) Improve documentation for $wgSiteNotice
11008 * (bug 10215) Show custom editing introduction when editing existing pages
11009 * (bug 10223) Fix edit link in noarticletext localizations for fr, oc
11010 * (bug 10247) Fix IP address regex to avoid false positive IPv6 matches
11011 * (bug 9948) Workaround for diff regression with old Mozilla versions
11012 * (bug 10265) Fix regression in category image gallery paging
11013 * (bug 8577) Fix some weird misapplications of time zones.
11014 {{CURRENT*}} functions now consistently use UTC as intended, while
11015 {{LOCAL*}} functions return local time per server config or $wgLocaltimezone.
11016 Signature dates for Japanese and other languages including weekday now show
11017 the correct day to match the rest of the time in local time.
11018 * Escape the output of magic variables that return page name or part of it
11019 * (bug 10309) Initialise parser state properly in extractSections(), fixes
11020 some cases where section edits broke because tags were improperly stripped
11021 * Avoid PHP notice errors when doing HTTP proxy purges for an empty list
11022 * As intended, *skip* the HTTP proxy purges when doing HTCP purges
11023 * (bug 9696) Fix handling of brace transformations in "pagemovedtext"
11024 * (bug 10325) Fix regression in form action on Special:Listusers
11025 * Fixed installation on MyISAM or old InnoDB with charset=utf8, was giving
11026 overlong key errors.
11027 * Fixed zero-padding issues with MySQL 5 binary schema
11028 * (bug 10344) Don't follow a redirect after changing its protection level
11029 * (bug 10333) Correct date format in Slovenian
11030 * (bug 10160) Show error message for unknown namespace on Special:Allpages and
11031 Special:Prefixindex; making forms prettier for RTL wikis.
11032 * (bug 10334) Replace normal spaces before percent (%) signs with non-breaking
11033 spaces
11034 * (bug 10372) namespaceDupes.php no longer ignores namespace aliases
11035 * (bug 10198) namespaceDupes.php no longer ignores interwiki prefixes
11036 * namespaceDupes.php should work better for initial-lowercase wikis
11037 * (bug 10377) "Permanent links" to revisions still work if the page is moved
11038 and the redirect deleted
11039 * (bug 7071) Properly handle an 'oldid' passed to view or edit that doesn't
11040 match the given title. Fixes inconsistencies with talk, history, edit links.
11041 * (bug 10397) Fix AJAX watch error fallback when we receive a bogus result
11042 * (bug 10396) Fix AJAX error when $wgScriptPath/index.php is not valid;
11043 using $wgScript now included in JS info
11044 * Use native XMLHttpRequest class in preference to ActiveX on IE 7; this
11045 avoids the "ActiveX "Do you want to allow ActiveX?" prompt when something
11046 security settings are cranked this way and AJAX-y gets used.
11047 * Delay AJAX watch initialization until click so IE 6 with ugly security
11048 settings doesn't prompt you until you use the link.
11049 * (bug 10401) Provide non-redirecting link to original title in Special:Movepage
11050 * Fix broken handling of log views for page titles consisting of one
11051 or more zeros, e.g. "0", "00" etc.
11052 * Fix read permission check for special pages with subpage parameters, e.g.
11053 Special:Confirmemail
11054 * Fix read permission check for unreadable page titles which are numerically
11055 equivalent to a whitelisted title
11056 * '?>' closing tag removed from all files to help avoid problems with extraneous
11057 whitespace (broken XML feeds, etc.)
11058 * Don't use garbled parser cache output when viewing custom CSS or JavaScript
11059 pages
11060 * (bug 10406) Fix Special:Listusers filter form for non-ASCII localizations
11061 * Fix empty message checks for message names containing &
11062 This corrects some odd behavior with sidebar items and custom namespaces
11063 containing ampersands.
11064 * (bug 10375) Change thousands separator character to &nbsp; for Latin (la)
11065 * (bug 10477) Fix AJAX watch for Farsi on Firefox: JavaScript encoding tweak
11066 * (bug 10496) Fix broken DISTINCT option logic in database backend
11067 * Fix CSS media declaration for "screen, projection"; was causing some
11068 validation issues
11069 * (bug 10495) $wgMemcachedDebug set twice in includes/DefaultSettings.php
11070 * (bug 10316) Prevent inconsistent cached skin settings in gen=js by setting
11071 the intended skin directly in the URL.
11072 * (bug 9903) Don't mark redirects in categories as stubs
11073 * (bug 6965) Cannot include "Template:R" with {{R}} (magic word conflict)
11074 * Padding parser functions now work with strings like '0' that evaluate to false
11075 * (bug 10332) Title->userCan( 'edit' ) may return false positive
11076 * Fix bug with <nowiki> in front of links for wikis where linkPrefixExtension is true
11077 * (bug 10552) Suppress rollback link in history for single-revision pages
11078 * (bug 10538) Gracefully handle invalid input on move success page
11079 * Fix for Esperanto double-x-encoding in move success page
11080 * (bug 10526) Fix toolbar/insertTags behavior for IE 6/7 and Opera (8+)
11081 Now matches the selection behavior on Mozilla / Safari.
11082 Patch by Alex Smotrov.
11083 * Don't show non-functional toolbar buttons on Opera 7 anymore
11084 * (bug 9151) Fix relative subpage links with section fragments
11085 * (bug 10560) Adding a space between category letter heading and "continues"
11086 * (bug 4650) Keep impossibly large/small counts off Special:Statistics
11087 * (bug 10608) PHP notice when installing with PostgreSQL
11088 * (bug 10615) Fix for transwiki import when CURL not available
11089 * (bug 8054) Return search page for empty search requests with ugly URLs
11090 * (bug 10572) Force refresh after clearing visitation timestamps on watchlist
11091 * (bug 10631) Warn when illegal characters are removed from filename at upload
11092 * Fix several JavaScript bugs under MSIE 5/Macintosh
11093 * (bug 10591) Use Arabic numerals (0,1,2...) for the Malayam language
11094 * (bug 10642) Fix shift-click checkbox behavior for Opera 9.0+ and 6.0
11095 * Work around Safari bug with pages ending in ".gz" or ".tgz"
11096 * Removed obsolete maintenance/changeuser.sql script; use RenameUser extension
11097 * (bug 2735) "Preview" shown in title bar for action=submit on special pages
11098 * Removed "restore" links from the deletion log embedded in Special:Undelete
11099 * Improved error reporting and robustness for file delete/undelete.
11100 * Improved speed of file delete by storing the SHA-1 hash in image/oldimage
11101 * Fixed leading zero in base 36 SHA-1 hash
11102 * Protection form no longer produces JavaScript errors
11103 * (bug 10741) File histories show "delete" links for non-sysops
11104 * (bug 10744) Treat "noarticletext" and "noarticletextanon" as wiki text when
11105 used on a non-existent page with "action=info"
11106 * Fix escaping of raw message text when used on a non-existent page with
11107 "action=info"
11108 * (bug 10683) Fix inconsistent handling of URL-encoded titles in links
11109 used in redirects (i.e. they now work)
11110 * (bug 8878) Changes to $dateFormats in German localization (removing unused,
11111 nonexistent formats, putting time after date)
11112 * (bug 10769) Database::update() should return boolean result
11113 * Fix preference checkbox display for right-to-left languages which caused
11114 them to be hidden in IE in some cases
11115 * Fix upload form display in right-to-left languages
11116 * Fixed regression in blocking of username '0'
11117 * (bug 9437) Don't overwrite edit form submission handler when setting up
11118 edit box scroll position preserve/restore behavior
11119 * (bug 10805) Fix "undo" link when viewing the diff of the most recent
11120 change to a page using "diff=0"
11121 * (bug 10765) img_auth.php will now refuse logged-out requests where
11122 $wgWhitelistRead is undefined, instead of (incorrectly) honouring them
11123 * Fixed img_auth.php file name extraction for whitelist checking
11124 * Tweak spacing of email preference display
11125 * Table sorting JavaScript prefers textContent over innerText to allow hidden
11126 sort keys to work on Safari
11127 * (bug 4530) Fix local name of Kurdish language
11128 * (bug 10830) Fix local name of Haitian Creole language
11129 * Fix invalid XHTML in Special:Protectedpages
11130 * Fix comments in contributions and log pages for right-to-left languages
11131 * Make installer include_path-independent, so it should work on hosts which
11132 disable user setting of PHP include_path setting
11133 * glob() is horribly unreliable and doesn't work on some systems, including
11134 free.fr shared hosting. No longer using it in Language::getLanguageNames()
11135 * (bug 10763) Fix multi-insert logic for PostgreSQL
11136 * Fix invalid XHTML when viewing a deleted revision
11137 * Fix syntax error in translations of magic words in Romanian language
11138 * (bug 8737) Fix warnings caused by incorrect use of `/dev/null` when piping
11139 process error output under Windows
11140 * (bug 7890) Don't list redirects to special pages in Special:BrokenRedirects
11141 * (bug 10783) Resizing PNG-24 images with GD no longer causes all alpha
11142 channel transparency to be lost and transparent pixels to be turned black
11143 * (bug 9339) General error pages were transforming messages and their parameters
11144 in the wrong order
11145 * (bug 9026) Incorrect heading numbering when viewing Special:Statistics with
11146 "auto-numbered headings" enabled
11147 * Fixed invalid XHTML in Special:Upload
11148 * (bug 11013) Make sure dl() is available before attempting to use it to check
11149 available databases in installer
11150 * Resizing transparent GIF images with GD now retains transparency by skipping
11151 resampling
11152 * (bug 11065) Fix regression in handling of wiki-formatted EXIF metadata
11153 * Double encoding broke Special:Newpages for some languages
11154 * Adding a newline before the statistics footer, to prevent parsing problems
11155 * Preventing the TOC from appearing in Special:Statistics
11156 * (bug 11082) Fix check for fully-specced table names in Database::tableName
11157 * (bug 11067) Fix regression in upload conflict thumbnail display
11158 * (bug 10985) Resolved cached entries on Special:DoubleRedirects were being
11159 supressed, breaking paging - now strikes out "fixed" results
11160 * (bug 8393) <sup> and <sub> need to be preserved (without attributes) for
11161 entries in the table of contents
11162 * (bug 11114) Fix regression in read-only mode error display during editing
11163 * Force non-MySQL databases to use an ORDER BY in SpecialAllpages to ensure
11164 that the first page_title is truly the first page title.
11165 * (bug 10836) Change the summary on creating of new section
11166 * Inclusion of Special:Wantedpages now works again
11167
11168 == API changes since 1.10 ==
11169
11170 Full API documentation is available at https://www.mediawiki.org/wiki/API
11171
11172 * New properties: links, templates, images, langlinks, categories, external
11173 links
11174 * Breaking Change: imagelinks renamed into imageusage (il->iu)
11175 * Bug fix: incorrect generator behavior in some cases
11176 * JSON format allows an optional callback function to wrap the result.
11177 * Login module disabled until a more secure solution can be implemented
11178 * (bug 9938) Querying by revision identifier returns the most recent revision
11179 for the corresponding page, rather than the requested revision
11180 * (bug 8772) Filter page revision queries by user
11181 * (bug 9927) User contributions queries do not accept IP addresses
11182 * Watchlist feed now reports a proper feed item when the user is not logged in
11183 * Watchlist feed date bug fixed - automatically shows one last day
11184 * Watchlist feed now allows to specify number of hours to monitor
11185 * list=allpages now returns a list instead of a map in JSON format
11186 * Breaking Change: in json, revisions are now returned as a list, not as a map.
11187 * Add: prop=info can show page is new flag, current page length, and visit
11188 counter.
11189 * Change: Query watchlist now shows flags only when explicitly requested with
11190 wlparam=flags
11191 * rc_this_oldid (textid) is no longer accessible from query watchlist
11192 * action=usercontribs: additional filtering by ucshow=; selection of needed
11193 fields with ucprop=; the textid (rev_text_id) is no longer being exposed
11194 * (bug 9970) Breaking Change: backlinks, embeddedin and imageusage now return
11195 lists in JSON instead of a map, and do not return anything when titles do
11196 not exist
11197 * (bug 9121) Introduced indexpageids query parameter to list the page_id
11198 values of all returned page items
11199 * (bug 10147) Now interwiki titles are not processed but added to a separate
11200 "interwiki" section of the output.
11201 * Added categorymembers list to query for pages in a category.
11202 * (bug 10260) Show page protection status
11203 * (bug 10392) Include MediaWiki version details in version output
11204 * (bug 10411) Site language in meta=siteinfo
11205 * (bug 10391) action=help doesn't return help if format is fancy markup
11206 * backlinks, embeddedin and imageusage lists should use (bl|ei|iu)title parameter
11207 instead of titles. Titles for these lists is obsolete and might stop working soon.
11208 * Added prop=imageinfo - gets image properties and upload history
11209 * (bug 10211) Added db server replication lag information in meta=siteinfo
11210 * Added external url search within wiki pages (list=exturlusage)
11211 * Added link enumeration (list=alllinks)
11212 * Added registered users enumeration (list=allusers)
11213 * Added full text search in titles and content (list=search)
11214 * (bug 10684) Expanded list=allusers functionality
11215 * Possible breaking change: prop=revisions no longer includes pageid for rvprop=ids
11216 * Added rvprop=size to prop=revisions (The size will not be shown if it is NULL in the database)
11217 * list=allpages now allows to filter by article min/max size and protection status
11218 * Added site statistics (siprop=statistics for meta=siteinfo)
11219 * (bug 10902) Unable to fetch user contributions from IP addresses
11220 * `list=usercontribs` no longer requires that the user exist
11221 * (bug 10971) `aufrom` parameter doesn't work with spaces
11222 * Fix username handling issue with `auprefix` parameter
11223 * Treat underscores as spaces for `aufrom` and `auprefix` parameters
11224 * Added edit/delete/... token retrieval to prop=info
11225 * Added meta=userinfo - logged-in user information, group membership, rights
11226 * (bug 11072) Fix regression in API image history query
11227 * (bug 11115) Adding SHA1 hash to imageinfo query
11228 * (bug 10898) API does not return an edit token for non-existent pages
11229 * (bug 10890) Timestamp support for categorymembers query
11230 * (bug 10980) Add exclude redirects on backlinks
11231 * IPv6 titles in User namespace are normalized (run cleanupTitles.php to fix any old stray pages)
11232
11233 == Maintenance script changes since 1.10 ==
11234
11235 * Add support for wgMaxTocLevel option in parserTests
11236 * (bug 6823) Disable article view counter in maintenance/dumpHTML.php
11237 * Fix maintenance/importImages.php so it doesn't barf PHP errors when no
11238 suitable files are found, and make the list of extensions an option (defaults
11239 to $wgFileExtensions)
11240 * Add option to maintenance/createAndPromote.php to give the user bureaucrat
11241 permissions (--bureaucrat)
11242 * Allow overwriting existing files with a conflicting name using
11243 maintenance/importImages.php
11244 * (bug 10266) Use native newlines when rebuilding a messages file.
11245
11246 == Languages updated since 1.10 ==
11247
11248 * Afrikaans (af)
11249 * Arabic (ar)
11250 * Bikol (bcl)
11251 * Bulgarian (bg)
11252 * Catalan (ca)
11253 * Danish (da)
11254 * German (de)
11255 * Greek (el)
11256 * Esperanto (eo)
11257 * Spanish (es)
11258 * Estonian (et)
11259 * Extremaduran (ext)
11260 * Farsi (fa)
11261 * Finnish (fi)
11262 * Vöro (fiu-vro)
11263 * French (fr)
11264 * Français Cadien (frc) (new)
11265 * Franco-Provençal/Arpetan (frp)
11266 * Galician (gl)
11267 * Hakka (hak)
11268 * Hebrew (he)
11269 * Upper Sorbian (hsb)
11270 * Haitian (ht)
11271 * Indonesian (id)
11272 * Icelandic (is)
11273 * Italian (it)
11274 * Japanese (ja)
11275 * Georgian (ka)
11276 * Kabyle (kab)
11277 * Kazakh (kk)
11278 * Korean (ko)
11279 * Kinaray-a (krj) (new)
11280 * Kurdish (ku)
11281 * Latin (la)
11282 * Lao (lo)
11283 * Lithuanian (lt)
11284 * Latviešu (lv)
11285 * Malayalam (ml)
11286 * Bahasa Melayu (ms)
11287 * Burmese (my)
11288 * Low German (nds)
11289 * Dutch (nl)
11290 * Norwegian (no)
11291 * Occitan (oc)
11292 * Punjabi (Gurmukhi) (pa)
11293 * Polish (pl)
11294 * Piedmontese (pms)
11295 * Portuguese (pt)
11296 * Romani (rmy)
11297 * Romanian (ro)
11298 * Aromanian (roa-rup)
11299 * Russian (ru)
11300 * Sakha (sah)
11301 * Sango (se) (new)
11302 * Slovak (sk)
11303 * Slovenian (sl)
11304 * Shona (sn)
11305 * Somali (so)
11306 * Albanian (sq)
11307 * Sundanese (su)
11308 * Swedish (sv)
11309 * Tamil (ta)
11310 * Thai (th)
11311 * Tigrinya (ti)
11312 * Setswana (tn)
11313 * Tok Pisin (tpi)
11314 * Uyghur (ug)
11315 * Volapük (vo)
11316 * Winaray (war) (new)
11317 * Yiddish (yi)
11318 * Old Chinese / Late Middle Chinese (zh-classical)
11319 * Chinese (PRC) (zh-cn)
11320 * Chinese (Taiwan) (zh-tw)
11321 * Cantonese (zh-yue)
11322
11323 == MediaWiki 1.10 ==
11324
11325 This is the Spring 2007 branch release of MediaWiki.
11326
11327 MediaWiki is now using a "continuous integration" development model with
11328 quarterly snapshot releases. The latest development code is always kept
11329 "ready to run", and in fact runs our own sites on Wikipedia.
11330
11331 Release branches will continue to receive security updates for about a year
11332 from first release, but nonessential bugfixes and feature developments
11333 will be made on the development trunk and appear in the next quarterly release.
11334
11335 Those wishing to use the latest code instead of a branch release can obtain
11336 it from source control: https://www.mediawiki.org/wiki/Download_from_SVN
11337
11338 == Configuration changes ==
11339
11340 * A new switch $wgCommandLineDarkBg used by maintenance scripts (parserTests.php).
11341 It lets you specify if your terminal use a dark background, the colorized
11342 output will be made lighter making things easier to read.
11343 * The minimum permissions needed to edit a page in each namespace can now be
11344 customized via the $wgNamespaceProtection array. By default, editing pages in
11345 the MediaWiki namespace requires "editinterface" permission, as before.
11346 * Allow restriction of autoconfirmed permission by edit count. New global setting
11347 $wgAutoConfirmCount (defaulting to zero, naturally).
11348 * Added rate limiter for Special:Emailuser
11349 * Private logs can now be created using $wgLogRestrictions
11350 * (Bug 8590) limited HTML is now always enabled ($wgUserHtml = true).
11351 * Deprecated $wgUseImageResize, thumbnailing will be enabled unconditionally.
11352
11353 == New features since 1.9 ==
11354
11355 * (bug 6937) Introduce "statistics-footer" message, appended to
11356 Special:Statistics
11357 * (bug 6638) List block flags in block log entries
11358 * (bugs 5051, 5376) Tooltips and accesskeys no longer require JavaScript
11359 * Added SkinTemplateOutputPageBeforeExec hook before SkinTemplate::outputPage()
11360 starts page output
11361 (http://lists.wikimedia.org/pipermail/wikitech-l/2007-January/028554.html)
11362 * Introduce "cascading protection" -- implicit protection on pages transcluded
11363 into a page protected with this option enabled
11364 * (bug 8567) Added hook RawPageViewBeforeOutput just before the text is blown
11365 out in action=raw, so extensions might influence the output.
11366 * (bug 3446) Add user preference to hide page content below diffs, can be
11367 overridden by adding diffonly=1 or diffonly=0 to the URL of the diff page
11368 * Add 'purge' privilege to replace the hardcoded check for login state in
11369 determining whether action=purge can be done via GET. Switching the
11370 permission on for anons can be helpful for benchmarking.
11371 * (bug 7842) Link back to deleted revision list from deleted revision preview
11372 * (bug 8619) Add user-aware "unblock" link to Special:Blockip
11373 * (bug 8522) Provide a "delete" link on Special:Brokenredirects for users with
11374 the appropriate permission
11375 * (bug 8628) Add user-aware block list link to Special:Blockip
11376 * (bug 8621) Log revisions marked as patrolled
11377 * Introduce "BookInformation" hook; see docs/hooks.txt for more details
11378 * Add title prefix search for Special:Undelete
11379 * Remove full-archive list from Special:Undelete
11380 * (bug 8136) Introduce 'ArticleUndelete' hook; see docs/hooks.txt for more info
11381 * (bug 8712) Expose user groups as a JavaScript global
11382 * Introduce 'CustomEditor' hook; see docs/hooks.txt for more information
11383 * New special page, Special:Protectedpages, which shows all protected pages
11384 and their protection status (full protection status is not pulled out due
11385 to performance considerations, so it just shows "full protected" or
11386 "semi protected".
11387 * (bug 4133) Allow page protections to be made with an expiry date, in the same
11388 format as block expiry dates. Existing protections are assumed to be infinite,
11389 as are protections made with the new field left blank.
11390 * (bug 8535) Allow certain vertical alignment attributes to be used as image
11391 keywords
11392 * (bug 6987) Allow perrow, widths, and heights attributes for <gallery>
11393 * (bug 3678) Allow disabling MediaWiki:Aboutsite in the same way as
11394 MediaWiki:Disclaimers; Also means that if any of the footer links are
11395 disabled in the wiki's default language (by setting to "-"), they'll also
11396 be disabled in other languages too (e.g. if the user specifies uselang=fr).
11397 * Sort log types in Special:Log
11398 * Added a classname ("mw-toolbar-editbutton") and unique IDs to the edit
11399 toolbar buttons
11400 * Hide irrelevant block options in Special:Blockip based on whether an
11401 IP address/range or username is listed. (Dynamic using JS.)
11402 * (bug 9032) Make quickbarSettings localizable through Special:Allmessages
11403 * (bug 7782) Standardisation of file info at image description pages.
11404 * (bug 1035) View contributions / recentchanges for an IP range.
11405 * (bug 8747) When unwatching pages from Special:Watchlist/edit, put the
11406 confirmation messages in a proper list with a CSS class and id.
11407 * (bug 9118) Show relevant log fragments on deletion confirmatio page
11408 * (bug 9009) Add username entry field to Special:Contributions
11409 * (bug 1723) Article size in history
11410 * (bug 9223) Disallow magic tilde sequences in page titles and usernames
11411 * (bug 6997) Link from Special:log/block to unblock form
11412 * (bug 9117) Link from Special:log/delete to undelete form
11413 * Link from Special:log/protect to change protection form
11414 * (bug 1196) Add IPv6 support added to blocks, more consistancy for IPv6 contribs
11415 * (bug 3984) Searching in logs by title%
11416 * Show thumbnail of existing image if image exists already under this filename
11417 * (bug 5546) Watchlist reflects logged actions like move, protection, undelete
11418 * Support protocols other than HTTP in LinkFilter, use $wgUrlProtocols
11419 * (bug 3069) Warning on upload of scaled down images
11420 * Warning on upload of images with uppercase extension if image with lowercase
11421 extension exists
11422 * (bug 4624) Namespace selection for Special:Whatlinkshere
11423 * Introduce PageHistoryBeforeList and PageHistoryLineEnding hooks; see docs/hooks.txt
11424 for more information
11425 * (bug 9397) Introduce "sp-contributions-footer" and "sp-contributions-footer-anon"
11426 messages, shown at the end of Special:Contributions as appropriate for the target
11427 * (bug 8421) Expose current action in JavaScript globals (as 'wgAction')
11428 * (bug 9069) Use galleries in query pages dedicated to images
11429 * (bug 9177) Installer now warns of various conditions affecting session.save_path
11430 which can lead to broken session storage
11431 * (bug 9046) Special page to list pages without language links
11432 * (bug 9508) Special page to list articles with the fewest revisions
11433 * Introduce 'FileUpload' hook; see docs/hooks.txt for more information
11434 * Introduce 'SearchUpdate' hook; see docs/hooks.txt for more information
11435 * Introduce 'mywatchlist' message; used on personal menu to link to watchlist page
11436 * Introduce magic word {{NUMBEROFEDITS}}
11437 * Introduced media handlers for file-type specific operations.
11438 * Improved error reporting for image thumbnailing
11439 * Added sharpening option for ImageMagick thumbnailing
11440 * (bug 9656) Autosummaries will be generated for deletion of pages longer than
11441 500 characters
11442 * Predefined block reasons added to Special:Blockip
11443 * (bug 9196) Installer now check that zend.ze1_compatibility_mode is off
11444 * (bug 9697) Introduce 'InternalParseBeforeLinks' hook; see docs/hooks.txt for more information
11445 * 'contribsub' message changed to 'contribsub2' with two parameters to permit
11446 better localization. Change is reverse-compatible and can be ignored for
11447 most wikis.
11448 * Adding a 'reason' field to Special:Userrights
11449
11450 == Bugfixes since 1.9 ==
11451
11452 * (bug 7292) Fix site statistics when moving pages in/out of content namespaces
11453 * (bug 8531) Correct local name of Lingála
11454 * Made the PLURAL: parser function return singular on -1 per default
11455 * Fixed up the AjaxSearch
11456 * Fix SpecialVersion->formatCredits input. Version and Url parameters should be
11457 null to be treated properly with isset.
11458 * Page restrictions moved into a new, dedicated table
11459 * Correct tooltip accesskey hint for Opera on the Macintosh
11460 (uses Shift-Esc-, not Ctrl-).
11461 * (bug 8002) Math should render left-to-right even in right-to-left wikis
11462 * Pass e-mail and real name fields to AuthPlugin::addUser, as additional
11463 optional fields, which may be considered useful at registration time.
11464 * PostgreSQL upgrade scripts fixed and updated
11465 * (bug 8613) Fix error when viewing "Recent Changes" and using Postgres.
11466 * Initialise site_stats table at upgrade time if data was missing
11467 * (bug 7250) Updated Unicode normalization tables to Unicode 5.0
11468 * Unmaintained Oracle support files have been removed.
11469 * Use browser default for printing size, don't force to 11pt
11470 * (bug 8632) Fix regression in page protection null edit update
11471 * (bug 8407) Disallow indexing of "printable" versions
11472 * (bug 8643) Correctly escape the page-specific CSS class for non-Monobook skins
11473 * (bug 8629) Document $wgFilterCallback
11474 * (bug 1000) Clarify warning about memory_limit in installer
11475 * Suppress PHP warning about set_time_limit in installer when safe mode is on
11476 * (bug 3000) Fall back to SCRIPT_NAME plus QUERY_STRING when REQUEST_URI is
11477 not available, as on IIS with PHP-CGI
11478 * Missing interwiki row for English Wikipedia restored (as "wikipedia:")
11479 * use configured cache servers for mctest.php
11480 * bucket details in mcc.php
11481 * fix input validation and remove debugging code in compressOld
11482 * full ID range for moveToExternal
11483 * fix resolveStubs.php for compatibility with older serialized data
11484 * maximum line length for bar graphs in getLagTimes.php
11485 * recognize specieswiki in rebuildInterwiki.inc
11486 * profile unicode cleanup in Xml
11487 * log slow parses in Article.php
11488 * profile wfMsgReal
11489 * log mkdir failures
11490 * profile AutoLoader
11491 * rebuild empty DjVu metadata containing ''
11492 * security fix for DjVu metadata retrieval
11493 * Undelete page list can use plural marker
11494 * (bug 8638) Fix update from 1.4 and earlier
11495 * (bug 8641) Fix order of updates to ipblocks table
11496 * (bug 8678) Fix detection of self-links for numeric titles in Parser
11497 * (bug 6171) Magically close tags in tables when not using Tidy.
11498 * Sanitizer now correctly escapes lonely '>' occurring before the first wikitag.
11499 * Ignore self closing on closing tags ( '</div />' now gives '</div>')
11500 * (bug 8673) Minor fix for web service API content-type header
11501 * Fix API revision list on PHP 5.2.1; bad reference assignment
11502 * (bug 8688) Handle underscores/spaces in Special:Blockip and Special:Ipblocklist
11503 in a consistent manner
11504 * (bug 8701) Check database lock status when blocking/unblocking users
11505 * ParserOptions and ParserOutput classes are now in their own files
11506 * (bug 8708) Namespace translations for Zealandic language
11507 * Renamed constructor methods to PHP 5 __construct reserved name
11508 * (bug 8715) Warn users when editing an interface message whether or not the
11509 message page exists
11510 * ar: fix the 'create a new page' on search page when no exact match found
11511 * (bug 8703) Corrected talk and image namespace name for Limburgish (li)
11512 * (bug 8671) Expose "wpDestFile" as a parameter to "uploadtext"
11513 * (bug 8403) Respect bad image list exceptions in galleries on wiki pages
11514 * Allow sending per-user contribution requests to "contributions" query group
11515 * (bug 3717) Update user count for AuthPlugin account autocreation
11516 * (bug 8719) Firefox release notes lie! Fix tooltips for Firefox 2 on x11;
11517 accesskeys default settings appear to be same as Windows.
11518 * Added an option to make Linker::userToolLinks() show the contribs link
11519 red when the user has no edits. Linker::userToolLinksRedContribs() is an
11520 alias to that which should be used to make it more self documentating.
11521 * (bug 8749) Bring MySQL 5 table defs back into sync
11522 * (bug 8751) Set session cookies to HTTPS-only to match other cookies
11523 * (bug 8652) Catch exceptions generated by malformed XML in multipage media
11524 * (bug 8782) Help text in Makefile
11525 * (bug 8777) Suppress 'previous' link on Special:Allpages when at first page
11526 * (bug 8774) Fix path for GNU FDL rights icon on new installs
11527 * Fix multipage selector drop-down for DjVu images to work when title
11528 is passed as a query string parameter; we have to pass the title as
11529 a form parameter or it gets dropped from the form submission URL
11530 * (bug 8819) Fix full path disclosure in with skins dependencies
11531 * Fixed bug affecting HTML formatting in sortable table column titles
11532 * Merged table sorting code into wikibits.js
11533 * (bug 8711) Stop floats in previews from spilling into edit area
11534 * (bug 8858) Safer handling when $wgImageLimits is changed. Added a note
11535 in DefaultSettings to make it clear.
11536 * (bug 4268) Fixed data-loss bug in compressOld batch text compression
11537 affecting pages which had null edits (move, protect, etc) as second
11538 edit in a batch group. Isolated and patched by Travis Derouin.
11539 * Fix for paths in 1.4->1.5 special-case updater script
11540 * (bug 8789) AJAX search: IE users can now use the return key
11541 * (bug 6844) Use <ins> and <del> tags to emphase the differences
11542 * (bug 6684) Fix improper javascript array iteration
11543 * (bug 4347) use MailAddress object for reply-to
11544 * Add AlphabeticPager abstract class
11545 * Use faster AlphabeticPager for Special:Categories
11546 * (bug 8875) Show printable link in MonoBook sidebar for locally nonexistent
11547 pages; perhaps useful for categories and shared images
11548 * Clean up session checks to better handle the case where the session was
11549 opened during the current request. May help with some caching corner
11550 cases.
11551 * (bug 8897) Fix whitespace removal for interlanguage links with link prefix
11552 * Add 'ParserTestTables' hook to expand the list of temporary tables copied
11553 by the parser test harness; use for extensions which require the presence
11554 of other tables while they work.
11555 * Message names changed for AlphabeticPager introduced with r19758
11556 for better localisations.
11557 * (bug 8944) The deprecated is_a() function is used in StubObjects.php
11558 * (bug 8992) Fix a remaining raw use of REQUEST_URI in history
11559 * (bug 8999) User.php gives "undefined user editcount" PHP notice.
11560 * (bug 8984) Fix a database error in Special:Recentchangeslinked
11561 when using the Postgres database.
11562 * Moved the main ob_start() from the default LocalSettings.php to WebStart.php.
11563 The ob_start() section should preferably be removed from older
11564 LocalSettings.php files.
11565 * Give Content-Length header for HTTP/1.0 clients.
11566 * Partial support for Flash cross-domain-policy filtering.
11567 * Lazy-initialize site_stats row on load when empty. Somewhat kinder to
11568 dump-based installations, avoiding PHP warnings when NUMBEROFARTICLES
11569 and such are used.
11570 * Add 'charset' to Content-Type headers on various HTTP error responses
11571 to forestall additional UTF-7-autodetect XSS issues. PHP sends only
11572 'text/html' by default when the script didn't specify more details,
11573 which some inconsiderate browsers consider a license to autodetect
11574 the deadly, hard-to-escape UTF-7.
11575 This fixes an issue with the Ajax interface error message on MSIE when
11576 $wgUseAjax is enabled (not default configuration); this UTF-7 variant
11577 on a previously fixed attack vector was discovered by Moshe BA from BugSec:
11578 http://www.bugsec.com/articles.php?Security=24
11579 * Trackback responses now specify XML content type
11580 * (bug 9044) Send a comment with action=raw pages in CSS/JS output mode
11581 to work around IE/Mac bug where empty pages time out verrrrryyyyy slowly,
11582 particularly with new keepalive-friendly HTTP on Wikipedia
11583 * (bug 8919) Suppress paging links and related messages where there are no
11584 rows to list for query pages
11585 * (bug 9057) Standardize MediaWiki: namespace for oc
11586 * (bug 8132) Suppress "Pages in this category" heading in categories when
11587 there are none
11588 * (bug 8958) Handle search operators better when using tsearch2 (Postgres)
11589 * (bug 8799) Use redirect table for Special:BrokenRedirects and
11590 Special:DoubleRedirects
11591 * (bug 8918) Enable PLURAL option for MediaWiki:showingresults and
11592 MediaWiki:showingresultsnum
11593 * (bug 9122) Fix minor display issue in RTL with section edit link margin
11594 * (bug 5805) Enable PLURAL option for some messages of watchlist and statistic
11595 * (bug 3953) Work around poor display of parenthesis in the in other
11596 languages section of MonoBook skin
11597 * (bug 8539) Enable PLURAL option for another message of recentchanges.
11598 * (bug 8728) MediaWiki:Badfiletype split into 3 messages
11599 * (bug 9131) Allow SpecialContributions to work with Postgres
11600 * (bug 9155) Allow footer info to wrap in Monobook
11601 * (bug 8847) Strip spurious #fragments from request URI to fix redirect
11602 loops on some server configurations
11603 * (bug 9097) column "pr_pagetype" does not exist
11604 * (bug 9217) Balance wfProfile calls in Skin::outputPage
11605 * (bug 9222) PostgreSQL updater should not be version-specific
11606 * Fix fallback implementation of mb_strlen so it works and isn't insanely
11607 slow for large strings, since it's used for page edit lengths
11608 * (bug 8815) Setting password in initUser() breaks LdapAuthentication plugin
11609 * (bug 9256) Add a quick note to index.php header comments
11610 * Make Special:Listusers caseinsensitive for first letter
11611 * Default tidy.conf has been moved from extensions module into includes.
11612 * Ignore lonely '''''
11613 * (bug 9244) When calling edit page for nonexistent section, generate error
11614 inside of just discarding edits, since edit links sometimes go to the wrong
11615 place.
11616 * (bug 9019) No warning during upload if image description page exists, but no
11617 image
11618 * (bug 8582) Allow thumbnailing when imagesize has a space.
11619 * (bug 8716) Change math_inputhash and math_outputhash to bytea for Postgres
11620 * (bug 9343) Correct internal name for Wolof language
11621 * (bug 9363) Fix Postgres error on Recentchangeslinked
11622 * (bug 5142) Fixed call of hook ArticleViewHeader
11623 * (bug 4777) Separate prev/next messages for Special:Whatlinkshere
11624 * Merge approx 15 missing Wikipedia language codes into wikipedia-interwiki.sql
11625 based on Jeff Merkey's mediawiki-1.9.3.WG-20070316.tar.gz.bz2 archive.
11626 * (bug 9411) Fix for shared image descriptions using query-string titles
11627 * (bug 4756) Add user tool links for self created accounts at special:log
11628 instead of sometimes broken block links from newuserlog extension
11629 * (bug 5817) Special:Recentchangeslinked now shows red link for nonexistent
11630 target page instead of silently redirecting
11631 * (bug 8914) Don't transform colons in {{anchorencode:}}
11632 * (bug 9241) Handle edit section links and include size links for cached
11633 templates the same as the first transclusion.
11634 * (bug 9466) "Rollback failed" page doesn't format edit comment
11635 * (bug 9472) Invalid XHTML on cached special pages
11636 * (bug 9472) Invalid XHTML on Special:Newpages
11637 * (bug 4764) "My contributions" not bold when viewing own contributions
11638 * (bug 9194) Add {{PLURAL:...}} to navigation bar of Special:Whatlinkshere
11639 * (bug 9033) Use a more specific error message when users are not able/allowed
11640 to edit page protection levels due to a block, database lock or permissions
11641 * Fixed $wgFeedLimit
11642 * (bug 9270) Corrected help namespace name for Dutch Lower Saxon (nds-nl)
11643 * (bug 929, 4215) Expose "rcdays" user preference in Special:Preferences
11644 * (bug 9554) Extension-provided group name messages not used
11645 * (bug 9565) Translate template namespace name for Hindi (hi)
11646 * (bug 8599) Correct localized names of zh-variants
11647 * (bug 3366) Require skins based on SkinTemplate to override the skinname
11648 property.
11649 * (bug 9220) Removed obsoletes functions in install-utils.inc.
11650 * Removed obsoletes Title::getRelatedCache and Title:touchArray
11651 * (bug 7285) Check MySQL username length during install
11652 * (bug 6910) Correct date/time formats in Vietnamese (vi)
11653 * (bug 9608) Correctly use ORDER BY in dumpLinks.php
11654 * (bug 9609) Correctly use ORDER BY in SpecialWhatlinkshere.php
11655 * Special:Random and Special:Randomredirect now try harder to send the user to
11656 a random page, and will give an error message if none really can be found
11657 instead of sending the user to the main page like they used to
11658 * Fix object variable used for displaying "not-patrolled" CSS class on list
11659 * Fixed interaction of page parameter to ImagePage with the HTML file cache
11660 * Fixed MIME type for SVG files, will be silently changed from image/svg
11661 to image/svg+xml after loading from the database.
11662 * Workaround for djvutoxml bug #1704049 (poor performance). Use djvudump
11663 instead.
11664 * Fixed odd behavior in ImagePage on DjVu thumbnailing errors
11665 * (bug 5439) "Go" title search will now jump to shared/foreign Image: and
11666 MediaWiki: pages that have not been locally edited.
11667 * (bug 9630) Limits links in Whatlinkshere forgot about namespace filter
11668 * Fixed upgrade for the non-standard MySQL schemas
11669 * Disable MySQL's strict mode at session start for MySQL 4.1+, to avoid the
11670 various problems that occur when it is on.
11671 * (bug 9585) Fix regression in tidy usage in Special:Undelete previews
11672 * (bug 3826) Normalize some invalid cookie name characters when setting
11673 up $wgCookiePrefix. Completes application of patch by Anders Kaseorg.
11674 * (bug 9649) Fix RTL form alignment for Special:Movepage
11675 * (bug 9582) Members of bot group now mark edits patrolled by default
11676 * (bug 9669) Fix limit ordering for rebuildrecentchanges; broken since
11677 converted from 1.4 to 1.5 schema
11678 * (bug 9682) Revert PHP 5.1 dependency on warning suppression for SVN info
11679 * (bug 5959) Anchors dropped from stub links
11680 * (bug 3348) Some additional weak password checks: password which is same
11681 as username will now be rejected.
11682 * (bug 8602) Converted Special:Contributions to use an IndexPager. The
11683 interpretation of the offset parameter has changed, and the go parameter
11684 has been removed.
11685 * (bug 6204) Fixes for indentation with $wgMaxTocLevel:
11686 - don't emit too many list close tags after an invisible header
11687 - don't emit too many final list close tags if last header is invisible
11688 - don't emit TOC when there are no visible headers
11689 * (bug 7629) Fix $wgBrowserBlackList to avoid false positive on MSIE
11690 when certain plugins are present which alter the user agent
11691
11692
11693 == Maintenance ==
11694
11695 * New script maintenance/language/checkExtensioni18n.php used to check i18n
11696 progress in the extension repository.
11697 * Running maintenance/parserTests.php with '--record' option, will now
11698 automatically attempt to create the required tables
11699 * --purge option to do additional parser-cache purging for purgeList.php
11700 * Fix hardcoded background color in parserTests.php
11701 * parserTests.php : removed the 'light' option for --color argument, replacing
11702 it with a new global switch : $wgCommandLineDarkBg
11703 * (bug 8780) Clarify message for command-line scripts if LocalSettings.php
11704 exists but is not readable
11705 * dumpBackup / importDump now work with PostgreSQL
11706 * (bug 8975) Use "Maintenance script" as the default username for importImages.php
11707 and importTextFile.php scripts
11708 * (bug 8933) Fix maintenance/reassignEdits.php script
11709 * (bug 9440) Added "mediawikiwiki" interwiki prefix to MediaWiki.org
11710 * (bug 2979) Import now gracefully skips invalid titles with a warning
11711 * Restore '--norc' option for maintenance/importTextFile.php
11712 * Help information for maintenance/importTextFile.php now easier to read on
11713 consoles
11714 * Doxygen documentation now show the revision number of each file, generate
11715 graphs using dot and include a search engine.
11716
11717
11718 == Languages updated ==
11719
11720 * Arabic (ar)
11721 * Aramaic (arc)
11722 * Aymara (ay)
11723 * Belarusian normative (be)
11724 * Belarusian alternative (be-x-old)
11725 * Bulgarian (bg)
11726 * Bihara (bh)
11727 * Breton (br)
11728 * Catalan (ca)
11729 * Czech (cs)
11730 * Danish (da)
11731 * German (de)
11732 * Greek (el)
11733 * Esperanto (eo)
11734 * Spanish (es)
11735 * Estonian (et)
11736 * Basque (eu)
11737 * Finnish (fi)
11738 * Võro (fiu-vro)
11739 * French (fr)
11740 * Hebrew (he)
11741 * Hindi (hi)
11742 * Upper Sorbian (hsb)
11743 * Hungarian (hu)
11744 * Armenian (hy)
11745 * Indonesian (id)
11746 * Italian (it)
11747 * Japanese (ja)
11748 * Javanese (jv)
11749 * Georgian (ka)
11750 * Kabyle (kab)
11751 * Kazakh (kk)
11752 * Korean (ko)
11753 * Kashmiri (ks)
11754 * Ripuarian (ksh)
11755 * Latin (la)
11756 * Luganda (lg)
11757 * Limburgish (li)
11758 * Lithuanian (lt)
11759 * Latvian (lv)
11760 * Marathi (mr)
11761 * Low Saxon (nds)
11762 * Dutch Lower Saxon (nds-nl)
11763 * Nepali (ne)
11764 * Nepal Bhasa (new)
11765 * Dutch (nl)
11766 * Occitan (oc)
11767 * Pali (pi)
11768 * Polish (pl)
11769 * Romanian (ro)
11770 * Russian (ru)
11771 * Sanskrit (sa)
11772 * Sicilian (scn)
11773 * Slovak (sk)
11774 * Sundanese (su)
11775 * Swedish (sv)
11776 * Tahitian (ty)
11777 * Ukrainian (uk)
11778 * Urdu (ur)
11779 * Uzbek (uz)
11780 * Vietnamese (vi)
11781 * Zealandic (zea)
11782 * Old Chinese / Late Middle Chinese (zh-classical)
11783 * Chinese (PRC) (zh-cn)
11784 * Chinese (Taiwan) (zh-tw)
11785 * Cantonese (zh-yue)
11786
11787 == Compatibility ==
11788
11789 MediaWiki 1.10 requires PHP 5 (5.1 recommended). PHP 4 is no longer supported.
11790
11791 PHP 5.0.x fails on 64-bit systems due to serious bugs with array processing:
11792 http://bugs.php.net/bug.php?id=34879
11793 Upgrade affected systems to PHP 5.1 or higher.
11794
11795 MySQL 3.23.x is no longer supported; some older hosts may need to upgrade.
11796 At this time we still recommend 4.0, but 4.1/5.0 will work fine in most cases.
11797
11798
11799 == Upgrading ==
11800
11801 1.10 has several database changes since 1.9, and will not work without schema
11802 updates.
11803
11804 If upgrading from before 1.7, you may want to run refreshLinks.php to ensure
11805 new database fields are filled with data.
11806
11807 If you are upgrading from MediaWiki 1.4.x or earlier, some major database
11808 changes are made, and there is a slightly higher chance that things could
11809 break. Don't forget to always back up your database before upgrading!
11810
11811 See the file UPGRADE for more detailed upgrade instructions.
11812
11813 = MediaWiki release notes =
11814
11815 Security reminder: MediaWiki does not require PHP's register_globals
11816 setting since version 1.2.0. If you have it on, turn it *off* if you can.
11817
11818
11819 == Changes since 1.8 ==
11820
11821 * (bug 8200) Make category lists sorted by name when using Postgres.
11822 * (bug 7841) Support 'IGNORE' inserts for Postgres, fixes watchlist
11823 adding problem.
11824 * (bug 6835) Removing the includes/Parser.php::getTemplateArgs() function,
11825 because it seems to be unused.
11826 * (bug 7139) Increasing the visual width of the edit summary field on larger
11827 screen sizes, for the default monobook skin.
11828 * Fix PHP notice and estimates for dumpBackup.php and friends
11829 * Improved register_globals paranoia checks
11830 * (bug 7545) Fix PHP version check on install
11831 * Disable PHP exception backtrace printing unless $wgShowExceptionDetails
11832 is set. Backtraces may contain sensitive information in function call
11833 parameters.
11834 * (bug 6164) Avoid smashing Cite state if message transformation triggers
11835 during bad image list check, by skipping message transformation.
11836 This isn't a good permanent fix.
11837 * (bug 6918) Stopped borders and backgrounds from showing through floated
11838 tables in Monobook
11839 * (bug 6868) Un-hardcode section edit link style
11840 * (bug 3205) Stop right floats from stacking horizontally in non-Monobook skins
11841 * Added global $wgStyleVersion to centralize bumping CSS and JS file versions
11842 for cache-friendly style and script updating
11843 * (bug 7562) Fix non-ASCII namespaces on Windows/XAMPP servers
11844 * Friendlier check for PHP 5 in command-line scripts; it's common for parallel
11845 PHP 4 and 5 installations to interfere on the command-line.
11846 * Fix regression in autoconfirm permission check
11847 * (bug 3015) Add CSS ids to subcategory and page sections on category pages
11848 * (bug 7587) Fix erroneous id for specialpage tab, enabling informative popup
11849 * (bug 7599) Fix thumbnail purging, PHP notices on HTCP image page purge
11850 * (bug 7581) Update language name for cbk-zam
11851 * (bug 7444) Update namespace translations for Telugu (te), kept old values as
11852 alias for compatibility
11853 * (bug 4525) Move section links down visually to same level as headings
11854 (editsection links are now inside the heading elements)
11855 * Workaround for http://bugs.php.net/bug.php?id=31892 , PATH_INFO and hence
11856 URLs of the style /index.php/Main_Page were broken on some CGI installations.
11857 * (bug 7623) Validate custom HTML id's correctly in Monobook interface
11858 * (bug 2241) Fix collision of 'w' and 'd' accesskeys
11859 * (bug 5795) CSS class added to body based on page name for page-specific
11860 styling
11861 * (bug 6276) Stopped search field from getting too large in Cologne Blue
11862 * (bug 7644) User creations that are aborted by hooks shouldn't be counted
11863 against account creations per day limit
11864 * (bug 7636) Show Firefox 2 users correct accesskey prefix
11865 * (bug 6427) Block blocked IPs from using the mail password function
11866 to allow blocking of flooders
11867 * Include common.css from classic-style skins in main HTML with the bump URL
11868 * (bug 7607) Add Karakalpak (kaa) to Names.php and stub message file for linktrail
11869 * (bug 7582) Add 'tog-nolangconversion' to MessagesEn.php.
11870 This key is need for languages with variants (zh, sr, kk)
11871 * (bug 7606) MediaWiki messages for "rss" and "atom" missing
11872 * (bug 7609) Add some more '*-summary' messages to MessagesEn.php with empty
11873 strings to allow better localisation via Special:Allmessages. Mark this new
11874 messages as optional for localisation.
11875 * Fix user_newpass upgrade for prefixed tables (reported by Fyren)
11876 * (bug 7663) Include language variant switcher links on Nostalgia skin
11877 * (bug 6531) Fix PHP fatal error on installation page with bad username input.
11878 * (bug 6977) Remove 404 link for autogenerated database documentation.
11879 * (bug 7369) Allow "Show Changes" without requiring edit token.
11880 * (bug 7687) Fix movetalk box checks itself when confirming a delete and move.
11881 * (bug 7684) Obey watchcreated preference for Special:Upload watch checkbox
11882 * (bug 7686) Include id attribute on delete form confirmation button
11883 * Allow compound interwiki prefixes in $wgImportSources
11884 * (bug 7304) Added redirect table to store redirect targets.
11885 * Added querycachetwo table (similar to querycache but has two titles)
11886 * PageArchive can now return a Revision object for more convenient processing
11887 of deleted revision data
11888 * Added 'UndeleteShowRevision' hook in Special:Undelete
11889 * Error message on attempt to view invalid or missing deleted revisions
11890 * Remove unsightly "_" from namespace in Special:Allpages, Special:Prefixindex
11891 * (bug 3224) Allow minor edits by bots to skip new message notification on
11892 user talk pages. This can be disabled by adjusting the 'nominornewtalk'
11893 permission. Patch by Werdna.
11894 * (bug 7741) MATH: fixed broken syntax of underbrace etc. Fixed arrays
11895 * Fix purging for updated SVG files
11896 * (bug 7745) Add id attribute to search button in Monobook
11897 * (bug 7749) MATH: added some more LaTeX symbols, e.g. parallel, diamond, ast, ...
11898 * (bug 7304) Added code in Article.php to keep redirect table up to date.
11899 * Made special page names case-insensitive and localisable. Care has been taken
11900 to maintain backwards compatibility.
11901 * Used special page subpages in a few more places, instead of query parameters.
11902 * (bug 7758) Added wrapper span to "templates used" explanation to allow CSS
11903 styling (class="mw-templatesUsedExplanation").
11904 * Added {{#special:}} parser function, to give the local default title for
11905 special pages
11906 * (bug 7766) Remove redundant / from AJAX requests, can break some servers
11907 * Add tab links from extensions to classic-based skins (SkinTemplateTab hook)
11908 Provides better cross-skin compatibility for extensions using the modern
11909 skin hooks, such as Oversight
11910 * Moved variant language links on Cologne Blue and Nostalgia to before the
11911 login/logout link
11912 * Fix for parser tests with MySQL 5 in strict mode
11913 * Added block option "enable autoblocks"
11914 * Amend Special:Ipblocklist to note when a block has autoblock DISABLED.
11915 * (bug 7780) Fix regression in editing redirects
11916 * Add whitespace above "templates included on this page" using CSS, not
11917 hardcoded line break.
11918 * Remove entries from redirect table on article deletion
11919 * (bug 7788) Force section headers in new section links for users who have
11920 'prompt for blank edit summaries' on.
11921 * (bug 1133) Special:Emailuser: add an option to send yourself a copy of your mail.
11922 * (bug 461) Allow "Categories:" link at bottom of pages to be customized via
11923 pagecategorieslink message.
11924 * Sort the list of skins in "My Preferences" -> Skins by alphabetical order.
11925 * (bug 7785) Postgres compatibility for timestamps in RC feeds
11926 * (bug 7550) Normalize user parameter normally on Special:Log
11927 * (bug 7294) Fix PATH search for diff3 on install
11928 * Various fixes related to the blocking change re: autoblocks. On inserting
11929 an IP block, the ipb_enable_autoblock field is now automagically blanked,
11930 because it doesn't make any sense for an IP. Additionally, IP blocks
11931 without the ipb_enable_autoblock option no longer show up as "autoblock
11932 disabled" on Special:Ipblocklist.
11933 * (bug 7774) MATH: aded more amstex functions
11934 * (bug 1182) MATH: fixed inconsistent rendering of upper case Greek letters in TeX
11935 * Fix regression in streaming page dump generation
11936 * (bug 7801) Add support for parser function hooks in parser tests
11937 * checkUsernames.php now uses wfDebugLog instead of hardcoded path to log
11938 * (bug 7810) Update talk namespaces for Occitan
11939 * Allow case-sensitive URLs to be used for uploading from URLs.
11940 * (bug 1109) Correct fix for compressed 304 responses when additional output
11941 buffers have been installed within the compression handler
11942 * (bug 7819) Move automatic redirect edit summary after pre-save transform
11943 to work properly with subst: fun
11944 * (bug 7826) Fix typos in two English messages.
11945 * (bug 5365) Stop users being prompted to enter an edit summary for null edits,
11946 if they have selected that option in preferences.
11947 * (bug 5936) Show an 'm' to the left of the edit summary on diff pages for minor edits.
11948 * (bug 7820) Improve error reporting for uploads via URL.
11949 * (bug 5149) When autoblocks are enabled, retroactively apply an autoblock to the most
11950 recently used IP of a user when they are blocked.
11951 * Add an index on (rc_user_text,rc_timestamp) on the recentchanges table. This will
11952 make CheckUser.php and the new retroactive autoblock functionality faster.
11953 * Fix regression in Special:Undelete for revisions deleted under MediaWiki 1.4
11954 with compression or legacy encoding
11955 * (bug 6737) Fixes for MySQL 5 schema in strict mode
11956 * Approximate height for client-side scaling fallback instead of passing -1
11957 into the HTML output.
11958 * Make the DNSBL to check for proxy blocking configurable via $wgSorbsUrl
11959 * Add experimental recording/reporting mode to parser tests runner, to
11960 compare changes against the previous run.
11961 Additional tables 'testrun' and 'testitem' are in maintenance/testRunner.sql,
11962 source this and pass --record option to parserTests.php
11963 * Make the set of default parser test input files extensible via
11964 $wgParserTestFiles. This can now be appended to by extensions or local
11965 configuration files so that extension or custom tests can be automatically
11966 run along with the main batch.
11967 * Run PHP install version checks on update.php so command-line updaters see
11968 new version requirements
11969 * Do a check for the PHP 5.0.x 64-bit bug, since this is much more disruptive
11970 as of MW 1.8 than it used to be. Install or upgrade now aborts with a
11971 warning and a request to upgrade.
11972 * (bug 6440) Updated indexes to improve backlinking queries (links, templates, images)
11973 * Switched 'anon-only' block mode to default for IP blocks
11974 * (bug 3687, 7892) Add distinct heading for media files in category display,
11975 with count.
11976 * (bug 1578) Add different icons for external links to audio, video, or PDF in
11977 Monobook.
11978 * Made autoblocks block account creation if the user block has that option enabled.
11979 * Add auto-summaries to blankings and large removals without summaries.
11980 * (bug 7811) Allow preview of edit summaries.
11981 * (bug 6839) Wikibits.js minor changes to make JS-lint happier.
11982 * (bug 7932) Make sure that edit toolbar clears floats so it appears correctly.
11983 * (bug 6873) When viewing old revisions, add link to diff to current version.
11984 * (bug 3315) Provide rollback link directly on history page.
11985 * Replace 'old-revision-navigation' message with 'revision-info' and
11986 'revision-nav' messages, wrapped in divs with appropriate id's.
11987 * (bug 4178) MediaWiki:Common.js will now be included for all users if
11988 $wgUseSiteJs is enabled, in addition to (if applicable) MediaWiki:Monobook.js
11989 and user JS subpages.
11990 * (bug 7918) "Templates used on this page" changes during preview to reflect
11991 any added or removed templates, and works as expected for section edits.
11992 * (bug 7919) "Templates used on this page" is now shown for read-only pages.
11993 * (bug 7688) When viewing diff, section anchors in autosummary jump to section
11994 on current page instead of loading the latest version.
11995 * (bug 7970) Use current connection explicitly on Database::getServerVersion
11996 * (bug 2001) Tables with class="sortable" can now be dynamically sorted via
11997 JavaScript.
11998 * Added autosummary for new pages with 500 or less characters, and refactor
11999 the autosummary code so it's all done in one function. doEdit is getting too
12000 big!
12001 * (bug 7554) The correct MIME type for SVG images is now displayed on the
12002 image page (image/svg+xml, not image/svg).
12003 * (bug 7883) Added autoblock whitelisting feature, using which specific ranges
12004 can be protected from autoblocking. These ranges are specified, in list format,
12005 in the autoblock_whitelist system message.
12006 * Added placeholders for text injection by hooks to EditPage.php
12007 * (bug 8009) Automatic edit summary for redirects is not filled for edits in existing pages
12008 * Installer support for experimental MySQL 4.1/5.0 binary-safe schema
12009 * Use INSERT IGNORE for db-based BagOStuff add/insert, for more memcache-like
12010 behavior when keys already exist on add (instead of dying with an error...)
12011 * Add a hook 'UploadForm:initial' before the upload form is generated, and two
12012 member variable for text injection into the form, which can be filled by the hooks.
12013 * (bug 6295) Add a "revision patching" functionality, where an edit can be undone
12014 (with a functionality similar to diff rev1 rev2 | patch -R rev3 -o rev3).
12015 This is triggered by including &undo=revid in an edit URL. A link to a URL
12016 that will undo a given edit is shown on NEW revision headers on diff pages.
12017 The link leads to a "Show Changes" page showing what will be done to undo the
12018 edit.
12019 * Fix display of link in "already rolled back" message for image/category pages
12020 * (bug 6016) Left-aligned images should stack vertically, like right-aligned
12021 images, not horizontally.
12022 * Patch from LeonWP: added UploadForm:BeforeProcessing hook in SpecialUpload.php
12023 * Add AuthPluginSetup hook to override $wgAuth after configuration
12024 * Fix regression in authentication hook auto-creation on login
12025 * (bug 8110) Allow spaces in ISBNs
12026 * (bug 8024) Introduce "send me copies of emails I send to others" preference
12027 * Added 'EditPage::attemptSave' hook before an article is saved.
12028 * (bug 8083) Applied patch for sk localisation
12029 * Add a backslash character to the edit token, to prevent edits via certain
12030 broken proxies that mangle such characters in form submissions
12031 * (bug 7461) Allow overwriting pages using importTextFile.php
12032 * (bug 7946) importTextFile.php doesn't perform pre-save transform
12033 * (bug 8117) {{REVISIONTIMESTAMP}} showed weird default if $wgLocalTZoffset set;
12034 now uses current time for previews and if timestamp can't be loaded from DB
12035 * {{REVISIONTIMESTAMP}} now uses site local timezone instead of user timezone
12036 to ensure consistent behavior
12037 * {{REVISIONTIMESTAMP}} and friends should now work on non-MySQL backends
12038 * (bug 7671) Observe canonical media namespace prefix in Linker::formatComment
12039 * Added js variable wgCurRevisionId to the output
12040 * (bug 8141) Cleanup of Parser::doTableStuff, patch by AzaTht
12041 * (bug 8042) Make miser mode caching limits settable via $wgQueryCacheLimit
12042 instead of hardcoding to 1000
12043 * Enable QueryPage classes to override list formatting
12044 * (bug 5485) Show number of intervening revisions in diff view
12045 * (bug 8100) Fix XHTML validity in Taiwanese localization
12046 * Added redirect to section feature. Use it wisely.
12047 * Added a configuration variable allowing the "break out of framesets" feature
12048 to be switched on and off ($wgBreakFrames). Off by default.
12049 * Allow Xml::check() $attribs parameter to override 'value' attribute
12050 * DB schema change: added two columns (rc_old_len and rc_new_len) to the recentchanges table to store
12051 the text lengths before and after the edit
12052 * (bug 1085) Made Special:Recentchanges show the character difference between the changed revisions
12053 * Removed a redundant <strong> tag from diff pages that was causing display issues for some users
12054 * (bug 8203) The keyboard shortcut for "log out" was removed, because users were pressing it
12055 when they intended to press the shortcut for "preview".
12056 * (bug 8148) Handle non-removable output buffers gracefully when cleaning
12057 buffers for HTTP 304 responses, StreamFile, and Special:Export.
12058 Duplicated code merged into wfResetOutputBuffers() and wfClearOutputBuffers()
12059 * Special:AllPages : 'next page' link now point to the first title of the next
12060 chunk instead of pointing to the last title of current chunk.
12061 * (bug 4673) Special:AllPages : add a 'previous' link (new message 'prevpage')
12062 * (bug 8121) wfRandom() was not between 0 and 1
12063 * Add static method Parser::createAssocArgs($args), so parser functions can
12064 use the same code to parse arguments as the templates do.
12065 * Change behavior of logins using the temporary e-mailed password (as stored
12066 in user_newpassword hash field). Instead of just logging in silently and
12067 leaving the previous user_password field in place indefinitely, the user
12068 is now prompted to set a new password.
12069
12070 The password-changing form is at Special:Resetpass; currently it's only
12071 usable for changing from the temporary password during login, but it
12072 could perhaps be generalized, replacing the subform in preferences.
12073
12074 Once the new password is set successfully, the temporary password is wiped
12075 so it cannot be used to login a second time, and the login process
12076 is completed.
12077 * Suppress 'mail new password' button on login form if $wgAuth forbids
12078 changing user passwords; it wouldn't work very well...
12079 * Consolidate password length checks and $wgAuth manipulation into
12080 User::setPassword() to avoid duplicate code in different places
12081 that set passwords.
12082 * User::setPassword() now throws PasswordError exceptions if the password
12083 is illegal or cannot be set via $wgAuth. These can be caught and a human-
12084 readable error message displayed by UI code.
12085 * Added Title::isSubpage()
12086 * (bug 8241) Don't consider user pages of User:Foo.css to be CSS subpages
12087 * Set an explicit class on framed thumbnail inner divs and images, changed some
12088 CSS to use these instead of using descendent selectors.
12089 * Accept null parameter to User::setPassword() as indicating the password
12090 field should be cleared to an unusable state. Login will only be possible
12091 after the password is reset, for instance by e-mail.
12092 * (bug 6394) Invalidate the password set for "by e-mail" account creations
12093 to avoid accidental empty password creations.
12094 * Made the show change size function work on page moves, page creations, and
12095 log entries. Also fixed it in the javascript recentchanges.
12096 * (bug 8239) correctly get 50 new contributions when clicking '(50 next)'
12097 * (bug 2259) Fix old regression where e-mail addresses were no longer
12098 confirmed on login with mailed password.
12099 * Add a notification about the confirmation mail sent during account
12100 creation, so people don't immediately go off to request a second one.
12101 * Add a warning on Special:Confirmemail if a code was already sent and has
12102 not yet expired.
12103 * Add user_editcount field to provide data for heuristics on account use.
12104 Incremented on edit, with lazy initialization from past revision data.
12105 Can batch-initialize with maintenance/initEditCount.php (not yet friendly
12106 to replication environments, this will do all accounts in one query).
12107 * Allow raw SQL subsections in Database::update() SET portion as well as
12108 for WHERE portion. Handy for increments and such.
12109 * User::getOption now accept a default value to override default user values
12110 this makes it consistent with WebRequest::get* methods. Corrected code in
12111 various places accordingly.
12112 * (bug 8264) Fix JavaScript global vars for XHTML mode
12113 * Make $wgSiteNotice value wikitext again, for consistency with editable
12114 MediaWiki:Sitenotice and MediaWiki:Anonnotice.
12115 * (bug 8044) When redirecting from the canonical name of the special page
12116 to the localised one, parameters/subpages are omitted
12117 * (bug 8164) Special:Booksources should use GET for form submission
12118 * Rewrite Special:Booksources to clean up interface and remove redundant code
12119 * (bug 7925) Change Special:Allmessages message name filter javascript to be
12120 a bit more responsive and easier on the CPU
12121 * (bug 4488) Support watching pages on deletion; introduces new user preference
12122 * Minor restructuring of Special:Preferences; "watch pages I edit" and "watch
12123 pages I create" options now accessible under "Watchlist" options
12124 * (bug 8153) <nowiki> doesn't work in site notice
12125 * (bug 6690) wfMsgNoTrans() transforms messages
12126 * (bug 8274) Wrap edit tools in a <div> with a specified class
12127 * Detect PHP 5.0.x 64-bit bug and abort in WebStart.php; too many things break
12128 mysteriously otherwise (detection code copied from install-utils.inc)
12129 * (bug 8295) Change handling of <center> tags in doBlockLevels() to match that
12130 of <div>
12131 * (bug 8110) Make magic ISBN linking stricter: only match ten-digit sequences
12132 (plus optional ISBN-13 prefix) with no immediately following alphanumeric
12133 character, disallow multiple consecutive internal redirects
12134 * (bug 2785) Accept optional colon prefix in links when formatting comments
12135 * Don't show "you can view and copy the source of this page" message for
12136 pages which don't exist
12137 * (bug 8310) Blank line added to top of 'post' when page is blank
12138 * (bug 8109) Template parameters ignored in "recentchangestext"
12139 * Gracefully skip redirect-to-fragment on WebKit versions less than 420;
12140 it messes up on current versions of Safari but is ok in the latest
12141 nightlies. Checking the version number will allow it to automatically
12142 work when new releases of Safari appear.
12143 * Fix regression in thumb styles; size and padding didn't match with
12144 new arrangement.
12145 * (bug 8333) Fix quick user data update on login password change on
12146 replication database setups. User data is now pulled from master
12147 instead of slave in User::loadFromDatabase, ensuring that it is
12148 fresh and accurate when read and then saved back into cache.
12149 This was breaking with the Special:Rename operation which
12150 automatically logs the user in with the new password after changing
12151 it; pulling from slave meant the record was often not the updated
12152 one.
12153 * (bug 8335) Set image width to the first valid parameter found.
12154 * (bug 8350) Fix watchlist viewing bug when using Postgres.
12155 * (bug 6603) When warning about invalid file extensions, output the bit
12156 of the extension we actually checked
12157 * (bug 7669) Drop defaults on BLOB/TEXT columns for better compatibility
12158 with MySQL's strict mode, often enabled by the Windows installer.
12159 The defaults are ignored anyway when strict mode is off...
12160 * (bug 7685) Use explicit values for ar_text and ar_flags when deleting,
12161 for better compatibility with MySQL's strict mode
12162 * Update default interwiki values to reflect changed location of ursine:
12163 * (bug 5411) Remove autopatrol preference
12164 * Users who have the "autopatrol" permission will have their edits marked as
12165 patrolled automatically
12166 * Users who do not have the "autopatrol" permission will no longer be able
12167 to mark their own edits as patrolled
12168 * Introduce 'PingLimiter' hook; see docs/hooks.txt for more information
12169 * (bug 532) Tweaked alt text for some interface messages
12170 * (bug 8231) Gave useful alt text to the main <img> on image pages
12171 * (bug 371) Remove alt text for "Enlarge" icon on thumbnails
12172 * Initialize user_editcount to 0 instead of NULL for newly created accounts
12173 * (bug 3696) Strip LRM and RLM characters from titles to work around the
12174 problem some people have where titles cut-and-pasted from lists include
12175 the bidi override characters appended to the lists.
12176 A more thorough blacklist for forbidden and translatable characters would
12177 be wise, though, as might a cleaner method for the lists in the first place.
12178 * Fix regression in email password resets on read-restricted sites
12179 * Set tabindex on fields in deletion form so you don't have to tab through
12180 the links in the sitenotice
12181 * (bug 8271) Show full time and date on viewer for individual deleted
12182 revisions
12183 * (bug 8214) Output file size limit and actual file size in appropriate units
12184 on Special:Upload
12185 * (bug 8016) Purge objectcache table during upgrade processes - use the --nopurge
12186 option to prevent this when running maintenance/update.php
12187 * (bug 7612) Remove superfluous link to Special:Categories from result items
12188 on Special:Mostcategories
12189 * {{PLURAL:}} now handles formatted numbers correctly
12190 * (bug 8331) Added the change size value to watchlists; therefore made
12191 watchlists use RecentChange::newFromRow() instead of newFromCurRow()
12192 * (bug 8351) Fix undo for simple reverts
12193 * (bug 6856) User::clearNotification() does not respect read-only mode
12194 * (bug 6853) Use a checkbox on the installer form to indicate that a superuser
12195 account should be used; this is clearer than the old check which relied on
12196 the password never being an obscure value
12197 * Remove old unused watchlist cache, which was a leftover from the old schema
12198 where watchlists were more expensive to generate
12199 * Minor cosmetic changes to Special:Userrights
12200 * Added wgCanonicalSpecialPageName to JavaScript variables
12201 * Fix image deleting when using Postgres.
12202 * Output both source and destination titles in maintenance/moveBatch.php
12203 * Added basic parser tests for language variants
12204 * Enable selflinks and categories to be written in some of the language variants
12205 * Prevent conversion of JavaScript code in language variants
12206 * Output software version number in maintenance/parserTests.php
12207 * (bug 7169) Use Ajax to watch/unwatch articles if enabled
12208 * Make variant table caching a little more robust, using main language code
12209 in cache key. Probably this is still a bit wonky, though. Was breaking
12210 parser tests when Chinese tables were getting loaded into Serbian code.
12211 * (bug 8380) Be nicer about blank lines in deleteBatch.php
12212 * (bug 8401) Fix regression in SORBS lookup for some DNS setups
12213 * Use raw file descriptor in posix_isatty() check to avoid warning on
12214 Linux systems with at least some versions of PHP
12215 * (bug 5908) Allow overriding the default category sort key for all items on
12216 a page using {{DEFAULTSORT}}
12217 * (bug 6449) Throw a more definitive error message when installation fails
12218 due to an invalid database name
12219 * (bug 5827) Use full text for option link labels on Special:Watchlist
12220 * (bug 8018) Allow hiding minor edits from the watchlist
12221 * (bug 8427) MonoBook RTL IE 7.0 tweaks failed when sidebar's navigation
12222 section is renamed; no longer relies on first section name
12223 * Stabilize client-side table sorting even if the underlying Javascript sort()
12224 implementation is unstable
12225 * Add hook for extensions to add user information to the panel in preferences,
12226 next to the user name and ID.
12227 * (bug 8392) Display protection status of transcluded pages in the edit page
12228 template list. Patch by Fyren, with i18n naming tweak.
12229 * Fix for interwiki transclusion where target wiki uses query string for title
12230 * Resolve namespaces on interwiki Title objects using canonical namespace names
12231 if possible (should not happen, though, outside interwiki transclusion... and
12232 maybe not even then, but it does)
12233 * (bug 8447) Fix SQL typo breaking non-default $wgHitcounterUpdateFreq
12234 * Do not allow previews of deleted images to be cached
12235 * Add global variable $wgDefaultLanguageVariant used to set the default language
12236 variant of a wiki to something different than the main language code
12237 * Add 'variant' option to parserTests - runs test with the given variant as
12238 preferred, utilize it for more parser tests of language variants code
12239 * (bug 6503) Fix bug that stopped certain irrelevant links from being hidden
12240 for printing
12241 * Avoid PHP warning in Creative Commons metadata when a creative commons
12242 license is not actually set up
12243 * (bug 8463) Don't print external link icons for Monobook
12244 * (bug 8461) Support watching pages on move
12245 * (bug 8041) Work around bug with debug_backtrace when Zend Optimizer is
12246 loaded by skipping the function. Use wfDebugBacktrace() wrapper function.
12247 * Reduce config file clutter by setting various script and upload paths
12248 based on $IP or $wgScriptPath in Setup.php. They can still be explicitly
12249 overridden in LocalSettings.php if desired...
12250 * Attempt to detect redirect loops for the canonical title redirect, and
12251 give some hints to the poor confused administrator.
12252 * Introduce new flag 'R' - raw output for language variant escape tags
12253 * Advise users when updates for a query page have been disabled using
12254 $wgDisableQueryPageUpdate
12255 * (bug 8413) Improve comments for $wgNamespaceRobotPolicies
12256 * (bug 8330) Show "bytes" suffix on recent changes diff counter
12257 optionally... if set in rc-changes-size message (default empty for now)
12258 * (bug 8489) Support basic links in <gallery> caption attribute
12259 * (bug 8485) Correct Lingala number formatting
12260 * The MediaWiki namespace is no longer pre-filled with default messages on
12261 install. All default messages will be removed from the MediaWiki namespace
12262 on upgrade.
12263 * Recentchanges RSS/Atom feeds now use a separate message for the description
12264 to avoid cluttering it with useless wiki formatting
12265 * (bug 8417) Handle EXIF unknown dates
12266 * (bug 8372) Return nothing on empty <math> tags.
12267 * New maintenance script to show the cached statistics : showStats.php.
12268 * Count deleted edits when regenerating total edits in maintenance/initStats.php
12269 * (bug 3706) Allow users to be exempted from IP blocks. The ipblock-exempt permission
12270 key has been added to enable this behavior, by default assigned to sysops.
12271 * (bug 7948) importDump.php now warn that Recentchanges need to be rebuild.
12272 * (bug 7667) allow XHTML namespaces customization
12273 * (bug 8531) Correct local name of Lingála (patch by Raymond)
12274 * Fix regression with default lock file and cache directories; threw visible
12275 warning with open_basedir
12276
12277
12278 == 1.8 Compatibility changes ==
12279
12280 === Zend Optimizer ===
12281
12282 A bug in some versions of PHP 5 and Zend Optimizer which was triggered under
12283 MediaWiki 1.8.x has been worked around by disabling some internal debugging
12284 features when Zend Optimizer is loaded. This should solve some common
12285 "blank page" problems.
12286
12287 === PHP 5.0 64-bit ===
12288
12289 MediaWiki now checks for a condition where PHP 5.0.x corrupts array data
12290 on 64-bit systems and warns you to upgrade PHP to solve the problem. This
12291 bug causes Special: pages to fail on affected systems under MediaWiki 1.8
12292 and higher, and subtler data corruption on earlier versions.
12293
12294 The only known workaround is to upgrade PHP to 5.1 or later, which you
12295 probably should do anyway for security reasons!
12296
12297 === MySQL 5 ===
12298
12299 MediaWiki should now install and run correctly on MySQL 5.0 and higher when
12300 MySQL's "strict mode" is enabled. (This is now the default for many Windows
12301 installations, though it seems to remain off by default on Unix.)
12302
12303 This fixes errors about "cannot default default value for BLOB/TEXT fields".
12304
12305 === ImageMagick ===
12306
12307 Note that ImageMagick older than 6.x may no longer work for image resizing
12308 due to use of the -thumbnail option.
12309
12310
12311 == 1.8 Behavior changes ==
12312
12313 === Localized special pages ===
12314
12315 The names of Special: pages can now be localized, so links and URLs to them
12316 are more legible in languages that aren't English.
12317
12318 Not all languages have included localized names yet.
12319
12320 === E-mail password ===
12321
12322 Users are now required to set a new password for themselves when they first
12323 log in with a newly generated e-mailed password.
12324
12325 Requesting passwords frequently is prevented to reduce abusive mailbombing.
12326
12327 === Undo revision ===
12328
12329 An "undo" link now appears in diff view for easier reverting of older edits.
12330 When GNU diff3 is available for edit conflict merging, this can make it much
12331 easier to "undo" the changes of an older edit when there are surrounding
12332 changes elsewhere in the page.
12333
12334 The changes must be manually reviewed and approved, as with conventional
12335 full-revision reverts.
12336
12337 === Blocking ===
12338
12339 User blocks can be set to disable the automatic blocking of IP addresses the
12340 account logs in with.
12341
12342
12343 == 1.8 Database changes ==
12344
12345 * new 'redirect' table stores data on page redirects
12346 * new 'querycachetwo' table used for some cached special pages
12347 * 'ipblocks' table adds 'ipb_enable_autoblock'
12348 * 'recentchanges' table adds 'rc_old_len', 'rc_new_len' for size tracking
12349 * 'user' table has added 'user_newpass_time' and 'user_editcount' fields
12350 * some indexes have been updated on 'recentchanges'
12351
12352 == 1.8 Configuration changes ==
12353
12354 Several configuration options have changed since 1.8:
12355
12356 === $wgEnableAPI ===
12357
12358 The experimental machine API interface is now enabled by default, read-only.
12359 You can disable it by setting $wgEnableAPI = false; in LocalSettings.php.
12360
12361 === $wgPathInfo ===
12362
12363 The use of PATH_INFO (the text after the script name in 'index.php/Blah')
12364 is controlled by the $wgUsePathInfo setting. This is now explicitly disabled
12365 for CGI, apache2filter, and ISAPI configurations of PHP, for more consistency
12366 with the autodetection from the installer.
12367
12368 In some rarer configurations you may have to switch $wgUsePathInfo from false
12369 to true or, perhaps, from true to false to make things work properly if bad
12370 PATH_INFO data comes through the server.
12371
12372 The wiki now tries to detect this condition and should show you an error
12373 message describing what to change instead of sending the browser into an
12374 infinite redirect loop.
12375
12376 === $wgScript and other path settings ===
12377
12378 The following configuration variables are now automatically set in Setup.php
12379 if they are not overridden in LocalSettings.php:
12380
12381 from $wgScriptPath:
12382 + $wgScript
12383 | \- $wgArticlePath
12384 + $wgRedirectScript
12385 + $wgStylePath
12386 + $wgUploadPath
12387 \- $wgLogo
12388 + $wgMathPath
12389
12390 from $IP:
12391 - $wgStyleDirectory
12392 + $wgUploadDirectory
12393 \- $wgMathDirectory
12394 + $wgTmpDirectory
12395
12396 Newly generated configuration files will by default include only $wgScriptPath
12397 (hardcoded from the installer) and $IP (detected at runtime).
12398
12399 Old configuration files which specify all these values explicitly should
12400 continue to work just fine, but if you use the defaults you can remove them
12401 to reduce clutter.
12402
12403 === $wgGroupPermissions ===
12404
12405 The sysop group now holds the "autopatrol" and "ipblock-exempt" rights by
12406 default.
12407
12408 "autopatrol" replaces the preference for marking ones own edits patrolled
12409 by default; users holding this permission will automatically have their
12410 edits patrolled, while others cannot mark their own edits as patrolled
12411 even if they have patrolling rights.
12412
12413 "ipblock-exempt" excludes the user from IP blocks; accounts which are blocked
12414 explicitly by name will still be blocked, however. This is given to sysops
12415 to minimize annoyance from accidental "collateral damage"; remember that a
12416 sysop will be able to lift the block if they desire.
12417
12418 The bot group now holds the "nominornewtalk" right. A user with this right
12419 will not trigger new message notifications when making minor edits to user
12420 talk pages. This is meant to minimize annoyance from maintenance bot
12421 processes.
12422
12423 === $wgUseWatchlistCache ===
12424
12425 Watchlist caching has been removed. The feature was not maintained, and has
12426 been unnecessary since switching to the 'recentchanges' database table
12427 reduced server pressure for Wikipedia's watchlists.
12428
12429 === $wgBreakFrames ===
12430
12431 MediaWiki in the past attempted to detect when it was embedded in a frameset
12432 and "break out" of it, assuming it to be hostile.
12433
12434 This behavior is now disabled by default, but can be reenabled by setting
12435 $wgBreakFrames to true in LocalSettings.php.
12436
12437
12438 == 1.8 New settings ==
12439
12440 === $wgVariantArticlePath ===
12441
12442 For languages with script variant support (Chinese, Serbian, and others),
12443 it's possible to use alternate URL paths to select the variant for article
12444 display, setting $wgVariantArticlePath.
12445
12446 Documentation for this setting would be useful.
12447
12448 === $wgMaxMsgCacheEntrySize ===
12449
12450 The message cache can now skip items larger than a given size; this allows
12451 it to better handle the primary caching case when large CSS and JS blobs are
12452 present.
12453
12454 === $wgStyleVersion ===
12455
12456 When making significant changes to skin stylesheets and JavaScript files,
12457 you can append a string to this variable to tweak the generated URLs,
12458 forcing newly rendered pages to bring in a fresh version despite server-
12459 or browser-side caching.
12460
12461 Normally this will be set in the course of MediaWiki development, but
12462 if doing development on a custom skin you may wish to poke it as well.
12463
12464 === $wgRCShowChangedSize ===
12465
12466 Special:Recentchanges and Special:Watchlist now show the number of bytes
12467 added or removed to an article to give an idea of the size of the edit.
12468 This information was previously available only in the IRC update feeds.
12469
12470 To disable this site-wide, set $wgRCShowChangedSize to false.
12471 (Individual users can suppress the data in custom CSS.)
12472
12473 Adjust $wgRCChangedSizeThreshold to trigger highlighting of particularly
12474 large changes.
12475
12476 The formatting of the size figure can be adjusted through the
12477 [[MediaWiki:Rc-change-size]] message.
12478
12479 === $wgQueryCacheLimit ===
12480
12481 The number of rows stored for "expensive" special pages in miser mode
12482 can now be adjusted up or down from the default 1000.
12483
12484 === $wgDisableQueryPageUpdate ===
12485
12486 Individual "expensive" special pages can be skipped in processing by
12487 updateSpecialPages if added to this list.
12488
12489 === $wgSorbsUrl ===
12490
12491 The base hostname for the DNS-based proxy blacklist can now be overridden
12492 when $wgEnableSorbs is set, to use a different blacklist instead of SORBS.
12493 The blacklist would need to respond the same was as SORBS; any positive
12494 response will be taken as a proxy.
12495
12496 === $wgAjaxWatch ===
12497
12498 Experimental AJAX mode for the watch/unwatch tabs to execute inline.
12499 Does not include the UI messages describing how to reach the watchlist,
12500 so you may not want it on a general-audience site just yet.
12501
12502 === $wgParserTestFiles ===
12503
12504 MediaWiki's parser test suite can now be expanded with additional test
12505 files. Custom extensions can add their test files to this array, and
12506 they will be run along with the main tests by maintenance/parserTests.php
12507
12508
12509 == Changes since 1.7 ==
12510
12511 * Introduced AjaxResponse object, superceding AjaxCachePolicy
12512 * Changes to sajax_do_call: optionally accept an element to fill instead of a
12513 callback function; take the target function or element as a third parameter;
12514 pass the full XMLHttpRequest object to the handler function, instead of just
12515 the resultText value; use HTTP response codes to report errors.
12516 * (bug 6562) Removed unmaintained ParserXml.php for now
12517 * History paging overlap bug fixed
12518 * (bug 6586) Regression in "unblocked" subtitle
12519 * Don't put empty-page message into view-source when page text is blank
12520 * (bug 6587) Remove redundant "allnonarticles" message
12521 * Block improvements: Allow blocks on anonymous users only. Optionally allow
12522 or disallow account creation from blocked IP addresses. Prevent duplicate
12523 blocks. Fixed the problem of expiry and unblocking erroneously affecting
12524 multiple blocks. Fixed confusing lack of error message when a blocked user
12525 attempts to create an account. Fixed inefficiency of Special:Ipblocklist in
12526 the presence of large numbers of blocks; added indexes and implemented an
12527 indexed pager.
12528 * (bug 6448) Allow filtering of Special:Newpages according to username
12529 * (bug 6618) Improve permissions/error detection in Special:Lockdb
12530 * Quick hack for extension testing: parser test doesn't create new message
12531 cache object.
12532 * (bug 6299) Maintain parser's revision ID across recursive calls to fix
12533 {{REVISIONID}} when Cite extension is used
12534 * (bug 6622) Removed deprecated function Image::newFromTitle
12535 * (bug 6627) Fix regression in Special:Ipblocklist with table prefix
12536 * Removed forced dereferencements (new() returns a reference in PHP5)
12537 * Note about $wgUploadSizeWarning using byte
12538 * (bug 6592) Add most viewed pages summary to Special:Statistics
12539 * Pre-strip characters ignored in IDNs from URLs so they can't be used
12540 to break the blacklists for regular URLs
12541 * Fix regression in blocking of user accounts
12542 * (bug 6635) Fix regression searching for range blocks on Ipblocklist
12543 * Fix regression searching Ipblocklist with ugly URLs
12544 * (bug 6639) Use a consistent default for upload directories
12545 * Preserve entered reason when reporting unconfirmed lock on Special:Lockdb
12546 * (bug 6642) Don't offer to unlock the database when it isn't locked
12547 * cleanupTitles.php changed from --dry-run option to --fix, so default
12548 behavior is now a non-invasive check as with namespaceDupes.php
12549 * (bug 6660) Fix behavior of EditPage::blockedPage() when the article does
12550 not exist; now doesn't show the source box if the user hasn't provided it
12551 (blocked mid-edit) and the page doesn't exist
12552 * Improve default value of "blockedtext"
12553 * (bug 6680) Added localisation for Dutch bookstore list (nl)
12554 * Renamed maintainace script redundanttrans.php to unusedMessages.php - clearer usage
12555 * Fix regression which allowed some blocked users to create additional accounts
12556 * (bug 6657) Fix Hungarian linktrail
12557 * (bug 6751) Fix preview of blanked section with edit on first preview option
12558 * (bug 5456) Separate MediaWiki:Search into messages for both noun and verb,
12559 introduced 'MediaWiki:Searchbutton'
12560 * Made lines from initialiseMessages() appear as list items during installation
12561 * Moved the bulk of the localisation data from the Language*.php files to the
12562 Messages*.php files. Deleted most of the Languages*.php files.
12563 * Introduced "stub global" framework to provide deferred initialisation of core
12564 modules.
12565 * Removed placeholder values for $wgTitle and $wgArticle, these variables will
12566 now be null during the initialisation process, until they are set by index.php
12567 or another entry point.
12568 * Added DBA cache type, for BDB-style caches.
12569 * Removed custom date format functions, replacing them with a format string in
12570 the style of PHP's date(). Used string identifiers instead of integer
12571 identifiers, in both the language files and user preferences. Migration should
12572 be transparent in most cases.
12573 * Simplified the initialisation API for LoadBalancer objects.
12574 * Removed the broken altencoding feature.
12575 * Moved default user options and toggles from Language to User. Language objects
12576 are still able to define default preference overrides and extra user toggles,
12577 via a slightly different interface.
12578 * Don't include the date option in the parser cache rendering hash unless
12579 $wgUseDynamicDates is enabled.
12580 * Merged LanguageUtf8 with Language. Removed LanguageUtf8.php.
12581 * Removed inclusion of language files from the bottom of Language.php. This is
12582 now consistently done from Language::factory().
12583 * Add the name of the executing maintenance script to the debug log. Start the
12584 profiler during maintenance scripts.
12585 * Added "serialized" directory, for storing precompiled data in serialized form.
12586 * Fix regression in auto-set NS_PROJECT_TALK namespace
12587 * Fix regression in ordering of namespaces
12588 * (bug 6806, 6030) Added several global JS variables for article path, user name,
12589 page title, etc.
12590 * hooks registered with addOnloadHook are now called at the one of the html body
12591 by all skins.
12592 * Split ajax aided search from core ajax framework. Use wgUseAjax to enable the
12593 framework and wgAjaxSearch to enable the suggest feature for the search box.
12594 * Added experimental installer for extensions.
12595 See maintenance/installExtension.php
12596 * Added Tajic (tg) language file.
12597 * (bug 6903) Added Cantonese localisation (zh-yue)
12598 * Fix regression in Korean and Japanese date formatting (day of week)
12599 * (bug 6919) Add English alias magic words for Tatar (tt) language file.
12600 * (bug 6753) Fixed broken Kazakh linktrail (kk)
12601 * (bug 6700) Added Kazakh language variants to Names.php
12602 * (bug 6827) some i18n specific maintenance scripts fails after merge of localisation-work branch
12603 * Throwed an exception for the deprecated functions OutputPage::sysopRequired and
12604 OutputPage::developerRequired - use OutputPage::permissionRequired instead.
12605 * Removed the deprecated functions User::isSysop, User::isBureaucrat and User::isDeveloper -
12606 use User::isAllowed instead.
12607 * (bug 769) OutputPage::permissionRequired() should suggest groups with the needed permission
12608 * (bug 6971) Fix regression in Special:Export history view
12609 * Revamped Special:Imagelist
12610 * (bug 7000) updated MessagesPl.php
12611 * (bug 6946) Fix unexpected behavior change with GET hits to Special:Export
12612 * (bug 1866) Improve navigation on Special:Listusers; user now a starting
12613 point as with Special:Allpages, rather than a pure limit.
12614 * Clean up tab order on Special:Blockip
12615 * (bug 5969) Clean up tab order on Special:Userlogin forms
12616 * (bug 3512) namespaceDupes now handles spaces and initial caps properly
12617 * (bug 7037) Fix regression in login tab order
12618 * (bug 7031) Report missing email on 'email password' instead of false success
12619 * (bug 7010) Don't send email notifications for watched talk pages when user
12620 has selected to receive only updates for their own talk page
12621 * Added {{CURRENTHOUR}}
12622 * Added [[:Image:Foo.png]] style links to the pagelinks table
12623 * Avoid duplicate revision imports with Special:Import
12624 * (bug 7054) Validate email address before sending email confirmation message
12625 * (bug 7061) Format title on "from (page)" links on Special:Allpages
12626 * (bug 7044) Introduce "padleft" and "padright" colon functions
12627 * Pass page title as parameters to "linkshere" and "nolinkshere" and update
12628 default message text
12629 * Allows to upload from publicy accessible URL. Set $wgAllowCopyUploads = true ; in LocalSettings.php
12630 Limited to $wgMaxUploadSize (default:100MB); URL upload is limited to sysops by default, and displayed as a second line if appropriate
12631 * (bug 832) Return to user page after emailing a user
12632 * (bug 366) Add local-system-timezone equivalents for date/time variables
12633 * (bug 7109) Fix Atom feed version number in header links
12634 * (bug 7075) List registered parser function hooks on Special:Version
12635 * (bug 7059) Introduce "anchorencode" colon function
12636 * Include SVN revision number in {{CURRENTVERSION}} output, where applicable
12637 * Fix bug in wfRunHooks which caused corruption of objects in the hook list
12638 * (bug 4979) Use simplified email addresses when running on Windows
12639 * (bug 4434) Show block log fragment on Special:Blockip
12640 * [[MediaWiki:Disambiguationspage]] may optionally contain wiki links to any number
12641 of disambiguation templates.
12642 * [[Special:Disambiguations]] now shows pages in NS:0 that link to any pages that embed
12643 any of the templates listed at [[MediaWiki:Disambiguationspage]].
12644 * Fix formatting of titles on Special:Undelete
12645 * (bug 7026) Fix action=raw&templates=expand
12646 * (bug 6976) Add namespace and direction classes to classic skins
12647 * (bug 7144) Don't "return to main" from OutputPage::loginToUse() if the user can't
12648 read the main page in the first place
12649 * (bug 7188) Fix minor borkage in HTMLForm
12650 * (bug 6675) Replaced message 'watchthis' with new message 'watchthisupload in Special:Upload
12651 * Add a quickie script dumpSisterSites.php for generating a page list in the
12652 format for WSR-1 SisterSites support
12653 * (bug 7223) Monobook.js is used for site content, should not be localized
12654 * Set default disabled values for DjVu render options
12655 * Added Xml::option() for generating <option>s easily
12656 * Localized page numbers in drop-down for DjVu page selection
12657 * Fixed linktrail for vi
12658 * (bug 6893) "Call to a member function exists() on a non-object" on trackback.php with bad input
12659 * (bug 6886) PHP undefined offset on bad input to Special:Revisiondelete
12660 * (bug 6887) PHP error for call to getId() on bad input to Special:Revisiondelete
12661 * (bug 6888) PHP error for call to getTimestamp() on bad input to Special:Revisiondelete
12662 * (bug 7252) Use dvipng support in texvc math rastrization. dvipng is required if texvc is rebuilt.
12663 * (bug 7279) Use wfBaseName in place of basename() in more places
12664 * Clear newtalk marker on diff links with explicit current revision number
12665 * (bug 7064) Replace hard-coded empty message checks with wfEmptyMsg calls
12666 * (bug 6777) Remove some PHP 4 compat cruft
12667 * Add --user, --comment, and --license options to importImages.php
12668 * (bug 6216) The immobile namespace message does not mention the source page
12669 * (bug 7299) Normalize username filter on Special:Newpages
12670 * (bug 7306) RTL text in an LTR wiki breaks appearance of Special:Recentchanges
12671 * (bug 7312) Don't emit SET NAMES utf8 if connection failed
12672 * (bug 7305) Proper compare for bot check on RC notify, should fix overrides
12673 that force edits by non-bot users to bot mode
12674 * Set Vary: Cookie on action=raw generated CSS and JS, to ensure that user
12675 preferences don't get stuck in proxy caches for other people
12676 * (bug 7324) Fix error message for failure of Database::sourceFile()
12677 * (bug 7309) Plurals: use singular form for zero in French and Brazilian Portuguese
12678 * Add page_no_title_convert field to support language variant conversion
12679 for page titles which shouldn't be converted on display/linking
12680 * Lazy extraction of text chunks in Revision objects, may reduce hits to
12681 external storage when actual text content is not used
12682 * Added experimental $wgRevisionCacheExpiry to cache extracted revision text
12683 in $wgMemc, to further reduce hits to external storage.
12684 Set to 0 (disabled) by default.
12685 * Minor changes to the installer.
12686 * Remove ":" for 'youremail' and 'yourrealname' in includes/templates/Userlogin.php
12687 so that ":" could be used in i18n for Special:Preferences (like 'username' and 'uid').
12688 * Fix layout for Special:Preferences->Date and Time (position for 'timezonetext').
12689 * Updates to language variant code for Serbian et al
12690 * (bug 6756) Enabling RTL direction for kk-cn
12691 * (bug 6701) Kazakh language variants in MessagesEn.php
12692 * (bug 7335) SVN revision check in Special:Version fails on SVN 1.4 working copy
12693 * (bug 6518) Replaced 'lastmodified' with 'lastmodifiedat' and 'lastmodifiedby' with 'lastmodifiedatby'
12694 with separated parameters for date and time to allow better localisation. Updated all message files
12695 to display the old format for compatibility.
12696 * (bug 7357) Make supposedly static methods of Skin actually static
12697 * Added info text to Special:Deadendpages and Special:Lonelypages
12698 * Fix regression in cachability of generated CSS and JS for MonoBook skin,
12699 while avoiding clobbering of different users' cached data
12700 * (bug 6849) Block @ from usernames; interferes with multi-database tools and
12701 was meant to be banned years ago... For now existing accounts will not be
12702 prevented fromm login.
12703 * (bug 6092) Introduce magic words {{REVISIONDAY}}, {{REVISIONDAY2}, {{REVISIONMONTH}},
12704 {{REVISIONYEAR}} and {{REVISIONTIMESTAMP}}
12705 * (bug 7425) Preceeding whitespace in [[...]] breaks subpages
12706 * Try to reconnect after transitory database errors in dumpTextPass.php
12707 * (bug 6023) Fixed mismatch of 0/NULL for wl_notificationtimestamp; now notification
12708 mails are working after 'Mark all pages visited' button on Special:Watchlist is clicked
12709 * Made {{INT:}} a core parser function instead of a special case. The syntax
12710 and behavior is largely unchanged.
12711 * (bug 7448) Fixing the native name for Ewe (ee)
12712 * (bug 6864) Replace message 'editing' with new message 'editinguser' in Special:Userrights
12713 to allow better localisation
12714 * Add '*-summary' for special pages to MessagesEn.php to allow customizing/translation
12715 directly through Special:Allmessages
12716 * (bug 6130, bug 5818) Replaced message 'go' with the new message 'searcharticle' in skins
12717 to allow better localisation
12718 * Add + to $wgLegalTitleChars by default. Some sites may have occasional
12719 problems with hard-to-reach pages, but it should be less trouble than
12720 "I can't import dumps from Wikipedia" complaints
12721 * (bug 7460) Revert broken patch for bug 7226 which slows down
12722 Special:Allmessages by a factor of 16
12723 * Committed a bunch of live hacks from Wikimedia servers
12724 * (bug 6889) PHP notices in thumb.php with missing params
12725 * Cleaner error behavior on thumb.php with invalid page selection
12726 * (bug 6617) Validate timestamps on Special:Undelete
12727 * Do fewer unnecessary full writes of user rows; only update user_touched
12728 for watch/unwatch, group membership change, and login operations
12729 * Restructured the languages directory, to avoid problems when people
12730 untar MW 1.8 over the top of a 1.7 installation.
12731 * (bug 6890) SQL query error on bad input to Pager lists
12732 due to negative LIMIT clause, caused by integer wraparound.
12733 * Fixed various bugs related to table prefixes, especially the interaction
12734 between table prefixes and memcached, which was formerly completely broken.
12735 * (bug 7004) PHP iconv() notice on bad password input to Special:Userlogin.
12736 * (bug 6826) Extend pre-save transform context link ("pipe trick")
12737 syntax to pages with commas in title
12738 * Use ImageMagick -thumbnail option instead of -resize to avoid including
12739 excessive metadata in thumbs (requires ImageMagick 6.0.0 or newer).
12740 * (bug 7499) Corrections to Swedish talk namespace names
12741 * (bug 7508) Added option to compress HTML pages by dumpHTML.php
12742 * (bug 7519) Add plural in SpecialWatchlist
12743 * (bug 7459) Magic word variables are always case sensitive
12744 * Replaced {{SERVER}}{{localurl:xxx}} with {{fullurl:xxx}} in localisation files
12745 * Fix regression in Special:Watchlist text header
12746 * (bug 7510) Update article counts etc on undelete
12747 * (bug 7520) Update article counts on XML import
12748 * (bug 7526) Make $wgDefaultUserOptions work again
12749 * (bug 7472) Localize Help namespace for Basque
12750 * (bug 7529) Including a non-existent category in an article places that article in the category
12751 * (bug 4528) Lack of important LaTeX functions stackrel, rightleftharpoon
12752 * (bug 6721) missing symbols ulcorner, urcorner, llcorner, lrcorner, twoheadrightarrow, twoheadleftarrow
12753 * (bug 7367) Hyphens sometimes erroneously appended to equations when not converted to PNG
12754 * Add "title" to the opensearch link to allow automatic adding of the search engine in Firefox 2
12755 * (bug 7537) Add php5 to $wgFileBlacklist
12756 * (bug 6929) Restore AutoAuthenticate hook
12757
12758
12759 == Changes since 1.6 ==
12760
12761 * (bug 5458) Fix double-URL encoding in block log link in contribs and contribs
12762 link in block log
12763 * (bug 5462) Bogus missing patch warning in updater
12764 * (bug 5461) Use of deprecated "showhideminor" in Special:Recentchangeslinked
12765 * PHP warning when allow_call_time_pass_reference is off
12766 * Update to Finnish localization
12767 * (bug 5467) Link to page histories in watchlist edit mode
12768 * Further additions to Hebrew localisation
12769 * (bug 5476) Invalid xhtml in German localization
12770 * (bug 5479) Id translation for preferences tabs caption
12771 * (bug 5493) Id translation for special pages
12772 * Added skinname and style path parameters to CBT version of MonoBook
12773 * Include subversion revision number in Special:Version if available
12774 * (bug 5344) Fix regression that broke slashes in extension tag parameters
12775 * Improve Special:Log performance on big log sets
12776 * (bug 5507) Changed mediawiki:logouttext from plain to wikitext
12777 * (bug 4760) Prevent creation of entries in protection log when protection
12778 levels haven't changed
12779 * (bug 861) Show page protection/unprotection events in histories
12780 * (bug 5499) Don't clear the tag strip state when asked not to clear state.
12781 Fixes regression with use of <ref> in a template breaking <nowiki> etc.
12782 * Minor improvements to English language files
12783 * Display the anon talk page info message on anon talk pages again
12784 (moved outside the parser cache)
12785 * Optional {{DISPLAYTITLE|title with markup}} magic word
12786 Deactivated by default, set "$wgAllowDisplayTitle = true" in LocalSettings.php
12787 to activate
12788 * Cleaned SpecialContributions a bit
12789 * Added a table to track interlanguage links
12790 * (bug 5544) Fix redirect arrow in Special:Listredirects for right-to-left
12791 languages
12792 * Replace "doubleredirectsarrow" with a content language check that picks the
12793 appropriate arrow
12794 * (bug 5537) Add stub language file for Samogitian (bat-smg); inherits
12795 Lithuanian (lt)
12796 * Don't force edit summaries when a user is editing their own user/talk page
12797 * (bug 5510) Warning produced when using {{SUBPAGENAME}} in some namespaces
12798 * (bug 385) Installer support for PostgreSQL, fixes for PG compatibility
12799 * PersistentObject removed; it doesn't do anything and was broken besides.
12800 All extensions using it have been corrected.
12801 * Propagate ISBN number for Booksources in LanguageNo.php
12802 * (bug 5548) Improvements to Indonesian localisation [patch: Ivan Lanin]
12803 * Add TALKSPACE, SUBJECTSPACE, TALKPAGENAME, SUBJECTPAGENAME (and encoded forms
12804 for all) magic words
12805 * (bug 5403) Fix Special:Newpages RSS/Atom feeds
12806 * Reject malformed addresses in X-Forwarded-For entries
12807 * (bug 3359) Add hooks on completion of file upload
12808 * (bug 5559) Improve detection of ImageMagick [patch: Greg Turnquist]
12809 * (bug 5475) New pages feeds ignore "limit" argument
12810 * (bug 5184) CSS misapplied to elements in Special:Allmessages due to
12811 conflicting anchor identifiers
12812 * (bug 5519) Allow sidebar cache to be disabled; disable it by default.
12813 * Maintenance script to import the contents of a text file into a wiki page
12814 * Add $wgReservedUsernames configuration directive to block account creation/use
12815 * (bug 5576) Remove debugging hack in session check
12816 * (bug 5426) Lowercase treatment of titles in rights log leads to broken links
12817 on Special:Log
12818 * Minor improvements to French localisation files
12819 * (bug 5181) Update "nogomatch" for Slovak
12820 * (bug 5594) Id translation up to # Login and logout pages section
12821 * (bug 5536) Use content language for editing help link
12822 * Improvements to German localisation files
12823 * (bug 5570) Problems using <special page>/parameter link form for long titles
12824 * (bug 3884) Add $user parameter to AddNewUser hook, call it for by-email
12825 registrations as well as self-registrations.
12826 * (bug 4327) Report age of cached data sets in query pages
12827 * (bug 4662) Fix Safari check in wikibits.js
12828 * (bug 4663) Edit toolbar enabled in compatible versions of Safari
12829 * (bug 5572) Edit toolbar enabled in compatible versions of Konqueror (3.5+)
12830 * (bug 5235) Edit toolbar tooltips no longer show JavaScript junk in Opera
12831 * Edit toolbar now works in pure XHTML mode (application/xhtml+xml)
12832 * Add watchlist clear function to allow quick purging of all items
12833 * (bug 5625) Additional namespace translations for Welsh
12834 * Add meta tag and JavaScript variables to cached special pages which provides
12835 the timestamp of the last update, in YYYYMMDDHHMMSS format.
12836 * (bug 5628) More translations for MessagesHr.php
12837 * (bug 5595) Localisation for Bosnian language (bs)
12838 * (bug 2910) Default view preferences for watchlists
12839 * Add "hide bot edits from the watchlist" user preference
12840 * (bug 5250) Introduce Special:Unusedtemplates
12841 * Add user preference setting for an extended watchlist, showing all recent
12842 edits up to a certain edit, and not just the latest edit..
12843 * Made MessageRo.php more general
12844 * (bug 5640) Indonesian localisation improvements
12845 * (bug 5592) Actions are logged with the default language for the
12846 wiki, not the language of the user performing the operation.
12847 * (bug 5644) Error in LanguageBs.php file
12848 * (bug 5646) Compare for identical types in wfElement()
12849 * (bug 5472) Language::userAdjust()->minDiff not initialized on else condition
12850 * (bug 5386) LanguageMk.php: updated namespaces translations
12851 * (bug 5422) Stub for Romani (rmy) language which extends ro
12852 * Fix linktrail for LanguageSr
12853 * (bug 5664) Fix Bosnian linktrail
12854 * (bug 3825) Namespace filtering on Special:Newpages
12855 * (bug 1922) When Special:Wantedpages is cached, mark links to pages
12856 which have since been created
12857 * (bug 5659) Change grammar hacks for Bosnian Wikimedia namespaces.
12858 This sort of special casing should be removed and fixed properly.
12859 * Remove useless whitespace from Special:Brokenredirects header
12860 * Treat "allmessagesnotsupporteddb" as wikitext when echoing; change default
12861 text
12862 * (bug 5497) Regression in HTML normalization in 1.6 (unclosed <li>,<dd>,<dt>)
12863 * (bug 5709) Allow customisation of separator for categories
12864 * (bug 5684) Introduce Special:Randomredirect
12865 * (bug 5611) Add a name attribute to the text box containing source text in
12866 read-only pages
12867 * Indicate when a protected page is an interface message ("protectedinterface")
12868 * (bug 4259) Indicate when a protected page being edited is an interface message
12869 ("editinginterface")
12870 * (bug 4834) Fix XHTML output when using $wgMaxTocLevel
12871 * Pass login link to "whitelistedittext" containing 'returnto' parameter
12872 * (bug 5728): mVersion missing from User::__sleep() leading to constant cache
12873 miss
12874 * Updated maintenance/transstat.php so it can show duplicate messages
12875 * Improvements to update scripts; print out the version, check for superuser
12876 credentials before attempting a connection, and produce a friendlier error if
12877 the connection fails
12878 * (bug 5005) Fix XHTML <gallery> output.
12879 * (bug 5315) "Expires: -1" HTTP header made strictly valid (using 1970 date).
12880 * (bug 4825) note in DefaultSettings.php about 'profiling' table creation
12881 * Remove unneeded extra whitespace at top of Special:Categories
12882 * (bug 5679) time units are now using local numerals
12883 * (bug 5751) Updates to Portuguese localisation files
12884 * (bug 5741) Introduce {{NUMBEROFUSERS}} magic word
12885 * (bug 93) <nowiki> tags and tildes in templates
12886 * The returnto parameter is now actually used by SpecialUserlogin.php
12887 * Parser can now know that it is parsing an interface message
12888 * (bug 4737) MediaWiki:Viewcount supports {{PLURAL}} now
12889 * Fix bug in wfMsgExt under PHP 5.1.2
12890 * (bug 5761) Project talk namespace broken in Xal, Os, Udm and Cv
12891 * Rewrite reassignEdits script to be more efficient; support optional updates to
12892 recent changes table; add reporting and silent modes
12893 * Cleaned up formatNum usage in langfiles
12894 * (bug 5716) Warn when a user tries to upload a file which was previously
12895 deleted
12896 * (bug 5565) Add a class attribute to the table on Special:Allpages
12897 * "lang=xx" option for parser test cases to set content language
12898 * (bug 5764) Friulian translation updated
12899 * (bug 5757) Fix premature cutoff in LanguageConverter with extra end markers
12900 * (bug 5516) Show appropriate "return to" link on blocked page
12901 * (bug 5377) Do not auto-login when creating an account as another user
12902 * (bug 5284) Special redirect pages should remember parameters
12903 * Suppress 7za output on dumpBackup
12904 * (bug 5338) Reject extra initial colons in title
12905 * (bug 5487) Escape self-closed HTML pair tags
12906 * Add "raw suffix" magic word for some magic words, e.g. {{NUMBEROFUSERS|R}}
12907 will produce a count minus formatting
12908 * Fix Parser::cleanSig() to use Parser::startExternalParse() and choose an
12909 appropriate output format given the scope of the clean
12910 * (bug 5593) Change "bureaucrat log" to "rights log"
12911 * Show a boilerplate "(none)" in place of a blank within the log action text for
12912 user rights
12913 * (bug 137) Commented out translations for copyrightwarning which mention GNU FDL
12914 * (bug 5723) Don't count pages linked to from the MediaWiki namespace as "wanted"
12915 * (bug 5696) Add a third parameter, $3, to "rcnote", passing the current time
12916 formatted according to the current user's settings
12917 * (bug 5780) Thousands and decimal separators for Norwegian
12918 * Updated initStats maintenance script
12919 * (bug 5767) Fix date formats in Vietnamese locale
12920 * (bug 361) URL in URL, they were almost fixed. Now they are.
12921 * (bug 4876) Add __NEWSECTIONLINK__ magic word to force the "new section" link/tab to
12922 show up on specific pages on demand
12923 * Bidi-aid on list pages
12924 * (bug 5782) Allow entries in the bad image list to use canonical namespace names
12925 * (bug 5789) Treat "loginreqpagetext" as wikitext
12926 * Sanitizer: now handles nested <li> in <ul> or <ol>
12927 * (bug 5796) We require MySQL >=4.0.14
12928 * Add 'EmailConfirmed' hook
12929 * New findhooks.php script to find undocumented hooks.
12930 * Silently ignore errors on profiling table update.
12931 * (bug 5801) Correct handling of underscores in Special:Listusers
12932 * Clean up Special:Listusers; add an "(all)" label to the group selection box
12933 * (bug 5812) Use appropriate link colour in Special:Mostlinked
12934 * (bug 5802) {{CURRENTMONTHNAME}} variable broken in Vietnamese locale
12935 * (bug 5817) Appropriate handling for Special:Recentchangeslinked where the target
12936 page doesn't exist
12937 * Special:Randompage now additionally accepts English namespace name as parameter
12938 * (bug 2981) Really fixed linktrail for Tamil (ta)
12939 * Disallow substituting Special pages when included into a page
12940 * (bug 5587) Clean up the languages from references to the Groups special page
12941 * Added new group-X and group-X-member messages
12942 * Rewritten removeUnusedAccounts to be more efficient, print names of inactive
12943 accounts
12944 * Redirect Special:Userlist to Special:Listusers
12945 * Introduce $wgAllowTitlesInSVG, which allows the <title> attribute in uploaded files
12946 bearing the image/svg MIME type. Disabled by default due to the vast majority of
12947 web servers being hideously misconfigured. See DefaultSettings.php for more details.
12948 * Changed default LocalSettings.php to append the previous include path when setting it
12949 * (bug 5837) Use "members" for the value descriptor in Special:Categories,
12950 Special:Wantedcategories and Special:Mostlinkedcategories.
12951 * (bug 3309) Allow comments when undeleting pages
12952 * Clean up Special:Undelete a bit
12953 * (bug 5805) messages nbytes, ncategories can now use {{plural:}}
12954 * Clean up Special:Imagelist a bit
12955 * (bug 5838) Namespace names for Nds-NL
12956 * (bug 5749) Added Tyvan language files
12957 * (bug 5791) Fix SQL syntax in Special:BrokenRedirects, was causing incorrect data to show
12958 * (bug 5839) Prevent access to Special:Confirmemail for logged-out users
12959 * (bug 5853) Update for Portuguese messages (pt)
12960 * (bug 5851) Use Cyrillic for Kirghiz language name
12961 * (bug 5841) Allow the 'EditFilter' hook to return a non-fatal error message
12962 * (bug 5846) Link to individual group description pages in Special:Listusers
12963 * (bug 5857) Update for German localisation (de)
12964 * (bug 5858) Update for Russian language (ru)
12965 * (bug 5860) Update for Indonesian language (id)
12966 * (bug 1120) Update for Czech language (Cs)
12967 * Added many missing formatNum calls
12968 * Added grammar function to Belarusian (be)
12969 * (bug 5819) Add 'PersonalUrls' hook
12970 * (bug 5862) Update of Belarusian language (be)
12971 * (bug 5886) Update for Portuguese messages (pt)
12972 * (bug 5586) <gallery> treated text as links
12973 * (bug 5878) Update for Indonesian language (id)
12974 * (bug 5697) Update for Malay language (ms)
12975 * (bug 5890) Update for German language (de)
12976 * (bug 5889) Name for Sindhi language should appear as سنڌي
12977 * --force-normal parameter on dump scripts to force check for ICU extension
12978 * (bug 5895) Update for Dutch language (nl)
12979 * (bug 5891) Linktrail for Polish language (pl)
12980 * User::isBureaucrat , User::isDeveloper , User::isSysop deprecated in
12981 v1.6 now die with a backtrace. They will be removed in v1.8
12982 * dumpTextPass now skips goes to database for entries that were blank in the
12983 previous dump, as this may indicate a broken dump.
12984 * dumpTextPass progress includes percentage of items prefetched
12985 * dumpTextPass can now use 7zip files for prefetch
12986 * (bug 5915) Update to Indonesian localisation (id)
12987 * (bug 5913) Update for German localisation (de)
12988 * (bug 5905) Plural support for Bosnian localisation (bs)
12989 * Groups which won't hit the rate limiter now configurable with
12990 $wgRateLimitsExcludedGroups
12991 * (bug 5806) {{plural:}} support instead of "twin" MediaWiki messages
12992 * (bug 5931) Update for Polish language (pl)
12993 * Ignore the user and user talk namespaces on Special:Wantedpages
12994 * Introduce NUMBEROFPAGES magic word
12995 * (bug 5833) Introduce CURRENTVERSION magic word
12996 * (bug 5370) Allow throttling of password reminder requests with the rate limiter
12997 * (bug 5683) Respect parser output marked as uncacheable when saving
12998 * (bug 5918) Links autonumbering now work for all defined protocols
12999 * (bug 5935) Improvement to German localisation (de)
13000 * (bug 5937) Register links from gallery captions with the parent parser output
13001 object so that link tables receive those updates too
13002 * (bug 5845) Introduce BASEPAGENAME and BASEPAGENAMEE magic words
13003 * (bug 5941) Use content language when getting the administrator page title for
13004 Special:Statistics
13005 * (bug 5949) Update to Indonesian localisation (id)
13006 * (bug 5862) Update of Belarusian translation (be)
13007 * (bug 5950) Improvements to French localisation
13008 * (bug 5805) {{plural:}} support for counters in some special pages
13009 * (bug 5952) Improvement to German localisation (de)
13010 * Rename conflicting metadata help message to "metadata_help" (was "metadata")
13011 and treat it as wiki text
13012 * Improve preferences input filtering
13013 * Maintenance script to import multiple files into the wiki
13014 * (bug 5957) Update for Hebrew language (he)
13015 * (bug 5962) Update for Italian language (it)
13016 * (bug 5961) Update for Portuguese localisation (pt)
13017 * (bug 5849) Remove some hard-coded references to "Wikipedia" in messages
13018 * (bug 5967) Improvement to German localisation (de)
13019 * (bug 5962) Update for Italian language (it)
13020 * Suppress images in galleries which appear on the bad image list (when rendering
13021 for a wiki page; galleries in special pages and categories are unaffected)
13022 * Maintenance script to remove orphaned revisions from the database
13023 * (bug 5991) Update for Russian language (ru)
13024 * (bug 6001) PAGENAMEE and FULLPAGENAMEE don't work in FULLURL and LOCALURL magic
13025 words
13026 * (bug 5958) Switch Uzbek language name to use latin script
13027 * (bug 839) Add URLENCODE magic word
13028 * (bug 6004) Update for Polish language (pl)
13029 * (bug 5971) Improvement to German localisation (de)
13030 * (bug 4873) Don't overwrite the subtitle navigation when viewing a redirect page
13031 that isn't current
13032 * (bug 2203) Namespace updates for Thai
13033 * Fix breakage in parser test suite which caused incorrect reporting of the failure of
13034 {{NUMBEROFFILES}}. Now initialises the site_stats table with some dumb data. Updated
13035 the expected output for {{NUMBEROFARTICLES}} to reflect this.
13036 * (bug 6009) Use {{ns:project}} in messages where appropriate
13037 * (bug 6012) Update to Indonesian localisation (id)
13038 * (bug 6017) Update list of bookstores in German localisation files
13039 * (bug 5187) Allow programmatically bypassing username validation, for scripts
13040 * (bug 6025) SpecialImport: wrong message when no file selected
13041 * (bug 6015) EditPage: add spacing in the boxes "edit is minor" and "watch this"
13042 * (bug 6018) Userrights: new message when no user specified ('nouserspecified')
13043 * (bug 2015) Add "\sim" to ~ conversion for HTML rendering
13044 * (bug 6029) Improvement to German localisation (de)
13045 * (bug 5015) Update be: magic words
13046 * (bug 3974) Add parameter for site URL to "passwordremindertext"
13047 * (bug 6039) Update for Portuguese localisation (pt)
13048 * (bug 764) Add CREATE TEMPORARY TABLES to default database permissions
13049 * Big update to Swedish localisation (sv)
13050 * Use appropriate HTML functions to create the tool links on image pages, so they don't
13051 look garbled when tidy isn't on
13052 * (bug 5511) Fix URL-encoding of usernames in links on Special:Ipblocklist
13053 * (bug 6046) Update to Indonesian localisation (id) #15
13054 * (bug 5523) $wgNoFollowNsExceptions to allow disabling rel="nofollow" in
13055 specially-selected namespaces.
13056 * (bug 6055) Fix for HTML/JS injection bug in variable handler (found by Nick Jenkins)
13057 * Reordered wiki table handling and __TOC__ extraction in the parser to better
13058 handle some overlapping tag cases.
13059 * Only the first __TOC__ is now turned into a TOC
13060 * (bug 4610) Indicate patrolled status on watchlists and allow users to mark
13061 changes as patrolled using the diff links there
13062 * Add 'DiffViewHeader' hook called before diff page output
13063 * (bug 6051) Improvement to German localisation (de)
13064 * (bug 6054) Update to Indonesian localisation (id) #16
13065 * Add {{CURRENTTIMESTAMP}} magic word
13066 * (bug 6061) Improper escaping in some html forms
13067 * (bug 6065) Remove underscore when using NAMESPACE and TALKSPACE magics.
13068 * (bug 6074) Correct squid purging of offsite upload URLs
13069 * To simplify the lives of extension developers, the logging type arrays
13070 can now be appended to directly by an extension setup function. It is
13071 no longer necessary to write four separate functions just to add a
13072 custom log type.
13073 * (bug 6057) Count "licenses" as a message (and show it in Special:Allmessages)
13074 * Added $wgGrammarForms global
13075 * Fixed hardcoded 'done.' when removing watchlist entries.
13076 * (bug 5962) Update for Italian language (it)
13077 * (bug 6086) Remove vestigial attempt to call Article::validate()
13078 * wfHostname() function for consistent server hostname use in debug messages
13079 * Send thumbnailing error messages to 'thumbnail' log group
13080 * wfShellexec() now accepts an optional parameter to receive the exit code
13081 * Failed, but not zero-length, thumbnail renderings are now removed.
13082 Should help clean up when rsvg fails in weird ways.
13083 * (bug 6081) Change description for Turkmen language
13084 * Increase robustness of parser placeholders; fixes some glitches when
13085 adjacent to identifier-ish constructs such as URLs.
13086 * Shut up the parser test whining about files in a temp directory.
13087 * (bug 6098) Add Aragonese language support (an)
13088 * (bug 6101) Update for Russian language (ru)
13089 * Add $wgIgnoreImageErrors to suppress error messages for thumbnail rendering
13090 problems. If errors are transitory, this should reduce annoying messages
13091 making it into cached display.
13092 * (bug 6103) Wrap self-links in a CSS class ("selflink")
13093 * (bug 6102) For consistency with other markup, normalize all HTML-encoded
13094 character entities in URLs, not just ampersands. This allows use of eg
13095 &#61; when making URLs for template parameters.
13096 * Markup anality: escape </ as <\/ in toolbar javascript for pure correctness
13097 under HTML-compatible browsers.
13098 * (bug 5077) Added hook 'BeforePageDisplay' to SkinTemplate::outputPage
13099 * Replace fatally changed 'uploadnewversion' with 'uploadnewversion-linktext'
13100 * (bug 472) Syndication feeds for the last few edits of page history
13101 * Format edit comments in Recent Changes feed
13102 * Switch incorrectly ordered column headers on Recent Changes feed diffs
13103 * (bug 6117) Use message for history feed description, add German localization
13104 * (bug 1017) fixed thumbnails of animated gifs.
13105 * Add APC as object caching option
13106 * Update to Albanian localization (sq)
13107 * (bug 6099) Introduce {{DIRECTIONMARK}} magic word (with {{DIRMARK}} as an alias)
13108 * Use optimized php5-only microtime()
13109 * Add possibility to store local message cache as PHP executable script
13110 * Fix profiling table definition
13111 * (bug 6040) Run pre-save transform before calculating the diff. when doing a
13112 "show changes" operation in the editor
13113 * (bug 4033) Respect $wgStyleDirectory when checking available skins
13114 * Remove hideous backslashes from MessagesBr.php
13115 * Fix APC object cache issues, add functionality to installer
13116 * (bug 6133) Update strip state as we work. This mostly fixes extensions
13117 used in Cite.php <ref> tags when Tidy is on.
13118 * (bug 6139) Workaround for transclusion oddities in Vietnamese upload text
13119 * (bug 6136) Update to Catalan language (ca)
13120 * Update to Japanese localization (ja)
13121 * Add /usr/local/bin to the diff3 search paths in the installer
13122 * (bug 6106) Update to Indonesian localisation (id) #17
13123 * (bug 6125) Add links to edit old versions to diff views
13124 * (bug 5127) Auto edit summary when creating/editing redirect page
13125 * (bug 3926) Introduce {{#language:}} magic word
13126 * Fix section links from edit comments for [[:Image:Bla.jpg]] in section titles
13127 * (bug 6126) Allow fallback to customized primary language when user language
13128 message contains '-'; fixes licenses selector on Commons configuration after
13129 recent addition of the message to Messages.php
13130 * (bug 5527) Batch up job queue insertions for, hopefully, better survivability
13131 of lock contention etc. Duplicates are now removed at pop time instead of
13132 at insert time.
13133 * When showing the "blah has been undeleted" page, make sure it's a blue link
13134 * parserTests.php accepts a --file parameter to run an alternate test sutie
13135 * parser tests can now test extensions using !!hooks sections
13136 * Fix oddity with open tag parameters getting stuck on </li>
13137 * (bug 5384) Fix <!-- comments --> in <ref> extension
13138 * Nesting of different tag extensions and comments should now work more
13139 consistently and more safely. A cleaner, one-pass tag strip lets the
13140 'outer' tag either take source (<nowiki>-style) or pass it down to
13141 further parsing (<ref>-style). There should no longer be surprise
13142 expansion of foreign extensions inside HTML output, or differences
13143 in behavior based on the order tags are loaded.
13144 * (bug 885) Pre-save transform no longer silently appends close tags
13145 * Pre-save transform no longer changes the case of close tags
13146 * (bug 6164) Fix regression with <gallery> resetting <ref> state
13147 * Hackaround for IE 7 wrapping bug in MonoBook footer
13148 * New message sp-newimages-showfrom replaces rclistfrom on special:newimages
13149 * Improve handling of ;: definition list construct with overlapping or
13150 nested HTML tags
13151 * (bug 6171) Fix sanitizing of HTML-elements with an optional closing
13152 tag. The sanitizer still needs to learn how to make well-formed XML
13153 in this case.
13154 * Fix fatal error when specifying illegal name for manual thumbnail
13155 * (bug 6184) Use shinier Linker::userLink() to make user links in
13156 Special:Undelete
13157 * (bug 6170) Update for Kashubian translation (csb)
13158 * (bug 6191) Update to Indonesian translation (id) #18
13159 * (bug 6114) Update to Walloon localization (wa)
13160 * Added $wgNamespaceRobotPolicies to allow customisation of robot policies on a
13161 per-namespace basis.
13162 * Add <ol> to the list of block elements for doBlockLevels; avoids <p>s being
13163 interspersed into your ordered lists.
13164 * (bug 5021) Transcluding the same special page twice now works
13165 * Add 'SiteNoticeBefore' and 'SiteNoticeAfter' hooks
13166 * (bug 6182) Date passed in "sp-newimages-showfrom" not adjusted to user time
13167 preferences
13168 * (bug 2587) Fix for section editing with comment prefix
13169 * (bug 2607) Fix for section editing with mix of wiki and HTML headings
13170 * (bug 3342) Fix for section editing with headings wrapped in <noinclude>
13171 * (bug 3476) Fix for section editing with faux headings in extensions
13172 * (bug 5272) Fix for section editing with HTML-heading subsections
13173 * Fix for bogus wiki headings improperly detected with following text
13174 * Fix for HTML headings improperly not detected with preceding/following text
13175 * Section extraction and replacement functions merged into one implementation
13176 on the Parser object, so they can't get out of sync with each other.
13177 * Edit security precautions in raw HTML mode, etc
13178 * (bug 6197) Update to Indonesian translation (id) #19
13179 * (bug 6175) Improvement to German translation (de)
13180 * Redirect Special:Logs to Special:Log
13181 * (bug 6206) Linktrail for Swedish localization (se)
13182 * (bug 3202) Attributes now allowed on <pre> tags
13183 * Sanitizer::validateTagAttributes now available to discard illegal/unsafe
13184 attribute values from an array.
13185 * (bug 3837) Leave <center> as is instead of doing an unsafe text replacement
13186 to <div class="center">. <center> is perfectly valid in the target doctype
13187 (XHTML 1.0 Transitional), while the replacement didn't catch all cases and
13188 could even result in invalid output from valid input.
13189 * (bug 4280) Use 'noindex,nofollow' instead of 'noindex,follow' for default
13190 meta robots tag on diff view and special pages. Should reduce impact of
13191 robots on scrolling special pages, diffs etc on sites where robots.txt
13192 doesn't forbid access.
13193 * Regression fix: suppress warning about session failure when clicking to
13194 edit with 'preview on first edit' enabled.
13195 * (bug 6230) Regression fix: <nowiki> in [URL link text]
13196 * Added AutoLoader.php, which loads classes without need of require_once()
13197 * (bug 5981) Add plural function Slovenian (sl)
13198 * (bug 5945) Introduce {{CONTENTLANGUAGE}} magic word
13199 * {{PLURAL}} can now take up to five forms
13200 * (bug 6243) Fix email for usernames containing dots when using PEAR::Mail
13201 * Remove a number of needless {{ns:project}}-type transforms from messages files. These
13202 usages already have separate label text. Such transforms are wasteful on each page view.
13203 * Update to Yiddish localization (yi)
13204 * (bug 6254) Update to Indonesian translation (id) #20
13205 * (bug 6255) Fix transclusions starting with "#" or "*" in HTML attributes
13206 * Whitespace now normalized more or less properly in HTML attributes
13207 * Fix regression(?) in behavior of initial-whitespace-pre in <center>
13208 * (bug 6260) Update to Interlingua localization (ia)
13209 * Update to Vlax Romany localization (rmy)
13210 * Update to Latin translation (la)
13211 * Update to Dutch translation (nl)
13212 * Avoid some notices in page history with bad input
13213 * Use double quoted consistently on attributes in linker output; preparing
13214 for new normalization code when tidy not in use
13215 * Replace "nogomatch" with "noexactmatch" and place the magic colon in the messages
13216 themselves. Some minor tweaks to the actual message content.
13217 * Introduce $wgContentNamespaces which allows for articles to exist in namespaces other
13218 than the main namespace, and still be counted as valid content in the site statistics.
13219 * (bug 5932) Introduce {{PAGESINNAMESPACE}} magic word
13220 * Disable $wgAllowExternalImages by default.
13221 * (bug 2700) Nice things like link completion and signatures now work in <gallery> tags.
13222 * Cancel output buffering in StreamFile; when used inside gzip buffering this
13223 could cause funny timeout behavior as the Content-Length was wrong.
13224 * Return correct content-type header with 304 responses for StreamFile;
13225 it confuses Safari if you let it return "text/html".
13226 * (bug 6280) Correct GRAMMAR for Slovenian localisation (sl)
13227 * (bug 6162) Change date format for Dutch Low Saxon (nds-nl)
13228 * (bug 6296) Update to Indonesian localisation (id) #21
13229 * Introduce EditFormPreloadText hook, see docs/hooks.txt for more information
13230 * (bug 4054) Add "boteditletter" to recent changes flags
13231 * Update to Catalan localization (ca)
13232 * (bug 2099) Deleted image files can now be archived and undeleted.
13233 Set $wgSaveDeletedFiles on and an appropriate directory path in
13234 $wgFileStore['deleted']['directory']
13235 * (bug 6324) Fix regression in enhanced RC alignment
13236 * Introduce {{NUMBEROFADMINS}} magic word
13237 * Update to Slovak translation (sk)
13238 * Update to Alemannic localization (gsw)
13239 * (bug 6300) Bug fixes for sr: variants
13240 * namespaceDupes.php can now accept an arbitrary prefix, for checking rogue
13241 interwikis and such. Not yet fully automated.
13242 * (bug 6344) Add Special:Uncategorizedimages page
13243 * (bug 6357) Update to Russian translation (ru)
13244 * Workaround possible bug in Firefox nightlies by properly removing the
13245 Content-Encoding header instead of sending explicit 'identity' value
13246 in StreamFile
13247 * (bug 6304) Show timestamp for current revision in diff pages
13248 * Vertically align current version with old version header in diff display
13249 * (bug 6174) Remove redundant "emailforlost" message
13250 * (bug 6189) Show an error to an unprivileged user trying to create account
13251 * (bug 6365) Show user information in the "old revision" navigation links
13252 * Introduce 'FetchChangesList' hook; see docs/hooks.txt for more information
13253 * (bug 6345) Update to Indonesian localisation (id) #22
13254 * (bug 6279) Add genitive month names to Slovenian localisation
13255 * (bug 6351) Update to German translation (de)
13256 * Respect language directionality when displaying arrow in Special:Brokenredirects
13257 * Remove unused "validation" table definitions from the schema files
13258 * (bug 6398) Work around apparent PCRE bug breaking section editing when
13259 massively-indented preformatted text immediately followed a header
13260 * (bug 6392) Fix misbehaving <br /> in preferences form
13261 * Add translated magic words to Hebrew localization
13262 * (bug 6396) Change name for Chuvash language
13263 * Introduce optional (off by default) language selector bar for user login
13264 and registration. Customisable via the "loginlanguagelinks" message, the
13265 links will preserve "returnto" values. If the user creates an account while
13266 using such a link, then the language in use will be saved as their language
13267 preference.
13268 * Make sure '~~~' '~~~~' '~~~~~' are removed in Nickname preference.
13269 * Rename "ipusuccess" to "unblocked", change the format (now wiki text)
13270 * (bug 2316) Add "caption" attribute to <gallery> tag
13271 * Allow setting the skin object that ImageGallery will use; needed during parse
13272 operations (the skin must come from the ParserOptions, not $wgUser)
13273 * Fix notice in MacBinary detection debug data for files of certain lengths
13274 * (bug 6131) Add type detection for DjVu files, allowing them to be uploaded
13275 with validity checking and size detection. No inline thumbnailing yet,
13276 but could be added in the future.
13277 * (bug 6423) Don't update newtalk flag if page content didn't change (null edits
13278 were causing the newtalk flag to trigger inappropriately)
13279 * Parser functions are now set using magic words.
13280 * (bug 6428) Incorrect form action URL on Special:Newimages with hidebots = 0 set
13281 * (bug 4990) Show page source to blocked users on edits, or their modified version
13282 if blocked during an edit
13283 * (bug 5903) When requesting the raw source of a non-existent message page,
13284 return blank content (as opposed to the message key)
13285 * Improve default blank content of MediaWiki:Common.css and MediaWiki:Monobook.css
13286 * (bug 6434) Allow customisation of submit button text on Special:Export
13287 * (bug 6314) Add user tool links on page histories
13288 * Fix display of file-type icons in galleries when $wgIgnoreImageErrors is off
13289 * (bug 6438) Update to Indonesian translation (id) #23
13290 * Adding the language code parameter to the hook "LanguageGetMagic", to allow
13291 localizble extensions magic words.
13292 * Update to Romanian translation (ro)
13293 * Update to Esperanto translation (eo)
13294 * Check for preg_match() existence when installing and die out whining about PCRE
13295 if it's not there, instead of throwing a fatal error
13296 * (bug 672) Add MathAfterTexvc hook
13297 * Update to Piedmontese localization (pms)
13298 * dumpBackup can optionally compress via dbzip2
13299 * (bug 2483) Run link updates on change via XML import
13300 * (bug 2481) List imported pages during Special:Import
13301 * (bug 2482) Log and RC entries for Special:Import events
13302 * Allow fetching all revisions from transwiki Special:Import
13303 * Allow fetching all revisions from Special:Export GET request
13304 * Disable output buffering on Special:Export; should help with streaming
13305 large numbers of history items.
13306 * Allow setting a maximum number of revisions for history Special:Export;
13307 pages with more than $wgExportMaxHistory revisions are excluded from
13308 export when history is requested.
13309 * Fix transwiki import of pages with space in name
13310 * Save null edit when importing pages through Special:Import
13311 * Update to Korean translation (ko)
13312 * Show a more specific message when an anonymous user tries to access Special:Watchlist
13313 * (bug 3278) Paging links in Special:Prefixindex
13314 * Added Latvian localization (lv)
13315 * (bug 6472) Fix regression in Special:Export with multiple pages
13316 * Update to Macedonian translation (mk)
13317 * Allow page moves over historyless self-redirects. Such are usually created
13318 as part of namespace rearrangements, and it's easier to clean them up if
13319 we can move over them.
13320 * Show some error results in moveBatch.php
13321 * (bug 6479) Allow specification of the skin to use during HTML dumps
13322 * (bug 6461) Link to page histories in Special:Newpages
13323 * (bug 6484) Don't do message transformations when preloading messages for editing
13324 * (bug 6201) Treat spaces as underscores in parameters to {{ns:}}
13325 * (bug 6006) Allow hiding the password change fields using an authentication plugin
13326 * (bug 6489) Use appropriate link colour on Special:Shortpages
13327 * Added formatnum magic word
13328 * Added Javanese localization (jv)
13329 * (bug 6491) Apply bad image list in category galleries
13330 * (bug 6488) Show relevant log fragment in Special:Movepage
13331 * Fix potential PHP notice in Special:Blockme when $wgBlockOpenProxies is true
13332 * Use mysql_real_escape_string instead of addslashes for string escaping in
13333 the MySQL Database class. This may fix some rare breakage with binary fields.
13334 Note that MediaWiki does not support the multibyte character sets where a
13335 "dumb" byte replacement can be actively dangerous; UTF-8 is always safe
13336 in this regard due to the bit patterns which make head and tail bytes
13337 distinct.
13338 * (bug 6497) Use $wgMetaNamespaceTalk for Esperanto if set
13339 * (bug 6498) Use localized forms for image size in Special:Undelete
13340 * (bug 6485) Update to Indonesian translation (id) #24
13341 * Extension messages translation is now possible.
13342 * Add target namespace override selector for transwiki imports.
13343 $wgImportTargetNamespace specifies the default, to be used for
13344 Wiktionary's 'Transwiki:' namespace etc.
13345 * (bug 6506) Update to German localisation (de)
13346 * (bug 502) Avoid silly tabs on bad title by using virtual special page
13347 * (bug 6511) Add diff links to old revision navigation bar
13348 * (bug 6511) Replace 'oldrevisionnavigation' message with 'old-revision-navigation'
13349 * Fix regression in Polish genitive month forms
13350 * (bug 4037) Make input handling in Special:Allpages and Special:Prefixindex
13351 more consistent: Accept just a namespace prefix and a colon, reject input
13352 with interwiki prefixes, otherwise do what Title::makeTitleSafe() does.
13353 * (bug 6516) Update to Russian translation
13354 * New 'allpagesbadtitle' message for Special:Allpages, based on 'badtitletext'.
13355 * Rename "searchquery" to "searchsubtitle" and support wiki text in it
13356 * Introduce updateArticleCount maintenance script which uses a better check that
13357 reflects what Article::isCountable() tests for
13358 * Introduce 'BadImage' hook; see docs/hooks.txt for more information
13359 * Add "searchsubtitleinvalid" message for searches that are not valid titles.
13360 * (bug 5962) Update to Italian localisation
13361 * (bug 6530) Update to Indonesian localisation (id) #25
13362 * (bug 6523) Fix SVG issue in rebuildImages.php
13363 * (bug 6512) Link to page-specific logs on page histories
13364 * (bug 6504) Allow configuring session name with $wgSessionName
13365 * (bug 6185) Add standard user tool links to log page views
13366 * Update to Venetian translation (vec)
13367 * Update to Slovenian translation (sl)
13368 * Add standard user tool links to deleted revision list
13369 * Separate out EditPage's getContent bits from regular Article getContent.
13370 Cleans up read-only-mode warning on empty pages and neats up some code.
13371 * (bug 6565) Strict JavaScript writing
13372 * (bug 6570) Update to Indonesian localisation (id) #26
13373 * Added Telugu translation (te)
13374 * Update to Catalan translation (ca)
13375 * (bug 6560) Avoid PHP notice when trimming ISBN whitespace
13376 * Added namespace translation to Kannada (ka)
13377 * (bug 6566) Improve input validation on timestamp conversion
13378 * Implicit group "emailconfirmed" for all users whose email addresses are confirmed
13379 * (bug 6577) Avoid multiline parser breakage on <pre> with newline in attribute
13380 * (bug 6771) Make old revisions of MediaWiki pages available with action=raw
13381
13382 == Changes since 1.5 ==
13383
13384 * (bug 2885) More PHP 5.1 fixes: skin, search, log, undelete
13385
13386 Code quality:
13387 * Use strval() to make sure we don't accidentally get null on bad revision
13388 text loads or other fields mucking up XML export output
13389 * Clean up duplicate code for selection of changeslist style
13390 * Correct blob caching to reduce redundant blob loads on backups
13391 * (bug 3182) Clear link cache during import to prevent memory leak
13392 * Fixed possible infinite loop in formatComment
13393 * Wrap message page insertions in a transaction to speed up installation
13394 * Avoid notice warning on edit with no User-Agent header
13395 * (bug 3649) Remove obsolete, broken moveCustomMessages script
13396 * Avoid numerous redundant latest-revision lookups in history
13397 * Require PHP 4.3.2 or higher strictly now.
13398 * Tweak infinite-template-handling loop for PHP 5.1.1 string handling change
13399 * Remove unused OutputPage::addCookie()
13400 * Fix for short_open_tag off again; please don't break this, guys
13401 * (bug 4507) Adjust FULLPAGENAMEE escaping to standard form
13402 * (bug 5302) Merge the two #p-search .pBody statements in monobook css.
13403
13404 Database:
13405 * Finally dropped MySQL 3.23.x support
13406 * Oracle support
13407 * (bug 3056) MySQL 3 compatibility fix: USE INDEX instead of FORCE INDEX
13408 * Update all stats fields on recount.sql
13409 * (bug 3227) Fix SQL injection introduced in experimental code
13410 * Fix table prefix usage in Block::enumBlocks
13411 * (bug 3448) Set page_len on undelete
13412 * (bug 3506) Avoid MySQL error when Listusers returns no results
13413 * Skip update of disused 'rc_cur_time' field (todo: discard the field)
13414 * (bug 3735) Fix to run under MySQL 5's strict mode
13415 * (bug 3786) Experimental support for MySQL 4.1/5.0 utf8 charset mode
13416 NOTE: Enabling this may break existing wikis, and still doesn't
13417 work for all Unicode characters due to MySQL limitations.
13418 * MySQL 5.0 strict mode fix for moving unwatched pages
13419 * Ability to set the table name for external storage servers
13420 * Update ipblocks table in MySQL 5 table defs
13421 * Removed FulltextStoplist.php, no longer used (was for MySQL 3.x workaround)
13422 * Added templatelinks table, to track template inclusions. User-visible effects
13423 will be:
13424 * (inclusion) tag for inclusions in Special:Whatlinkshere
13425 * More accurate list of used templates on the edit page
13426 * More reliable cache invalidation when templates outside the template
13427 namespace are changed
13428 * Respect database prefix in dumpHTML.inc
13429 * Removed read-only check from Database::query()
13430 * Added externallinks table, to track links to arbitrary URLs
13431 * Added job table, for deferred processing of jobs. The immediate application is
13432 to complete the link table refresh operation when templates are changed.
13433 * Don't change the password of the MySQL root user.
13434
13435 Documentation:
13436 * (bug 3306) Document $wgLocalTZoffset
13437
13438 Hooks:
13439 (list not complete)
13440 * Move ArticleSave hook execution into Article insert/update functions,
13441 so they get called on non-EditPage actions that use these functions
13442 to create or update pages.
13443 * Added EditFilter hook, and output callback on EditPage::showEditForm()
13444 for a place to add in captcha-type extensions in the edit flow
13445 * (bug 3684) Fix typo in fatal error backtraces in Hooks.php
13446 * Fix for hook callbacks on objects containing no fields
13447 * Add a hook for additional user creation throttle / limiter extensions
13448 * Use $wgOut->parse() in wfGetSiteNotice() instead of creating a new parser
13449 instance. This allows use of extension hooks if required.
13450 * Added AutoAuthenticate hook for external User object suppliers
13451 * Added 'PageRenderingHash' hook for changing the parser cache hash key
13452 from an extension that changes rendering based on nonstandard options.
13453 * Add 'GetInternalURL' hook to match the GetFullURL and GetLocalURL ones
13454 * (bug 4456) Add hook for marking article patrolled
13455 * Add UserRights hook, fires after a user's group memberships are changed
13456
13457 Images:
13458 * Support SVG rendering with rsvg
13459 * Cap arbitrary SVG renders to given image size or $wgSVGMaxSize pixels wide
13460 * (bug 3127) Render large SVGs at image page size correctly
13461 * Fix scaling of non-integer SVG unit sizes
13462 * (bug 2800) Don't scale up small images on |thumb| without explicit size
13463 * Use the real file link instead of the default-size rasterized version for
13464 large SVG images on image description page
13465 * Include the file name/type/size line for non-resized images
13466 * (bug 3489) PHP 5.1 compat problem with captioned images
13467 * (bug 3643) Fix image page display of large images with resizing disabled
13468 * Added a limit to the size of image files which can be thumbnailed
13469 * (bug 3806) Gracefully fall back to client-side scaling on |thumb| image
13470 that passes $wgMaxImageArea
13471 * (bug 153) Adjust thumbnail size calculations to match consistently;
13472 patch by David Benbennick
13473 * (bug 4162) Add $wgThumbnailEpoch timestamp to force old thumbs to
13474 be rerendered on demand, sitewide
13475 * (bug 1850) Additional fixes so existing local and remote images
13476 get a blue link even if there's no local description page
13477 * Avoid FATAL ERROR when creating thumbnail of non-existing image
13478 * (bug 4207) Wrong image size when using 100x200px syntax to scale image up
13479 patch by David Benbennick
13480 * Don't delete thumbnails when refreshing exif metadata. This caused thumbs
13481 to vanish mysteriously from time to time for files that didn't have metadata.
13482 * (bug 4426) Add link to user_talk page on image pages
13483 * Support a custom convert command for thumbnailing. See DefaultSettings.php
13484 and the comments for $wgCustomConvertCommand, for more information.
13485 * UserCan hook now allows advisory return values, rather than mandatory ones.
13486
13487 Installer:
13488 * (bug 3782) Throw fatal installation warning if mbstring.func_overload on.
13489 Why do people invent these crazy options that change language semantics?
13490 * Fixed installer bugs 921 and 3914 (issues with using root and so forth)
13491 * (bug 4258) Use ugly urls for ISAPI by default
13492 patch by Rob Church
13493 * Improve installer
13494 * Use a superuser account (such as root), if specifed, to create tables
13495 * Don't overwrite conservative permissions on the mySQL user with ALL
13496 permissions, if said user exists
13497 * Changes to some of the wording of explanations for fields
13498 * (bug 1734) granting db permissions failed with db usernames containg '-'
13499 * Add basic check for session support in PHP and die if not present
13500
13501 Maintenance:
13502 * Fix problem reported on mailing list where re-initialising stats didn't work (can't insert
13503 duplicate rows with the same id field)
13504 * Added --conf option to command line scripts, allowing the user to specify a
13505 different LocalSettings.php.
13506 * Maintenance script to delete unused text records
13507 * Maintenance script to delete non-current revisions
13508 * Maintenance script to wipe a page and all revisions from the database
13509 * Maintenance script to reassign edits from one user to another
13510 * Maintenance script to find and remove links to a given domain (cleanupSpam.php)
13511 * Fix --report interval option for dumpTextPass
13512
13513 i18n / Languages:
13514 * Partial support for Basque language (from wikipedia and meta)
13515 * (bug 3141) Partial support for Breton language (thanks Fulup).
13516 * Support for venitian language
13517 * (bug 1334) LanguageGa.php update
13518 * Finnish date format was hardcoded, now implemented properly
13519 * (bug 3190) Added some date format choices for language sr
13520 * (bug 2753) Some namespaces were not translated in LanguageTa.php (Tamil)
13521 * (bug 3204) Fix typo breaking special pages in fy localization
13522 * (bug 3177) Estonian date formats not implemented in LanguageEt.php
13523 * (bug 1020) Changing user interface language does not work immediately
13524 * (bug 3271) Updated LanguageNn.php for HEAD
13525 * Experimental feature to allow translation of block expiry times
13526 Implementation only for Finnish currently
13527 * (bug 3304) Language file for Croatian (LanguageHr.php)
13528 * (bug 2143) Update Vietnamese interface
13529 * (bug 3063) Remove some hardcodings from Hebrew localisation
13530 * (bug 3408) Bulgarian formatNum corrected
13531 * (bug 1512) Disable x-code interp on Esperanto URLs for now, it does more
13532 harm than good under current system by breaking incoming URLs with "ux".
13533 (Editing is not affected, just URLs.)
13534 * (bug 1423) LanguageJa.php update
13535 * Fix language name for dv
13536 * (bug 3503) Update LanguageSq.php from sq.wikipedia.org messages
13537 * (bug 3629) Fix date & time format for Frisian
13538 * (bug 3334) Namespace changes for Polish
13539 * (bug 3580) Change default Dutch language file to more neutral
13540 * (bug 3656) LanguageHr.php - added convertPlural
13541 * (bug 3414) LanguageBe.php - added convertPlural
13542 * (bug 3163) Full translation of LanguageBr
13543 * (bug 3617) Update for portuguese language (pt)
13544 * Namespaces hacks on LanguagePl
13545 * (bug 3682) LanguageSr.php - added convertPlural
13546 * (bug 3694) LanguageTr.php update
13547 * (bug 3711) Removed invisible unicode characters from LanguageHu
13548 * (bug 2981) Linktrail for Tamil (ta)
13549 * (bug 3722) Update of Arabic language (ar) Namespace changes
13550 * Removed hardcoded Norwegian (no) project namespaces
13551 * (bug 2324) image for redirects should be without text and oriented according to content language
13552 * (bug 3666) Don't spew PHP warnings in prefs on unrecognized site language
13553 * (bug 3817) Use localized date formats in preferences; 'no preference' option
13554 localizable as 'datedefault' message. Tweaked lots of languages files...
13555 * (bug 2721) Regression: Use European number separators for vi: wikis
13556 * (bug 3961) minor languageDe changes
13557 * (bug 1984) LanguageKo.php (Korean) update
13558 * (bug 3804) update of LanguageWa.php file
13559 * (bug 3886) Update for Portuguese language (pt)
13560 * (bug 4020) Update namespaces for ms
13561 * (bug 3922) bidi embedding overrides on category links
13562 * (bug 4061) Update of Slovene namespace names (LanguageSl.php)
13563 * (bug 4064) LanguageDe comma changes
13564 * (bug 3922) Further tweaks to bidi overrides in category list for old
13565 versions of Safari and Konqueror
13566 * Fix custom namespaces on wikis set for Portuguese
13567 * (bug 4153) Fix block length localizations in Greek
13568 * (bug 3844) ab: av: ba: ce: & kv: now inherit from LanguageRu.php
13569 ii: & za: now inherit from LanguageZn_cn.php
13570 * (bug 4165) Correct validation for user language selection (data taint)
13571 * (bug 4192) Remove silly 'The Free Encyclopedia' default sitesubtitle
13572 * Use content-lang for sitenotice
13573 * (bug 4233) Update LanguageJa.php
13574 * (bug 4279) Small correction to LanguageDa.php
13575 * (bug 4108, 4336) Remove trailing whitespace from various messages, which
13576 mucks up message updating to create dupe entries
13577 * (bug 4389) Fix math options on zh-hk and zh-tw (but not localized)
13578 * (bug 4392) Update of LanguageSr.php
13579 * (bug 4382) Frisian numeric format
13580 * (bug 4424) Update for Spanish language (es) 100% messages translated
13581 * (bug 4425) Typos in Polish translation
13582 * (bug 4436) Update for Turkish language (tr)
13583 * (bug 4413) Update of Farsi language file (LanguageFa.php)
13584 * Update for LanguageSr (Serbian): magic words
13585 * (bug 137) MediaWiki:Copyrightwarning hardcoding
13586 * (bug 4457) Update for Portuguese language (pt)
13587 * convertPlural breakage fixed a little
13588 * (bug 4144) Support for Sudanese language (Basa Sunda)
13589 * Big cleanup:
13590 - Removed obsolote, badly or untranslated messages
13591 - Removed references to wikipedia/wikimedia etc in messages
13592 - Other cleanup, like removing html and javascript and extension calls
13593 - Removed hardcoded namespaces: Tt, Ms, Ia, Ga, Fo, Bn, Csb, He, Nv, Oc, Tlh
13594 - Removed some useless backwards compatibility hacks
13595 - Fixed formatnum on many languages
13596 * wgAmericanDates check produced incorrect results in languages that don't have
13597 a such distinction
13598 * (bug 4548) Update for Portuguese language (pt): time format
13599 * (bug 4530) Use consistent name for Kurdish
13600 * Tweak default "upload disabled" text
13601 * (bug 4504) Use site language for namespace name resolution
13602 * (bug 4510) Correct Barnes & Noble bookstore URLs
13603 * (bug 3991) Allow the operation of wikicode on Protect move only text
13604 * (bug 4267) Switch dv sd ug ks arc languages to RTL
13605 * Default main page content improved per bug 4690
13606 * (bug 4615) Update for Portuguese language (pt)
13607 * Separated MessagesSl.php as the other languages.
13608 * (bug 4960) Add additional namespaces variants to Yiddish for compatibility
13609 * (bug 4805) Removed more wikipedia-references from MessagesUk.php
13610 * (bug 5015) Update magic words translation in LanguageBe.php
13611 * (bug 4859) Update for Portuguese messages (pt)
13612 * (bug 4788) One string for MessagesPl
13613 * Restriction types now use restriction-* messages instead of ui messages
13614 * (bug 4685) Slovenian LanguageSl.php hardcodes project namespace
13615 * (bug 5097) Fix Hungarian language (hu): thousands separator
13616 * (bug 5098) Update for Portuguese messages (pt)
13617 * (bug 5113) Spelling error in French language file
13618 * (bug 5105) Magic words for LanguageAr.php
13619 * (bug 3993) Variants for Serbian language
13620 * Typo in English messages file
13621 * (bug 4114) Spacing in watchlist rows (in editing mode)
13622 * Update default "exporttext" to reflect that Special:Import exists
13623 * (bug 4960) Add additional namespaces variants to Yi projects: Yiddish Wikinews fix
13624 * (bug 5357) Add the icon near the user name also in RTL interfaces
13625 * (bug 5156) Update for Hebrew language (he)
13626 * (bug 4497,4704,5010) Added some new language codes.
13627 * (bug 5362) Piedmontese added
13628 * (bug 5349) Update for Portuguese messages (pt)
13629 * (bug 3573) Finished full Greek translation: namespaces
13630 * (bug 5288) Initial localisation for Az
13631 * (bug 4361) Fix "allmessagesnotsupportedui" so it doesn't refer to nonexisting
13632 page
13633 * Tweak wording of "allmessagesnotsupporteddb"
13634
13635 Parser:
13636 * (bug 2522) {{CURRENTDAY2}} now shows the current day number with two digits
13637 * (bug 3210) Fix Media: links with remote image URL path
13638 * (bug 3405) Don't use raw letters as aliases of MSGNW: and SUBST:
13639 * (bug 3412) Clean up date format handling so ~~~~-sigs work with default
13640 format as designed. Documentation comments updated.
13641 * Fix Parser::unstrip on PHP 5.1.0RC4
13642 * (bug 3797) Don't expand variables and sigs in comments
13643 * Allow parser cache on redirect targets
13644 * Run wikitext-escaping on plaintext sigs (no wiki markup, just name)
13645 * Check for unbalanced HTML tags on raw sigs (markup allowed, but show
13646 a warning in prefs and use default sig if not balanced)
13647 * Respect <noinclude> and <includeonly> during {{subst:}} expansion as well as
13648 ordinary templates.
13649 * Support <includeonly> in templates loaded through preload= parameter
13650 * (bug 3979) Save correct {{REVISIONID}} into parser cache on edit
13651 * Substitute {{REVISIONID}} correctly in diff display
13652 * (bug 1850) Allow red-links on image pages linked with [[:image:foo]]
13653 * Fix XML validity checks in parser tests on PHP 5.1
13654 * (bug 4377) "[" is not valid in URLs
13655 * (bug 4453) fix for __TOC__ dollar-number breakage
13656 * Convert unnecessary URL escape codes in external links to their equivalent
13657 character before doing anything with them. This prevents certain kinds of
13658 spam filter evasion.
13659 * (bug 4783) : Fix for "{{ns:0}} does not render"
13660 * Improved support for interwiki transclusion
13661 * (bug 1850) Image link to nonexistent file fixed.
13662 * (bug 5167) Add {{SUBPAGENAME}} and {{SUBPAGENAMEE}} variables
13663 * (bug 4949) Missing : in "addedwatchtext" for English and Spanish
13664 * Allow user-defined functions, which work in a similar way to {{GRAMMAR:}}
13665 etc. Registered via an interface similar to tag hooks.
13666
13667 Upload:
13668 * (bug 2527) Always set destination filename when new file is selected
13669 * (bug 3076) Support MacBinary-encoded uploads from IE/Mac
13670 * (bug 2554) Tell users they are uploading too large file
13671 * Support for a license selection box on Special:Upload, configurable from MediaWiki:Licenses
13672 * Add 'reupload' and 'reupload-shared' permission keys to restrict new uploads
13673 overwriting existing files; default is the old behavior (allowed).
13674
13675 Security:
13676 * (bug 3244) Fix remote image loading hack, JavaScript injection on MSIE
13677 * (bug 3280) Respect 'move' group permission on page moves
13678 * (bug 2613) Clear saved passwords from the form
13679 * IP privacy fix for blocklist search on autoblocks
13680 * Security fix for <math>
13681 * Security fix for tables
13682 * Security fix for Special:Upload license selection list
13683 * Add UploadVerification hook for custom file upload validation/security checks
13684 * Blacklist additional MSIE CSS safety tricks
13685 * Fix meta robots tag on Special:Version again to avoid listing vulnerable
13686 versions for convenient harvesting by automated worms
13687 * Sanitizer CSS comment processing order fix
13688 * Forbid usernames that can be interpreted as titles with namespaces, as that
13689 leads to hard-to-manage names.
13690 * (bug 4071) Generate passwords long enough for $wgMinimalPasswordLength
13691 * Add createpage and createtalk permission keys, allowing a quick
13692 switch to disable page creation for anonymous users.
13693 * (bug 675) Add page protection level for unregistered/new accounts
13694 * User::isNewbie now uses the registration date and $wgAutoconfirmAge
13695 * Add 'deletedhistory' permission key for ability to view deleted history
13696 list via Special:Undelete. Default is off, replicating the 1.5 behavior,
13697 but it can be turned back on for random users to replicate the previous
13698 1.6 dev behavior.
13699 * Set cookies to secure mode based on use of HTTPS or $wgCookieSecure
13700 * (bug 4371) Disallow tilde character in signatures
13701 * Removed broken wgAllowAnonymousMinor and added new group right minoredit
13702 * Added detection for WMF files (application/x-msmetafile), added this
13703 MIME type to the default blacklist. Prevented inline display of images
13704 which are not of known image types. This is in response to
13705 http://en.wikipedia.org/wiki/Windows_Metafile_vulnerability
13706 * Blocked users can no longer roll back, change the protection of, or delete/undelete pages
13707 * Protect against spoofing of X-Forwarded-For header
13708 * XSS issue : now sanitize search query input (fixed in 1.5rc3)
13709 * Remove deprecated $wgOnlySysopsCanPatrol references; use User::isAllowed( 'patrol' )
13710 per bug 5282. Patch by Alan Harder.
13711 * Prevent registration/login with the username "MediaWiki default"
13712
13713 Special Pages:
13714 * Rearranged Special:Movepage form to reduce confusion between destination
13715 title and reason input boxes
13716 * (bug 1956) Hide bot uploads from Special:Newimages
13717 * (bug 3220) Fix escaping of block URLs in Recentchanges
13718 * (bug 3284) Ipblocklist paging, substring search
13719 * Allow filtering of robot edits in Special:Watchlist by setting
13720 $wgFilterRobotsWL = true.
13721 * Fix interlanguage links on special pages when extra namespaces configured
13722 * (bug 3475) anon contrib links on Special:Newpages
13723 * Special:Import/importDump fixes: report XML parse errors, accept <minor/>
13724 * (bug 2369) Add separate message for input box on Special:Prefixindex
13725 * (bug 3798) DoubleRedirects no longer has hard coded arrows
13726 * (bug 3803) Fix links on Special:Wantedcategories with miser mode off
13727 * Fix Special:BrokenRedirects on MySQL 5.0
13728 * (bug 3807) Fix 'all' in namespaces drop-down on contribs, rc
13729 * Fail gracefully on invalid namespace in Special:Newpages
13730 * (bug 3762) Define missing Special:Import UI messages
13731 * (bug 3761) Avoid deprecation warnings in Special:Import
13732 * (bug 2894) Enhanced Recent Changes link fixes
13733 * (bug 4059) fix 'hide minor edits' on Recentchangeslinked
13734 * (bug 146) List number of category members in Special:Categories
13735 (patch by Joel Nothman)
13736 * (bug 4090) Fix diff links in Special:Recentchangeslinked
13737 * (bug 4093) '&bot=1' in Special:Contributions now propagate to other links
13738 * Fix display of old recentchanges records for page moves
13739 * (bug 360) Let Whatlinkshere track [[:image:foo]] links
13740 * (bug 3073) Keep search parameter on paging in Special:Newimages
13741 * Removed Special:Validate, it's been superseded by the Review extension
13742 * (bug 4359) red [[user:#id]] links generated in [[special:Log]]
13743 * (bug 1996) Special page to list redirects
13744 * (bug 4334) Add "watch" links to Special:Unwatchedpages
13745 * Generate target user page links in Special:Ipblocklist where appropriate
13746 (i.e. not an autoblock)
13747 * Generate link to talk page of the blocker in Special:Ipblocklist, move
13748 contribs. link of the target next to their name
13749 * (bug 2714) Backlink from special:whatlinkshere was hard set as 'existing'
13750 * Move parentheses out of <a> link in Special:Contributions
13751 * (bug 3192): properly check 'limit' parameter on Special:Contributions
13752 * (bug 3187) watchlist text refer to unexistent "Stop watching" action
13753 * Add block, block log and general log links to Special:Contributions
13754 * Add contributions link to block log items
13755 * Added optional "hide own edits" feature to Special:Recentchanges
13756 * (bug 5018) Anchors for each message in Special:Allmessages
13757 * Introduce $wgWantedPagesThreshold per bug 5011; Special:Wantedpages will not
13758 list pages with less than this number of links. Defaults to 1.
13759 * (bug 4319) Don't show a "create account" link on the login form when
13760 account creation is disabled.
13761 * JavaScript filter for Special:Allmessages
13762 * (bug 3047) Don't mention talk pages on Special:Movepage when there isn't one
13763 * Show links to user page, talk page and contributions page on Special:Newpages
13764 * Special:Export can now export a list of all contributors to an article (off by default)
13765 * (bug 5372) Add number of files to Special:Statistics
13766 * (bug 2871) Links to talk pages in watchlist editing view
13767 * (bug 5385) Allow hiding anonymous edits on Special:Recentchanges
13768 * (bug 2544) Illogical error reporting order in Special:Userlogin
13769 * (bug 5409) Hide "show/hide patrolled edits" in Special:Recentchanges if patrolling
13770 is disabled
13771 * (bug 5447) Convert first letter of username to uppercase before searching in Special:Listusers
13772 * (bug 759) Wrap redirects on the watchlist editing page in a span, class "watchlistredir"
13773 * (bug 1862) Namespace filtering in watchlists
13774
13775 Misc.:
13776 * PHP 4.1 compatibility fix: don't use new_link parameter to mysql_connect
13777 if running prior to 4.2.0 as it causes the call to fail
13778 * (bug 3117) Fix display of upload size and type with tidy on
13779 * (bug 2323) Remove "last" tabindex from history page
13780 * (bug 3116) Division by zero on [[Image:Foo.png|123x123px|]]
13781 * Fix display of read-only lockfile message
13782 * Include software-visible client IP address in Special:Version comment
13783 as a proxy debugging aid
13784 * (bug 3170) Page Title failed to obey MediaWiki:Pagetitle.
13785 wikititlesuffix was removed
13786 * Add ability to break off certain debug topics into additional log files;
13787 use $wgDebugLogGroups to configure and wfDebugLog() to log.
13788 * Edit conflict on recreation of deleted page
13789 * (bug 3216) Don't show empty warning page when no warnings.
13790 * (bug 3218) Use proper quoting on history Compare Revisions button
13791 * Fix upgrade from 1.4 due to version number check breakage [for rc future]
13792 * Fix upgrade from 1.4 with no old revisions
13793 * Remove "info" editing toolbar that was shown in browsers which do not
13794 fully support the editing toolbar, but was found to be too confusing.
13795 * Don't override edit conflict suppression on section edits; section merging
13796 should provide the expected transparency here and fits usage patterns better.
13797 * (bug 3292) Fix move-over-redirect test when current entries are not plaintext
13798 * (bug 2078) Don't hide watch tab on preview
13799 * Fix regressions in ChangesList traditional layout
13800 * Fix edit on double-click for move-protected pages in Classic skin
13801 * (bug 3485) Fix bogus warning about filename capitalization when off
13802 * (bug 2570) Add 'watch this page' checkbox on uploads, watch uploads
13803 by default when 'watchdefault' option is on
13804 * Add options to dumpBackup.php for making split/partial dumps by page id
13805 * Added filter options, compression piping, and multiple output streams for
13806 dumpBackup.php
13807 * (bug 3595) Warn and abort if importDump.php called in read-only mode.
13808 * (bug 3598) Update message cache on message page deletion, patch by Tietew
13809 * Added separate noarticletext and newarticletext messages for logged in and anon users.
13810 * (bug 3332) Installation now uses Monobook, validates, plus usability improvements.
13811 * (bug 3660) Update diff3 detection to work with Windows/Cygwin
13812 * (bug 2330) Don't do funny thinks with "links" in MediaWiki:Undeletedtext
13813 * Two-pass data dump for friendliness to the DB (--stub, then dumpTextPass.php)
13814 * Data dump 'prefetch' mode to read normalized text from a prior dump
13815 (requires PHP 5, XMLReader extension)
13816 * (bug 2773) Print style sheet no longer overrides RTL text direction
13817 * (bug 2938) Update MediaWiki:Exporttext to be more general
13818 * Various fixes
13819 * Fix wfMsg*() replacements; args containing literal $[2-9] were wiped
13820 * Added @import for [[MediaWiki:Common.css]] to all skins
13821 * Edit box now remembers scrollbar position on preview
13822 * (bug 3816) Throw edit conflict instead of fatal error when a page is
13823 moved or deleted during section edit
13824 * (bug 3771) Handle internal functions in backtrace in wfAbruptExit()
13825 * (bug 3291) 'last' diff link for last history line when not at end
13826 * (bug 3667) Add missing global in page move code
13827 * (bug 2885) Remove unnecessary reference parameter which broke classic skin
13828 talk notification on PHP 5.0.5
13829 * (bug 3852) "Redirected from" link no longer obscured on double-redirects
13830 * changed directory hierarchy in images/math/. System upgrades from old to
13831 new hierarchy on the fly.
13832 * (bug 3487) Fix category edit preview with preview-on-bottom
13833 * (bug 918) Search index incorrectly joined words at == headings ==
13834 * (bug 3877) Render math images into temp directory, then move to hashed
13835 subdir so you can render new math images and have them work
13836 * (bug 2392) Fix Atom items content type, upgrade to Atom 1.0
13837 * Allow $wgFeedCacheTimeout of 0 to disable feed caching
13838 * Fix WebRequest::getRequestURL() to strip off the host bits squid prepends
13839 * Require POST for action=purge, to stop bots from purging the cache
13840 * Added local message cache feature ($wgLocalMessageCache), to reduce bandwidth
13841 requirements to the memcached server.
13842 * (bug 3562) for go search, try Caps-Variants-Broken-At-Non-Whitespace
13843 * (bug 2569) Use PATH_SEPARATOR instead of trying to guess based on
13844 DIRECTORY_SEPARATOR (was wrong on NetWare)
13845 * (bug 2740) Accept image deletions on 'enter' submit from MSIE
13846 * (bug 3939) Don't try to load text for interwiki redirect target
13847 * (bug 3948) Avoid notice warning in debug statement in bad search
13848 * Recognize Special:Search consistently so read whitelist works
13849 * (bug 3999) Change atom 1.0 feed id; had been unnecessarily complex due to
13850 unclear language in the spec. Now using the URL, same as the permalink,
13851 which someone else will probably whine about because it's not 'perma'
13852 enough or something.
13853 * (bug 4014) Fix include mode for Allpages on small page sets
13854 * (bug 3996) Fix text for new entries in RC RSS/Atom feed
13855 * (bug 3065) Update both watched namespaces when renaming pages
13856 * Changed mail form to have a bigger message entry box (like for editing
13857 a page
13858 * Fix ulimit parameters for wfShellExec when memory_limit is specified in 'm'
13859 * (bug 2111) Collapsable exif metadata table, clean up display
13860 * Reduce fractions in display of exif exposure time
13861 * (bug 4048) Optional footer link to site privacy policy
13862 * Don't die() when update.php reaches the end of the warning count
13863 * (bug 1915) Fix edit links when 'direction' used with 'oldid';
13864 using revision ID reported via OutputPage; Skin::editUrlOptions()
13865 * Remove obsolete 'redirect=no' on some edit links
13866 * Include oldid for the second revision on edit link on diff view
13867 * (bug 4035) Fix prev/next revision links on edit page
13868 * (bug 4100, 3049) Add 'edittools' message to hold edit tools, put it
13869 on Special:Upload as well as edit, rearrange edit page pieces a bit.
13870 Copyright warning now above the buttons to ensure it's visible,
13871 template list at the bottom so it can grow.
13872 * Optional summary parameter to action=rollback, for user javascript
13873 * (bug 4167) Fix regression caused by patch for bug 153
13874 * (bug 4169) Use $wgLegalTitleChars in pipe trick conversions
13875 * (bug 4170) Decode HTML character escapes in sort key
13876 * (bug 4201) Fix user-talk mode for Enotif, and general code cleanup
13877 * (bug 4214) Skip redundant action text inserts into the HTML <title>
13878 * (bug 4212) Skip redundant meta-robots tag for default settings
13879 * Fix regression: old version missing from edit links in Nostalgia skin
13880 * (bug 1600) Trigger edit conflict on duplicate section=new submissions
13881 * (bug 4001) Use local variables properly in wikibits.js akeytt()
13882 * Fix regression: old version missing from edit links on CSS/JS pages
13883 * (bug 3211) Include Date, To mail headers when using PEAR::Mail
13884 * (bug 3407) Fix encoding of subject and from/to headers on notification
13885 mails; userMailer() now takes a MailAddress wrapper object instead of
13886 a raw string to abstract things a level.
13887 * Fixed --server override on dumpTextPass.php
13888 * Added plugin interface for dumpBackup, so additional filters and output
13889 sink types can be registered at runtime from an extension
13890 * (bug 349) Fix for some numeric differences not being highlighted
13891 patch by Andrius Ramanauskas
13892 * (bug 4298) Include rc_id on enhanced RC singleton diff links for patrolling
13893 * Did some refactoring on ChangesList.php merging dupe code
13894 * (bug 1586) Fix interwiki generator for wikimedia obscure domains
13895 * (bug 3493) Mark edits patrolled when they are reverted
13896 patch by Leon Planken
13897 * Removed experimental Amethyst skin from default set
13898 * Upgrade old skin preferences properly at Special:Preferences
13899 (used to spontaneously switch to Classic skin for old numeric pref records)
13900 * (bug 3424) Update page_touched for category members on category page creation
13901 * Log views show message when no matches
13902 * Fix raw sitenotice display on database error
13903 * Fix autoconfirm check for old accounts
13904 * (bug 4368) Don't show useless empty preview on new section creation
13905 * Don't show useless empty preview on new page creation
13906 * (bug 4411) Fix messages diff link for classic skin
13907 * (bug 4385) Separate parser cache entries for non-editing users, so section
13908 edit links don't vanish / appear unwanted on protected pages
13909 * (bug 2726, 3397) Fix [[Special:]] and [[:Image]] links in action=render
13910 * (bug 4419) Remove obsolete magnify.png.old
13911 * Removed $wgUseCategoryMagic option, categories are now enabled unconditionally
13912 * (bug 3318) UI workarounds for disabled items in license selector
13913 MSIE/Win: items now grayed out, JS will revert to 'non selected' if clicked
13914 Safari: JS will revert to 'non selected' if clicked (but not gray)
13915 MSIE/Mac: indented items now visible (JS hack)
13916 * (bug 714) "plainlinks" class issues in IE, Opera
13917 * (bug 4317) Inconsistent "broken redirects" messages
13918 * Default interface text for "selflinks" tweaked
13919 * (bug 3194) default implementation of translateBlockExpiry
13920 which uses ipboptions
13921 * (bug 4446) $wgExportAllowHistory option to explicitly disable history in
13922 Special:Export form, 'exportnohistory' message to translate live hack.
13923 * Maintenance script to delete unused user accounts
13924 * (bug 912) Search box easier to reach in text browsers (lynx, links)
13925 * $wgParserCacheExpireTime added
13926 * Skip loading of RecentChange.php except where needed
13927 * Enforce $wgSVGMaxSize when rendering, even for SVGs with a very large source
13928 size. This is necessary to limit server memory usage.
13929 * Cleanup and error checking on Special:Listredirects
13930 * Clear up some instances of old OutputPage::sysopRequired() function usage
13931 * Improve "upload disabled" notice
13932 * Move parts of index.php to include/Wiki.php in an attempt to both cleanup index.php
13933 and create a MediaWiki-class mediaWiki base object
13934 * (bug 4104) Added OutputPageBeforeHTML hook for tweaking primary wiki output
13935 HTML on final output (cached or not)
13936 * Avoid PHP notice on command-line scripts if empty argument is passed ('')
13937 * (bug 4571) Partial fix hack for {{fulllurl:}} in action=render
13938 * (bug 3502) Bowtie symbol for TeX
13939 * (bug 4000) Support for \textstyle et al. in <math>
13940 * (bug 1663) support color in TeX formulas
13941 * (bug 2026) missing glue around \not= (TeX)
13942 * (bug 4576) Missing '>' broke license selector's first option in IE, Opera
13943 * Override $wgLocaltimezone in parser tests for us outside Iceland and UK
13944 * Fix extra whitespace at end of Wiki.php, DESTROYS XML OUTPUT
13945 * Remove redundant 'echo' statements from MonoBook.php
13946 * (bug 1103) Fix up redirect handling for images, categories
13947 Redirects are now followed from the top-level, outside of the Article
13948 content loading and viewing, for clarity and consistency.
13949 * (bug 4104) 'OutputPageBeforeHTML' hook to postprocess article HTML on
13950 page view (comes after parser cache, if used). Patch by ThomasV.
13951 * Linker::formatComment corrupted the passed title object on PHP 5
13952 if the comment included a section link. Use clone() to make a safe copy.
13953 * Add wfClone() wrapper since we're still using PHP 4 on some servers.
13954 * Remove obsolete killthread.php
13955 * Added wfDie() wrapper, and some manual die(-1), to force the return code
13956 to the shell to return nonzero when we crap out with an error.
13957 * Allow input of the stub from a compressed file instead of stdin
13958 for dumpTextPass.php; easier to get errors back on the shell
13959 * Added an attractive space on the namespace selector on contribs
13960 * Move PHP 5-friendly XHTML doctype hack to Sanitizer, use for sig checks.
13961 Fixes use of named entities in sigs on PHP 5
13962 * (bug 4482) Include move comment on the null edit as well as the redirect
13963 * (bug 3990) Use existing session name if session.auto_start is on
13964 Fixes checks for open sessions, such as the cookie warning on login.
13965 Patch by Zbigniew Braniecki.
13966 * Add cache-safe alternate sitenotice for anonymous users. (MediaWiki:Anonnotice)
13967 This is displayed instead of the regular sitenotice, if it exists. If not, the
13968 regular sitenotice shows. If that doesn't exist, the value of $wgSiteNotice is used,
13969 and if that's null, then nothing is shown.
13970 * Spit the generated LocalSettings code out during the installer as an aid
13971 to debugging issues. (Keep this?)
13972 * Use __FILE__ to form path in new LocalSettings.php, so it stays accurate
13973 when the directory is relocated for typical usage.
13974 * Auto-update $wgCacheEpoch when LocalSettings.php changes on new installs.
13975 For typical usage this will be a light burden and should reduce confusion
13976 when the configuration is edited.
13977 * Fix $wgCacheEpoch's effect on client-side caching.
13978 * (bug 1122) gray out 'older revision' when viewing first article revision.
13979 * Clearer message in DefaultSettings.php: edit LocalSettings.php instead
13980 * MonoBook skin top link id changed from "contentTop" to "top" (shared with
13981 name attribute)
13982 * (bug 3350) Missing label for move talk page checkbox.
13983 * (bug 2108) Sort entries when using category browser
13984 * (bug 2393) Fix MIME type for Atom feeds ( application/rss+atom )
13985 * Add ".deps.php" include-file preloaders for some dynamically-loaded
13986 language and skin classes. Should help with the broken base-class
13987 problem under PHP 5 with APC as opcode cache. See details:
13988 http://mail.wikipedia.org/pipermail/wikitech-l/2006-January/033660.html
13989 * Small changes to tabs in Monobook skin c/o Chris Ware
13990 * (bug 4679) Work around buggy basename() function in PHP5, which breaks
13991 uploads of files starting with multibyte characters on Linux.
13992 wfBaseName() doesn't suffer this bug, and understands backslash on
13993 both Unix and Windows.
13994 * (bug 3603) headscripts variable not hooked up to MonoBook skin
13995 * Allow local cdb-based interwiki cache
13996 * Use the "block", not the "protect" permission, when determining whether to
13997 show a "block user" link in the toolbox
13998 * Fix backup dump text prefetch for XMLReader constant changes in PHP 5.1
13999 * Suppress useless percentage indicator on output from 7za during dumps
14000 * (bug 4633) Add (previous 200) (next 200) also above catlinks
14001 * (bug 4686) Fix regression where ?diff=0&oldid=0 caused fatal error on
14002 pages with only one revision. Fixes message diff link on first edit.
14003 * Fix dependence on hardcoded UNIQ_PREFIX in LanguageConverter.php
14004 * Do not check lag on external storage servers
14005 * Do not tidy interface messages (unless full tidy is set)
14006 * Do not trust equality propagation and give more hints to MySQL
14007 optimizer for revision fetches (avoids index scans)
14008 * Use revision rate for ETA in dump generation; it tends to be more stable
14009 than the per-page count for full-history dumps.
14010 * Include timestamp in wfDebugLog breakouts
14011 * (bug 4469) Namespace-specific notice to be displayed below site-notice
14012 Edit messages like "MediaWiki:Namespacenotice-" plus namespace name
14013 which is blank for main namespace, or like e.g. "User_talk"
14014 * Adjust user login/creation form hooks to work with a captcha plugin
14015 * (bug 1284) Inline styles for diffs in Recent Changes RSS/Atom feeds
14016 * (bug 4824) IE7 beta 2 broke compatibility with PNG logo workarounds,
14017 and seems to work ok with other bits. No longer including the IE
14018 workarounds JavaScript for IE 7 and above.
14019 * Fix extra namespace for Bulgarian
14020 * (bug 4303) Add $wgFavicon to change the shorticon icon link from
14021 the default /favicon.ico or disable it (if set to false)
14022 * (bug 3347) strip linebreaks in math error source
14023 * (bug 4841) Warning for non-logged-in edits
14024 * (bug 4867) Leave invalid EXIF date fields unformatted instead of
14025 showing a bogus current timestamp
14026 * Reset $wgActionPaths during parser test; corrects some false failures
14027 in the automated test report.
14028 * (bug 4875) Define a div containing the shared image description
14029 * (bug 4860) Expose Title->userCan() as Hooks
14030 * (bug 4828) Fix genitive month-name variable for cs, pl, uk
14031 * (bug 4842) Fix 'show number of watching users' with enhanced RC
14032 * (bug 4889) Fix image talk namespace for Tamil
14033 * (bug 4147) Added cleanupWatchlist.php to clear out bogus watchlist entries
14034 * (partial bug 3456) Disable auto redirect to Main Page after account creation
14035 * (bug 4824) Separate out IE7 CSS compat hacks, fix for RTL pages
14036 * Added support for wikidiff2 and similar external diff engines.
14037 * Allow cookies to be shared between multiple wikis with a shared user database
14038 * Blocking some Unicode whitespace characters in usernames. Should check
14039 if some or all should be blocked from all page titles.
14040 * Unknown log types no longer throw notices everywhere in RecentChanges
14041 * (bug 4502, 5017) Don't render potentially hostile deleted page contents
14042 on Special:Undelete by default; show source, with an optional preview.
14043 The revisions list no longer shows the latest text by default, so it can
14044 still be operated if the text is hostile.
14045 * (bug 5013) Check for existence on "return to" links
14046 * Removed trailing whitespace on a bunch more messages.
14047 * Fix missing bad title check in Special:Booksources
14048 * Remove empty booksources string in fy
14049 * Avoid corrupting <gallery> inside <!-- comment -->
14050 * Remove legacy PHPTal code, hasn't been maintained in ages.
14051 * Tweak Userlogin include order for APC issue
14052 * Don't try to link to current page on protection tab
14053 * More exact checking in Title::equals() to fox moves of numerically similar
14054 page titles. (Odd hex title bug on 64-bit.)
14055 * Fix explicit s-maxage=0 on raw pages; should help with proxy issues in
14056 generated stylesheets... hopefully...
14057 * (bug 4685) More fixes for Slovenian project namespace
14058 * Fixed and enhanced a little the Live Preview, which had been broken for some time
14059 * Added article size limit, $wgMaxArticleSize
14060 * (bug 4974) Don't follow redirected talk page on "new messages" link
14061 * (bug 4970) Make category paging limits configurable
14062 * (bug 4535) Warn user when editing CSS or JS subpage of a skin that doesn't exist
14063 * Make Live Preview an user preference, still controllable by the global variable
14064 * Rename the stub LanguageAls / LanguageGem_alsation to LanguageGsw to follow
14065 updated language code assignments
14066 * (bug 5081) Remove bogus fix for invalid characters in links which simply
14067 broke use of legitimate multiple whitespace characters in bracketed link.
14068 * (bug 4838) Add relative oldids (prev, next, cur) for raw pages
14069 Patch by Lupin
14070 * (bug 5086) Force image resize dimensions on ImageMagick, as for instance
14071 "-resize 100x35!"; some thumbs were off due to differences in rounding and
14072 would be generated smaller than expected.
14073 * (bug 5062) Width sometimes one pixel short when using maximum heights
14074 * Purge thumbnails and metadata cache for action=purge on an image page
14075 * (bug 4273) Bounce back with a message when attempting to submit a new comment
14076 with an empty main textbox (user probably hit Enter in subject field)
14077 * (bug 5141) Gracefully handle the new account link when createaccount off
14078 * (bug 5150 and related) Fix missing ID attribute in HTML namespace selector
14079 * (bug 5152) Proper HTML escaping on subpage breadcrumbs
14080 * (bug 4855) Section edit links now have the section name in the title attribute.
14081 * (bug 2115) Support shift-selecting multiple checkboxes with JavaScript.
14082 * (bug 5161) Don't try to load template list for nonexistent pages
14083 * (bug 5228) Workaround for broken LanguageConverter title overrides; avoid
14084 unnecessary hidden UI work when watch/unwatch is performed on edit
14085 * Fixed bogus master fallback in external storage
14086 * (bug 5246) Add speak:none to "hiddenStructure" class in main.css
14087 * Further work on rev_deleted; changed to a bitfield with several data-hiding
14088 options. Not yet ready for production use; Special:Revisiondelete is
14089 incomplete, and the flags are not preserved across page deletion/undeletion.
14090 To try it; add the 'deleterevision' permission to a privileged group.
14091 * (bug 5270) Fix broken linktrail for br, cv, fr, hr, nn, oc, ta, wa
14092 * Add a clickable contribs link in user tool links (rc, watchlist, diff view)
14093 to see how people like it. (There was one in the old hacked-up diff view.)
14094 * (bug 5236) Load wikibits.js before site-customized javascript
14095 * (bug 4119) Workaround for <nowiki> following link in Walloon; remove capitals
14096 from linktrail, as they're not used anywhere else.
14097 * (bug 4781) Output links with the percent-encoding they're supplied with;
14098 save the normalization for internal link storage. The normalization is a bit
14099 buggy and can make incorrect foldings in the query string and such, so isn't
14100 reliable beyond the hostname where it's used for the spam bulk checker.
14101 * Don't URL-decode in the title attribute for URL links; it can produce false
14102 results that don't code back to their original values.
14103 * (bug 4611) Add user preference (default on) to add new pages to creators's watchlist
14104 * (bug 5286) Fix regression in display of missing/bad revision IDs
14105 * (bug 4729) Add user preference that marks a user's edits as patrolled if user is able to
14106 * (bug 4630) Add user preference to prompt users when entering blank edit summaries
14107 * Added optional suggest feature for the search box. Set wgUseAjax to true to
14108 enable it.
14109 * (bug 5277) Use audio/midi rather that audio/mid
14110 * (bug 5410) Use namespace name when a custom namespace's nstab-NS message is nonexistent
14111 * (bug 5432) Fix inconsistencies in cookie names when using table prefixes
14112 * Additional protections against HTML breakage in table parsing
14113 * (bug 5355) Include skin name and style JS settings in page source;
14114 fixes regression where Opera 6/7 and KHTML CSS fixes weren't applied
14115 when wikibits.js was moved up before user JS inclusion.
14116 * Added $wgColorErrors: if set, database error messages will be highlighted
14117 when running command-line scripts in a Unix terminal.
14118 * (bug 5195) rebuildrecentchanges.php works again; Database::insertSelect now
14119 has a parameter for select options.
14120 * Fix updateSearchIndex.php for new schema
14121 * Fix bogus "filename too short" error when uploading files with a period in the base
14122 name, e.g. "Mr. Zee.png"
14123 * (bug 2139) Show page title in subtitle when viewing "read only" page
14124 * (bug 5452) Update language name for Cree
14125
14126
14127
14128 ----
14129
14130 == MediaWiki 1.5.8 ==
14131
14132 March 26, 2006
14133
14134 MediaWiki 1.5.8 is a security and bugfix maintenance release.
14135
14136 A bug in decoding of certain encoded links could allow injection of raw
14137 HTML into page output; this could potentially lead to XSS attacks.
14138
14139 Some minor UI fixes were also made, see the change log at the bottom of
14140 this file.
14141
14142
14143 == MediaWiki 1.5.7 ==
14144
14145 March 2, 2006
14146
14147 MediaWiki 1.5.7 is a bugfix maintenance release.
14148
14149 Most importantly, a security issue in the installer has been fixed. The bug
14150 affects new installations of 1.5.6 only. If the user specified the MySQL root
14151 password, to allow the installer to create an unprivileged account, the
14152 installer would not only create the new account but also change the root
14153 password to be equal to the password of the new account.
14154
14155 Anyone affected by this bug will need to change the root password back
14156 manually. For information about how to change passwords in MySQL please see:
14157 http://dev.mysql.com/doc/refman/5.1/en/passwords.html
14158
14159 This version includes fixes for compatibility with Internet Explorer 7
14160 beta 2, and various other bugs; see the full changelog at the end of
14161 the release notes.
14162
14163
14164 == MediaWiki 1.5.6 ==
14165
14166 January 19, 2006
14167
14168 MediaWiki 1.5.6 is a security and bugfix maintenance release.
14169
14170 A bug in edit comment formatting could send PHP into an infinite loop
14171 if certain malformed links were included. In most installations, this
14172 would cause the script to fail after PHP's 30-second failsafe timeout.
14173
14174 Some improvements have been made to the installer which should make
14175 installation possible on a system with a broken MySQL "root" account.
14176
14177 For several other minor fixes, see the complete changelog at the end
14178 of this file.
14179
14180
14181 == MediaWiki 1.5.5 ==
14182
14183 January 5, 2006
14184
14185 MediaWiki 1.5.5 is a security and bugfix maintenance release.
14186
14187 Detection for uploads of Windows Metafile (.wmf) images has been added
14188 to help protect against a client-side vulnerability in unpatched Microsoft
14189 Windows operating systems.
14190
14191 Sites which have enabled uploads and added non-standard file types
14192 (such as .ogg, .doc, or .pdf) should upgrade to this release to ensure
14193 that malicious .wmf files can't be uploaded with a fake extension;
14194 such files could put visitors to the site at risk.
14195
14196 For more details on this, see:
14197 http://en.wikipedia.org/wiki/Windows_Metafile_vulnerability
14198
14199 Additionally, a maintenance script removeUnusedAccounts.php has been added;
14200 this replaces an older Perl script which had not been updated for the new
14201 schema in 1.5.
14202
14203
14204 == MediaWiki 1.5.4 ==
14205
14206 December 21, 2005
14207
14208 MediaWiki 1.5.4 is a security and bugfix maintenance release.
14209
14210 A hardcoded internal placeholder string has been replaced with a random
14211 one. This closes a hole where security checks in inline style attributes
14212 could be bypassed, injecting JavaScript code that could execute in
14213 Microsoft Internet Explorer.
14214
14215 Other browsers would not be vulnerable.
14216
14217 Several minor fixes are included in this release, most notably a fix
14218 to clear the "you have new messages" flag properly for usernames
14219 containing spaces when e-mail notification is enabled.
14220
14221 See the changelog at the end of the release notes for a full list of
14222 fixes.
14223
14224
14225 == MediaWiki 1.5.3 ==
14226
14227 December 4, 2005
14228
14229 MediaWiki 1.5.3 is a security and bugfix maintenance release.
14230
14231 Validation of the user language option was broken by a code change in
14232 May 2005, opening the possibility of remote code execution as this
14233 parameter is used in forming a class name dynamically created with
14234 eval().
14235
14236 The validation has been corrected in this version. All prior 1.5 release
14237 and prelease versions are affected; 1.4 and earlier and not affected.
14238
14239 Additionally several bugs have been fixed; see the changelog later in
14240 this file for a complete list.
14241
14242
14243 == MediaWiki 1.5.2 ==
14244
14245 November 2, 2005
14246
14247 MediaWiki 1.5.2 is a bugfix maintenance release.
14248
14249 A change in PHP 4.4.1 and PHP 5.1.0RC broke handling of extension and
14250 <pre> sections, causing garbage data to be inserted in output and saved
14251 edits. This version works around the change.
14252
14253 Several other glitches with MySQL 5.0 and PHP 5.0.5 were also fixed;
14254 see the change log below for a complete list.
14255
14256
14257 == MediaWiki 1.5.1 ==
14258
14259 October 26, 2005
14260
14261 MediaWiki 1.5.1 is a bugfix and security maintenance release, and is a
14262 recommended upgrade for all installations.
14263
14264 This release includes further corrections to the inline CSS style sanitation
14265 which works around a JavaScript "feature" on Microsoft Internet Explorer.
14266 Users of Microsoft Internet Explorer for Windows may be vulnerable to
14267 XSS injections on prior versions; users of standards-compliant browsers
14268 are not vulnerable.
14269
14270 Major fixes include:
14271 * Image pages work again with resizing disabled
14272 * Works in MySQL 5.0 strict mode
14273
14274 There is experimental support in this release for explicitly declaring
14275 the UTF-8 charset in the database; this has been tested with MySQL 5.0.15
14276 but should work on 4.1 as well.
14277
14278 IMPORTANT: Changing this setting on an existing wiki may produce interesting
14279 data corruption, depending on server configuration. Page contents should,
14280 usually, be unaffected, but page titles and other items may be. Limitations
14281 in MySQL's Unicode support mean that characters outside the BMP cannot be used
14282 in page titles or various other fields when using this mode.
14283
14284 Table definitions are in maintenance/mysql5/tables.sql, and the runtime
14285 option to send 'SET NAMES utf8' is set by $wgDBmysql5 = true.
14286
14287 (MySQL 3.23.x and 4.0.x do not support character set declarations; on these
14288 versions MediaWiki simply works with UTF-8 data and MySQL is blissfully
14289 unaware of it.)
14290
14291
14292
14293 == MediaWiki 1.5.0 final ==
14294
14295 October 5, 2005
14296
14297 MediaWiki 1.5.0 is the new stable release branch of MediaWiki, and is
14298 recommended for all new installations.
14299
14300 Any wikis running a 1.5 beta or release candidate are strongly recommended
14301 to upgrade to the final release, which includes a number of bug fixes and
14302 a security fix for CSS bugs in Microsoft Internet Explorer.
14303
14304 IMPORTANT: Running a 1.3 or 1.4 wiki and don't want to jump to 1.5 yet?
14305 Be sure to upgrade to 1.3.17 or 1.4.11, also released today. Versions
14306 prior to 1.3.16 and 1.4.10 have a serious data corruption bug which is
14307 triggered by a spambot known to operate in the wild.
14308
14309
14310 === What's new in 1.5? ===
14311
14312 Schema:
14313 The core table schema has changed significantly. This should make better
14314 use of the database's cache and disk I/O, and make significantly speed up
14315 rename and delete operations on pages with very long edit histories.
14316
14317 Unfortunately this does mean upgrading a wiki of size from 1.4 will require
14318 some downtime for the schema restructuring, but future storage backend
14319 changes should be able to integrate into the new system more easily.
14320
14321 Permalinks:
14322 The current revision of a page now has a permanent 'oldid' number assigned
14323 immediately, and the id numbers are now preserved across deletion/undeletion.
14324 A permanent reference to the current revision of a page is now just a matter
14325 of going to the 'history' tab and copying the first link in the list.
14326
14327 Page move log:
14328 Renames of pages are now recorded in Special:Log and the page history.
14329 A handy revert link is available from the log for sysops.
14330
14331 Editing diff:
14332 Ever lost track of what you'd done so far during an edit? A 'Show diff'
14333 button on the edit page now makes it easy to remember.
14334
14335 Uploads:
14336 It's now possible to specify the final filename of an upload distinct
14337 from the original filename on your disk.
14338
14339 An image link for a missing file will now take you straight to the upload page.
14340
14341 More metadata is pre-extracted from uploaded images, which will ease pressure
14342 on disk or NFS volumes used to store images. EXIF metadata is displayed on
14343 the image description page if PHP is configured with the necessary module.
14344
14345 If .svg files are added to the upload whitelist, you can choose to render
14346 them to rasterized .png images for inline display using one of several
14347 external helper programs. See DefaultSettings.php for SVG options.
14348
14349 User accounts:
14350 There are some changes to the user permissions system, with assignable
14351 groups. Note that this does *not* allow you to make pages which are only
14352 accessible to certain groups.
14353
14354 For details see: https://www.mediawiki.org/wiki/Manual:User_rights
14355
14356 E-mail:
14357 User-to-user e-mail can now be restricted to require a mail-back confirmation
14358 first to reduce potential for abuse with false addresses.
14359
14360 Updates to user talk pages and watchlist entries can optionally send e-mail
14361 notifications.
14362
14363 External hooks:
14364 A somewhat experimental interface for hooking in an external editor
14365 application is included.
14366
14367 And...
14368 A bunch of stuff we forgot to mention.
14369
14370
14371 === What's gone? ===
14372
14373 Latin-1:
14374 Wikis must now be encoded in Unicode UTF-8; this has been the default for
14375 some time, but some languages could optionally be installed in Latin-1 mode.
14376 This is no longer supported.
14377
14378 You can check if your current wiki is in Latin-1 mode by using your browser's
14379 "view source"; look for a line like this:
14380
14381 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
14382
14383 If it says charset=utf-8, you're ready. If it says charset=iso8859-1,
14384 you may need to convert your data. (English-language wikis avoiding
14385 any accented characters may be able to get away without conversion.)
14386
14387 MySQL 3.x:
14388 Some optimization hacks for MySQL 3.x have been removed as part of the schema
14389 clean-up (specifically, the inverse_timestamp fields).
14390
14391 MediaWiki 1.5 may still run on 3.x, but wikis of non-trivial size should
14392 very seriously consider upgrading to a more modern release. MySQL 3.x support
14393 will probably be entirely dropped in the next major release.
14394
14395 Special:Maintenance
14396 These tools were, ironically enough, not really maintained. This special
14397 page has been removed; insofar as some of its pieces were useful and haven't
14398 already been supplanted by other special pages they should be rewritten in
14399 an efficient and safe manner in the future.
14400
14401
14402 === Caveats ===
14403
14404 Upgrade:
14405 Wikis in Latin-1 encoding are no longer supported; only Unicode UTF-8.
14406 A new option $wgLegacyEncoding is provided to allow on-the-fly recoding of
14407 old page text entries, but other metadata fields (titles, comments etc) need
14408 to be pre-converted. The standard upgrade process does not yet fully automate
14409 this, but you can try the alternate partial-upgrader in upgrade1_5.php.
14410
14411 The upgrade from 1.4 to 1.5 schema has not been tested for all cases, so
14412 it's possible you may experience problems in some combinations.
14413
14414 Backups:
14415 The text entries of deleted pages are no longer removed from the main
14416 text table on deletion. If you provide public backup dumps of your databases,
14417 you will probably want to use the new XML-format dump generator, available
14418 as maintenance/dumpBackup.php.
14419
14420 For more information on how we run our own public data dumps at Wikimedia,
14421 see http://meta.wikimedia.org/wiki/Data_dumps
14422
14423 PostgreSQL:
14424 The table definitions for PostgreSQL install are out of date. PostgreSQL
14425 support may return in later releases, pending appropriate patches.
14426
14427 MySQL 4.1+:
14428 Some users may encounter installation problems with MySQL 4.1 or higher
14429 due to strange charset encoding / collation configurations. Try setting
14430 to 'latin1' or 'utf8' if you encounter problems.
14431
14432
14433
14434 == MediaWiki 1.5 release candidate 4 ==
14435
14436 August 29, 2005
14437
14438 MediaWiki 1.5rc4 is a preview release of the new 1.5 release series.
14439 It fixes compatibility with PHP 5.1, and corrects two cross-site scripting
14440 security bugs:
14441
14442 * <math> tags were handled incorrectly when TeX rendering support is off,
14443 as in the default configuration.
14444 * Extension or <nowiki> sections in Wiki table syntax could bypass HTML
14445 style attribute restrictions for cross-site scripting attacks against
14446 Microsoft Internet Explorer
14447
14448 Wikis where the optional math support has been *enabled* are not vulnerable
14449 to the first, but are vulnerable to the second.
14450
14451
14452
14453 == MediaWiki 1.5 release candidate 3 ==
14454
14455 August 24, 2005
14456
14457 MediaWiki 1.5rc3 is a preview release of the new 1.5 release series.
14458 It fixes several major problems in 1.5rc2:
14459
14460 * Fixed a cross-site scripting injection in the search form
14461 (broken since 1.5beta1)
14462
14463 * Fixed upgrades from 1.4 database schema
14464 (broken since 1.5rc2)
14465
14466 1.3 and 1.4 releases are not vulnerable to the XSS bug, but anyone
14467 running an earlier 1.5 beta or release candidate should upgrade
14468 immediately.
14469
14470
14471 == MediaWiki 1.5 release candidate 2 ==
14472
14473 August 23, 2005
14474
14475 MediaWiki 1.5rc2 is a preview release of the new 1.5 release series.
14476 Numerous bug fixes since last beta, plus a security fix; see change
14477 log below for full details.
14478
14479 A flaw in the interaction between extensions and HTML attribute
14480 sanitization was discovered which could allow unauthorized use
14481 of offsite resources in style sheets, and possible exploitation
14482 of a JavaScript injection feature on Microsoft Internet Explorer.
14483
14484 This version expands the returned text and properly checks it
14485 before output.
14486
14487 A 1.5rc1 release was mistakenly made from the incorrect source code
14488 branch; 1.5rc2 is identical to the actual 1.5rc1 in revision control
14489 except for version number.
14490
14491
14492 == MediaWiki 1.5 beta 4 ==
14493
14494 July 30, 2005
14495
14496 MediaWiki 1.5 beta 4 is a preview release of the new 1.5 release series.
14497 A number of bugs have been fixed since beta 3; see the full changelist below.
14498
14499
14500 == MediaWiki 1.5 beta 3 ==
14501
14502 July 7, 2005
14503
14504 MediaWiki 1.5 beta 3 is a preview release of the new 1.5 release
14505 series, with a security update over beta 2.
14506
14507 Incorrect escaping of a parameter in the page move template could
14508 be used to inject JavaScript code by getting a victim to visit a
14509 maliciously constructed URL. Users of vulnerable releases are
14510 recommended to upgrade to this release.
14511
14512 Vulnerable versions:
14513 * 1.5 preview series: n <= 1.5beta2 vulnerable, fixed in 1.5beta3
14514 * 1.4 stable series: 1.4beta6 <= n <= 1.4.5 vulnerable, fixed in 1.4.6
14515 * 1.3 legacy series: not vulnerable
14516
14517 This release also includes several bug fixes and localization updates.
14518 See the changelog at the end of this file for a detailed list.
14519
14520
14521
14522 == MediaWiki 1.5 beta 2 ==
14523
14524 July 5, 2005
14525
14526 MediaWiki 1.5 beta 2 is a preview release of the new 1.5 release series.
14527 While most exciting new bugs should have been ironed out at this point,
14528 third-party wiki operators should probably not run this beta release
14529 on a public site without closely following additional development.
14530
14531 Anyone who _has_ been running beta 1 is very very strongly advised to
14532 upgrade to beta 2, as it fixes many bugs from the previous beta including
14533 a couple of HTML and SQL injections.
14534
14535 This release should be followed by one or two release candidates and
14536 a 1.5.0 final within the next few weeks.
14537
14538 Beta upgraders, note there are some minor database changes. For upgrades
14539 from 1.4, see the file UPGRADE for details on significant database and
14540 configuration file changes.
14541
14542 Beta 2 includes a preliminary command-line XML wiki dump importer tool,
14543 maintenance/importDump.php, paired with maintenance/dumpBackup.php.
14544 These use the same format as Special:Export and Special:Import, able
14545 to package a wiki's entire page set independent of the backend database
14546 and compression format.
14547
14548
14549 == MediaWiki 1.5 beta 1 ==
14550
14551 June 26, 2005
14552
14553 MediaWiki 1.5 beta 1 is a preview release, pretty much feature complete,
14554 of the new 1.5 release series. There are several known and likely a number
14555 of unknown bugs; it is not recommended to use this release in a production
14556 environment but would be recommended for testing in mind of an upcoming
14557 deployment.
14558
14559 A number of significant changes have been made since the alpha releases,
14560 including database changes and a reworking of the user permissions settings.
14561 See the file UPGRADE for details of upgrading and changing your prior
14562 configuration settings for the new system.
14563
14564
14565
14566 == MediaWiki 1.5 alpha 2 ==
14567
14568 June 3, 2005
14569
14570 MediaWiki 1.5 alpha 2 includes a lot of bug fixes, feature merges,
14571 and a security update.
14572
14573 Incorrect handling of page template inclusions made it possible to
14574 inject JavaScript code into HTML attributes, which could lead to
14575 cross-site scripting attacks on a publicly editable wiki.
14576
14577 Vulnerable releases and fix:
14578 * 1.5 prerelease: fixed in 1.5alpha2
14579 * 1.4 stable series: fixed in 1.4.5
14580 * 1.3 legacy series: fixed in 1.3.13
14581 * 1.2 series no longer supported; upgrade to 1.4.5 strongly recommended
14582
14583
14584 == MediaWiki 1.5 alpha 1 ==
14585
14586 May 3, 2005
14587
14588 This is a testing preview release, being put out mainly to aid testers in
14589 finding installation bugs and other major problems. It is strongly recommended
14590 NOT to run a live production web site on this alpha release.
14591
14592 ** WARNING: USE OF THIS ALPHA RELEASE MAY INFEST YOUR HOUSE WITH **
14593 ** TERMITES, ROT YOUR TEETH, GROW HAIR ON YOUR PALMS, AND PASTE **
14594 ** INNUENDO INTO YOUR C.V. RIGHT BEFORE A JOB INTERVIEW! **
14595 ** DON'T SAY WE DIDN'T WARN YOU, MAN. WE TOTALLY DID RIGHT HERE. **
14596
14597
14598 === Smaller changes since 1.4 ===
14599
14600 Various bugfixes, small features, and a few experimental things:
14601
14602 * 'live preview' reduces preview reload burden on supported browsers
14603 * support for external editors for files and wiki pages:
14604 https://www.mediawiki.org/wiki/Manual:External_editors
14605 * Schema reworking: https://www.mediawiki.org/wiki/Proposed_Database_Schema_Changes/October_2004
14606 * (bug 15) Allow editors to view diff of their change before actually submitting an edit
14607 * (bug 190) Hide your own edits on the watchlist
14608 * (bug 510): Special:Randompage now works for other namespaces than NS_MAIN.
14609 * (bug 1015) support for the full wikisyntax in <gallery> captions.
14610 * (bug 1105) A "Destination filename" (save as) added to Special:Upload Upload.
14611 * (bug 1352) Images on description pages now get thumbnailed regardless of whether the thumbnail is larger than the original.
14612 * (bug 1662) A new magicword, {{CURRENTMONTHABBREV}} returns the abbreviation of the current month
14613 * (bug 1668) 'Date format' supported for other languages than English, see:
14614 http://mail.wikipedia.org/pipermail/wikitech-l/2005-March/028364.html
14615 * (bug 1739) A new magicword, {{REVISIONID}} give you the article or diff database
14616 revision id, useful for proper citation.
14617 * (bug 1998) Updated the Russian translation.
14618 * (bug 2064) Configurable JavaScript mimetype with $wgJsMimeType
14619 * (bug 2084) Fixed a regular expression in includes/Title.php that was accepting invalid syntax like #REDIRECT [[foo] in redirects
14620 * It's now possible to invert the namespace selection at Special:Allpages and Special:Contributions
14621 * No longer using sorbs.net to check for open proxies by default.
14622 * What was $wgDisableUploads is now $wgEnableUploads, and should be set to true if one wishes to enable uploads.
14623 * Supplying a reason for a block is no longer mandatory
14624 * Language conversion support for category pages
14625 * $wgStyleSheetDirectory is no longer an alias for $wgStyleDirectory;
14626 * Special:Movepage can now take parameters like Special:Movepage/Page_to_move
14627 (used to just be able to take parameters via a GET request like index.php?title=Special:Movepage&target=Page_to_move)
14628 * (bug 2151) The delete summary now includes editor name, if only one has edited the article.
14629 * (bug 2105) Fixed from argument to the PHP mail() function. A missing space could prevent sending mail with some versions of sendmail.
14630 * (bug 2228) Updated the Slovak translation
14631 * ...and more!
14632
14633
14634 === Changes since 1.5alpha1 ===
14635
14636 * (bug 73) Category sort key is set to file name when adding category to
14637 file description from upload page (previously it would be set to
14638 "Special:Upload", causing problems with category paging)
14639 * (bug 419) The contents of the navigation toolbar are now editable through
14640 the MediaWiki namespace on the MediaWiki:navbar page.
14641 * (bug 498) The Views heading in MonoBook.php is now localizable
14642 * (bug 898) The wiki can now do advanced sanity check on uploaded files
14643 including virus checks using external programs.
14644 * (bug 1692) Fix margin on unwatch tab
14645 * (bug 1906) Generalize project namespace for Latin localization, update namespaces
14646 * (bug 1975) The name for Limburgish (li) changed from "Lèmburgs" to "Limburgs
14647 * (bug 2019) Wrapped the output of Special:Version in <div dir='ltr'> in order
14648 to preserve the correct flow of text on RTL wikis.
14649 * (bug 2067) Fixed crash on empty quoted HTML attribute
14650 * (bug 2075) Corrected namespace definitions in Tamil localization
14651 * (bug 2079) Removed links to Special:Maintenance from movepagetext message
14652 * (bug 2094) Multiple use of a template produced wrong results in some cases
14653 * (bug 2095) Triple-closing-bracket thing partly fixed
14654 * (bug 2110) "noarticletext" should not display on Image page for "sharedupload" media
14655 * (bug 2150) Fix tab indexes on edit form
14656 * (bug 2152) Add missing bgcolor to attribute whitelist for <td> and <th>
14657 * (bug 2176) Section edit 'show changes' button works correctly now
14658 * (bug 2178) Use temp dir from environment in parser tests
14659 * (bug 2217) Negative ISO years were incorrectly converted to BC notation
14660 * (bug 2234) allow special chars in database passwords during install
14661 * Deprecated the {{msg:template}} syntax for referring to templates, {{msg: is
14662 now the wikisyntax representation of wfMsgForContent()
14663 * Fix for reading incorrectly re-gzipped HistoryBlob entries
14664 * HistoryBlobStub: the last-used HistoryBlob is kept open to speed up
14665 multiple-revision pulls
14666 * Add $wgLegacySchemaConversion update-time option to reduce amount of
14667 copying during the schema upgrade: creates HistoryBlobCurStub reference
14668 records in text instead of copying all the cur_text fields. Requires
14669 that the cur table be left in place until/unless such fields are migrated
14670 into the main text store.
14671 * Special:Export now includes page, revision, and user id numbers by
14672 default (previously this was disabled for no particular reason)
14673 * dumpBackup.php can dump the full database to Export XML, with current
14674 revisions only or complete histories.
14675 * The group table was renamed to groups because "group" is a reserved word in
14676 SQL which caused some inconveniances.
14677 * New fileicons for c, cpp, deb, dvi, exe, h, html, iso, java, mid, mov, o,
14678 ogg, pdf, ps, rm, rpm, tar, tex, ttf and txt files based on the KDE
14679 crystalsvg theme.
14680 * Fixed a bug in Special:Newimages that made it impossible to search for '0'
14681 * Added language variant support for Icelandic, now supports "Íslenzka"
14682 * The #p-nav id in MonoBook is now #p-navigation
14683 * Putting $4 in msg:userstatstext will now give the percentage of
14684 admnistrators out of normal users.
14685 * links and brokenlinks tables merged to pagelinks; this will reduce pain
14686 dealing with moves and deletes of widely-linked pages.
14687 * Add validate table and val_ip column through the updater.
14688 * Simple rate limiter for edits and page moves; set $wgRateLimits
14689 (somewhat experimental; currently needs memcached)
14690 * (bug 2262) Hide math preferences when TeX is not enabled
14691 * (bug 2267) Don't generate thumbnail at the same size as the source image.
14692 * Fix rebuildtextindex.inc for new schema
14693 * Remove linkscc table code, no longer used.
14694 * (bug 2271) Use faster text-only link replacement in image alt text
14695 instead of rerunning expensive link lookup and HTML generation.
14696 * Only build the HTML attribute whitelist tree once.
14697 * Replace wfMungeToUtf8 and do_html_entity_decode with a single function
14698 that does both numeric and named chars: Sanitizer::decodeCharReferences
14699 * Removed some obsolete UTF-8 converter functions
14700 * Fix function comment in debug dump of SQL statements
14701 * (bug 2275) Update search index more or less right on page move
14702 * (bug 2053) Move comment whitespace trimming from edit page to save;
14703 leaves the whitespace from the section comment there on preview.
14704 * (bug 2274) Respect stub threshold in category page list
14705 * (bug 2173) Fatal error when removing an article with an empty title from the watchlist
14706 * Removed -f parameter from mail() usage, likely to cause failures and bounces.
14707 * (bug 2130) Fixed interwiki links with fragments
14708 * (bug 684) Accept an attribute parameter array on parser hook tags
14709 * (bug 814) Integrate AuthPlugin changes to support Ryan Lane's external
14710 LDAP authentication plugin
14711 * (bug 2034) Armor HTML attributes against template inclusion and links munging
14712
14713 === Changes since 1.5alpha2 ===
14714
14715 * (bug 2319) Fix parse hook tag matching
14716 * (bug 2329) Fix title formatting in several special pages
14717 * (bug 2223) Add unique index on user_name field to prevent duplicate accounts
14718 * (bug 1976) fix shared user database with a table prefix set
14719 * (bug 2334) Accept null for attribs in wfElement without PHP warning
14720 * (bug 2309) Allow templates and template parameters in HTML attribute zone,
14721 with proper validation checks. (regression from fix for 2304)
14722 * Disallow close tags and enforce empty tags for <hr> and <br>
14723 * Changed user_groups format quite a bit.
14724 * (bug 2368) Avoid fatally breaking PHP 4.1.2 in a debug line
14725 * (bug 2367) Insert correct redirect link record on page move
14726 * (bug 2372) Fix rendering of empty-title inline interwiki links
14727 * (bug 2384) Fix typo in regex for IP address checking
14728 * (bug 650) Prominently link MySQL 4.1 help page in installer if a possible
14729 version conflict is detected
14730 * (bug 2394) Undo incompatible breakage to {{msg:}} compatiblity includes
14731 * (bug 1322) Use a shorter cl_sortkey field to avoid breaking on MySQL 4.1
14732 when the default charset is set to utf8
14733 * (bug 2400) don't send confirmation mail on account creation if
14734 $wgEmailAuthentication is false.
14735 * (bug 2172) Fix problem with nowiki beeing replaced by marker strings
14736 when a template with a gallery was used.
14737 * Guard Special:Userrights against form submission forgery
14738 * (bug 2408) page_is_new was inverted (whoops!)
14739 * Added wfMsgHtml() function for escaping messages and leaving params intact
14740 * Fix ordering of Special:Listusers; fix groups list so it shows all groups
14741 when searching for a specific group and can't be split across pages
14742 * (bug 1702) Display a handy upload link instead of a useless blank link
14743 for [[media:]] links to nonexistent files.
14744 * (bug 873) Fix usage of createaccount permission; replaces $wgWhitelistAccount
14745 * (bug 1805) Initialise $wgContLang before $wgUser
14746 * (bug 2277) Added Friulian language file
14747 * (bug 2457) The "Special page" href now links to the current special page
14748 rather than to "".
14749 * (bug 1120) Updated the Czech translation
14750 * A new magic word, {{SCRIPTPATH}}, returns $wgScriptPath
14751 * A new magic word, {{SERVERNAME}}, returns $wgServerName
14752 * A new magic word, {{NUMBEROFFILES}}, returns the number of rows in the image table
14753 * Special:Imagelist displays titles with " " instead of "_"
14754 * Less gratuitous munging of content sample in delete summary
14755 * badaccess/badaccesstext to supercede sysop*, developer* messages
14756 * Changed $wgGroupPermissions to more cut-n-paste-friendly format
14757 * 'developer' group deprecated by default
14758 * Special:Upload now uses 'upload' permission instead of hardcoding login check
14759 * Add 'importupload' permission to disable direct uploads to Special:Import
14760 * (bug 2459) Correct escaping in Special:Log prev/next links
14761 * (bug 2462 etc) Taking out the experimental dash conversion; it broke too many
14762 things for the current parser to handle cleanly
14763 * (bug 2467) Added a Turkish language file
14764 * Fixed a bug in Special:Contributions that caused the namespace selection to
14765 be forgotten between submits
14766 * Special:Watchlist/edit now has namespace subheadings
14767 * (bug 1714) the "Save page" button now has right margin to separate it from
14768 "Show preview" and "Show changes"
14769 * Special:Statistics now supports action=raw, useful for bots designed to
14770 harwest e.g. article counts from multiple wikis.
14771 * The copyright confirmation box at Special:Upload is now turned off by default
14772 and can be turned back on by setting $wgCopyrightAffirmation to a true value.
14773 * Restored prior text for password reminder button and e-mail, replacing
14774 the factually inaccurate text that was there.
14775 * (bug 2178) Fix temp dir check again
14776 * (bug 2488) Format 'deletedtext' message as wikitext
14777 * (bug 750) Keep line endings consistent in LocalSettings.php
14778 * (bug 1577) Add 'printable version' tab in MonoBook for people who don't
14779 realize you can just hit print to get a nicely formatted printable page.
14780 * Trim whitespace from option values to weather line-ending corruption problems
14781 * Fixed a typo in the Romanian language file (NS_MESIA => NS_MEDIA)
14782 * (bug 2504) Updated the Finnish translation
14783 * (bug 2506, 2512) Updated the Nynorsk translation
14784 * (bug 996) Replace $wgWhitelistEdit with 'edit' permission; fixup UPGRADE
14785 documentation about edit and read whitelists.
14786 * (bug 2515) Fix incremental link table update
14787 * Removed some wikipedia-specifica from LanguageXx.php's
14788 * (bug 2496) Allow MediaWiki:edithelppage to point to external page
14789 * Added a versionRequired() function to OutputPage, useful for extension
14790 writers that want to control what version of MediaWiki their extension
14791 can be used with.
14792 * Serialized user objects now checked for versioning
14793 * Fix for interwiki link regression
14794 * Printable link shorter in monobook
14795 * Experimental Latin-1-and-replication-friendly upgrader script
14796 * (bug 2520) Don't show enotif options when disabled
14797
14798 == Changes since 1.5beta1 ==
14799
14800 * (bug 2531) Changed the interwiki name for sh (Serbocroatian) to
14801 Srpskohrvatski/Српскохрватски (was Српскохрватски (Srbskohrvatski))
14802 * Nonzero return code for command-line scripts on wfDebugDieBacktrace()
14803 * Conversion fix for empty old table in upgrade1_5.php
14804 * Try reading revisions from master if no result on slave
14805 * (bug 2538) Suppress notice on user serialized checks
14806 * Fix paging on Special:Contributions
14807 * (bug 2541) Fix unprotect tab
14808 * (bug 1242) category list now show on edit page
14809 * Skip sidebar entries where link text is '-'
14810 * Convert non-UTF-8 URL parameters even if referer is local
14811 * (bug 2460) <img> width & height properly filled when resizing image
14812 * (bug 2273) deletion log comment used user interface language
14813 * Try reading revision _text_ from master if no result on slave
14814 * Use content-language message cache for raw view of message pages
14815 * (bug 2530) Not displaying talk pages on Special:Watchlist/edit
14816 * Fixed a bug that would occour if $wgCapitalLinks was set to false, a user
14817 agent could create a username that began with a lower case letter that was
14818 not in the ASCII character set ( now user $wgContLang->ucfirst() instead of
14819 PHP ucfirst() )
14820 * Moved the user name / password validity checking from
14821 LoginForm::addNewAccountInternal() to two new functions,
14822 User::isValidUserName() and User::isValidPassword(), extensions can now do
14823 these checks without rewriting code.
14824 * Fix $wgSiteNotice when MediaWiki:Sitenotice is set to default '-'
14825 * Fixed a bug where the watchlist count without talk pages would be off by a
14826 factor of two.
14827 * upgrade1_5.php uses insert ignore, allows to skip image info initialization
14828 * Fix namespaces in category list.
14829 * Add rebuildImages.php to update image metadata fields
14830 * Special:Ancientpages is expensive in new schema for now
14831 * (bug 2568) Fixed a logic error in the Special:Statistics code which caused
14832 the displayed percentage of admins to be totally off.
14833 * (bug 2560) Don't show blank width/height attributes for missing size
14834 * Don't show bogus messages about watchlist notifications when disabled
14835 * Don't show old debug messages in watchlist
14836 * (bug 2576) Fix recording of transclusion links
14837 * (bug 2577) Allow sysops to enter non-standard block times
14838 * Fixed a bug where Special:Contributions wouldn't remember the 'invert'
14839 status between next/previous buttons.
14840 * Move MonoBook printable link from tab to sidebar
14841 * (bug 2567) Fix HTML escaping on category titles in list
14842 * (bug 2562) Show rollback link for current revisions on diff pages
14843 * (bug 2583) Add --missinig option on rebuildImages.php to add db entries
14844 for uploaded files that don't have them
14845 * (bug 2572) Fix edit conflict handling
14846 * (bug 2595) Show "Earlier" and "Latest" links on history go to the first/last
14847 page in the article history pager.
14848 * Don't show empty-page text in 'Show changes' on new page
14849 * (bug 2591) Check for end, fix limits on Whatlinkshere
14850 * (bug 2584) Fix output of subcategory list
14851 * (bug 2597) Don't crash when undeleting an image description page
14852 * (bug 2564) Don't show "editingold" warning for recent revision
14853 * Various code cleanup and HTML escaping fixlets
14854 * Copy IRC-over-UDP update option from REL1_4
14855 * (bug 2548) Keep summary on 'show changes' of section edit
14856 * Move center on toc to title part to avoid breaking .toc style usage
14857 * HTML sanitizer: correct multiple attributes by keeping last, not first
14858 * (bug 2614) Fix section edit links on diff-to-current with oldid set
14859 Also fix navigation links on current-with-oldid view.
14860 * (bug 2620) Return to prior behavior for some more things (such as
14861 subpage parent links) on current-diff view.
14862 * (bug 2618) Fix regression from another fix; show initial preview for
14863 categories only if the page does not exist.
14864 * (bug 2625) Keep group & user settings when paging in Listusers
14865 * (bug 2627) Fix regression: diff radio button initial selection
14866 * Copy fix for old search URLs with Lucene search plugin from REL1_4
14867 * (bug 619) Don't use incompatible diff3 executable on non-Linux systems.
14868 * (bug 2631) Fix Hebrew namespaces.
14869 * (bug 2630) Indicate no-longer-valid cached entries in BrokenRedirects list
14870 * (bug 2644, 2645) "cur" diff links in page history, watchlist and
14871 recentchanges should specify current ID explicitly.
14872 * (bug 2609) Fix text justification preferenced with MonoBook skin.
14873 * (bug 2594) Display article tab as red for non-existent articles.
14874 * (bug 2656) Fix regression: prevent blocked users from reverting images
14875 * (bug 2629) Automatically capitalize usernames again instead of
14876 rejecting lowercase with a useless error message
14877 * (bug 2661) Fix link generation in contribs
14878 * Add support for &preload=Page_name (load text of an existing page into
14879 edit area) and &editintro=Page_name (load text of an existing page instead
14880 of MediaWiki:Newpagetext) to &action=edit, if page is new.
14881 * (bugs 2633, 2672, 2685, 2695) Fix Estonian, Portuguese, Italian, Finnish and
14882 Spanish numeric formatting
14883 * Fixed Swedish numeric formatting
14884 * (bug 2658) Fix signature time, localtime to match timezone offset again
14885 * Files from shared repositories (e.g. commons) now display with their
14886 image description pages when viewed on local wikis.
14887 * Restore compatibility namespace aliases for French Wikipedia
14888 * Fix diff order on Enhanced RC 'changes' link
14889 * (bug 2650) Fix national date type display on wikis that don't support
14890 dynamic date conversion.
14891 * FiveUpgrade: large table hacks, install iw_trans update before links
14892 * (bug 2648) Rename namespaces in Afrikaanse
14893 * Special:Booksources checks if custom list page exists before using it
14894 * (bug 1170) Fixed linktrail for da: and ru:
14895 * (bug 2683) Really fix apostrophe escaping for toolbox tips
14896 * (bug 923) Fix title and subtitle for rclinked special page
14897 * (bug 2642) watchdetails message in several languages used <a></a> instead of [ ]
14898 * (bug 2181) basic CSB language localisation by Tomasz G. Sienicki (thanks for the patch)
14899 * Fix correct use of escaping in edit toolbar bits
14900 * Removed language conversion support from Icelandic
14901 * (bug 2616) Fix proportional image scaling, giving correct height
14902 * (bug 2640) Include width and height attributes on unscaled images
14903 * Workaround for mysterious problem with bogus epoch If-Last-Modified reqs
14904 * (bug 1109) Suppress compressed output on 304 responses
14905 * (bug 2674) Include some site configuration info in export data:
14906 namespaces definitions, case-sensitivity, site name, version.
14907 * Use xml:space="preserve" hint on export <text> elements
14908 * Make language variant selection work again for zh
14909
14910 == Changes since 1.5beta2 ==
14911
14912 * Escaped & correctly in Special:Contributions
14913 * (bug 2534) Hide edit sections with CSS to make right click to edit section work
14914 * (bug 2708) Avoid undefined notice on cookieless login attempt
14915 * (bug 2188) Correct template namespace for Greek localization
14916 * Fixed number formatting for Dutch
14917 * (bug 1355) add class noprint to commonPrint.css
14918 * (bug 2350) Massive update for Limburgish (li) language using Wikipédia
14919 * Massive update for Arab (ar) language using Wikipédia
14920 * (bug 1560) Massive update for Kurdish (ku) language using Wikipédia
14921 * (bug 2709) Some messages were not read from database
14922 * (bug 2416) Don't allow search engine robots to index or follow nonexisting articles
14923 * Fix escaping in page move template.
14924 * (bug 153) Discrepancy between thumbnail size and <img> height attribute
14925
14926 == Changes since 1.5beta3 ==
14927
14928 * Fix talk page move handling
14929 * (bug 2721) New language file for Vietnamese with the Vietnamese number notation
14930 * (bug 2749) &nbsp; would appear as a literal in image galleries for Cs, Fr, Fur, Pl and Sv
14931 * (bug 787) external links being rendered when they only have one slash
14932 * Fixed a missing typecast in Language::dateFormat() that would cause some
14933 interesting errors with signitures.
14934 * (bug 2764) Number format for Nds
14935 * (bug 1553) Stop forcing lowercase in Monobook skin for German language.
14936 * (bug 1064) Implements Special:Unusedcategories
14937 * (bug 2311) New language file for Macedonian
14938 * Fix nohistory message on empty page history
14939 * Fix fatal error in history when validation on
14940 * Cleaned up email notification message formatting
14941 * Finally fixed Special:Disambiguations that was broke since SCHEMA_WORK
14942 * (bug 2761) fix capitalization of "i" in Turkish
14943 * (bug 2789) memcached image metadata now cleared after deletion
14944 * Add serialized version number to image metadata cache records
14945 * (bug 2780) Fix thumbnail generation with GD for new image schema
14946 * (bug 2791) Slovene numeric format
14947 * (bug 655) Provide empty search form when searching for nothing
14948 * Nynorsk numeric format fix
14949 * (bug 2825) Fix regression in newtalk notifications for anons w/ enotif off
14950 * (bug 2833) Fix bug in previous fix
14951 * With $wgCapitalLinks off, accept off-by-first-letter-case in 'go' match
14952 * Optional parameters for [[Special:Listusers]]
14953 * (bug 2832) [[Special:Listadmins]] redirects to [[Special:Listusers/sysop]]
14954 * (bug 785) Parser did not get out of <pre> with list elements
14955 * Some shared upload fixes
14956 * (bug 2768) section=new on nonexistent talk page does not add heading
14957 * support preload= parameter for section=new
14958 * show comment subject in preview when using section=new
14959 * use comment form when creating a new talk page
14960 * (bug 460) Properly handle <center> tags as a block.
14961 * Undo inconsistent editing behavior change
14962 * (bug 2835) Back out fix for bug 2802, caused regressions in category sort
14963 * PHP 4.1.2 compatibility fix: define floatval() equivalent if missing
14964 * (bug 2901) Number format for Catalan
14965 * Special:Allpages performance hacks: index memcached caching, removed
14966 inverse checkbox, use friendlier relative offsets in index build
14967 * Bring back "Chick" skin for mobile devices. It needs testing.
14968 * Fix spelling of $wgForwardSearchUrl in DefaultSettings.php
14969 * Specify USE INDEX on Allpages chunk queries, sometimes gets lost
14970 due to bogus optimization
14971 * (bug 275) Section duplication fix
14972 * Remove unused use of undefined variable in UserMailer
14973 * Fix notice on search index update due to non-array
14974 * (bug 2885) Fix fatal errors and notices in PHP 5.1.0beta3
14975 * (bug 2931) Fix additional notices on reference use in PHP 4.4.0
14976 * (bug 2774) Add three new $wgHooks to LogPage which enable extensions to add
14977 their own logtypes, see extensions/Renameuser/SpecialRenameuser.php for an
14978 example of this.
14979 * (bug 740) Messages from extensions now appear in Special:Allmessages
14980 * (bug 2857) fixed parsing of lists in <pre> sections
14981 * (bug 796) Trackback support
14982 * Fix 1.5 regression: weird, backwards diff links on new pages in enhanced RC
14983 are now suppressed as before.
14984 * New skin: Simple
14985 * "uselang" and "useskin" URL parameters can now be used in the URL when
14986 viewing a page, to change the language and skin of a page respectively.
14987 * Skins can now be previewed in preferences
14988 * (bug 2943) AuthPlugin::getCanonicalName() name canonicalization hook,
14989 patch from robla
14990 * Wrap revision insert & page update in a transaction, rollback on late
14991 edit conflict.
14992 * (bug 2953) 'other' didn't work in Special:Blockip when localized
14993 * (bug 2958) Rollback and delete auto-summary should be in the project's
14994 content language
14995 * Removed useless protectreason message
14996 * Spelling fix: $wgUrlProtcols -> $wgUrlProtocols
14997 * Switch Moldovan local name to cyrillic
14998 * Fix typo in undefined array index access prevention
14999 * (bug 2947) Update namespaces for sr localization
15000 * (bug 2952) Added Asturian language file with translated namespaces
15001 * (bug 2676) Apply a protective transformation on editing input/output
15002 for browsers that hit the Unicode blacklist. Patch by plugwash.
15003 * (bug 2999) Fix encoding conversion of pl_title in upgrade1_5.php
15004 * compressOld.php disabled, as it's known to be broken.
15005
15006
15007 === Changes since 1.5beta4 ===
15008
15009 * Fix Special:Allmessages under PHP 5
15010 * (bug 2911) Special:Watchlist allowed only one type of limit at a time
15011 * (bug 693) Special:Allmessages is excessively wide and redundant
15012 * (bug 3001) Updated and applied live hack for recentchanges-based watchlist
15013 * (bug 145) Finish 'exclude redirect' implementation in search form
15014 * Rearranged Special:Movepage form to reduce confusion between destination
15015 title and reason input boxes
15016 * (bug 2527) Always set destination filename when new file is selected
15017 * (bug 3056) MySQL 3 compatibility fix: USE INDEX instead of FORCE INDEX
15018 * PHP 4.1 compatibility fix: don't use new_link parameter to mysql_connect
15019 if running prior to 4.2.0 as it causes the call to fail
15020 * (bug 3117) Fix display of upload size and type with tidy on
15021 * (bug 1487) invalid html on empty list in banlist
15022 * (bug 3017) Hotkey conflict for delete and show changes
15023 * made pixel unit translateable and blocklistline now eats infiniteblock
15024 and expiringblock
15025 * (bug 3092) Wrong numerical separator for big numbers in Serbian.
15026 * (bug 2855) Credit for a uniq author showed its realname even with
15027 $wgAllowRealName=false.
15028 * New special page: SpecialMostlinked
15029 * (bug 2393) Fix MIME type for Atom feeds ( application/rss+atom )
15030 * Fix display of read-only lockfile message
15031 * Added a new hook, 'AddNewAccount', which is run after account creation
15032 * Update all stats fields on recount.sql
15033 * Include software-visible client IP address in Special:Version comment
15034 as a proxy debugging aid
15035 * (bug 3162) Fix 'undefined property page_is_new' error on watchlist
15036 * (bug 1734) granting db permissions failed with db usernames containg '-'
15037 * (bug 3170) wikititlesuffix was removed, use pagetitle instead
15038 * (bug 3187) watchlist text refer to unexistent "Stop watching" action
15039 * (bug 3190) Added some date format choices for language sr
15040 * (bug 1334) LanguageGa.php update
15041 * (bug 1020) Changing user interface language does not work immediately
15042 * (bug 2753) Some namespaces were not translated in LanguageTa.php (Tamil)
15043 * (bug 3204) Fix typo breaking special pages in fy localization
15044 * (bug 3210) Fix Media: links with remote image URL path
15045 * (bug 3220) Fix escaping of block URLs in Recentchanges
15046 * (bug 3238): Updated LanguageNn.php for 1_5 branch
15047 * (bug 3192): properly check 'limit' parameter on Special:Contributions
15048 * (bug 3244) Fix remote image loading hack, JavaScript injection on MSIE
15049 * Fix URL sanitization in HTML attributes, which broke in this branch
15050 * (bug 3475) anon contrib links on Special:Newpages
15051
15052
15053 === Changes since 1.5rc2 ===
15054
15055 * Fix upgrade from 1.4 due to version number check breakage
15056 * Fix upgrade from 1.4 with no old revisions
15057 * (bug 2108) Sort entries when using category browser
15058 * XSS issue : now sanitize search query input
15059
15060
15061 === Changes since 1.5rc3 ===
15062
15063 * (bug 3280) Respect 'move' group permission on page moves
15064 * (bug 2885) More PHP 5.1 fixes: skin, search, log, undelete
15065 * Security fix for <math>
15066 * Security fix for tables
15067
15068
15069 === Changes since 1.5rc4 ===
15070
15071 * (bug 3292) Fix move-over-redirect test when current entries are not plaintext
15072 * (bug 2078) Don't hide watch tab on preview
15073 * (bug 3306) Document $wgLocalTZoffset
15074 * Support SVG rendering with rsvg
15075 * Cap arbitrary SVG renders to given image size or $wgSVGMaxSize pixels wide
15076 * (bug 3127) Render large SVGs at image page size correctly
15077 * (bug 3448) Set page_len on undelete
15078 * (bug 2800) Don't scale up small iamges on |thumb| without explicit size
15079 * Use the real file link instead of the default-size rasterized version for
15080 large SVG images on image description page
15081 * Include the file name/type/size line for non-resized images
15082 * (bug 3412) Clean up date format handling so ~~~~-sigs work with default
15083 format as designed. Documentation comments updated.
15084 * (bug 1423) LanguageJa.php update
15085 * (bug 3405) Don't use raw letters as aliases of MSGNW: and SUBST:
15086 * (bug 3485) Fix bogus warning about filename capitalization when off
15087 * (bug 2792) Update rebuildrecentchanges.inc for new schema
15088 * Special:Import/importDump fixes: report XML parse errors, accept <minor/>
15089 * (bug 3489) PHP 5.1 compat problem with captioned images
15090 * (bug 3350) Missing label for move talk page checkbox.
15091 * (bug 2570) Add 'watch this page' checkbox on uploads, watch uploads
15092 by default when 'watchdefault' option is on
15093 * (bug 3182) Clear link cache during import to prevent memory leak
15094 * (bug 3573) Full Greek Translation
15095 * (bug 3595) Warn and abort if importDump.php called in read-only mode.
15096 * (bug 3598) Update message cache on message page deletion, patch by Tietew
15097 * Blacklist additional MSIE CSS safety tricks
15098
15099
15100 === Changes since 1.5.0 ===
15101
15102 * (bug 3629) Fix date & time format for Frisian
15103 * (bug 3641) Fix handling of unrecognized file uploads with known extensions
15104 * (bug 3643) Fix image page display of large images with resizing disabled
15105 * Fix meta robots tag on Special:Version again to avoid listing vulnerable
15106 versions for convenient harvesting by automated worms
15107 * (bug 3684) Fix typo in fatal error backtraces in Hooks.php
15108 * Backport fix for reference usage notice in Special:Search on PHP 4.4.0
15109 * Backport database connect error display fix from HEAD
15110 * (bug 2773) Print style sheet no longer overrides RTL text direction
15111 * MonoBook skin top link id changed from "contentTop" to "top" (shared with
15112 name attribute)
15113 * Wrap message page insertions in a transaction to speed up installation
15114 * Fix Special:MovePage invalid HTML attribute for reason textarea
15115 * Avoid notice warning on edit with no User-Agent header
15116 * (bug 3734) Swapped out obsolete recount.sql with initStats.php
15117 * (bug 3735) Fix to run under MySQL 5's strict mode
15118 * (bug 3786) Experimental support for MySQL 4.1/5.0 utf8 charset mode
15119 NOTE: Enabling this may break existing wikis, and still doesn't
15120 work for all Unicode characters due to MySQL limitations.
15121 * Sanitizer CSS comment processing order fix
15122
15123
15124 === Changes since 1.5.1 ===
15125
15126 * Fix Special:BrokenRedirects on MySQL 5.0
15127 * (bug 3809) Backport fix for detecting diff3 failure
15128 * MySQL 5.0 strict mode fix for moving unwatched pages
15129 * (bug 3782) Throw fatal installation warning if mbstring.func_overload on.
15130 Why do people invent these crazy options that change language semantics?
15131 * (bug 3762) Define missing Special:Import UI messages
15132 * (bug 3771) Handle internal functions in backtrace in wfAbruptExit()
15133 * (bug 3649) Remove obsolete, broken moveCustomMessages script
15134 * (bug 3667) Add missing global in page move code
15135 * (bug 3761) Avoid deprecation warnings in Special:Import
15136 * (bug 2885) Remove unnecessary reference parameter which broke classic skin
15137 talk notification on PHP 5.0.5
15138 * (bug 3845) Update attribute.php for 1.5 schema
15139 * Fix Parser::unstrip on PHP 4.4.1 and PHP 5.1.0RC4
15140
15141
15142 === Changes since 1.5.2 ===
15143
15144 * (bug 3612) Remove old broken version of maintenance/compressOld.php
15145 The working version is in maintenance/storage/compressOld.php
15146 * (bug 2740) Accept image deletions on 'enter' submit from MSIE
15147 * (bug 3933) specify XML namespace for Atom 0.3 feeds
15148 * (bug 3939) Don't try to load text for interwiki redirect target
15149 * (bug 3948) Avoid notice warning in debug statement in bad search
15150 * Recognize Special:Search consistently so read whitelist works
15151 * (bug 4013) typo in fr
15152 * (bug 3996) Fix text for new entries in RC RSS/Atom feed
15153 * (bug 2894) Enhanced Recent Changes link fixes
15154 * (bug 3065) Update both watched namespaces when renaming pages
15155 * Move parentheses out of <a> link in Special:Contributions
15156 * (bug 4071) Generate passwords long enough for $wgMinimalPasswordLength
15157 * (bug 4035) Fix prev/next revision links on edit page
15158 * (bug 4165) Correct validation for user language selection (data taint)
15159 * Clearer message in DefaultSettings.php: edit LocalSettings.php instead
15160
15161
15162 === Changes since 1.5.3 ===
15163
15164 * (bug 3805) Clear 'new messages' flag properly in enotif mode
15165 for usernames containing spaces
15166 * (bug 2714) Backlink from special:whatlinkshere was hard set as 'existing'
15167 * (bug 4249) Typo in entities2literals.pl
15168 * (bug 4233) Update for japanese language
15169 * (bug 4279) Small correction to LanguageDa.php
15170 * (bug 4267) Switch dv sd ug ks arc languages to RTL
15171 * (bug 3991) Allow the operation of wikicode on Protect move only text
15172 * Added AutoAuthenticate hook for external User object suppliers
15173 * Parser internal placeholder string now fully randomized for safety
15174
15175 === Changes since 1.5.4 ===
15176
15177 * Maintenance script to delete unused user accounts
15178 * Added detection for WMF files (application/x-msmetafile), added this
15179 MIME type to the default blacklist. Prevented inline display of images
15180 which are not of known image types. This is in response to
15181 http://en.wikipedia.org/wiki/Windows_Metafile_vulnerability
15182
15183 === Changes since 1.5.5 ===
15184
15185 * (bug 4258) When installing under IIS, $wgArticlePath = "$wgScript?title=$1"
15186 should be set
15187 * (bug 4510) Correct Barnes & Noble bookstore URLs
15188 * (bug 4504) Use site language for namespace name resolution
15189 * Installer fixes from HEAD backported; now uses a more sensible method of
15190 establishing which mySQL user to use, which clears up bug 921 et al. Minor
15191 changes to installer.
15192 * Fix problem reported on mailing list where re-initialising stats didn't work
15193 (can't insert duplicate rows with the same id field)
15194 * (bug 1122) gray out 'older revision' when viewing first article revision.
15195 * Respect database prefix in dumpHTML.inc
15196 * Minor improvements to removeUnusedAccounts.php maintenance script
15197 * Fix for single-digit week numbers from {{CURRENTWEEK}}, broken by PHP 4.4.1
15198 * Removed read-only check from Database::query()
15199 * Added --conf option to command line scripts, allowing the user to specify a
15200 different LocalSettings.php.
15201
15202 === Changes since 1.5.6 ===
15203
15204 * Default main page content improved per bug 4690
15205 * Fix dependence on hardcoded UNIQ_PREFIX in LanguageConverter.php
15206 * Fixed Special:Unlockdb
15207 * Maintenance script to delete unused text records
15208 * Maintenance script to delete non-current revisions
15209 * Maintenance script to wipe a page and all revisions from the database
15210 * (bug 4768) Wrong Russian translation (typo)
15211 * Performance bugfix: propagate equality manually for Revision fetches
15212 * (bug 4773) PHP fatal error when invalid title passed to Special:Export
15213 * Added missing table defs. for transcache to installer schemas
15214 * (bug 4824) IE7 beta 2 broke compatibility with PNG logo workarounds,
15215 and seems to work ok with other bits. No longer including the IE
15216 workarounds JavaScript for IE 7 and above.
15217 * (bug 2532) Image directory structure migration bug
15218 * (bug 4881) Correction to the fix for 1487; Ipblocklist showed 'no blocks'
15219 message at the end of the list even if there were blocks.
15220 * (bug 4805) Removed more wikipedia-references from LanguageUk.php
15221 * Introduce $wgWantedPagesThreshold per bug 5011; Special:Wantedpages will not
15222 list pages with less than this number of links. Defaults to 1.
15223 * Allow customisation of paging limits for items in categories using the
15224 $wgCategoryPagingLimit global, per bug 4970.
15225 * Improve "nogomatch" text to make it more obvious that a page can be created.
15226 * (bug 5113) Spelling error in French language file
15227 * Don't change the password of the MySQL root user.
15228
15229 === Changes since 1.5.7 ===
15230
15231 * (bug 5180) User login page shows inappropriate email blurb
15232 * Add the "AbortNewAccount" hook on account creation; see hooks.txt for more info.
15233 * Update default "exporttext" to reflect that Special:Import exists
15234 * Add links to useful material to the default main page content
15235 * Fix fragment HTML injection
15236
15237 === Changes since 1.5.8 ===
15238
15239 * Fixed obvious mistakes in Finnish (fi) translation
15240 * Fixed obvious mistakes in Kurdish (ku) translation
15241 * Merge two #p-search .pBody statements i monobook/main.css
15242 * (bug 5156) Update for Hebrew language (he) translation
15243 * Add the "UserRights" hook on user group changes; see hooks.txt for more info.
15244 * Translated "listingcontinuesabbrev" for German
15245
15246 === Caveats ===
15247
15248 Some output, particularly involving user-supplied inline HTML, may not
15249 produce 100% valid or well-formed XHTML output. Testers are welcome to
15250 set $wgMimeType = "application/xhtml+xml"; to test for remaining problem
15251 cases, but this is not recommended on live sites. (This must be set for
15252 MathML to display properly in Mozilla.)
15253
15254 ----
15255
15256 == MediaWiki 1.4.3 ==
15257
15258 (released 2005-04-28)
15259
15260 MediaWiki 1.4.3 is a bugfix release for the 1.4 stable release series.
15261
15262 Chiefly, this fixes a compatibility problem with PHP 5 and a minor link
15263 table corruption bug on initial page save.
15264
15265
15266 == MediaWiki 1.4.2 ==
15267
15268 (released 2005-04-20)
15269
15270 MediaWiki 1.4.2 is a security and bug fix release for the 1.4 stable release
15271 series.
15272
15273 A cross-site scripting injection vulnerability was discovered, which
15274 affects only MSIE clients and is only open if MediaWiki has been
15275 manually configured to run output through HTML Tidy ($wgUseTidy).
15276
15277 Several other bugs are fixed in this release, see the changelog below.
15278
15279 All new installations are highly recommended to use 1.4.2 instead of
15280 1.3.x; 1.3.x users should consider upgrading for bug fixes and new
15281 features. Ealier 1.4.x release and beta users should upgrade to this
15282 release for relevant bug fixes; see the changelog later in this file.
15283
15284
15285 If you have trouble, remember to read this whole file and the online FAQ page
15286 before asking for help:
15287
15288 https://www.mediawiki.org/wiki/Manual:FAQ
15289
15290
15291 === READ THIS FIRST: Upgrading ===
15292
15293 If upgrading from an older release, see the notes in the file UPGRADE.
15294 There are a couple of minor database changes from the beta releases,
15295 and somewhat larger changes from 1.3.x.
15296
15297 Upgrading from a previous 1.4.x stable release installation should
15298 generally only require copying the new files over the old ones.
15299
15300
15301 ==== READ THIS FIRST, TOO: MySQL 4.1 AND 5.0 ====
15302
15303 MySQL 5.0 is a beta release, not yet ready for production use. If you
15304 are using it, the notes below about 4.1 apply to you too.
15305
15306 If you have the choice of MySQL 4.0 or MySQL 4.1 and don't need 4.1 for
15307 some other application, you should consider sticking with 4.0 for the
15308 moment. 4.1 may require you to do extra fiddling to get things to work
15309 due to changes that aren't fully backwards-compatible.
15310
15311 MySQL 4.1 has changed the authentication protocol in an incompatible
15312 way; many PHP installations still use the older client libraries and
15313 CANNOT CONNECT TO THE SERVER WITH A PASSWORD without some changes.
15314
15315 See: http://dev.mysql.com/doc/mysql/en/Old_client.html
15316
15317 If MySQL is set with utf-8 as the default character set, installation
15318 may fail with "key too long" errors. Set the default charset to 'latin1'
15319 for installation and it should work.
15320
15321 The mysqldump backup generator now applies an automatic conversion to
15322 UTF-8, which may irretrivably corrupt your data. Pass the -charset option
15323 with the original default charset (eg 'latin1') to skip the conversion.
15324
15325
15326 ==== READ THIS FIRST IF RUNNING ON A WINDOWS SERVER ====
15327
15328 MediaWiki is tested and deployed primarily under the Apache web server
15329 on Linux Unix systems. There are known to be problems running on
15330 Microsoft's IIS which are not fully resolved. If you have a choice,
15331 try running under Apache on Windows, or on a Unix/Linux box instead.
15332
15333 If you're having trouble with blank pages on IIS and can't switch,
15334 try the workaround suggested in this bug report:
15335 http://bugzilla.wikimedia.org/show_bug.cgi?id=1763
15336
15337
15338 === New features ===
15339
15340 * 'Recentchanges Patrol' to mark new edits that haven't yet been viewed.
15341 * New, searchable deletion/upload/protection logs
15342 * Image gallery generation (Special:Newimages and <gallery> tag)
15343 * SVG rasterization support (requires external support tools)
15344 * Users can select from the available localizations to override the
15345 default user interface language.
15346 * Traditional/Simplified Chinese conversion support
15347 * rel="nofollow" support to combat linkspam
15348
15349 The current implementation adds this attribute to _all_ external URL
15350 links in wiki text (but not internal [[wiki links]] or interwiki links).
15351 To disable the attribute for _all_ external links, add this line to your
15352 LocalSettings.php:
15353
15354 $wgNoFollowLinks = false
15355
15356 For background information on nofollow see:
15357
15358 http://www.google.com/googleblog/2005/01/preventing-comment-spam.html
15359
15360
15361 === Installation and compatibility ===
15362
15363 * The default MonoBook theme now works with PHP 5.0
15364 * Installation on systems with PHP's safe mode or other oddities
15365 should work more reliably, as MonoBook no longer needs to
15366 create a compiled template file for the wiki to run.
15367 * A table prefix may be specified, to avoid conflicts with other
15368 web applications forced to share a database.
15369 * More thorough UTF-8 input validation; fixes non-ASCII uploaded
15370 filenames from Safari.
15371 * Command-line database upgrade script.
15372
15373
15374 === Customizability ===
15375
15376 * Default user options can now be overridden in LocalSettings.
15377 * Skins system more modular: templates and CSS are now in /skins/
15378 New skins can be dropped into this directory and used immediately.
15379 * More extension hooks have been added.
15380 * Authentication plugin hook.
15381 * More internal code documentation, generated with phpdoc:
15382 https://doc.wikimedia.org/mediawiki-core/master/php/html/
15383
15384
15385 === Optimization ===
15386
15387 * For many operations, MediaWiki 1.4 should run faster and use
15388 less memory than MediaWiki 1.3. Page rendering is up to twice
15389 as fast. (Use a PHP accelerator such as Turck MMCache for best
15390 results with any PHP application, though!)
15391 * The parser cache no longer requires memcached, and is enabled
15392 by default. This avoids a lot of re-rendering of pages that
15393 have been shown recently, greatly speeding longer page views.
15394 * Support for compiled PHP modules to speed up page diff and
15395 Unicode validation/normalization. (Requires ability to compile
15396 and load PHP extensions).
15397
15398
15399 === What isn't ready yet ===
15400
15401 * A new user/groups permissions scheme has been held back to 1.5.
15402 * An experimental SOAP interface will be made available as an extension
15403 * PostgreSQL support is largely working, minus search and the installer.
15404 You can perform a manual installation.
15405 * E-mail notification of watched page changes and verification of
15406 user-submitted e-mail addresses is not yet included.
15407 * Log pages are not automatically imported into the new log table
15408 at upgrade time. A script to import old text log entries is
15409 incomplete, but may be available in later point releases.
15410 * Some localizations are still incomplete.
15411
15412
15413
15414 == Changelog ==
15415
15416 === Important security updates ===
15417
15418 A security audit found and fixed a number of problems. Users of MediaWiki
15419 1.3.10 and earlier should upgrade to 1.3.11; users of 1.4 beta releases
15420 prior to 1.4rc1 should upgrade immediately.
15421
15422 ==== Cross-site scripting vulnerability ====
15423
15424 XSS injection points can be used to hijack session and authentication
15425 cookies as well as more serious attacks.
15426
15427 * Media: links output raw text into an attribute value, potentially
15428 abusable for JavaScript injection. This has been corrected.
15429 * Additional checks added to file upload to protect against MSIE and
15430 Safari MIME-type autodetection bugs.
15431
15432 As of 1.3.10/1.4beta6, per-user customized CSS and JavaScript is disabled
15433 by default as a general precaution. Sites which want this ability may set
15434 $wgAllowUserCss and $wgAllowUserJs in LocalSettings.php.
15435
15436
15437 ==== Cross-site request forgery ====
15438
15439 An attacker could use JavaScript-submitted forms to perform various
15440 restricted actions by tricking an authenticated user into visiting
15441 a malicious web page. A fix for page editing in 1.3.10/1.4beta6 has
15442 been expanded in this release to other forms and functions.
15443
15444 Authors of bot tools may need to update their code to include the
15445 additional fields.
15446
15447
15448 ==== Directory traversal ====
15449
15450 An unchecked parameter in image deletion could allow an authenticated
15451 administrator to delete arbitary files in directories writable by the
15452 web server, and confirm existence of files not deletable.
15453
15454
15455 ==== Older issues ====
15456
15457 Note that 1.4 beta releases prior to beta 5 include an input validation
15458 error which could lead to execution of arbitrary PHP code on the server.
15459 Users of older betas should upgrade immediately to the current version.
15460
15461
15462 Beta 6 also introduces the use of rel="nofollow" attributes on external
15463 links in wiki pages to reduce the effectiveness of wiki spam. This will
15464 cause participating search engines to ignore external URL links from wiki
15465 pages for purposes of page relevancy ranking.
15466
15467
15468 === Misc bugs fixed in beta 1 ===
15469
15470 * (bug 95) Templates no longer limited to 5 inclusions per page
15471 * New user preference for limiting the image size for images on image description
15472 pages
15473 * (bug 530) Allow user to preview article on first edit
15474 * (bug 479) [[RFC 1234]] will now make an internal link
15475 * (bug 511) PhpTal skins shown bogus 'What links here' etc on special pages
15476 * (bug 770) Adding filter and username exact search match for Special:Listusers
15477 * (bug 733) Installer die if it can not write LocalSettings.php
15478 * (bug 705) Various special pages no more show the rss/atom feed links
15479 * (bug 114) use category backlinks in Special:Recentchangeslinked
15480
15481 === Beta 2 fixes ===
15482
15483 * (bug 987) Reverted bogus fix for bug 502
15484 * (bug 992) Fix enhanced recent changes in PHP5
15485 * (bug 1009) Fix Special:Makesysop when using table prefixes
15486 * (bug 1010) fix broken Commons image link on Classic & Cologne Blue
15487 * (bug 985) Fix auto-summary for section edits
15488 * (bug 995) Close <a> tag
15489 * (bug 1004) renamed norsk language links (twice)
15490 * Login works again when using an old-style default skin
15491 * Fix for load balancing mode, notify if using old settings format
15492 * (bug 1014) Missing image size option on old accounts handled gracefully
15493 * (bug 1027) Fix page moves with table prefix
15494 * (bug 1018) Some pages fail with stub threshold enabled
15495 * (bug 1024) Fix link to high-res image version on Image: pages
15496 * (bug 1016) Fix handling of lines omitting Image: in a <gallery> tag
15497 * security fix for image galleries
15498 * (bug 1039) Avoid error message in certain message cache failure modes
15499 * Fix string escaping with PostgreSQL
15500 * (bug 1015) [partial] -- use comment formatter on image gallery text
15501 * Allow customization of all UI languages
15502 * use $wgForceUIMsgAsContentMsg to make regular UI messages act as content
15503 * new user option for zh users to disable language conversion
15504 * Defer message cache initialization, shaving a few ms off file cache hits
15505 * Fixed Special:Allmessages when using table prefixes
15506 * (bug 996) Fix $wgWhitelistRead to work again
15507 * (bug 1028) fix page move over redirect to not fail on the unique index
15508
15509 === Beta 3 fixes ===
15510
15511 * Hide RC patrol markers when patrol is disabled or not allowed to patrol.
15512 * Fix language selection for upgraded accounts
15513 * (bug 1076) navigation links in QueryPage should be translated by wgContLang.
15514 * (bug 922) bogus DOS line endings in LanguageEl.php
15515 * Fix index usage in contribs
15516 * Caching and load limiting options for Recentchanges RSS/Atom feed
15517 * (bug 1074) Add stock icons for non-image files in gallery/Newimages
15518 * Add width and height attributes on thumbs in gallery/Newimages
15519 * Enhance upload extension blacklist to protect against vulnerable
15520 Apache configurations
15521
15522 === Beta 4 fixes ===
15523
15524 * (bug 1090) Fix sitesupport links in CB/classic skins
15525 * Gracefully ignore non-legal titles in a <gallery>
15526 * Fix message page caching behavior when $wgCapitalLinks is turned off
15527 after installation and the wiki is subsequently upgraded
15528 * Database error messages include the database server name/address
15529 * Paging support for large categories
15530 * Fix image page scaling when thumbnail generation is disabled
15531 * Select the content language in prefs when bogus interface language is set
15532 * Fix interwiki links in edit comments
15533 * Fix crash on banned user visit
15534 * Avoid PHP warning messages when thumbnail not generated
15535 * (bug 1157) List unblocks correctly in Special:Log
15536 * Fix fatal errors in LanguageLi.php
15537 * Undo overly bright, difficult to read colors in Cologne Blue
15538 * (bug 1162) fix five-tilde date inserter
15539 * Add raw signatures option for those who simply must have cute sigs
15540 * (bug 1164) Let wikitext be used in Loginprompt and Loginend messages
15541 * Add the dreaded <span> to the HTML whitelist
15542 * (bug 1170) Fix Russian linktrail
15543 * (bug 1168) Missing text on the bureaucrat log
15544 * (bug 1180) Fix Makesysop on shared-user-table sites
15545 * (bug 1178) Fix previous diff link when using 'oldid=0'
15546 * (bug 1173) Stop blocked accounts from reverting/deleting images
15547 * Keep generated stylesheets cache-separated for each user
15548 * (bug 1175) Fix "preview on first edit" mode
15549 * Fix revert bug caused by bug 1175 fix
15550 * Fix CSS classes on minor, new, unpatrolled markers in enhanced RC
15551 * Set MySQL 4 boolean search back to 'and' mode by default
15552 * (bug 1193) Fix move-only page protection mode
15553 * Fix zhtable Makefile to include the traditional manual table
15554 * Add memcache timeout for the zh conversion tables
15555 * Allow user customization of the zh conversion tables through
15556 Mediawiki:zhconversiontable
15557 * Add zh-min-man (back) to language names list
15558 * Ported $wgCopyrightIcon setting from REL1_3A
15559 * (bug 1218) Show the original image on image pages if the thumbnail would be
15560 bigger than the original image
15561 * (bug 1213) i18n of Special:Log labels
15562 * (bug 1013) Fix jbo, minnan in language names list
15563 * Added magic word MAG_NOTITLECONVERT to indicate that the title of the page
15564 do not need to be converted. Useful in zh:
15565 * (bug 1224) Use proper date messages for date reformatter
15566 * (bug 1241) Don't show 'cont.' for first entry of the category list
15567 * (bug 1240) Special:Preferences was broken in Slovenian locale when
15568 $wgUseDynamicDates is enabled
15569 * Added magic word MAG_NOCONTENTCONVERT to supress the conversion of the
15570 content of an article. Useful in zh:
15571 * write-lock for updating the zh conversion tables in memcache
15572 * recursively parse subpages of MediaWiki:Zhconversiontable
15573 * (bug 1144) Fix export for fy language
15574 * make removal of an entry from zhconversiontable work
15575 * (bug 752) Don't insert newline in link title for url with %0a
15576 * Fix missing search box contents in MonoBook skin
15577 * Add option to forward search directly to an external URL (eg google)
15578 * Correctly highlight the fallback language variant when the selected
15579 variant is disabled. Used in zh: only for now.
15580
15581 === Beta 5 fixes ===
15582
15583 * (bug 1124) Fix ImageGallery XHTML compliance
15584 * (bug 1186) news: in the middle of a word
15585 * (bug 1283) Use underlining and borders to highlight additions/deletions
15586 in diff-view
15587 * Use user's local timezone in Special:Log display
15588 * Show filename for images in gallery by default (restore beta 3 behavior)
15589 * (bug 1201) Double-escaping in brokenlinks, imagelinks, categorylinks, searchindex
15590 * When using squid reverse proxy, cache the redirect to the Main_Page
15591 * (bug 1302) Fix Norwegian language file
15592 * (bug 1205) Fix broken article saving in PHP 5.1
15593 * (bug 1206) Implement CURRENTWEEK and CURRENTDOW magic keyword (will give
15594 number of the week and number of the day).
15595 * (bug 1204) Blocks do not expire automatically
15596 * (bug 1184) expiry time of indefinite blocks shown as the current time
15597 * (bug 1317) Fix external links in image captions
15598 * (bug 1084) Fix logo not rendering centrally in IE
15599 * (bug 288) Fix tabs wrapping in IE6
15600 * (bug 119) Fix full-width tabs with RTL text in IE
15601 * (bug 1323) Fix logo rendering off-screen in IE with RTL language
15602 * Show "block" link in Special:Recentchanges for logged in users, too, if
15603 wgUserSysopBans is true.
15604 * (bug 1326) Use content language for '1movedto2' in edit history
15605 * zh: Fix warning when HTTP_ACCEPT_LANGUAGE is not set
15606 * zh: Fix double conversion for zh-sg and zh-hk
15607 * (bug 1132) Fix concatenation of link lists in refreshLinks
15608 * (bug 1101) Fix memory leak in refreshLinks
15609 * (bug 1339) Fix order of @imports in Cologne Blue CSS
15610 * Don't try to create links without namespaces ([[Category:]] link bug)
15611 * Memcached data compression fixes
15612 * Several valid XHTML fixes
15613 * (bug 624) Fix IE freezing rendering whilst waiting for CSS with MonoBook
15614 * (bug 211) Fix tabbed preferences with XHTML MIME type
15615 * Fix for script execution vulnerability.
15616
15617 === Beta 6 fixes ===
15618
15619 * (bug 1335) implement 'tooltip-watch' in Language.php
15620 * Fix linktrail for nn: language
15621 * (bug 1214) Fix prev/next links in Special:Log
15622 * (bug 1354) Fix linktrail for fo: language
15623 * (bug 512) Reload generated CSS on preference change
15624 * (bug 63) Fix displaying as if logged in after logout
15625 * Set default MediaWiki:Sitenotice to '-', avoiding extra database hits
15626 * Skip message cache initialization on raw page view (quick hack)
15627 * Fix notice errors in wfDebugDieBacktrace() in XML callbacks
15628 * Suppress notice error on bogus timestamp input (returns epoch as before)
15629 * Remove unnecessary initialization and double-caching of parser variables
15630 * Call-tree output mode for profiling
15631 * (bug 730) configurable $wgRCMaxAge; don't try to update purged RC entries
15632 * Add $wgNoFollowLinks option to add rel="nofollow" on external links
15633 (on by default)
15634 * (bug 1130) Show actual title when moving page instead of encoded one.
15635 * (bug 925) Fix headings containing <math>
15636 * (bug 1131) Fix headings containing interwiki links
15637 * (bug 1380) Update Nynorsk language file
15638 * (bug 1232) Fix sorting of cached Special:Wantedpages in miser mode
15639 * (bug 1217) Image within an image caption broke rendering
15640 * (bug 1384) Make patrol signs have the same width for page moves as for edits
15641 * (bug 1364) fix "clean up whitespace" in Title:SecureAndSplit
15642 * (bug 1389) i18n for proxyblocker message
15643 * Add fur/Furlan/Friulian to language names list
15644 * Add TitleMoveComplete hook on page renames
15645 * Allow simple comments for each translation rules in MW:Zhconversiontable
15646 * (bug 1402) Make link color of tab subject page link on talk page indicate whether article exists
15647 * (bug 1368) Fix SQL error on stopword/short word search w/ MySQL 3.x
15648 * Translated Hebrew namespace names
15649 * (bug 1429) Stop double-escaping of block comments; fix formatting
15650 * (bug 829) Fix URL-escaping on block success
15651 * (bug 1228) Fix double-escaping on &amp; sequences in [enclosed] URLs
15652 * (bug 1435) Fixed many CSS errors
15653 * (bug 1457) Fix XHTML validation on category column list
15654 * (bug 1458) Don't save if edit form submission is incomplete
15655 * Logged-in edits and preview of user CSS/JS are now locked to a session token.
15656 * Per-user CSS and JavaScript subpage customizations now disabled by default.
15657 They can be re-enabled via $wgAllowUserJs and $wgAllowUserCss.
15658 * Removed .ogg from the default uploads whitelist as an extra precaution.
15659 If your web server is configured to serve Ogg files with the correct
15660 Content-Type header, you can re-add it in LocalSettings.php:
15661 $wgFileExtensions[] = 'ogg';
15662
15663 === RC1 fixes ===
15664
15665 * Fix notice error on nonexistent template in wikitext system message
15666 * (bug 1469) add missing <ul> tags on Special:Log
15667 * (bug 1470) remove extra <ul> tags from Danish log messages
15668 * Fix notice on purge w/ squid mode off
15669 * (bug 1477) hide details of SQL error messages by default
15670 Set $wgShowSQLErrors = true for debugging.
15671 * (bug 1430) Don't check for template data when editing page that doesn't exist
15672 * Recentchanges table purging fixed when using table prefix
15673 * (bug 1431) Avoid redundant objectcache garbage collection
15674 * (bug 1474) Switch to better-cached index for statistics page count
15675 * Run Unicode normalization on all input fields
15676 * Fix translation for allpagesformtext2 in LanguageZh_cn and LanguageZh_tw
15677 * Block image revert without valid login
15678 * (bug 1446) stub Bambara (bm) language file using French messages
15679 * (bug 1432) Update Estonian localization
15680 * (bug 1471) unclosed <p> tag in Danish messages
15681 * convertLinks script fixes
15682 * Corrections to template loop detection
15683 * XHTML encoding fix for usernames containing & in Special:Emailuser
15684 * (for zh) Search for variant links even when conversion is turned off,
15685 to help prevent duplicate articles.
15686 * Disallow ISO 8859-1 C1 characters and "no-break space" in user names
15687 on Latin-1 wikis.
15688 * Correct the name of the main page it LanguageIt
15689 * Allow Special:Makesysop to work for usernames containing SQL special
15690 characters.
15691 * Fix annoying blue line in Safari on scaled-down images on description page
15692 * Increase upload sanity checks
15693 * Fix XSS bug in Media: links
15694 * Add cross-site form submission protection to various actions
15695 * Fix fatal error on some dubious page titles
15696 * Stub threshold displays correctly again
15697
15698
15699 === 1.4.0 final fixes ===
15700
15701 * (bug 65) Fix broken interwiki link encoding on Latin-1 wikis; force to UTF-8
15702 * (bug 563) Fix UTF-8 interwiki URL redirects via Latin-1 wikis
15703 * (bug 1536) Fix page info
15704 * Support os (Ossetic) as language code, using Russian localization base
15705 * (bug 1610) Support non (Old Norse) as language code, using Icelandic localization base
15706 * (bug 1618) Properly list custom namespaces in Special:Allpages
15707 * (bug 1622) Remove trailing' >' when using category browser
15708 * (bug 1570) Fix php 4.2.x error on conflict merging
15709 * (bug 1585) Fix page title on post-login redirection page
15710 * Run UTF-8 validation on old text in Recentchanges RSS diffs
15711 * (bug 1642) fix a mime type typo in img_auth.php
15712 * Automated interwiki redirects only for local interwikis
15713 * Respect read-only mode on block removals
15714 * Trim old illegal characters from syndication feeds
15715 * Reduce message cache outage recovery delay from 1 day to 5 minutes
15716 * (bug 1403) Update Finnish localization
15717 * (bug 1478) Punjabi localization
15718 * (bug 1667) Update script 5 second countdown.
15719 * (bug 1057) Fix logging table encoding (error on MySQL 4.1)
15720 * (bug 1680) Fix linktrail for fo
15721 * (bug 1653) Removing hardcoded messages in Special:Allmessages
15722 * (bug 1594) Render a hyphen in a formula as &minus; in HTML
15723 * (bug 1495) Fall back to default language MediaWiki: for custom messages
15724 * (bug 1617) Show different error messages for "user does not
15725 exist" and "wrong password" when using AuthPlugin
15726 * (bug 1532), (bug 1544) Changed language names for
15727 'bn', 'bo', 'dv', 'dz', 'ht', 'ii', 'li', 'lo', 'ng', 'or', 'pa', 'si',
15728 'ti', 've'
15729 * Fix editing on non-Esperanto wiki with user language pref set to Esperanto
15730 * Make conversion table for zh-sg default to zh-cn, and zh-hk default to zh-tw
15731 * Fix PHP notice in MonoBook when counters disabled
15732 * (bug 1696) Update namespaces, dates in uk localization
15733 * (bug 551) Installer warns about magic_quotes_runtime and magic_quotes_sybase
15734 instead of trying to install with corrupt table files
15735 * Installer no longer tries to move non-default MediaWiki: pages into Template:
15736 * User-to-user email disabled by default ($wgEnableUserEmail)
15737
15738
15739 === 1.4.1 fixes ===
15740
15741 * (bug 1720) fix genitive month names for uk
15742 * (bug 1704) fixed untranslateable string in Special:Log
15743 * (bug 1638) Added Belrusian language file
15744 * (bug 1736) typo in SpecialValidate.php
15745 * (bug 73) Upload doesn't run edit updates on description page (links,
15746 search index and categories)
15747 * (bug 646) <math> fails to recognize \ll and \gg
15748 * (bug 926) \div element from TeX not supported in <math> element
15749 * (bug 1147) add \checkmark to whitelist in texutil.ml
15750 * (bug 937) \limits function from LaTeX not supported in <math> element
15751 * Support for manually converting article title to different Chinese
15752 variants (for zh)
15753 * (bug 1488, bug 1744) Fix encoding for preferences, dates in Latin-1 mode
15754 * (bug 1042) Fix UTF-8 case conversion for PHP <4.3 with mbstring extension
15755 * Fix code typo that broke article credits display
15756 * Installation fixes for running under IIS
15757 * (bug 1556) login page tab order. "remember" checkbox now come after password.
15758 * SQL debug log fixlets
15759 * (bug 1815) Fix namespace in old revision display with mismatched title
15760 * (bug 1788) Fix link duplication when edit/upload comment includes newlines
15761 * Change default on $wgSysopUserBans and $wgSysopRangeBans to true
15762 * Fix link conversion for URL request
15763 * (bug 1851) Updated download URL for the SCIM packages used by zhtable
15764 * (bug 1853) Try stripping quotes from term for 'go' title match
15765 * Fix missing function in Latin1 mode
15766 * (bug 1860) Anchors of interwiki links did not get normalized
15767 * (bug 1847) accept lowercase x in ISBN, do not accept invalid A-W,Y,Z
15768 * Fix link conversion for URL request, hopefully without breaking the wiki
15769 * (bug 1849) New option allows to consider categorized images as used on
15770 Special:Unusedimages
15771 * Localized category namespace for ka (Georgian)
15772 * (bug 1107) Work around includes problem in installer when parent dir is not
15773 readable by the web server
15774 * (bug 1927) Incorrect escaping on wikitext message in Blockip
15775
15776
15777 === 1.4.2 fixes ===
15778
15779 * Fix math options in Finnish localization
15780 * Use in-process Tidy extension if available when $wgUseTidy is on
15781 * (bug 1933) Fix PATH_INFO usage under IIS with PHP ISAPI module
15782 * (bug 1188) <nowiki> in {{subst:}} includes fixed
15783 * (bug 1936) <!-- comments --> in {{subst:}} includes fixed
15784 * Fix a potential MSIE JavaScript injection vector in Tidy mode
15785
15786
15787 === 1.4.3 fixes ===
15788
15789 * (bug 1636) Refs like &#0355; were misinterpreted as octal in some places
15790 * (bug 1163) Special:Undelete showed oldest revision instead of newest
15791 * (bug 1938) Fix escaping of illegal character references in link text
15792 * (bug 1997) Fix for error on display of renamed items in Recentchanges on PHP5
15793 * (bug 1949) Profiling typo in rare error case
15794 * (bug 1963) Fix deletion log link when $wgCapitalLinks is off
15795 * (bug 1970) Don't show move tab for immobile pages
15796 * (bug 1770) Page creation recorded links from the 'newarticletext' message
15797 * Optional change to the site_stats table. When applied, this removes the need
15798 for expensive queries in Special:Statistics.
15799
15800
15801 === 1.4.4 fixes ===
15802
15803 * (bug 725) Let dir="ltr" attribute work again in MonoBook on RTL languages
15804 * (bug 2024) Skip JavaScript error for custom skins where .js message not set
15805 * (bug 2025) Updated Indonesian localization
15806 * (bug 2039) Updated Lithuanian localization
15807
15808
15809 === Caveats ===
15810
15811 Some output, particularly involving user-supplied inline HTML, may not
15812 produce 100% valid or well-formed XHTML output. Testers are welcome to
15813 set $wgMimeType = "application/xhtml+xml"; to test for remaining problem
15814 cases, but this is not recommended on live sites. (This must be set for
15815 MathML to display properly in Mozilla.)
15816
15817
15818 For notes on 1.3.x and older releases, see HISTORY.
15819
15820
15821 === Online documentation ===
15822
15823 Documentation for both end-users and site administrators is currently being
15824 built up on MediaWiki.org, and is covered under the GNU Free Documentation
15825 License:
15826
15827 https://www.mediawiki.org/
15828
15829
15830 === Mailing list ===
15831
15832 A MediaWiki-l mailing list has been set up distinct from the Wikipedia
15833 wikitech-l list:
15834
15835 http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
15836
15837 A low-traffic announcements-only list is also available:
15838 http://lists.wikimedia.org/mailman/listinfo/mediawiki-announce
15839
15840 It's highly recommended that you sign up for one of these lists if you're
15841 going to run a public MediaWiki, so you can be notified of security fixes.
15842
15843
15844 === IRC help ===
15845
15846 There's usually someone online in #mediawiki on irc.freenode.net