StatusValue: Add a getter for MessageSpecifier list
[mediawiki.git] / HISTORY
blob0f53931153379f581e2e3b89a10b754ec4dfc4e6
1 Change notes from older releases. For current info, see RELEASE-NOTES-1.43.
3 = MediaWiki 1.41 =
5 PHP 8.0 workboard: https://phabricator.wikimedia.org/tag/php_8.0_support/
6 PHP 8.1 workboard: https://phabricator.wikimedia.org/tag/php_8.1_support/
7 PHP 8.2 workboard: https://phabricator.wikimedia.org/tag/php_8.2_support/
8 PHP 8.3 workboard: https://phabricator.wikimedia.org/tag/php_8.3_support/
10 == MediaWiki 1.41.0 ==
12 == MediaWiki 1.41.1 ==
14 This is a security and maintenance release of the MediaWiki 1.41 branch.
16 === Changes since MediaWiki 1.41.0 ===
17 * Localisation updates.
18 * CategoryViewer: Fix "count(): Argument #1 ($value) must be of type
19   Countable|array, null given".
20 * (T353929) ActiveUsersPager: Count actions only once.
21 * composer: Use @php instead of php.
22 * (T334992) Headings in the license pickers should not be selected.
23 * (T326065) Indent JsonContent using tabs.
24 * Correct deprecation version of mediawiki.ui resource loader module.
25 * Resources.php: Replace short urls with full urls.
26 * (T354541) authmanager: Improve AuthenticationRequest docs.
27 * Tweak docs for UseLegacyMediaStyles.
28 * (T353870) Parse custom edit intro as content to enable language conversion.
29 * (T330428) ForeignResourceManager: Add trailing newline in validateLicense.
30 * ForeignResourceManager: Make it clearer what is being skipped for
31   documentation-only.
32 * (T355017) Add missing space in Special:RecentChangesLinked.
33 * (T355003) composer.json Add ext-bcmath and ext-gmp to suggests.
34 * PHPVersionCheck: Update text to match currently supported upstream PHP
35   versions (8.1+).
36 * (T354045) API: mark HTML output as non-cacheable.
37 * (T355530) filerepo: Fix img_major_mime for files with a non-standard
38   extensions.
39 * (T355530) MimeAnalyzer: Add @since to isValidMajorMimeType.
40 * (T352554) ZhConverter: Fix language variant fallback chain.
41 * (T347541) Add 'maxlength' and 'minlength' support to HTMLTextAreaField.
42 * (T357668) Parser::getExternalLinkAttribs: Don't set rel attribute to null.
43 * LockManagerGroupIntegrationTest: Remove test depending on DBLockManager.
44 * (T357808) LinkRendererTest: Add missing import for LinkTarget.
45 * (T353305) ApiResetPassword: Allow both user and email parameters to be passed
46   for reset.
47 * (T358949) updateCollation: Explicitly cast $scale to int.
48 * (T359055) api: Improve linking of language codes lists in top level i18n
49   messages.
50 * (T359294) Make sure MovePage::isValidFileMove matches UploadBase::getTitle.
51 * (T230245) Respect $maxConcurrency when queuing async FileOps.
52 * (T352554) Follow-up "ZhConverter: Fix language variant fallback chain".
53 * (T359139) Restore ability to disable footer links with "-".
54 * Fix use of array keys in SessionManager::getVaryHeaders().
55 * (T292237, T317451) build: Restore Doxygen output for MediaWiki release tags.
56 * (T324903) HistoryPager: Add #[AllowDynamicProperties].
57 * (T360850) Update Apache config syntax in .htaccess files.
58 * Update wikimedia/parsoid to 0.18.2.
59 * docs: Remove use of $IP from mwdocgen.php.
60 * (T317451) build: Restore Doxygen output for MediaWiki release tags (take 3).
61 * docs: Set stable permalink on markdown files.
62 * (T360608) WebRequest: detectServer appends default ports that should be
63   omitted.
64 * (T357019) allow maintenance/deleteBatch.php to accept page ID.
65 * (T355538, CVE-2024-PENDING) XSS in edit summary parser.
66 * (T357760, CVE-2024-PENDING) Denial of service vector via GET request to
67   Special:MovePage on pages with thousands of subpages.
69 === Changes since MediaWiki 1.41.0-rc.0 ===
70 * Localisation updates.
71 * Update wikimedia/parsoid to 0.18.0.
72 * (T351758) DEVELOPERS.md: reword WSL instructions to include best practices.
73 * (T350615) PoolCounterConnectionManager: Add support for ipv6.
74 * (T321234) Make MagicWordArray not fail on old revs with broken UTF-8.
75 * thumb: Fix "PHP Deprecated: strlen(): Passing null to parameter".
76 * (T344971) Maintenance: Fix RebuildTextIndex.
77 * (T327007) htmlform: Correct validation for file input field.
79 == MediaWiki 1.41.0-rc.0 ==
81 == Upgrading notes for 1.41 ==
82 Don't forget to always back up your database before upgrading!
84 See the file UPGRADE for more detailed per-version upgrade instructions from the
85 oldest supported upgrading version, MediaWiki 1.35.
87 Some specific notes for MediaWiki 1.41 upgrades are below:
88 * (T178356) MediaWiki now requires browsers to support ES6 for them to receive
89   JavaScript, up from ES5. In practice, this primarily means that users of
90   Internet Explorer 11 (EOL in 2022) will no longer get JavaScript tools.
92 For notes on 1.40.x and older releases, see HISTORY.
94 === Configuration changes for system administrators in 1.41 ===
95 * $wgGroupPermissions: The 'purge' permission is now considered an
96   implicit right that can be rate limited, but not revoked. This has
97   effectively already been the case for a long time, see T291316.
99 ==== New configuration ====
100 * $wgPrivilegedGroups – Users belonging in some of the listed groups will be
101   audited more aggressively.
102 * $wgPageLinksSchemaMigrationStage – This temporary flag lets you control the
103   migration stage for converting the pagelinks database table into normal form.
104 * $wgExternalLinksDomainGaps – Can be used by large wikis to optimize certain
105   external link queries.
106 * $wgResourceLoaderEnableSourceMapLinks - Add a SourceMap header to
107   ResourceLoader responses for JavaScript modules (T47514).
108 * $wgVirtualDomainsMapping - Mapping of virtual domains to other dbs. It's
109   useful to get connection to the external cluster.
111 ==== Changed configuration ====
112 * $wgAuthManagerAutoConfig – When using this setting to modify the
113   authentication system in MediaWiki, the classes
114   TemporaryPasswordPrimaryAuthenticationProvider,
115   LocalPasswordPrimaryAuthenticationProvider and
116   EmailNotificationSecondaryAuthenticationProvider now require
117   DBLoadBalancerFactory, not DBLoadBalancer, as a service.
118 * $wgUseFileCache is no longer used for ResourceLoader module caching.
119 * $wgLBFactoryConf['secret'] has been replaced by $wgChronologyProtectorSecret.
121 ==== Removed configuration ====
122 * $wgCommentTempTableSchemaMigrationStage – This temporary flag did let you
123   control the migration stage for the temporary comment database table, from
124   revision.
125 * $wgExternalLinksSchemaMigrationStage – This temporary flag did let you
126   control the migration stage for the externallinks database table.
127 * $wgParserOutputHooks - This array interacted with
128   ParserOutput::addOutputHook(), which has been deprecated since 1.38 and was
129   removed in this release.
131 === New user-facing features in 1.41 ===
132 * Special:RandomPage can now take multiple namespaces in its URL, split by ','.
133 * The aria-level HTML attribute is now allowed in wikitext by the Sanitizer.
135 === New features for sysadmins in 1.41 ===
136 * $wgDBssl can now enabled in the installer when the database type is
137   Postgres or MariaDB/MySQL (T335828).
138 * MWHttpRequest will forward 'tracestate' and/or 'traceparent' headers when
139   those are present in the original request and $wgAllowExternalReqID is set
140   to true.
141 * MultiHttpClient will send X-Request-Id header and additionally will forward
142   'tracestate' and/or 'traceparent' headers when those are present in the
143   original request and $wgAllowExternalReqID is set to true.
145 === New developer features in 1.41 ===
146 * Added ForeignResourcesDir extension.json / skin.json attribute, which should
147   point to the directory holding your foreign-resources.yaml file. See
148   https://www.mediawiki.org/wiki/Foreign_resources for background.
149 * Added PrivilegedGroups attribute for extension.json / skin.json, which lets
150   you add any new user groups you define to wgPrivilegedGroups (see above).
151 * Added a .gitmessage commit template. To use it, run:
152   `git config commit.template .gitmessage`
153 * A new hook, TextSlotDiffRendererTablePrefixHook, has been added to allow
154   extensions to add content within #mw-content-text but after the
155   DifferenceEngineViewHeader or DifferenceEngineShowDiffPage hooks have been
156   run. The new hook is used to add elements within a horizontal display area,
157   where their order can be explicitly set. Examples of uses for this include
158   adding the VisualEditor diff-type switch, and the legend for inline diffs that
159   is displayed if Wikidiff2 is installed.
160 * validation callbacks for HTMLForm fields can now return Status objects.
161   HTMLForm::validate will convert good Status instances to true and Status
162   instances to a string containing a list with the errors.
163 * ?action=rollback, if successful, will fire core's postEdit JavaScript hook;
164   for now, we do *not* display a success message to the user via mw.notify(),
165   as the RollbackAction form's success page is already shown
166 * MultiHttpClient constructor will accept `headers` property which defines a
167   set of headers attached to every request performed by the client.
168 * New `Wikimedia/Http/TelemetryHeadersInterface` interface that provides a
169   telemetry information which could be attached to HTTP Requests
170 * Wikimedia/Http/TelemetryHeadersInterface can be passed to MultiHttpClient
171   via 'telemetry' option.
172 * UserRegistrationLookup adds support for multiple kinds of registration dates
173   Extensions providing support for wiki-farm can use this to provide a global
174   registration date (across all wikis), for example.
175 * When $wgUseXssLanguage is set to true (enabled by default in
176   DevelopmentSettings.php), ?uselang=x-xss can be used to easily test
177   whether all messages are being escaped correctly.
178 * Html::noticeBox accepts new optional parameters, 'heading' & 'iconClassName'.
179   'heading' allows to pass an string as title; 'iconClassName' overwrites the
180   default info icon.
182 === External library changes in 1.41 ===
184 ==== New external libraries ====
185 * Added pinia at v2.0.16.
186 * Added symfony/polyfill-php81 at v1.28.0.
187 * Added symfony/polyfill-php82 at v1.28.0.
188 * Added symfony/polyfill-php83 at v1.28.0.
190 ==== Changed external libraries ====
191 * Updated codex, codex-design-tokens and codex-icons
192   from v0.6.2 to v1.0.0.
193 * Updated guzzlehttp/guzzle from 7.5.0 to 7.5.3.
194 * Updated jQuery from v3.6.1 to v3.7.0.
195 * Updated justinrainbow/json-schema from 5.2.12 to v5.2.13.
196 * Updated Mustache from 3.0.1 to 4.2.0.
197 * Updated OOjs from 6.0.0 to 7.0.1.
198 * Updated OOUI from v0.46.3 to v0.48.1.
199 * Updated pear/mail from 1.5.0 to 1.5.1.
200 * Updated symfony/polyfill-php82 from v1.27.0 to v1.28.0.
201 * Updated symfony/yaml from v5.4.17 to v5.4.23.
202 * Updated wikimedia/bcp-47-code from 1.0.0 to 2.0.0.
203 * Updated wikimedia/common-passwords from 0.4.0 to 0.5.0.
204 * Updated wikimedia/composer-merge-plugin from 2.0.1 to 2.1.0.
205 * Updated wikimedia/html-formatter from 3.0.1 to 4.0.3.
206 * Updated wikimedia/ip-utils from 4.0.0 to 5.0.0.
207 * Updated wikimedia/less.php from 4.0.0 to 4.1.1.
208 * Updated wikimedia/minify from 2.3.0 to 2.5.1.
209 * Updated wikimedia/remex-html from 3.0.3 to 4.0.1.
210 * Updated wikimedia/timestamp from 4.1.0 to 4.1.1.
211 * Updated wikimedia/utfnormal from 3.0.2 to 4.0.0.
213 ===== Changed development-only external libraries =====
214 * Updated mediawiki/mediawiki-codesniffer from 41.0.0 to 42.0.0.
215 * Updated mediawiki/mediawiki-phan-config from 0.12.1 to 0.13.0.
217 ==== Removed external libraries ====
218 * jquery.hoverIntent was removed.
219 * codex-search was removed, it's part of codex now.
220 * wikimedia/ip-set was removed, it's part of wikimedia/ip-utils now.
221 * jquery.color was removed.
222 * jquery.fullscreen was removed.
223 * jquery.form was removed.
225 === Action API changes in 1.41 ===
226 * (T322944) `Authorization` was added to the default list of headers
227   allowed for cross-origin API requests ($wgAllowedCorsHeaders).
229 === Languages updated in 1.41 ===
230 MediaWiki supports over 350 languages. Many localisations are updated regularly.
231 Below only new and removed languages are listed, as well as changes to languages
232 because of Phabricator reports.
234 * (T345807) Added language support for Karekare (kai).
235 * (T333765) Removed language support for Akan (Ak).
236 * (T332113) Added language support for Northern Hindko (hno).
237 * (T333425) Added language support for Iraqi (Mesopotamian) Arabic (acm).
238 * (T336919) Added language support for Crimean Tatar (Romania) (crh-ro).
239 * (T338416) Added language support for Betawi (bew).
240 * (T341545) Added language support for West Coast Bajau (a.k.a. Sama; bdr).
241 * (T332118) Namespace translations for Angika (anp) were added
242 * (T341942) The autonym of the Buginese language is changed to the Latin-script
243   name "Basa Ugi", and the localization in the language code "bug" is now only
244   in the Latin script. It's possible to add localization in the Lontara script
245   in translatewiki under the code "bug-bugi".
246 * (T341943) Main Page name translation was changed from "Leppa Indoë"
247   to "Watangpola". If you manage a wiki in this language, make sure that
248   links to the main page are correctly updated. See
249   https://translatewiki.net/w/i.php?title=Support&oldid=11723654#Change_MediaWiki:Mainpage/bug
251 === Breaking changes in 1.41 ===
252 * Article::doDelete(), deprecated since 1.37, has been removed.
253 * CommentStore::getStore(), deprecated since 1.31, has been removed.
254 * Article::getRedirectHeaderHtml() no longer accepts an array as $target.
255   Passing an array was deprecated in 1.39.  (The method itself has also
256   been deprecated.)
257 * BagOStuff::addBusyCallback(), deprecated since 1.39, has been removed.
258 * IExpiringStore has been removed, use either ExpirationAwareness or
259   StorageAwareness constants instead.
260 * IDatabase::wasErrorReissuable(), deprecated since 1.40, has been removed.
261 * IDatabase::lastQuery and IReadableDatabase::lastQuery, deprecated in 1.40,
262   have been removed.
263 * Database::queryMulti(), unused, has been removed without deprecation.
264   The protected Database::doMultiStatementQuery method was removed, and the
265   protected Database::executeQuery method signature was changed to take
266   Query object as argument instead of a raw SQL string.
267 * Database::unionConditionPermutations(), unused, has been removed without
268   deprecation.
269 * SimpleSearchResultSetWidget and SimpleSearchResultWidget classes, deprecated
270   in 1.31, have been removed.
271 * Database::factory(), deprecated in 1.39, has been removed.
272 * Calling IDatabase::delete() or IDatabase::update() with empty conditions
273   has been deprecated since 1.35. This now throws an error.
274 * Maintenance::shutdown() has been moved over into the MaintenanceRunner class
275   without deprecation.
276 * The following DatabasePostgres methods were unused and have been removed:
277   - ::currentSequenceValue()
278   - ::triggerExists()
279   - ::ruleExists()
280 * The following IDatabase methods were unused and removed without deprecation:
281   - ::wasLockTimeout()
282   - ::wasConnectionLoss()
283 * Database::getTempTableWrites(), previously protected, is now private.
284 * DatabasePostgres class parameter "keywordTableMap", deprecated since 1.37,
285   has been removed.
286 * Database::doUpsert() and ::doReplace() have been removed without deprecation.
287   Subclasses should override ::upsert() or ::replace() respectively.
288 * SelectQueryBuilder::lockForUpdate(), deprecated in 1.40 and unused,
289   has been removed without hard deprecation.
290 * TransactionProfiler::setSilenced() deprecated in 1.40, has been removed.
291 * ILoadBalancer::closeConnection, unused, has been removed without deprecation.
292 * ILoadBalancer::waitFor, unused, has been removed without deprecation.
293 * ILBFactory::resolveDomainID and ::getChronologyProtectorTouched, unused,
294   have been removed without deprecation.
295 * The following methods have been moved from ILoadBalancer to
296   ILoadBalancerForOwner:
297   - ::redefineLocalDomain()
298   - ::hasPrimaryConnection()
299   - ::setIndexAliases()
300 * LBFactory::makeCookieValueFromCPIndex() and ::getCPInfoFromCookieValue()
301   has been moved to ChronologyProtector class without backward compatability
302   as they are not supposed to be used outside of core.
303 * MWHttpRequest::factory(), deprecated since 1.34, has been removed.
304 * The Http class, deprecated since 1.34, with the functions ::request(),
305   ::get(), ::post(), ::userAgent(), ::isValidURI(), ::getProxy(),
306   ::createMultiClient() have been removed.
307 * WikiPage::factory(), ::newFromID() and ::newFromRow, deprecated in 1.36,
308   have been removed.
309 * Maintenance::$mArgList, ::shouldExecute(), ::setAgentAndTriggers(),
310   ::adjustMemoryLimit(), ::globals(), and ::loadSettings() have been removed.
311 * The GenericArrayObject class, deprecated in 1.40,
312   has been removed.
313 * The $replace parameter has been removed from HookContainer::scopedRegister.
314   This parameter was unused outside core, and the functionality was intended
315   for testing.
316 * PrevNextNavigationRenderer class, deprecated in 1.39,
317   has been removed.
318 * class alias MediaWiki\User\WatchlistNotificationManager, deprecated in 1.36,
319   has been removed.
320 * MediaWikiServices::getWatchlistNotificationManager(), deprecated in 1.36,
321   has been removed.
322 * Interface MediaWiki\Hook\ParserTestTablesHook, deprecated in 1.36,
323   has been removed.
324 * The NewPagesLineEndingHook now takes NewPagesPager instead of
325   SpecialNewpages as first argument.
326 * The following methods in the Title class, deprecated since 1.37, have been
327   removed:
328   - ::areCascadeProtectionSourcesLoaded()
329   - ::areRestrictionsCascading()
330   - ::areRestrictionsLoaded()
331   - ::getAllRestrictions()
332   - ::getCascadeProtectionSources()
333   - ::getFilteredRestrictionTypes()
334   - ::getRestrictionExpiry()
335   - ::getRestrictionTypes()
336   - ::getRestrictions()
337   - ::isCascadeProtected()
338   - ::isProtected()
339   - ::isSemiProtected()
340   - ::loadRestrictionsFromRows()
341 * Global function wfShowingResults, deprecated in 1.40, has been removed.
342 * Global function wfClearOutputBuffers, deprecated in 1.36, has been removed.
343 * LinkBatch::__construct() now requires that all parameters be passed. The
344   fallback to MediaWikiServices emitted deprecation notices since 1.35.
345 * The methods IndexPager::getPagingLinks(), IndexPager::getLimitLinks() and
346   IndexPager::buildPrevNextNavigation(), deprecated in 1.39,
347   have been removed.
348 * Overriding the method IndexPager::makeLink(), deprecated in 1.39,
349   is no longer possible.
350 * MagicWordFactory::getCacheTime() is deprecated and returns -1.
351 * Various mediawiki.less mediawiki.ui variables, deprecated in 1.35, have been
352   removed. See also below that the remaining mediawiki.ui variables are now also
353   deprecated.
354 * Calling getId() on an AbstractBlock from the wrong wiki, deprecated since
355   1.38, now throws an exception.
356 * SQLite no longer supports raw MySQL queries.
357 * The following functions from the mediawiki.mixins Less import, deprecated
358   since 1.37, have been removed: .transition(), .transition-transform(),
359   .transform() and .transform-origin().
360 * Support was dropped for skins with paths relative to core which has been
361   sending deprecation notices since 1.37. The skin `templateDirectory` key
362   should now always be relative to the skin.
363 * The Skin public thisquery property was removed without deprecation. Only
364   one skin was known to use it and that has been patched accordingly.
365 * The jquery.tipsy module, deprecated since 1.28, has now been removed.
366 * NamespaceInfo::getRestrictionLevels(), deprecated in 1.34, has been removed.
367   Use PermissionManager::getNamespaceRestrictionLevels() instead.
368 * Proto-relative external links are now stored and indexed only as HTTPS
369   instead of two rows, one for HTTP and one for HTTPS.
370 * MediaWikiIntegrationTestCase::getTestUser(), ::getTestSysop(), and
371   ::getMutableTestUser() have been made protected and non-static.
372 * MediaWikiIntegrationTestCase::$supportedDBs has been changed to a private
373   constant.
374 * MediaWikiIntegrationTestCase::addCoreDBData() has been deprecated. The method
375   is now a no-op and is no longer called. Tests should create the fixtures
376   they need.
377 * Saving preferences for a temporary user now throws an error (e.g. via
378   UserOptionsManager::saveOptions)
379 * ApiQuery::getNamedDB() and ApiQueryBase::selectNamedDB(), deprecated in
380   1.39, have been removed.
381 * ChangeTags::addTagsAccompanyingChangeWithChecks() and
382   ChangeTags::undefineTag() unused everywhere, have been removed without
383   deprecation.
384 * Usage of MediaWiki::preOutputCommit() with the $postCommitWork arg has been
385   dropped. It's no longer used.
386 * SkinTemplateNavigation and SkinTemplateNavigation::SpecialPage hooks,
387   deprecated in 1.39, have been removed.
388 * The PersonalUrls hook, deprecated in 1.39, has been removed.
389 * OutputPage::getCSPNonce(), soft deprecated in 1.35, now emits deprecation
390   warnings.
391 * Support of the third parameter of LogEventsListGetExtraInputs hook,
392   deprecated since 1.32, has been removed.
393 * JobSpecification::getTitle(), deprecated in 1.37, has been removed.
394 * The module mw.ui.anchor has been removed. Projects that need it should
395   maintain a local copy or use the Codex link mixin. More information
396   at T235961.
397 * ParsoidCachePrewarmJob::newSpec() now requires a PageRecord as the second
398   parameter instead of a page ID.
399 * Public access to the DifferenceEngine properties mOldid, mNewid, mOldRev,
400   mNewRev, mOldPage, mNewPage, mOldContent, mNewContent, mRevisionsLoaded,
401   mTextLoaded and mCacheHit, deprecated in 1.32, was removed.
402 * SearchDatabase::db, deprecated since 1.38, has been removed.
403 * SearchDatabase::lb has been removed without deprecation, use ::dbProvider
404   instead.
405 * StreamFile::STREAM_HEADLESS and StreamFile::STREAM_ALLOW_OB, deprecated
406   in 1.34, have been removed.
407 * AbstractAuthenticationProvider::setLogger(), ::setManager(), ::setConfig()
408   and ::setHookContainer() have been removed and also from it's related
409   interface, AuthenticationProvider. The corresponding properties are set in
410   AbstractAuthenticationProvider::init(). For side effects, you can override
411   AbstractAuthenticationProvider::postInitSetup().
412 * Title::newFromTitleValue(), deprecated since 1.34, has been removed.
413 * Parser::OT_MSG, related to OT_MSG(3) MediaWiki constant, parameter for
414   starting external parse has been dropped. This was kept since 2008 for B/C
415   only and no longer used. Use instead Parser::OT_PREPROCESS as the
416   replacement.
417 * SpecialPageAction has been removed without deprecation. There were no known
418   uses outside of core.
419 * ConfigRepository::getValueOf() has been removed without deprecation. This
420   method was introduced and never used for a long time now.
421 * BacklinkCache::get(), ::getLinks(), ::getCascadeProtectedLinks() which
422   emitted deprecation warnings has no usage left. It has been removed.
423 * The following constants and methods in the Language class, hard deprecated
424   since 1.40, have been removed:
425   - ::ALL
426   - ::SUPPORTED
427   - ::MESSAGES_FALLBACKS
428   - ::STRICT_FALLBACKS
429   - ::factory()
430   - ::isSupportedLanguage()
431   - ::isWellFormedLanguageTag()
432   - ::isValidCode()
433   - ::isValidBuiltInCode()
434   - ::isKnownLanguageTag()
435   - ::getLocalisationCache()
436   - ::fetchLanguageNames()
437   - ::fetchLanguageName()
438   - ::getConverter()
439   - ::autoConvert()
440   - ::autoConvertToAllVariants()
441   - ::convert()
442   - ::convertNamespace()
443   - ::hasVariants()
444   - ::hasVariant()
445   - ::convertHtml()
446   - ::convertCategoryKey()
447   - ::getVariants()
448   - ::getPreferredVariant()
449   - ::getDefaultVariant()
450   - ::getURLVariant()
451   - ::getExtraHashOptions()
452   - ::getParentLanguage()
453   - ::getFileName()
454   - ::getMessagesFileName()
455   - ::getJsonMessagesFileName()
456   - ::getFallbackFor()
457   - ::getFallbacksFor()
458   - ::getFallbacksIncludingSiteLanguage()
459   - ::getMessagesFor()
460   - ::getMessageFor()
461   - ::getMessageKeysFor()
462   - ::getConvRuleTitle()
463 * The parameter noSeparators to Language::formatNum, deprecated since 1.36,
464   has been removed. Use Language::formatNumNoSeparators instead.
465 * The following methods in the ParserOutput class, deprecated since 1.38, have
466   been removed:
467   - ::addOutputHook()
468   - ::addTrackingCategory()
469   - ::addWarning()
470   - ::getCategoryLinks()
471   - ::getOutputHooks()
472   - ::getProperties()
473   - ::getProperty()
474   - ::hasDynamicContent()
475   - ::hideNewSection()
476   - ::preventClickjacking()
477   - ::setCategoryLinks()
478   - ::setProperty()
479   - ::unsetProperty()
480 * OutputPage::allowClickjacking() and ::preventClickjacking(), deprecated
481   since 1.38, have been removed.
482 * ResourceFileCache has been removed without deprecation. There were no known
483   uses outside of core.
484 * Many LocalisationCache constants, properties and methods that have no known
485   usage outside of the class have been made private without deprecation.
486 * User::idFromName(), deprecated in 1.37, has been removed. Instead, you should
487   use UserIdentityLookup::getUserIdentityByName().
488 * User::incEditCount(), deprecated in 1.37, has been removed. Instead, use
489   UserEditTracker::incrementUserEditCount().
490 * Article::getTimestamp(), deprecated in 1.35, has been removed. Use WikiPage's
491   or RevisionRecord's version of this method instead.
492 * ActionFactory::actionExists(), deprecated since 1.38, has been dropped.
493 * Action::exists(), deprecated since 1.38, has been dropped.
494 * ContentHandler::getForTitle(), deprecated since 1.35, has been dropped.
495 * LockManagerGroup::getDefault() and ::getAny(), deprecated since 1.35, have
496   been dropped.
497 * BaseTemplate::getToolbox(), deprecated since 1.35, has been dropped. To add
498   items to the toolbox, use the SidebarBeforeOutput hook. To get the toolbox,
499   subclasses can use $this->data['sidebar']['TOOLBOX'].
500 * IndexPager::getHookContainer(), deprecated since 1.40, has been removed. You
501   should instead inject a HookContainer into your code.
502 * Not specifying a manifest_version in your extension.json or skin.json file,
503   deprecated since 1.26 and emitting warnings since 1.29, is no longer supported
504   with a fallback; it will now have unspecified behaviour.
505 * RecentChange::getEngine(), deprecated since 1.29, has been removed. Use
506   RCFeed::factory() instead.
507 * EditPage::showEditForm() no longer respects the $formCallback parameter, which
508   was deprecated in 1.25. Use the EditPage::showEditForm:fields hook instead.
509 * The following properties in EditPage, deprecated in 1.38, were made private:
510   - $mArticle
511   - $mTitle
512   - $isNew
513   - $allowBlankArticle
514   - $selfRedirect
515   - $allowSelfRedirect
516   - $diff
517   - $undoAfter
518   - $edit
519   - $contentLength
520 * EditPage::addNewLineAtEnd(), deprecated since 1.38, was removed.
521 * AuthManager::checkAccountCreatePermissions(), deprecated in 1.39, has been
522   removed. Use authorizeCreateAccount() or probablyCanCreateAccount() instead.
523 * LinkCache::addGoodLinkObj(), deprecated in 1.37, has been removed. You should
524   use ::addGoodLinkObjFromRow().
525 * Constructing TextConflictHelper without a ContentHandlerFactory, deprecated
526   since 1.35, will now trigger a type error.
527 * JobQueue::getWiki(), deprecated in 1.33, has been removed.
528 * ManualLogEntry::setTags(), deprecated in 1.33, has been removed.
529 * WikiPage::getDeletionUpdates(), deprecated in 1.37, has been removed.
530 * ResourceLoader\Context::getConfig(), deprecated in 1.34, has been removed.
531 * When creating a SearchUpdate instance, passing a non-Content string or Boolean
532   as the $c parameter, deprecated since 1.34, will now trigger type errors.
533 * SkinTemplate::getNameSpaceKey(), deprecated in 1.35, has been dropped. Instead
534   you should use Title::getNamespaceKey().
535 * The AddNewAccount hook, deprecated since 1.27, will now trigger deprecation
536   warnings. You should use the LocalUserCreated hook instead.
537 * The PrefixSearchBackend hook, deprecated since 1.27, will now trigger
538   deprecation warnings. Override SearchEngine::completionSearchBackend instead.
539 * PrefixSearch::validateNamespaces(), completely unused everywhere, has been
540   removed without deprecation.
541 * BaseTemplate::getTrail() and ::printTrail(), deprecated since 1.39, have been
542   dropped.
543 * Passing a second query parameter to Title::getFullURL(), Title::getLocalURL(),
544   Title::getInternalURL(), or Title::getCanonicalURL(), each deprecated in 1.19,
545   is now not supported. Pass it as a key,value pair in the first parameter array
546   instead.
547 * Title::getBacklinkCache(), deprecated since 1.37, has been dropped. Instead,
548   use BacklinkCacheFactory::getBacklinkCache().
549 * Title::newFromIDs and TitleFactory::newFromIDs, deprecated in 1.38, have been
550   dropped; use a PageStore QueryBuilder instead.
551 * Title::getSelectFields(), deprecated since 1.36, has been dropped. You can use
552   PageStore::newSelectQueryBuilder() instead.
553 * Title::getTouched() will now trigger an error if you pass it an instance of
554   IDatabase rather than a READ_XXX constant. This legacy behaviour has been
555   deprecated since 1.38.
556 * User::getGroupPermissions(), getGroupsWithPermission() & groupHasPermission(),
557   all of which were deprecated since 1.34, have been removed. Instead, use the
558   GroupPermissionsLookup service.
559 * Similarly, PermissionManager::getGroupPermissions(), getGroupsWithPermission()
560   & groupHasPermission(), all of which were deprecated since 1.36, have also
561   been removed. Instead, use the GroupPermissionsLookup service.
562 * The following old, deprecated aliases for classes in the RDBMS layer, have now
563   been removed:
564    - DBConnRef (use Wikimedia\Rdbms\DBConnRef)
565    - Database (use Wikimedia\Rdbms\Database)
566    - DatabaseBase (use Wikimedia\Rdbms\Database)
567    - DatabaseMysqlBase (use Wikimedia\Rdbms\DatabaseMySQL)
568    - DatabaseMysqli (use Wikimedia\Rdbms\DatabaseMySQL)
569    - DatabasePostgres (use Wikimedia\Rdbms\DatabasePostgres)
570    - DatabaseSqlite (use Wikimedia\Rdbms\DatabaseSqlite)
571    - IDatabase (use Wikimedia\Rdbms\IDatabase)
572    - FakeResultWrapper (use Wikimedia\Rdbms\FakeResultWrapper)
573    - ResultWrapper (use Wikimedia\Rdbms\ResultWrapper)
574 * The following old, deprecated aliases for classes have now been removed:
575    - MediaWiki\Rest\Handler\HtmlInputTransformHelper
576    - MediaWiki\Rest\Handler\HtmlMessageOutputHelper
577    - MediaWiki\Rest\Handler\HtmlOutputRendererHelper
578    - MediaWiki\Rest\Handler\PageContentHelper
579    - MediaWiki\Rest\Handler\PageRestHelperFactory
580    - MediaWiki\Rest\Handler\ParsoidFormatHelper
581    - MediaWiki\Rest\Handler\RevisionContentHelper
582   (use the classes from namespace MediaWiki\Rest\Handler\Helper)
583    - SearchNearMatcher (use MediaWiki\Search\TitleMatcher)
584 * $CHANGEDORCREATED argument of 'enotif_body' message was removed.
585   It wasn't used in the default messages since 1.21.
586 * The AbstractBlock and DatabaseBlock public properties mExpiry, mHideName,
587   mTimestamp, mAuto and mParentBlockId, deprecated since 1.34, have been
588   removed.
589 * WikiPage::doDeleteUpdates() and ::getDeletionUpdates(), deprecated in 1.37,
590   have been removed.
591 * The User public properties mOptions, mBlock, mBlockedby and mHideName,
592   deprecated since 1.35, were removed.
593 * User::CHECK_USER_RIGHTS and User::IGNORE_USER_RIGHTS were removed. They were
594   flags passed to methods which were previously removed.
595 * All public properties of LinksUpdate, deprecated in 1.38, were removed.
596 * The class Wikimedia\Rdbms\MySQLMasterPos, deprecated in 1.37, has been
597   removed. Use Wikimedia\Rdbms\MySQLPrimaryPos instead.
598 * The class GetBlockErrorMessageKey, deprecated in 1.40, has been removed.
599 * The ability to set Parser::mTitle to null, deprecated in 1.34, was removed.
600 * The following MagicWord methods have been removed without deprecation. There
601   were no known uses.
602   - ::addToArray
603   - ::compareStringLength
604   - ::getVariableRegex
605   - ::getVariableStartToEndRegex
606   - ::getWasModified
607   - ::matchStart
608   - ::matchVariableStartToEnd
609   - ::pregRemoveAndRecord
610   - ::substituteCallback
611 * The following MagicWordArray methods have been removed or made private without
612   deprecation. There were no known uses outside of the class.
613   - ::addArray
614   - ::getRegex, already marked as @internal, now private
615   - ::getRegexStart, already marked as @internal, now private
616   - ::getVariableRegex, deprecated since 1.36
617   - ::getVariableStartToEndRegex, already marked as @internal, now private
618   - ::parseMatch, now private
619 * AbstractContent::getRedirectChain() and ::getUltimateRedirectTarget(), both
620   deprecated in 1.38, have been removed.
622 === Deprecations in 1.41 ===
623 * The MessageCache::get hook is deprecated for performance reasons. Use
624   MessageCacheFetchOverrides instead.
625 * EtcdConfig::setLogger() is deprecated as it was unused and could not be
626   used correctly. As a standalone class, its warnings now surface
627   unconditionally via the native PHP error log.
628 * The interface for hook ParserModifyImageHTML have been renamed from
629   ParserModifyImageHTML to ParserModifyImageHTMLHook,
630   the old name is deprecated.
631 * (T178356) The es6-polyfills module is deprecated and is now a no-op.
632 * SerializedValueContainer::newUnified() is unused and now emits deprecation
633   warnings.
634 * Profiler::setProfileID() and ::getAllowOutput() are now deprecated and also
635   emit deprecation warnings. For ::setProfileID(), override the related class
636   member directly in sub-class.
637 * (T166010) All PHP code in MediaWiki is slowly being moved to be in a class
638   namespace as appropriate, so that we can use PSR-4 auto-loading, which will
639   speed up general code loading of MediaWiki. The old global namespace class
640   names are being left behind as deprecated aliases.
642   In this release of MediaWiki, 1661 classes now have a namespace and 972 do
643   not yet (63% done, up from 54% in MediaWiki 1.40.0). The following have newly
644   been moved:
645   - MediaWiki\Config:
646     - Config
647     - ConfigException
648     - ConfigFactory
649     - EtcdConfig
650     - EtcdConfigParseError
651     - GlobalVarConfig
652     - HashConfig
653     - MultiConfig
654     - MutableConfig
655     - SiteConfiguration
656   - MediaWiki\EventRelayer:
657     - EventRelayer
658     - EventRelayerNull
659     - EventRelayerGroup
660   - MediaWiki\Installer:
661     - Pingback
662   - MediaWiki\Libs:
663     - Emptiable
664   - MediaWiki\Output:
665     - OutputPage
666     - OutputHandler
667     - StreamFile
668   - MediaWiki\Pager:
669     - ActiveUsersPager
670     - AllMessagesTablePager
671     - AlphabeticPager
672     - BlockListPager
673     - CategoryPager
674     - ContribsPager
675     - DeletedContribsPager
676     - HistoryPager
677     - ImageListPager
678     - IndexPager
679     - LogPager
680     - MergeHistoryPager
681     - NewFilesPager
682     - NewPagesPager
683     - Pager
684     - PagerTools
685     - ProtectedPagesPager
686     - ProtectedTitlesPager
687     - RangeChronologicalPager
688     - ReverseChronologicalPager
689     - TablePager
690     - UsersPager
691   - MediaWiki\Parser:
692     - Sanitizer
693   - MediaWiki\Request:
694     - ProxyLookup
695     - WebRequest
696   - MediaWiki\SiteStats:
697     - SiteStats
698     - SiteStatsInit
699   - MediaWiki\Specials:
700     - SpecialActiveUsers
701     - SpecialAllMessages
702     - SpecialAncientPages
703     - SpecialApiHelp
704     - SpecialApiSandbox
705     - SpecialAutoblockList
706     - SpecialBlankpage
707     - SpecialBlock
708     - SpecialBlockList
709     - SpecialBookSources
710     - SpecialBotPasswords
711     - SpecialBrokenRedirects
712     - SpecialCategories
713     - SpecialChangeContentModel
714     - SpecialChangeCredentials
715     - SpecialChangeEmail
716     - SpecialChangePassword
717     - SpecialComparePages
718     - SpecialConfirmEmail
719     - SpecialContribute
720     - SpecialContributions
721     - SpecialCreateAccount
722     - SpecialDeadendPages
723     - SpecialDeletePage
724     - SpecialDeletedContributions
725     - SpecialDiff
726     - SpecialDoubleRedirects
727     - SpecialEditPage
728     - SpecialEditTags
729     - SpecialEditWatchlist
730     - SpecialEmailInvalidate
731     - SpecialEmailUser
732     - SpecialExpandTemplates
733     - SpecialExport
734     - SpecialFewestRevisions
735     - SpecialFileDuplicateSearch
736     - SpecialFilepath
737     - SpecialGoToInterwiki
738     - SpecialImport
739     - SpecialJavaScriptTest
740     - SpecialLinkAccounts
741     - SpecialLinkSearch
742     - SpecialListDuplicatedFiles
743     - SpecialListFiles
744     - SpecialListGrants
745     - SpecialListGroupRights
746     - SpecialListRedirects
747     - SpecialListUsers
748     - SpecialLockdb
749     - SpecialLog
750     - SpecialLonelyPages
751     - SpecialLongPages
752     - SpecialMIMESearch
753     - SpecialMediaStatistics
754     - SpecialMergeHistory
755     - SpecialMostCategories
756     - SpecialMostInterwikis
757     - SpecialMostLinked
758     - SpecialMostLinkedCategories
759     - SpecialMostLinkedTemplates
760     - SpecialMostRevisions
761     - SpecialMute
762     - SpecialMyLanguage
763     - SpecialNewFiles
764     - SpecialNewPages (and capitalisation corrected)
765     - SpecialNewSection
766     - SpecialPageData
767     - SpecialPageHistory
768     - SpecialPageInfo
769     - SpecialPageLanguage
770     - SpecialPagesWithProp
771     - SpecialPasswordPolicies
772     - SpecialPasswordReset
773     - SpecialPermanentLink
774     - SpecialPreferences
775     - SpecialPrefixIndex (and capitalisation corrected)
776     - SpecialProtectedPages (and capitalisation corrected)
777     - SpecialProtectedTitles (and capitalisation corrected)
778     - SpecialProtectPage
779     - SpecialPurge
780     - SpecialRandomInCategory
781     - SpecialRandom
782     - SpecialRandomRedirect
783     - SpecialRandomRootPage
784     - SpecialRecentChanges
785     - SpecialRecentChangesLinked
786     - SpecialRedirect
787     - SpecialRedirectToSpecial
788     - SpecialRemoveCredentials
789     - SpecialRenameUser (and capitalisation corrected)
790     - SpecialResetTokens
791     - SpecialRevisionDelete
792     - SpecialRunJobs
793     - SpecialSearch
794     - SpecialShortPages
795     - SpecialSpecialPages (and capitalisation corrected)
796     - SpecialStatistics
797     - SpecialTags
798     - SpecialTrackingCategories
799     - SpecialUnblock
800     - SpecialUncategorizedCategories
801     - SpecialUncategorizedImages
802     - SpecialUncategorizedPages
803     - SpecialUncategorizedTemplates
804     - SpecialUndelete
805     - SpecialUnlinkAccounts
806     - SpecialUnlockdb
807     - SpecialUnusedCategories
808     - SpecialUnusedImages
809     - SpecialUnusedTemplates
810     - SpecialUnwatchedPages
811     - SpecialUpload
812     - SpecialUploadStash
813     - SpecialUserLogin
814     - SpecialUserLogout
815     - SpecialVersion
816     - SpecialWantedCategories
817     - SpecialWantedTemplates
818     - SpecialWatchlist
819     - SpecialWhatLinksHere
820     - SpecialWithoutInterwiki
821   - MediaWiki\Specials\Redirects:
822     - SpecialAllMyUploads
823     - SpecialListAdmins
824     - SpecialListBots
825     - SpecialMycontributions
826     - SpecialMylog
827     - SpecialMypage
828     - SpecialMytalk
829     - SpecialMyuploads
830   - MediaWiki\SpecialPage:
831     - AuthManagerSpecialPage
832     - ChangesListSpecialPage
833     - DisabledSpecialPage
834     - FormSpecialPage
835     - ImageQueryPage
836     - IncludableSpecialPage
837     - LoginSignupSpecialPage
838     - PageQueryPage
839     - QueryPage
840     - RedirectSpecialArticle
841     - RedirectSpecialPage
842     - SpecialPage
843     - SpecialRedirectToSpecial
844     - SpecialRedirectWithAction
845     - UnlistedSpecialPage
846     - WantedQueryPage
847   - MediaWiki\Status:
848     - Status
849   - MediaWiki\Title:
850     - ForeignTitle
851     - ForeignTitleFactory
852     - ImportTitleFactory
853     - MalformedTitleException
854     - MediaWikiTitleCodec
855     - NaiveForeignTitleFactory
856     - NaiveImportTitleFactory
857     - NamespaceAwareForeignTitleFactory
858     - NamespaceImportTitleFactory
859     - NamespaceInfo
860     - SubpageImportTitleFactory
861     - TitleFormatter
862     - TitleParser
863     - TitleValue
864   - MediaWiki\User:
865     - BotPassword
866     - ExternalUserNames
867     - LoggedOutEditToken
868     - PasswordReset
869     - User
870     - UserArray
871     - UserArrayFromResult
872     - UserGroupMembership
873     - UserRightsProxy
874   - MediaWiki\User\CentralId:
875     - CentralIdLookup
876     - LocalIdLookup
877   - MediaWiki\Utils:
878     - MWTimestamp
879     - GitInfo
880     - ExtensionInfo (previously under MediaWiki\ExtensionInfo)
881   - Wikimedia\Rdbms:
882     - ConfiguredReadOnlyMode
883     - ReadOnlyMode
884 * Various mediawiki.ui variables have been deprecated in favor of
885   'mediawiki.skin.variables.less' Codex design tokens featuring replacements.
886 * Hook handlers must now be specified either as a PHP callable, or as a PHP
887   object that has a method matching the hook name. Other ways to specify
888   the handler are deprecated and will soon be removed. Deprecated ways to
889   specify a hook handler include callables wrapped in an array. Handlers
890   defined using a "HookHandlers" entry in extension.json are not affected.
891 * TitleArray::newFromResult() has been deprecated and now emits deprecation
892   warnings, use TitleArrayFromResults instead.
893 * The MediaWikiIntegrationTestCase::$users has been deprecated. Use Authority
894   if possible, or call ::getTestUser() or ::getTestSysop() directly.
895 * WebRequest::isSafeRequest() and ::markAsSafeRequest() has been deprecated
896   and now emits deprecation warnings. Use ::hasSafeMethod() instead.
897 * The tests/phpunit/phpunit.php entrypoint has been deprecated. PHPUnit
898   tests should be run with composer, for example with the
899   `composer phpunit:entrypoint` command.
900 * The unnamespace UserNamePrefixSearch class, deprecated in 1.36, now emits
901   deprecation warnings. Use the MediaWiki\User\UserNamePrefixSearch service.
902 * The jquery.cookie ResourceLoader module has been merged into the existing
903   mediawiki.cookie module; jquery.cookie remains but is deprecated.
904 * Passing a database to DatabaseBlockStore::insertBlock() is deprecated.
905   DatabaseBlockStoreFactory should be used to fetch a correct
906   DatabaseBlockStore instead.
907 * The global function wfGetLangObj is deprecated and emits deprecation
908   warnings. Use MediaWiki\Languages\LanguageFactory::getLanguage instead.
909 * The SwiftVirtualRESTService class is deprecated in 1.41 and now emits
910   deprecation warnings.
911 * SqlBagOStuff::expireAll() is deprecated and now emits deprecation warnings,
912   use SqlBagOStuff::deleteObjectsExpiringBefore() instead.
913 * SqlBagOStuff::deleteAll() is deprecated and now emits deprecation warnings.
914 * Passing an actor id to the UserIdentityValue constructor is now emits
915   deprecation warnings, it is deprecated since 1.36.
916 * UserGroupMembership::getGroupName(), deprecated in 1.38, and
917   UserGroupMembership::getGroupMemberName(), deprecated in 1.40, now emit
918   deprecation warnings.
919 * UserGroupMembership::getLink() has been deprecated in favour of
920   ::getLinkHTML() and ::getLinkWiki().
921 * Linker::formatComment(), ::formatLinksInComment(), ::commentBlock() and
922   ::revComment(), deprecated in 1.38, now emit deprecation warnings.
923 * PageArchive::listRevisions(), ::getRevisionRecordByTimestamp(),
924   ::getArchivedRevisionRecord(), ::getPreviousRevisionRecord(),
925   ::getLastRevisionId() and ::isDeleted(), deprecated in 1.38,
926   now emit deprecation warnings.
927 * SearchResultThumbnail::getSize() has been deprecated to be dropped in the
928   future as it is resource intensive and degrades performance.
929 * The EmailUserPermissionsErrors and UserCanSendEmail hooks have been
930   deprecated in favour of the EmailUserAuthorizeSend hook.
931 * The EmailUser hook has been deprecated in favour of the EmailUserSendEmail
932   hook.
933 * The InterwikiLoadPrefix hook now emits deprecation warnings. Resetting the
934   $wgInterwikiCache setting instead.
935 * SiteConfiguration::getConfig() now emits deprecation warnings, Use ::get()
936   instead.
937 * SiteConfiguration::extractVar() and ::extractGlobal() have been deprecated
938   and also emit deprecation warnings.
939 * JobQueueGroup::waitForBackups() is deprecated. JobQueue::waitForBackups()
940   should be used instead.
941 * Hooks::isRegistered(), ::getHandlers(), ::run() and ::runWithoutAbort(),
942   deprecated in 1.35, now emit deprecation warnings.
943 * VirtualRESTService class and its subclasses now emit deprecation warnings
944   in 1.41 and as a replacement we can use MultiHttpClient.
945 * Calling the MediaWikiServices::getVirtualRESTServiceClient() function
946   which creates the VirtualRESTServiceClient now emits deprecation warnings.
947 * Language::getMessage and Language::getAllMessages are deprecated. Use
948   LocalisationCache or MessageCache as appropriate.
949 * VirtualRESTService class is deprecated in 1.41 and as a replacement
950   we can use MultiHttpClient.
951 * MediaWikiServices::getConfiguredReadOnlyMode() is deprecated. Use
952   ::getReadOnlyMode() instead. ReadOnlyMode::getConfiguredReason()
953   and ::isConfiguredReadOnly() has been added to support that.
954 * UploadBase::isThrottled() has been deprecated and is emitting deprecation
955   warnings. Rate limits are enforced by UploadBase::verifyTitlePermissions(),
956   since rate limit checks are now implicit in permission checks.
957 * JobSpecification::toSerializableArray() now emits deprecation warnings.
958 * The following skin methods were deprecated:
959   - Skin::makeSpecialUrl (use Title or Special class instead)
960   - Skin::makeSpecialUrlSubpage (use Title or Special class instead)
961 * mw.jqueryMsg.parser, deprecated in 1.31, now emits deprecation warnings.
962 * ResourceLoader (T127268): The targets system is deprecated. Modules that
963   have been marked as desktop or mobile only are no longer supported and
964   will send deprecation warnings.
965 * TextSlotDiffRenderer::setLanguage() is deprecated, and calling it will
966   have no effect. Use ContentHandler::getSlotDiffRenderer(), or in subclasses,
967   ContentHandler::createTextSlotDiffRenderer(), to correctly inject
968   dependencies into TextSlotDiffRenderer.
969 * The static methods encodeJsVar() and encodeJsCall() have been moved from the
970   Xml class to the more appropriate MediaWiki\Html\Html one, and the old ones
971   are now deprecated.
972 * Some work to rename classes was done in previous releases, but the renaming
973   was not noted at the time. The old aliases work for now but are deprecated;
974   this is now explicitly noted:
975   From 1.40:
976   - Category -> MediaWiki\Category\Category
977   - CategoriesRdf -> MediaWiki\Category\CategoriesRdf
978   - CategoryViewer -> MediaWiki\Category\CategoryViewer
979   - TrackingCategories -> MediaWiki\Category\TrackingCategories
980   - CommentStore -> MediaWiki\CommentStore\CommentStore
981   - CommentStoreComment -> MediaWiki\CommentStore\CommentStoreComment
982   - EditPage -> MediaWiki\EditPage\EditPage
983   - TemplatesOnThisPageFormatter
984     -> MediaWiki\EditPage\TemplatesOnThisPageFormatter
985   - LinkFilter -> MediaWiki\ExternalLinks\LinkFilter
986   - AtomFeed -> MediaWiki\Feed\AtomFeed
987   - ChannelFeed -> MediaWiki\Feed\ChannelFeed
988   - FeedItem -> MediaWiki\Feed\FeedItem
989   - FeedUtils -> MediaWiki\Feed\FeedUtils
990   - RSSFeed -> MediaWiki\Feed\RSSFeed
991   - Html -> MediaWiki\Html\Html
992   - FormOptions -> MediaWiki\Html\FormOptions
993   - HtmlHelper -> MediaWiki\Html\HtmlHelper
994   - ListToggle -> MediaWiki\Html\ListToggle
995   - TemplateParser -> MediaWiki\Html\TemplateParser
996   - RawMessage -> MediaWiki\Language\RawMessage
997   - FileDeleteForm -> MediaWiki\Page\File\FileDeleteForm
998   - MergeHistory -> MediaWiki\Page\File\MergeHistory
999   - MovePage -> MediaWiki\Page\File\MovePage
1000   - ProtectionForm -> MediaWiki\Page\File\ProtectionForm
1001   - MediaWiki\BadFileLookup -> MediaWiki\Page\File\BadFileLookup
1002   - PageProps -> MediaWiki\Page\PageProps
1003   - MagicWord -> MediaWiki\Parser\MagicWord
1004   - MagicWordArray -> MediaWiki\Parser\MagicWordArray
1005   - MagicWordFactory -> MediaWiki\Parser\MagicWordFactory
1006   - Linker -> MediaWiki\Linker\Linker
1007   - DummyLinker -> MediaWiki\Linker\DummyLinker
1008   - ForkController -> MediaWiki\Maintenance\ForkController
1009   - OrderedStreamingForkController
1010     -> MediaWiki\Maintenance\OrderedStreamingForkController
1011   - ContentSecurityPolicy -> MediaWiki\Request\ContentSecurityPolicy
1012   - DerivativeRequest -> MediaWiki\Request\DerivativeRequest
1013   - FauxRequest -> MediaWiki\Request\FauxRequest
1014   - FauxRequestUpload -> MediaWiki\Request\FauxRequestUpload
1015   - PathRouter -> MediaWiki\Request\PathRouter
1016   - WebRequestUpload -> MediaWiki\Request\WebRequestUpload
1017   - FauxResponse -> MediaWiki\Request\FauxResponse
1018   - WebResponse -> MediaWiki\Request\WebResponse
1019   - MediaWiki\HeaderCallback -> MediaWiki\Request\HeaderCallback
1020   - StubObject -> MediaWiki\StubObject\StubObject
1021   - DeprecatedGlobal -> MediaWiki\StubObject\DeprecatedGlobal
1022   - StubGlobalUser -> MediaWiki\StubObject\StubGlobalUser
1023   - StubUserLang -> MediaWiki\StubObject\StubUserLang
1024   - Title -> MediaWiki\Title\Title
1025   - TitleArray -> MediaWiki\Title\TitleArray
1026   - TitleArrayFromResult -> MediaWiki\Title\TitleArrayFromResult
1027   - TitleFactory -> MediaWiki\Title\TitleFactory
1028   - ActorMigration -> MediaWiki\User\ActorMigration
1029   - ActorMigrationBase -> MediaWiki\User\ActorMigrationBase
1030   - WikiMap -> MediaWiki\WikiMap\WikiMap
1031   - WikiReference -> MediaWiki\WikiMap\WikiReference
1032   From 1.39:
1033   - ResourceLoader -> MediaWiki\ResourceLoader\ResourceLoader
1034   From 1.29:
1035   - IMaintainableDatabase -> Wikimedia\Rdbms\IMaintainableDatabase
1036 * The WebRequest::getRequestId() and WebRequest::overrideRequestId() are
1037   deprecated. Use methods from MediaWiki\Http\Telemetry class instead.
1038 * The XmlJsCode wrapper class has been renamed to MediaWiki\Html\HtmlJsCode,
1039   and the old name is now deprecated.
1040 * The use of non-serializable arguments to ParserOutput::addWarningMsg() has
1041   been deprecated and will emit deprecation warnings.
1042 * Class UserRightsProxy, deprecated since 1.38, now emits
1043   deprecation warnings from its factory functions.
1044 * MediaWiki\ResourceLoader\Module::getDeprecationInformation() is deprecated.
1045   Use ::getDeprecationWarning() instead.
1046 * Passing a Message to OutputPage::setPageTitle() is deprecated.
1047   Use ::setPageTitleMsg() instead (which escapes HTML metacharacters).
1048 * Passing arguments to OutputPage::prepareErrorPage() is deprecated.
1049   Use explicit calls to OutputPage::setPageTitleMsg() and ::setHTMLTitle()
1050   instead.
1051 * Returning a string from Action::getPageTitle() is deprecated;
1052   return a Message instead, which will be formatted using FORMAT_ESCAPED.
1053 * Returning a string from SpecialPage::getDescription() is deprecated;
1054   return a Message instead, which will be formatted using FORMAT_ESCAPED.
1055 * MediaWiki\Block\AbstractBlock::getReason(), deprecated since 1.35, now emits
1056   deprecation warnings. Use ::getReasonComment() instead.
1057 * User::getGroups(), ::addGroup(), ::removeGroup(), ::getGroupMemberships(),
1058   ::getAllGroups(), ::getImplicitGroups(), deprecated since 1.35, now emit
1059   deprecation warnings.
1060 * The global function wfReportTime(), deprecated since 1.40, now emits
1061   deprecation warnings. The SkinTemplate parameter 'reporttime' is deprecated.
1062 * RevisionStore::getQueryInfo() and RevisionFactory::getQueryInfo() have been
1063   deprecated. Use ::newSelectQueryBuilder() instead.
1064 * Following methods in rdbms library have been made internal:
1065   - IDatabase::getLBInfo()
1066   - IDatabase::setLBInfo()
1067   - IDatabase::insert() Use InsertQueryBuilder instead.
1068   - IDatabase::update() Use UpdateQueryBuilder instead.
1069   - IDatabase::replace() Use ReplaceQueryBuilder instead.
1070   - IDatabase::upsert() Use InsertQueryBuilder instead.
1071   - IDatabase::delete() Use DeleteQueryBuilder instead.
1072   - IReadableDatabase::selectField() Use SelectQueryBuilder instead.
1073   - IReadableDatabase::selectFieldValues() Use SelectQueryBuilder instead.
1074   - IReadableDatabase::select() Use SelectQueryBuilder instead.
1075   - IReadableDatabase::selectRow() Use SelectQueryBuilder instead.
1076   - IReadableDatabase::estimateRowCount() Use SelectQueryBuilder instead.
1077   - IReadableDatabase::selectRowCount() Use SelectQueryBuilder instead.
1078   - ISQLPlatform::unionQueries() Use UnionQueryBuilder instead.
1079 * The core Wikimedia\Rdbms\DatabaseMysqlBase class has been renamed to reflect
1080   the earlier merger of Mysqli into it; it's now Wikimedia\Rdbms\DatabaseMySQL.
1081 * The following methods in SpecialEmailUser have been deprecated:
1082   - SpecialEmailUser::validateTarget(), use EmailUser::validateTarget()
1083   - SpecialEmailUser::getPermissionsError(), use EmailUser::canSend() or
1084     EmailUser::authorizeSend()
1085   - SpecialEmailUser::submit(), use EmailUser::sendEmailUnsafe()
1086 * User::isBlockedFromEmailuser() has been deprecated. EmailUser::canSend()
1087   checks blocks amongst other things. If you only need this check, use
1088   User::getBlock()->appliesToRight( 'sendemail' ).
1089 * User::canSendEmail() has been deprecated. Use EmailUser::canSend() instead.
1090 * The following methods, previously deprecated, now emit deprecation warnings:
1091   - ConfigFactory::getDefaultInstance(), deprecated since 1.27
1092   - AbstractContent::getNativeData(), deprecated since 1.33
1093   - TablePager::getBody(), deprecated since 1.24
1094   - ContentHandler::getSlotDiffRendererInternal(), deprecated since 1.35
1095   - ParserOutput::getCategories(), deprecated since 1.40
1096   - PasswordFactory::init(), deprecated since 1.32
1097 * WikitextContent::getRedirectTargetAndText has been deprecated, use
1098   WikitextContentHandler::extractRedirectTargetAndText instead.
1099 * WikiPage::doDeleteArticleBatched, deprecated in 1.37, now emits deprecation
1100   warnings.
1101 * WikiPage::getPageIsRedirectField() is now deprecated.
1102 * WikiPage::insertRedirect() is now deprecated.
1103 * Parser::getFreshParser(), deprecated since 1.39, now emits deprecation
1104   warnings.
1105 * The legacy MediaWiki UI ResourceLoader modules, such as `mediawiki.ui`, are
1106   all now emitting deprecation warnings in the JavaScript console. Please use
1107   Codex CSS components instead.
1108 * Article::getRedirectHeaderHtml() has been deprecated and emits deprecation
1109   warnings, use LinkRenderer::makeRedirectHeader() instead.
1110 * SpecialBlock::getTargetAndType(), deprecated since 1.36, now emits deprecation
1111   warnings.
1112 * ApiBase::checkTitleUserPermissions() now type-forces a PageIdentity instead of
1113   a LinkTarget. Passing a LinkTarget has been deprecated since 1.36.
1114 * Passing a User to ApiBase::checkUserRightsAny() in the second parameter, which
1115   was deprecated in 1.36, is no longer read. Instead, it will use the request
1116   context's set Authority via IContextSource::getAuthority().
1117 * Sanitizer::escapeIdReferenceList(), deprecated since 1.36, has been dropped.
1118 * RecentChange::getPerformer(), deprecated since 1.36, has been dropped.
1119 * SpecialPage::getLanguageConverter(), deprecated since 1.36, has been dropped.
1120   Use LanguageConverterFactory::getLanguageConverter() directly.
1121 * SpecialBlock::checkUnblockSelf(), deprecated since 1.36, has been dropped. Use
1122   BlockPermissionChecker instead.
1123 * DifferenceEngine::localiseLineNumbers() has been deprecated in favor of
1124   BaseTextDiffer::localizeLineNumbers(). Subclasses such as PhpTextDiffer may
1125   make this available via a ::localize() method.
1126 * ChangeTags::modifyDisplayQuery() and ChangeTagsStore::modifyDisplayQuery()
1127   have been deprecated in favor of ChangeTagsStore::modifyDisplayQueryBuilder()
1128 * Calling SpecialRandomPage::__construct without services as parameters is
1129   deprecated and emit deprecation warnings.
1131 === Other changes in 1.41 ===
1132 * ExternalLinksLookup::getExternalLinksForPage() now exists to centralize
1133   logic of looking up externallinks rows.
1134 * The update script no longer accepts the --skip-compat-checks option.
1135 * Use of the deprecated "Pragma: no-cache" HTTP response header on uncachable
1136   responses has been removed in favour of "Cache-Control: no-cache" (T345420).
1137 * Type hints were added to:
1138    - The return value of WebRequest:: and DerivativeRequest::getSession()
1139    - The return value of WebRequest:: and DerivativeRequest::getIP()
1140    - The return value of User::getTitleKey()
1141    - The return value of User::getRequest()
1142    - The `$key` parameter to Skin::normalizeKey()
1143   None of the methods whose return value was updated belongs to a class
1144   stable to extend, and adding type hints to parameters is backwards
1145   compatible. Therefore, this is not considered a breaking change.
1146 * The mergeMessageFileList script now only works for extensions and skins
1147   supporting extension registration (using extension.json or skin.json).
1148   It will no longer attempt to load PHP entry points.
1149 * Parser will no longer fall back to $wgTitle if a null is provided as a
1150   Title or PageReference. To change the relevant title used for methods
1151   that do not offer an option to set the page, call Parser::setPage.
1152   This affects the methods cleanSig, getSection and replaceSection.
1153 * (T347726, CVE-2023-51704) SECURITY: logging: Fix non-escaped messages
1154   used in rights log.
1156 == Compatibility ==
1158 MediaWiki 1.41 requires PHP 7.4.3 or later and the following PHP extensions:
1160 * ctype
1161 * dom
1162 * fileinfo
1163 * iconv
1164 * intl
1165 * json
1166 * mbstring
1167 * xml
1169 MariaDB is the recommended database software. MySQL, PostgreSQL, or SQLite can
1170 be used instead, but support for them is somewhat less mature.
1172 The supported versions are:
1174 * MariaDB 10.3 or higher
1175 * MySQL 5.7.0 or higher
1176 * PostgreSQL 10 or later
1177 * SQLite 3.8.0 or later
1179 == Online documentation ==
1180 Documentation for both end-users and site administrators is available on
1181 MediaWiki.org, and is covered under the GNU Free Documentation License (except
1182 for pages that explicitly state that their contents are in the public domain):
1184        https://www.mediawiki.org/wiki/Special:MyLanguage/Documentation
1186 == Mailing list ==
1187 A mailing list is available for MediaWiki user support and discussion:
1189        https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
1191 A low-traffic announcements-only list is also available:
1193        https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce
1195 It's highly recommended that you sign up for one of these lists if you're
1196 going to run a public MediaWiki, so you can be notified of security fixes.
1198 == IRC help ==
1199 There's usually someone online in #mediawiki on irc.libera.chat.
1201 = MediaWiki 1.40 =
1203 PHP 8.0 workboard: https://phabricator.wikimedia.org/tag/php_8.0_support/
1204 PHP 8.1 workboard: https://phabricator.wikimedia.org/tag/php_8.1_support/
1205 PHP 8.2 workboard: https://phabricator.wikimedia.org/tag/php_8.2_support/
1206 PHP 8.3 workboard: https://phabricator.wikimedia.org/tag/php_8.3_support/
1208 == MediaWiki 1.40.3 ==
1210 This is a security and maintenance release of the MediaWiki 1.40 branch.
1212 === Changes since MediaWiki 1.40.2 ===
1213 * Localisation updates.
1214 * (T296896) CategoryViewer::getSectionPagingLinks: Fix null array offset
1215   warning.
1216 * CategoryViewer: Fix "count(): Argument #1 ($value) must be of type
1217   Countable|array, null given".
1218 * (T334992) Headings in the license pickers should not be selected.
1219 * (T353929) ActiveUsersPager: Count actions only once.
1220 * composer: Use @php instead of php.
1221 * (T326065) Indent JsonContent using tabs.
1222 * (T309714, T354274) mime: Add support for 'font/woff' and 'font/woff2' mime
1223   type.
1224 * (T353644) Update wikimedia/parsoid to 0.17.3.
1225 * (T354541) authmanager: Improve AuthenticationRequest docs.
1226 * (T330428) ForeignResourceManager: Add trailing newline in validateLicense.
1227 * (T355017) Add missing space in Special:RecentChangesLinked.
1228 * (T355003) composer.json Add ext-bcmath and ext-gmp to suggests.
1229 * PHPVersionCheck: Update text to match currently supported upstream PHP
1230   versions (8.1+).
1231 * (T354045) API: mark HTML output as non-cacheable.
1232 * (T355530) filerepo: Fix img_major_mime for files with a non-standard
1233   extensions.
1234 * (T355530) MimeAnalyzer: Add @since to isValidMajorMimeType.
1235 * (T352554) ZhConverter: Fix language variant fallback chain.
1236 * (T357668) Parser::getExternalLinkAttribs: Don't set rel attribute to null.
1237 * LockManagerGroupIntegrationTest: Remove test depending on DBLockManager.
1238 * (T357808) LinkRendererTest: Add missing import for LinkTarget.
1239 * (T353305) ApiResetPassword: Allow both user and email parameters to be passed
1240   for reset.
1241 * (T358949) updateCollation: Explicitly cast $scale to int.
1242 * (T359055) api: Improve linking of language codes lists in top level i18n
1243   messages.
1244 * (T359294) Make sure MovePage::isValidFileMove matches UploadBase::getTitle.
1245 * (T230245) Respect $maxConcurrency when queuing async FileOps.
1246 * (T352554) Follow-up "ZhConverter: Fix language variant fallback chain".
1247 * (T359139) Restore ability to disable footer links with "-".
1248 * (T292237, T317451) build: Restore Doxygen output for MediaWiki release tags.
1249 * (T324903) HistoryPager: Add #[AllowDynamicProperties].
1250 * (T360850) Update Apache config syntax in .htaccess files.
1251 * (T309714) mime: Make test cases use data provider.
1252 * (T317489, T319202) Mark some parserTests on talk pages Parsoid only on
1253   REL1_40.
1254 * Update wikimedia/parsoid to 0.17.4.
1255 * docs: Remove use of $IP from mwdocgen.php.
1256 * (T317451) build: Restore Doxygen output for MediaWiki release tags (take 3).
1257 * docs: Set stable permalink on markdown files.
1258 * (T357019) allow maintenance/deleteBatch.php to accept page ID.
1259 * (T355538, CVE-2024-PENDING) XSS in edit summary parser.
1260 * (T357760, CVE-2024-PENDING) Denial of service vector via GET request to
1261   Special:MovePage on pages with thousands of subpages.
1263 == MediaWiki 1.40.2 ==
1265 This is a security and maintenance release of the MediaWiki 1.40 branch.
1267 === Changes since MediaWiki 1.40.1 ===
1268 * Localisation updates.
1269 * Updated symfony/polyfill-php80 from 1.27.0 to 1.28.0.
1270 * Updated symfony/polyfill-php81 from 1.27.0 to 1.28.0.
1271 * (T344912) mail: Encode period (ascii 46) if it appears in encoded email
1272   header.
1273 * Added symfony/polyfill-php82.
1274 * Added symfony/polyfill-php83.
1275 * Updated symfony/yaml from 5.4.17 to 5.4.23.
1276 * Updated wikimedia/timestamp from 4.1.0 to 4.1.1.
1277 * tests: Provide coverage for StatusValue::__toString.
1278 * StatusValue: Improve logging/debug output with multibyte characters.
1279 * (T347726, CVE-2023-51704) SECURITY: logging: Fix non-escaped messages
1280   used in rights log.
1281 * Updated wikimedia/parsoid from 0.17.0 to 0.17.1.
1282 * (T229992) LocalisationCache: Preserve fallback source language info.
1283 * (T340840) Title: Check local fallbacks for system message.
1284 * (T346332) Installer: Make Minerva works correctly for $wgDefaultSkin.
1285 * specials: Use options-messages on Special:RevisionDelete.
1286 * Fix use of buildComparison() in uppercaseTitlesForUnicodeTransition.php.
1287 * (T275085) Fix logging Status objects to 'authevents' channel.
1288 * (T341310) DEVELOPERS.md: mention git clone and WSL.
1289 * (T351758) DEVELOPERS.md: reword WSL instructions to include best practices.
1290 * (T350615) PoolCounterConnectionManager: Add support for ipv6.
1291 * ParsoidCachePrewarmJob::newSpec() now requires a PageRecord as the second
1292   parameter instead of a page ID.
1293 * (T341123) ParsoidCachePrewarmJob: enable deduplication.
1294 * (T349115) LocalisationCache: Fix a rare case in fallback source language.
1295 * (T351848) language: Avoid multiple signs in Language::userAdjust.
1296 * SwiftFileBackend: Fix "PHP Deprecated: strlen(): Passing null to parameter #1
1297   ($string) of type string is deprecated".
1298 * maintenance: Add missing parenthesis to SQL in attachLatest.php.
1299 * (T321234) Make MagicWordArray not fail on old revs with broken UTF-8.
1300 * thumb: Fix "PHP Deprecated: strlen(): Passing null to parameter".
1301 * (T327007) htmlform: Correct validation for file input field.
1303 == MediaWiki 1.40.1 ==
1305 This is a security and maintenance release of the MediaWiki 1.40 branch.
1307 === Changes since MediaWiki 1.40.0 ===
1308 * Localisation updates.
1309 * (T333050, CVE-2023-45363) SECURITY: Fix infinite loop for self-redirects
1310   with variants conversion.
1311 * docs: Fix a few typos in MainConfigSchema.
1312 * (T290464) Add DiscussionTools bundling to release notes.
1313 * (T309714) mime: Add support for 'font/sfnt' mime type.
1314 * (T341434) WikiImporter: Improve error message output.
1315 * (T341737) ApiBase: Cast $id to string in filterIDs.
1316 * (T286291, T296188) Merge zh and zh-tw namespace translations back to zh-hans,
1317   zh-hant, zh-hk respectively.
1318 * (T337875) WRStats: Round up SequenceSpec::hardExpiry to the nearest integer.
1319 * (T237898) installer: Check MariaDB version in updater/installer.
1320 * (T342632) ApiComparePages: Add help url.
1321 * (T326182, T324903) EditPage: Add #[AllowDynamicProperties].
1322 * (T342351) rdbms: Fix postgres db function call.
1323 * (T343675) user: Use {@} to escape annotation when writting about annotation.
1324 * (T343797) LanguageWa: Fix double timezone adjustment.
1325 * (T343669) skins: Avoid function call on array.
1326 * (T326454) Update pear/mail to 1.5.1.
1327 * (T343622) docs: Set the <comment> tag back to optional.
1328 * (T330528) Upgrade wikimedia/html-formatter from 3.0.1 to 4.0.3.
1329 * Updated jQuery from v3.6.1 to v3.7.1.
1330 * (T337463) wdio-mediawiki: await saveScreenshot.
1331 * (T208477) $wgPrivilegedGroups – Users belonging in some of the listed groups
1332   will be audited more aggressively.
1333 * doc: Improve description of "type" in extension.schema.v2.json.
1334 * Added PrivilegedGroups attribute for extension.json / skin.json, which lets
1335   you add any new user groups you define to wgPrivilegedGroups (see above).
1336 * (T288624) MultiHttpClient: Unset $this->cmh after closing it.
1337 * (T345039) Do not run SkinAfterBottomScripts hook twice unconditionally.
1338 * (T265734) API Help: Note that parameters may be inherited from other context.
1339 * (T285545) i18n: Split apihelp for standard dir parameter.
1340 * (T285545) i18n: Split apihelp for redirects/linkshere/transcludedin/fileusage
1341   show.
1342 * (T285545) i18n: Split apihelp for parameter list=deletedrevs&drprop=.
1343 * (T285545) i18n: Split apihelp for parameter list=allpages&apprexpiry=.
1344 * (T285545) i18n: Split apihelp for parameter action=opensearch&redirects=.
1345 * (T285545) i18n: Split apihelp for parameter action=managetags&operation=.
1346 * (T285545) api: Add message for list=watchlist&wlprop=expiry.
1347 * (T334011) ApiComparePages: expose 'difftype' param if wikidiff2 is installed.
1348 * (T342633) api: Add message for action=compare&prop=timestamp.
1349 * API: revids=… does not necessarily return the queried revisions.
1350 * (T235207) Get correct main page in API call examples.
1351 * doc: Make extension.schema.v2.json a valid JSON schema.
1352 * (T326696) Add since tag to UserOptionsManager::MAX_BYTES_OPTION_VALUE.
1353 * (T310378) Ensure that installer i18n is loaded by update.php.
1354 * updateSpecialPages.php: Avoid implicit float conversion on modulo.
1355 * (T347227) ImportReporter: Make callback functions public.
1356 * (T346898) importDump: Unconditionally call $importer->setUsernamePrefix().
1357 * (T204470) Remove feedback messages from RawHtmlMessages.
1358 * (T127268) MainConfigSchema: Update doc for "ResourceLoader: Default File
1359   modules to mobile and desktop targets".
1360 * (T264765, CVE-2023-45364) SECURITY: Article: Check permissions before
1361   showing link to view deleted revision.
1362 * doc: Improve description of type in extension.schema.v1.json.
1363 * (T340217, CVE-2023-45359) SECURITY: Vector 2022: Numerous unescaped messages
1364   leading to potential XSS.
1365 * (T340220, CVE-2023-45361) SECURITY: Vector 2022: vector-intro-page message
1366   is assumed to yield a valid title.
1367 * (T340221, CVE-2023-45360) SECURITY: XSS via 'youhavenewmessagesmanyusers'
1368   and 'youhavenewmessages' messages.
1369 * (T341529, CVE-2023-45362) SECURITY: diff-multi-sameuser ("X intermediate
1370   revisions by the same user not shown") ignores username suppression.
1371 * (T341565, CVE-2023-3550) SECURITY: Stored XSS when uploading crafted
1372   XML file to Special:Upload (non standard configuration).
1374 == MediaWiki 1.40.0 ==
1376 === Changes since MediaWiki 1.40.0-rc.0 ===
1377 * Localisation updates.
1378 * (T330464) Work around argument corruption bug in XMLReader::open.
1379 * build: Updating mediawiki/mediawiki-phan-config to 0.12.1.
1380 * Fix frame and frameless rdfa depending on file existing.
1381 * (T329214) Pass whether current rev of file exists to
1382   Linker::makeBrokenImageLinkObj.
1383 * (T334659) Handle thumb errors when !$enableLegacyMediaDOM.
1384 * A manualthumb that doesn't exist should be considered a thumb error.
1385 * (T313157) IndexPager: Also protect against $offset being 0.
1386 * (T335612, CVE-2023-36674) SECURITY: Move badFile lookup to Linker.
1388 == MediaWiki 1.40.0-rc.0 ==
1390 == Upgrading notes for 1.40 ==
1391 Don't forget to always back up your database before upgrading!
1393 See the file UPGRADE for more detailed per-version upgrade instructions from the
1394 oldest supported upgrading version, MediaWiki 1.35.
1396 Some specific notes for MediaWiki 1.40 upgrades are below:
1397 * Maintenance scripts should now be executed using maintenance/run.php, e.g.
1398   maintenance/run.php update not maintenance/update.php as before.
1399 * Five extensions have now been bundled with MediaWiki:
1400   * The DiscussionTools extension, which provides a forum-like editing
1401     experience for wikitext-based discussion pages.
1402   * The Echo extension, which provides a system of user notifications.
1403   * The Linter extension, which warns about use of deprecated wikitext.
1404   * The LoginNotify extension, which warns users about failed attempted logins.
1405   * The Thanks extension, which lets users thank editors for edits.
1406 * The Renameuser extension has been moved to MediaWiki core. It is now possible
1407   to rename users without installing an extension. The extension had already
1408   been bundled with MediaWiki since 1.18.
1410 For notes on 1.39.x and older releases, see HISTORY.
1412 === Configuration changes for system administrators in 1.40 ===
1413 * When computing PBKDF2 password hashes, MediaWiki now detects and uses OpenSSL
1414   support if available, unless $wgPasswordConfig['pbkdf2']['class'] is set in
1415   LocalSettings.php. OpenSSL is more efficient, so if that setting is present,
1416   you should remove it (or set it to 'Pbkdf2PasswordUsingOpenSSL' if possible).
1417   If users get an internal error when trying to log in, you can try setting it
1418   to 'Pbkdf2PasswordUsingHashExtension'. In particular, this would be necessary
1419   if existing PBKDF2 password hashes were computed using a hash algorithm other
1420   than "sha512" or "sha256" (the current and prior defaults).
1421 * You should configure your webserver to return the http header
1422   'X-Content-Type-Options: nosniff' for the /images directory. This will
1423   instruct browsers to not apply content sniffing when accessing the files.
1424   MediaWiki before 1.40 shipped with a content sniffer which disallowed
1425   potentially dangerous files at upload time, but this protection has now been
1426   removed in favor of this 'X-Content-Type-Options: nosniff' header and the
1427   installer will return a warning when it is not in place.
1428 * Support for MW_USE_LEGACY_DEFAULT_SETTINGS has been removed, setting this
1429   constant will not have any effect. Use of MW_USE_LEGACY_DEFAULT_SETTINGS
1430   had been deprecated since 1.39.
1432 ==== New configuration ====
1433 * $wgThumbnailNamespaces - This setting lets you define the namespaces for which
1434   image thumbnails (or a placeholder in the absence of a thumbnail) will be
1435   displayed on Special:Search.
1436 * $wgResourceLoaderClientPreferences – This experimental flag lets you enable
1437   client-side preferences for logged-out users.
1438 * $wgExternalLinksSchemaMigrationStage – This temporary flag lets you control
1439   the migration stage for the new schema for the external links database table.
1440   Ignore it unless you have a large wiki farm with complex migration needs.
1441 * $wgCommentTempTableSchemaMigrationStage – This temporary flag lets you control
1442   the migration stage for the temporary comment database table, from revision.
1443   Ignore it unless you have a large wiki farm with complex migration needs.
1444 * $wgSpecialContributeSkinsEnabled – This setting lets you list skins on which
1445   Special:Contribute is available, for where others don't work for the feature.
1446 * $wgPrivilegedGroups – Users belonging in some of the listed groups will be
1447   audited more aggressively.
1449 ==== Changed configuration ====
1450 * $wgPasswordPolicies – This setting, which controls what makes for a valid
1451   password for wiki accounts, has been adjusted to raise the minimal password
1452   length from 1 to 8 characters. The initial limit of 1 has been in place since
1453   MediaWiki 1.26. If you wish to allow shorter passwords, you can over-ride it
1454   in your LocalSettings following the guidance on MediaWiki.org.
1455 * (T254045) New accounts can no longer use an equals sign (=) in their
1456   usernames because of issues it causes in wikitext syntax. This can be
1457   adjusted by changing the value of $wgInvalidUsernameCharacters.
1458 * (T314318) $wgParserEnableLegacyMediaDOM – This setting has been changed, so
1459   the alternative modern HTML structure for media is now the default. You can
1460   disable it for now by over-riding this back to `true` in LocalSettings, but
1461   this configuration will be removed in future versions of MediaWiki. For more
1462   details, see the documentation at:
1463   https://www.mediawiki.org/wiki/Parsoid/Parser_Unification/Media_structure/FAQ
1464 * $wgWatchlistExpiryMaxDuration – This setting, which controls the maximum
1465   allowed duration for users to set their temporary watchlist entries for expiry
1466   if that feature is enabled, has been increased from 6 months to 1 year.
1468 ==== Removed configuration ====
1469 * $wgShellboxUrl – This setting, deprecated in 1.37, has now been removed; use
1470   $wgShellboxUrls instead.
1471 * $wgMainWANCache and $wgWANObjectCaches – These never-used settings have been
1472   removed. To inject WANObjectCache parameters, use $wgWANObjectCache instead.
1473   These variables were introduced for multi-DC wiki farms to add a separate
1474   memcached proxy for cross-DC relaying of purges but never used because
1475   WANObjectCache works based on route prefixes, which can be transparently
1476   handled by the main memcached proxy.
1477 * $wgParserTestFiles – This setting, deprecated in 1.30, has now been removed;
1478   extensions can place their parser test files in `tests/parser` instead.
1479 * (T231412) $wgAutoloadAttemptLowercase – This setting, deprecated in 1.35, no
1480   longer has any effect. If you run into difficulties, fix the names of miscased
1481   local files.
1482 * (T309787) $wgVerifyMimeTypeIE – This setting, to provide extra security checks
1483   for very old versions of Internet Explorer clients, was removed. These user
1484   agents aren't used in practice, and haven't been served JavaScript content for
1485   years.
1487 === New user-facing features in 1.40 ===
1488 * Special:Search can now show thumbnails for results for titles outside NS_FILE.
1489   This is controlled via the new onSearchResultProvideThumbnail hook.
1490 * A new preference ('search-thumbnail-extra-namespaces') to allow users to
1491   control whether to show more thumbnails (per $wgThumbnailNamespaces)
1492 * (T324910) On pages using multi-content revisions, the raw content of a
1493   specific slot can be retrieved using the action=raw&slot=<role-name> query
1494   parameters.
1495 * (T313804) The preferences page now provides a search bar to find preferences,
1496   regardless of the tab on which they appear.
1498 === New developer features in 1.40 ===
1499 * The MediaWiki-Docker development environment is now configured to
1500   run on PHP 8.1 by default, up from PHP 7.4 now that that's EOL.
1501 * Vue development mode is enabled by default in DevelopmentSettings.php
1502 * (T277618) The @noVarDump annotation from the DebugInfoTrait tool can now be
1503   added to references to stop them from being expanded when their object is
1504   passed to var_dump(), to make its use for debugging more feasible.
1505 * The ApiSandbox will now by default request responses in the latest API format,
1506   rather than the original format. Users can set `formatversion` to a different
1507   value if needed.
1508 * A new hook, GetBlockErrorMessageKeyHook, allows extensions' block error
1509   messages to be received and displayed by BlockErrorFormatter.
1510 * A new hook, SpecialCreateAccountBenefits, lets extensions and local code set
1511   custom content on the signup page about the benefits of using an account.
1512 * (T321412) A new 'PageUndeleteComplete' hook has been added for more thorough
1513   information about a page post restoration than the 'PageUndelete' hook passes.
1514   This provides similar functionality to the 'PageDeleteComplete' hook.
1515 * The Linker::specialLink() method can now link to a Special page's with a sub-
1516   page or action parameter set, e.g. [[Special:Contributions/JohnDoe]].
1517 * The PHPUnit entrypoints (tests/phpunit/phpunit.php and vendor/bin/phpunit)
1518   now check if composer dependencies are up-to-date, like update.php, using
1519   CheckComposerLockUpToDate. To disable this check, use
1520   MW_SKIP_EXTERNAL_DEPENDENCIES=1 environment flag when running PHPUnit.
1521 * ManualLogEntry::setForceBotFlag() has been added to allow the forcing of the
1522   bot flag for log entries which are inserted to the recent changes.
1524 === External library changes in 1.40 ===
1526 ==== New external libraries ====
1527 * Added codex-design-tokens at v0.6.2.
1528 * Added symfony/polyfill-php81 at v1.28.0.
1529 * Added symfony/polyfill-php82 at v1.28.0.
1530 * Added symfony/polyfill-php83 at v1.28.0.
1531 * Added wikimedia/bcp-47-code at v1.0.0.
1533 ===== New development-only external libraries =====
1534 * Added wikimedia/langconv at v0.4.2.
1536 ==== Changed external libraries ====
1537 * Updated OOUI from v0.44.3 to v0.46.3.
1538 * Updated codex, codex-search, and codex-icons from v0.2.2 to v0.6.2.
1539 * Updated cssjanus/cssjanus from 2.1.0 to 2.1.1.
1540 * Updated guzzlehttp/guzzle 7.4.5 to 7.5.0.
1541 * Updated justinrainbow/json-schema from 5.2.11 to 5.2.12.
1542 * Updated pear/mail from 1.4.1 to 1.5.1.
1543 * Updated pear/net_smtp from 0.10.0 to 0.10.1.
1544 * Updated psr/container from 1.1.1 to 1.1.2.
1545 * Updated symfony/polyfill-php80 from 1.26.0 to 1.28.0.
1546 * Updated symfony/yaml from 5.4.10 to 5.4.23.
1547 * Updated wikimedia/html-formatter from 3.0.1 to 4.0.3.
1548 * Updated wikimedia/less.php from 3.1.0 to 4.0.0.
1549 * Updated wikimedia/object-factory from 4.0.0 to 5.0.1.
1550 * Updated wikimedia/parsoid from 0.16.0 to 0.17.0.
1551 * Updated wikimedia/remex-html from 3.0.2 to 3.0.3.
1552 * Updated wikimedia/shellbox from 3.0.0 to 4.0.0.
1553 * Updated wikimedia/timestamp from 4.0.0 to 4.1.1.
1554 * Updated wikimedia/xmp-reader from 0.8.4 to 0.9.1.
1556 ===== Changed development-only external libraries =====
1557 * Updated QUnit from 2.18.2 to 2.19.4.
1558 * Updated api-testing from 1.5.0 to 1.5.1.
1559 * Updated composer/spdx-licenses from 1.5.6 to 1.5.7.
1560 * Updated eslint-config-wikimedia from 0.22.1 to 0.24.0.
1561 * Updated giorgiosironi/eris from ^0.10.0 to ^0.13.0.
1562 * Updated grunt from 1.5.2 to 1.6.1.
1563 * Updated grunt-banana-checker from 0.9.0 to 0.10.0.
1564 * Updated grunt-eslint from 24.0.0 to 24.0.1.
1565 * Updated karma from 6.3.15 to 6.4.1.
1566 * Updated mediawiki/mediawiki-codesniffer from 38.0.0 to 41.0.0.
1567 * Updated mediawiki/mediawiki-phan-config from 0.11.1 to 0.12.1.
1568 * Updated php-parallel-lint/php-console-highlighter from 0.5 to 1.0.0.
1569 * Updated php-parallel-lint/php-parallel-lint from 1.3.1 to 1.3.2.
1570 * Updated phpunit/phpunit from 8.5.28 to 9.5.28.
1571 * Updated stylelint-config-wikimedia from 0.13.0 to 0.13.1.
1572 * Updated wikimedia/alea from 0.9.3 to 1.0.0.
1574 ==== Removed external libraries ====
1575 * jquery.throttle-debounce, deprecated since MediaWiki 1.33.
1576 * WVUI, deprecated since MediaWiki 1.39.
1578 === Action API changes in 1.40 ===
1579 * New `cancreateaccount` parameter on action=query&meta=userinfo that allows
1580   you to check if the user can create an account. Some of the errors that have
1581   previously been returned by action=query&list=users&usprop=cancreate are now
1582   returned here.
1584 === Languages updated in 1.40 ===
1585 MediaWiki supports over 400 languages. Many localisations are updated regularly.
1586 Below only new and removed languages are listed, as well as changes to languages
1587 because of Phabricator reports.
1589 * (T300378) Added language support for Toki Pona (tok).
1590 * (T320465) Added language support for Magahi (mag).
1591 * (T320912) Added language support for Arakanese (rki).
1592 * (T323971) Added language support for Khakas (kjh).
1593 * (T326526) Added language support for Igala (igl).
1594 * (T329476) Added language support for Kusaal (kus).
1595 * (T330266) Added language support for Southern Dagaare (dga).
1596 * (T331596) Added language support for Obolo (ann).
1597 * (T331597) Added language support for Nogai (nog).
1598 * (T331599) Added language support for Wolaytta (wal).
1599 * (T295637) Add no to fallback chain of nb and nn.
1601 === Breaking changes in 1.40 ===
1602 * OutputPage::enableClientCache no longer accepts a parameter, nor does it
1603   return the current value. It simply sets the OutputPage::mEnableClientCache
1604   to true. Use OutputPage::disableClientCache to disable client side caching
1605   instead.
1606 * ResourceLoader::makeMessageSetScript, unused since 1.26, has been removed
1607   without deprecation.
1608 * Changes to skins:
1609   - The internal protected method Skin::getFooterLinks() was removed.
1610     It had no known usages. Different from SkinTemplate::getFooterLinks.
1611   - The internal public method Skin::getSiteFooterLinks() was removed.
1612     It had no known usages.
1613 * The 'oojs-router' module has been removed without deprecation in favour
1614   of the 'mediawiki.router' wrapper module.
1615 * BagOStuff::makeKeyInternal(), deprecated for public use in 1.36, is now a
1616   protected method of MediumSpecificBagOStuff.
1617 * WANObjectCache::reap() and WANObjectCache::reapCheckKey(), deprecated since
1618   1.39, have been removed.
1619 * The EnqueueJob class, unused since 1.31, has been removed without
1620   deprecation.
1621 * JobQueueGroup::singleton() and ::destroySingletons(), deprecated since 1.37,
1622   have been removed.
1623 * JobRunner no longer supports manually calling the constructor,
1624   use MediaWikiServices::getInstance()->getJobRunner() instead.
1625 * JobRunner::setLogger, deprecated since 1.35, has been removed.
1626 * ContextSource::getStats, deprecated since 1.27, has been removed.
1627 * The following public properties of Parser, deprecated in 1.35,
1628   have been made private: Parser::$mLinkId, Parser::$mIncludeSizes,
1629   Parser::$mDoubleUnderscore, Parser::$mShowToc, Parser::$mRevisionId,
1630   Parser::$mRevisionTimestamp, Parser::$mRevisionUser, Parser::$mRevisionSize,
1631   Parser::$mInputSize, Parser::$mInParse, Parser::$mFirstCall,
1632   Parser::$mGeneratedPPNodeCount
1633 * The MWGrants class, deprecated since 1.38, has been removed.
1634 * PageProps::getInstance(), deprecated since 1.38, has been removed.
1635 * Global functions wfReadOnly and wfReadOnlyReason, deprecated since 1.38, have
1636   been removed.
1637 * Global function wfQueriesMustScale, deprecated since 1.39, has been removed.
1638 * Global function wfLogProfilingData, deprecated since 1.38, has been removed.
1639 * The HTMLCacheUpdate class, deprecated since 1.34, has been removed.
1640 * Linker::normaliseSpecialPage(), deprecated since 1.35, has been removed.
1641 * MWTimestamp::getHumanTimestamp(), deprecated since 1.26, has been removed.
1642 * Collation::singleton() and ::factory(), deprecated since 1.37, have been
1643   removed.
1644 * SpecialVersion::listToText() and SpecialVersion::arrayToString()
1645   have become private or internal without deprecation.
1646 * The 'ParserTestFiles' key in the schema for extension.json has been removed.
1647   This was deprecated in 1.30 and the corresponding $wgParserTestFiles
1648   configuration variable has also been removed in this release.  Extensions
1649   can put parser test files in their `tests/parser` directory to have them
1650   automatically run.
1651 * DBLockManager, MySqlLockManager, and PostgreSqlLockManager have been
1652   removed without deprecation.
1653 * MediaWikiTestCaseTrait::checkPHPExtension() has been removed without
1654   deprecation. Use PHPUnit @requires annotations instead.
1655 * EditPage::getCopywarn(), deprecated since 1.38, has been removed.
1656 * EditPage::getCopyrightWarning() now requires a MessageLocalizer parameter.
1657   Use of other parameter types or omitting it was deprecated since 1.38.
1658 * Action constructor now requires Article and IContextSource parameters.
1659   Use of other parameter types or omitting them was deprecated since 1.35.
1660 * Article::viewRedirect(), deprecated since 1.30, has been removed.
1661 * Title::getNotificationTimestamp(), deprecated since 1.35, has been removed.
1662 * WikiRevision::$fileIsTemp property, deprecated since 1.29, has been removed.
1663 * Use of CommentStore::insertWithTempTable() with 'img_description' is no
1664   longer supported, it was deprecated since 1.32. Use CommentStore::insert()
1665   instead.
1666 * Return values in the parameter $pageLang of the PageContentLanguage hook with
1667   other types than a Language object, deprecated since 1.33 & emitting warnings
1668   since 1.38, now throws an exception.
1669 * FormatMetadata::flattenArrayContentLang(), deprecated since 1.36, has been
1670   removed.
1671 * WikiRevision::downloadSource() and ::importUpload(), deprecated since 1.31,
1672   have been removed.
1673 * DataUpdate::runUpdates(), deprecated since 1.28, has been removed.
1674 * CdnCacheUpdate::newFromTitles(), deprecated since 1.35, has been removed.
1675 * HtmlFileCacheUpdate::newFromTitles(), deprecated since 1.37, has been
1676   removed.
1677 * BaseTemplate::renderAfterPortlet() and ::getAfterPortlet(), has been removed.
1678   Use the corresponding methods in Skin class.
1679 * DifferenceEngine::textDiff(), deprecated since 1.32, has been removed.
1680 * Skin::getSearchPageTitle() and Skin::setSearchPageTitle(), deprecated since
1681   1.38, have been removed.
1682 * DifferenceEngine::getDiffBodyCacheKey(), deprecated since 1.31, has been
1683   removed.
1684 * ForeignDBViaLBRepo::getMasterDB(), LocalRepo::getMasterDB(), and
1685   JobQueueDB::getMasterDB(), deprecated since 1.37, have been removed.
1686 * Clarified that the InitializeArticleMaybeRedirect hook should not change
1687   its $article parameter; the behavior when doing so was previously
1688   undocumented.
1689 * IDatabase::ping()'s $rtt parameter was removed without deprecation.
1690 * IDatabase::setBigSelects(), unused, was removed without deprecation.
1691 * IDatabase::attributesFromType(), unused, was removed without deprecation.
1692 * IMaintainableDatabase::deadlockLoop() was removed without deprecation.
1693 * DatabasePostgres::remappedTableName(), deprecated since 1.37, has been
1694   removed.
1695 * ILBFactory::getChronologyProtectorClientId and ::commitAll, unused, were
1696    removed without deprecation.
1697 * LoadBalancer::haveIndex() and ::isNonZeroLoad(), deprecated in 1.34,
1698   have been removed.
1699 * LoadBalancer::getLazyConnectionRef(), deprecated in 1.38, has been removed.
1700 * ILBFactory::forEachLB(), deprecated in 1.39, has been removed.
1701 * LoadBalancer::getTransactionRoundStage and ::commitAll, unused, were
1702   removed without deprecation.
1703 * ILoadBalancer::getLaggedReplicaMode, unused, was removed  without
1704   deprecation. Use ILBFactory::laggedReplicaUsed() instead.
1705 * Optional parameters of ILoadBalancer::waitForPrimaryPos(), $pos and $timeout
1706   have been removed without deprecation as they are unused.
1707 * LoadMonitorMysql was removed without deprecation. Use LoadMonitor instead.
1708 * IDatabase::selectDB(), deprecated since 1.32, has been removed.
1709   Use IDatabase::selectDomain() instead.
1710 * The following deprecated hooks have been removed:
1711   - BaseTemplateAfterPortlet, deprecated in 1.35
1712   - BeforeParserFetchTemplateAndtitle, deprecated in 1.36
1713   - BeforeParserrenderImageGallery, deprecated in 1.35
1714   - InternalParseBeforeSanitize, deprecated in 1.35
1715   - LinksUpdateConstructed, deprecated in 1.38
1716   - LinksUpdateAfterInsert, deprecated in 1.38
1717   - ParserSectionCreate, deprecated in 1.35
1718   - ResourceLoaderTestModules, deprecated in 1.33
1719   - SpecialMuteSubmit, deprecated in 1.35
1720   - UserLoadFromDatabase, deprecated in 1.37
1721   - UserSetCookies, deprecated in 1.27
1722 * RemexDriver::__construct() now only accepts a ServiceOptions instance as
1723   the only argument. Passing an array was deprecated since 1.36.
1724 * TidyDriverBase::supportsValidate(), deprecated since 1.36, has been removed.
1725 * RevDelList::reloadFromMaster(), deprecated since 1.37, has been removed.
1726 * ExternalStoreDB::getMaster(), deprecated since 1.37, has been removed.
1727 * DeletePage::deletionWasScheduled(), deprecated since 1.38, has been removed.
1728 * The SearchResultProvideThumbnailHook (which was unstable) and now no longer
1729   used, has been removed. Use SearchResultProvideThumbnailHook in the search
1730   namespace: MediaWiki\Search\Hook\SearchResultProvideThumbnailHook.
1731 * Command::cgroup(), deprecated since 1.36, has been removed.
1732 * When running tests, the serialize_precision INI setting is now set to -1
1733   (current PHP default) instead of 17. Extension tests may need to be adjusted
1734   accordingly; string representations of floating-point numbers in serialized
1735   or JSON-encoded data may change.
1736 * WikiRevision::$sha1base36 is now private.
1737 * IcuCollation::getUnicodeVersionForICU() was removed without deprecation.
1738 * LinkFilter::supportsIDN() was removed without deprecation.
1739 * The ability to pass null for the errorData parameter of HttpException and
1740   LocalizedHttpException was removed without deprecation.
1741 * ApiQueryExtLinksUsage::getProtocolPrefix() and ::prepareProtocols() have
1742   been moved to LinkFilter with the same name.
1743 * .box-sizing() Less mixin, deprecated since 1.37, has been removed.
1744   Use CSS box-sizing now.
1745 * MimeAnalyzer::getIEMimeTypes() and IEContentAnalyzer were removed.
1746 * Language::commafy and mw.language.commafy, deprecated since 1.36, has been
1747   removed.
1748 * BagOStuff::decr(), deprecated since 1.28, has been removed.
1749 * BagOStuff::incr(), deprecated since 1.28, has been removed.
1751 === Deprecations in 1.40 ===
1752 * Changes to skins:
1753   - The public Skin::footerLink is deprecated.
1754     Use SkinComponentMenuLink::getTemplateData instead.
1755     It now emits deprecation warnings.
1756   - The protected Skin::lastModified is deprecated, and marked for @internal use
1757     and now emits deprecation warnings.
1758 * Manipulating $wgHooks after initialization is deprecated.
1759   HookContainer::register() or HookContainer::scopedRegister() should be
1760   used instead. During initialization, SettingsBuilder::registerHookHandlers
1761   can be used. For backwards compatibility, $wgHooks is replaced by a fake
1762   array that calls methods on HookContainer. $wgHooks can still be used as a
1763   configuration variable, only dynamic manipulation is deprecated.
1764 * ParserOptions::{get,set}ExternalLinkTarget() and
1765   ParserOptions::{get,set}MaxTemplateDepth() have been deprecated and marked
1766   for @internal use only.
1767 * ParserOutput::getCategories() has been deprecated; use ::getCategoryNames()
1768   and ::getCategorySortKey() instead.
1769 * ParserOutput::{get,set}TOCHTML() has been deprecated; use
1770   ::{get,set}TOCData() instead.
1771 * TransactionProfiler::setSilenced() is deprecated.
1772   Use TransactionProfiler::silenceForScope() instead.
1773 * The following methods in the Title class, deprecated since 1.37, emits
1774   deprecations warnings:
1775   - ::areCascadeProtectionSourcesLoaded()
1776   - ::areRestrictionsCascading()
1777   - ::areRestrictionsLoaded()
1778   - ::getAllRestrictions()
1779   - ::getCascadeProtectionSources()
1780   - ::getFilteredRestrictionTypes()
1781   - ::getRestrictionExpiry()
1782   - ::getRestrictionTypes()
1783   - ::getRestrictions()
1784   - ::isCascadeProtected()
1785   - ::isProtected()
1786   - ::isSemiProtected()
1787   - ::loadRestrictionsFromRows()
1788 * The class Pbkdf2Password was renamed to Pbkdf2PasswordUsingHashExtension,
1789   and the old name is now deprecated.
1790 * WikiPage::factory(), ::newFromID() and ::newFromRow, deprecated in 1.36, now
1791   emit deprecation warnings.
1792 * Manually constructing a LinkBatch object, deprecated in 1.35, now emits
1793   deprecation warnings. Use LinkBatchFactory instead.
1794 * Calling MediaWikiSite::getFileUrl() without a $path argument is deprecated.
1795   If you need the "generic" full file path, with $1 not replaced by anything,
1796   call $site->getPath( MediaWikiSite::PATH_FILE ) directly.
1797 * In SessionConsistentConnectionManager, the methods
1798   getReadConnectionRef() and getWriteConnectionRef() are deprecated;
1799   the ConnectionManager methods they override had been deprecated already.
1800 * Database::wasErrorReissuable() is deprecated.
1801 * MimeAnalyzer::isPHPImageType was not used and will now emit deprecation
1802   warnings.
1803 * GenericArrayObject, originally developed for Wikibase and SiteList, has been
1804   deprecated. Use built-in ArrayObject directly instead.
1805 * Parser::getFunctionLang() has been deprecated; use
1806   Parser::getTargetLanguage() instead.
1807 * MagicWordArray::getVariableRegex(), deprecated in 1.36, now emits deprecation
1808   warnings.
1809 * AbstractBlock::getId() now emits deprecation warnings in case of cross-wiki
1810   access. This use was deprecated in 1.38.
1811 * CommentStore::getStore, deprecated in 1.31, now emits deprecation warnings.
1812 * BacklinkCache::get(), ::getLinks() and ::getCascadeProtectedLinks(),
1813   deprecated in 1.37, now emit deprecation warnings.
1814 * LanguageConverterFactory::isTitleConversionDisabled(), deprecated in 1.36,
1815   now emits deprecation warnings.
1816 * Language::getFileName(), ::getMessagesFileName() and
1817   ::getJsonMessagesFileName(), deprecated in 1.34,
1818   now emit deprecation warnings.
1819 * Language::getLocalisationCache(), deprecated in 1.34, also
1820   Language::getMessagesFor(), ::getMessageFor() and ::getMessageKeysFor(),
1821   deprecated in 1.35, now emit deprecation warnings.
1822 * User::incEditCount(), deprecated in 1.37, now emits deprecation warnings.
1823 * User::idFromName(), deprecated in 1.37, now emits deprecation warnings.
1824 * The ability to override and use User::$mRights, deprecated in 1.34, now emits
1825   deprecation warnings.
1826 * IndexPager::getHookContainer is deprecated and emits deprecation warnings.
1827   Inject a HookContainer instead.
1828 * User::getGroupPermissions(), ::getGroupsWithPermission() and
1829   ::groupHasPermission(), deprecated in 1.34, now emit deprecation warnings.
1830 * PermissionManager::getGroupPermissions(), ::getGroupsWithPermission() and
1831   ::groupHasPermission(), deprecated in 1.36, now emit deprecation warnings.
1832 * Global function wfShowingResults is deprecated and emits deprecation warnings.
1833 * UserGroupMembership::getGroupMemberName is deprecated, the deprecation of
1834   UserGroupMembership::getGroupName in 1.38 missed a release note.
1835   Use Language::getGroupMemberName or ::getGroupName instead.
1836 * AbstractBlock::getPermissionsError(), deprecated in 1.35, now emits
1837   deprecation warnings.
1838 * SearchEngine::getNearMatcher() and ::getDefaultMatcher() have been deprecated
1839   in favor of MediaWikiServices::getInstance()->getTitleMatcher().
1840 * SearchNearMatcher class has been deprecated in 1.40 in favor of TitleMatcher.
1841 * The following functions are deprecated: User::isBlockedGlobally and
1842   User::getGlobalBlock. Use User::getBlock instead.
1843 * The UserIsBlockedGlobally hook is deprecated.
1844   Use GetUserBlock hook instead.
1845 * The SystemBlock type global-block is deprecated.
1846   GlobalBlocks are now added into CompositeBlocks via the GetUserBlock hook.
1847 * Language::isWellFormedLanguageTag(), deprecated in 1.39, now emits deprecation
1848   notices. Please use LanguageCode::isWellFormedLanguageTag() instead.
1849 * Language::fetchLanguageNames() and ::fetchLanguageName(), deprecated in 1.34,
1850   now emit deprecation warnings.
1851 * Language::getFallbackFor(), ::getFallbacksIncludingSiteLanguage() and
1852   ::getFallbacksFor(), deprecated in 1.35, now emit deprecation warnings.
1853 * Language::isSupportedLanguage(), ::isValidCode(), ::isValidBuiltInCode() and
1854   ::isKnownLanguageTag(), deprecated in 1.34, now emit deprecation warnings.
1855 * Language::getConverter(), ::autoConvert(), ::autoConvertToAllVariants(),
1856   ::convert(), ::convertNamespace(), ::convertHtml(), ::convertCategoryKey(),
1857   ::getVariants(), ::hasVariants(), ::hasVariant(), ::getDefaultVariant(),
1858   ::getURLVariant(), ::getExtraHashOptions(), ::getConvRuleTitle(),
1859   deprecated in 1.35, now emit deprecation warnings.
1860 * Language::factory() and ::getParentLanguage(), deprecated in 1.35, now emit
1861   deprecation warnings.
1862 * Executing maintenance scripts directly is deprecated. The maintenance/run.php
1863   entry point should be used instead.
1864 * MWHttpRequest::factory, deprecated in 1.34, now emits deprecation warnings.
1865 * Job::factory is deprecated, use JobFactory::newJob instead.
1866 * Http::request(), ::get(), ::post(), ::userAgent() and ::isValidURI(),
1867   deprecated in 1.34, now emit deprecation warnings.
1868 * Title.js's confusingly-named getName() and getNameText() methods, for using
1869   media files' pages, have been renamed to getFileNameWithoutExtension() and
1870   getFileNameTextWithoutExtension() respectively. The old names are deprecated.
1871 * Command::whitelistPaths() should now emit deprecation warnings. Make use of
1872   Command::allowPaths/disallowPaths() instead.
1873 * When manually creating an HTMLFormField (i.e. not via HTMLForm::factory),
1874   it is deprecated to not include the "parent" field as one of the parameters.
1875 * The MWException class is deprecated. Use native exceptions, either directly
1876   or as base classes.
1877 * SelectQueryBuilder::lockForUpdate() is deprecated. Use ::forUpdate() with
1878   ::fetchRowCount() or ::acquireRowLocks() instead.
1879 * ArticleUndelete hook is deprecated. Use PageUndeleteComplete hook instead.
1880 * The global function wfReportTime() is now deprecated.
1881 * PrevNextNavigationRenderer, deprecated in 1.39, now emits deprecation
1882   warnings.
1883 * PagerNavigationBuilder::setMakeLinkCallback(), deprecated in 1.39, now emits
1884   deprecation warnings.
1885 * IndexPager::getPagingLinks(), IndexPager::getLimitLinks() and
1886   IndexPager::buildPrevNextNavigation(), deprecated in 1.39, now emit
1887   deprecation warnings.
1888 * Overriding the method IndexPager::makeLink(), deprecated in 1.39, now emits
1889   deprecation warnings.
1890 * The following class names were namespaced (and, for the special pages,
1891   also renamed), and the old class names are now deprecated:
1892   - MostimagesPage -> MediaWiki\Specials\SpecialMostImages
1893   - MovePageForm -> MediaWiki\Specials\SpecialMovePage
1894   - UserrightsPage -> MediaWiki\Specials\SpecialUserRights
1895   - WantedFilesPage -> MediaWiki\Specials\SpecialWantedFiles
1896   - WantedPagesPage -> MediaWiki\Specials\SpecialWantedPages
1897   - DerivativeRequest -> MediaWiki\Request\DerivativeRequest
1898   - FauxRequest -> MediaWiki\Request\FauxRequest
1899   - FauxRequestUpload -> MediaWiki\Request\FauxRequestUpload
1900   - PathRouter -> MediaWiki\Request\PathRouter
1901   - WebRequestUpload -> MediaWiki\Request\WebRequestUpload
1902   - HeaderCallback -> MediaWiki\Request\HeaderCallback
1903   - FauxResponse -> MediaWiki\Request\FauxResponse
1904   - WebResponse -> MediaWiki\Request\WebResponse
1905   - ForeignResourceManager ->
1906     MediaWiki\ResourceLoader\ForeignResourceManager
1907   - DummyLinker -> MediaWiki\Linker\DummyLinker
1908   - Linker -> MediaWiki\Linker\Linker
1909   - PageProps -> MediaWiki\Page\PageProps
1910   - MagicWord -> MediaWiki\Parser\MagicWord
1911   - MagicWordArray -> MediaWiki\Parser\MagicWordArray
1912   - MagicWordFactory -> MediaWiki\Parser\MagicWordFactory
1913   - RawMessage -> MediaWiki\Language\RawMessage
1914   - ActorMigration -> MediaWiki\User\ActorMigration
1915   - ActorMigrationBase -> MediaWiki\User\ActorMigrationBase
1916   - CategoriesRdf -> MediaWiki\Category\CategoriesRdf
1917   - Category -> MediaWiki\Category\Category
1918   - CategoryViewer -> MediaWiki\Category\CategoryViewer
1919   - TrackingCategories -> MediaWiki\Category\TrackingCategories
1920   - EditPage -> MediaWiki\EditPage\EditPage
1921   - TemplatesOnThisPageFormatter ->
1922     MediaWiki\EditPage\TemplatesOnThisPageFormatter
1923   - ContentSecurityPolicy -> MediaWiki\Request\ContentSecurityPolicy
1924   - FormOptions -> MediaWiki\Html\FormOptions
1925   - Html -> MediaWiki\Html\Html
1926   - HtmlHelper -> MediaWiki\Html\HtmlHelper
1927   - TemplateParser -> MediaWiki\Html\TemplateParser
1928   - FormOptions -> MediaWiki\Html\FormOptions
1929   - WikiMap -> MediaWiki\WikiMap\WikiMap
1930   - WikiReference -> MediaWiki\WikiMap\WikiReference
1931   - MediaWiki\BadFileLookup -> MediaWiki\Page\File\BadFileLookup
1932   - FileDeleteForm -> MediaWiki\Page\File\FileDeleteForm
1933   - MergeHistory -> MediaWiki\Page\MergeHistory
1934   - MovePage -> MediaWiki\Page\MovePage
1935   - ProtectionForm -> MediaWiki\Page\ProtectionForm
1936   - LinkFilter -> MediaWiki\ExternalLinks\LinkFilter
1937   - TitleArray -> MediaWiki\Title\TitleArray
1938   - TitleArrayFromResult -> MediaWiki\Title\TitleArrayFromResult
1939   - TitleFactory -> MediaWiki\Title\TitleFactory
1940   - Title -> MediaWiki\Title\Title
1941   - ForkController -> MediaWiki\Maintenance\ForkController
1942   - OrderedStreamingForkController ->
1943     MediaWiki\Maintenance\OrderedStreamingForkController
1944   - AtomFeed -> MediaWiki\Feed\AtomFeed
1945   - ChannelFeed -> MediaWiki\Feed\ChannelFeed
1946   - FeedItem -> MediaWiki\Feed\FeedItem
1947   - FeedUtils -> MediaWiki\Feed\FeedUtils
1948   - RSSFeed -> MediaWiki\Feed\RSSFeed
1949   - DeprecatedGlobal -> MediaWiki\StubObject\DeprecatedGlobal
1950   - StubGlobalUser -> MediaWiki\StubObject\StubGlobalUser
1951   - StubObject -> MediaWiki\StubObject\StubObject
1952   - StubUserLang -> MediaWiki\StubObject\StubUserLang
1953 * ContentHandler::getParserOutputForIndexing() and ::getDataForSearchIndex()
1954   now take an optional RevisionRecord parameter.
1955 * The SearchDataForIndex hook is deprecated in favor of SearchDataForIndex2
1956 * IDatabase::lastQuery and IReadableDatabase::lastQuery are deprecated without
1957   without replacement.
1959 === Other changes in 1.40 ===
1960 * Calling RecentChange::doMarkPatrolled() with $auto = true has no effect and
1961   logs a warning. Since 1.31, it would mark the change as manually patrolled,
1962   but would not log it as such in patrol log and would still require
1963   'autopatrol' right (not 'patrol'). Generally, whether a change should become
1964   autopatrolled, is usually determined before it's inserted in the database.
1965 * In versions of MediaWiki before 1.39, the table of contents location
1966   was marked internally with <mw:toc>...</mw:toc>; in version 1.39
1967   this was changed to an empty tag <mw:tocplace />.  In 1.40 this has
1968   been changed a final time to use an empty <meta> tag for future
1969   Parsoid compatibility (see Parser::TOC_PLACEHOLDER).  This may
1970   affect you if stale content is left in the ParserCache or if your
1971   skin did manual ToC replacement without using the recommended
1972   Parser::replaceTableOfContentsMarker() function.
1973 * Skins can now choose which Codex theme should be loaded by setting the
1974   SkinCodexThemes attribute in their skin.json file.
1975 * The parser test framework has been updated, and the 'pst', 'ill', 'cat'
1976   and 'showflags' options have slight differences in their output.  These
1977   options are not much used outside core, but third parties may need to
1978   update parser tests.
1979 * (T332889, CVE-2023-36675) SECURITY: Fix escaping in BlockLogFormatter.
1981 == Compatibility ==
1983 MediaWiki 1.40 requires PHP 7.4.3 or later and the following PHP extensions:
1985 * ctype
1986 * dom
1987 * fileinfo
1988 * iconv
1989 * intl
1990 * json
1991 * mbstring
1992 * xml
1994 MariaDB is the recommended database software. MySQL, PostgreSQL, or SQLite can
1995 be used instead, but support for them is somewhat less mature.
1997 The supported versions are:
1999 * MariaDB 10.3 or higher
2000 * MySQL 5.7.0 or higher
2001 * PostgreSQL 10 or later
2002 * SQLite 3.8.0 or later
2004 == Online documentation ==
2005 Documentation for both end-users and site administrators is available on
2006 MediaWiki.org, and is covered under the GNU Free Documentation License (except
2007 for pages that explicitly state that their contents are in the public domain):
2009        https://www.mediawiki.org/wiki/Special:MyLanguage/Documentation
2011 == Mailing list ==
2012 A mailing list is available for MediaWiki user support and discussion:
2014        https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
2016 A low-traffic announcements-only list is also available:
2018        https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce
2020 It's highly recommended that you sign up for one of these lists if you're
2021 going to run a public MediaWiki, so you can be notified of security fixes.
2023 == IRC help ==
2024 There's usually someone online in #mediawiki on irc.libera.chat.
2026 = MediaWiki 1.39 =
2028 PHP 8.0 workboard: https://phabricator.wikimedia.org/tag/php_8.0_support/
2029 PHP 8.1 workboard: https://phabricator.wikimedia.org/tag/php_8.1_support/
2030 PHP 8.2 workboard: https://phabricator.wikimedia.org/tag/php_8.2_support/
2031 PHP 8.3 workboard: https://phabricator.wikimedia.org/tag/php_8.3_support/
2033 == MediaWiki 1.39.7 ==
2035 This is a security and maintenance release of the MediaWiki 1.39 branch.
2037 === Changes since 1.39.6 ===
2038 * Localisation updates.
2039 * (T334992) Headings in the license pickers should not be selected.
2040 * (T353929) ActiveUsersPager: Count actions only once.
2041 * composer: Use @php instead of php.
2042 * (T326065) Indent JsonContent using tabs.
2043 * (T354541) authmanager: Improve AuthenticationRequest docs.
2044 * (T355017) Add missing space in Special:RecentChangesLinked.
2045 * (T355003) composer.json Add ext-bcmath and ext-gmp to suggests.
2046 * PHPVersionCheck: Update text to match currently supported upstream PHP
2047   versions (8.1+).
2048 * (T354045) API: mark HTML output as non-cacheable.
2049 * (T355530) filerepo: Fix img_major_mime for files with a non-standard
2050   extensions.
2051 * (T355530) MimeAnalyzer: Add @since to isValidMajorMimeType.
2052 * (T317489, T319202) Mark some parserTests on talk pages Parsoid only on
2053   REL1_39.
2054 * (T350594) Update wikimedia/parsoid to 0.16.3.
2055 * (T352554) ZhConverter: Fix language variant fallback chain.
2056 * (T357668) Parser::getExternalLinkAttribs: Don't set rel attribute to null.
2057 * LockManagerGroupIntegrationTest: Remove test depending on DBLockManager.
2058 * (T357808) LinkRendererTest: Add missing import for LinkTarget.
2059 * (T353305) ApiResetPassword: Allow both user and email parameters to be passed
2060   for reset.
2061 * (T358949) updateCollation: Explicitly cast $scale to int.
2062 * (T359055) api: Improve linking of language codes lists in top level i18n
2063   messages.
2064 * (T359294) Make sure MovePage::isValidFileMove matches UploadBase::getTitle.
2065 * (T230245) Respect $maxConcurrency when queuing async FileOps.
2066 * (T352554) Follow-up "ZhConverter: Fix language variant fallback chain".
2067 * (T292237, T317451) build: Restore Doxygen output for MediaWiki release tags.
2068 * (T324903) HistoryPager: Add #[AllowDynamicProperties].
2069 * (T360850) Update Apache config syntax in .htaccess files.
2070 * (T309714, T354274) mime: Add support for 'font/woff' and 'font/woff2' mime
2071   type.
2072 * (T309714) mime: Make test cases use data provider.
2073 * (T331608) installer: Bear with schema drift caused by running old updater.
2074 * docs: Remove use of $IP from mwdocgen.php.
2075 * (T317451) build: Restore Doxygen output for MediaWiki release tags (take 3).
2076 * docs: Set stable permalink on markdown files.
2077 * (T357019) allow maintenance/deleteBatch.php to accept page ID.
2078 * (T355538, CVE-2024-PENDING) XSS in edit summary parser.
2079 * (T357760, CVE-2024-PENDING) Denial of service vector via GET request to
2080   Special:MovePage on pages with thousands of subpages.
2082 == MediaWiki 1.39.6 ==
2084 This is a security and maintenance release of the MediaWiki 1.39 branch.
2086 === Changes since MediaWiki 1.39.5 ===
2087 * Localisation updates.
2088 * Updated symfony/polyfill-php80 from 1.26.0 to 1.28.0.
2089 * Updated symfony/polyfill-php81 from 1.26.0 to 1.28.0.
2090 * (T344912) mail: Encode period (ascii 46) if it appears in encoded email
2091   header.
2092 * Added symfony/polyfill-php82.
2093 * Added symfony/polyfill-php83.
2094 * Updated symfony/yaml from 5.4.10 to 5.4.23.
2095 * (T329609) ApiQueryLanguageinfoTest: Do not pass a float to setFakeTime.
2096 * Updated wikimedia/timestamp from 4.0.0 to 4.1.1.
2097 * tests: Provide coverage for StatusValue::__toString.
2098 * StatusValue: Improve logging/debug output with multibyte characters.
2099 * (T347726, CVE-2023-51704) SECURITY: logging: Fix non-escaped messages
2100   used in rights log.
2101 * Updated wikimedia/parsoid from 0.16.1 to 0.16.2.
2102 * (T229992) LocalisationCache: Preserve fallback source language info.
2103 * (T275085) Fix logging Status objects to 'authevents' channel.
2104 * (T341310) DEVELOPERS.md: mention git clone and WSL.
2105 * (T351758) DEVELOPERS.md: reword WSL instructions to include best practices.
2106 * (T349115) LocalisationCache: Fix a rare case in fallback source language.
2107 * SwiftFileBackend: Fix "PHP Deprecated: strlen(): Passing null to parameter #1
2108   ($string) of type string is deprecated".
2109 * maintenance: Add missing parenthesis to SQL in attachLatest.php.
2110 * (T353472) maintenance: Fix join condition in DeduplicateArchiveRevId.
2112 == MediaWiki 1.39.5 ==
2114 This is a security and maintenance release of the MediaWiki 1.39 branch.
2116 === Changes since MediaWiki 1.39.4 ===
2117 * Localisation updates.
2118 * (T333050, CVE-2023-45363) SECURITY: Fix infinite loop for self-redirects
2119   with variants conversion.
2120 * docs: Fix a few typos in MainConfigSchema.
2121 * (T309714) mime: Add support for 'font/sfnt' mime type.
2122 * (T341434) WikiImporter: Improve error message output.
2123 * (T317255) VueComponentParser: Use Zest's getElementsByTagName() rather than
2124   PHP's.
2125 * (T341737) ApiBase: Cast $id to string in filterIDs.
2126 * (T286291, T296188) Merge zh and zh-tw namespace translations back to zh-hans,
2127   zh-hant, zh-hk respectively.
2128 * (T337875) WRStats: Round up SequenceSpec::hardExpiry to the nearest integer.
2129 * (T237898) installer: Check MariaDB version in updater/installer.
2130 * (T342632) ApiComparePages: Add help url.
2131 * (T326182, T324903) EditPage: Add #[AllowDynamicProperties].
2132 * (T342351) rdbms: Fix postgres db function call.
2133 * (T343675) user: Use {@} to escape annotation when writting about annotation.
2134 * (T343797) LanguageWa: Fix double timezone adjustment.
2135 * (T326454) Update pear/mail to 1.5.1.
2136 * (T204470) Remove feedback messages from RawHtmlMessages.
2137 * (T264765, CVE-2023-45364) SECURITY: Article: Check permissions before
2138   showing link to view deleted revision.
2139 * (T310378) Ensure that installer i18n is loaded by update.php.
2140 * (T343622) docs: Set the <comment> tag back to optional.
2141 * (T330528) Upgrade wikimedia/html-formatter from 3.0.1 to 4.0.3.
2142 * (T337463) wdio-mediawiki: await saveScreenshot.
2143 * (T274041) Include core PSR-4 classes in the generated classmap.
2144 * (T208477) $wgPrivilegedGroups – Users belonging in some of the listed groups
2145   will be audited more aggressively.
2146 * doc: Improve description of "type" in extension.schema.v2.json.
2147 * Added PrivilegedGroups attribute for extension.json / skin.json, which lets
2148   you add any new user groups you define to wgPrivilegedGroups (see above).
2149 * HTMLForm: Fix E_NOTICE when hide-if is used with setFormIdentifier.
2150 * (T288624) MultiHttpClient: Unset $this->cmh after closing it.
2151 * (T345039) Do not run SkinAfterBottomScripts hook twice unconditionally.
2152 * (T265734) API Help: Note that parameters may be inherited from other context.
2153 * API: Make continue parameter help description more specific.
2154 * (T285545) i18n: Split apihelp for standard dir parameter.
2155 * (T285545) i18n: Split apihelp for redirects/linkshere/transcludedin/fileusage
2156   show.
2157 * (T285545) i18n: Split apihelp for parameter list=deletedrevs&drprop=.
2158 * (T285545) i18n: Split apihelp for parameter list=allpages&apprexpiry=.
2159 * (T285545) i18n: Split apihelp for parameter action=opensearch&redirects=.
2160 * (T285545) i18n: Split apihelp for parameter action=managetags&operation=.
2161 * (T285545) api: Add message for list=watchlist&wlprop=expiry.
2162 * (T334011) ApiComparePages: expose 'difftype' param if wikidiff2 is installed.
2163 * (T342633) api: Add message for action=compare&prop=timestamp.
2164 * API: revids=… does not necessarily return the queried revisions.
2165 * (T326696) user: Truncate option value in UserOptionsManager.
2166 * (T326696) ApiOptions: Give warning if the value is too long.
2167 * API i18n: Add {{PLURAL:}} for byte count messages.
2168 * (T235207) Get correct main page in API call examples.
2169 * doc: Make extension.schema.v2.json a valid JSON schema.
2170 * updateSpecialPages.php: Avoid implicit float conversion on modulo.
2171 * (T347227) ImportReporter: Make callback functions public.
2172 * (T346898) importDump: Unconditionally call $importer->setUsernamePrefix().
2173 * doc: Improve description of type in extension.schema.v1.json.
2174 * (T340217, CVE-2023-45359) SECURITY: Vector 2022: Numerous unescaped
2175   messages leading to potential XSS.
2176 * (T340220, CVE-2023-45361) SECURITY: Vector 2022: vector-intro-page
2177   message is assumed to yield a valid title.
2178 * (T340221, CVE-2023-45360) SECURITY: XSS via
2179   'youhavenewmessagesmanyusers' and 'youhavenewmessages' messages.
2180 * (T341529, CVE-2023-45362) SECURITY: diff-multi-sameuser
2181   ("X intermediate revisions by the same user not shown") ignores
2182   username suppression.
2183 * (T341565, CVE-2023-3550) SECURITY: Stored XSS when uploading crafted
2184   XML file to Special:Upload (non-standard configuration).
2186 == MediaWiki 1.39.4 ==
2188 This is a security and maintenance release of the MediaWiki 1.39 branch.
2190 === Changes since MediaWiki 1.39.3 ===
2191 * Localisation updates.
2192 * (T333990) composer.json: Explicitly pin psr/http-message to 1.0.1.
2193 * (T335203, CVE-2023-29197) SECURITY: Upgrading guzzlehttp/psr7
2194   (2.4.0 => 2.4.5).
2195 * (T333776) {{ACTIVEUSERS}} wasn't being updated without updateSpecialPages.php.
2196 * (T258860) Prevent LogicCache exception from message cache during IO errors
2197   from memcache.
2198 * (T336868) Improve idempotency of postgres index upgrades.
2199 * (T322944) Add Authorization to default $wgAllowedCorsHeaders.
2200 * (T332889, CVE-2023-36675) SECURITY: Fix escaping in BlockLogFormatter.
2201 * A fake MessageLocalizer for use in unit tests.
2202 * (T338114) Title: Add forward alias.
2203 * composer: Add symfony/polyfill-php81 like symfony/polyfill-php80.
2204 * (T330464) Work around argument corruption bug in XMLReader::open.
2205 * Fix frame and frameless rdfa depending on file existing.
2206 * Fixes for the phan upgrade, part 1.
2207 * Fixes for the phan upgrade, part 2.
2208 * (T298571) build: Update mediawiki/mediawiki-phan-config to 0.12.0.
2209 * build: Updating mediawiki/mediawiki-phan-config to 0.12.1.
2210 * (T329214) Pass whether current rev of file exists to
2211   Linker::makeBrokenImageLinkObj.
2212 * (T334659) Handle thumb errors when !$enableLegacyMediaDOM.
2213 * A manualthumb that doesn't exist should be considered a thumb error.
2214 * (T313157) IndexPager: Also protect against $offset being 0.
2215 * (T335612, CVE-2023-36674) SECURITY: Move badFile lookup to Linker.
2217 == MediaWiki 1.39.3 ==
2219 This is a security and maintenance release of the MediaWiki 1.39 branch.
2221 === Changes since MediaWiki 1.39.2 ===
2222 * Localisation updates.
2223 * (T328477) LinksUpdate: Use DB key for category links table.
2224 * GlobalFunctions: Remove check for MEDIAWIKI constant.
2225 * (T329484) API: Fix query+allimages user parameter description.
2226 * (T330529) SpecialEditTags: Set default of '' for wpReason.
2227 * (T330382) postgres: Make the upgrade ignore dropping indexes that
2228   might not exist.
2229 * (T330526) htmlform: Handle null from HTMLFormField::getDefault in
2230   multiselects.
2231 * (T291753) rdbms: escape backslashes in makeConnectionString for PostgreSQL.
2232 * (T325529) Fix total breakage of wgCanonicalServer fallback.
2233 * (T318103) mediawiki.storage: Disable async GC during integration test.
2234 * (T332461, T332397) TempFSFile: Keep the WeakMap alive.
2235 * (T332902) page: fix InvalidArgumentException in SQLPlatform::makeList.
2236 * (T285159, CVE-2023-29141) SECURITY: Do not apply autoblocks to untrusted
2237   XFF headers.
2239 == MediaWiki 1.39.2 ==
2241 This is a maintenance release of the MediaWiki 1.39 branch.
2243 === Changes since MediaWiki 1.39.1 ===
2244 * Localisation updates.
2245 * (T325872) ChangeTags: Remove table name from condition.
2246 * (T324895) MWCallbackStream: Add explicit $stream property.
2247 * (T297031, T326039) PostgresUpdater: Move setDefault ahead of
2248   changeNullableField.
2249 * (T321319) Produce HTML for invalid JSON.
2250 * (T215466, T326071) MigrateActors: Write to revision table (Follow-up 24115a8).
2251 * (T223027) ReservedUsernames config: Add reserved names from maintenance
2252   scripts.
2253 * (T325000, T324896, T307631) Updated OOUI from v0.44.3 to v0.44.5.
2254 * Remove /images .htaccess rules that are no longer relevant.
2255 * Disable php in .htaccess of images directory as a hardening measure.
2256 * (T322583) Include missing message parameter in message.
2257 * LocalFileTest: use encodeBlob/decodeBlob for img_metadata.
2258 * DatabaseSqlite: fix null blobs.
2259 * rdbms: avoid pg_escape_bytea() call-style deprecation notices.
2260 * (T322278) Improve LocalisationCache post-merge validation check.
2261 * (T324408, T326367) Updated wikimedia/remex-html from 3.0.2 to 3.0.3.
2262 * (T322278) Fix the remaining Phan failures on PHP 8.1.
2263 * (T322278, T326367) Respond to some messages from Phan on PHP 8.1.
2264 * Fix phan error when Excimer is enabled.
2265 * (T326021) Add matrix: to $wgUrlProtocols.
2266 * (T314099) stream wrapper: Declare $context class property.
2267 * (T314099) libs\jsminplus: Declare JSNode::$expression.
2268 * (T314096) composer.json: Updated composer/spdx-licenses from 1.5.6 to 1.5.7.
2269 * (T326472) Upgrading cssjanus/cssjanus (v2.1.0 => v2.1.1).
2270 * (T308536) rdbms: Remove deprecation mark for $wgSharedDB.
2271 * (T215466, T326071) installer: Split drop action out of the SQL patch for actor
2272   migration.
2273 * (T322603) SqliteMaintenance.php: Fix fatally broken instanceof check.
2274 * (T326377) rdbms: Use DBConnRef in SelectQueryBuilder.
2275 * api/en.json: api-help-datatype-expiry add missing 'may'.
2276 * (T317329) OutputPage: Fix undefined ['host'] in ImagePreconnect code.
2277 * (T328222) Pass empty string to strlen() if schema is null for
2278   PostgresDatabase.
2279 * (T289926) SpecialRevisionDelete: Set default of '' for wpReason.
2280 * (T155582, T328503) Fix XML dumps for content types with non-string
2281   getNativeData().
2282 * (T326886) PoolCounterRedis: Fix wrong cast, locks weren't being released.
2283 * (T314099) revisiondelete: Replace dynamic property Status::$itemStatuses
2284 * (T327821) skin: Restore default 'value' attribute in makeSearchButton().
2285 * (T329198) ParamValidator: Improve paramvalidator-help-multi-max message.
2286 * (T329415) Clear the statsd data buffer regardless of StatsdServer config.
2287 * (T292348) WikiImporter: do not fail if upload entry in dump lacks 'text' tag.
2288 * (T330049) UnregisteredLocalFile: Don't call MimeAnalyzer if no path.
2289 * (T324894 TempFSFile: Use a WeakMap for reference tracking if available.
2290 * (T295637) Add no to fallback chain of nb and nn.
2292 == MediaWiki 1.39.1 ==
2294 This is a security and maintenance release of the MediaWiki 1.39 branch.
2296 === Changes since MediaWiki 1.39.0 ===
2297 * Localisation updates.
2298 * PostgresUpdater: Remove trailing space from 'user_id ' column.
2299 * (T304515) LCStoreStaticArray: atomically replace the cache file.
2300 * (T324516) postgres: Fix upgrade for templatelinks primary key.
2301 * (T324890, T324891, T324901) Parser: Allow dynamic properties on PHP 8.2.
2302 * (T324513) uuid\GlobalIdGenerator: Check if getmyuid() exists.
2303 * (T314099) OutputPage: Remove unused dynamic property ParserOptions->isBogus.
2304 * (T314099) api: Remove use of undeclared property in action=comparepages.
2305 * Upgrading wikimedia/xmp-reader (0.8.5 => 0.8.6).
2306 * (T324489) Upgrading wikimedia/parsoid (v0.16.0 => v0.16.1).
2307 * Updated pear/mail (v1.4.1 => v1.5.0).
2308 * Removed wikimedia/dodo (v0.4.0).
2309 * (T324910) On pages using multi-content revisions, the raw content of a
2310   specific slot can be retrieved using the action=raw&slot=<role-name> query
2311   parameters.
2312 * (T322637) SECURITY: sqlite should not create DB file world-readable.
2314 == MediaWiki 1.39.0 ==
2316 === Changes since MediaWiki 1.39.0-rc.1 ===
2317 * Localisation updates.
2318 * exception: Tolerate no service container when trying DB rollback.
2319 * (T320282) Upgrading wikimedia/xmp-reader (0.8.3 => 0.8.4).
2320 * objectcache: Deprecate WANObjectCache::reap() and ::reapCheckKey().
2321 * (T320864) When calling mail(), use an array for headers.
2322 * Upgrading wikimedia/xmp-reader (0.8.4 => 0.8.5).
2323 * (T321154) Call setFormIdentifier() on LogEventsList form.
2324 * When importing revision with same timestamp as latest revision, treat
2325   it as the new latest.
2326 * (T320726) RandomImageGenerator::getImageSpec: Don't pass a float to mt_rand(),
2327   for PHP 8.1.
2328 * (T298485, T322360) WikiExporter: Avoid calling reload in processing every row.
2329 * (T321551) pager: Fix null used for foreach in Pager::getNavigationBar.
2330 * (T321551) pager: Remove unused AlphabeticPager::getOrderTypeMessages()
2331   support.
2332 * pager: Remove unused PagerNavigationBuilder::setExtra().
2333 * PagerNavigationBuilder: Document that nulls in setLinkQuery() etc. are
2334   allowed.
2335 * (T322335) ApiQueryRevisionsBase: Fix 'rvdiffto' parameter handling on PHP 8.0.
2336 * (T314096) TestFileEditor: Fix string interpolation.
2337 * (T289926) api: Fix minor PHP 8.1 incompatibility in ApiOptions.
2338 * (T322803) SpecialBotPasswords: Don't pass null to trim().
2339 * (T289926) Fix incomplete ITextFormatter mocks.
2340 * Language: Handle ronna and quetta.
2341 * (T72510) rdbms: make SqlitePlatform::tableName() apply double quotes.
2342 * (T323373) Parser: Fix extractSections() behavior for PHP >= 8.0.
2343 * .gitattributes: Ship docker-compose.yml to the tarball.
2345 == MediaWiki 1.39.0-rc.1 ==
2347 === Changes since MediaWiki 1.39.0-rc.0 ===
2348 * Localisation updates.
2349 * (T318481) composer: Drop symfony/php73-polyfill.
2350 * (T318460) SpecialChangeEmail: Set default for returntoquery.
2351 * (T318307) HTMLFormField::validate(): Update docs to permit all data types
2352 * (T306802) docker: update to latest published images.
2353 * (T318754) WebInstallerOptions::addPersonalizationOptions(): Close fieldset.
2354 * (T227047) Soft-deprecate the remainder of ActorMigration.
2355 * (T316304, CVE-2022-41767) SECURITY: reassignEdits doesn't update results
2356   in an IP range check on Special:Contributions.
2357 * (T309894, CVE-2022-41765) SECURITY: HTMLUserTextField exposes existence
2358   of hidden users.
2359 * (T307278, CVE-2022-41766) SECURITY: On action=rollback the message
2360   "alreadyrolled" can leak revision deleted user name.
2361 * (T319186) .phan/config.php: Update minimum_target_php_version.
2362 * Tests: Explicit cast to int in RandomImageGenerator test (php8 warnings).
2363 * (T319186) .phan/config.php: Update minimum_target_php_version.
2364 * (T310243) Deprecate use of 'wvui-search' package.
2365 * utils: Fix return doc about false/null for UrlUtils::expand.
2366 * (T319000) WebInstaller: Don't try and run trim() on null.
2367 * In the event of preg failure in MagicWordArray throw exception.
2368 * (T318753) Installer: Disable logo dropper for now.
2370 == MediaWiki 1.39.0-rc.0 ==
2372 == Upgrading notes for 1.39 ==
2373 Don't forget to always back up your database before upgrading!
2375 See the file UPGRADE for more detailed per-version upgrade instructions from the
2376 oldest supported upgrading version, MediaWiki 1.31.
2378 Some specific notes for MediaWiki 1.39 upgrades are below:
2379 * (T278139) Drop PHP 7.3 support in MediaWiki 1.39; require 7.4.3 or higher.
2381 For notes on 1.38.x and older releases, see HISTORY.
2383 === Configuration changes for system administrators in 1.39 ===
2385 ==== New configuration ====
2386 * $wgAutoCreateTempUser – This configures automatic user creation on page save.
2387 * $wgCopyUploadAllowOnWikiDomainConfig – This configures if administrators can
2388   use the MediaWiki:Copyupload-allowed-domains system message to define which
2389   domains can be used with the upload-by-url tool.
2390 * $wgCdnMatchParameterOrder – This can be set to false if MediaWiki is behind a
2391   CDN that re-orders query parameters. This will make the code that matches
2392   request URLs to canonical CDN URLs insensitive to parameter order.
2393 * $wgMultiShardSiteStats – This allows you to split site_stats across multiple
2394   rows. Only useful for very large, heavily edited wikis. (T306589)
2395 * $wgPrivilegedGroups – Users belonging in some of the listed groups will be
2396   audited more aggressively.
2398 ==== Changed configuration ====
2399 * $wgInvalidUsernameCharacters – This setting now contains the char '>', which
2400   is now the reserved delimiter for external user names.
2401 * $wgLocalFileRepo – The default serialization method for file meta-data has
2402   been changed to JSON. You can revert it to PHP by setting the property
2403   'useJsonMetadata' to false.
2404 * $wgLBFactoryConf – The 'configCallback' flag can now be set to a callback
2405   function that returns an array with keys to update in $wgLBFactoryConf. This
2406   can be used to update the database configuration on the fly, e.g. to take
2407   replica hosts out of rotation.
2408 * $wgDBservers and $wgLBFactoryConf – The DBO_SSL flag in has been deprecated in
2409   favour of a boolean "ssl" parameter.
2410 * $wgObjectCaches – The 'globalKeyLB' and 'localKeyLB' flags are no longer
2411   supported.
2413 ==== Removed configuration ====
2414 * $wgMultiContentRevisionSchemaMigrationStage - This transition flag, deprecated
2415   since MediaWiki 1.35, has been removed; the data migration is over.
2416 * $wgActorTableSchemaMigrationStage - This transition flag has been removed; the
2417   data migration is over.
2418 * $wgWikiFarmSiteDetector – This experimental setting has been removed without
2419   replacement. Use the MW_WIKI_NAME environment variable to specifiy the name of
2420   the site for which to load configuration. Using the WIKI_NAME environment
2421   variable for this purpose is deprecated.
2422 * $wgParserCacheUseJson - The ParserCache now always uses JSON serialization.
2423   Reading old non-JSON cache entries is still supported. The setting had been
2424   deprecated since 1.36.
2425 * $wgAllowJavaUploads - To allow uploads of JAR files, remove application/java
2426   from $wgMimeTypeExclusions.
2427 * $wgMaxRedirects – This broken feature was removed, as it never worked as
2428   intended (T296430).
2429 * $wgElementTiming – This experimental, default-disabled feature has been
2430   removed without replacement.
2431 * $wgPriorityHints and $wgPriorityHintsRatio – The related experimental feature
2432   has been removed without replacement.
2433 * $wgIncludeLegacyJavaScript – This flag has been removed, without loss of any
2434   functionality in this release. Most former "wikibits" functions were removed
2435   after deprecation in previous releases. The remaining functions, such as
2436   importScript, are now available unconditionally.
2437 * $wgLegacySchemaConversion - This unused setting has been removed.
2438 * $wgInterwikiPrefixDisplayTypes - This unused setting has been removed.
2439 * $wgMangleFlashPolicy – This is no longer functional, and is now deprecated.
2440   Users who are somehow still using Flash as a browser extension will be exposed
2441   to CSRF vulnerabilities.
2443 === New user-facing features in 1.39 ===
2444 * Optional automatic user creation on page save ($wgAutoCreateTempUser)
2445 * Administrators now have the option to delete/undelete the associated "Talk"
2446   page when they are (un)deleting a given page. `deletetalk` and `undeletetalk`
2447   options were added to the 'delete' and 'undelete' action APIs in MW 1.38.
2448 * `{{=}}` is now a wikitext built-in magic word, expanding to `=`.  This is
2449   conventionally used as an escape mechanism to allow the use of `=` in
2450   unnamed template arguments.  Defining [[Template:=]] to expand to something
2451   other than `=` has been deprecated since 1.36, with affected pages put into
2452   a special tracking category for migration.
2453 * (T284020) Bot passwords are now supported when using the REST API.
2455 === New developer features in 1.39 ===
2456 * Added optional $size param to SearchResultProvideThumbnail hook.
2457 * SearchResultProvideThumbnail hook interface moved from MediaWiki\Rest\Hook
2458   namespace to MediaWiki\Search\Hook.
2459 * JsonValidateSaveHook has been added to allow extensions to set additional
2460   pre-save validations for specific JSON pages (T313254)
2461 * Added 'PermissionErrorAudit' hook, enabling extensions to audit permission
2462   errors on specfic actions. For instance account registration failed attempts
2463   due to a block (T306018).
2465 === External library changes in 1.39 ===
2467 ==== New external libraries ====
2468 * Added Codex v0.1.1. This replaces the now deprecated wvui library.
2469 * Added symfony/polyfill-php81.
2470 * Added symfony/polyfill-php82.
2471 * Added symfony/polyfill-php83.
2473 ===== New development-only external libraries =====
2474 * Updated QUnit from 2.18.0 to 2.18.2.
2476 ==== Changed external libraries ====
2477 * Updated jQuery from v3.6.0 to v3.6.1.
2478 * Updated OOUI from v0.43.2 to v0.44.5.
2479 * Updated composer/semver from 3.2.6 to 3.3.2.
2480 * Updated cssjanus/cssjanus fromv2.1.0 to v2.1.1.
2481 * Updated pear/mail from v1.4.1 to v1.5.1.
2482 * Updated symfony/polyfill-php80 from 1.25.0 to 1.28.0.
2483 * Updated symfony/yaml from 5.4.3 to 5.4.23.
2484 * Updated vue/compat from 3.2.23 to 3.2.37.
2485 * Updated wikimedia/base-convert from 2.0.1 to 2.0.2.
2486 * Updated wikimedia/html-formatter from 3.0.1 to 4.0.3.
2487 * Updated wikimedia/ip-set from 3.0.0 to 3.1.0.
2488 * Updated wikimedia/minify from 2.2.6 to 2.3.0.
2489 * Updated wikimedia/php-session-serializer from 2.0.0 to 2.0.1.
2490 * Updated wikimedia/remex-html from 3.0.2 to 3.0.3.
2491 * Updated wikimedia/running-stat from 1.2.1 to 2.1.0.
2492 * Updated wikimedia/scoped-callback from 3.0.0 to 4.0.0.
2493 * Updated wikimedia/services from 2.0.1 to 3.0.0.
2494 * Updated wikimedia/timestamp from 3.0.0 to 4.1.1.
2495 * Updated wikimedia/xmp-reader from 0.8.1 to 0.8.6.
2497 ===== Changed development-only external libraries =====
2498 * Updated composer/spdx-licenses from 1.5.5 to 1.5.7.
2499 * Updated doctrine/dbal for PHP < 7.3 from 2.13.6 to 2.13.9.
2500 * Updated doctrine/dbal for PHP >= 7.3 from 3.1.5 to 3.4.2.
2501 * Updated mediawiki/mediawiki-phan-config from 0.11.1 to 0.12.1.
2503 ==== Removed external libraries ====
2504 * Removed wikimedia/dodo (v0.4.0).
2506 === Bug fixes in 1.39 ===
2507 * (T314013) $wgExtraNamespaces no longer overrides canonical namespace names
2508   specified in extension.json files. While this setting can still be used to
2509   rename extension-defined namespaces, system administrators may need to run
2510   namespaceDupes.php after upgrading.
2512 === Action API changes in 1.39 ===
2513 * New `undeletetalk` parameter on action=undelete that allows you to restore
2514   all revisions of the associated talk page.
2516 === Languages updated in 1.39 ===
2517 MediaWiki supports over 350 languages. Many localisations are updated regularly.
2518 Below only new and removed languages are listed, as well as changes to languages
2519 because of Phabricator reports.
2521 * Actual localization was added for several languages, which were already
2522   in Names.php and even used for a Wikipedia:
2523 ** (T313200) Added language support for Rundi (Kirundi, rn).
2524 ** (T310976) Added language support for Tumbuka (ChiTumbuka, tum).
2525 ** (T314270) Added language support for Kanuri (kr).
2526 * (T313199) Added language support for Sylheti (syl).
2527 * (T311975) Added language support for Ghanaian Pidgin (gpe).
2528 * (T307080) Added language support for Okinawan (ryu).
2529 * (T307887) Added language support for Mooré (mos).
2530 * (T308813) Added language support for Nigerian Pidgin (pcm).
2531 * (T309763) Added language support for Tai Nüa (tdd).
2532 * (T310040) Added language support for Fante (fat).
2533 * (T311034) Added language support for Campidanese Sardinian (sro).
2534 * (T315406) Fix the autonym of the Iñupiaq language to "Iñupiatun".
2535 * (T315677) Removed French fallback from the Fula language (ff).
2536 * (T304920) In Swahili, The "Media" namespace is now "Media", as in English,
2537   and the "File" namespace is now "Faili". The old name of the "File" namespace
2538   was "Picha", and it's kept for backwards compatibility. If you manage a wiki
2539   in Swahili, and you use "Faili:" as a namespace anywhere in wikitext, and
2540   you mean to use it as "Media:", these need to be replaced to "Media:".
2541 * (T309866) Some namespace translations were updated for Kyrgyz (ky). The old
2542   ones are retained as aliases for backwards compatibility.
2543 * (T117845) Started the renaming of the language codes for Serbian from sr-ec
2544   and sr-el to sr-cyrl and sr-latn.
2545 * (T295637) Add no to fallback chain of nb and nn.
2547 === Breaking changes in 1.39 ===
2548 * Basic non-JavaScript (Grade C) support has been dropped for Internet Explorer
2549   9-10, Firefox 27-38, and Android 4.3-4.4.
2550 * The following methods, deprecated since 1.37, have been removed from IDatabase
2551   - ::fetchObject()
2552   - ::fetchRow()
2553   - ::numRows()
2554   - ::freeResult()
2555 * Title::getDefaultNamespace(), deprecated since 1.37, has been removed.
2556 * The DBPrimaryPos class alias 'DBMasterPos' has been removed.
2557 * The global function wfGetLB(), deprecated since 1.27, has been removed.
2558 * Passing a db to BlockRestrictionStore::loadByBlockId() is no longer supported.
2559   BlockRestrictionStoreFactory should be used to fetch a correct
2560   BlockRestrictionStore instead. This was deprecated since 1.38.
2561 * The global function wfGetCache(), deprecated since 1.32, has been removed. You
2562   can use ObjectCache::getInstance() instead.
2563 * The global function wfGetMainCache(), deprecated since 1.32, has been removed.
2564   You can use ObjectCache::getLocalClusterInstance() instead.
2565 * MovePage::__construct() now requires that all parameters be passed. The
2566   fallback to MediaWikiServices emitted deprecation notices since 1.37.
2567 * WikiPage::doEditContent(), deprecated since 1.32, was removed.
2568 * WikiPage::prepareContentForEdit() now requires a UserIdentity parameter to be
2569   provided. Not providing one has been deprecated since 1.37.
2570 * EventRelayerKafka, deprecated in 1.38, was removed.
2571 * MediaWiki\Logger\Monolog\KafkaHandler, deprecated in 1.38, was removed.
2572 * The "trace" option of SectionProfiler, deprecated in 1.38, was removed.
2573 * The global function wfWikiID(), deprecated since 1.35, has been removed.
2574 * Database::wasKnownStatementRollbackError() was removed. Subclasses should
2575   override isKnownStatementRollbackError() instead.
2576 * Database::wasQueryTimeoutError() was removed. Subclasses should
2577   override isQueryTimeoutError() instead.
2578 * Database::buildSuperlative() has been removed without deprecation.
2579 * The following methods, deprecated in 1.37, have been removed:
2580   - Linker::setStubThreshold(), ::getStubThreshold().
2581   - LinkRendererFactory::createForUser().
2582   - ParserOptions::getStubThreshold(), ::setStubThreshold().
2583 * Changes to ResourceLoader modules:
2584   - The mediawiki.viewport module, deprecated in 1.37 has been
2585      removed. Use IntersectionObserver instead.
2586 * If you manage a wiki in Swahili, and you use "Faili:" as a namespace anywhere,
2587   and you mean to use it as "Media:", replace it with "Media:". See T304920.
2588 * Changes to skins:
2589   - Skin::getCopyrightIcon(), ::getPoweredBy(), deprecated in 1.37 have been
2590     removed.
2591   - Skin::bottomScripts, deprecated in 1.37, now emits deprecation notices.
2592     Skins using SkinTemplate must set bodyOnly as a skin option and
2593     remove lines of code generating html, body and head elements.
2594   - Skin::makeSearchButton and Skin::makeSearchInput were deprecated in 1.38.
2595     Use SkinTemplate methods with the same name or Skin::getTemplateData
2596     instead.
2597   - Styles for the HTML classes `warningbox`, `errorbox` and `successbox` have
2598     been removed in favor of Html class methods.
2599   - The feature `legacy` used inside ResourceLoaderSkinModule,
2600     deprecated in 1.37, will no longer ship any styles.
2601   - Skin::getSkinStylePath, deprecated since 1.36, has been removed.
2602   - Skin::getPortletData has been made private.
2603   - SkinTemplate::getPersonalToolsList(), deprecated in 1.35 has been
2604     removed.
2605   - The following SkinTemplate template data, deprecated in 1.37,
2606     have been removed:
2607      - poweredbyico
2608      - copyrightico
2609   - The following hooks, deprecated in 1.37, have been removed:
2610      - SkinGetPoweredBy: SkinGetPoweredByHook
2611   - The following hooks are deprecated and replaced with
2612     SkinTemplateNavigation::Universal:
2613      - SkinTemplateNavigation::SpecialPage
2614      - SkinTemplateNavigation
2615      - PersonalUrls
2616   - The mediawiki.skinning.content.externallinks module, which was
2617     deprecated in 1.36 has been removed. Skins that still rely on it
2618     will lose the icon styling of external links by type.
2619 * Experimental wiki farm support: Automatic detection of the requested site
2620   within a wiki farm based on the requested domain has been removed.
2621   Use the MW_WIKI_NAME environment variable to specify the name of the site
2622   to load configuration for. Using the WIKI_NAME environment variable for this
2623   purpose is deprecated. This is only relevant if you have been using
2624   $wgWikiFarmSettingsDirectory to load wiki farm config.
2625 * MWExceptionHandler::installHandler was marked @internal and had required
2626   arguments added. This method is intended for use in bootstrap code and is
2627   unused in known extensions.
2628 * MWException::useOutputPage was made private without deprecation.
2629   This method was apparently only public for testing and is unused in known
2630   extensions.
2631 * Calling getId() on a User or UserIdentityValue from the wrong wiki, deprecated
2632   since 1.36, now throws an exception.
2633 * The following methods have been removed from ExtensionRegistry without
2634   deprecation and without replacement. They had been introduced in 1.35 for use
2635   in the testing framework, and were not in use by any known extension:
2636   - exportAutoloadClassesAndNamespaces
2637   - exportTestAutoloadClassesAndNamespaces
2638 * The MWNamespace class, deprecated since 1.34, has been removed. Use the
2639   NamespaceInfo service instead.
2640 * The UnknownContent and UnknownContentHandler class aliases have been removed,
2641   use FallbackContent and FallbackContentHandler instead.
2642 * IResultWrapper::next() now returns void, to match the Iterator interface that
2643   it implements. fetchObject() has the same behavior as next() used to.
2644 * In HTMLForm HTMLAutoCompleteSelectFields, the parameters 'autocomplete' and
2645   'autocomplete-messages', which were deprecated in MediaWiki 1.29, were
2646   removed. Instead, use 'autocomplete-data' and 'autocomplete-data-messages'.
2647 * The global $wgParser, deprecated in 1.32, was removed. Use
2648   MediaWikiServices::getInstance()->getParser() instead.
2649 * ParserOutput::setText will now set the ParserOutput's text to null if
2650   given null. Previously it did nothing if given null.
2651 * The default value for the first argument to the ParserOutput constructor
2652   is now null instead of ''.
2653 * IDatabase::lockTables() and IDatabase::unlockTables(), deprecated since 1.38,
2654   have been removed.
2655 * The $context parameter to `new HTMLForm( … )` and `HTMLForm::factory( … )`
2656   is now required.
2657 * The class alias for revision related classes in namespace MediaWiki\Storage
2658   has been removed. Classes are IncompleteRevisionException,
2659   MutableRevisionRecord, MutableRevisionSlots, RevisionAccessException,
2660   RevisionArchiveRecord, RevisionFactory, RevisionLookup, RevisionRecord,
2661   RevisionSlots, RevisionStore, RevisionStoreRecord, SlotRecord, and
2662   SuppressedDataException.
2663 * Calling getBy() on an AbstractBlock from the wrong wiki, deprecated since
2664   1.38, now throws an exception.
2665 * Passing a MediaWiki\Linker\LinkTarget to EditPage::makeTemplatesOnThisPageList
2666   or TemplatesOnThisPageFormatter::format is no longer supported,
2667   a MediaWiki\Page\PageIdentity is required.
2668 * The deprecated class alias FakeConverter has been removed, use
2669   TrivialLanguageConverter instead.
2670 * The deprecated ApiQueryContributions class alias has been removed, use
2671   ApiQueryUserContribs instead.
2672 * The deprecated MediaWiki\Special\SpecialPageFactory class alias has been
2673   removed, use MediaWiki\SpecialPage\SpecialPageFactory instead.
2674 * The following skin modules, deprecated in 1.37, have been removed:
2675         - mediawiki.skinning.elements
2676         - mediawiki.skinning.content
2677         - mediawiki.toc.styles
2678         - mediawiki.legacy.config
2679         - mediawiki.legacy.shared
2680         - mediawiki.legacy.commonPrint
2681 * FileModule::compileLessFile(), deprecated since 1.35, has been removed. Use
2682   ::compileLessString() instead.
2683 * LogFormatter::styleRestricedElement(), deprecated since 1.37, has been
2684   removed. Use ::styleRestrictedElement() instead.
2685 * Title::isNamespaceProtected(), deprecated in 1.34, has been removed.
2686 * ApiStashEdit::parseAndStash(), deprecated in 1.34, has been removed.
2687 * LinkCache::forUpdate(), deprecated in 1.34, has been removed.
2688 * Passing null instead of a NamespaceInfo instance to LinkCache::__construct()
2689   is not supported anymore. It is recommended to request an instance from the
2690   service container.
2691 * ApiQueryBase::showHiddenUsersAddBlockInfo(), deprecated in 1.34, has been
2692   removed. Use ApiQueryBlockInfoTrait instead.
2693 * ApiQueryBase::prefixedTitlePartToKey(), deprecated in 1.35, has been removed.
2694   Use ::parsePrefixedTitlePart() instead.
2695 * ExternalStoreDB::getSlave(), deprecated in 1.34, has been removed. Use
2696   ExternalStoreDB::getReplica() instead.
2697 * ChangesListSpecialPage::checkStructuredFilterUiEnabled() and
2698   SpecialWatchlist::checkStructuredFilterUiEnabled() now support UserIdentity
2699   as the only argument. Passing Config argument was deprecated in 1.34.
2700 * DatabaseUpdater::ifNoActorTable(), deprecated in 1.35, has been removed. Use
2701   ::ifTableNotExists() instead.
2702 * MediaWiki\Revision\RevisionStoreFactory::getRevisionStore was documented
2703   to allow passing bool true as a dbDomain, this is no longer possible,
2704   because that is an invalid value for a dbDomain.
2705 * LinkHolderArray::__construct() had its signature changed. The class was marked
2706   internal in 1.35.
2707 * SpecialMute::isTargetBlacklisted(), deprecated in 1.35, has been removed. Use
2708   ::isTargetMuted() instead.
2709 * WebRequest::checkUrlExtension(), deprecated in 1.35, has been removed.
2710 * ContentHandler::cleanupHandlersCache(), deprecated in 1.35, has been removed.
2711 * SpecialVersion::getExtAuthorsFileName, deprecated in 1.35, has been removed.
2712   Use MediaWiki\ExtensionInfo::getAuthorsFileName.
2713 * SpecialVersion::getExtLicenseFileName, deprecated in 1.35, has been removed.
2714   Use MediaWiki\ExtensionInfo::getLicenseFileNames.
2715 * CategoryPage::getCategoryViewerClass and ::setCategoryViewerClass, deprecated
2716   in 1.35, have been removed.
2717 * SqlBlobStore::getLegacyEncodingConversionLang(), deprecated in 1.34, has been
2718   removed.
2719 * wfCanIPUseHTTPS(), deprecated in 1.37, has been removed.
2720 * wfGetScriptUrl(), deprecated in 1.35, has been removed.
2721 * The following methods of Database class, are no longer stable to override:
2722   - ::implicitOrderby()
2723   - ::selectSQLText()
2724   - ::bitNot()
2725   - ::bitAnd()
2726   - ::bitOr()
2727   - ::buildConcat()
2728   - ::buildGreatest()
2729   - ::buildLeast()
2730   - ::buildSubstring()
2731   - ::buildStringCast()
2732   - ::buildIntegerCast()
2733   - ::tableName()
2734   - ::addIdentifierQuotes()
2735   - ::buildLike()
2736   - ::limitResult()
2737   - ::unionSupportsOrderAndLimit()
2738   - ::unionQueries()
2739   - ::conditional()
2740   - ::strreplace()
2741   - ::timestamp()
2742   - ::getInfinity()
2743   - ::setTableAliases()
2744   - ::setIndexAliases()
2745   - ::buildGroupConcatField()
2746 * SpecialUnblock::processUnblock(), deprecated in 1.36, has been removed. Use
2747   UnblockUser instead.
2748 * wfLocalFile() and wfFindFile(), deprecated in 1.34, have been removed.
2749 * Maintenance script resetUserTokens.php, deprecated in 1.27, has been removed.
2750 * These methods in Database have been removed without deprecation as they are
2751   not used outside core. Users should override corresponding methods in
2752   SQLPlatform instead:
2753   - Database::doInsert -> SQLPlatform::insertSqlText
2754   - Database::doDropTable -> SQLPlatform::dropTableSqlText
2755   - Database::doRollback -> SQLPlatform::rollbackSqlText
2756   - Database::doSavepoint -> SQLPlatform::savepointSqlText
2757   - Database::doReleaseSavepoint -> SQLPlatform::releaseSavepointSqlText
2758   - Database::doRollbackToSavepoint -> SQLPlatform::rollbackToSavepointSqlText
2759 * The following protected methods of Database class have been removed without
2760   deprecation as they are not used outside core. Users should call
2761   corresponding methods in SQLPlatform:
2762   - Database::makeInsertLists -> SQLPlatform::makeInsertLists
2763   - Database::isFlagInOptions -> SQLPlatform::isFlagInOptions
2764   - Database::normalizeOptions -> SQLPlatform::normalizeOptions
2765   - Database::fieldNameWithAlias -> SQLPlatform::fieldNameWithAlias
2766   - Database::isTransactableQuery -> SQLPlatform::isTransactableQuery
2767 * $wgCanonicalNamespaceNames no longer includes custom namespaces defined using
2768   $wgExtraNamespaces. Extensions should use the NamespaceInfo service instead
2769   of accessing this configuration setting directly.
2770 * The following hook, deprecated in 1.35, has been removed:
2771      - ParserGetVariableValueVarCache: ParserGetVariableValueVarCacheHook
2772 * The $variableCache parameter to the ParserGetVariableValueSwitch hook is
2773   no longer used; non-standard use of this parameter has been deprecated since
2774   1.35.
2775 * These methods have been moved from IDatabase to IMaintainableDatabase:
2776   - IDatabase::fieldExists -> IMaintainableDatabase::fieldExists
2777   - IDatabase::indexExists -> IMaintainableDatabase::indexExists
2778   - IDatabase::tableExists -> IMaintainableDatabase::tableExists
2779 * DBConnRef doesn't accept live connection in constructor anymore.
2780   Only parameters for getting connection should be provided.
2781 * IDatabase::getTopologyRootPrimary() was removed.
2782 * User::blockedBy(), deprecated since 1.38, has been removed.
2783 * User::getBlockId(), deprecated since 1.38, has been removed.
2784 * AlphabeticPager::getOrderTypeMessages(), unused since 1.13, has been removed
2785   without deprecation.
2787 === Deprecations in 1.39 ===
2788 * PageProps::getInstance(), deprecated since 1.38, emits deprecations warnings.
2789 * The global function wfGetDB() has been deprecated. Use
2790   LoadBalancer::getConnection() instead.
2791 * SpecialRedirectWithAction::__construct without SearchEngineFactory argument
2792   will now emit a deprecation notice.
2793 * Use of the SiteStatsUpdate constructor has been deprecated in favor of
2794   the ::factory() method.
2795 * AuthManager::checkAccountCreatePermissions has been deprecated. Use
2796   AuthManager::authorizeCreateAccount or AuthManager::probablyCanCreateAccount
2797   instead.
2798 * Title::getSelectFields() has been deprecated in favor of
2799   PageStore::newSelectQueryBuilder()
2800 * Title::newFromTitleValue(), deprecated since in 1.34, now emits deprecation
2801   warnings. Use ::newFromLinkTarget() instead.
2802 * ExtensionRegistry::readFromQueue() has been marked @internal. Extensions
2803   should use ExtensionProcessor instead.
2804 * Processor::getExtraAutoloaderPaths() and
2805   ExtensionProcessor::getExtraAutoloaderPaths() have been deprecated, use get
2806   getExtractedAutoloadInfo() instead.
2807 * The following global functions are deprecated in favor of the listed UrlUtils
2808   methods.
2809   - wfExpandUrl -> UrlUtils::expand
2810   - wfGetServerUrl -> UrlUtils::getServer
2811   - wfAssembleUrl -> UrlUtils::assemble
2812   - wfRemoveDotSegments -> UrlUtils::removeDotSegments
2813   - wfUrlProtocols -> UrlUtils::validProtocols
2814   - wfUrlProtocolsWithoutProtRel -> UrlUtils::validAbsoluteProtocols
2815   - wfParseUrl -> UrlUtils::parse
2816   - wfExpandIRI -> UrlUtils::expandIRI
2817   - wfMatchesDomainList -> UrlUtils::matchesDomainList
2818   These methods are exact replacements except that
2819   1) they return null instead of false or empty string on error (where
2820      applicable);
2821   2) UrlUtils::validProtocols does not take a parameter (documentation said not
2822      to pass one to wfUrlProtocols anyway);
2823   3) they use type hints (don't try passing null instead of string, etc.).
2824 * MaintainableDBConnRef is deprecated, use DBConnRef instead.
2825 * Loading DefaultSettings.php is deprecated. To get default values of main
2826   config settings, use MainConfigSchema::listDefaultValues() or
2827   MainConfigSchema::getDefaultValue().
2828 * AbstractContent::getRedirectChain() and
2829   AbstractContent::getUltimateRedirectTarget() are now emitting deprecation
2830   warnings (T296430).
2831 * (T244138) QueryPage::getSQL() is deprecated. Instead QueryPage::getQueryInfo()
2832   should be overridden.
2833 * Calling new JobRunner() directly without $serviceOptions now emits
2834   deprecation warnings. Use MediaWikiServices::getInstance()->getJobRunner()
2835   instead.
2836 * Passing an array of targets to Article::getRedirectHeaderHtml() is
2837   deprecated. Supply a single redirect target instead (T296430).
2838 * The following Less mediawiki.mixins have been deprecated:
2839   - .animation()
2840   - .animation-delay()
2841   - .transform-rotate()
2842 * Skin::getAction is deprecated. Use IContextSource::getActionName instead.
2843 * User::getOption, deprecated since 1.35, now emits deprecation warnings.
2844   Use UserOptionsLookup::getOption instead.
2845 * ILBFactory::forEachLB() is deprecated. Use ::getAllLBs().
2846 * LoadBalancer::forEachOpenConnection() and ::forEachOpenPrimaryConnection()
2847   are deprecated without replacement.
2848 * The following classes were moved from the root namespace to the
2849   MediaWiki\ResourceLoader namespace, the old names becoming deprecated aliases:
2850   ResourceLoader, MessageBlobStore, VueComponentParser.
2851 * The following classes had the "ResourceLoader" prefix stripped while being
2852   moved to the MediaWiki\ResourceLoader namespace, the old names becoming
2853   deprecated aliases: DerivativeResourceLoaderContext,
2854   ResourceLoaderCircularDependencyError, ResourceLoaderClientHtml,
2855   ResourceLoaderCodexModule, ResourceLoaderContext, ResourceLoaderFileModule,
2856   ResourceLoaderFilePath, ResourceLoaderForeignApiModule, ResourceLoaderImage,
2857   ResourceLoaderImageModule, ResourceLoaderLanguageDataModule,
2858   ResourceLoaderLessVarFileModule, ResourceLoaderModule,
2859   ResourceLoaderMwUrlModule, ResourceLoaderOOUIFileModule,
2860   ResourceLoaderOOUIIconPackModule, ResourceLoaderOOUIImageModule,
2861   ResourceLoaderOOUIModule, ResourceLoaderSiteModule,
2862   ResourceLoaderSiteStylesModule, ResourceLoaderSkinModule,
2863   ResourceLoaderStartUpModule, ResourceLoaderUserModule,
2864   ResourceLoaderUserOptionsModule, ResourceLoaderUserStylesModule,
2865   ResourceLoaderWikiModule.
2866 * WANObjectCache::reap() and WANObjectCache::reapCheckKey() have been
2867   deprecated without replacement.
2868 * The following methods in WikiRevision and their interfaces
2869   ImportableUploadRevision and ImportableOldRevision are deprecated:
2870   - ::getUserObj() → ::getUser()
2871   - ::setUserObj() → ::setUsername()
2872   - ::setUserIP() → ::setUsername()
2873 * ObjectCache::addBusyCallback() is deprecated and non-functional.
2874 * MWTimestamp::getHumanTimestamp(), deprecated in 1.26, now emits deprecation
2875   warnings.
2876 * Article::viewRedirect(), deprecated in 1.30, now emits deprecation warnings.
2877 * Parser::getFreshParser() is deprecated, use ParserFactory::getInstance().
2878 * CoreParserFunctions::mwnamespace() is deprecated and emits deprecation
2879   warnings, use CoreParserFunctions::namespace() instead.
2880 * Registering magic variables whose names include a colon is deprecated.
2881 * User::blockedFor(), deprecated in 1.35, now emits deprecation warnings.
2882 * Access to previously public properties AbstractBlock::$mExpiry,
2883   AbstractBlock::$mHideName, AbstractBlock::$mTimestamp, DatabaseBlock::$mAuto,
2884   and DatabaseBlock::$mParentBlockId, deprecated in 1.34, now emits deprecation
2885   warnings.
2886 * Access to previously public properties User::$mBlock, User::$mBlockedby, and
2887   User::$mHideName, deprecated in 1.35, now emits deprecation warnings.
2888 * JobQueueGroup::singleton() and ::destroySingletons(), deprecated in 1.37, now
2889   emit deprecation warnings.
2890 * Title::getNotificationTimestamp(), deprecated in 1.35, now emits deprecation
2891   warnings.
2892 * Global functions wfReadOnly and wfReadOnlyReason, deprecated in 1.38, now
2893   emit deprecation warnings.
2894 * Overriding or calling DifferenceEngine::getDiffBodyCacheKey(), deprecated in
2895   1.31, now emits deprecation warnings.
2896 * Access to previously public property WikiRevision::$fileIsTemp, deprecated in
2897   1.29, now emits deprecation warnings.
2898 * wfQueriesMustScale() has been deprecated and emits deprecation warnings.
2899 * ContextSource::getStats(), RequestContext::getStats(), and
2900   DerivativeContext::getStats(), deprecated in 1.27, now emit deprecation
2901   warnings.
2902 * ManualLogEntry::setTags(), deprecated in 1.33, now emits deprecation warnings.
2903 * WikiRevision::downloadSource(), deprecated in 1.31, now emits deprecation
2904   warnings.
2905 * DifferenceEngine::textDiff(), deprecated in 1.32, now emits deprecation
2906   warnings.
2907 * FormatMetadata::flattenArrayContentLang(), deprecated in 1.36, now emits
2908   deprecation warnings.
2909 * SkinTemplate::getNameSpaceKey(), deprecated in 1.35, now emits deprecation
2910   warnings.
2911 * EnqueueJob::newFromJobsByWiki(), deprecated in 1.33, now emits deprecation
2912   warnings.
2913 * The following methods of the MWGrants class, all deprecated since 1.38,
2914   are now emitting deprecation warnings:
2915   - getValidGrants
2916   - getRightsByGrant
2917   - grantName
2918   - grantNames
2919   - getGrantRights
2920   - grantsAreValid
2921   - getGrantGroups
2922   - getHiddenGrants
2923   - getGrantsLink
2924   - getGrantsWikiText
2925 * DataUpdate::runUpdates(), deprecated in 1.28, now emits deprecation warnings.
2926 * CdnCacheUpdate::newFromTitles(), deprecated in 1.35, now emits deprecation
2927   warnings.
2928 * Instantiating HTMLCacheUpdate class, deprecated in 1.34, now emits deprecation
2929   warnings.
2930 * ISQLPlatform::tableNames() (implemented by IDatabase) is now deprecated.
2931   None of the tableName*() functions should be used by most users;
2932   if you absolutely must use raw SQL, write several tableName() calls instead.
2933 * Language::isWellFormedLanguageTag() has been deprecated in favor of
2934   LanguageCode::isWellFormedLanguageTag().
2935 * The PrevNextNavigationRenderer helper class has been deprecated in favor of
2936   the new PagerNavigationBuilder one.
2937 * The methods IndexPager::getPagingLinks(), IndexPager::getLimitLinks() and
2938   IndexPager::buildPrevNextNavigation() have been deprecated in favor of
2939   IndexPager::getNavigationBuilder().
2940 * Overriding the method IndexPager::makeLink() has been deprecated.
2941 * ActorMigration is deprecated. The temporary table is no longer needed, the
2942   actor table can be directly joined to the revision table, which is simple
2943   enough to not need a helper class. See the methods of ActorMigration for more
2944   specific information on replacements. ActorMigrationBase remains usable for
2945   migrations in extension tables.
2947 === Other changes in 1.39 ===
2948 * Dynamic default values are now applied before extension registration callbacks
2949   are run. This way, extensions have a complete view of config variables, with
2950   all defaults applied. For example, when the default value of X used to be
2951   static but becomes dynamic, and an extension reads the value of X in the
2952   registration callback, it will now continue to function as expected. In some
2953   cases however, this may cause an undesired change in behavior: if the dynamic
2954   default of setting X depends on the value of setting Y, and an extension
2955   changes Y, the changed value of Y will no longer affect the value of X.
2957 == Compatibility ==
2959 MediaWiki 1.39 requires PHP 7.4.3 or later and the following PHP extensions:
2961 * ctype
2962 * dom
2963 * fileinfo
2964 * iconv
2965 * intl
2966 * json
2967 * mbstring
2968 * xml
2970 MariaDB is the recommended database software. MySQL, PostgreSQL, or SQLite can
2971 be used instead, but support for them is somewhat less mature.
2973 The supported versions are:
2975 * MariaDB 10.3 or higher
2976 * MySQL 5.7.0 or higher
2977 * PostgreSQL 10 or later
2978 * SQLite 3.8.0 or later
2980 == Online documentation ==
2981 Documentation for both end-users and site administrators is available on
2982 MediaWiki.org, and is covered under the GNU Free Documentation License (except
2983 for pages that explicitly state that their contents are in the public domain):
2985        https://www.mediawiki.org/wiki/Special:MyLanguage/Documentation
2987 == Mailing list ==
2988 A mailing list is available for MediaWiki user support and discussion:
2990        https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
2992 A low-traffic announcements-only list is also available:
2994        https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce
2996 It's highly recommended that you sign up for one of these lists if you're
2997 going to run a public MediaWiki, so you can be notified of security fixes.
2999 == IRC help ==
3000 There's usually someone online in #mediawiki on irc.libera.chat.
3002 = MediaWiki 1.38 =
3004 == MediaWiki 1.38.7 ==
3006 This is a security and maintenance release of the MediaWiki 1.38 branch.
3008 === Changes since MediaWiki 1.38.6 ===
3009 * Localisation updates.
3010 * (T333990) composer.json: Explicitly pin psr/http-message to 1.0.1.
3011 * (T335203, CVE-2023-29197) SECURITY: Upgrading guzzlehttp/psr7
3012   (2.4.0 => 2.4.5).
3013 * (T322944) Add Authorization to default $wgAllowedCorsHeaders.
3014 * (T332889, CVE-2023-36675) SECURITY: Fix escaping in BlockLogFormatter.
3015 * (T330464) Work around argument corruption bug in XMLReader::open.
3016 * (T313157) IndexPager: Also protect against $offset being 0.
3017 * (T335612, CVE-2023-36674) SECURITY: Move badFile lookup to Linker.
3019 == MediaWiki 1.38.6 ==
3021 This is a security and maintenance release of the MediaWiki 1.38 branch.
3023 === Changes since MediaWiki 1.38.5 ===
3024 * Localisation updates.
3025 * (T325872) ChangeTags: Remove table name from condition.
3026 * (T324895) MWCallbackStream: Add explicit $stream property.
3027 * (T297031, T326039) PostgresUpdater: Move setDefault ahead of
3028   changeNullableField.
3029 * Remove /images .htaccess rules that are no longer relevent.
3030 * Disable php in .htaccess of images directory as a hardening measure.
3031 * (T322583) Include missing message parameter in message.
3032 * Fix phan error when Excimer is enabled.
3033 * (T323373) Parser: Fix extractSections() behavior for PHP >= 8.0
3034 * (T326021) Add matrix: to $wgUrlProtocols.
3035 * (T326377) rdbms: Use DBConnRef in SelectQueryBuilder.
3036 * api/en.json: api-help-datatype-expiry add missing 'may'.
3037 * (T328222) Pass empty string to strlen() if schema is null for
3038   PostgresDatabase.
3039 * (T317329) OutputPage: Fix undefined ['host'] in ImagePreconnect code.
3040 * (T289926) SpecialRevisionDelete: Set default of '' for wpReason.
3041 * (T155582, T328503) Fix XML dumps for content types with non-string
3042   getNativeData().
3043 * (T314099) revisiondelete: Replace dynamic property Status::$itemStatuses.
3044 * (T329198) ParamValidator: Improve paramvalidator-help-multi-max message.
3045 * (T292348) WikiImporter: do not fail if upload entry in dump lacks 'text'
3046   tag.
3047 * (T295637) Add no to fallback chain of nb and nn.
3048 * (T329484) API: Fix query+allimages user parameter description.
3049 * (T330529) SpecialEditTags: Set default of '' for wpReason.
3050 * (T330526) htmlform: Handle null from HTMLFormField::getDefault in
3051   multiselects.
3052 * (T285159, CVE-2023-29141) SECURITY: Do not apply autoblocks to untrusted
3053   XFF headers.
3055 == MediaWiki 1.38.5 ==
3057 This is a security and maintenance release of the MediaWiki 1.38 branch.
3059 === Changes since MediaWiki 1.38.4 ===
3060 * Localisation updates.
3061 * Tests: Explicit cast to int in RandomImageGenerator test (php8 warnings).
3062 * (T319000) WebInstaller: Don't try and run trim() on null.
3063 * (T318753) Installer: Disable logo dropper for now.
3064 * (T320864) When calling mail(), use an array for headers.
3065 * (T311567) In ManualLogEntry, cast the comment to string.
3066 * (T289926) api: Fix minor PHP 8.1 incompatibility in ApiOptions.
3067 * (T322803) SpecialBotPasswords: Don't pass null to trim().
3068 * (T323082) Upgrading wikimedia/xmp-reader (0.8.1 => 0.8.5).
3069 * Language: Handle ronna and quetta.
3070 * PostgresUpdater: Remove trailing space from 'user_id ' column.
3071 * (T304515) LCStoreStaticArray: atomically replace the cache file.
3072 * (T324890, T324891, T324901) Parser: Allow dynamic properties on PHP 8.2.
3073 * (T324910) On pages using multi-content revisions, the raw content of a
3074   specific slot can be retrieved using the action=raw&slot=<role-name> query
3075   parameters.
3076 * (T322637) SECURITY: sqlite should not create DB file world-readable.
3078 == MediaWiki 1.38.4 ==
3080 This is a maintenance release of the MediaWiki 1.38 branch.
3082 === Changes since MediaWiki 1.38.3 ===
3083 * Fix missing use statement from backport of fix for T307278.
3085 == MediaWiki 1.38.3 ==
3087 This is a security and maintenance release of the MediaWiki 1.38 branch.
3089 === Changes since MediaWiki 1.38.2 ===
3090 * Localisation updates.
3091 * (T311568) UploadBase::setTempFile() handle $tempPath being passed as null.
3092 * (T311559) SpecialListFiles: user parameter isn't always present.
3093 * (T311561) ImageListPager: Don't call htmlspecialchars() on null.
3094 * (T311920) SpecialBlockList: Prevent passing null to trim().
3095 * (T311921) SpecialUserrights: Don't pass null to str_replace.
3096 * (T311570) SpecialWithoutInterwiki: Don't pass null through to
3097   Title::capitalize().
3098 * (T311574, T311576) SpecialLinkSearch: Don't pass null through to the parser.
3099 * (T311360) RecentChange: Straight join to actor table when needed.
3100 * (T311360) RecentChange: Make join to comment table also straight.
3101 * Remove messages in en-gb.json.
3102 * (T312519, T312520) Parser::extensionSubstitution() Don't run substr() on null.
3103 * (T287564) populateInterwiki: Include not null columns iw_api/iw_wikiid.
3104 * (T312302) SpecialRedirect: Don't pass null to explode.
3105 * RemoveInvalidEmails: Fix quoting for postgres.
3106 * (T312678) import: UploadSourceAdapter::stream_read() don't pass null to
3107   strlen().
3108 * (T312300) SpecialDiff: Don't pass null to explode().
3109 * (T312680) parser: Fix CoreParserFunctions::urlencode() null coalescence $arg.
3110 * (T289926) Handle null passed to wfShorthandToInteger() and Html::element().
3111 * (T289926) Ensure that strlen() does not get passed a (valid) null.
3112 * (T312301) SpecialDiff: Don't pass null to trim().
3113 * Hooks: Use more meaningful name for SkinAfterPortlet hook parameter.
3114 * (T289926) Ensure we don't pass null to mb_strlen.
3115 * (T312305, T311572, T311571, T311578) HTMLForm: Null coalescence in trim()
3116   calls.
3117 * (T289926) site: Consistently return null from Site::getDomain().
3118 * (T307304, T289879) filebackend,jobqueue: Add signature for
3119   FilterIterator::accept().
3120 * (T304559) Use page ID from parent revision, improve logging.
3121 * (T312183) rdbms: Adapt hasOrMadeRecentPrimaryChanges test mock for PHP 8.1.
3122 * Add application/vnd.ms-opentype to MIME list.
3123 * Allow composer/installers plugin in composer.json.
3124 * (T313663) Make ReadOnlyModeTest work in php8.
3125 * (T313663) Make HandlerTestTrait compatible with php8.1.
3126 * (T313663) [php8] Make DeletePageTest stop giving warnings on php8.1.
3127 * Change type hints for BatchRowIterator and NotRecursiveIterator for
3128   compatibility with PHP 8.1.
3129 * (T313663) [php8.1] Change override of $wgResourceBasePath for CSP tests.
3130 * (T313663) parser: Mock WikiPage::getContentModel in ParserCacheTest to fix
3131   php8.1.
3132 * (T313663) [php8.1] Make WikiImporterFactoryTest use better mock for
3133   ImportSource.
3134 * Fix tests so getName() doesn't return null.
3135 * (T313663) [php8] Don't use strlen on potentially null string.
3136 * (T313663) [php8.1] Suppress test warning about providing null.
3137 * (T313663) [php8.1] mock User::getTitleKey() in DeaultPreferencesFactoryTest.
3138 * (T313663) Parser will use current timestamp instead of null if passed a
3139   RevisionRecord that does not have a timestamp.
3140 * (T313663) Add explicit null check for $sha in FileBackend [php8.1].
3141 * (T313663) LogFormatter: Cast argument of ctype_digit to string [php8.1].
3142 * (T313663) Mock UserOptionsManager::getOption for php8.1.
3143 * (T289879, T289926) Get rid of warnings on PHP 8.1.
3144 * (T313663) Check for null return of preg_replace in MediaWikiTitleCodec.
3145 * (T313663) cast db name to string when checking if it is read only [php8.1].
3146 * (T313663) Avoid testing strlen on null in ApiQuerySiteinfo [php 8.1 compat].
3147 * (T313663) Use default timezone UTC for SpecialWatchlistTest [php 8.1].
3148 * (T313663) Mock User::getTitleKey in SpecialPreferencesTest [php 8.1].
3149 * (T314096) Migrate use of ${var}-style string interpolation.
3150 * (T314099) preprocessor: Add missing field declarations.
3151 * (T313663, T313662) Make default value for optional args {{PAGESINCAT:..}} be
3152   '' not null.
3153 * (T313663) [php8.1] Mock out getLocalDomainID for WatchedItemStore tests.
3154 * (T313663) Suppress warnings for the null test of addIdentifierQuotes.
3155 * (T314225) SpecialCategories: Null coalescene $par.
3156 * (T314099) User: Allow dynamic properties on PHP 8.2.
3157 * (T314404) SpecialGoToInterwiki: Null coalescene $par.
3158 * (T314397) SpecialBlock: Better handle null in getTargetUserTitle.
3159 * (T314099) phpunit: Fix trivial dynamic property usages in tests.
3160 * (T314405) UploadStash: Check if us_prop is set in the fileMetadata.
3161 * (T313663) Make ChangesListSpecialPageTest cast to string for php 8.1.
3162 * (T313663) Do not test giving a null fragment to Title::makeTitle.
3163 * (T314550) SpecialMergeHistory: Set timestamp to '' if no mergepoint.
3164 * (T314551) SpecialMergeHistory: Set defaults for target and dest parameters.
3165 * (T313663) Cast results of Sqlite test to string [php 8.1].
3166 * (T314208) Set $wgServer for HttpRequestFactoryTest to prevent warnings on
3167   php8.1.
3168 * (T314208, T297082) phpunit: Fallback to global default user options.
3169 * (T307282) Avoid passing null to strcasecmp(), for PHP 8.1.
3170 * Fix a couple deprecation warnings in the installer under PHP 8.1.
3171 * api: Add rel=nofollow to help examples.
3172 * (T307613) Validate length of user email on Special:ChangeEmail/
3173   Special:CreateAccount.
3174 * (T314226) LoginSignupSpecialPage: Check if $value is a string before length.
3175 * (T314824) tests: Update parser test after i18n change.
3176 * (T313663, T296083) context: Replace deprecated User::getOption.
3177 * (T295958, T278847) MediaWiki-Docker: Switch PHP images to PHP7.4.
3178 * (T314906, T314907) SpecialBlock: Set defaults for wpPageRestrictions and
3179   wpNamespaceRestrictions.
3180 * (T315309) ImportStreamSource::newFromURL() Prevent passing null to fwrite.
3181 * (T315892) composer.json: Pin phpunit to 8.5.28.
3182 * (T313663) Do not compare byte-for-byte of serialized items in tests [php8.1].
3183 * objectcache: avoid php 8.1 argument type warnings in
3184   genericKeyFromComponents().
3185 * (T317750) session: Fix broken SessionTest case due to PHPUnit dependency
3186   change.
3187 * ManualLogEntry: Don't pass null to trim() as PHP 8.1 whines.
3188 * (T313663) Add a null check VueComponentParser to prevent php8.1 issues.
3189 * (T313049) Bump wikimedia/parsoid to v0.15.1.
3190 * (T318754) WebInstallerOptions::addPersonalizationOptions(): Close fieldset.
3191 * (T318460) SpecialChangeEmail: Set default for returntoquery.
3192 * (T318307) Update docs for HTMLFormField::validate() to permit all data types.
3193 * (T316304, CVE-2022-41767) SECURITY: reassignEdits doesn't update results
3194   in an IP range check on Special:Contributions.
3195 * (T309894, CVE-2022-41765) SECURITY: HTMLUserTextField exposes existence
3196   of hidden users.
3197 * (T307278, CVE-2022-41766) SECURITY: On action=rollback the message
3198   "alreadyrolled" can leak revision deleted user name.
3200 == MediaWiki 1.38.2 ==
3202 This is a security and maintenance release of the MediaWiki 1.38 branch.
3204 === Changes since MediaWiki 1.38.1 ===
3205 * Localisation updates.
3206 * (T309426) Repair language selector for SVGs.
3207 * (T310013) Fix default value for $wgShowEXIF and $wgUsePathInfo.
3208 * (T308471) SECURITY: Escape welcomeuser message passed to showSuccessPage().
3209 * (T308473) SECURITY: Escape contributions-title msg for use within page title.
3210 * (T311272) Call parent constructor of AddSite maintenance script first.
3211 * MediaWiki: Don't eagerly initialize action name.
3212 * (T311384, CVE-2022-27776) Updated guzzlehttp/guzzle from 7.4.1 to 7.4.5.
3213 * (T289926) Avoid passing null to trim() in SkinTemplate.
3214 * (T289879) Address deprecations for PHP 8.1.
3215 * (T311473) rollbackEdits: Pass user identity to RollbackPage.
3216 * Upgrade wikimedia/remex-html from 3.0.1 to 3.0.2.
3217 * (T311551) ShellboxClientFactory::getUrl(): Check if $this->key is null.
3218 * (T311552) ChangesListSpecialPage: Don't pass null to FormatJson::decode().
3219 * (T311569) FileBackend::isStoragePath() Handle being passed null.
3220 * (T311544) Pass int to ApiUsageException::newWithMessage()'s $httpCode param.
3221 * (T311678) SpecialEditWatchlist: Prevent passing null to strtolower().
3222 * (T311554) ChangeTags: Return early in formatSummaryRow() if $tags === null.
3223 * Upgrade wikimedia/common-passwords from 0.3.0 to 0.4.0.
3225 == MediaWiki 1.38.1 ==
3227 This is a maintenance release of the MediaWiki 1.38 branch.
3229 === Changes since MediaWiki 1.38.0 ===
3230 * (T309860) Add justinrainbow/json-schema to vendor.
3231 * (T309933) Drop PHP 7.2 support in MediaWiki 1.38; require 7.3.19.
3233 == MediaWiki 1.38.0 ==
3235 === Changes since MediaWiki 1.38.0-rc.1 ===
3236 * Localisation updates.
3237 * (T309114) LocalFile::prerenderThumbnails: Limit the number of thumbnail
3238   jobs triggered.
3239 * (T305779) phpunit: Support setting skin context in BundleSizeTest subclasses.
3240 * (T309028) SECURITY: ApiEditPage: update title after redirects.
3241 * (T308967) notifications: prevent log spam when invalid user object listed.
3242 * composer: Lock Parsoid version to specific 0.15.0 release.
3243 * (T306362, T308680) change-your-logo.svg: Resize to 135px square, re-crush,
3244   and manually minify.
3246 == MediaWiki 1.38.0-rc.1 ==
3248 === Changes since MediaWiki 1.38.0-rc.0 ===
3249 * Localisation updates.
3250 * (T305028) Undeprecate EditPage::$textbox2.
3251 * (T305635) LogActions is a map, not a list.
3252 * (T306721) Add wikimedia/equivset to vendor; needed by bundled AbuseFilter.
3253 * (T307284) Simplify TransactionManager::pendingWriteQueryDuration.
3254 * (T307307) Add symfony/yaml to vendor.
3255 * Fix old_name in UserLogoutComplete hook.
3256 * REST: don't send stack trace in error responses.
3257 * (T307998) SessionManager: stop storing an ObjectFactory instance.
3258 * (T193565) UserGroupManager: Fix dbDomain in addUserToGroup() deferred update.
3260 == Upgrading notes for 1.38 ==
3261 Don't forget to always back up your database before upgrading!
3263 See the file UPGRADE for more detailed per-version upgrade instructions from the
3264 oldest supported upgrading version, MediaWiki 1.29.
3266 Some specific notes for MediaWiki 1.38 upgrades are below:
3267 * (T191740) The AbuseFilter extension is now bundled with MediaWiki. This is an
3268   anti-abuse feature that lets privileged users to set specific actions to be
3269   taken when actions by users, such as edits or file uploads, match certain
3270   criteria.
3271 * (T232948) The Math extension is now bundled with MediaWiki. This is a content
3272   feature that lets users create mathematical formulæ, written in a sub-set of
3273   LaTeX and rendered in MathML with a fallback SVG image. By default, it will
3274   use Wikimedia's mathoid service to render each formula, but local rendering
3275   can be set up for network isolation or performance.
3276 * (T191743) The Minerva skin is now bundled with MediaWiki. This is a simple,
3277   light-weight, and scalable skin that is particularly optimised for mobile use,
3278   and integrates well with the MobileFrontend extension (available separately),
3279   but can also be used as a regular desktop skin.
3281 For notes on 1.37.x and older releases, see HISTORY.
3283 === Configuration changes for system administrators in 1.38 ===
3285 ==== New configuration ====
3286 * (T297708) $wgMaxExecutionTimeForExpensiveQueries - This setting can be used to
3287   control the maximum execution time for several expensive query pages (e.g.
3288   RecentChanges and UserContribs).
3289 * $wgBrowserFormatDetection – This setting allows overriding browsers' automatic
3290   detection and handling of formats. It's initially used to prevent auto-linking
3291   of possible telephone numbers in wiki pages' output in Safari on iOS; this can
3292   be re-enabled if you wish, or locally extended for other browsers' quirks.
3293 * (T240685) $wgMetricsTarget, $wgMetricsFormat, $wgMetricsPrefix - These provide
3294   configuration for a new MetricsFactory service with support for the dogstatsd
3295   format, intended for integration with Prometheus integration.
3296 * $wgGroupInheritsPermissions – This setting allows inheriting permissions, both
3297   granted and revoked, from another group.
3298 * $wgForeignApiRepos – ForeignAPIRepo now has a apiMetadataExpiry option to
3299   control for how long file metadata is cached. Additionally the default changed
3300   from 1 hour to 4 hours.
3301 * $wgSkinsPreferred – This lets you set a list of preferred skins to be listed
3302   higher in Special:Preferences.
3303 * $wgWikiFarmSettingsDirectory – A directory that contains site-specific
3304   configuration files. Setting this will enable multi-tenant ("wiki farm")
3305   mode, causing site-specific settings to be loaded based on information from
3306   the web request. EXPERIMENTAL.
3307 * $wgWikiFarmSettingsExtension – The file extension to be used when looking up
3308   site-specific settings files in $wgWikiFarmSettingsDirectory, such as 'json'
3309   or 'yaml'. EXPERIMENTAL.
3310 * $wgWikiFarmSiteDetector – A callback function that returns the name of the
3311   wiki for the current request. This is used in multi-tenant ("wiki farm")
3312   mode to determine which settings file to load from
3313   $wgWikiFarmSettingsDirectory. EXPERIMENTAL.
3314 * $wgEnableRemoteBagOStuffTests – This replaces the environment variable
3315   PHPUNIT_USE_BAGOSTUFF.
3316 * (T230211) $wgForceDeferredUpdatesPreSend – Force deferred updates to be run
3317   before sending a response to the client, instead of attempting to run them
3318   after sending the response. Setting this to true is useful for end-to-end
3319   testing, to ensure that the effects of a request are visible to any subsequent
3320   requests, even if they are made immediately after the first one. Note however
3321   that this does not ensure that database replication is complete, nor does it
3322   execute any jobs enqueued for later.
3323 * $wgTemplateLinksSchemaMigrationStage – Templatelinks table schema migration
3324   stage, for normalizing tl_namespace and tl_title fields.
3326 ==== Changed configuration ====
3327 * $wgStyleDirectory and $wgExtensionDirectory – These are now set later, so can
3328   no longer be used within LocalSettings.php unless explicitly set in that file.
3329 * $wgFileBackends – This setting no longer takes 'fileJournal' as an option.
3330 * $wgMaxImageArea - This setting may now be set to false to disable size.
3331   checking before scaling. Extensions can still override its value by using the
3332   BitmapHandlerCheckImageArea hook.
3333 * $wgAjaxUploadDestCheck – This is now deprecated, and act as always-true.
3334 * $wgInterwikiCache – This no longer supports the string value for CDB files.
3335 * $wgParserOutputHooks – This is now deprecated; adjustments using this should
3336   be done with OutputPageParserOutputHook instead. (T292321)
3337 * $wgExternalStores – This is newly documentated in
3338   includes/externalstore/README.md.
3340 ==== Removed configuration ====
3341 * $wgShellLocale - This setting has been removed as it was a flawed solution to
3342   the problem of locale dependence, MediaWiki will now always set a locale of
3343   C.UTF-8 or C and works around the remaining problems of the C locale by not
3344   using escapeshellarg. This follows the direction of PHP 8.0, which sets a
3345   locale of C by default instead of respecting LC_CTYPE.
3346 * $wgLoggedOutMaxAge - Experiment removed, originally added in 1.35. (T293848)
3347 * $wgIncludejQueryMigrate - Deprecated in 1.36. We only support jQuery v3.
3348 * $wgUseCategoryBrowser - This experimental feature has been removed. If you
3349   still need to use this feature, please see [[mw:Extension:CategoryExplorer]].
3350 * $wgStyleSheetPath - alias for $wgStylePath, deprecated since 1.3 (2004).
3352 === User-facing changes in 1.38 ===
3353 * (T284921) The "auto-number headings" feature was removed following a
3354   consultation, due to performance reasons.
3356 === New operator/developer features in 1.38 ===
3357 * EXPERIMENTAL: The environment variable MW_CONFIG_FILE can be used to specify
3358   the location of the settings file. This allows alternative settings files to
3359   be loaded depending on the environment. Settings files may be given as PHP
3360   files like the traditional LocalSettings.php file, or they may use JSON or
3361   YAML format.
3362   See https://www.mediawiki.org/wiki/Manual:YAML_settings_file_format
3363 * Added a deleteUserEmail maintenance script - This file enables the deletion of
3364   a given user's associated email address. It can be helpful for
3365   privacy-preserving operations.
3366 * The description array for constructing an HTMLForm now can use 'disable-if' to
3367   disable fields on condition easily, supported expressions are the same as
3368   'hide-if'.
3369 * There is a new interface, IForeignRepoWithMWApi, to allows you to mark file
3370   repos provided by an extension as supporting making API queries against the
3371   foreign file repo so that extensions like TimedMediaHandler that depend on
3372   this can stop hard-coding looking for specific class names.
3373 * Added EXPERIMENTAL support for an easy to configure multi-tenant ("wiki
3374   farm") mode:
3375   Settings for each site can be placed in a directory specified by
3376   $wgWikiFarmSettingsDirectory. Site detection is controlled by
3377   $wgWikiFarmSiteDetector and defaults to the requested host name.
3378   For example, setting $wgWikiFarmSettingsDirectory = "sites" would cause
3379   the settings for wiki.example.com to be loaded from
3380   "sites/wiki_example_com.yaml".
3381   WARNING: YAML files under the web root may be accessible to browsers, please
3382   take appropriate measures to protect them from access via HTTP.
3383 * Running QUnit tests for an individual test suite module is possible with
3384   `grunt qunit --qunit-component={componentName}`, where {componentName} is
3385   "MediaWiki" to run core's QUnit tests or the skin or extension name.
3386 * The 'mediawiki.mixins' module now has a `.user-select()` Less mixin.
3388 === External library changes in 1.38 ===
3390 ==== New external libraries ====
3391 * symfony/yaml was promoted from development-only.
3392 * justinrainbow/json-schema was promoted from development-only.
3394 ==== Changed external libraries ====
3395 * Updated OOUI from v0.42.0 to v0.43.2.
3396 * Updated Vue from 2.6.11 to 3.2.23.
3397 * Updated WVUI from v0.3.0 to v0.4.0.
3398 * Updated composer/semver from 3.2.5 to 3.2.6.
3399 * Updated guzzlehttp/guzzle from 7.2.0 to 7.4.5.
3400 * Updated pear/mail_mime from 1.10.9 to 1.10.11.
3401 * Updated pear/net_smtp from 1.9.2 to 1.10.0.
3402 * Updated psr/log from 1.1.3 to 1.1.4.
3403 * Updated psy/psysh from 0.10.5 to 0.11.1.
3404 * Updated symfony/polyfill-php80 from 1.23.1 to 1.25.0.
3405 * Updated wikimedia/assert from 0.5.0 to 0.5.1.
3406 * Updated wikimedia/cdb from 1.4.1 to 2.0.0.
3407 * Updated wikimedia/ip-utils from 3.0.2 to 4.0.0.
3408 * Updated wikimedia/minify from 2.2.4 to 2.2.6.
3409 * Updated wikimedia/object-factory from 3.0.2 to 4.0.0.
3410 * Updated wikimedia/parsoid from v0.14.0-a14 to v0.15.0.
3411 * Updated wikimedia/purtle from 1.0.7 to 1.0.8.
3412 * Updated wikimedia/request-timeout from 1.1.0 to 1.2.0.
3413 * Updated wikimedia/shellbox from 2.0.0 to 3.0.0.
3414 * Updated wikimedia/wrappedstring from 3.2.0 to 4.0.1.
3415 * Updated wikimedia/remex-html from 3.0.1 to 3.0.2.
3416 * Updated wikimedia/common-passwords from 0.3.0 to 0.4.0.
3418 ===== Changed development-only external libraries =====
3419 * Updated QUnit from 2.16.0 to 2.18.0.
3420 * Updated composer/semver from 3.5.4 to 3.5.5.
3421 * Updated composer/spdx-licenses from 1.5.4 to 1.5.5.
3422 * Updated doctrine/dbal for PHP < 7.3 from 2.10.4 to 2.13.6.
3423 * Updated doctrine/dbal for PHP >= 7.3 from 3.0.0 to 3.1.5.
3425 ==== Removed external libraries ====
3426 * jquery.jStorage, deprecated since MW 1.28; use "mediawiki.storage" instead.
3428 === Action API changes in 1.38 ===
3429 * New `deletetalk` parameter on action=delete that allows you to delete the
3430   associated talk page of a subject page.
3431 * New `variant` parameter for all API actions, for specifying language variant
3432   (akin to the existing `variant` parameter for index.php). Task T117549.
3434 === Languages updated in 1.38 ===
3435 MediaWiki supports over 400 languages. Many localisations are updated regularly.
3436 Below only new and removed languages are listed, as well as changes to languages
3437 because of Phabricator reports.
3439 * (T292166) Updated namespace names for the Lombard language.
3440 * (T299201) Changed the autonym of the Angika language to अंगिका
3441 * (T298309) Changed the autonym of the Abkhaz language to аԥсшәа
3442 * (T302972) Changed the autonym of the Kirundi language to ikirundi
3443 * (T220303) Show numbered lists with Burmese numerals in relevant languages
3444 * (T291899) Added language support for Xiang Chinese (hsn).
3445 * (T292612) Added language support for S'gaw Karen (ksw).
3446 * (T293656) Added language support for Farefare (gur).
3447 * (T294729) Added language support for Pa'O (blk).
3448 * (T296286) Added language support for Skolt Sámi (sms).
3449 * (T296612) Added language support for Makhuwa (vmw).
3450 * (T296707) Added language support for Ga (gaa).
3451 * (T297073) Added language support for Nanai (gld).
3452 * (T297074) Added language support for Nawdm (nmz).
3453 * (T298075) Added language support for Northern Thai (nod).
3454 * (T298182) Added language support for Cape Verdean Creole (kea).
3455 * (T298385) Added language support for Nheengatu (yrl).
3456 * (T299329) Added language support for Fon (fon).
3457 * (T300474) Added language support for Nkore (nyn).
3458 * (T302556) Added language support for Pannonian Rusyn (rsk).
3460 === Breaking changes in 1.38 ===
3461 * (T291008) The IP class, deprecated since 1.35 in favor of the IPUtils library,
3462   has been removed. The IP related regexes which were also deprecated in favor
3463   of the IPUtils library were also removed, IPUtils::RE_* should be used
3464   instead.
3465 * (T293043) The MediaWikiIntegrationTestCase class alias 'MediaWikiTestCase' has
3466   been removed.
3467 * LinkCache::singleton(), deprecated since 1.28, has been removed.
3468 * RepoGroup::singleton(), ::destroySingletons() and setSingleton(), all
3469   deprecated since 1.34, have been removed.
3470 * The following methods from FileDeleteForm were removed:
3471   - ::__construct (the class is no longer newable)
3472   - ::execute()
3473   - ::haveDeletableFile()
3474   Use FileDeleteAction instead.
3475 * MessageCache::singleton(), deprecated since 1.34, has been removed.
3476 * LockManagerGroup::singleton() and ::destroySingletons(), both deprecated since
3477   1.34, have been removed.
3478 * FileBackendGroup::singleton() and ::destroySingletons(), both deprecated since
3479   1.35, have been removed.
3480 * TemplateParser used to support disabling the cache with a boolean parameter in
3481   its constructor. This was deprecated in 1.35 and has now been removed.
3482 * The ArticleUndeleteLogEntry hook, deprecated in 1.37, was removed.
3483 * The BeforeResetNotificationTimestamp hook, deprecated in 1.37, was removed.
3484 * The global function mimeTypeMatch() has been removed without a deprecation
3485   process.
3486 * The following JavaScript mw.config keys have been removed:
3487   - $wgCookiePrefix
3488   - $wgCookieDomain
3489   - $wgCookiePath
3490   - $wgCookieExpiration
3491   Use mw.cookie from the mediawiki.cookie module instead.
3492 * The signature of PageUpdater::markAsRevert method was changed. It has never
3493   been used outside of MediaWiki core.
3494 * If you want to use interwiki titles with HTMLTitleTextField, you now need to
3495   pass 'interwiki' => true. In 1.37, the default behavior was to let interwiki
3496   title through by default, logging a deprecation warning.
3497 * The `UndeleteForm::undelete` hook, deprecated in 1.37, was removed.
3498 * BagOStuff::setDebug(), deprecated since 1.36, has been removed.
3499 * The `jquery.mw-jump` ResourceLoader module was removed.
3500 * The `wgForeignUploadTargets` and `wgEnableUploads` configuration values were
3501   removed from mw.config. They had previously been documented as being included
3502   for internal use by the mediawiki.ForeignUpload module.
3503 *The `&$hasHistory` parameter to WikiPage::getAutoDeleteReason() and
3504   ContentHandler::getAutoDeleteReason() was hard-deprecated with no replacement.
3505 * Several Skin methods, which have emitted deprecation warnings since 1.36, have
3506   been removed. These include:
3507   - Skin::privacyLink()
3508   - Skin::aboutLink()
3509   - Skin::disclaimerLink()
3510     For these, instead use Skin::footerLink() to alter footer links.
3511   - Skin::getLogo()
3512     For this, use ResourceLoaderSkinModule::getAvailableLogos() instead.
3513   - Skin::getIndicatorsHTML()
3514     For this, use Skin::getIndicatorsData() instead.
3515   - Skin::subPageSubtitle()
3516     For this, use Skin::prepareSubtitle() instead.
3517   - Skin::makeVariablesScript()
3518     For this, use ResourceLoader::makeInlineScript() instead.
3519   - Skin::getAllowedSkins()
3520   - Skin::getSkinNames()
3521     For these, use SkinFactory::getAllowedSkins() or ::getInstalledSkins().
3522   - Skin::makeUrl()
3523   - Skin::getSearchLink()
3524   - Skin::mainPageLink()
3525 * Parser::getUser and ::mUser, as well as ParserOptions::getUser, deprecated
3526   since 1.37, has been removed.
3527 * Parser::$mStripState, deprecated in 1.35, has been made private. Use
3528   Parser::getStripState() instead.
3529 * The following deprecated features in blocks were removed:
3530   - DatabaseBlock constructor 'byText' property with blocker's name, use 'by'
3531     property with UserIdentity value instead.
3532   - DatabaseBlock constructor 'by' property with blocker's ID, use 'by' property
3533     with UserIdentity value instead.
3534   - DatabaseBlock::isWhitelistedFromAutoblocks, use ::isExemptedFromAutoblocks.
3535   - DatabaseBlock::setBlocker now only accepts UserIdentity.
3536   - AbstractBlock::getTargetAndType and ::getTarget, use ::getTargetName,
3537     ::getTargetUserIdentity and ::getType instead
3538 * The following functions, emitting deprecations since 1.37, have been removed:
3539   - Title::isWatchable()
3540   - WatchAction::doWatchOrUnwatch(), WatchAction::doWatch(),
3541     WatchAction::doUnwatch(), WatchAction::getWatchToken()
3542   - User::isWatched(), User::isTempWatched(), User::addWatch(),
3543     User::removeWatch()
3544 * ParserOptions::setTidy() that had no effect and was deprecated since 1.35 has
3545   been removed.
3546 * The "YAML" encoding option of EtcdConfig, has been removed without
3547   deprecation.
3548 * The constant ApiBase::PARAM_VALUE_LINKS, deprecated since 1.35 has been
3549   removed.
3550 * UserLoadOptions, UserSaveOptions and UserResetAllOptions hooks, deprecated
3551   since 1.37, were removed.
3552 * The experimental FileJournal system has been removed without deprecation. This
3553   includes the FileJournal abstract class, its implementation classes
3554   DBFileJournal and NullFileJournal, various minor getters and setters, and the
3555   option for the wiki configuration $wgFileBackends.
3556 * The return values for each `bind` function in checkboxHack.js has been changed
3557   from an object to a function. In addition, the `unbind` function has been
3558   removed. A deprecation process was assumed unnecessary as there were no known
3559   usages.
3560 * File::getUser, ::getImageSize, ArchivedFile::getRawDescription, ::getUser,
3561   ::getRawUser and ::getRawDescription, deprecated since 1.37, has been removed.
3562 * ShellboxHttpClient class has been removed without deprecation. It was an
3563   internal class used by ShellboxClientFactory.
3564 * The following hard deprecated User methods have been removed:
3565   - ::resetIdByNameCache,
3566   - ::getStubThreshold,
3567   - ::matchEditTokenNoSuffix,
3568   - ::changeableByGroup,
3569   - ::changeableGroups,
3570   - ::isAllowUsertalk,
3571   - ::getRights
3572   - ::isAllowUsertalk
3573   - ::isIP,
3574   - ::isIPRange,
3575   - ::isValidUserName,
3576   - ::isUsableName,
3577   - ::isCreatableName,
3578   - ::getCanonicalName,
3579   - ::addAutopromoteOnceGroups,
3580   - ::getDefaultOptions,
3581   - ::getDefaultOption,
3582   - ::getOptions,
3583   - ::getBoolOption,
3584   - ::getIntOption,
3585   - ::setOption
3586   - ::listOptionKinds
3587   - ::getOptionKinds,
3588   - ::resetOptions,
3589   - ::getEffectiveGroups,
3590   - ::getAutomaticGroups,
3591   - ::getFormerGroups
3592   - ::isLoggedIn
3593   - ::getFirstEditTimestamp
3594   - ::getLatestEditTimestamp
3595 * Http::$httpEngine, deprecated since 1.34, has been removed. The only available
3596   HTTP engine is now Guzzle. CurlHttpRequest and PhpHttpRequest classes were
3597   removed.
3598 * The UserRightsProxy class was deprecated. Pass the correct domain to
3599   UserGroupManagerFactory instead.
3600 * Parser option enableLimitReport was deprecated. The report is now generated
3601   post-parse and can be included by providing 'includeDebugInfo' option to
3602   ParserOutput::getText. Thus, ParserOptions::enableLimitReport and
3603   ::getEnableLimitReport methods were deprecated.
3604 * Ajax action that was deprecated in 1.27 now has been removed.
3605 * The following methods have been removed from IDatabase without deprecation as
3606   they were completely unused:
3607   - ::preCommitCallbacksPending()
3608   - ::pendingWriteRowsAffected()
3609   - ::getServerUptime()
3610   - ::maxListLen()
3611 * The following deprecated methods have been removed from IDatabase:
3612   - ::aggregateValue() soft-deprecated since 1.33
3613   - ::getTopologyRootMaster() since 1.37
3614   - ::masterPosWait() since 1.37
3615   - ::dataSeek() soft-deprecated since 1.37
3616   - ::numFields() soft-deprecated since 1.37
3617   - ::fieldName() soft-deprecated since 1.37
3618   - ::onTransactionIdle() soft-deprecated since 1.32
3619   - ::getMasterPos() since 1.37
3620 * DatabaseMysqlBase::fieldType() and DatabasePostgres::fieldType(), deprecated
3621   since 1.37, have been removed.
3622 * Database::assertIsWritableMaster(), deprecated since 1.37, has been removed.
3623 * ResultWrapper::getInternalResult(), soft-deprecated since 1.37 and
3624   ResultWrapper::unwrap(), deprecated since 1.37, have been removed.
3625 * Language::AS_AUTONYMS, deprecated since 1.34, has been removed. You can use
3626   the LanguageNameUtils::AUTONYMS constant instead.
3627 * Several Language class variables deprecated in 1.35 have been removed; they
3628   are each replaced by a constant, as listed after the arrow:
3629   - ::$mWeekdayMsgs → WEEKDAY_MESSAGES
3630   - ::$mWeekdayAbbrevMsg → WEEKDAY_ABBREVIATED_MESSAGES
3631   - ::$mMonthGenMsgs → MONTH_GENITIVE_MESSAGES
3632   - ::$mIranianCalendarMonthMsgs → IRANIAN_CALENDAR_MONTHS_MESSAGES
3633   - ::$mHebrewCalendarMonthMsgs → HEBREW_CALENDAR_MONTHS_MESSAGES
3634   - ::$mHebrewCalendarMonthGenMsgs → HEBREW_CALENDAR_MONTH_GENITIVE_MESSAGES
3635   - ::$mHijriCalendarMonthMsgs → HIJRI_CALENDAR_MONTH_MESSAGES
3636 * wfIncrStats, deprecated since 1.36, has been removed.
3637 * Profiler::profileIn and ::profileOut, deprecated in 1.33, has been removed.
3638 * IEditObject::AS_CANNOT_USE_CUSTOM_MODEL, deprecated in 1.35, was removed.
3639 * Several protected methods in EditPage were made private. None of these was
3640   used outside of EditPage itself. Since the class is not stable to extend,
3641   this change happened without a deprecation phase.
3642 * The following public methods in EditPage, unused externally, were
3643   made private:
3644    - ::getCancelLink()
3645    - ::isSupportedContentModel()
3646    - ::getParentRevId()
3647 * EditPage::setApiEditOverride() was marked as @internal for use by
3648   ApiEditPage only.
3649 * SelectQueryBuilder::straightJoin() was renamed to straightJoinOption().
3650 * The following deprecated methods have been removed from ILBFactory:
3651   - ::beginMasterChanges() since 1.37
3652   - ::commitMasterChanges() since 1.37
3653   - ::rollbackMasterChanges() since 1.37
3654   - ::hasMasterChanges() since 1.37
3655   - ::hasOrMadeRecentMasterChanges() since 1.37
3656 * The "groupLoadsByDB" option to LBFactoryMulti has been removed. Consider using
3657   "groupLoadsBySection" instead.
3658 * The following methods have been removed from ILoadBalancer without deprecation
3659   as they were completely unused:
3660   - ::waitForOne()
3661   - ::allowLagged()
3662   - ::forEachOpenReplicaConnection()
3663 * The following deprecated methods have been removed from ILoadBalancer:
3664   - ::getMasterPos() since 1.37
3665   - ::finalizeMasterChanges() since 1.37
3666   - ::approveMasterChanges() since 1.37
3667   - ::beginMasterChanges() since 1.37
3668   - ::commitMasterChanges() since 1.37
3669   - ::runMasterTransactionIdleCallbacks() since 1.37
3670   - ::runMasterTransactionListenerCallbacks() since 1.37
3671   - ::rollbackMasterChanges() since 1.37
3672   - ::flushMasterSnapshots() since 1.37
3673   - ::hasMasterConnection() since 1.37
3674   - ::hasMasterChanges() since 1.37
3675   - ::lastMasterChangeTimestamp() since 1.37
3676   - ::hasOrMadeRecentMasterChanges() since 1.37
3677   - ::pendingMasterChangeCallers() since 1.37
3678   - ::forEachOpenMasterConnection() since 1.37
3679   - ::waitForMasterPos() since 1.37
3680 * LoadBalancer::safeGetLag() which has been soft-deprecated since 1.34 has been
3681   removed.
3682 * The following properties of the EditPage class, deprecated since 1.35, were
3683   made private:
3684   - ::$deletedSinceEdit
3685   - ::$lastDelete
3686   - ::$mTokenOk
3687   - ::$mTriedSave
3688   - ::$incompleteForm
3689   - ::$tooBig
3690   - ::$missingComment
3691   - ::$missingSummary
3692   - ::$allowBlankSummary
3693   - ::$autoSumm
3694   - ::$mParserOutput
3695   - ::$hasPresetSummary
3696   - ::$minoredit
3697   - ::$watchthis
3698   - ::$recreate
3699   - ::$nosummaryparentRevId
3700   - ::$editintro
3701   - ::$scrolltop
3702   - ::$markAsBot
3703 * Special:ListFiles and Special:NewFiles no longer allows to search for parts of
3704   file names (option was not available for $wgMiserMode = true)
3705 * DBAccessBase, deprecated since 1.37, has been removed.
3706 * The UserNamePrefixSearch service no longer supports a UserIdentity parameter
3707   to search(), to check for a specific audience an Authority object is required.
3708 * The methods CoreParserFunctions::register() and CoreTagHooks::register() have
3709   been marked @internal, and had a seconds parameter added. These methods are
3710   intended for use in Parser's constructor, and are not used by any known
3711   extension.
3712 * LoadBalancer::openConnection(), deprecated since 1.34, has been removed.
3713 * Skin::preloadExistence has been made private. There is no known usages outside
3714   of MediaWiki core.
3716 === Deprecations in 1.38 ===
3717 * The MWGrants class is deprecated in favor of the new GrantsInfo and
3718   GrantsLocalization services.
3719 * The global functions wfReadOnly() and wfReadOnlyReason() have been deprecated
3720   in favor of the ReadOnlyMode service.
3721 * PageProps::getInstance() has been deprecated. Use
3722   MediaWikiServices::getPageProps() instead.
3723 * User::setOption(), deprecated since 1.35, now emits deprecation warnings.
3724 * Linker::formatComment(), ::formatLinksInComment(), ::commentBlock() and
3725   revComment() were deprecated. Use the new CommentFormatter service.
3726 * Several Skin methods have been deprecated.
3727   - Skin::setSearchPageTitle(), Skin::getSearchPageTitle(). For these,
3728     use SpecialPage::newSearchPage() or associated user preference instead.
3729   - Skin::getSkinStylePath now triggers deprecation warnings. Direct string path
3730   should be used instead.
3731   - SkinTemplate::getPersonalToolsList(), deprecated since 1.35, now emits
3732   deprecation warnings.
3733   - In preparation for SkinTemplate::getPortletData becoming a private
3734     function, extending the method is no longer permitted. Use
3735     SkinTemplate::getTemplateData instead.
3736   - SkinTemplate::buildContentNavigationUrls is now deprecated. Skins can
3737     use the runOnSkinTemplateNavigationHooks method or the
3738     SkinTemplateNavigation__Universal hook if they need access to this data.
3739 * Usage of several template data keys in QuickTemplate are now deprecated:
3740   - searchaction, poweredbyico, copyrightico
3741 * DatabaseBlock::purgeExpired(), deprecated since 1.36, now emits deprecation
3742   warnings.
3743 * The following methods from the User class now trigger deprecation warnings:
3744    - ::blockedBy
3745    - ::getBlockId
3746 * Content::getParserOutput and AbstractContent::fillParserOutput was
3747   hard-deprecated, use ContentRenderer::getParserOutput instead. Extensions
3748   defining a content model should override ContentHandler::fillParserOutput.
3749 * Title::newFromIDs and TitleFactory::newFromIDs have been hard deprecated. Use
3750   a PageSelectQueryBuilder from a PageStore instead.
3751 * Content::getRedirectChain() and Content::getUltimateRedirectTarget() have been
3752   deprecated with no replacement because support for $wgMaxRedirect will be
3753   removed completely. See T296430 for more information.
3754 * WikiPage::getRedirectTarget() has been deprecated. Use the equivalent
3755   RedirectLookup::getRedirectTarget() instead.
3756 * Article::doDelete() was deprecated. Use WikiPage::doDeleteArticleReal if you
3757   only need to delete the article. If you also need things to happen with
3758   OutputPage, you may want to check the hooks in DeleteAction instead.
3759 * Instantiating the MessageContent class now emits deprecation notices.
3760 * Message::content() now triggers deprecation warnings.
3761 * Parser::setDefaultSort(), Parser::getDefaultSort(), and
3762   Parser::getCustomDefaultSort() now trigger deprecation warnings. Use
3763   ParserOutput::{get,set}PageProperty('defaultsort') instead.
3764 * The following methods from the ParserOutput class now emit deprecation
3765   warnings:
3766    - ::hideNewSection()      - use ::setHideNewSection()
3767    - ::preventClickjacking() - use ::{get,set}PreventClickjacking()
3768    - ::getProperty()         - use ::getPageProperty() (return value changed)
3769    - ::setProperty()         - use ::setPageProperty()
3770    - ::unsetProperty()       - use ::unsetPageProperties()
3771    - ::getProperties()       - use ::getPageProperties()
3772    - ::getCategoryLinks()    - use ::getCategoryNames()
3773    - ::setCategoryLinks()    - use ::setCategories()
3774    - ::addTrackingCategory() - use Parser::addTrackingCategory()
3775                                or TrackingCategories::addTrackingCategory()
3776    - ::addWarning()          - use ::addWarningMsg()
3777    - ::hasDynamicContent()   - use ::hasReducedExpiry()
3778 * The following methods from the ParserOutput class were deprecated:
3779    - ::getFlag() - use ::getOutputFlag()
3780    - ::setFlag() - use ::setOutputFlag()
3781    - ::getAllFlags() - this method is now marked @internal
3782    - ::addJsConfigVars() - use ::setJsConfigVar() or ::appendJsConfigVar()
3783    - ::addOutputHook() / ::getOutputHooks() - these hooks should be migrated
3784      to use the OutputPageParserOutput hook instead
3785 * The use of ParserOutput::setExtensionData() to overwrite previous values
3786   stored under a given key has been deprecated; use the new
3787   ::appendExtensionData() to collect multiple values in the ParserOutput rather
3788   than destructively updating stored values. (T300981)
3789 * The signatures of the following methods from the ParserOutput class were
3790   narrowed, restricting the permitted argument types:
3791   - ::addModules() - if you formerly passed a string, pass an array with
3792      the string as the only element.
3793    - ::addModuleStyles() - if you formerly passed a string, pass an array
3794      with the string as the only element.
3795 * Access to the following public or protected properties of OutputPage was
3796   deprecated; they will be made private or removed in a future release.
3797   Use accessor functions instead.
3798   - ::$mCategoryLinks
3799   - ::$mCategories
3800   - ::$mIndicators
3801   - ::$mHeadItems
3802   - ::$mModules
3803   - ::$mModuleStyles
3804   - ::$mJsConfigVars
3805   - ::$mTemplateIds
3806   - ::$mEnableClientCache
3807   - ::$mNewSectionLink
3808   - ::$mHideNewSectionLink
3809   - ::$mNoGallery
3810 * The following methods were deprecated; use ::setPreventClickjacking(..)
3811   instead:
3812    - OutputPage::preventClickjacking()
3813    - OutputPage::allowClickjacking()
3814    - ImageHistoryList::preventClickjacking()
3815    - ImageHistoryPseudoPager::preventClickjacking()
3816    - ContribsPager::preventClickjacking()
3817 * OutputPage::enableClientCache() was deprecated, because it is universally used
3818   to do the opposite -- use OutputPage::disableClientCache() instead.
3819 * Sanitizer::removeHTMLtags() has been deprecated. Its output can include
3820   unbalanced or ill-formed HTML and thus external callers may be misled about
3821   how to safely incorporate its output into a page. It is recommended to use the
3822   new Sanitizer::removeSomeTags() method instead, which will always return
3823   balanced HTML.
3824 * EventRelayerKafka was deprecated. To use $wgEventRelayerConfig with Kafka,
3825   add a similar class to your code.
3826 * MediaWiki\Logger\Monolog\KafkaHandler was deprecated. Consider using
3827   $wgMWLoggerDefaultSpi with SyslogHandler, or to use Kafka, add a similar
3828   Monolog handler class to your code.
3829 * Collation::singleton() and ::factory() now trigger deprecation warnings.
3830 * The following methods in MWNamespace, all deprecated since 1.34, now emit
3831   deprecation warnings:
3832   - isTalk()
3833   - exists()
3834   - subjectEquals()
3835   - getCanonicalNamespaces()
3836   - getCanonicalName()
3837   - getCanonicalIndex()
3838   - getValidNamespaces()
3839   - isContent()
3840   - hasSubpages()
3841   - getContentNamespaces()
3842 * Return values in the parameter $pageLang of the hook PageContentLanguage with
3843   other types than a Language object, deprecated since 1.33, now emmits
3844   deprecation warnings.
3845 * Passing a db to BlockRestrictionStore::loadByBlockId() is deprecated.
3846   BlockRestrictionStoreFactory should be used to fetch a correct
3847   BlockRestrictionStore instead.
3848 * All external access to ParserOutput and CacheTime classes properties will now
3849   emit deprecation warnings. Use getters and setters instead.
3850 * The custom jQuery event `watchpage.mw` emitted on #ca-watch and #ca-unwatch is
3851   now deprecated in favour of the new `wikipage.watchlistChange` hook.
3852 * The global function wfLogProfilingData() has been deprecated without a
3853   replacement. The logic has been moved to the MediaWiki class.
3854 * The "trace" option of SectionProfiler has been deprecated.
3855 * The PageArchive class has had several methods deprecated. The replacements are
3856   as follows:
3857    - Use UndeletePage instead of ::undeleteAsUser(), ::getFileStatus() and
3858      ::getRevisionStatus().
3859    - Use the respective methods of the new ArchivedRevisionLookup service
3860      instead of ::listRevisions, ::getRevisionRecordByTimestamp,
3861      ::getArchivedRevisionRecord, ::getPreviousRevisionRecord and
3862      ::getLastRevisionId.
3863    - Use ArchivedRevisionLookup::hasArchivedRevisions instead of ::isDeleted.
3864 * PageUpdater::isUnchanged() has been deprecated, use wasRevisionCreated()
3865   instead.
3866 * The `mediawiki.pager.tablePager` module was deprecated in favor of the more
3867   generic `mediawiki.pager.styles`.
3868 * wfGetCache() and wfGetMainCache(), both deprecated since 1.32, now emit
3869   deprecation warnings.
3870 * LinkCache::addGoodLinkObj() has been hard deprecated.
3871 * ApiStashEdit::parseAndStash has been hard deprecated.
3872 * Content::prepareSave was hard-deprecated, now emits deprecation warnings.
3873   Use ContentHandler::validateSave instead.
3874 * The hooks LinksUpdateAfterInsert and LinksUpdateConstructed were deprecated.
3875 * Access to all public properties in LinksUpdate was deprecated.
3876 * The global variable $IP has been deprecated for use in application logic.
3877   It will remain available for use in LocalSettings.php for now, though
3878   $wgBaseDirectory is preferred.
3879   Application logic should use the BaseDirectory setting from the main config.
3880   Tests and framework code that need to function without MediaWiki being
3881   fully initialized should use the MW_INSTALL_PATH constant.
3882 * The global function wfWikiID(), deprecated since 1.35, now emits deprecation
3883   warnings.
3884 * AbstractBlock::getBy() now takes a wikiId as a parameter and emits deprecation
3885   warnings in case of cross-wiki accesses.
3886 * The `button` parameter for `bindUpdateAriaExpandedOnInput` and
3887   `updateAriaExpanded` in checkboxHack.js have been deprecated.
3888   `bindToggleOnSpaceEnter` has also been deprecated in favor of
3889   `bindToggleOnEnter`.
3890 * IDatabase::lockTables() and IDatabase::unlockTables() have been deprecated
3891   with no replacement. Instead, callers should batch updates into atomic
3892   transactions, using FOR UPDATE for SELECT queries.
3893 * EditPage::addNewLineAtEnd() was deprecated; use
3894   TextboxBuilder::addNewLineAtEnd instead.
3895 * EditPage::getCopywarn() was deprecated; use EditPage::getCopyrightWarning
3896   instead.
3897 * EditPage::getCopyrightWarning() without passing a MessageLocalizer parameter
3898   has been deprecated.
3899 * Passing the $formCallback parameter to EditPage::showEditForm, deprecated in
3900   1.25 and previously emitting a warn notice, now emits a deprecation notice.
3901 * EditPage::$action has been deprecated.
3902 * The following properties in EditPage now emit deprecation notices when used
3903   from another class:
3904   - mArticle (use ::getArticle() instead)
3905   - mTitle (use ::getTitle() instead)
3906   - isNew (no replacement)
3907   - allowBlankArticle (no replacement)
3908   - selfRedirect (no replacement)
3909   - allowSelfRedirect (no replacement)
3910   - diff (no replacement)
3911   - textbox2 (no replacement)
3912   - undoAfter (no replacement)
3913   - edit (no replacement)
3914   - contentLength (no replacement)
3915 * The HTMLForm methods getPreText, setPreText, addPreText, getPostText,
3916   setPostText, addPostText, getHeaderText, setHeaderText, addHeaderText,
3917   getFooterText, setFooterText and addFooterText have been renamed to
3918   getPreHtml, setPreHtml, addPreHtml, getPostHtml, setPostHtml, addPostHtml,
3919   getHeaderHtml, setHeaderHtml, addHeaderHtml, getFooterHtml, setFooterHtml and
3920   addFooterHtml respectively.
3921 * The FormSpecialPage methods preText and postText have been renamed to preHtml
3922   and postHtml respectively.
3923 * Article::doDelete, deprecated in 1.37, now emits deprecation notices.
3924 * The following Less mediawiki.mixins have been deprecated:
3925   - .background-image()
3926   - .list-style-image()
3927 * Category::getPageCount now takes a parameter. Category::COUNT_ALL_MEMBERS
3928   return count of all members while Category::COUNT_CONTENT_PAGES return that
3929   of content pages. For the former behavior use Category::getMemberCount()
3930 * Using `new HTMLForm( … )` or `HTMLForm::factory( … )` without the $context
3931   parameter is now deprecated.
3932 * BagOStuff::incr() and BagOStuff::decr() are now deprecated.
3933 * Action::exists() and ActionFactory::actionExists() are deprecated, use
3934   (bool)ActionFactory::getAction().
3936 === Other changes in 1.38 ===
3937 * The following things were changed in the file deletion form:
3938    - The name and ID of the submit button are now `wpConfirmB`, not
3939       `mw-filedelete-submit`
3940    - The ID of the form is now `deleteconfirm`, not `mw-img-deleteconfirm`
3941    - The `mw-filedelete-editreasons` class was replaced with
3942      `mw-delete-editreasons`
3943   The goal of these changes is to make the HTML more similar to that of
3944   normal page deletion.
3945 * ParserOptions created with ::newFrom* or ::newCanonical are now identical.
3946 * MediaWiki initialization order have been changed to load vendor autoload
3947   earlier. This means that extensions that are installed via composer and
3948   execute code upon autoloading can not depend on any MediaWiki classes,
3949   constants or globals in that code.
3950 * The source of truth for configuration defaults is now the MainConfigSchema
3951   class. DefaultSettings.php still exists for backwards compatibility. A PHP
3952   file generated for optimized loading will be used in Setup.php to initialize
3953   configuration variables. Setup.php can be made to load DefaultSettings.php
3954   as before by setting MW_USE_LEGACY_DEFAULT_SETTINGS as  an environment
3955   variable (e.g. via SetEnv in htaccess) or a PHP constant (e.g. via
3956   auto_prepend_file in php.ini).
3958 == Compatibility ==
3959 MediaWiki 1.38 requires PHP 7.3.19 or later and the following PHP extensions:
3961 * ctype
3962 * dom
3963 * fileinfo
3964 * iconv
3965 * intl
3966 * json
3967 * mbstring
3968 * xml
3970 MySQL/MariaDB is the recommended DBMS. PostgreSQL or SQLite can also be used,
3971 but support for them is somewhat less mature.
3973 The supported versions are:
3975 * MySQL 5.5.8 or later
3976 * PostgreSQL 9.4 or later
3977 * SQLite 3.8.0 or later
3979 == Online documentation ==
3980 Documentation for both end-users and site administrators is available on
3981 MediaWiki.org, and is covered under the GNU Free Documentation License (except
3982 for pages that explicitly state that their contents are in the public domain):
3984        https://www.mediawiki.org/wiki/Special:MyLanguage/Documentation
3986 == Mailing list ==
3987 A mailing list is available for MediaWiki user support and discussion:
3989        https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
3991 A low-traffic announcements-only list is also available:
3993        https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce
3995 It's highly recommended that you sign up for one of these lists if you're
3996 going to run a public MediaWiki, so you can be notified of security fixes.
3998 == IRC help ==
3999 There's usually someone online in #mediawiki on irc.libera.chat.
4001 = MediaWiki 1.37 =
4003 == MediaWiki 1.37.6 ==
4005 This is a maintenance release of the MediaWiki 1.37 branch.
4007 === Changes since MediaWiki 1.37.5 ===
4008 * Fix missing use statement from backport of fix for T307278.
4010 == MediaWiki 1.37.5 ==
4012 This is a security and maintenance release of the MediaWiki 1.37 branch.
4014 === Changes since MediaWiki 1.37.4 ===
4015 * Localisation updates.
4016 * (T312519, T312520) Parser::extensionSubstitution() Don't run substr() on null.
4017 * (T287564) populateInterwiki: Include not null columns iw_api/iw_wikiid.
4018 * (T312302) SpecialRedirect: Don't pass null to explode.
4019 * RemoveInvalidEmails: Fix quoting for postgres.
4020 * (T312678) import: UploadSourceAdapter::stream_read() don't pass null to
4021   strlen().
4022 * (T312300) SpecialDiff: Don't pass null to explode().
4023 * (T312680) parser: Fix CoreParserFunctions::urlencode() null coalescence $arg.
4024 * (T289926) Handle null passed to wfShorthandToInteger() and Html::element().
4025 * (T289926) Ensure that strlen() does not get passed a (valid) null.
4026 * (T312301) SpecialDiff: Don't pass null to trim().
4027 * Hooks: Use more meaningful name for SkinAfterPortlet hook parameter.
4028 * (T289926) Ensure we don't pass null to mb_strlen.
4029 * (T312305, T311572, T311571, T311578) HTMLForm: Null coalescence in trim()
4030   calls.
4031 * (T289926) site: Consistently return null from Site::getDomain().
4032 * (T307304, T289879) filebackend,jobqueue: Add signature for
4033   FilterIterator::accept().
4034 * (T312183) rdbms: Adapt hasOrMadeRecentPrimaryChanges test mock for PHP 8.1.
4035 * Add application/vnd.ms-opentype to MIME list.
4036 * Allow composer/installers plugin in composer.json.
4037 * Change type hints for BatchRowIterator and NotRecursiveIterator for
4038   compatibility with PHP 8.1.
4039 * (T313663) [php8.1] Change override of $wgResourceBasePath for CSP tests.
4040 * (T313663) parser: Mock WikiPage::getContentModel in ParserCacheTest to fix
4041   php8.1.
4042 * (T313663) [php8.1] Make WikiImporterFactoryTest use better mock for
4043   ImportSource.
4044 * Fix tests so getName() doesn't return null.
4045 * (T313663) [php8] Don't use strlen on potentially null string.
4046 * (T313663) [php8.1] Suppress test warning about providing null.
4047 * (T313663) Parser will use current timestamp instead of null if passed a
4048   RevisionRecord that does not have a timestamp.
4049 * (T313663) Add explicit null check for $sha in FileBackend [php8.1].
4050 * (T313663) LogFormatter: Cast argument of ctype_digit to string [php8.1].
4051 * (T313663) Mock UserOptionsManager::getOption for php8.1.
4052 * (T289879, T289926) Get rid of warnings on PHP 8.1.
4053 * (T313663) Check for null return of preg_replace in MediaWikiTitleCodec.
4054 * (T313663) cast db name to string when checking if it is read only [php8.1].
4055 * (T313663) Avoid testing strlen on null in ApiQuerySiteinfo [php 8.1 compat].
4056 * Fix a couple deprecation warnings in the installer under PHP 8.1.
4057 * (T313663) Use default timezone UTC for SpecialWatchlistTest [php 8.1].
4058 * (T313663) Mock User::getTitleKey in SpecialPreferencesTest [php 8.1].
4059 * (T314096) Migrate use of ${var}-style string interpolation.
4060 * (T314099) preprocessor: Add missing field declarations.
4061 * (T313663, T313662) Make default value for optional args {{PAGESINCAT:..}} be
4062   '' not null.
4063 * (T314225) SpecialCategories: Null coalescene $par.
4064 * (T314099) User: Allow dynamic properties on PHP 8.2.
4065 * (T314397) SpecialBlock: Better handle null in getTargetUserTitle.
4066 * (T314099) phpunit: Fix trivial dynamic property usages in tests.
4067 * (T314405) UploadStash: Check if us_prop is set in the fileMetadata.
4068 * (T313663) Make ChangesListSpecialPageTest cast to string for php 8.1.
4069 * (T313663) Do not test giving a null fragment to Title::makeTitle.
4070 * (T314550) SpecialMergeHistory: Set timestamp to '' if no mergepoint.
4071 * (T314551) SpecialMergeHistory: Set defaults for target and dest parameters.
4072 * api: Add rel=nofollow to help examples.
4073 * (T307613) Validate length of user email on Special:ChangeEmail/
4074   Special:CreateAccount.
4075 * (T314226) LoginSignupSpecialPage: Check if $value is a string before length.
4076 * (T314824) tests: Update parser test after i18n change.
4077 * (T295958, T278847) MediaWiki-Docker: Switch PHP images to PHP7.4.
4078 * (T314906, T314907) SpecialBlock: Set defaults for wpPageRestrictions and
4079   wpNamespaceRestrictions.
4080 * (T315309) ImportStreamSource::newFromURL() Prevent passing null to fwrite.
4081 * (T315892) composer.json: Pin phpunit to 8.5.28.
4082 * (T313049) Bump wikimedia/parsoid to v0.14.2.
4083 * (T317750) session: Fix broken SessionTest case due to PHPUnit dependency
4084   change.
4085 * (T318079) SpecialEditTags: Set default value of wpTagsToRemove to empty array.
4086 * (T318460) SpecialChangeEmail: Set default for returntoquery.
4087 * (T318307) Update docs for HTMLFormField::validate() to permit all data types.
4088 * (T316304, CVE-2022-41767) SECURITY: reassignEdits doesn't update results
4089   in an IP range check on Special:Contributions.
4090 * (T309894, CVE-2022-41765) SECURITY: HTMLUserTextField exposes existence
4091   of hidden users.
4092 * (T307278, CVE-2022-41766) SECURITY: On action=rollback the message
4093   "alreadyrolled" can leak revision deleted user name.
4095 == MediaWiki 1.37.4 ==
4097 This is a maintenance release of the MediaWiki 1.37 branch.
4099 === Changes since MediaWiki 1.37.3 ===
4100 * Localisation updates.
4101 * (T311568) UploadBase::setTempFile() handle $tempPath being passed as null.
4102 * (T311559) SpecialListFiles: user parameter isn't always present.
4103 * (T311561) ImageListPager: Don't call htmlspecialchars() on null.
4104 * (T311920) SpecialBlockList: Prevent passing null to trim().
4105 * (T311921) SpecialUserrights: Don't pass null to str_replace.
4106 * (T311570) SpecialWithoutInterwiki: Don't pass null through to
4107   Title::capitalize().
4108 * (T311574, T311576) SpecialLinkSearch: Don't pass null through to the parser.
4109 * (T312059) Update guzzlehttp/guzzle to 7.4.5 in vendor.
4110 * (T296435, T297669) cache: Add four fields to LinkCache::getSelectFields.
4112 == MediaWiki 1.37.3 ==
4114 This is a security and maintenance release of the MediaWiki 1.37 branch.
4116 === Changes since MediaWiki 1.37.2 ===
4117 * Localisation updates.
4118 * (T289879) Type hints for ArrayAccess and JsonSerializable.
4119 * (T304783) TemplateParser: avoid warnings when called by NoLocalSettings.
4120 * Rebuilt vendor with composer 2.3.3.
4121 * Fix old_name in UserLogoutComplete hook.
4122 * (T289879) Address some deprecations for PHP 8.1.
4123 * (T193565) UserGroupManager: Fix dbDomain in addUserToGroup() deferred update.
4124 * (T309114) LocalFile::prerenderThumbnails: Limit the number of thumbnail jobs
4125   triggered.
4126 * (T307982) Updated wikimedia/parsoid from v0.14.0 to v0.14.1.
4127 * (T308471) SECURITY: Escape welcomeuser message passed to showSuccessPage().
4128 * (T308473) SECURITY: Escape contributions-title msg for use within page title.
4129 * (T311272) Call parent constructor of AddSite maintenance script first.
4130 * MediaWiki: Don't eagerly initialize action name.
4131 * Updated wikimedia/shellbox from v2.0.0 to v2.1.1.
4132 * (T311384, CVE-2022-27776) Updated guzzlehttp/guzzle from 7.2.0 to 7.4.5.
4133 * (T289926) Avoid passing null to trim() in SkinTemplate.
4134 * (T311473) rollbackEdits: Pass user identity to RollbackPage.
4135 * (T307282) Avoid passing null to strcasecmp(), for PHP 8.1.
4136 * (T311551) ShellboxClientFactory::getUrl(): Check if $this->key is null.
4137 * (T311552) ChangesListSpecialPage: Don't pass null to FormatJson::decode().
4138 * (T311569) FileBackend::isStoragePath() Handle being passed null.
4139 * (T311544) Pass int to ApiUsageException::newWithMessage()'s $httpCode param.
4140 * (T311678) SpecialEditWatchlist: Prevent passing null to strtolower().
4141 * (T281741) ChangeTags: Fix adding CSS classes for hidden tags.
4142 * (T296642) changetags: Fix management of a '0' tag.
4143 * (T311554) ChangeTags: Return early in formatSummaryRow() if $tags === null.
4144 * (T303033) Handle null in ChangeTags::modifyDisplayQuery.
4145 * Updated wikimedia/common-passwords from 0.3.0 to 0.4.0.
4147 == MediaWiki 1.37.2 ==
4149 This is a security and maintenance release of the MediaWiki 1.37 branch.
4151 === Changes since MediaWiki 1.37.1 ===
4152 * (T298261) Fix support for Composer 2.2.
4153 * (T298283) composer.json: Add wikimedia/composer-merge-plugin to allow-plugins.
4154 * Update doctrine/dbal (3.0.0 => 3.1.5).
4155 * (T296898) Add entry point name to disabled Session exception if possible.
4156 * (T298564) MemcachedClient: Add support for IPv6.
4157 * (T297543, CVE-2022-28202) SECURITY: properly escape output used within
4158   galleries and Special:RevisionDelete.
4159 * (T289956) WatchAction: Fix bug that prevents showing proper success
4160   message in the noscript fallback mode.
4161 * (T268847) Suppress deprecation warnings from libxml_disable_entity_loader().
4162 * (T283275) Fix PHP 8.0 failure of RefreshSecondaryDataUpdateTest.
4163 * (T283275) Fix PHP 8.0 failure of WikiExporterFactoryTest.
4164 * (T275673) objectcache: Avoid getCurrentTime() call in MapCacheLRU::has().
4165 * (T275673) objectcache: split up MapCacheLRU::getAge() to avoid conditional
4166   overhead.
4167 * Fix the json schema and the extension processor for Parsoid extension modules.
4168 * (T299696) update.php: Avoid passing null to substr.
4169 * (T195807, T256401) Fix signature of DatabasePostgres::buildGroupConcatField.
4170 * In PHP 8.1 don't throw exceptions from mysqli.
4171 * (T289926) SiteConfiguration: Don't pass null to str_replace().
4172 * (T264735) Fix deprecation warning from CURLPIPE_HTTP1.
4173 * (T260735) Stop using is_resource() where possible.
4174 * (T289879) Apply ReturnTypeWillChange to various implementations of built in
4175   interfaces.
4176 * (T299312) Implement __serialize/__unserialize for PHP 8.1 support.
4177 * ExtensionRegistry: Add process cache for lazy attributes.
4178 * (T301041) ApiPageSet: Add "missing": true to missing revisions.
4179 * Allow ParsoidModules extension schema to register services.
4180 * (T300462) SpecialUndelete: Do not show empty comments as deleted.
4181 * (T297708) Allow setting max execution time to several special pages.
4182 * (T205349) LinkCache: Try invalidating cache before throwing.
4183 * (T302540) composer.json: Add ext-calendar to require.
4184 * (T302540) composer.json: Add ext-simplexml to require-dev.
4185 * (T302540) composer.json: Add various PHP extensions to suggests.
4186 * Upgrading symfony/polyfill-php80 (v1.23.1 => v1.25.0).
4187 * (T304008) Don't re-check "Move subpages" on Special:MovePage after a warning.
4188 * (T293576) listFiles: Display file name instead of version.
4189 * (T303871) Fix @since of Title::getId().
4190 * (T303560) Installer: Check correct PCRE_CONFIG_NEWLINE value.
4191 * wrapOldPasswords: add \n to two output calls.
4192 * (T297571, CVE-2022-28201) Title::newMainPage() goes into an infinite recursion
4193   loop if it points to a local interwiki.
4194 * (T297731, CVE-2022-28203) Requesting Special:NewFiles on a wiki with many file
4195   uploads with actor as a condition can result in a DoS.
4196 * (T297754, CVE-2022-28204) Special:WhatLinksHere can result in a DoS when a
4197   page is used on a extremely large number of other pages.
4199 == MediaWiki 1.37.1 ==
4201 This is a security and maintenance release of the MediaWiki 1.37 branch.
4203 === Changes since MediaWiki 1.37.0 ===
4204 * (T296112) Allow inserting new sections named '0'.
4205 * Fix path for ZhConversion.php.
4206 * nukeNS: don't run purgeRedundantText() after every change.
4207 * (T286779, T297031) installer: Fix Postgres mistakes in using changeField
4208   method.
4209 * (T225888) RollbackAction: fix missing pagetitle.
4210 * (T297322, CVE-2021-44858, CVE-2021-44857) SECURITY: Fix permissions checks in
4211   undo actions.
4212 * (T297574, CVE-2021-45038) SECURITY: Fix permissions check in action=rollback.
4213 * (T34716, T297416) SECURITY: Require 'read' right for most actions.
4214 * (T271037, CVE-2021-44856) SECURITY: Fix use of EditFilterMergedContent hook
4215   when changing content model.
4217 == MediaWiki 1.37.0 ==
4219 === Changes since MediaWiki 1.37.0-rc.2 ===
4220 * Remove justinrainbow/json-schema from vendor.
4221 * Updated pear/mail_mime from 1.10.9 to 1.10.11.
4222 * Update deprecated Guzzle Psr7 function calls.
4223 * (T281972) UserIdentityValue: Correct @since tags.
4224 * Updated wikimedia/parsoid from v0.14.0-a19 to v0.14.0.
4225 * Localisation updates.
4226 * Tweak error message for missing composer dependencies.
4228 == MediaWiki 1.37.0-rc.2 ==
4230 === Changes since MediaWiki 1.37.0-rc.1 ===
4231 * (T295173) Re-add wikimedia/normalized-exception to vendor.
4232 * Remove wikimedia/testing-access-wrapper, psr/simple-cache, psr/http-factory
4233   from vendor.
4234 * (T295191) ApiQuerySiteinfo: Fix "rightsinfo"/"url" when $wgRightsPage is set.
4235 * (T212428) Allow populateContentTables to continue when there are bad blobs.
4237 == MediaWiki 1.37.0-rc.1 ==
4239 === Changes since MediaWiki 1.37.0-rc.0 ===
4240 * (T294043) checkStorage: pass no parameters to WikiRevision::getContent().
4241 * (T292763, CVE-2021-44854) SECURITY: Do not cache private wiki completion
4242   results.
4243 * (T293783) ApiQueryImageInfo: don't show empty comments as deleted.
4244 * (T294316) Revert "Mark ApiClientLogin/ApiLogin as requiring write mode".
4245 * (T294796) JobQueueRedis: Replace deprecated zSize with zCard.
4246 * Remove duplicate settings from DefaultSettings.
4247 * (T278037) NoLocalSettings: Pass an EmptyBagOStuff to TemplateParser.
4249 == MediaWiki 1.37.0-rc.0 ==
4251 == Upgrading notes for 1.37 ==
4252 Don't forget to always back up your database before upgrading!
4254 See the file UPGRADE for more detailed per-version upgrade instructions from the
4255 oldest supported upgrading version, MediaWiki 1.27.
4257 Some specific notes for MediaWiki 1.37 upgrades are below:
4258 * (T280806) Deprecated methods of fetching API tokens have been removed. This
4259   may cause older bots and scripts to fail. Most queries are trivially
4260   updateable to using new methods. See the Action API changes section below
4261   for more information.
4263 For notes on 1.36.x and older releases, see HISTORY.
4265 === Configuration changes for system administrators in 1.37 ===
4266 * (T242768) The PasswordCannotMatchUsername password policy has been removed,
4267   please use PasswordCannotBeSubstringInUsername instead. If you have not
4268   customised your password policies, there will be nothing to do here.
4270 ==== New configuration ====
4271 * $wgBrowserFormatDetection - This setting allows the enabling or disabling
4272   of automatic detection of possible phone numbers in a webpage in iOS Safari.
4273 * $wgParserEnableLegacyMediaDOM - This setting defaults to true, and enables
4274   the legacy media HTML structure in the output from the Parser.  The
4275   alternative modern HTML structure for media is described at
4276   https://www.mediawiki.org/wiki/Parsing/Media_structure
4277   In a future release of MediaWiki this option will default to false,
4278   so it's a good idea to test this setting on your wiki early and report
4279   any issues.
4281 ==== Changed configuration ====
4282 * $wgContentHandlerTextFallback - This migration setting, which defines how to
4283   react if a plain text version of a non-text Content object is requested using
4284   ContentHandler::getContentText(), is deprecated.
4285 * $wgActions – This setting lets sysadmins over-ride which actions can be used.
4286   It has been re-worked to support injecting dependencies into Action sub-
4287   classes as part of wider work on dependency injection. Previously, $wgActions
4288   was an array where the keys were the names of actions, and the values had the
4289   following impacts (for a given key 'Foo'):
4290   - `true`: use the class 'FooAction' unless for a specific page
4291     WikiPage::getActionOverrides() wants to override that action
4292   - a string: use the class with that name, and do not allow over-riding on a
4293     per-page basis
4294   - `false`: the action is disabled
4295   - a callable: use the Action instance returned by invoking that callback, and
4296     do not allow overriding on a per-page basis
4297   - an object: use that specific Action instance, and do not allow overr-iding
4298     on a per-page basis.
4299   As part of T253078, values can now be arrays that are not callables, which are
4300   treated as ObjectFactory specs, allowing for services to be injected.
4301   Additionally, the distinction between values that allow per-page overrides and
4302   those that do not was removed - all actions can now be overridden on a per-
4303   page basis using WikiPage::getActionOverrides().
4304 * $wgShellboxUrl – This setting, new in 1.36 to configure the novel Shellbox
4305   encapsulation system, is now deprecated; use $wgShellboxUrls as a mapping of
4306   service => URL instead.
4307 * $wgIncludejQueryMigrate – This setting, introduced in 1.29 to on whether to
4308   provide a migration layer for jQuery, has now switched its default value from
4309   true to false. This may break gadgets that depended on methods that were
4310   removed in jQuery 3 in 2017. See T280944 for more information.
4311 * A number of settings have been renamed. The former configuration variable
4312   names are deprecated, but will be used as the fall back if they are still set,
4313   and remain temporarily available for extensions which might try to read them:
4314   - $wgFileBlacklist is now $wgProhibitedFileExtensions
4315   - $wgMimeTypeBlacklist is now $wgMimeTypeExclusions
4316   - $wgEnableUserEmailBlacklist is now $wgEnableUserEmailMuteList
4317   - $wgShortPagesNamespaceBlacklist is now $wgShortPagesNamespaceExclusions
4318 * $wgMimeTypeExclusions - As well as being renamed, this configuration array now
4319   also prohibits the RFC 4329 form of JavaScript, 'application/javascript', as
4320   well as previous MIME types.
4321 * $wgFragmentMode - This setting, which determines the encoding of section IDs,
4322   has now switched its default value from legacy-first to html5-first: both the
4323   HTML5 anchor and the legacy percent-encoding-style anchor will still be
4324   generated for section titles, but references to them will use the HTML5
4325   version, resulting in human-readable fragments.
4327 ==== Removed configuration ====
4328 * $wgLegacyJavaScriptGlobals, deprecated in 1.36.
4329 * (T274695) $wgAjaxEditStash, deprecated in 1.36.
4330 * $wgShowDBErrorBacktrace, deprecated and non-functional since 1.32.
4331 * $wgShowSQLErrors, deprecated and non-functional since 1.32.
4332 * $wgLangObjCacheSize, without deprecation; the LanguageFactory service now
4333   always retains at most 10 objects in its LRU-cache.
4334 * $wgDjvuToXML, without deprecation; the tool it enables is obsolete and
4335   abandoned upstream. Use $wgDjvuDump to use that tool instead.
4337 === New user-facing features in 1.37 ===
4338 * (T161934) MediaWiki now supports JPEG2000 files, to a limited extent.
4340 === External library changes in 1.37 ===
4342 ==== New external libraries ====
4343 * Added symfony/polyfill-php80 1.23.1.
4344 * Added whatwg-fetch 3.6.2.
4345 * Added wikimedia/normalized-exception 1.0.1.
4347 ==== Changed external libraries ====
4348 * Updated OOjs from v5.0.0 to v6.0.0
4349 * Updated OOjs-Router from v0.2.0 to v0.3.0
4350 * Updated OOUI from v0.41.3 to v0.42.0
4351 * Updated WVUI from v0.1.0 to v0.3.0
4352 * Updated cssjanus/cssjanus from v1.3.0 to v2.1.0.
4353 * Updated pear/mail_mime from 1.10.9 to 1.10.11.
4354 * Updated psr/container from v1.0.0 to v1.1.1.
4355 * Updated wikimedia/minify from v2.2.2 to v2.2.4.
4356 * Updated wikimedia/object-factory from v3.0.0 to v3.0.2.
4357 * Updated wikimedia/parsoid from v0.13.1 to v0.14.1.
4358 * Updated wikimedia/relpath from v2.1.1 to v3.0.0.
4359 * Updated wikimedia/remex-html from v2.3.1 to v2.3.2.
4360 * Updated wikimedia/shellbox from v1.0.4 to v2.1.1.
4361 * Updated wikimedia/wait-condition-loop from v2.0.1 to v2.0.2.
4362 * Updated zordius/lightncandy from v1.2.5 to v1.2.6.
4363 * Updated guzzlehttp/guzzle from 7.2.0 to 7.4.5.
4364 * Updated wikimedia/common-passwords from 0.3.0 to 0.4.0.
4366 ===== Changed development-only external libraries =====
4367 * Updated qunit from 2.10.0 to 2.16.0.
4369 ==== Removed external libraries ====
4370 * The pimple/pimple development-only library has been removed.
4372 === Action API changes in 1.37 ===
4373 * (T280806) The API methods for fetching tokens which were deprecated in
4374   MediaWiki 1.24 have been removed. action=query&meta=tokens&type= should be
4375   used instead. Please note some token types no longer exist, and you should
4376   just use type=csrf for those instead.
4377   - action=query&prop=info&intoken ->
4378       action=query&meta=tokens&type=csrf
4379   - action=tokens&type= ->
4380       action=query&meta=tokens&type=
4381   - action=query&list=recentchanges&rctoken ->
4382       action=query&meta=tokens&type=csrf
4383   - action=query&prop=revisions&rvtoken=rollback ->
4384       action=query&meta=tokens&type=rollback
4385   - action=query&meta=userinfo&uiprop=preferencestoken ->
4386       action=query&meta=tokens&type=csrf
4387   - action=query&list=users&ustoken=userrights ->
4388       action=query&meta=tokens&type=userrights
4390 === Languages updated in 1.37 ===
4391 MediaWiki supports over 350 languages. Many localisations are updated regularly.
4392 Below only new and removed languages are listed, as well as changes to languages
4393 because of Phabricator reports.
4395 * (T280435) LRM and RLM characters were removed from names of languages with
4396   parentheses in Names.php
4397 * (T283422) Add namespace name translations and change the autonym of
4398   the Kinyarwanda language to "Ikinyarwanda".
4399 * (T283423) Change the autonym of the Lombard language from "lumbaart"
4400   to "lombard".
4401 * (T279619) Added language support for Dagbani (dag).
4402 * (T282085) Added language support for Malay in Arabic (Jawi) script (ms-arab).
4403 * (T283053) Added language support for Ojibwe (ojb).
4404 * (T283480) Added language support for Wallisian (wls, Fakaʻuvea).
4405 * (T284002) Added language support for Paiwan (pwn).
4406 * (T284044) Added language support for Carpathian Romani (rmc).
4407 * (T286460) Added language support for Gun (guw, Gungbe).
4408 * (T287345) Added language support for Baoulé (bci).
4409 * (T290126) Added language support for Kildin Sami (sjd).
4410 * (T290408) Added language support for Pite Sami (sje).
4411 * (T25216) Started the renaming of the language code for Norman from nrm to
4412   nrf.
4414 === Breaking changes in 1.37 ===
4415 * The Revision class, emitting deprecation warnings since 1.35, was removed
4416   entirely. As part of this, the following hooks that included a Revision object
4417   were removed:
4418     - ArticleRevisionUndeleted - use RevisionUndeleted
4419     - ArticleRollbackComplete - use RollbackComplete
4420     - DiffRevisionTools - use DiffTools
4421     - DiffViewHeader - use DifferenceEngineViewHeader
4422     - HistoryRevisionTools - use HistoryTools
4423     - NewRevisionFromEditComplete - use RevisionFromEditComplete
4424     - PageContentInsertComplete - use PageSaveComplete
4425     - PageContentSaveComplete - use PageSaveComplete
4426     - ParserFetchTemplate - use BeforeParserFetchTemplateRevisionRecord
4427     - RevisionInsertComplete - use RevisionRecordInserted
4428     - TitleMoveComplete - use PageMoveComplete
4429     - TitleMoveCompleting - use PageMoveCompleting
4430     - UndeleteShowRevision - no replacement
4431     - UserRetrieveNewTalks - no replacement
4432   … the following methods and variables have been removed:
4433     - Article::$mRevision
4434     - Article::getRevisionFetched()
4435     - ContribsPager::tryToCreateValidRevision()
4436     - EditPage::$mBaseRevision
4437     - EditPage::getBaseRevision()
4438     - LinksUpdate::getRevision()
4439     - LinksUpdate::setRevision()
4440     - PageArchive::getArchivedRevision()
4441     - PageArchive::getPreviousRevision()
4442     - PageArchive::getRevision()
4443     - Parser::$mRevisionObject
4444     - Parser::fetchCurrentRevisionOfTitle()
4445     - Parser::getRevisionObject()
4446     - Parser::statelessFetchRevision()
4447     - ParserOptions::getCurrentRevisionCallback()
4448     - ParserOptions::setCurrentRevisionCallback()
4449     - Title::countAuthorsBetween()
4450     - Title::getFirstRevision()
4451     - User::getNewMessageLinks()
4452     - User::getNewMessageRevisionId()
4453     - User::setNewtalk()
4454     - WikiPage::getOldestRevision()
4455     - WikiPage::getRevision()
4456     - WikiPage::getUndoContent()
4457     - WikiPage::updateIfNewerOn()
4458   … and the following methods no longer accept Revision objects as parameters:
4459     - CategoryMembershipChange::__construct()
4460     - ContentHandler::getUndoContent()
4461     - DerivedPageDataUpdater::prepareUpdate()
4462     - DifferenceEngine::getRevisionHeader()
4463     - Linker::buildRollbackLink()
4464     - Linker::generateRollback()
4465     - Linker::getRevDeleteLink()
4466     - Linker::getRollbackEditCount()
4467     - Linker::revComment()
4468     - Linker::revUserLink()
4469     - Linker::revUserTools()
4470     - WikiPage::doDeleteUpdates()
4471     - WikiPage::doEditUpdates()
4472     - WikiPage::hasDifferencesOutsideMainSlot()
4473     - WikiPage::onArticleEdit()
4474     - WikiPage::prepareContentForEdit()
4475     - WikiPage::updateRevisionOn()
4476   The following methods return arrays that formerly included a 'revision'
4477   key that would emit deprecation warnings when accessed and return a
4478   Revision object. The Revision object has been removed from the arrays,
4479   and the 'revision-record' key should be used to get the relevant
4480   RevisionRecord instead:
4481     - PageUpdater::doCreate()
4482     - PageUpdater::doModify()
4483     - Parser::statelessFetchTemplate()
4484     - WikiPage::doEditContent()
4485   Finally, the ParserOptions `templateCallback` option is a callback that is
4486   called in Parser::fetchTemplateAndTitle() and should return an array - the
4487   'revision' key to that array used to be a Revision object and was used if
4488   no 'revision-record' was returned - is now ignored.
4489 * Previously, the classes RevisionTestModifyableContent and
4490   RevisionTestModifyableContentHandler were loaded for use in tests, but were
4491   only used within the tests for the since-removed Revision class. This content
4492   and content handler class were removed without deprecation.
4493 * WANObjectCache::HOLDOFF_NONE, deprecated since 1.35, was removed. Use
4494   WANObjectCache::HOLDOFF_TTL_NONE instead.
4495 * Calling ResourceLoader::makeVersionQuery() without $modules parameter,
4496   deprecated since MediaWiki 1.34, is no longer supported.
4497 * LocalFile::recordUpload2(), deprecated since 1.35, was removed.
4498 * The following methods and fields in the Language class, deprecated since 1.35,
4499   have been removed:
4500    - ::classFromCode()
4501    - ::clearCaches()
4502    - ::convertTitle()
4503    - ::findVariantLink()
4504    - ::$mConverter
4505    - ::updateConversionTable()
4506 * The following methods in the Parser class have been removed after having been
4507   deprecated in 1.35:
4508    - fetchTemplate()
4509    - Title()
4510 * (T273354) When an edit is prevented by an 'EditFilterMergedContent' hook
4511   handler without changing the status, the edit form will now be displayed.
4512 * User::clearNotification() which had been deprecated in 1.35 has been removed.
4513   Use WatchlistManager::clearTitleUserNotification() instead.
4514 * User::getNewtalk() which had been deprecated in 1.35 has been removed. Use
4515   TalkPageNotificationManager::userHasNewMessages() instead.
4516 * The Autopromote class, deprecated since 1.35, was removed. Use
4517   UserGroupManager instead.
4518 * The CachedAction, SpecialCachedPage, CacheHelper, and ICacheHelper classes,
4519   all emitting deprecation warnings since 1.36, have been removed.
4520 * The hooks BeforeHttpsRedirect, CanIPUseHTTPS and UserRequiresHTTPS, deprecated
4521   in 1.35, were removed.
4522 * The TitleArrayFromResult hook, deprecated in 1.36, was removed.
4523 * The deprecated "es6-promise" alias ResourceLoader module has been removed. Use
4524   the "es6-polyfills" module directly intead.
4525 * The deprecated "mediawiki.legacy.protect" ResourceLoader module, deprecated
4526   since 1.36, has been removed. Use "mediawiki.action.protect" instead.
4527 * The JavaScript alias $j for references to jQuery, deprecated since 1.23, has
4528   been removed. Use $ instead.
4529 * The AuthenticationProvider interface and the SessionProvider class no longer
4530   extend the PSR LoggerAwareInterface concept, so they can't be typehinted as
4531   LoggerAwareInterface.
4532 * User::getGrantName(), emitting deprecation warnings since 1.36, has been
4533   removed. Use MWGrants::grantName() instead.
4534 * The following ApiBase methods, deprecated since 1.35, have been removed:
4535   - ApiBase::explodeMultiValue
4536   - ApiBase::parseMultiValue
4537   - ApiBase::validateLimit
4538   - ApiBase::validateTimestamp
4539 * The User::idCacheByName() public static field was removed without deprecation.
4540   Instead of using it, get a UserIdentity by name from the UserIdentityLookup
4541   service.
4542 * IDatabase::upsert() and IDatabase::replace() now only accept a single unique
4543   key. Previously, a warning was issued if there were multiple unique keys
4544   provided.
4545 * The MediaWiki:Autoblock_whitelist block exemption control was moved in 1.36 to
4546   MediaWiki:Block-autoblock-exemptionlist. The backward-compatibility of reading
4547   the old MediaWiki:Autoblock_whitelist page has now been dropped.
4548 * The following overridable methods in File hierarchy have changed signatures:
4549   - File::deleteFile() - now accepts UserIdentity instead of User
4550   - File::getDescription() - now accepts Authority instead of User
4551   - File::userCan() - now accepts Authority instead of User
4552   - LocalFile::deleteOldFile() - now accepts UserIdentity instead of User
4553 * The following global methods, each deprecated since 1.36, have been removed:
4554   - wfAppendToArrayIfNotDefault()
4555   - wfAcceptToPrefs()
4556   - wfConfiguredReadOnlyReason()
4557   - wfDebugMem()
4558   - wfGetPrecompiledData()
4559   - wfNegotiateType()
4560 * The following deprecated methods of the Title class have been removed:
4561   - ::nameOf(), deprecated in 1.36
4562   - ::getPreviousRevisionID(), deprecated in 1.34
4563   - ::getNextRevisionID(), deprecated in 1.34
4564   - ::getEarliestRevTime(), deprecated in 1.35
4565 * UploadBase::stashFile(), deprecated since 1.28, was removed.
4566 * wfGetRusage(), deprecated since 1.35, has been removed.
4567 * The following CLI options were removed from tests/phpunit.php:
4568     - use-filebackend
4569     - use-jobqueue
4570     - use-bagostuff
4571   The following options (inherited from Maintenance) were also removed:
4572     - conf
4573     - dbuser
4574     - dbpass
4575     - dbdefaultgroup
4576     - globals
4577     - memory-limit
4578     - profiler
4579     - server
4580   The following options were changed to environment variables:
4581     - wiki => PHPUNIT_WIKI
4582     - use-normal-tables => PHPUNIT_USE_NORMAL_TABLES
4583     - use-filebackend => PHPUNIT_USE_FILEBACKEND
4584     - use-bagostuff => PHPUNIT_USE_BAGOSTUFF
4585     - use-jobqueue => PHPUNIT_USE_JOBQUEUE
4586   This is so that we can use the default PHPUnit entry point (T90875).
4587 * The PHPUNIT_REUSE_DB / --reuse-db option was removed from the phpunit.php
4588   runner. It had been broken for at least three years already. The original use
4589   case was speeding up tests on Oracle, but Oracle support was dropped several
4590   releases ago.
4591 * The MediaWikiPHPUnitTest__endTestHook and MediaWikiPHPUnitTest__startTestHook
4592   PHPUnit hooks were removed. MediaWikiHooksPHPUnitExtension was also removed.
4593 * EntryPoint::getTextFormatters() was made private without a deprecation period;
4594   it had no known external callers.
4595 * DatabaseBlock::chooseBlock(), deprecated since 1.35, was removed.
4596 * SpecialPageFactory::getRestrictedPages(), deprecated since 1.36, was removed.
4597 * SpecialBlock::validateTarget(), deprecated since 1.36, was removed.
4598 * The PatchFileLocation trait was removed without deprecation.
4599 * ActorMigrationBase::getExistingActorId() and ::getNewActorId(), emitting
4600   deprecation warnings since 1.36, were removed.
4601 * Hook handlers implementing the MediaWikiServicesHook hook are now prohibited
4602   from having services injected. This is because by definition, this hook runs
4603   before the service container is fully initialized.
4604 * The protected property LocalFile::$metadata was removed without deprecation.
4605 * WatchedItem::getUser(), emitting deprecation warnings since 1.36, has been
4606   removed.
4607 * AuthManager::singleton(), emitting deprecation warnings since 1.36, has been
4608   removed.
4609 * The AugmentPageProps class was removed without deprecation. It had no known
4610   uses.
4611 * Html::infobox(), deprecated since 1.36, was removed.
4612 * ParserOptions::__construct() now requires that the first parameter is a
4613   UserIdentity object - passing `null` used to fallback to the global
4614   $wgUser but was deprecated since 1.36.
4615 * ParserOptions::newCanonical() no longer supports the first parameter being
4616   null (or omitted entirely), which would fallback to the global $wgUser but
4617   was deprecated since 1.35.
4618 * The SkinTemplatePreventOtherActiveTabs hook, deprecated in 1.35, was removed
4619   entirely.
4620 * The SkinTemplateTabAction hook, deprecated in 1.35, was removed entirely.
4621 * The SkinTemplateBuildNavUrlsNav_urlsAfterPermalink hook, deprecated in 1.35,
4622   was removed entirely.
4623 * The SkinTemplateToolboxEndHook, deprecated in 1.35, was removed entirely.
4624 * The following methods of RevisionStore class, formerly emitting deprecation
4625   warnings, were removed:
4626   - ::newMutableRevisionFromArray()
4627   - ::loadRevisionFromPageId()
4628   - ::loadRevisionFromTitle()
4629   - ::loadRevisionFromTimestamp()
4630   - ::listRevisionSizes()
4631 * LogEntry::getPerformer(), deprecated since 1.36, was removed along with
4632   methods in sub-classes: DatabaseLogEntry, ManualLogEntry, RCDatabaseLogEntry.
4633 * Skin::getRelevantUser() now returns an instance of UserIdentity, and not
4634   necessarily a User object. There is no known usages in MediaWiki ecosystem
4635   that were not satisfied with UserIdentity.
4636 * Direct construction of MergeHistory class, deprecated since 1.35, is no longer
4637   supported. Use MergeHistoryFactory instead. MergeHistory::checkPermissions,
4638   deprecated since 1.36, was removed.
4639 * Skin::generateDebugHTML(), deprecated since 1.35, was removed. Call
4640   MWDebug::getHTMLDebugLog() directly.
4641 * The ApiTestCase class no longer interacts with the global $wgUser.
4642   Previously, the global variable was set at the start of each test, and in
4643   ApiTestCase::doApiRequest() if a performer was specified $wgUser was
4644   updated to match, and if no performer was specified $wgUser was used
4645   instead. Now, $wgUser is not updated, and if no performer is specified
4646   the reusable TestUser object for the sysop is relied on. Extensions
4647   or skins that rely on the global $wgUser variable (which has been
4648   deprecated since 1.35) should instead retrieve the acting user from the
4649   relevant context source.
4650 * SkinTemplate::makeArticleUrlDetails(), deprecated since 1.35, was removed.
4651 * Skin::makeNSUrl(), deprecated since 1.35, was removed.
4652 * Skin::getRevisionId(), deprecated since 1.34, was removed. Use
4653   OutputPage::getRevisionId() instead.
4654 * Skin::isRevisionCurrent(), deprecated since 1.34, was removed. Use
4655   OutputPage::isRevisionCurrent() instead.
4656 * AbstractBlock::parseTarget(), deprecated since 1.36, was removed.
4657 * The ArticleEditUpdates hook, deprecated since 1.35, was removed.
4658 * The `@stable to extend` class CentralIdLookup has following changes:
4659   - The protected ::checkAudience() method now returns an Authority instead of a
4660     User instance.
4661   - A number of its `@stable to override` methods now accept an Authority
4662     instead of a User instance as the $audience parameter.
4663   - A number of methods now accept a UserIdentity instead of their User
4664     parameter.
4665   - The ::localUserFromCentralId() method now returns UserIdentity and not
4666     necessarily a User object.
4667   All extensions that extend this class or use this method were updated to be
4668   ready to the new behavior.
4669 * WatchedItemStoreInterface::enqueueWatchlistExpiryJob(), deprecated since 1.36,
4670   was removed.
4671 * ResultWrapper is now abstract. It cannot be directly constructed (T286694).
4672 * The SecondaryDataUpdates hook, deprecated in 1.32, was removed entirely.
4673 * Content::getDeletionUpdates(), was removed. Use
4674   ContentHandler::getDeletionUpdates() instead.
4675 * Content::getSecondaryDataUpdates(), was removed. Use
4676   ContentHandler::getSecondaryDataUpdates() instead.
4677 * wfDiff(), deprecated since 1.25, has been removed.
4678 * Language::$mLangObjCache, deprecated since 1.35, was removed.
4679 * Language::$transformData, deprecated since 1.35, was removed.
4680 * Language::transformUsingPairFile() was marked @internal. Its deprecated
4681   parameters are no longer supported.
4682 * SpecialMute::getTarget(), unused outside of the SpecialMute class, was
4683   made private.
4684 * The Skin::setupSkinUserCss() method, deprecated in 1.32, was removed. Please
4685   use skin registration instead.
4686 * The ResourceLoaderSkinModule `legacy`, `content` and `content-thumbnails`
4687   features were deprecated. Skins should instead select from the features
4688   listed on [[mw:Manual:ResourceLoaderSkinModule]].
4689 * ParserCache::getKey() and ::getEtag(), deprecated since 1.36, were removed.
4690 * The BaseTemplateToolbox hook, deprecated since 1.35, was removed.
4691 * Previously a capitalize-all-nouns class was added to the body element of
4692   languages where nouns must be capitalized. This class is no longer added to
4693   the body tag and must be provided by skins.
4694 * The SkinTemplateOutputPageBeforeExec hook, deprecated since 1.35, was removed.
4695 * Calling Message::toString() without a parameter, which triggered deprecation
4696   warnings since 1.36, is no longer supported. You can instead use the explicit
4697   formatting methods directly, such as Message::text() and Message::escaped().
4698 * Article::getContentObject(), deprecated since 1.32, was removed.
4699 * Article::delete(), Article::confirmDelete() and ImagePage::delete() were
4700   removed. The logic responsible for building the form is being
4701   moved to DeleteAction, while the actual deletion logic will be moved to a
4702   separate service.
4703 * WikiImporter::debugRevisionHandler(), unused and for debug only, was removed.
4704 * Content::preloadTransform() now emits deprecation warnings. Instead, please
4705   use ContentTransformer::preloadTransform(). Extensions defining a content
4706   model should override ContentHandler::preloadTransform().
4707 * Content::preSaveTransform() now emits deprecation warnings. Instead, please
4708   use ContentTransformer::preSaveTransform() instead. Extensions defining
4709   a content model should override ContentHandler::preSaveTransform().
4710 * Constructing WikiPage objects from Title instances that cannot exist, emitting
4711   deprecation warnings since 1.36, now throws an exception. Additionally,
4712   WikiPage now implements ProperPageIdentity, rather than just PageIdentity.
4713 * The Skin::bottomScripts() method is deprecated. Please instead use
4714   OutputPage::getBottomScripts().
4715 * LinksUpdate::getTriggeringUser() now returns ?UserIdentity instead of ?User.
4716 * The LESS mixin `.box-shadow()` (from mediawiki.mixins.less), deprecated since
4717   1.36, was removed. Use CSS property `box-shadow` unprefixed for all basic
4718   supported browsers instead.
4719 * The LESS mixin `.flex()` now no longer tries to support the 2009 version of
4720   the Flexbox specification; support for the 2012 and modern standard versions
4721   remains unchanged.
4722 * The StorageAwareness::ATTR_SYNCWRITES, StorageAwareness::QOS_SYNCWRITES_*,
4723   StorageAwareness::ATTR_LOCALITY, and StorageAwareness::QOS_LOCALITY_*
4724   constants were removed.
4726 === Deprecations in 1.37 ===
4727 * JobQueue::getWiki(), deprecated in 1.33, now emits deprecation warnings.
4728 * AbstractBlock::getTargetAndType() and ::getTarget() now emit deprecation
4729   warnings. Use ::getTargetName() and ::getTargetUserIdentity() together with
4730   ::getType().
4731 * Passing a UserIdentity to WatchlistManager::clearAllUserNotifications() and
4732   WatchlistManager::clearTitleUserNotifications() is now deprecated. Pass an
4733   Authority instead.
4734 * Passing LinkTarget to WatchlistManager::clearTitleUserNotifications() and
4735   WatchlistManager::getTitleNotificationTimestamp(). Pass PageIdentity instead.
4736 * The User class methods ::isWatched(), ::isTempWatched(), ::removeWatch(), and
4737   ::addWatch() have been deprecated. Use corresponding methods in
4738   WatchlistManager instead.
4739 * Multiple WatchAction methods have been deprecated in lieu of WatchlistManager:
4740    - ::doWatchOrUnwatch() use WatchlistManager::setWatch()
4741    - ::doWatch() -> WatchlistManager::addWatch()
4742    - ::doUnwatch() -> WatchlistManager::removeWatch()
4743 * WatchAction::getWatchToken() now emits deprecation warnings. Instead use
4744   CsrfTokenSet::getToken().
4745 * Action::getHookContainer() has been marked as internal. Actions that require
4746   access to a hook container should have one injected instead.
4747 * The ::getTitle() and ::setTitle() methods in Parser have been deprecated.
4748   Use ::getPage() and ::setPage() instead.
4749 * Title::isWatchable() has been deprecated. Use WatchlistManager::isWatchable()
4750   instead.
4751 * Methods and classes related to the primary database, previously referred to as
4752   'master', have been deprecated, with the new ones replacing them as follows:
4753   - The DBMasterPos and MySQLMasterPos classes have been respectively renamed to
4754     DBPrimaryPos and MySQLPrimaryPos.
4755   - LocalRepo::getMasterDB() -> ::getPrimaryDB()
4756   - ForeignDBRepo::getMasterDB() -> ::getPrimaryDB()
4757   - JobQueueDB::getMasterDB() -> ::getPrimaryDB()
4758   - ForeignDBViaLBRepo::getMasterDB() -> ::getPrimaryDB()
4759   - DBFileJournal::getMasterDB() -> ::getPrimaryDB()
4760   - ILoadBalancer::getMasterPos() -> ::getPrimaryPos()
4761   - IDatabase::getMasterPos() -> ::getPrimaryPos()
4762   - ILoadBalancer::finalizeMasterChanges() -> ::finalizePrimaryChanges()
4763   - ILoadBalancer::approveMasterChanges() -> ::approvePrimaryChanges()
4764   - ILoadBalancer::beginMasterChanges() -> ::beginPrimaryChanges()
4765   - ILBFactory::beginMasterChanges() -> ::beginPrimaryChanges()
4766   - ILoadBalancer::commitMasterChanges() -> ::commitPrimaryChanges()
4767   - ILBFactory::commitMasterChanges() -> ::commitPrimaryChanges()
4768   - IDatabase::getTopologyRootMaster() -> ::getTopologyRootPrimary()
4769   - IDatabase::masterPosWait() -> ::primaryPosWait()
4770   - ILoadBalancer::runMasterTransactionIdleCallbacks() ->
4771       ::runPrimaryTransactionIdleCallbacks()
4772   - ILoadBalancer::runMasterTransactionListenerCallbacks() ->
4773       ::runPrimaryTransactionListenerCallbacks()
4774   - ILoadBalancer::rollbackMasterChanges() -> ::rollbackPrimaryChanges()
4775   - ILBFactory::rollbackMasterChanges() -> ::rollbackPrimaryChanges()
4776   - ILoadBalancer::flushMasterSnapshots() -> ::flushPrimarySnapshots()
4777   - ILoadBalancer::hasMasterConnection() -> ::hasPrimaryConnection()
4778   - ILoadBalancer::hasMasterChanges() -> ::hasPrimaryChanges()
4779   - ILBFactory::hasMasterChanges() -> ::hasPrimaryChanges()
4780   - ILoadBalancer::lastMasterChangeTimestamp() -> ::lastPrimaryChangeTimestamp()
4781   - ILoadBalancer::hasOrMadeRecentMasterChanges() ->
4782       ::hasOrMadeRecentPrimaryChanges()
4783   - ILBFactory::hasOrMadeRecentMasterChanges() ->
4784       ::hasOrMadeRecentPrimaryChanges()
4785   - ILoadBalancer::pendingMasterChangeCallers() ->
4786       ::pendingPrimaryChangeCallers()
4787   - ILoadBalancer::forEachOpenMasterConnection() ->
4788       ::forEachOpenPrimaryConnection()
4789   - ILoadBalancer::waitForMasterPos() -> ::waitForPrimaryPos()
4790   - Database::assertIsWritableMaster() -> ::assertIsWritablePrimary()
4791   - RevDelList::reloadFromMaster() -> ::reloadFromPrimary()
4792   - ExternalStoreDB::getMaster() -> ::getPrimary()
4793   - DatabaseMysqlBase::getMasterServerInfo() -> ::getPrimaryServerInfo()
4794   - MWExceptionHandler::rollbackMasterChangesAndLog() ->
4795       ::rollbackPrimaryChangesAndLog()
4796 * wfGetLB(), deprecated since 1.27, now emits deprecation warnings.
4797 * wfLocalFile(), deprecated since 1.34, now emits deprecation warnings.
4798 * wfFindFile(), deprecated since 1.34, now emits deprecation warnings.
4799 * wfIncrStats(), deprecated in 1.36, now emits deprecation warnings.
4800 * wfCanIPUseHTTPS() is now deprecated, and always returns true.
4801 * The UserLoadFromDatabase hook has been deprecated. It had no known uses.
4802 * The following methods in ApiPageSet have been deprecated:
4803    - ::getTitles(), use ::getTargets() instead.
4804    - ::getGoodTitles(), use ::getGoodPages() instead.
4805    - ::getMissingTitles(), use ::getMissingPages() instead.
4806    - ::getGoodAndMissingTitles(), use ::getGoodAndMissingPages() instead.
4807    - ::getRedirectTitles(), use ::getRedirectTargets() instead.
4808    - ::getSpecialTitles(), use ::getSpecialPages() instead.
4809 * The following methods from the User class, deprecated in 1.35, now each emit
4810   deprecation warnings:
4811    - ::getOptions()
4812    - ::isIP()
4813    - ::isUsableName()
4814    - ::isCreatableName()
4815    - ::getCanonicalName()
4816    - ::addAutopromoteOnceGroups()
4817    - ::getEffectiveGroups()
4818    - ::getAutomaticGroups()
4819    - ::getFormerGroups()
4820    - ::getIntOption()
4821    - ::getBoolOption()
4822 * The following methods in User were deprecated:
4823   - ::idFromName() - use UserIdentityLookup::getUserIdentityByName() instead.
4824   - ::resetIdByNameCache() - in tests, reset service container. No replacement
4825     needed in production code.
4826 * Use of ActorMigration for any table except revision, deprecated in 1.34, now
4827   emits deprecation warnings. Instead of getInsertValues(), use
4828   ActorNormalization::acquireActorId(). Instead of getWhere() and getJoin(),
4829   do your own join on the actor table.
4830 * DatabasePostgres::remappedTableName() and its dependent constructor parameter
4831   'keywordTableMap' are deprecated. Reserved identifiers that are used as table
4832   names should be quoted where necessary.
4833 * LinkCache::singleton(), deprecated since 1.28, now emits deprecation warnings.
4834 * MessageCache::singleton(), deprecated since 1.34, now emits deprecation
4835   warnings.
4836 * LockManagerGroup::singleton() and ::destroySingletons(), deprecated since
4837   1.34, now emit deprecation warnings.
4838 * HtmlFileCacheUpdate::newFromTitles() is now deprecated and emitting warnings.
4839   Use newFromPages() instead.
4840 * SessionProvider ::setLogger(), ::setManager(), ::setConfig(), and
4841   ::setHookContainer() were deprecated. Use ::init() to inject dependencies, or
4842   override ::postInitSetup() to do any custom post-initialization configuration.
4843 * AbstractAuthenticationProvider ::setLogger(), ::setManager(), ::setConfig(),
4844   and ::setHookContainer() now emit deprecation warnings. Use ::init() to inject
4845   dependencies, or override ::postInitSetup() to do any custom post-
4846   initialization configuration.
4847 * User::isLoggedIn(), deprecated since 1.36, now emits deprecation warnings. Use
4848   the method it wraps, User::isRegistered(), instead.
4849 * FileBackendGroup::singleton() and ::destroySingletons(), deprecated since
4850   1.35, now emit deprecation warnings.
4851 * The first parameter of User::getBlock() should now be an integer using the
4852   Authority::FOR_XXX constants. Providing a boolean is deprecated.
4853 * ApiBase::addBlockInfoToStatus() is deprecated for use by extensions. It is now
4854   marked as @internal and may be deleted in the future.
4855   It should not be necessary to call this method, Authority should be providing
4856   all relevant information via a PermissionStatus object.
4857 * JobQueueGroup::singleton() was deprecated - use
4858   MediaWikiServices::getJobQueueGroup() instead.
4859 * JobQueueGroup::destroySingletons() was deprecated. JobQueueGroups are now
4860   automatically destroyed after tests.
4861 * LinkCache::addGoodLinkObj() has been deprecated, since it is prone to
4862   corrupting the cache with invalid information. Use addGoodLinkObjFromRow()
4863   instead. PHPUnit tests must use LinkCacheTestTrait::addGoodLinkObject().
4864 * ContentHandler::getContentText() is now deprecated. Use Content::getText()
4865   instead.
4866 * LinkCache::addLinkObj() has been deprecated, use PageStore::getPageForLink()
4867   instead.
4868 * MediaWiki\User\UserNamePrefixSearch::search() previously accepted as its first
4869   parameter either the string 'public' or a UserIdentity object, to filter
4870   results for. It now expects an Authority object instead of UserIdentity, and
4871   providing just a UserIdentity will now trigger a deprecation warning.
4872 * User::getRights(), deprecated since 1.34, now emits deprecation warnings.
4873 * User::changeableGroups() and ::changeableByGroup() now emit deprecation
4874   warnings, use corresponding methods in UserGroupManager instead.
4875 * User::incEditCount() was deprecated in favor of the new method
4876   UserEditTracker::incrementUserEditCount().
4877 * RepoGroup::singleton(), ::destroySingleton() and ::setSingleton(), deprecated
4878   since 1.34, now emit deprecation warnings.
4879 * RecentChange::getPerformer(), deprecated since 1.36, now emits deprecation
4880   warnings. Use ::getPerformerIdentity() instead.
4881 * ContentHandler::cleanupHandlersCache(), deprecated since 1.35, now emits
4882   deprecation warnings.
4883 * Category::getTitle() was deprecated in favor of Category::getPage()
4884 * File::getUser() method now emits deprecation warnings, along with its over-
4885   rides in LocalFile and ForeignApiFile in favor of ::getUploader().
4886 * SpecialBlock::checkUnblockSelf(), deprecated in 1.36, now emits deprecation
4887   warnings.
4888 * (T284179) The mediawiki.viewport ResourceLoader module is deprecated. You can
4889   now just use MutationObserver or InterSectionObserver directly, which are
4890   widely available in all supported JavaScript browsers.
4891 * The following constructor options of DatabaseBlock class will now trigger
4892   deprecation warnings:
4893     - the 'byText' property with blocker's name,
4894     - the 'by' property with blocker's ID,
4895   For both of these, use the 'by' property with UserIdentity value instead.
4896 * The BeforeResetNotificationTimestamp hook was deprecated.
4897 * ArchivedFile::getUser() ::getRawUser() ::getRawUserText() were deprecated in
4898   favor of ::getUploader.() ::getRawDescription() was deprecated in favor of
4899   ::getDescription() with RAW audience parameter.
4900 * When calling LocalFile::newFromRow() or LocalFile::loadFromRow(), passing
4901   extra fields not requested by ::getQueryInfo() will now trigger deprecation
4902   warnings. This is to warn callers that deprefixing and automatic assignment of
4903   such fields will not be done in a future version.
4904 * JobSpecification::getTitle() was deprecated without providing a replacement.
4905   It wasn't used and job given the purpose of JobSpecification class it is not
4906   needed.
4907 * The protected method File::getImageSize() is now deprecated.
4908 * BacklinkCache::get() was deprecated, use
4909   BacklinkCacheFactory::getBacklinkCache() instead.
4910 * Title::getBacklinkCache() now emits deprecation warnings. Instead, use the
4911   ::getBacklinkCache() method in the BacklinkCacheFactory service.
4912 * MediaHandler::getImageSize(), ::getMetadata(), and ::isMetadataValid() were
4913   deprecated and should no longer be overridden. Instead, sub-classes should
4914   override getSizeAndMetadata().
4915 * Deprecated File::getMetadata(). Instead use ::getMetadataArray(),
4916   ::getMetadataItem() and ::getMetadataItems().
4917 * Message::title() has been deprecated; use Message::page() instead.
4918 * BaseTemplate::getAfterPortlet(), BaseTemplate::renderAfterPortlet(), and the
4919   BaseTemplateAfterPortlet hook, which were deprecated in 1.35,
4920   now emit deprecation warnings.
4921 * The LocalFile::getHistory() hook is deprecated.
4922 * Previously the Skin templateDirectory option inside skin.json had to be
4923   relative to MediaWiki core. This should now be relative to the skin.
4924 * Calling WikiPage::prepareContentForEdit() without a UserIdentity is now
4925   deprecated.
4926 * User::getEditTokenObject(), ::getEditToken(), and ::matchEditToken() were each
4927   deprecated. Use CsrfTokenRepository, which is available via IContextSource,
4928   instead. ::matchEditTokenNoSuffix() was deprecated without replacement.
4929   It was introduced to be able to provide custom error message if the token
4930   was submitted, but ending slashes were stripped by some ASCII mangling proxy.
4931   Use ::matchToken() instead, such proxies are much less common now and there's
4932   not much benefit in customising the error message.
4933 * ContentHandler::getForTitle(), deprecated since 1.35, now emits deprecation
4934   warnings.
4935 * User::listOptionKinds(), deprecated since 1.35, now emits deprecation
4936   warnings.
4937 * WikiPage::doEditContent(), deprecated since 1.32, now emits deprecation
4938   warnings.
4939 * CentralIdLookup::factory() and ::factoryNonLocal() now emit deprecation
4940   warnings; obtain an instance from MediaWikiServices instead.
4941 * The class RandomPage was renamed to SpecialRandomPage. The class RandomPage
4942   is now deprecated.
4943 * BotPassword::invalidateAllPasswordsForCentralId() was deprecated.
4944 * BotPassword::removeAllPasswordsForCentralId() was deprecated.
4945 * The Title class members: $mTextform, $mUrlform, $mDbkeyform, $mNamespace,
4946   $mInterwiki, and $mFragment have been deprecated to not be used directly.
4947   Instead, their corresponding accessor methods should be used.
4948 * IDatabase::fetchObject(), ::fetchRow(), ::numRows(), ::numFields(),
4949   ::fieldName(), ::freeResult() and ::dataSeek() are deprecated. Use the
4950   corresponding methods in IResultWrapper instead.
4951 * ResultWrapper::unwrap(), DatabaseMysqlBase::fieldType() and
4952   DatabasePostgres::fieldType() each now emit deprecation warnings.
4953 * Sub-classes implementing Database::doQuery() should return either boolean or
4954   an IResultWrapper. To do otherwise will now trigger a deprecation warning.
4955 * User::getOptionKinds() and ::resetOptions(), both deprecated since 1.35,
4956   now emit deprecation warnings.
4957 * The following methods in MWNamespace, all deprecated since 1.34, now emit
4958   deprecation warnings:
4959   - ::isMovable()
4960   - ::isSubject()
4961   - ::getTalk()
4962   - ::getSubject()
4963   - ::getAssociated()
4964   - ::equals()
4965   - ::subjectEquals()
4966   - ::hasTalkNamespace()
4967   - ::wantSignatures()
4968   - ::isWatchable()
4969   - ::getSubjectNamespaces()
4970   - ::getTalkNamespaces()
4971   - ::isCapitalized()
4972   - ::hasGenderDistinction()
4973   - ::isNonincludable()
4974   - ::getNamespaceContentModel()
4975   - ::getRestrictionLevels()
4976   - ::getCategoryLinkType()
4977 * LogFormatter::styleRestricedElement() has been deprecated in favor of
4978   LogFormatter::styleRestrictedElement()
4979 * The following hooks related to user preferences were deprecated:
4980   - UserLoadOptions: use LoadUserOptions instead.
4981   - UserSaveOptions: use SaveUserOptions instead.
4982   - UserResetAllOptions: no replacement was provided, the hook is not used.
4983 * Title::isNamespaceProtected(), deprecated in 1.34, now emits deprecation
4984   warnings.
4985 * UserSelectQueryBuilder::userIds(), ::userNames(), and ::userNamePrefix() has
4986   been deprecated in favor of ::whereUserIds(), ::whereUserNames(), and
4987   ::whereUserNamePrefix().
4988 * Manually constructing a MovePage object, deprecated in 1.34, now emits
4989   deprecation warnings. Use MovePageFactory instead.
4990 * The following deletion-related methods were deprecated:
4991   - WikiPage::doDeleteArticleReal() (soft) - use DeletePage
4992   - WikiPage::doDeleteArticleBatched() (soft) - no replacement
4993   - WikiPage::isBatchedDelete() (soft) - use DeletePage
4994   - WikiPage::doDeleteUpdates() (hard) - no replacement
4995   - WikiPage::getDeletionUpdates() (hard) - no replacement
4996   - Title::isBigDeletion (soft) - no replacement
4997 * Relying on PermissionManager or Authority to check for big deletions
4998   was deprecated. This is now automatically checked if you use
4999   DeletePage::deleteIfAllowed(). (T288759)
5000 * The userCan hook now emits deprecation warnings. Use the
5001   getUserPermissionsErrors or getUserPermissionsErrorsExpensive hooks instead.
5002 * Parser::$mUser public access, and the methods ParserOptions::getUser() and
5003   Parser::getUser() each now emit deprecation warnings.
5004 * The following methods in the Title class have been deprecated in favor of the
5005   corresponding methods in the new RestrictionStore service (with different
5006   names where indicated):
5007   - ::areCascadeProtectionSourcesLoaded()
5008   - ::areRestrictionsCascading()
5009   - ::areRestrictionsLoaded()
5010   - ::getAllRestrictions()
5011   - ::getCascadeProtectionSources()
5012   - ::getFilteredRestrictionTypes()
5013       -> ::listAllRestrictionTypes()
5014   - ::getRestrictionExpiry()
5015   - ::getRestrictionTypes()
5016       -> ::listApplicableRestrictionTypes()
5017   - ::getRestrictions()
5018   - ::isCascadeProtected()
5019   - ::isProtected()
5020   - ::isSemiProtected()
5021   - ::loadRestrictionsFromRows()
5022 * The following Title methods have been deprecated with no direct public
5023   replacement:
5024   - ::deleteTitleProtection()
5025   - ::getTitleProtection()
5026   - ::flushRestrictions()
5027   - ::loadRestrictions()
5028 * User::isAllowUsertalk() now emits deprecation warnings. Use User::getBlock()
5029   and AbstractBlock::isUsertalkEditAllowed() instead.
5030 * Classes used by Preprocessor_DOM have been merged with classes used by
5031   Preprocessor_Hash, as Preprocessor_DOM was removed in 1.35.
5032    - PPDPart has been merged into PPDPart_Hash
5033    - PPDStack has been merged into PPDStack_Hash
5034    - PPDStackElement has been merged into PPDStackElement_Hash
5035 * By default, the global variable $wgUser is now an instance of the new class
5036   StubGlobalUser rather than User, and the first time it is used it will emit
5037   deprecation warnings (the $wgUser variable was deprecated in 1.35). For
5038   extensions that read from this variable, please use a relevant ContextSource
5039   instead, falling back to RequestContext::getMain() if none is available.
5040 * Collation::singleton() and ::factory() were deprecated; obtain an instance of
5041   the CollationFactory from MediaWikiServices instead.
5042 * Title::getDefaultNamespace() has been deprecated to be removed because there
5043   are no known callers/consumers.
5044 * With removal of the stub threshold feature, the following methods now emit
5045   deprecation warnings:
5046   - LinkRenderer::setStubThreshold() and ::getStubThreshold() - no replacement.
5047   - LinkRendererFactory::createForUser() - calling ::create() is now sufficient
5048   - ParserOptions::setStubThreshold() and ::getStubThreshold() - no replacement.
5049   - User::getStubThreshold() - no replacement.
5050 * The ArticleDelete and ArticleDeleteComplete hooks were deprecated. Use
5051   PageDelete and PageDeleteComplete instead.
5052 * The ArticleUndeleteLogEntry hook was deprecated without replacement.
5053 * The following LESS mediawiki.mixins have been deprecated:
5054   - .box-sizing()
5055   - .transform()
5056   - .transform-origin()
5057   - .transition()
5058   - .transition-transform()
5059 * The `UndeleteForm::undelete` hook was deprecated. A new hook was
5060   introduced, `PageUndelete`, that provides handlers with more information and
5061   is also called for non-UI requests. The capability of replacing the
5062   PageArchive object has been removed, as that violates the laws of nature.
5064 === Other changes in 1.37 ===
5065 * WatchlistManager::addWatch() and WatchlistManager::addWatchIgnoringRights(),
5066   which replace User::addWatch(), now call the WatchArticle and
5067   WatchArticleComplete hooks.
5068 * WatchlistManager::removeWatch() and
5069   WatchlistManager::removeWatchIgnoringRights(), which replace
5070   User::removeWatch(), now call the UnwatchArticle and UnwatchArticleComplete
5071   hooks.
5072 * The overridable postInitSetup() method was added to the
5073   AbstractAuthenticationProvider class. A provider can override postInitSetup()
5074   to do any custom post-initialization configuration.
5075 * The overridable postInitSetup() method was added to the SessionProvider
5076   class. A provider can override postInitSetup() to do any custom
5077   post-initialization configuration.
5078 * The protected getConfig() method was added to the SessionProvider class.
5079   Use SessionProvider::getConfig() to get a config.
5080 * The DBAccessBase class is deprecated. Classes that used to extend it
5081   should get a load balancer (factory) injected in the constructor instead.
5082 * ActorNormalization::acquireActorId() now requires IDatabase parameter.
5083   Not providing one emitted deprecation warnings since 1.36.
5084 * Anti-lock constants ALF_PRELOAD_LINK, ALF_NO_BLOCK_LOCK, ALF_NO_LINK_LOCK
5085   and ALF_PRELOAD_EXISTENCE have been removed. They're unused since 1.25.
5086 * (T278036) CSS class 'mw-htmlform-field-autoinfuse' used by some forms has been
5087   renamed to 'mw-htmlform-autoinfuse'.
5088 * User::newFromRow() does not accept pre-loaded user preferences under
5089   $data['user_properties'] anymore. This optimization was not used.
5090 * The following files change the letter case of the file names:
5091   - SpecialRandompage.php -> SpecialRandomPage.php
5092   - SpecialRandomredirect.php -> SpecialRandomRedirect.php
5093   - SpecialRandomrootpage.php -> SpecialRandomRootPage.php
5094 * Media files which are uploaded server side using the importImages.php
5095   maintenance script will now have the "mw-server-side-upload" change tag.
5096 * (T284917) The stub threshold feature has been removed.
5097 * Skin::getPoweredBy() and Skin::getCopyrightIcon() have been deprecated as they
5098   are only designed for use by skins extended BaseTemplate. You can move calls
5099   to instead use BaseTemplate::getPoweredByHTML() and ::getCopyrightIconHTML()
5100   respectively.
5101 * The SkinGetPoweredBy hook is deprecated. No replacement is provided.
5102 * HTMLTitleTextField didn't support interwiki titles well previously.
5103   Starting with 1.37, HTMLTitleTextField has a new parameter, 'interwiki',
5104   which can be used to control acceptance of interwiki titles. To provide
5105   a transitional period, the default value ('interwiki' => null) ensures
5106   MW will have the same behavior as before (logging a deprecation warning).
5107   In 1.38, the default behavior will change to "interwiki links aren't allowed".
5109 == Compatibility ==
5111 MediaWiki 1.37 requires PHP 7.3.19 or later, or PHP 7.4.3 or later, and the
5112 following PHP extensions:
5114 * ctype
5115 * dom
5116 * fileinfo
5117 * iconv
5118 * intl
5119 * json
5120 * mbstring
5121 * xml
5123 Support for PHP 8.0 is not yet complete.
5125 MySQL/MariaDB is the recommended DBMS. PostgreSQL or SQLite can also be used,
5126 but support for them is somewhat less mature.
5128 The supported versions are:
5130 * MySQL 5.5.8 or later
5131 * PostgreSQL 9.4 or later
5132 * SQLite 3.8.0 or later
5134 == Online documentation ==
5135 Documentation for both end-users and site administrators is available on
5136 MediaWiki.org, and is covered under the GNU Free Documentation License (except
5137 for pages that explicitly state that their contents are in the public domain):
5139        https://www.mediawiki.org/wiki/Special:MyLanguage/Documentation
5141 == Mailing list ==
5142 A mailing list is available for MediaWiki user support and discussion:
5144        https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
5146 A low-traffic announcements-only list is also available:
5148        https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce
5150 It's highly recommended that you sign up for one of these lists if you're
5151 going to run a public MediaWiki, so you can be notified of security fixes.
5153 == IRC help ==
5154 There's usually someone online in #mediawiki on irc.libera.chat.
5156 = MediaWiki 1.36 =
5158 == MediaWiki 1.36.4 ==
5160 This is a security and maintenance release of the MediaWiki 1.36 branch.
5162 === Changes since MediaWiki 1.36.3 ===
5163 * (T298261) Fix support for Composer 2.2.
5164 * (T298283) composer.json: Add wikimedia/composer-merge-plugin to allow-plugins.
5165 * Update doctrine/dbal (3.0.0 => 3.1.5).
5166 * (T296898) Add entry point name to disabled Session exception if possible.
5167 * (T298564) MemcachedClient: Add support for IPv6.
5168 * (T297543, CVE-2022-28202) SECURITY: properly escape output used within
5169   galleries and Special:RevisionDelete.
5170 * (T268847) Suppress deprecation warnings from libxml_disable_entity_loader().
5171 * (T283275) Fix PHP 8.0 failure of WikiExporterFactoryTest.
5172 * Fix the json schema and the extension processor for Parsoid extension modules.
5173 * (T299696) update.php: Avoid passing null to substr.
5174 * In PHP 8.1 don't throw exceptions from mysqli.
5175 * (T289926) SiteConfiguration: Don't pass null to str_replace().
5176 * (T264735) Fix deprecation warning from CURLPIPE_HTTP1.
5177 * (T260735) Stop using is_resource() where possible.
5178 * (T289879) Apply ReturnTypeWillChange to various implementations of built in
5179   interfaces.
5180 * (T299312) Implement __serialize/__unserialize for PHP 8.1 support.
5181 * ExtensionRegistry: Add process cache for lazy attributes.
5182 * (T301041) ApiPageSet: Add "missing": true to missing revisions.
5183 * Allow ParsoidModules extension schema to register services.
5184 * (T297708) Allow setting max execution time to several special pages.
5185 * (T302540) composer.json: Add ext-calendar to require.
5186 * (T302540) composer.json: Add ext-simplexml to require-dev.
5187 * (T302540) composer.json: Add various PHP extensions to suggests.
5188 * Upgrading symfony/polyfill-php80 (v1.23.1 => v1.25.0).
5189 * (T304008) Don't re-check "Move subpages" on Special:MovePage after a warning.
5190 * (T293576) listFiles: Display file name instead of version.
5191 * (T303871) Fix @since of Title::getId().
5192 * (T303560) Installer: Check correct PCRE_CONFIG_NEWLINE value.
5193 * wrapOldPasswords: add \n to two output calls.
5194 * (T297571, CVE-2022-28201) Title::newMainPage() goes into an infinite recursion
5195   loop if it points to a local interwiki.
5196 * (T297731, CVE-2022-28203) Requesting Special:NewFiles on a wiki with many file
5197   uploads with actor as a condition can result in a DoS.
5199 == MediaWiki 1.36.3 ==
5201 This is a security and maintenance release of the MediaWiki 1.36 branch.
5203 === Changes since MediaWiki 1.36.2 ===
5204 * (T280363) mediawiki.page.ready: Introduce wikipage.indicators hook.
5205 * (T290697) Add symfony/polyfill-php80.
5206 * IcuCollation: Add some more icu to unicode version mappings.
5207 * ApiBase: Annotate deprecated constants individually.
5208 * PHPVersionCheck: Mark PHP 7.4.0 - 7.4.2 as buggy.
5209 * (T293044) installer: Fix 5th param to sourceFile() in DatabaseUpdater.
5210 * (T291127) Always encode spaces in cookie values as "%20".
5211 * Use LocalFile::getHookRunner instead of LocalFile::hookRunner.
5212 * (T293564) mediawiki.page.ready: Fire hook 'wikipage.indicators' with
5213   children.
5214 * HistoryBlobStub: add getLocation() to get $mOldId.
5215 * Fix checkStorage.php.
5216 * checkStorage: pass no parameters to WikiRevision::getContent().
5217 * (T292763, CVE-2021-44854) SECURITY: Do not cache private wiki completion
5218   results.
5219 * (T294316) Revert "Mark ApiClientLogin/ApiLogin as requiring write mode".
5220 * (T294796) JobQueueRedis: Replace deprecated zSize with zCard.
5221 * (T278037) NoLocalSettings: Pass an EmptyBagOStuff to TemplateParser.
5222 * (T212428, T267468) Allow populateContentTables to continue when there are
5223   bad blobs.
5224 * (T295191) ApiQuerySiteinfo: Fix "rightsinfo"/"url" when $wgRightsPage is
5225   set.
5226 * Update pear/mail_mime to 1.10.11.
5227 * Update deprecated Guzzle Psr7 function calls.
5228 * (T281972) Follow-Up: I10fbd4b6a: Update @since tags as those were backported.
5229 * Tweak error message for missing composer dependencies.
5230 * (T296112) Allow inserting new sections named '0'.
5231 * nukeNS: don't run purgeRedundantText() after every change.
5232 * (T286779, T297031) installer: Fix Postgres mistakes in using changeField
5233   method.
5234 * (T225888) RollbackAction: fix missing pagetitle.
5235 * (T297322, CVE-2021-44858, CVE-2021-44857) SECURITY: Fix permissions checks in
5236   undo actions.
5237 * (T297574, CVE-2021-45038) SECURITY: Fix permissions check in action=rollback.
5238 * (T34716, T297416) SECURITY: Require 'read' right for most actions.
5239 * (T271037, CVE-2021-44856) SECURITY: Fix use of EditFilterMergedContent hook
5240   when changing content model.
5242 == MediaWiki 1.36.2 ==
5244 This is a security and maintenance release of the MediaWiki 1.36 branch.
5246 === Changes since MediaWiki 1.36.1 ===
5247 * Don't access MWServices prematurely in Maintenence.php.
5248 * (T283394) Mark ApiClientLogin/ApiLogin as requiring write mode.
5249 * Installer: Fix foundation.wikimedia.org link in config-pingback-help.
5250 * (T283273) Make postgres IRC channel point to libera.chat.
5251 * composer.json: Promote and pin monolog/monolog to require from require-dev.
5252 * (T287526) JavaScriptMinifer: Recognize `...` as a single token.
5253 * (T287526) Update wikimedia/minify to 2.2.4.
5254 * (T289108) ExtensionProcessor: Remove loaderScripts from extension.json
5255   schemas.
5256 * (T281549) Installer: Fix mediawiki-announce auto subscription code.
5257 * FormatJson: Optimize encode() for supported PHP versions.
5258 * (T290398) renameRestrictions.php: Update protected_titles as well.
5259 * (T290489) objectcache: Fix PHP warning for ReplicatedBagOStuff::setMulti.
5260 * $wgMimeTypeBlacklist - This configuration array now prohibits the RFC 4329
5261   form of JavaScript, 'application/javascript', as well as previous MIME types.
5262 * (T51097, T290273) resourceloader: Call getStyleFiles from
5263   FileModule::getFileHashes.
5264 * (T277788) parser: Avoid calling ParserOptions::getOption() too many times.
5265 * (T291244) Unserialize objects in ParserCache->mExtensionData as objects.
5266 * MysqlUpdater: Add updatelog entries for dropDefault.
5267 * (T290776) Fix $phase check in OutputHandler.
5268 * The wikimedia/parsoid library has been upgraded from v0.13.0 to v0.13.1.
5269 * (T285515, CVE-2021-41798) SECURITY: XSS vulnerability in Special:Search.
5270 * (T290379, CVE-2021-41799) SECURITY: ApiQueryBacklinks can cause a full
5271   table scan.
5272 * (T284419, CVE-2021-41800) SECURITY: fix PoolCounter protection of
5273   Special:Contributions.
5275 == MediaWiki 1.36.1 ==
5277 This is a security and maintenance release of the MediaWiki 1.36 branch.
5279 === Changes since MediaWiki 1.36.0 ===
5280 * (T283942) DatabaseInstaller.php: Only run core schema file if specified table
5281   doesn't already exist.
5282 * (T247223) Optimise MessageCache::isMainCacheable() for the single-message
5283   case.
5284 * (T283244) JavaScriptMinifer: Fix handling of "delete" as object property.
5285 * (T284391) Fix SkinModule to correctly prepend remote path on document root
5286   installs.
5287 * (T235554) Disable DEFER_SET_LENGTH_AND_FLUSH headers to avoid HTTP errors.
5288 * (T278579) Don't send headers on ob_end_clean().
5289 * (T285287) MultiHttpClient: Replace PHP version check with defined().
5290 * (T280226, CVE-2021-35197) SECURITY: Prevent blocked users from purging pages.
5292 == MediaWiki 1.36.0 ==
5294 === Changes since MediaWiki 1.36.0-rc.0 ===
5295 * (T248481) rdbms: Use server time in
5296   DatabaseMysqlBase::getLagFromPtHeartbeat().
5297 * (T281549) WebInstaller: Don't show the announce-l subscribe checkbox for now.
5298 * (T264214) Follow-ups for UserGroupManager.
5299 * (T282280) resourceloader: Fix path-only URLs in wiki modules when script path
5300   is docroot.
5301 * (T281972) UserIdentityValue: Introduce convenience static factory methods.
5302 * (T230428) Make page_is_redirect and page_is_new unsigned.
5303 * (T280292) Legacy feature should not load thumbnail style rules (only layout).
5304 * (T283247) Freenode -> Libera per wikimedia moving from freenode to libera.
5305 * (T280270) composer: Lock Parsoid version to specific 0.13.0 release.
5306 * (T142663) Add extension.json merge strategy "provide_default".
5307 * (T283540) HookContainer: Fix normalization of callback for static handler.
5308 * (T283464) registration: Fix array order for array_replace_recursive merge
5309   strategy.
5310 * (T283539) Interwiki: Fix calling "onInterwikiLoadPrefix" hook.
5311 * (T282594) Timeless: Re-branch to 40eb3dad1for REL1_36.
5313 == MediaWiki 1.36.0-rc.0 ==
5315 == Upgrading notes for 1.36 ==
5316 Don't forget to always back up your database before upgrading!
5318 See the file UPGRADE for more detailed per-version upgrade instructions from the
5319 oldest supported upgrading version, MediaWiki 1.27.
5321 Some specific notes for MediaWiki 1.36 upgrades are below:
5322 * MediaWiki 1.36 now requires the PHP internationalization extension (commonly
5323   referred to as Intl, ext-intl, or php-intl).
5324 * The MediaWiki:Autoblock_whitelist block exemption control has been moved to
5325   MediaWiki:Block-autoblock-exemptionlist. If you use this feature, please move
5326   the MediaWiki:Autoblock_whitelist page.
5327 * (T275334) $wgExtensionFunctions is sometimes used to change configuration
5328   settings. This is not safe; extension functions are run relatively late, some
5329   services are already initialized by that point and so they use the old
5330   configuration. Changes in 1.36 make this kind of breakage even more common.
5331   You can use the MediaWikiServices hook instead. (In the future there might be
5332   a dedicated hook for configuration changes.)
5334 For notes on 1.35.x and older releases, see HISTORY.
5336 === Configuration changes for system administrators in 1.36 ===
5337 The MediaWiki update script, maintenance/update.php, used to accept `--nopurge`
5338 as an option to prevent clearing caches stored in the database during upgrade.
5339 This is no longer encouraged, and the option has been removed.
5341 ==== New configuration ====
5342 * (T256001) $wgManualRevertSearchRadius – This setting controls a new feature
5343   that marks edits as reverts if they restore the page to an exact previous
5344   state. This configuration variable sets the maximum number of revisions of a
5345   page that will be checked against every new edit. Set this to 0 to disable the
5346   feature entirely.
5347 * (T244058) $wgOldRevisionParserCacheExpireTime — This setting was added to
5348   control caching of ParserOutput for old (non-current) revisions.
5349 * (T265263) $wgRememberMe - This setting configures the "remember me" checkbox
5350   on account log-in systems via RememberMeAuthenticationRequest.
5351 * (T157145) $wgSkinMetaTags – This setting lets sysadmins configure skins that
5352   support meta tags. These tags make sharing of MediaWiki pages on a variety of
5353   social platforms more contentful and thus useful.
5354 * (T280944) $wgIncludejQueryMigrate - This setting lets sysadmins disable the
5355   jQuery Migrate plugin. It has been enabled by default since MediaWiki 1.27.
5356   In future releases it will be disabled by default.
5358 ==== Changed configuration ====
5359 * $wgLogos – This setting selects the logo shown on the site. The default value
5360   for the site logo, which is shown in an install if you have not set one, will
5361   now be the new logo of MediaWiki.
5362 * (T274695) $wgAjaxEditStash — This setting, to disable the edit stashing
5363   feature when users start writing an edit summary, has been deprecated. In
5364   future releases, this feature will always be enabled.
5365 * $wgUploadStashScalerBaseUrl – This setting, to enable remote on-demand media
5366   scaling, was deprecated. Use the `thumbProxyUrl` setting in $wgLocalFileRepo
5367   instead.
5368 * $wgSlaveLagWarning and $wgSlaveLagCritical – These settings have been renamed,
5369   to $wgDatabaseReplicaLagWarning & $wgDatabaseReplicaLagCritical respectively.
5370   The former configuration variable names are deprecated, but will be used as
5371   the fall back if they are still set, and remain temporarily available for
5372   extensions which try to read them.
5373 * $wgWANObjectCaches - The "coalesceKeys" option was removed without deprecation
5374   and replaced by a new "coalesceScheme" option, set to "hash_stop" by default.
5375   If you use Dynomite, then set the new "coalesceKeys" option to "hash_tag". The
5376   "cluster" and "mcrouterAware" options were also removed without deprecation.
5377   Use "broadcastRoutingPrefix" instead.
5379 ==== Removed configuration ====
5380 * $wgUseTwoButtonsSearchForm — This setting, deprecated in 1.35, has been
5381   removed.
5382 * $wgAllowImageMoving — This setting, deprecated in 1.35, has been removed. Use
5383   group permission settings instead. For example, to prevent sysops from
5384   moving files, set `$wgGroupPermissions['sysop']['movefile'] = false;`
5385 * $wgExtNewTables, $wgExtNewFields, $wgExtNewIndexes, $wgExtPGNewFields,
5386   $wgExtPGAlteredFields, $wgExtModifiedFields — These settings were removed.
5387   They became obsolete after 1.17 overhauled the database updater, but were kept
5388   for backwards compatibility. The LoadExtensionSchemaUpdates hook should be
5389   used instead.
5390 * $wgParserConf - This setting, deprecated in 1.35, has been removed. The last
5391   use of this setting was for pre-processor configuration, which was deprecated
5392   in 1.34 and removed in 1.35.
5393 * $wgEnableRestAPI - This setting, ignored since 1.35, has been removed.
5394 * $wgPagePropsHaveSortkey – This temporary setting has been removed, along with
5395   the schema change upgrade path it controlled. If your site is still using it,
5396   meaning you have not yet applied the `pp_sortkey` schema change from 1.24, you
5397   must now apply it before upgrading.
5398 * The deprecated password policies PasswordCannotMatchBlacklist and
5399   PasswordNotInLargeBlacklist were removed. Please use
5400   PasswordCannotMatchDefaults and PasswordNotInCommonList respectively instead.
5402 === New user-facing features in 1.36 ===
5403 * The logo of MediaWiki has changed. This means that the "Powered By MediaWiki"
5404   button shown in the skin footer will be different.
5405 * All HTML5 named entities are now accepted in wikitext.
5406 * (T106263) The file description page's alternate sizes now include 2048px.
5408 === New developer features in 1.36 ===
5409 * Parser test files can now declare a dependency on a specific extension being
5410   loaded, not just on the presence of a certain extension tag hook. This is a
5411   better fit for extensions like TimedMediaHandler, which affect the output but
5412   don't register parser hooks. Use `extension:Foo` in the `!! hooks` section of
5413   your parser test file to declare a dependency on the `Foo` extension being
5414   loaded.
5415 * To expose code previously present in SpecialBlock/SpecialUnblock to other
5416   parts of the code, or to extensions, the new BlockUser and UnblockUser command
5417   objects were added. Use the BlockUserFactory and UnblockUserFactory services
5418   to create them.
5419 * The hook UsersPagerDoBatchLookupsHook takes now a \Wikimedia\Rdbms\IDatabase,
5420   instead of \Wikimedia\Rdbms\DBConnRef, as the first parameter.
5421 * MediaHandlers can now customize the formatting of the metadata they emit by
5422   over-riding MediaHandler::formatTag( $key, $value ). The default for unknown
5423   tags is numeric formatting; non-EXIF tags which are non-numeric should always
5424   use this method to specify the desired formatting.
5425 * The new 'title' type can be used to validate action API and REST API inputs.
5426 * The new ArticleParserOptions hook allows customizing the parser options used
5427   to parse wikitext for an article, based on user preferences, title, etc.
5428 * The new 'raw' type can be used to validate action API inputs. It bypasses the
5429   Unicode NFC normalization done on inputs of type 'string', so it more suitable
5430   when the input is binary or may contain deprecated Unicode sequences or
5431   characters (such as U+2001) that should be passed unmodified.
5432 * (T260330) A new abstraction for running shell commands has been introduced,
5433   called BoxedCommand. A BoxedCommand object can be obtained with
5434   MediaWikiServices::getInstance()->getCommandFactory()->createBoxed().
5435 * ResourceLoader modules can now mark themselves as ES6-only by setting
5436   `'es6' => true` in their module definition. ES6-only modules will not be
5437   executed in browsers that don't support ES6, such as IE11.
5439 === External library changes in 1.36 ===
5441 ==== New external libraries ====
5442 * Added wikimedia/minify 2.2.2.
5443 * Added wikimedia/request-timeout 1.1.0.
5444 * Added wikimedia/shellbox 1.0.4.
5445 * Added WVUI 0.1.0.
5446 * Added symfony/symfony/polyfill-php80 1.23.1.
5448 ==== Changed external libraries ====
5449 * Updated composer/semver from 1.5.1 to 3.2.4.
5450 * Updated guzzlehttp/guzzle from 6.5.4 to 7.2.0.
5451 * Updated jQuery from v3.4.1 to v3.6.0.
5452 * Updated jQuery Migrate from v3.1.0 to v3.3.2.
5453 * Updated jquery.client from 2.0.2 to 3.0.0.
5454 * Updated OOUI from 0.39.3 to 0.41.3.
5455 * Updated pear/mail_mime from 1.10.8 to 1.10.9.
5456 * Updated pear/net_smtp from 1.9.1 to 1.9.2.
5457 * Updated pimple/pimple from 3.3.0 to 3.3.1.
5458 * Updated wikimedia/at-ease from 2.0.0 to 2.1.0.
5459 * Updated wikimedia/cldr-plural-rule-parser from 1.0.0 to 2.0.0.
5460 * Updated wikimedia/common-passwords from 0.2.0 to 0.3.0.
5461 * Updated wikimedia/composer-merge-plugin from 1.4.1 to 2.0.1.
5462 * Updated wikimedia/html-formatter from 1.0.2 to 3.0.1.
5463 * Updated wikimedia/ip-set from 2.1.0 to 3.0.0.
5464 * Updated wikimedia/ip-utils from 1.0.0 to 3.0.2.
5465 * Updated wikimedia/less.php from 3.0.0 to 3.1.0.
5466 * Updated wikimedia/object-factory from 2.1.0 to 3.0.0.
5467 * Updated wikimedia/php-session-serializer from 1.0.7 to 2.0.0.
5468 * Updated wikimedia/remex-html from 2.2.0 to 2.2.2.
5469 * Updated wikimedia/utfnormal from 2.0.0 to 3.0.2.
5470 * Updated wikimedia/wait-condition-loop from 1.0.1 to 2.0.1.
5471 * Updated wikimedia/xmp-reader from 0.7.0 to 0.8.1.
5473 ===== Changed development-only external libraries =====
5474 * Updated composer/spdx-licenses from 1.5.3 to 1.5.4.
5475 * Updated doctrine/dbal from 2.10.2 to 3.0.0.
5476 * Updated doctrine/sql-formatter from 1.1.0 to 1.1.1.
5477 * Updated mediawiki/mediawiki-phan-config from 0.10.2 to 0.10.6.
5478 * Updated monolog/monolog from 1.25.3 to 2.2.0.
5479 * Updated nikic/php-parser from 4.4.0 to 4.10.2.
5480 * Updated psy/psysh from 0.10.4 to 0.10.5.
5481 * Updated seld/jsonlint from 1.7.1 to 1.8.3.
5482 * Updated symfony/yaml from ~3.4|~4.3|~5.0.5 to ~3.4|~5.1.
5483 * Updated wikimedia/testing-access-wrapper from 1.0.0 to 2.0.0.
5485 ==== Removed external libraries ====
5486 * The html5shiv library has been removed, as support for Internet Explorer 8 has
5487   been dropped.
5488 * The wikimedia/avro suggested development-only library has been removed, as the
5489   support for logging in Avro format has been dropped.
5491 === Bug fixes in 1.36 ===
5492 * (T190285) ApiEditPage module used to switch 'undo' and 'undoafter' parameters,
5493   if it founds you reversed them (based on assumption that higher revision ID
5494   indicates a later revision). The assumption is not always true, and is
5495   hindering proper edit undoing in some cases, hence the logic has been removed.
5496   Reversing the parameters will now lead to edit conflict or undefined behavior.
5497 * (T263340) In history merging, pages with a content model that does not support
5498   redirects will now be recorded as deleted if no revision is being left in the
5499   source page (that's if all revisions of the page have been merged to another).
5501 === Action API changes in 1.36 ===
5502 * (T269636) `Access-Control-Max-Age` was added to the default list of headers
5503   allowed for cross-origin API requests ($wgAllowedCorsHeaders).
5504 * (T258108) Accounts with the 'bot' right no longer have pages automatically
5505   added to the watchlist when making API edits, regardless of their preferences.
5506   This is to reduce the size of the watchlist data in the database. To add API
5507   bot edits to the watchlist, explicitly set the 'watch' option.
5509 === Languages updated in 1.36 ===
5510 MediaWiki supports over 350 languages. Many localisations are updated regularly.
5511 Below only new and removed languages are listed, as well as changes to languages
5512 because of Phabricator reports.
5514 * (T258975) Added a Latin/Cyrillic script converter for the Talysh language.
5515 * (T245359) Split Bali script locale from "ban" (Balinese) (ban-bali).
5516 * (T264582) Added language support for Madurese (mad).
5517 * (T259330) Added language support for Mara (mrh).
5518 * (T263968) Added language support for Nias (nia).
5519 * (T270365) Added language support for Tyap (kcg).
5520 * (T276745) Added language support for Wayuu (guc).
5522 === Breaking changes in 1.36 ===
5523 * Grade C (non-JavaScript) support for Internet Explorer 8 has been dropped.
5524 * (T249459) wfIsBadImage(), deprecated in 1.34, has been removed.
5525 * (T176526) EditPage::getContextTitle() will now throw an exception if a context
5526   title was not set using setContextTitle(). Previously, this mis-use would only
5527   cause a deprecation warning to be emitted.
5528 * The DeferredStringifier class, deprecated since 1.31, was removed.
5529 * Multiple methods that fell back to the $wgUser global variable were
5530   individually hard deprecated previously. The following have now been removed:
5531   - ApiTestCase::doLogin
5532   - Article::doDeleteArticle
5533   - Article::doDeleteArticleReal
5534   - Article::getComment
5535   - Article::getCreator
5536   - Article::getUser
5537   - Article::getUserText
5538   - Article::insertProtectNullRevision
5539   - File::delete
5540   - File::recordUpload
5541   - ForeignDBFile::delete
5542   - ForeignDBFile::recordUpload
5543   - LocalFile::delete
5544   - LocalFile::deleteOld
5545   - LocalFile::recordUpload
5546   - PageArchive::undelete
5547   - RecentChange::markPatrolled
5548   - Title::getUserPermissionsErrors
5549   - Title::quickUserCan
5550   - Title::userCan
5551   - WebRequest::getLimitOffset
5552   - WikiPage::doDeleteArticle
5553   - WikiPage::insertProtectNullRevision
5554 * The SpecialPageFactory class, deprecated in 1.32, has been removed. Use the
5555   SpecialPageFactory service instead.
5556 * Multiple methods previously had optional User parameters, with fallbacks
5557   to the $wgUser global variable. Not passing a User to those methods was
5558   previously hard deprecated, and support for not passing a User has now
5559   been removed:
5560    - ArchivedFile::userCan
5561    - File::userCan
5562    - FileDeleteForm::__construct
5563    - FileDeleteForm::doDelete
5564    - LocalFileDeleteBatch::__construct
5565    - LogEventsList::getExcludeClause (only needed for the 'user' audience)
5566    - LogEventsList::userCan
5567    - LogEventsList::userCanBitfield
5568    - LogEventsList::userCanViewLogType
5569    - LogPage::addEntry (also accepts user id instead)
5570    - OldLocalFile::userCan
5571    - PatrolLog::record
5572    - Title::getNotificationTimestamp (though the entire method is deprecated)
5573    - WikiPage::getComment (only needed for the FOR_THIS_USER audience)
5574    - WikiPage::getCreator (only needed for the FOR_THIS_USER audience)
5575    - WikiPage::getUser (only needed for the FOR_THIS_USER audience)
5576    - WikiPage::getUserText (only needed for the FOR_THIS_USER audience)
5577 * The following hooks have been removed:
5578    - APIQueryInfoTokens
5579    - APIQueryRecentChangesTokens
5580    - APIQueryRevisionsTokens
5581    - APIQueryUsersTokens
5582    - ApiTokensGetTokenTypes
5583 * LogEventsList::typeAction previously accepted an optional right parameter, and
5584   checked if the context user ($wgUser) had that right. Passing a right was hard
5585   deprecated in 1.35, and support for passing a right has now been removed.
5586 * WikiPage::doDeleteArticleReal previously accepted an optional user as its
5587   fifth parameter, and fell back to $wgUser if not user was provided. The
5588   signature changed to have the user as the second parameter, and the old
5589   signature was hard deprecated in 1.35. Support for the old signature has now
5590   been removed.
5591 * User::addNewUserLogEntry, deprecated since 1.27, was removed.
5592 * As part of refactoring the EditPage class, EditPage::setPreloadedContent,
5593   which had no known callers was removed entirely. Additionally, the following
5594   public methods were made private:
5595   - ::extractSectionTitle
5596   - ::getSummaryInputWidget
5597   - ::noSuchSectionPage
5598   - ::initialiseForm
5599 * EditPage::matchSpamRegex and ::matchSummarySpamRegex, deprecated in 1.35,
5600   were removed. Use the SpamChecker service instead.
5601 * The global function `wfWaitForSlaves`, deprecated in 1.27 and hard-deprecated
5602   in 1.35, has been removed. Use LBFactory::waitForReplication() instead.
5603 * Calling Action::factory() with null as the first parameter, rather than a
5604   string, was deprecated in 1.35 and support was now removed.
5605 * Calling Action::factory() with an object that wasn't an Article as the second
5606   parameter was deprecated in 1.35 and support was now removed.
5607 * The global variable $wgMemc, deprecated since 1.35, has been removed. Usage
5608   should generally be migrated to WANObjectCache, or if you really need the
5609   internal object, use ObjectCache::getLocalClusterInstance instead.
5610 * The preprocessDump.php maintenance script was removed.
5611 * CategoryFinder, which was deprecated in 1.31 and hard-deprecated in 1.35,
5612   has been removed.
5613 * GenderCache::singleton(), which was deprecated in 1.28 and hard-deprecated
5614   in 1.35, has been removed.
5615 * Sanitizer::escapeId(), deprecated in 1.30, has been removed.
5616 * Direct invocation of Parser::__construct() (instead of via a ParserFactory)
5617   now throws an exception; support has also been removed for several
5618   deprecated variants on the arguments passed to Parser::__construct.
5619   Direct invocation of Parser::__construct was deprecated in 1.34.
5620 * Parser::setFunctionTagHook(), deprecated in 1.35, has been removed.
5621 * The following properties of Parser, deprecated in 1.35, have been made
5622   private:
5623   - $mTagHooks - use Parser::getTags()
5624   - $mFunctionHooks - use Parser::getFunctionHooks()
5625   - $mOutput - use Parser::getOutput()
5626   - $mPreprocessor - use Parser::getPreprocessor()
5627 * The ParserBeforeTidy hook, deprecated in 1.35, has been removed.
5628 * The ParserBeforeTidy, ParserBeforeStrip, and ParserAfterStrip hooks,
5629   deprecated in 1.35, have been removed.
5630 * All methods of MWTidy except for MW::tidy() have been removed. These were each
5631   either marked as @internal or deprecated in 1.35.
5632 * (T248062) Mixins `.background-image-svg()` and `.background-image-svg-quick()`
5633   (provided by mediawiki.mixins.less), which have been deprecated since 1.35,
5634   have now been removed. MediaWiki no longer supports any browser which would
5635   require this SVG-fallback PNG support, so you can simply use the regular CSS
5636   `background-image:` declaration instead.
5637 * The ResourceLoader module `mediawiki.legacy.oldshared` and its file
5638   'oldshared.css', deprecated since 1.35 has been removed (T248357).
5639 * `ResourceLoader::__construct` now requires a Config parameter. The optional
5640   nature of this parameter was deprecated in 1.34.
5641 * The LinkBegin and LinkEnd hooks, deprecated in 1.28, have been removed. You
5642   can instead use the HtmlPageLinkRendererBegin and HtmlPageLinkRendererEnd
5643   hooks, respectively.
5644 * The EmailUser hook passes its fifth param, $error, by reference, to allow
5645   hook handlers to add error messages, indicate that they have sent the email
5646   instead of core, etc. Setting the parameter to something other than a
5647   Status object, true, false, an empty string, an array, or a MessageSpecifier,
5648   object, which had been deprecated in 1.29, is no longer supported, and now
5649   results in an MWException being thrown.
5650 * Skin::getDynamicStylesheetQuery(), deprecated in 1.32, has been removed. You
5651   should use action=raw&ctype=text/css directly.
5652 * Skin::makeI18nUrl(), deprecated in 1.35, has been removed.
5653 * The following User methods, deprecated and moved to BlockManager in 1.34, were
5654   removed:
5655   - ::isDnsBlacklisted
5656   - ::inDnsBlacklist
5657   - ::isLocallyBlockedProxy
5658   - ::trackBlockWithCookie
5659 * Support for v1 of the parser tests file format has been removed; it was
5660   deprecated in 1.35. (T174199)
5661 * SpecialUnblockUser::processUIUnblock() now returns a Status object instead of
5662   an array of messages or a boolean value. This function was also marked as
5663   @internal and is no longer safe to call it publicly.
5664 * mw.Title.getDotExtension() from the 'mediawiki.Title' module was removed
5665   without deprecation. You should use mw.Title.getExtension() and prepend the
5666   dot if need be.
5667 * Profiler::getTemplated and Profiler::setTemplated, deprecated in 1.34, have
5668   been removed.
5669 * DatabaseMysqlBase now requires MySQL version 5.6.4+ when "lagDetectionMethod"
5670   is set to "pt-heartbeat".
5671 * Removed HookContainer::getOriginalHooksForTest() without deprecation. This
5672   method was introduced in 1.35 for internal use, and appears unused outside of
5673   MediaWiki core.
5674 * ParserCache::__construct() now requires three parameters.
5675 * Message->getFormat(), deprecated in 1.29, has been removed.
5676 * Support for passing Article to ParserCache::get, deprecated in 1.35, has been
5677   removed.
5678 * ParserCache::singleton(), deprecated in 1.30, has been removed.
5679 * DatabaseBlock::deleteIfExpired and ::fromMaster, deprecated in 1.35, have been
5680   removed.
5681 * Some deprecated AbstractBlock methods have been removed:
5682   - ::prevents, deprecated in 1.33
5683   - ::shouldTrackWithCookie, deprecated in 1.34
5684   - ::getBlocker, deprecated in 1.35
5685   - ::setBlocker, deprecated in 1.35
5686   - ::getBlockErrorParams, deprecated in 1.35
5687 * Multiple DatabaseBlock methods dealing with cookies, deprecated in 1.34,
5688   have been removed:
5689   - ::setCookie
5690   - ::clearCookie
5691   - ::getCookieValue
5692   - ::getIdFromCookieValue
5693   - ::shouldTrackWithCookie
5694 * The public static callback function SpecialUnblock::processUIUnblock has been
5695   removed. This method was for internal use only, and appears unused outside of
5696   MediaWiki core.
5697 * ChangeTags::truncateTagDescription, deprecated in 1.35, has been removed.
5698 * Deprecated null fallbacks in PasswordReset constructor have been removed.
5699 * User::isEveryoneAllowed and User::getAllRights, deprecated in 1.34, has been
5700   removed.
5701 * The following methods of the UserGroupMembership class, deprecated in 1.35,
5702   has been removed:
5703   - ::initFromRow
5704   - ::newFromRow - use UserGroupManager::newGroupMembershipFromRow
5705   - ::selectFields - use UserGroupManager::getQueryInfo
5706   - ::delete - use UserGroupManager::removeUserFromGroup
5707   - ::insert - use UserGroupManager::addUserToGroup
5708   - ::purgeExpired - use UserGroupManager::purgeExpired
5709   - ::getMembershipsForUser - use UserGroupManager::getUserGroupMemberships
5710   - ::getMembership - use UserGroupManager::getUserGroupMemberships
5711 * The public static callback function SpecialBlock::validateTargetField has been
5712   removed. This method was for internal use only, and appears unused outside of
5713   MediaWiki core.
5714 * The public static callback function SpecialUploadStash::tryClearStashedUploads
5715   has been removed. This method was for internal use only, and appears unused
5716   outside of MediaWiki core.
5717 * SpecialComparePages::showDiff() ::revOrTitle(), ::checkExistingTitle(), and
5718   ::checkExistingRevision() were marked as @internal to allow for breaking
5719   changes. They are no longer safe to call. The methods were unused outside of
5720   MediaWiki core.
5721 * Each special page within core now uses service injection via it constructor.
5722   When extending these special pages, a call to the grandparent constructor
5723   (`SpecialPage::__construct()`) in the sub-class would now break the derived
5724   special page, as the fallback code in the parent constructor cannot set the
5725   services as needed. Be sure to call the parent constructor when extending
5726   core special pages. Extending core's special pages is not part of the stable
5727   interface, and should generally be avoided.
5728 * Language::getExtraUserToggles and ::viewPrevNext, deprecated in 1.34, have
5729   been removed.
5730 * StreamFile::send404Message and ::parseRange, deprecated in 1.34, have been
5731   removed.
5732 * SVGMetadataExtractor class, deprecated in 1.34, has been removed.
5733 * ProcessCacheLRU class, deprecated in 1.32, has been removed.
5734 * wfForeignMemcKey(), deprecated in 1.35, has been removed.
5735 * LoadBalancer::safeWaitForMasterPos(), deprecated in 1.34, has been removed.
5736 * JobQueue::factory() now requires its `idGenerator` option. The optional
5737   nature of this option was deprecated in 1.35.
5738 * ApiFeedRecentChanges::getFeedObject has been changed to private, and appears
5739   unused outside of MediaWiki core.
5740 * Skin::subPageSubtitle() has been changed to private method. Callers should
5741   use Skin::prepareSubtitle().
5742 * RevisionDeleter::checkRevisionExistence was removed without deprecation.
5743   It had no known callers.
5744 * wfForeignMemcKey() and wfMemcKey(), deprecated in 1.35, have been removed.
5745 * MediaWiki now also requires the php-intl extension.
5746 * BotPassword::save() now returns a Status object for the result rather than
5747   a bool.
5748 * The methods in CoreTagHooks have been marked @internal and type hints have
5749   been added. The methods appeared to be unused outside of MediaWiki core.
5750 * SquidPurgeClient and SquidPurgeClientPool, deprecated since 1.35, have been
5751   removed.
5752 * Several methods on WikiPage will now throw an exception when called on a
5753   WikiPage instance that where constructed on a title that does not refer to a
5754   proper page (but rather a special page or interwiki link). The behavior was
5755   previously undefined and could in some cases lead to data corruption. Affected
5756   methods are: getId(), insertOn(), newPageUpdater(), doUpdateRestrictions(),
5757   doDeleteArticleReal(), doRollback(), and doEditContent().
5758 * The ParserTestRunner no longer invokes the ParserTestTables hook. Instead, it
5759   clones all database tables before running tests, like MediaWikiIntegrationTest
5760   does. If an extension was mis-using the hook to *exclude* tables from the
5761   clone, that will no longer occur, and tests may fail.
5762 * The following classes, which were only loaded for tests and had no uses found
5763   in public MediaWiki-related git, were removed:
5764    - MockWebRequest
5765    - UserWrapper
5766 * Passing Title as a second parameter to RevisionStore::getPreviousRevision and
5767   getNextRevision, hard deprecated since 1.31, was prohibited.
5768 * (T275619) Maintenance::hasOption and Maintenance::getOption now behave as
5769   documented and are not altered by previous calls to these methods.
5770 * The internal class FirejailCommand was removed.
5771 * Command::execute() now returns a Shellbox\Command\UnboxedResult instead of a
5772   MediaWiki\Shell\Result. Any type hints should be updated.
5773 * WikiPage::$mIsRedirect was removed.
5774 * ObjectCache::detectLocalServerCache(), deprecated in 1.35, was removed.
5775 * The following functions from the Title class have been removed:
5776    - countRevisionsBetween
5777    - getAuthorsBetween
5778 * The PageProps class was converted to a service. PageProps::overrideInstance
5779   was removed, and MediaWikiServices::redefineService should be used
5780   instead.
5781 * Support for creating a MediaWikiTitleCodec object without the InterwikiLookup
5782   and NamespaceInfo services, deprecated in 1.34, was removed. Note that the
5783   MediaWikiTitleCodec class is not @newable or @stable to create, and should
5784   be retrieved from MediaWikiServices instead.
5785 * The $wgContLang variable, deprecated in 1.32, was removed. You can instead use
5786   MediaWikiServices::getInstance()->getContentLanguage().
5787 * User::clearAllNotifications(), hard deprecated in 1.35, was removed. Use
5788   WatchlistManager::clearAllUserNotifications() instead.
5789 * DatabaseBlock::getBlocker can return any UserIdentity instance, not just User.
5790 * MediaWiki::triggerJobs(), deprecated in 1.34, was removed.
5791 * The following Article methods, deprecated in 1.35, were removed:
5792   - checkFlags
5793   - checkTouched
5794   - clearPreparedEdit
5795   - doDeleteUpdates
5796   - doEditUpdates
5797   - doPurge
5798   - doViewUpdates
5799   - exists
5800   - followRedirect
5801   - getAutoDeleteReason
5802   - getCategories
5803   - getContentHandler
5804   - getContentModel
5805   - getContributors
5806   - getDeletionUpdates
5807   - getHiddenCategories
5808   - getId
5809   - getLatest
5810   - getLinksTimestamp
5811   - getMinorEdit
5812   - getOldestRevision
5813   - getRedirectTarget
5814   - getRedirectURL
5815   - getRevision
5816   - getTouched
5817   - getUndoContent
5818   - hasViewableContent
5819   - insertOn
5820   - insertRedirect
5821   - insertRedirectEntry
5822   - isCountable
5823   - isRedirect
5824   - loadFromRow
5825   - loadPageData
5826   - lockAndGetLatest
5827   - makeParserOptions
5828   - pageDataFromId
5829   - pageDataFromTitle
5830   - prepareContentForEdit
5831   - protectDescription
5832   - protectDescriptionLog
5833   - replaceSectionAtRev
5834   - replaceSectionContent
5835   - setTimestamp
5836   - shouldCheckParserCache
5837   - supportsSections
5838   - triggerOpportunisticLinksUpdate
5839   - updateCategoryCounts
5840   - updateIfNewerOn
5841   - updateRedirectOn
5842   - updateRevisionOn
5843   - doUpdateRestrictions
5844   - updateRestrictions
5845   - doRollback
5846   - commitRollback
5847   - generateReason
5848 * The monolog-based logging system has dropped the Avro format. Because of this,
5849   the AvroFormatter class and the AvroValidator utility class have been removed
5850   without deprecation.
5851 * AbstractBlock::$mReason, deprecated in 1.34, was removed.
5852   Use AbstractBlock::getReasonComment and AbstractBlock::setReason instead.
5854 === Deprecations in 1.36 ===
5855 * (T278026) The DB_MASTER constant has been deprecated in favour of DB_PRIMARY.
5856 * (T245963) User::getGrantName() is now hard deprecated and will be removed in
5857   a subsequent release. Use MWGrants::grantName() instead.
5858 * wfIncrStats() is now deprecated. Use MediaWikiServices::getInstance()
5859   ->getStatsdDataFactory()->updateCount() instead.
5860 * WikiPage::doEditContent() is now deprecated. Use
5861   WikiPage::doUserEditContent() instead. Note that doEditContent() was also
5862   deprecated in 1.32 for unrelated reasons and doUserEditContent() is
5863   deprecated for other reasons, however, using doUserEditContent() is
5864   recommended over using doEditContent().
5865 * WikiPage::doUserEditContent() is now deprecated. Use
5866   PageUpdater::saveRevision instead. Note that the new method expects callers
5867   to take care of checking EDIT_MINOR against the minoredit right, and to apply
5868   the autopatrol right as appropriate.
5869 * LocalFile::recordUpload2, soft deprecated in 1.35, now emits deprecation
5870   warnings. Use ::recordUpload3 instead.
5871 * Constructing a new instance of the ParserOptions class without providing
5872   a User object, which falls back to the global $wgUser, is now deprecated.
5873 * The User class, which was marked as @newable in 1.35, is no longer newable,
5874   meaning that it is no longer safe to manually call the constructor via
5875   `new User`. Instead, use the UserFactory service. Additionally, the
5876   following static constructor methods were deprecated in favor of using the
5877   UserFactory service:
5878    - User::newFromName
5879    - User::newFromId
5880    - User::newFromActorId
5881    - User::newFromIdentity
5882    - User::newFromAnyId
5883    - User::newFromConfirmationCode
5884 * The following User methods have been hard deprecated in favor of the new
5885   UserEditTracker service:
5886    - User::getFirstEditTimestamp
5887    - User::getLatestEditTimestamp
5888 * The confusingly-named User->isLoggedIn() method has been deprecated in favour
5889   of the method it wraps, User->isRegistered().
5890 * Use of the `preprocessor=Preprocessor_DOM` option in parser test files has
5891   been deprecated. Preprocessor_DOM was removed in 1.35.
5892 * ParserOptions::setTidy() has been deprecated. It has had no effect since
5893   1.35.
5894 * Sanitizer::escapeIdReferenceList() has been deprecated; it will eventually
5895   be made private to the class, as it appears to have no uses outside the
5896   Sanitizer class.
5897 * Sanitizer::hackDocType() is deprecated; it will eventually be made private.
5898 * Skin::getIndicatorsHTML() is deprecated. The functionality can be retained
5899   by reimplementing the method using the raw indicators data from
5900   OutputPage::getIndicators.
5901 * Skin::makeVariablesScript() has been deprecated. Use
5902   ResourceLoader::makeInlineScript() instead.
5903 * SpecialPageFactory::getRestrictedPages() has been deprecated.
5904   Use SpecialPageFactory::getUsablePages() instead.
5905 * Title::nameOf() is deprecated; use Title::newFromID()->getPrefixedDBkey()
5906   instead.
5907 * DatabaseBlock::insert, DatabaseBlock::update, DatabaseBlock::purgeExpired and
5908   DatabaseBlock::delete are deprecated. Use DatabaseBlockStore::insertBlock,
5909   DatabaseBlockStore::updateBlock, DatabaseBlockStore::purgeExpiredBlocks and
5910   DatabaseBlockStore::deleteBlock instead.
5911 * SpecialBlock::getTargetAndType and AbstractBlock::parseTarget are deprecated.
5912   Call BlockUtils::parseBlockTarget instead.
5913 * SpecialUnblock::processUnblock was deprecated - use UnblockUserFactory
5914   service instead.
5915 * Deprecated MediaWikiIntegrationtestCase::removeTemporaryHook() in favor of
5916   MediaWikiIntegrationtestCase::clearHook().
5917 * Skin::getSearchLink(), also exposed as 'searchaction' option in SkinTemplate,
5918   has been deprecated. Use Title or SpecialPage methods directly.
5919 * Skin::getAllowedSkins and ::getSkinNames have been deprecated. Use their
5920   respective equivalents in SkinFactory instead.
5921 * The RollbackComplete hook has been deprecated, use the PageSaveComplete hook
5922   instead.
5923 * Skin::makeUrl() has been deprecated. Title methods should be used instead.
5924 * Skin::privacyLink(), Skin::disclaimerLink() and Skin::aboutLink() have been
5925   deprecated. Please use Skin::footerLink() instead.
5926 * Skin::getLogo() has been deprecated. Use ResourceLoaderSkinModule instead.
5927 * The module `mediawiki.toc.styles` has been replaced by
5928   ResourceLoaderSkinModule. If you are having problems styling table of contents
5929   ensure you have an updated skin.
5930 * Skin::mainPageLink() has been deprecated. Use LinkRenderer service instead.
5931 * BaseTemplate::getToolbox() method has been hard deprecated. The toolbox data
5932   is now available in a sidebar data array which you can get from any class
5933   that's extending QuickTemplate class.
5934 * Constructing a DefaultPreferencesFactory, LinkHolderArray or PasswordReset
5935   without a $hookContainer parameter is deprecated.
5936 * Autopromote class, soft deprecated since 1.35, now emits deprecation warnings.
5937   Use UserGroupManager instead.
5938 * SpecialBlock::canBlockEmail has been deprecated. Please use
5939   BlockPermissionChecker::checkEmailPermissions instead.
5940 * SpecialBlock::checkUnblockSelf has been deprecated. Please use
5941   BlockPermissionChecker::checkBlockPermissions instead.
5942 * SpecialBlock::parseExpiryInput was deprecated - use
5943   BlockUser::parseExpiryInput instead.
5944 * SpecialBlock::validateTarget has been deprecated, use BlockUtils instead.
5945 * SpecialBlock::validateTargetField has been deprecated for external use,
5946   use BlockUtils instead.
5947 * SpecialPage::getLanguageConverter has been deprecated, use
5948   LanguageConverterFactory::getLanguageConverter() directly.
5949 * ParserCache::getKey has been deprecated. Use ParserCache::getMetadata and
5950   ParserCache::makeParserOutputKey instead.
5951 * The PHPUnit4And6Compat class, used to provide compatibility with PHPUnit 4,
5952   was removed. MediaWiki support for PHPUnit 4 ended with the removal of HHVM
5953   support.
5954 * The PHPUnit6And8Compat class, used to provide compatibility with PHPUnit 6,
5955   was removed without deprecation. This class was introduced during the
5956   upgrade to PHPUnit 8, but never used.
5957 * MediaWikiIntegrationTestCase::assertType, hard-deprecated in 1.35 due to
5958   incompatibility with PHPUnit 8, was removed.
5959 * ParserCache::getETag has been deprecated, instead build suitable etag
5960   explicitly.
5961 * The following functions from the Language class have been hard deprecated
5962   and will be removed in a subsequent release:
5963    - findVariantLink
5964    - convertTitle
5965    - updateConversionTable
5966    - commafy
5967 * The following functions from the Title class have been hard deprecated:
5968    - getPreviousRevisionID
5969    - getNextRevisionID
5970    - getEarliestRevTime
5971 * The following functions from the User class have been hard deprecated:
5972    - getDefaultOptions
5973    - getDefaultOption
5974 * The mw.language.commafy client-side method has been deprecated, to match
5975   the deprecation of Language::commafy. Use mw.language.convertNumber
5976   instead.
5977 * The "es6-promise" module has been deprecated. Use "es6-polyfills" instead.
5978 * Title::isDeleted() and Title::isDeletedQuick() have been deprecated. Please
5979   use Title::getDeletedEditsCount() and Title::hasDeletedEdits() instead.
5980 * Article::getContentObject, soft-deprecated since 1.32, was hard-deprecated.
5981 * WikiRevision::importUpload, soft-deprecated since 1.31, was hard-deprecated.
5982 * Html::infoBox() has been deprecated. There's no replacement.
5983 * Message::toString() without a $format parameter, soft-deprecated since 1.28,
5984   was hard-deprecated. Use explicit formatting methods instead, such as
5985   Message::text() and Message::escaped().
5986 * BagOStuff::makeKeyInternal() usage outside of BagOStuff has been deprecated.
5987 * BagOStuff::setDebug() is deprecated and calls to it are ignored. Debug logs
5988   are now unconditionally enabled.
5989 * The following global functions have been hard deprecated:
5990    - wfAppendToArrayIfNotDefault
5991    - wfAcceptToPrefs
5992    - wfClearOutputBuffers
5993    - wfConfiguredReadOnlyReason
5994    - wfDebugMem
5995    - wfGetPrecompiledData
5996    - wfNegotiateType
5997 * BeforeParserFetchTemplateAndtitleHook has been deprecated; replace
5998   with the new BeforeParserFetchTemplateRevisionRecord hook. (The
5999   similar ParserFetchTemplateHook was deprecated in 1.35; the new hook
6000   replaces both.)
6001 * The InterwikiLoadPrefix hook has been deprecated; it is not compatible
6002   with future wikitext parsers (which need to enumerate all interwiki
6003   prefixes). In test cases please use $wgInterwikiCache instead.
6004 * WikiPage instances should no longer be constructed for titles that do not
6005   represent editable pages (e.g. special pages). WikiPages were always
6006   documented to represent "MediaWiki article and history".
6007 * Skin::getSkinStylePath() has been deprecated. Please replace usages with
6008   the direct path to the resources.
6009 * The second argument of EnhancedChangesList::getDiffHistLinks, $query, has
6010   been deprecated.
6011 * The ParserTestTables hook has been deprecated; it is no longer necessary
6012   after a ParserTestRunner refactoring.
6013 * The following classes have been hard deprecated: CachedAction,
6014   SpecialCachedPage, CacheHelper, ICacheHelper. They were unused in MediaWiki
6015   ecosystem, so no replacement was provided.
6016 * The ProtectionForm::buildForm hook has been deprecated. Please use the
6017   ProtectionFormAddFormFields hook instead.
6018 * RevisionStore::newMutableRevisionFromArray has been hard deprecated. Instead,
6019   MutableRevisionRecord should be constructed directly via constructor.
6020 * UserIdentity::getActorId() is deprecated. The actor ID should not be exposed
6021   to application logic. Storage layer code should use the ActorNormalization
6022   service for normalizing and denormalizing user names.
6023 * Constructing a UserIdentityValue with an actor ID as the third parameter is
6024   deprecated. The parameter should be omitted. Storage layer code should use
6025   the ActorNormalization service for normalizing and denormalizing user names.
6026 * Command::cgroup() is deprecated and no longer functional. $wgShellCgroup is
6027   now implemented as an Executor option.
6028 * Command::restrict() is deprecated. Instead use the new separate accessors.
6029 * MWTidy::tidy() is deprecated. Use MediaWikiServices::getTidy()-tidy() instead.
6030 * TidyDriverBase::supportsValidate() is deprecated; it has always returned
6031   false since 1.33.
6032 * WatchedItem::getUser hard-deprecated in favor of ::getUserIdentity.
6033 * WatchedItemStoreInterface::enqueueWatchlistExpiryJob was hard deprecated in
6034   favor of the new method maybeEnqueueWatchlistExpiryJob that takes care of
6035   relevant configuration checks.
6036 * LogEntry::getPerformer() and its implementations have been hard-deprecated, in
6037   favor of ::getPerformerIdentity().
6038 * AuthManager::singleton(), deprecated in 1.35, is hard deprecated. Use
6039   MediaWikiServices::getAuthManager() instead.
6040 * User::clearNotification(), deprecated in 1.35, is hard deprecated. Use
6041   WatchlistManager::clearTitleUserNotification() instead.
6042 * Passing string to DatabaseBlock::setBlocker was deprecated. Only UserIdentity
6043   is now allowed.
6044 * DatabaseBlock constructor 'byText' option was deprecated in favour of 'by'
6045   option, which now accepts UserIdentity. Passing user ID is deprecated.
6046 * Parser::getUser was deprecated. Use Parser::getUserIdentity instead.
6047 * DatabaseBlock::isWhitelistedFromAutoblocks was deprecated. Use
6048   DatabaseBlock::isExemptedFromAutoblocks instead.
6049 * User::isIPRange(), deprecated in 1.35, is hard deprecated.
6050   Use the UserNameUtils service or IPUtils directly.
6051 * BaseTemplate::getFooterIcons(), deprecated in 1.35, is hard deprecated. Read
6052   footer icons from template data requested via $this->get('footericons').
6053 * `box-shadow()` LESS mixin from mediawiki.mixins is deprecated due to updated
6054   basic browser support. Use unprefixed property `box-shadow:` instead.
6055 * MergeHistory::checkPermissions was deprecated. Use ::probablyCanMerge or
6056   ::authorizeMerge instead.
6057 * User::isValidUserName(), deprecated in 1.35, is hard deprecated.
6058   Use the UserNameUtils service instead.
6059 * The TitleArrayFromResult hook has been deprecated.
6060 * The EditPageBeforeEditToolbar hook has been deprecated; it has become
6061   defunct after the classic edit toolbar was removed. Use one of the many
6062   other EditPage hooks instead.
6063 * Deprecated the class name MediaWiki\User\WatchlistNotificationManager; use
6064   MediaWiki\Watchlist\WatchlistManager instead. Deprecated the method
6065   MediaWikiServices->getWatchlistNotificationManager(); use
6066   MediaWikiServices->getWatchlistManager() instead.
6067 * The "ArticleEditUpdatesDeleteFromRecentchanges" hook, deprecated in 1.35, has
6068   been removed. Other hooks like "RecentChange_save" can be used instead.
6070 === Other changes in 1.36 ===
6071 * The 'tidy' key in ParserOptions (used in the parser cache) has been removed.
6072   It has had no effect since 1.35.
6073 * A future release of MediaWiki will make `{{=}}` a built-in parser function,
6074   for use when automatically escaping the `=` character in template arguments.
6075   A tracking category and parser warning have been added to this release when
6076   `{{=}}` is used and it expands to something other than `=`.
6077 * The implementation of TestFileReader::read has been changed to use Parsoid's
6078   parser test file parser. This should be compatible with existing code, but it
6079   only supports version 2 of the test file specification and may be more strict
6080   when parsing invalid input, including duplicate tests.
6081 * BeforeParserFetchTemplateRevisionRecord, a new hook, unifies and replaces the
6082   old BeforeParserFetchTemplateAndtitleHook and ParserFetchTemplateHook.
6083 * The SkinLessImportPaths attribute was added, allowing skins to add a directory
6084   to the import path for LESS stylesheets. Skins can use this to provide a
6085   custom version of mediawiki.skin.variables.less, setting skin-specific values
6086   for certain LESS variables.
6087 * The interaction between ContentHandler::getParserOutputForIndexing() and
6088   ContentHandler::getDataForSearchIndex() has been clarified (the latter should
6089   only be called with the result of the former). Extensions may override
6090   getParserOutputForIndexing() to skip generating HTML, which may improve
6091   indexing performance. (The default implementation still generates HTML, and
6092   getDataForSearchIndex() implementations can still rely on it if they do not
6093   over-ride getParserOutputForIndexing().)
6094 * Article::fetchContentObject, ::mContentObject, ::mContentLoaded,
6095   ::mRevIdFetched, all deprecated since 1.32, were removed.
6096 * Article::mParserOptions and ::setParserOptions were removed.
6097 * Article and ImagePage::getEmptyPageParserOutput, unused, were removed.
6098 * ParserCache's default serialization format was changed from PHP serialization
6099   to JSON serialization. In case some installed extension do not support JSON
6100   yet, $wgParserCacheUseJson can be used to revert back to PHP serialization.
6101 * PermissionManager::groupHasPermission, ::getGroupPermissions and
6102   ::getGroupsWithPermission were deprecated, use GroupPermissionsLookup
6103   service instead.
6104 * WatchedItemStoreInterface now accepts PageIdentity where it accepted
6105   LinkTarget, calling with LinkTarget was deprecated.
6106 * 'movable' attribute has been added to the 'namespaces' property of
6107   extension.json schema. Extensions that define namespaces can set it to
6108   `false` to disallow moving pages in the specified namespace. Extensions
6109   should either use this or NamespaceIsMovableHook, but not both. The hook
6110   overrides the attribute.
6112 == Compatibility ==
6114 MediaWiki 1.36 requires PHP 7.3.19 or later and the following PHP extensions:
6116 * ctype
6117 * dom
6118 * fileinfo
6119 * iconv
6120 * intl
6121 * json
6122 * mbstring
6123 * xml
6125 MySQL/MariaDB is the recommended DBMS. PostgreSQL or SQLite can also be used,
6126 but support for them is somewhat less mature.
6128 The supported versions are:
6130 * MySQL 5.5.8 or later
6131 * PostgreSQL 9.4 or later
6132 * SQLite 3.8.0 or later
6134 == Online documentation ==
6135 Documentation for both end-users and site administrators is available on
6136 MediaWiki.org, and is covered under the GNU Free Documentation License (except
6137 for pages that explicitly state that their contents are in the public domain):
6139        https://www.mediawiki.org/wiki/Special:MyLanguage/Documentation
6141 == Mailing list ==
6142 A mailing list is available for MediaWiki user support and discussion:
6144        https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
6146 A low-traffic announcements-only list is also available:
6148        https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce
6150 It's highly recommended that you sign up for one of these lists if you're
6151 going to run a public MediaWiki, so you can be notified of security fixes.
6153 == IRC help ==
6154 There's usually someone online in #mediawiki on irc.libera.chat.
6156 = MediaWiki 1.35 =
6158 MediaWiki 1.35 should mostly work on PHP 8.0/8.1, however it is not
6159 currently actively supported. Testing (on a development wiki!) is
6160 appreciated, and bugs with PHP 8.0/8.1 on MediaWiki 1.35 will be accepted.
6162 It is anticipated that in a later MediaWiki 1.35 point release, we can
6163 declare 1.35 as supporting PHP 8.0/8.1.
6165 PHP 8.0 workboard: https://phabricator.wikimedia.org/tag/php_8.0_support/
6166 PHP 8.1 workboard: https://phabricator.wikimedia.org/tag/php_8.1_support/
6167 PHP 8.2 workboard: https://phabricator.wikimedia.org/tag/php_8.2_support/
6168 PHP 8.3 workboard: https://phabricator.wikimedia.org/tag/php_8.3_support/
6170 == MediaWiki 1.35.14 ==
6172 This is a security and maintenance release of the MediaWiki 1.35 branch.
6174 === Changes since MediaWiki 1.35.13 ===
6175 * Localisation updates.
6176 * (T344912) mail: Encode period (ascii 46) if it appears in encoded email
6177   header.
6178 * (T347726, CVE-2023-51704) SECURITY: logging: Fix non-escaped messages
6179   used in rights log.
6181 == MediaWiki 1.35.13 ==
6183 This is a maintenance release of the MediaWiki 1.35 branch.
6185 === Changes since MediaWiki 1.35.12 ===
6186 * Tarball release to fix backport issues with patch for T341529.
6188 == MediaWiki 1.35.12 ==
6190 This is a security and maintenance release of the MediaWiki 1.35 branch.
6192 === Changes since MediaWiki 1.35.11 ===
6193 * Localisation updates.
6194 * (T333050, CVE-2023-45363) SECURITY: Fix infinite loop for
6195   self-redirects with variants conversion.
6196 * (T341434) WikiImporter: Improve error message output.
6197 * (T341737) ApiBase: Cast $id to string in filterIDs.
6198 * (T342632) ApiComparePages: Add help url.
6199 * (T347227) ImportReporter: Make callback functions public.
6200 * doc: Improve description of type in extension.schema.v1.json.
6201 * (T340221, CVE-2023-45360) SECURITY: XSS via
6202   'youhavenewmessagesmanyusers' and 'youhavenewmessages' messages.
6203 * (T341529, CVE-2023-45362) SECURITY: diff-multi-sameuser
6204   ("X intermediate revisions by the same user not shown") ignores username
6205   suppression.
6206 * (T341565, CVE-2023-3550) SECURITY: Stored XSS when uploading crafted XML
6207   file to Special:Upload (non-standard configuration).
6209 == MediaWiki 1.35.11 ==
6211 This is a security and maintenance release of the MediaWiki 1.35 branch.
6213 === Changes since MediaWiki 1.35.10 ===
6214 * Localisation updates.
6215 * (T333990) composer.json: Explicitly pin psr/http-message to 1.0.1.
6216 * (T335203, CVE-2023-29197) SECURITY: Upgrading guzzlehttp/psr7
6217   (1.9.0 => 1.9.1).
6218 * (T269636) Add Access-Control-Max-Age to $wgAllowedCorsHeaders.
6219 * (T322944) Add Authorization to default $wgAllowedCorsHeaders.
6220 * (T332889, CVE-2023-36675) SECURITY: Fix escaping in BlockLogFormatter.
6221 * (T297917) objectcache: avoid use of ctype_digit() in
6222   WANObjectCache::adaptiveTTL().
6223 * (T330464) Work around argument corruption bug in XMLReader::open.
6224 * (T313157) IndexPager: Also protect against $offset being 0.
6225 * (T335612, CVE-2023-36674) SECURITY: Move badFile lookup to Linker.
6227 == MediaWiki 1.35.10 ==
6229 This is a security and maintenance release of the MediaWiki 1.35 branch.
6231 === Changes since MediaWiki 1.35.9 ===
6232 * Localisation updates.
6233 * (T324895) MWCallbackStream: Add explicit $stream property.
6234 * Remove /images .htaccess rules that are no longer relevent.
6235 * Disable php in .htaccess of images directory as a hardening measure.
6236 * (T322583) Include missing message parameter in message.
6237 * Fix phan error when Excimer is enabled.
6238 * (T274966) tests: Make pass on php8.0.
6239 * (T323373) Parser: Fix extractSections() behavior for PHP >= 8.0.
6240 * (T326021) Add matrix: to $wgUrlProtocols.
6241 * api/en.json: api-help-datatype-expiry add missing 'may'.
6242 * (T225218) Wait until the recent changes are updated.
6243 * (T328222) Pass empty string to strlen() if schema is null for
6244   PostgresDatabase.
6245 * (T317329) OutputPage: Fix undefined ['host'] in ImagePreconnect code.
6246 * (T289926) SpecialRevisionDelete: Set default of '' for wpReason.
6247 * (T155582, T328503) Fix XML dumps for content types with non-string
6248   getNativeData().
6249 * (T295958, T278847) MediaWiki-Docker: Switch PHP images to PHP7.4.
6250 * (T314099) revisiondelete: Replace dynamic property Status::$itemStatuses.
6251 * (T329198) ParamValidator: Improve paramvalidator-help-multi-max message.
6252 * (T292348) WikiImporter: do not fail if upload entry in dump lacks 'text'
6253   tag.
6254 * (T329484) API: Fix query+allimages user parameter description.
6255 * (T330529) SpecialEditTags: Set default of '' for wpReason.
6256 * (T330526) htmlform: Handle null from HTMLFormField::getDefault in
6257   multiselects.
6258 * (T285159, CVE-2023-29141) SECURITY: Do not apply autoblocks to untrusted
6259   XFF headers.
6261 == MediaWiki 1.35.9 ==
6263 This is a security and maintenance release of the MediaWiki 1.35 branch.
6265 === Changes since MediaWiki 1.35.8 ===
6266 * Localisation updates.
6267 * (T319000) WebInstaller: Don't try and run trim() on null.
6268 * (T320864) When calling mail(), use an array for headers.
6269 * (T311567) In ManualLogEntry, cast the comment to string.
6270 * (T323082) Upgrading wikimedia/xmp-reader (0.7.0 => 0.8.5).
6271 * Language: Handle ronna and quetta.
6272 * (T304515) LCStoreStaticArray: atomically replace the cache file.
6273 * (T324890, T324891, T324901) Parser: Allow dynamic properties on PHP 8.2.
6274 * (T322637) SECURITY: sqlite should not create DB file world-readable.
6276 == MediaWiki 1.35.8 ==
6278 This is a security and maintenance release of the MediaWiki 1.35 branch.
6280 === Changes since MediaWiki 1.35.7 ===
6281 * Localisation updates.
6282 * (T311568) UploadBase::setTempFile() handle $tempPath being passed as null.
6283 * (T311559) SpecialListFiles: user parameter isn't always present.
6284 * (T311561) ImageListPager: Don't call htmlspecialchars() on null.
6285 * (T311920) SpecialBlockList: Prevent passing null to trim().
6286 * (T311921) SpecialUserrights: Don't pass null to str_replace.
6287 * (T311570) SpecialWithoutInterwiki: Don't pass null through to
6288   Title::capitalize().
6289 * (T311574, T311576) SpecialLinkSearch: Don't pass null through to the parser.
6290 * (T312519, T312520) Parser::extensionSubstitution() Don't run substr() on null.
6291 * (T287564) populateInterwiki: Include not null columns iw_api/iw_wikiid.
6292 * (T312302) SpecialRedirect: Don't pass null to explode.
6293 * RemoveInvalidEmails: Fix quoting for postgres.
6294 * (T312678) import: UploadSourceAdapter::stream_read() don't pass null to
6295   strlen().
6296 * (T312300) SpecialDiff: Don't pass null to explode().
6297 * (T312680) parser: Fix CoreParserFunctions::urlencode() null coalescence $arg.
6298 * (T289926) Handle null passed to wfShorthandToInteger() and Html::element().
6299 * (T289926) Ensure that strlen() does not get passed a (valid) null.
6300 * (T312301) SpecialDiff: Don't pass null to trim().
6301 * Hooks: Use more meaningful name for SkinAfterPortlet hook parameter.
6302 * (T289926) Ensure we don't pass null to mb_strlen.
6303 * (T312305, T311572, T311571, T311578) HtmlForm: Null coalescence in trim()
6304   calls.
6305 * (T289926) site: Consistently return null from Site::getDomain().
6306 * (T307304, T289879) filebackend,jobqueue: Add signature for
6307   FilterIterator::accept().
6308 * (T312183) rdbms: Adapt hasOrMadeRecentPrimaryChanges test mock for PHP 8.1.
6309 * Add application/vnd.ms-opentype to MIME list.
6310 * Allow composer/installers plugin in composer.json.
6311 * (T313663) Make HandlerTestTrait compatible with php8.1.
6312 * (T313663) [php8.1] Change override of $wgResourceBasePath for CSP tests.
6313 * Change type hints for BatchRowIterator and NotRecursiveIterator for
6314   compatibility with PHP 8.1.
6315 * (T313663) [php8] Don't use strlen on potentially null string.
6316 * (T313663) [php8.1] Suppress test warning about providing null.
6317 * (T313663) Parser will use current timestamp instead of null if passed a
6318   RevisionRecord that does not have a timestamp.
6319 * (T313663) Add explicit null check for $sha in FileBackend [php8.1].
6320 * (T313663) LogFormatter: Cast argument of ctype_digit to string [php8.1].
6321 * (T289879, T289926) Get rid of warnings on PHP 8.1.
6322 * rdbms: fix some PHP 8 warnings in Database/LoadBalancer/LBFactory.
6323 * (T313663) Avoid testing strlen on null in ApiQuerySiteinfo [php 8.1 compat].
6324 * Fix a couple deprecation warnings in the installer under PHP 8.1.
6325 * (T313663) Use default timezone UTC for SpecialWatchlistTest [php 8.1].
6326 * (T314096) Migrate use of ${var}-style string interpolation.
6327 * (T313663, T313662) Make default value for optional args {{PAGESINCAT:..}} be
6328   '' not null.
6329 * (T314225) SpecialCategories: Null coalescene $par.
6330 * (T314099) User: Allow dynamic properties on PHP 8.2.
6331 * (T314404) SpecialGoToInterwiki: Null coalescene $par.
6332 * (T314397) SpecialBlock: Better handle null in getTargetUserTitle.
6333 * (T314099) phpunit: Fix trivial dynamic property usages in tests.
6334 * (T314405) UploadStash: Check if us_prop is set in the fileMetadata.
6335 * (T314550) SpecialMergeHistory: Set timestamp to '' if no mergepoint.
6336 * (T314551) SpecialMergeHistory: Set defaults for target and dest parameters.
6337 * api: Add rel=nofollow to help examples.
6338 * (T314824) tests: Update parser test after i18n change.
6339 * (T263927) Add autocomplete HTML attribute to common auth form fields.
6340 * (T307613) Validate length of user email on Special:ChangeEmail/
6341   Special:CreateAccount.
6342 * (T314906, T314907) SpecialBlock: Set defaults for wpPageRestrictions and
6343   wpNamespaceRestrictions.
6344 * (T315309) ImportStreamSource::newFromURL() Prevent passing null to fwrite.
6345 * (T315892) composer.json: Pin phpunit to 8.5.28.
6346 * (T229092) MigrateActors.php: ignore duplicate creations of actors.
6347 * (T313049) Bump wikimedia/parsoid to v0.12.3.
6348 * (T317750) session: Fix broken SessionTest case due to PHPUnit dependency
6349   change.
6350 * (T318460) SpecialChangeEmail: Set default for returntoquery.
6351 * (T316304, CVE-2022-41767) SECURITY: reassignEdits doesn't update results
6352   in an IP range check on Special:Contributions.
6353 * (T309894, CVE-2022-41765) SECURITY: HTMLUserTextField exposes existence
6354   of hidden users.
6356 == MediaWiki 1.35.7 ==
6358 This is a security and maintenance release of the MediaWiki 1.35 branch.
6360 === Changes since MediaWiki 1.35.6 ===
6361 * Localisation updates.
6362 * (T289879) Type hints for ArrayAccess.
6363 * (T304783) TemplateParser: avoid warnings when called by NoLocalSettings.
6364 * Rebuilt vendor with composer 2.3.3.
6365 * (T289879) Address some deprecations for PHP 8.1.
6366 * Fix old_name in UserLogoutComplete hook.
6367 * (T286260, T307979) objectcache: normalize $exptime to a TTL in
6368   APCUBagOStuff/WinCacheBagOStuff.
6369 * MediaSearchWidget should declare an explicit dependency on mediawiki.user
6370   module.
6371 * (T288423) WikiImporter: Replace deprecated WikiRevision::setText.
6372 * (T309377, CVE-2022-29248, T311384, CVE-2022-27776) Updating guzzlehttp/guzzle
6373   (6.5.5 => 6.5.8).
6374 * (T308471) SECURITY: Escape welcomeuser message passed to showSuccessPage().
6375 * (T311272) Call parent constructor of AddSite maintenance script first.
6376 * MediaWiki: Don't eagerly initialize action name.
6377 * (T289926) Avoid passing null to trim() in SkinTemplate.
6378 * (T307282) Avoid passing null to strcasecmp(), for PHP 8.1.
6379 * (T311552) ChangesListSpecialPage: Don't pass null to FormatJson::decode().
6380 * (T311569) FileBackend::isStoragePath() Handle being passed null.
6381 * (T311544) Pass int to ApiUsageException::newWithMessage()'s $httpCode param.
6382 * (T311678) SpecialEditWatchlist: Prevent passing null to strtolower().
6383 * (T281741) ChangeTags: Fix adding CSS classes for hidden tags.
6384 * (T296642) changetags: Fix management of a '0' tag.
6385 * (T311554) ChangeTags: Return early in formatSummaryRow() if $tags === null.
6386 * (T303033) Handle null in ChangeTags::modifyDisplayQuery.
6388 == MediaWiki 1.35.6 ==
6390 This is a security and maintenance release of the MediaWiki 1.35 branch.
6392 === Changes since MediaWiki 1.35.5 ===
6393 * (T298261) Fix support for Composer 2.2.
6394 * (T298283) composer.json: Add wikimedia/composer-merge-plugin to allow-plugins.
6395 * Update doctrine/dbal (3.0.0 => 3.1.5).
6396 * (T298564) MemcachedClient: Add support for IPv6.
6397 * (T297543, CVE-2022-28202) SECURITY: properly escape output used within
6398   galleries and Special:RevisionDelete.
6399 * (T268847) Suppress deprecation warnings from libxml_disable_entity_loader().
6400 * (T283275) Fix PHP 8.0 failure of WikiExporterFactoryTest.
6401 * (T274966) Upgrading wikimedia/html-formatter (1.0.2 => 2.0.1).
6402 * Fix the json schema and the extension processor for Parsoid extension modules.
6403 * (T299696) update.php: Avoid passing null to substr.
6404 * In PHP 8.1 don't throw exceptions from mysqli.
6405 * (T289926) SiteConfiguration: Don't pass null to str_replace().
6406 * (T264735) Fix deprecation warning from CURLPIPE_HTTP1.
6407 * (T260735) Stop using is_resource() where possible.
6408 * (T289879) Apply ReturnTypeWillChange to various implementations of built in
6409   interfaces.
6410 * (T299312) Implement __serialize/__unserialize for PHP 8.1 support.
6411 * ExtensionRegistry: Add process cache for lazy attributes.
6412 * (T301041) ApiPageSet: Add "missing": true to missing revisions.
6413 * Allow ParsoidModules extension schema to register services.
6414 * (T297708) Allow setting max execution time to several special pages.
6415 * Upgrading wikimedia/object-factory (v2.1.0 => v2.2.0).
6416 * (T302540) composer.json: Add ext-calendar to require.
6417 * (T302540) composer.json: Add ext-simplexml to require-dev.
6418 * (T302540) composer.json: Add various PHP extensions to suggests.
6419 * Upgrading symfony/polyfill-php80 (v1.23.1 => v1.25.0).
6420 * (T303871) Add Title::getId() as an alias for ::getArticleId().
6421 * (T304008) Don't re-check "Move subpages" on Special:MovePage after a warning.
6422 * (T293576) listFiles: Display file name instead of version.
6423 * (T303560) Installer: Check correct PCRE_CONFIG_NEWLINE value.
6424 * wrapOldPasswords: add \n to two output calls.
6425 * (T304993) Make editcontentmodel a part of editpage grant.
6426 * (T297571, CVE-2022-28201) Title::newMainPage() goes into an infinite recursion
6427   loop if it points to a local interwiki.
6428 * (T297731, CVE-2022-28203) Requesting Special:NewFiles on a wiki with many file
6429   uploads with actor as a condition can result in a DoS.
6431 == MediaWiki 1.35.5 ==
6433 This is a security and maintenance release of the MediaWiki 1.35 branch.
6435 === Changes since MediaWiki 1.35.4 ===
6436 * (T290697) Add symfony/polyfill-php80.
6437 * IcuCollation: Add some more icu to unicode version mappings.
6438 * ApiBase: Annotate deprecated constants individually.
6439 * PHPVersionCheck: Mark PHP 7.4.0 - 7.4.2 as buggy.
6440 * (T293044) installer: Fix 5th param to sourceFile() in DatabaseUpdater.
6441 * (T291127) Always encode spaces in cookie values as "%20".
6442 * Use LocalFile::getHookRunner instead of LocalFile::hookRunner.
6443 * HistoryBlobStub: add getLocation() to get $mOldId.
6444 * Fix checkStorage.php.
6445 * checkStorage: pass no parameters to WikiRevision::getContent().
6446 * (T292763, CVE-2021-44854) SECURITY: Do not cache private wiki completion
6447   results.
6448 * (T294316) Revert "Mark ApiClientLogin/ApiLogin as requiring write mode".
6449 * (T250068) resources: Upgrade jQuery from 3.4.1 to 3.6.0.
6450 * (T250068) resources: Upgrade jquery-migrate from 3.1.0 (patched) to 3.3.2
6451   (patched).
6452 * (T294796) JobQueueRedis: Replace deprecated zSize with zCard.
6453 * (T212428, T267468) Allow populateContentTables to continue when there are
6454   bad blobs.
6455 * (T295191) ApiQuerySiteinfo: Fix "rightsinfo"/"url" when $wgRightsPage is
6456   set.
6457 * Update pear/mail_mime to 1.10.11.
6458 * Update deprecated Guzzle Psr7 function calls.
6459 * Tweak error message for missing composer dependencies.
6460 * (T296112) Allow inserting new sections named '0'.
6461 * nukeNS: don't run purgeRedundantText() after every change.
6462 * (T225888) RollbackAction: fix missing pagetitle.
6463 * (T297322, CVE-2021-44858, CVE-2021-44857) SECURITY: Fix permissions checks in
6464   undo actions.
6465 * (T297574, CVE-2021-45038) SECURITY: Fix permissions check in action=rollback.
6466 * (T34716, T297416) SECURITY: Require 'read' right for most actions.
6467 * (T271037, CVE-2021-44856) SECURITY: Fix use of EditFilterMergedContent hook
6468   when changing content model.
6470 == MediaWiki 1.35.4 ==
6472 This is a security and maintenance release of the MediaWiki 1.35 branch.
6474 === Changes since MediaWiki 1.35.3 ===
6475 * (T283394) Mark ApiClientLogin/ApiLogin as requiring write mode.
6476 * (T283273) Make postgres IRC channel point to libera.chat.
6477 * (T289108) ExtensionProcessor: Remove loaderScripts from extension.json
6478   schemas.
6479 * (T281549) Installer: Fix mediawiki-announce auto subscription code.
6480 * FormatJson: Optimize encode() for supported PHP versions.
6481 * (T290398) renameRestrictions.php: Update protected_titles as well.
6482 * $wgMimeTypeBlacklist - This configuration array now prohibits the RFC 4329
6483   form of JavaScript, 'application/javascript', as well as previous MIME types.
6484 * (T51097, T290273) resourceloader: Call getStyleFiles from
6485   FileModule::getFileHashes.
6486 * (T277788) parser: Avoid calling ParserOptions::getOption() too many times.
6487 * (T285515, CVE-2021-41798) SECURITY: XSS vulnerability in Special:Search.
6488 * (T290379, CVE-2021-41799) SECURITY: ApiQueryBacklinks can cause a full
6489   table scan.
6490 * (T284419, CVE-2021-41800) SECURITY: fix PoolCounter protection of
6491   Special:Contributions.
6493 == MediaWiki 1.35.3 ==
6495 This is a security and maintenance release of the MediaWiki 1.35 branch.
6497 === Changes since MediaWiki 1.35.2 ===
6498 * (T259685) SQLite compatibility with ZeroConf VisualEditor was fixed in 1.35.2.
6499 * (T196906, T242751) Fix the test MonologSpiTest::testDefaultChannel.
6500 * (T279964) Parser: Trim trailing whitespace as the last step in pre-save
6501   transform.
6502 * (T278026) rdbms: Add DB_PRIMARY to replace DB_MASTER.
6503 * (T252853) Update updateSearchIndex.php to 2006+ standards.
6504 * (T276945) Define a batch size in maintenance/manageJobs.php.
6505 * (T276945) Implement JobQueueDB::getAllAbandonedJobs.
6506 * (T269676) authevents: strval() variables passed to status when logging.
6507 * (T280944) $wgIncludejQueryMigrate - This setting allows the jQuery Migrate
6508   plugin to be disabled. It has been enabled by default since MediaWiki 1.27.
6509 * (T281584) apihelp-query+iwlinks-param-prop: s/interlanguage/interwiki/.
6510 * (T281635) Delete maintenance/cleanupAncientTables.php.
6511 * (T282133) RedisConnectionPool: Suppress phan issue.
6512 * (T281549) WebInstaller: Don't show the announce-l subscribe
6513   checkbox temporarily.
6514 * (T278266) Fix annoying E_NOTICE about undefined 'alt' index in
6515   Skin#makeFooterIcon.
6516 * (T264214) UserRightsProxy::addGroup has to be allowed to update the
6517   old group as well, which is used for granting interwiki rights.
6518 * (T269776, T278266) getFooterIcons should not return empty arrays.
6519 * (T274966) Skip AvroFormatterTest::testSchemaNotAvailable on PHP 8.0.
6520 * phpunit: fail on warnings.
6521 * (T283247) Freenode -> Libera per wikimedia moving from
6522   freenode to libera.
6523 * (T243124) Make phpunit:unit accept extension*.json to populate the classes.
6524 * (T142663) Add extension.json merge strategy "provide_default".
6525 * (T283540) HookContainer: Fix normalization of callback for static handler.
6526 * (T283464) Fix array order for array_replace_recursive merge strategy.
6527 * (T247223) Optimise MessageCache::isMainCacheable() for the single-message
6528   case.
6529 * (T278579) Don't send headers on ob_end_clean().
6530 * (T280226, CVE-2021-35197) SECURITY: Prevent blocked users from purging
6531   pages.
6533 == MediaWiki 1.35.2 ==
6535 This is a security and maintenance release of the MediaWiki 1.35 branch.
6537 MediaWiki 1.35.2 supports Composer 2.0. It is recommended to make sure your
6538 libraries are up to date on Composer 1.x, before running Composer 2.x.
6540 While normally running update.php isn't required for point releases,
6541 it is recommended to run it for 1.35.2 so that iwlinks.iwl_prefix is
6542 updated to take 32 characters.
6544 === Changes since MediaWiki 1.35.1 ===
6545 * (T270450) The confusingly-named User->isLoggedIn() method has been deprecated
6546   in favour of the method it wraps, User->isRegistered().
6547 * Upgrade pimple/pimple from 3.3.0 to 3.3.1 for PHP 8.0 support.
6548 * Upgrade seld/jsonlint from 1.7.1 to 1.8.3 for PHP 8.0 support.
6549 * Upgrade doctrine/dbal from 2.10.4 to 3.0.0 for PHP 8.0 support.
6550 * (T270734) Fix display of Special:Preferences URL in password reset email.
6551 * (T252774, T271441) resourceloader: Give SkinModule 'features' option an
6552   extensible default.
6553 * (T271441) Unknown features shouldn't break style output.
6554 * (T264986) Make use of CURLMOPT_MAX_HOST_CONNECTIONS conditional on having
6555   curl >= 7.30.0.
6556 * DefaultSettings.php: Update $wgPingback documentation.
6557 * Fix docs for LanguageConverter::translate.
6558 * (T272250) Don't rely on implicit string->int cast in comparison.
6559 * (T272327) Exif::isSlong: Cast input to float so PHP 8.0 abs() doesn't whine.
6560 * (T272328) UploadBase: Don't call MimeAnalyzer if mTempPath is null.
6561 * Remove nonfunctional default sampling for WANObjectCache metrics.
6562 * (T258851) Prevent service injection to LoadExtensionSchemaUpdates hook.
6563 * (T270852) Hooks: Map dash character to underscore when generating hook names.
6564 * (T271551, T270145) Fix fetching ipblock-exempt within
6565   BlockManager::getUserBlock.
6566 * PHPVersionCheck: The PHP Group only supports PHP >= 7.3.0.
6567 * (T248925) Set empty closures in DatabaseTest to fix PHP 8 tests.
6568 * (T34217) rdbms: Remove outdated MySQL 4 references and fix doc URLs.
6569 * (T248925) Special:Contributions reports negative namespace error on PHP 8.
6570 * (T248925) objectcache: Fix non-numeric string check in HashBagOStuff for
6571   PHP 8.
6572 * (T248925) Fix CacheTime::getCacheExpiry for PHP 8.
6573 * (T259685) Allow REST API POST handlers to opt out of mandatory SQLite locking.
6574 * (T91820, T259685) MWLBFactory: rename magic HTTP header for opting out of
6575   SQLite write lock.
6576 * (T272326) Fix DeprecationHelperTest on PHP 8.
6577 * Upgrade wikimedia/less.php from 3.0.0 to 3.1.0 for PHP 8.0 support.
6578 * (T236639) OutputPage: Make $wgDebugRedirects work again.
6579 * (T274648) registration: Allow reusing cached metadata between wikis.
6580 * CdnCacheUpdate: Send full URL instead of path to Curl for purge.
6581 * Upgrade monolog/monolog from 1.25.3 to 2.2.0 for PHP 8.0 support.
6582 * FileBackend: Do not use SOCKET_ENOENT on windows.
6583 * (T275441) ApiQueryUserInfo: Allow all uiprops to be requested at once.
6584 * (T275261) Escape wikitext in the title in invalid title error messages.
6585 * (T275242) Extend iwlinks.iwl_prefix to VARBINARY(32) on MySQL.
6586 * (T246594, T270228) PHPVersionCheck: Complain about known-bad versions above
6587   minimum.
6588 * (T275824) Upgrade wikimedia/composer-merge-plugin from 1.4.1 to 2.0.1 for
6589   Composer 2.0 support.
6590 * (T269293) Record all used options in metadata.
6591 * Allow usage of Composer 2.0 to install MediaWiki's dependencies.
6592 * (T259872) skins: Call headElement() after getTemplateData() in SkinMustache.
6593 * (T277009, CVE-2021-30158) SECURITY: Allow blocked users to access
6594   Special:ResetTokens.
6595 * (T272412) Add "Account data" section to user preferences.
6596 * (T268310) Add list of thumbnail urls to LocalFilePurgeThumbnails hook.
6597 * (T277520) registration: Allow specifying immovable namespaces in
6598   extension.json.
6599 * (T275619) Maintenance::hasOption and Maintenance::getOption now behave as
6600   documented and are not altered by previous calls to these methods.
6601 * (T254688) Remove page inner join from subquery in SpecialWhatLinksHere.
6602 * (T122124) signup: added help message for security.
6603 * (T278014, CVE-2021-30154) SECURITY: Escape mediastatistics-header-* messages
6604   on Special:NewFiles.
6605 * (T278058, CVE-2021-30157) SECURITY: Escape rcfilters-filter-* messages on
6606   ChangesList pages.
6607 * (T277414) HTMLFormField: Use non namespaced class name rather than
6608   static::class.
6609 * (T268673) maintenance: Don't create SearchUpdate in rebuildtextindex.php
6610   for page_namespace below 0.
6611 * (T246594, T270228) Mark ParserOptionsTests skipped on PHP 7.4.0-7.4.8.
6612 * (T268230) Switch to new MediaWiki logo by Serhio Magpie.
6613 * (T271735) Expand config-pingback-help, link to privacy policy in
6614   config-pingback.
6615 * Fix documentation of user-global in $wgRateLimits.
6616 * BackupDumper: Add -o as shortcode for --output.
6617 * (T235554) Disable DEFER_SET_LENGTH_AND_FLUSH headers to avoid HTTP errors.
6618 * (T270713, CVE-2021-30152) SECURITY: Allow user to only apply protection they
6619   have right to do so via action=protect.
6620 * (T272386, CVE-2021-30159) SECURITY: Non-admin deleted enwiki page in fast
6621   double move.
6622 * (T270988, CVE-2021-30155) SECURITY: ContentModelChange: Check that user can
6623   create pages.
6624 * (T279451, CVE-2021-30458) SECURITY: Parsoid comment fostering allows for
6625   inserting mostly arbitrary <meta> tags.
6627 == MediaWiki 1.35.1 ==
6629 This is a security and maintenance release of the MediaWiki 1.35 branch.
6631 While normally running update.php isn't required for point releases,
6632 it is recommended to run it for 1.35.1 so that sites.site_language is
6633 updated to take 35 characters.
6635 Watchlist Expiry is no longer considered experimental, but is off by default.
6636 To enable it, set $wgWatchlistExpiry = true; in your LocalSettings.php.
6638 === Changes since MediaWiki 1.35.0 ===
6639 * (T263929) purgeList.php Fix all-namespaces option to match one used in code.
6640 * (T248719) ParserCache::get - fix wfDeprecated call.
6641 * (T261430) WatchlistExpiryWidget: Move focus to expiry dropdown after hitting
6642   Tab.
6643 * Preload mediawiki.watchstar.widgets before api request.
6644 * (T261030) ApiEditPage: Show existing watchlist expiry if status is not being
6645   changed.
6646 * (T264502) Fix PHP 8 compat with strcspn() $length parameter exceeding string.
6647 * (T248925) Remove final modifier on private function.
6648 * (T264683) Remove ipb_anon_only from ipb_address_unique index addition.
6649 * (T261415) Add days left messages to changes-lists' clock icons.
6650 * Fix order of wfDeprecated parameters in ExternalStoreDB::getSlave.
6651 * (T261260) Preload class used in HeaderCallback.
6652 * (T260868, T260009) Normalize WatchedItem expiry field.
6653 * (T264683) Remove doTable check from (Mysql|Sqlite)Updater::indexHasFields.
6654 * (T264534) ApiPageSet: Avoid infinite loop when merging redirects.
6655 * (T196906) Empty Monolog loggers are now real blackholes.
6656 * (T258649) WatchAction: avoid UPDATE when old and new watch period is
6657   indefinite.
6658 * Parser: Adjust typehint to show that getTitle can return null.
6659 * (T263592) media: Fix case of FlashPixVersion in
6660   FormatMetadata::makeFormattedData().
6661 * (T265223) BaseTemplate: Guard against passing zero arg to array_merge().
6662 * (T264965) Fix base path handling for MessagePosterModule registration.
6663 * (T252183) Fix Database::getTempTableWrites for multi table DDLs.
6664 * (T182546) Fix switch/case indentation per mediawiki coding conventions.
6665 * Flip Yoda conditionals.
6666 * (T263213) Move SkinTemplate::getFooterLinks() to Skin.
6667 * build: Updating mediawiki/mediawiki-codesniffer to 33.0.0.
6668 * (T267105) Make ImageBuilder::checkMissingImage public.
6669 * Updating guzzlehttp/guzzle (6.5.4 => 6.5.5).
6670 * (T266681) Support new style hook registration on install and update.
6671 * (T266980) Fix unsetting of copyright icon in FooterIcons.
6672 * upload.js: Don't assume that warnings array will include 'code' key.
6673 * upload.js:  Fix typo in upload API.
6674 * (T264333, T190988, T266903) Pass along ignorewarnings param to all
6675   individual chunks being uploaded.
6676 * (T267558) importTextFiles.php: Replace deprecated WikiRevision:setText().
6677 * (T266418) composer.json: add requirement for composer-plugin-api ^1.1.
6678 * (T261431) Add ARIA attributes to watchlink and its notification.
6679 * (T258877) Change invalid 'Content-Encoding: none' header.
6680 * Fix trailing ; in patch-sites-site_language-35.sql.
6681 * (T248852) wfAssembleUrl: Handle empty query field in URL bits.
6682 * (T268846) Updating wikimedia/testing-access-wrapper (1.0.0 => 2.0.0).
6683 * (T268887) migrateComments: Cast array keys back to string before passing
6684   to the DB.
6685 * (T266619) Introduce new $wgThumbPath config.
6686 * (T269178) MemcachedClient: Cast Resource to integer.
6687 * (T263925) Use the old HookContainer to set up the post-reset services.
6688 * Change "site cache" to just "cache" in the right-purge message.
6689 * [UploadedFileStreamTest] Skip test with chmod.
6690 * (T269710) Updating composer/semver (1.5.1 => 1.7.2).
6691 * (T269710) Updating mediawiki/mediawiki-codesniffer (33.0.0 => 34.0.0).
6692 * (T260631, T260633), BotPassword::save() now returns a Status object for the
6693   result rather than a bool. The length of the bot password grants and
6694   restriction fields are now validated, and an error will be thrown if it
6695   would be truncated by the database.
6696 * (T265778) Fix English/*nix specific error messages in FSFileBackend.
6697 * (T267543) Split dropping of image.img_user_timestamp.
6698 * [FileTest] Do not assume /tmp exists on windows.
6699 * Clean up temp files correctly after unit tests.
6700 * Skip undo related phpunit tests when diff3 is missing.
6701 * (T269964) rdbms: Remove outer parentheses in insert query for Postgres.
6702 * (T263911) In MWExceptionHandler::report(), catch all throwables.
6703 * (T268894, CVE-2020-35474) SECURITY: Use Html::element in
6704   ChangeListSpecialPage for sanity.
6705 * (T268917) Use Xml::element in SpecialUserrights for sanity.
6706 * (T268938, CVE-2020-35478, CVE-2020-35479) SECURITY: Pass escaped html
6707   to LogFormatter::makePageLink for sanity.
6708 * (T268938) Fixed mixed escaping in Language::translateBlockExpiry.
6709 * (T263911) UserOptionsManager: don't differentiate anons caches.
6710 * (T261260) HeaderCallback: pre-cache request ID.
6711 * Parsoid updated to v0.12.1.
6712 * (T205908, CVE-2020-35477) SECURITY: Unable to change visibility of log
6713   entries when MediaWiki:Mainpage uses Special:MyLanguage.
6714 * (T120883, CVE-2020-35480) SECURITY: Divergent behavior for contributions
6715   and user pages of hidden users and missing users.
6716 * (T270145) Fix condition that can lead to using APCOND_BLOCKED in
6717   $wgAutopromote to cause an OOM in PHP.
6719 == MediaWiki 1.35.0 ==
6721 === Changes since MediaWiki 1.35.0-rc.3 ===
6722 * (T261258) Remove checks for ancient ImageMagick versions in BitmapHandler.
6723 * (T260232) Don't include null page ids in query list for category dumps.
6724 * (T260009) Check existing watchitem when saving action=watch.
6725 * (T259055) Correct success messages for action=watch.
6726 * mediawiki.page.ready: Simpler tablesorter/makeCollapsible call.
6727 * mediawiki.page.ready: Fix skin override config flags, wrong way round.
6728 * (T262175, T248512) Remove requirement for ApiWatchlistTrait to be in ApiBase.
6729 * (T259053, T260434) Watchlist: Fix updateWatchLink removing css class when
6730   action=watch.
6731 * (T261901, T261476) mediawiki.notification: Don't close notif when clicking
6732   <select> element.
6733 * (T251506) Sanitizer: Truncate IDs to a reasonable length.
6734 * (T259452) Parsoid updated to v0.12.0.
6735 * (T261970) watch.ajax: Add expiry support to watchpage.mw event.
6736 * (T262900) Fix failure of rebuildLocalisationCache.php due to ResourceLoader
6737   hook.
6738 * (T263014) Hard deprecate File::userCan() with $user=null.
6739 * (T262547) Use localized success message after watching via action=watch.
6740 * (T201491) Fix typo 'Watchlst' in `apihelp-edit-param-watchlistexpiry`.
6741 * (T261081) Installer: consistently reset Language objects.
6742 * (T250449, T250450) Installer: consistently reset Language objects.
6743 * Explicitly wrap some XML calls in libxml_disable_entity_loader().
6744 * (T262934) Ensure dropdown label is always on its own line.
6745 * (T246855) resourceloader: Use a local HookRunner.
6746 * (T263604) Have findBadBlobs.php require Maintenance.php rather than
6747   cleanupTable.inc.
6748 * (T263606) Set fake time, to avoid flaky tests.
6749 * (T261325) Add FindMissingActors script.
6750 * (T262364) shell: Don't blacklist /run/firejail.
6751 * (T263655) NewPagesPager: Ignore nonexistent namespaces.
6752 * Update specialPageAliases and magicWords for Egyptian Arabic (arz).
6753 * (T261347) ParserOutput: don't throw on bad editsection.
6754 * (T232568, CVE-2020-25813) SpecialUserrights: If a viewer lacks `hideuser`,
6755   ignore hidden users.
6756 * (T255918, CVE-2020-25812) SECURITY: Unescaped message used in HTML on
6757   Special:Contributions.
6758 * (T256171, CVE-2020-25815) SECURITY: Unescaped message used in HTML within
6759   LogEventsList.
6760 * (T258763, CVE-2020-17367, CVE-2020-17368) SECURITY: Prevent invoking
6761   firejail's --output functionality.
6762 * (T86738, CVE-2020-25814) SECURITY: mediawiki.jqueryMsg: Sanitize URLs and
6763   'style' attribute.
6764 * (T115888, CVE-2020-25828) SECURITY: mediawiki.js: Escape HTML in
6765   mw.message( ... ).parse().
6766 * (T260485, CVE-2020-25869) SECURITY: ActorMigration: Load user from the correct
6767   database.
6768 * (T260485, CVE-2020-25869) SECURITY: ensure actor ID from correct wiki is used.
6769 * Add Finnish special page aliases.
6770 * Fix GuzzleHttpRequest request headers.
6771 * Fix description for pruneFileCache.php.
6772 * emptyUserGroup.php: handle more than 5000 users.
6773 * Make ApiSandbox copyable URL absolute.
6774 * (T261087) Add a link from a deleted page to that page's logs.
6776 == MediaWiki 1.35.0-rc.3 ==
6778 === Changes since MediaWiki 1.35.0-rc.2 ===
6779 * (T258662) mediawiki.visibleTimeout: Update the nextVisibleTimeoutId value.
6780 * Ensure Parsoid doesn't throw when <ref> is used w/o Cite installed.
6781 * Remove maintenance/createCommonPasswordCdb.php.
6782 * (T260468) Increase "sites.site_global_key" to varbinary(64).
6783 * (T183759) Fix shell edge-cases in Windows.
6784 * (T257879) Drop PHP 7.2 support; require 7.3.19.
6785 * (T251661, CVE-2020-25827) SECURITY: User::pingLimiter: add user-global
6786   rate limit type.
6787 * (T246991) User: enforce pingLimiter() expiry time.
6788 * (T256831) Rest: Handle Uri constructor exception.
6789 * (T259094) Fix RequestFromGlobalsTest failing in Travis CI.
6790 * (T256831, T261344) Rest: Use try/catch to handle URIs with embedded colon.
6792 == MediaWiki 1.35.0-rc.2 ==
6794 === Changes since MediaWiki 1.35.0-rc.1 ===
6795 * (T259693) uuid: Fix filenames on Windows.
6796 * Remove Gruntfile.js and package-lock.json from the tarball.
6797 * firejail: Strengthen by copying from Wikimedia's profile.
6798 * (T260059) ResourceLoaderOOUIImageModule: loadOOUIDefinition() may return
6799   false.
6800 * (T30162, T245387) The installer supports using a Postgres server running
6801   on a custom port other than 5432.
6802 * (T260201) Support private wikis in Parsoid zero configuration mode.
6803 * Fix bad use of `|=` PHP bit operation where `= … ||` bool is intended.
6804 * (T259212) SpecialBlock: Show error if a block could not be inserted or found.
6805 * (T255842) UserOptionsManager: fix options reset.
6806 * (T258649) WatchAction: avoid unnecessary UPDATEs when expiry is unchanged.
6807 * (T250851) Allow skins to override mediawiki.page.ready initialisation.
6808 * (T250851) mediawiki.page.ready: Allow skins to disable search lazy load.
6809 * (T253135, T255632) Update language in watchlist expiry.
6810 * Use IPset in MWRestrictions::checkIP.
6811 * (T259564) Fix race condition on edit page.
6812 * (T260759) Hide watchlist expiry label in edit form.
6813 * mime: Fix docs of MIME_EXTENSIONS, they're arrays, not space-separated.
6814 * (T260031) Add application/font-sfnt to MimeMap for ttf files.
6815 * (T259379) WatchedItemStore: Cache single WatchedItems with preexisting expiry.
6816 * Add a maintenance script to create bot passwords.
6817 * (T201269) Add Traditional Chinese zh-hant as fallback for Amis (ami).
6818 * Improve wfParseUrl docs.
6819 * (T251038) Add multi index fields in ImageListPager for unique paginate.
6820 * (T259916) Guard against 'Widget not found' error.
6822 == MediaWiki 1.35.0-rc.1 ==
6824 === Changes since MediaWiki 1.35.0-rc.0 ===
6825 * (T252136) Fix RecentChanges watchlist filters when WatchlistExpiry is off.
6826 * (T258662) Update time period for watchlist expiry pop-up.
6827 * (T258443) Fix expiry dropdown not getting disabled on edit page.
6828 * (T259398) Add license information for promise-polyfill.
6829 * Remove executable bit from scripts without shebang.
6830 * (T256526) Fix bold of watched items on Special:RecentChangesLinked.
6831 * (T259060) Edit page expiry dropdown should keep state after
6832   disabling/enabling.
6833 * (T259009) Translate expiry period in pop-up message for watchlist expiry.
6834 * (T258310) Add watchlist clock icon to RecentChanges.
6835 * (T259362) Permit temporary table writes on replica DB connections.
6836 * (T250214) Add UI support in Special:EditWatchlist for watchlist expiry.
6837 * (T72470) Disable wgLegacyJavaScriptGlobals by default.
6838 * (T130906) Add Edge to MediaWiki:Clearyourcache.
6839 * (T257279) Add mediawiki.ui Less variable deprecation note.
6840 * (T249521) Fixed reassignEdits.php to work with anonymous users.
6841 * (T259448) Fix Circular dependency when creating service in
6842   DBLoadBalancerFactory.
6843 * (T257259) Default to using watchlist expiry of old page when moving pages.
6845 == MediaWiki 1.35.0-rc.0 ==
6847 == Upgrading notes for 1.35 ==
6848 1.35 requires PHP 7.3.19 or above (up from 7.2.9). (T257879)
6850 1.35 has several database changes since 1.34, and will not work without schema
6851 updates. Note that due to changes to some very large tables like the revision
6852 table, the schema update may take quite long (minutes on a medium sized site,
6853 many hours on a large site).
6855 Don't forget to always back up your database before upgrading!
6857 MediaWiki 1.35 is the next LTS after 1.31, and will be supported for around 3
6858 years.
6860 MediaWiki has a lot of both soft and hard deprecations, and code removed. As
6861 always, make sure your versions of extensions match the MediaWiki version,
6862 and updates may be required to any custom extensions.
6864 See the file UPGRADE for more detailed upgrade instructions, including
6865 important information when upgrading from versions prior to 1.11.
6867 Some specific notes for MediaWiki 1.35 upgrades are below:
6868 * (T259685) When using SQLite as the database backend for MediaWiki,
6869   Zeroconf (zero-configuration) VisualEditor/Parsoid only works with
6870   MediaWiki 1.35.2 and above.  It is still recommended to use
6871   MySQL/MariaDB rather than SQLite when using VisualEditor.
6873 For notes on 1.34.x and older releases, see HISTORY.
6875 === Configuration changes for system administrators in 1.35 ===
6877 * (T72470) $wgLegacyJavaScriptGlobals is now false by default. This feature
6878   will be completely removed in a later MediaWiki release.
6880 ==== New configuration ====
6881 * $wgDiffEngine — This can be used to specify the difference engine to use,
6882   rather than MediaWiki choosing the first of $wgExternalDiffEngine, wikidiff2,
6883   or php that is usable.
6884 * $wgSearchMatchRedirectPreference — This configuration setting controls whether
6885   users can set a new preference, search-match-redirect, which decides if search
6886   should redirect them to exact matches is available. By default, this is set to
6887   false, which maintains the previous behaviour without preference bloat. Change
6888   your site's default by setting $wgDefaultUserOptions['search-match-redirect'].
6889 * $wgPoolCounterConf['SpecialContributions'] — Per-user concurrency in the use
6890   of SpecialContributions can now be limited by setting this appropriately.
6891 * $wgPasswordPolicy — PasswordCannotBeSubstringInUsername is a new password
6892   policy check. Similar to the existing PasswordCannotMatchUsername check, this
6893   check ensures that a user's (case-insensitive) password cannot be a part of
6894   their username. e.g. password = MyPass, username = ThisUsersPasswordIsMyPass.
6895 * $wgLogos — This new configuration setting combines the now-deprecated $wgLogo
6896   and $wgLogoHD settings into a single, associative array. It provides support
6897   for a new key, 'wordmark', for setting a horizontal wordmark to show next to
6898   the graphical logo. To do this, set 'wordmark' to an array with 'src' set to
6899   the path of the wordmark image, and 'width' and 'height' for its dimensions
6900   in pixels. $wgLogos inherits the existing support provided by its predecessor
6901   settings: '1x' mapping to the path of the logo as a 135x135px raster image
6902   (equivalent to $wgLogo), and '1.5x', '2x', and 'svg' operating as before for
6903   $wgLogoHD. If $wgLogos is unset, $wgLogo and $wgLogoHD values are read for
6904   temporary backwards compatibility. (T232140)
6905 * $wgWatchlistExpiry — (EXPERIMENTAL) This enables the new watchlist expiry
6906   feature. The database table (watchlist_expiry) for this is created regardless
6907   of this setting, but all other aspects of the expiry feature are controlled
6908   by it. Enabling in production is discouraged for the time being. A future
6909   MediaWiki 1.35 release will advertise this feature once it is stable.
6910 * $wgWatchlistPurgeRate — This sets the chance of expired watchlist items being
6911   purged on each page edit. Only has effect if $wgWatchlistExpiry is true.
6912 * $wgWatchlistExpiryMaxDuration — This is the maximum definite relative duration
6913   for watchlist expiries. Only has effect if $wgWatchlistExpiry is true.
6914 * $wgImgAuthPath – This can be used to override the path prefix used when
6915   handling img_auth.php requests. (T235357)
6916 * $wgAllowedCorsHeaders — This is a list of headers which can be used in a
6917   cross-site API request.
6918 * $wgHTTPMaxTimeout and $wgHTTPMaxConnectTimeout — These allow site
6919   administrators to limit the timeouts used by the HTTP client libraries.
6920   This only affects callers using HttpRequestFactory and the deprecated
6921   wrappers in the Http class.
6922 * $wgCdnMaxageStale — This controls the Cache-Control s-maxage header for page
6923   views when PoolCounter lock contention indicates that a stale cache entry
6924   should be sent.
6925 * $wgForceHTTPS — This makes the HTTP to HTTPS redirect be unconditional and
6926   suppresses various hacks needed to support mixed HTTP/HTTPS wikis. We
6927   recommend this be set to true on pure HTTPS wikis.
6928 * $wgCookieSameSite — This setting allows login cookies to be sent with
6929   SameSite=None. This is required for cross-site CentralAuth auto-login after
6930   Chrome 84.
6931 * $wgUseSameSiteLegacyCookies — This adds a compatibility hack to
6932   SameSite=None cookies for browsers which implemented an incompatible draft
6933   version of the specification.
6935 ==== Changed configuration ====
6936 * $wgResourceLoaderMaxage (T235314) — This configuration array controls the
6937   max-age for HTTP caching through the Cache-Control header. It has uses the
6938   "versioned" key for urls that do have a version parameter, and the
6939   "unversioned" key for urls without a version parameter. The sub keys for
6940   "client" and "server" are no longer supported in MediaWiki 1.35.
6941 * $wgEnableOpenSearchSuggest — This boolean variable is deprecated and no longer
6942   used. The OpenSearch API is now always enabled.
6943 * $wgAuthManagerConfig and $wgAuthManagerAutoConfig — These can now use the
6944   'services' option in provider specifications.
6945 * $wgVirtualRestConfig['modules']['parsoid'] —
6946   - The defaults have been updated. If you were relying on the default values,
6947     you may need to update your configuration.
6948   - The 'URL' parameter, previously allowed for backwards-compatibility, has
6949     been deprecated. Use 'url' instead.
6950 * $wgXmlDumpSchemaVersion — Default is now set to XML_DUMP_SCHEMA_VERSION_11, so
6951   dumps use the new dump format per default. Consumers of XML dumps should not
6952   be affected if they ignore any unknown tags they encounter. Also, the format
6953   is effectively unchanged for revisions that only contain the main slot. The
6954   --schema-version option can be used with the dumpBackup.php script to set the
6955   dump format. (T238921)
6956 * $wgParserConf — This configuration is now deprecated. It has been
6957   effectively constant since 2008, and is ignored by core code.
6958   Configure the ParserFactory service in order to customize the Parser used.
6959 * $wgAutoloadAttemptLowercase — This has been deprecated, and the default value
6960   changed to false.
6961 * $wgAllowImageMoving — This configuration setting is now deprecated. Instead,
6962   use $wgGroupPermissions; e.g., to revoke sysops' ability to move images use
6963   $wgGroupPermissions['sysop']['movefile'] = false.
6964 * $wgAllowImageTag — This configuration is now deprecated; future parsers will
6965   not support direct use of the HTML <img> tag in wikitext.
6966 * $wgUseTwoButtonsSearchForm — This has been deprecated. If you maintain a skin
6967   that relies on this and wishes to let system administrators change it, you
6968   should convert it to a config variable specific to your skin. If you're using
6969   it to configure your wiki, you should check individual skins to see whether
6970   they have local skin config for the feature and use that.
6971 * $wgPasswordPolicy — The deprecated policy 'PasswordCannotBePopular' has been
6972   removed. Use PasswordNotInCommonList instead which covers many more passwords.
6973 * Backwards compatibility for using an associative array
6974   (e.g. [ '127.0.0.1' => 'bad-ip' ]) for $wgProxyList has been removed. This
6975   was deprecated since 1.30. Please convert these arrays to indexed/sequential
6976   ones (e.g. [ '127.0.0.1' ]).
6977 * $wgShellRestrictionMethod — This now defaults to 'autodetect', which will
6978   enable sandboxing for shell commands using firejail, if it's installed. To
6979   disable restrictions, set it to false.
6980 * $wgLegacyJavaScriptGlobals – This deprecated setting now default to false,
6981   instead of true, ahead of its planned removal.
6983 ==== Removed configuration ====
6984 * $wgSysopEmailBans — This setting, deprecated in 1.34, was removed. To let
6985   sysops block email access, use $wgGroupPermissions['sysop']['blockemail'].
6986 * $wgDBWindowsAuthentication — This setting had no effect anymore after support
6987   for SQL Server was removed in 1.34. (T230418)
6988 * $wgProfileOnly — This setting, deprecated in 1.23, was removed. The profiler
6989   output should instead be configured via $wgProfiler['output'].
6990 * $wgProfileLimit — This setting, deprecated in 1.25, was removed.
6991   Set $wgProfiler['threshold'] instead.
6992 * $wgDebugTimestamps — This setting was removed. It affected the text output
6993   produced via $wgDebugComments, if enabled.
6994 * $wgSkipSkin — This setting, deprecated in 1.23, was removed. To disable a
6995   skin from being shown, use $wgSkipSkins.
6996 * $wgUseSquid, $wgSquidServers, $wgSquidServersNoPurge, and $wgSquidMaxage —
6997   These, deprecated in 1.34, have been removed. Use $wgUseCdn, $wgCdnServers,
6998   $wgCdnServersNoPurge, or $wgCdnMaxAge instead.
6999 * $wgDisableCounters — This, deprecated in 1.25, was removed. The feature that
7000   it controlled was already removed in 1.26, but the variable remained existent
7001   with a value of `false` for backward-compatibility.
7002 * $wgMaxGeneratedPPNodeCount — This setting was removed. It only affected
7003   Preprocessor_DOM, which was deprecated in 1.34 and removed in this release.
7004 * $wgFixArabicUnicode and $wgFixMalayalamUnicode — These, deprecated in 1.33,
7005   were removed. The fixes are now always enabled for their respective languages.
7006 * $wgAllowTitlesInSVG — This, unused and deprecated since 1.34, was removed.
7007 * $wgEnablePartialBlocks — This setting, deprecated when it was added in 1.33,
7008   was removed. Partial blocks are now always enabled.
7009 * $wgLocalInterwiki — This setting, deprecated in 1.23, has been removed.
7010 * $wgContentHandlerUseDB — This setting, deprecated in 1.34, has been removed.
7011 * $wgMultiContentRevisionSchemaMigrationStage — This setting must no longer
7012   be set locally. If the migration stage was set to anything other than
7013   SCHEMA_COMPAT_NEW locally, update.php must be run after removing the setting.
7014   Usage of the setting in code is deprecated. The setting will be removed
7015   completely in 1.36.
7016 * $wgEnableRestAPI — This setting is no longer obeyed by MediaWiki core, and
7017   should not be set set locally. Usage of the setting in code is deprecated; it
7018   is now set true by default. The setting will be removed completely in 1.36.
7019 * $wgObjectCaches — The 'slaveOnly' option for SqlBagOStuff, deprecated in 1.34,
7020   was removed. Use 'replicaOnly' instead.
7022 === New user-facing features in 1.35 ===
7023 * (T204618) Whitelisted the aria-hidden HTML attribute for all elements in
7024   wikitext.
7025 * (T13456) Special:EditPage, Special:PageHistory, Special:PageInfo, and
7026   Special:Purge have been created as shortcuts for each action.
7027   Special:EditPage/Foo redirects to title=foo&action=edit, with PageHistory,
7028   PageInfo, and Purge corresponding to action= history, info, and purge
7029   respectively. When linked to, its subpage is used as the target. Otherwise,
7030   it displays a basic interface to allow the end user to specify the target
7031   manually.
7032 * (T139221) The generated table of contents is now a navigation landmark role
7033   for assistive technologies.
7034 * (T245931) interwiki map API doesn't report foreign language if
7035   $wgInterwikiMagic=false
7036 * The form at ?action=watch has a new dropdown list to support expiry dates for
7037   watchlist items (if $wgWatchlistExpiry is true).
7039 === New developer features in 1.35 ===
7040 * A Docker based local development develpoment environment configuration is
7041   included (T238224) and DEVELOPERS.md has been added with usage documentation
7042   and links to further help.
7043 * If CSP is enabled, extensions can now add additional sources using the
7044   ContentSecurityPolicy::addDefaultSource, ::addStyleSrc and ::addScriptSrc
7045   methods (e.g. $context->getOutput()->getCSP()->addDefaultSrc( 'example.com' ))
7046 * Extensions can now specify classes and namespaces to be autoloaded by the
7047   test autoloader, by setting the "TestAutoloadNamespaces" and
7048   "TestAutoloadClasses" properties in extension.json. (T196090)
7049 * (T250977) extension.json now allows "SearchMappings" which maps the canonical
7050   name of the search engine (used in wgSearchType and wgSearchTypeAlternatives)
7051   to a specification using the ObjectFactory specification. This allows
7052   extensions to register Search Engines using namespaced classes.
7053 * Added getters for OutputPage's robot, index and follow policies;
7054   getRobotPolicy() returns the entire policy as a string in the form
7055   <index policy>,<follow policy> while getIndexPolicy() and getFollowPolicy()
7056   return their respective policies as a string.
7057 * The ResourceLoaderSiteModulePages and ResourceLoaderSiteStylesModulePages
7058   hooks were added to allow changing which wiki pages these modules contain.
7059 * The SkinFactory now allows skins to be specified as an ObjectFactory spec,
7060   allowing the construction of skins with services injected.
7061 * ContentHandlerFactory for most ContentHandler static methods. It has been
7062   added to the constructors for many classes to improve SOLID / GRASP.
7063 * FileDeleteForm's constructor now accepts a user as the second parameter.
7064   Support for not passing a user has also been hard-deprecated and will be
7065   removed in 1.36.
7066 * The ParserPreSaveTransformComplete hook was added.
7067 * The ParserBeforePreprocess hook was added.
7068 * The ResourceLoaderSkinModule class now has a "legacy" feature that loads
7069   the stylesheets previously part of the "mediawiki.legacy.shared" and
7070   "mediawiki.legacy.commonPrint" module.
7071   Those modules are now deprecated and no longer loaded by skins.
7072   For skins needing to retain these styles, you will need to load these
7073   styles via a module using the ResourceLoaderSkinModule class.
7074   See Vector and Monobook for examples.
7075 * ParserOutput now has methods addExtraCSPStyleSrc, addExtraCSPDefaultSrc
7076   addExtraCSPScriptSrc for parser tags/functions to be able to add sources
7077   to the Content Security Policy.
7078 * The HtmlCacheUpdater service was added to unify the logic of purging CDN cache
7079   and HTML file cache to simplify callers and make them more consistent.
7080 * The MultiHttpClient code will fallover to non-curl if curl_multi* is blocked.
7081 * Preferences which use HTMLTitlesMultiselectField can make use of
7082   MultiTitleFilter class for saving title text to/from article IDs in user
7083   preferences.
7084 * OutputPage::addHtmlClasses() was added to allow injecting CSS classes on
7085   to the <html> element on page load.
7086 * The SkinAddFooterLinks hook is added to allow extensions to add items to skin
7087   footers. Previously this had to be done via SkinTemplateOutputPageBeforeExec.
7088   Doing so using that hook is now hard deprecated.
7089 * A new BlockPermissionChecker service was introduced for checking
7090   block-related permissions.
7091 * The support of 'database' type of extensions has been added to allow 3d party
7092   databases like Percona be used as storage. See T226857, T253248.
7093 * Three new return parameters have been added to the
7094   EditPageGetCheckboxesDefinition hook. Handlers of this hook are no longer
7095   restricted to defining checkboxes. See the documentation of
7096   EditPage::getCheckboxesDefinition() for more details.
7097 * New flag File::RENDER_TMP was added in order to allow
7098   File::generateAndSaveThumb and File::trasform to render a thumbnail without
7099   saving it to the storage.
7101 === External library changes in 1.35 ===
7103 ==== New external libraries ====
7104 * Added wikimedia/ip-utils 1.0.0.
7105 * Added wikimedia/parsoid 0.12.3.
7106 * Added wikimedia/services 2.0.1.
7107 * Added taylorhakes/promise-polyfill v8.1.3.
7108 * Added vuejs v2.6.11.
7109 * Added vuex v3.1.3.
7110 * Added symfony/symfony/polyfill-php80 1.25.0.
7112 ===== New development-only external libraries =====
7113 * Added doctrine/dbal 3.1.5.
7114 * Added doctrine/sql-formatter 1.1.0.
7115 * Added pimple/pimple 3.3.1.
7117 ==== Changed external libraries ====
7118 * pear/mail_mime was upgraded from 1.10.2 to 1.10.11.
7119 * wikimedia/less.php was upgraded from 1.8.0 to 3.1.0.
7120 * Updated oojs from 3.0.0 to 5.0.0.
7121 * Updated OOUI from 0.35.1 to 0.39.3.
7122 * zordius/lightncandy was upgraded from 0.23.0 to 1.2.5.
7123 * Updated jQuery from v3.3.1 to v3.6.0.
7124 * Updated jQuery Migrate from v3.0.1 to v3.3.2.
7125 * Updated wikimedia/assert from 0.2.2 to 0.5.0.
7126 * Updated pear/net_smtp from 1.8.1 from to 1.9.1.
7127 * Updated psr/log from 1.0.2 to 1.1.3.
7128 * Updated jquery.i18n from 1.0.5 to 1.0.7.
7129 * Updated guzzlehttp/guzzle from 6.3.3 to 6.5.8.
7130 * Updated wikimedia/xmp-reader from 0.6.3 to 0.8.5.
7131   Fixes error log spam with too-large XMP data, and adds support for GPano tags.
7132 * Updated wikimedia/base-convert from v2.0.0 to v2.0.1.
7133 * Updated composer/semver from 1.5.0 to 1.7.2.
7134 * Updated wikimedia/remex-html from 2.1.0 to 2.2.0.
7135 * Replaced wikimedia/password-blacklist 0.1.4 with wikimedia/common-passwords
7136   0.2.0.
7137 * Updated wikimedia/composer-merge-plugin from 1.4.1 to 2.0.1.
7138 * Updated wikimedia/html-formatter from 1.0.2 to 2.0.1.
7139 * Updated wikimedia/object-factory from 2.1.0 to 2.2.0.
7141 ===== Changed development-only external libraries =====
7142 * Updated symfony/yaml from 3.4.28 to 5.0.5.
7143 * Updated nikic/php-parser from 3.1.5 to 4.4.0.
7144 * Updated php-parallel-lint/php-console-highlighter from v0.3.2 to v0.5.
7145 * Updated php-parallel-lint/php-parallel-lint from v0.9.2 to v1.2.0.
7146 * Updated psy/psysh from 0.9.9 to 0.10.4.
7147 * Updated monolog/monolog from 1.24.0 to 2.2.0.
7148 * Upgrade mediawiki-codesniffer from 28.0.0 to 38.0.0.
7149 * Updated composer/spdx-licenses from 1.5.1 to 1.5.3.
7150 * Updated monolog/monolog from 1.25.2 to 1.25.3.
7151 * Updated qunit from 2.9.1 to 2.10.0.
7152 * Updating wikimedia/testing-access-wrapper from 1.0.0 to 2.0.0.
7153 * Updated seld/jsonlint from 1.7.1 to 1.8.3.
7155 ==== Removed external libraries ====
7156 * phpunit/php-invoker (dev-only).
7157   Removing this unbreaks development on Windows systems, in exchange for losing
7158   time limits in running unit tests.
7159 * The jquery.getAttrs module was removed.
7161 === Action API changes in 1.35 ===
7162 * The 'suggest' parameter of action=opensearch has been deprecated.
7163   The API behaves the same with and without this parameter.
7164   It was previously used by $wgEnableOpenSearchSuggest to partially
7165   disable the API if set to false. Specifically, it would deny internal
7166   frontend requests carrying this parameter, whilst accepting other requests.
7167 * Integer-type parameters are now validated for syntax rather than being
7168   interpreted in surprising ways. For example, the following will now return a
7169   badinteger error:
7170   - "1.9" (formerly interpreted as "1")
7171   - " 1" (formerly interpreted as "1")
7172   - "1e1" (formerly interpreted as "1" or "10", depending on the PHP version)
7173   - "1foobar" (formerly interpreted as "1")
7174   - "foobar" (formerly intepreted as "0")
7175   parameters. Ranges should be assumed to be enforced.
7176 * Many user-type parameters now accept a user ID, formatted like "#12345".
7177 * The 'assert' parameter used by all API modules now supports the value 'anon'.
7178   When specified, the API will return the 'assertanonfailed' error if the user
7179   is logged in.
7180 * action=edit now supports  the 'baserevid' parameter for edit conflict
7181   detection, as an alternative to 'basetimestamp'. Note that self-conflicts
7182   will continue to be ignored if 'basetimestamp' is set, but not if only
7183   'baserevid' is set.
7184 * A new module was added to change the content model of existing pages.
7185   Use action=changecontentmodel. Unlike Special:ChangeContentModel, the api
7186   module does not work for pages that do not already exist.
7187 * If $wgWatchlistExpiry is true, the following API changes are made:
7188   - action=watch accepts a new 'expiry' parameter analagous to the expiry
7189     accepted by action=userrights, action=block, etc., except it must be no
7190     greater than $wgWatchlistExpiryMaxDuration, or an infinity value.
7191   - action=query&list=watchlistraw returns pages' watchlist expiry dates.
7192 * (T249526) action=login will now return Failed rather than NeedToken on
7193   session loss.
7195 === Action API internal changes in 1.35 ===
7196 * The Action API now uses the Wikimedia\ParamValidator library for parameter
7197   validation, which brings some new features and changes. For the most part
7198   existing module code should work as it did before, but see subsequent notes
7199   for changes.
7200   - The values for all ApiBase PARAM_* constants have changed. Code should have
7201     been using the constants rather than hard-coding the values.
7202   - Several ApiBase PARAM_* constants have been deprecated, see the in-class
7203     documentation for details. Use the equivalent ParamValidator constants
7204     instead.
7205   - The value returned for 'upload'-type parameters has changed from
7206     WebRequestUpload to Psr\Http\Message\UploadedFileInterface.
7207 * Validation of 'user'-type parameters is more flexible. PARAM constants exist
7208   to specify the type of "user" allowed and to request UserIdentity objects
7209   rather than name strings. The default is to accept all types (name, IP,
7210   range, and interwiki) that were formerly accepted.
7211 * Maximum limits are no longer ignored in "internal mode".
7212 * The $paramName to ApiBase::handleParamNormalization() should now include the
7213   prefix.
7214 * (T245931) meta=siteinfo&siprop=interwikimap no longer reports language or
7215   extralanglink when $wgInterwikiMagic is false.
7217 === Languages updated in 1.35 ===
7218 MediaWiki supports over 350 languages. Many localisations are updated regularly.
7219 Below only new and removed languages are listed, as well as changes to languages
7220 because of Phabricator reports.
7222 * The default targets for the ISBN search from Special:BookSources in English
7223   have been updated for better international suppport. They will now be
7224   BetterWorldBooks.com, OpenLibrary.org and Worldcat.org.
7225 * (T237672) Changed the Moroccan Arabic language (ary) to the Arabic script.
7226 * (T201269) Added language support for Amis (ami).
7227 * (T248299) Added language support for Inari Sami (smn).
7228 * (T251369) Added language support for Ladin (lld).
7229 * (T251369) Added language support for Seediq (trv), also known as Taroko.
7230 * (T254854) Added language support for Southern Altay (alt).
7232 === Breaking changes in 1.35 ===
7233 * MediaWiki no longer supports PHP 7.2; use PHP 7.3.19+ (T228346, T257879).
7234 * ResourceLoader::getLessVars(), deprecated in 1.32, was removed.
7235   Use ResourceLoaderModule::getLessVars() instead.
7236 * The jquery.tabIndex module, deprecated in 1.34, has been removed.
7237 * The mediawiki.RegExp module alias, deprecated in 1.34, was removed.
7238   Use the mediawiki.util module instead.
7239 * The easy-deflate.inflate module, unused since 1.32, was removed.
7240 * The easy-deflate.deflate module was removed. Use the mediawiki.deflate
7241   module instead.
7242 * The mediawiki.notify module was removed. The mw.notify() shortcut is now
7243   available by default, without any dependency.
7244 * (T219604) The "jquery.ui.*" and "jquery.effects.*" module aliases,
7245   deprecated in 1.34, have been removed. Use "jquery.ui" instead.
7246 * (T235457) The "user.tokens" module has been removed.
7247   Use "user.options" instead.
7248 * (T251855) The mw.Map#exists method in JavaScript no longer supports checking
7249   multiple keys. This affects mw.config.exists() and mw.user.tokens.exists().
7250 * The internal variable $constructorOptions for the Parser & SpecialPageFactory,
7251   exposed only for integration purposes, are now each replaced by a const called
7252   CONSTRUCTOR_OPTIONS. This was a breaking change made without deprecation.
7253 * ObjectCache::getWANInstance, deprecated in 1.34, was removed.
7254   Use MediaWikiServices::getMainWANObjectCache instead.
7255 * ObjectCache::newWANCacheFromParams, deprecated in 1.34, was removed.
7256   Construct WANObjectCache directly instead, or use MediaWikiServices.
7257 * (T231366) The ProfilerOutputDb class and profileinfo.php entry point,
7258   deprecated in 1.34, was removed.
7259 * SiteConfiguration->localVHosts, deprecated in 1.25, was removed.
7260   Use $wgLocalVirtualHosts instead.
7261 * The $wgContLanguageCode read-only variable was removed.
7262   It has been a non-configurable copy of $wgLanguageCode since MW 1.8 (2006).
7263   Use $wgLanguageCode directly instead.
7264 * ApiQueryUserInfo::getBlockInfo, deprecated in 1.34, was removed. Use
7265   ApiBlockInfoTrait::getBlockDetails instead.
7266 * Password::equals(), deprecated in 1.33, was removed. Use Password::verify().
7267 * QuickTemplate::setRef(), deprecated in 1.31, was removed. Use set().
7268 * The mediawiki.ui.text module, deprecated in 1.28 and unused, was removed.
7269 * AbstractBlock::mReason, deprecated in 1.34, is no longer public.
7270 * The GetBlockedStatus and UserIsHidden, deprecated in 1.34, has been removed.
7271   Instead, use the GetUserBlock hook.
7272 * As part of work to replace the Parser, a large number of breaking changes have
7273   been made, principally in related methods and properties being removed or made
7274   private:
7275   - disableCache(), deprecated in 1.28.
7276   - serializeHalfParsedText() and the helpers unserializeHalfParsedText(),
7277     isValidHalfParsedText(), and StripState::getSubState() and
7278     StripState::merge(), all deprecated in 1.31. The helper functions
7279     LinkHolderArray::mergeForeign() and LinkHolderArray::getSubArray()
7280     were also removed.
7281   - getConverterLanguage(), deprecated in 1.32. Use getTargetLanguage() instead.
7282   - A large set of methods exposed only for historical reasons, deprecated in
7283     1.34, have now been removed or made private:
7284     - areSubpagesAllowed()
7285     - armorLinks()
7286     - createAssocArgs()
7287     - doAllQuotes()
7288     - doDoubleUnderscore()
7289     - doHeadings()
7290     - doMagicLinks()
7291     - formatHeadings()
7292     - getImageParams()
7293     - getVariableValue()
7294     - initialiseVariables()
7295     - makeKnownLinkHolder()
7296     - maybeDoSubpageLink()
7297     - parseLinkParameter()
7298     - replaceExternalLinks()
7299     - replaceInternalLinks()
7300     - replaceInternalLinks2()
7301     - replaceLinkHoldersText().
7302     - splitWhitespace()
7303     - stripAltText()
7304     - testPreprocess()
7305     - testPst()
7306     - testSrvus()
7307   - incrementIncludeSize(), setTransparentTagHook(), replaceTransparentTags(),
7308     and $mTransparentTagHooks have been removed without deprecation.
7309   - The following constants have been made private without deprecation:
7310     - ::EXT_LINK_ADDR
7311     - ::EXT_IMAGE_REGEX
7312     - ::SPACE_NOT_NL
7313   - The following properties have been removed without deprecation:
7314     - ::$mDefaultStripList
7315     - ::$mIncludeCount
7316     - ::$mRevIdForTs
7317   - The following properties have been made private without deprecation:
7318     - ::$mFunctionSynonyms
7319     - ::$mFunctionTagHooks
7320     - ::$mStripList
7321     - ::$mVarCache
7322     - ::$mImageParams
7323     - ::$mImageParamsMagicArray
7324     - ::$mSubstWords
7325     - ::$mVariables
7326     - ::$mConf (deprecated in 1.34)
7327     - ::$mExtLinkBracketedRegex
7328     - ::$mUrlProtocols
7329     - ::$mAutonumber
7330     - ::$mLinkHolders
7331     - ::$mDefaultSort
7332     - ::$mTplRedirCache
7333     - ::$mForceTocPosition
7334     - ::$mTplDomCache
7335     - ::$mOutputType
7336     - ::$mLangLinkLanguages
7337     - ::$currentRevisionCache
7338     - ::$mProfiler
7339     - ::$mLinkRenderer
7340   - Parser::getTitle() will now throw a TypeError if $mTitle is uninitialized.
7341     This use pattern was deprecated in 1.34.
7342   - ContentHandler::makeParserOptions(), deprecated in 1.32, was removed. Use
7343     WikiPage::makeParserOptions() or ParserOptions::newCanonical() instead.
7344   - The ParserAfterUnstrip hook, believed to be unused, was removed without
7345     deprecation.
7346   - Preprocessor_DOM and related classes, deprecated in 1.34, have been removed.
7347     Consequently, the related ParserOptions::getMaxGeneratedPPNodeCount() and
7348     ::setMaxGeneratedPPNodeCount() have been removed without deprecation.
7349   - The support for the old signature for ParserFactory::__construct, which was
7350     deprecated in 1.34, has been removed.
7351   - Parser::getDefaultPreprocessorClass(), deprecated in 1.34, has been removed.
7352 * MediaWikiTestCase::prepareServices(), deprecated in 1.32, has been removed
7353 * The method ContentHandler::getSlotDiffRendererInternal is replaced with
7354   ContentHandler::getSlotDiffRendererWithOptions. This breaks consumers which
7355   call parent::getSlotDiffRendererInternal (no instances of which are known).
7356 * TextContent::getHighlightHtml, deprecated since 1.24, has been removed. Use
7357   TextContent::getHtml instead.
7358 * ExtensionRegistry::load(), deprecated in 1.34, was removed. Instead, use
7359   ExtensionRegistry::queue().
7360 * MWMessagePack class, deprecated in 1.34, was removed.
7361 * The cdb.php maintenance script was removed. Use the 'cdb' command from the
7362   wikimedia/cdb library instead.
7363 * User::addNewUserLogEntryAutoCreate, deprecated in 1.27, was removed.
7364 * FileBasedSiteLookup class, deprecated in 1.33, was removed.
7365 * The wfGlobalCacheKey global function, deprecated in 1.30, was removed.
7366 * The APCBagOStuff class was removed. MediaWiki requires PHP 7.2+ (support
7367   for HHVM was dropped) and these versions of PHP only support apcu. The default
7368   "apc" entry in $wgObjectCaches now refers to APCUBagOStuff.
7369 * Database::bufferResults(), deprecated in 1.34, has been removed.
7370 * CannotReplaceActiveServiceException, ContainerDisabledException,
7371   DestructibleService, NoSuchServiceException, SalvageableService,
7372   ServiceAlreadyDefinedException, ServiceContainer and ServiceDisabledException
7373   in the global namespace, deprecated in 1.33, were removed. Use the classes in
7374   the MediaWiki\\Services namespace instead.
7375 * The following methods in the Interwiki class were removed: ::fetch(),
7376   ::isValidInterwiki(), ::invalidateCache(), and ::getAllPrefixes().
7377 * The UsersMultiselectWidget config 'allowArbitrary' is now false by default. To
7378   accept arbitrary entries, pass in true for this config.
7379 * OutputPage::parse() and OutputPage::parseInline(), deprecated in 1.32, have
7380   been removed. Use ::parseAsContent() or ::parseAsInterface(), as
7381   appropriate.
7382 * WikiPage::selectFields, deprecated in 1.31, was removed. Use ::getQueryInfo.
7383 * The remaining static methods for MagicWord, deprecated in 1.32, were removed.
7384   These were MagicWord::get(), ::getSubstIDs(), ::getDoubleUnderscoreArray(),
7385   ::getVariableIDs(), and ::getCacheTTL(). Instead, use MagicWordFactory (via
7386   MediaWikiServices).
7387 * ApiBase::checkTitleUserPermissions no longer accepts a User as the third
7388   parameter. Passing a user was deprecated in 1.33.
7389 * Sanitizer::setupAttributeWhitelist() and Sanitizer::attributeWhitelist(),
7390   deprecated in 1.34, have been removed. They should not have been public.
7391 * Passing a sequential array as the second parameter to
7392   Sanitizer::validateAttributes() has been deprecated; use an associative
7393   array where keys are the allowed attributes.
7394 * The $warnCallback parameter to Sanitizer::removeHTMLtags, deprecated since
7395   its introduction in 1.28, has been removed.
7396 * SpecialRecentChanges::filterByCategories(), deprecated in 1.31, was removed.
7397 * The `ArticleContentViewCustom` hook, deprecated in 1.32, was removed.
7398 * AuthManager::callLegacyAuthPlugin, deprecated in 1.33, was removed.
7399 * wfGetMessageCacheStorage was removed without deprecation.
7400 * Title::moveSubpages, deprecated in 1.34, was removed. Use the MovePage class
7401   and MovePage::moveSubpages instead.
7402 * Article::doEditContent, deprecated in 1.29, was removed. Instead, use
7403   WikiPage::doEditContent.
7404 * CommentStore::newKey, deprecated in 1.31, was removed.
7405 * EditPage::$hookError was changed from public to private.
7406 * Title::isValidMoveOperation, ::moveTo, and ::isValidMoveTarget, deprecated
7407   in 1.25, were removed. Use the MovePage class and its methods instead.
7408 * Title::getUserCaseDBKey(), deprecated in 1.33, was removed. Use ::getDBkey().
7409 * StringUtils::explodeMarkup() was removed without deprecation.
7410 * AjaxResponse methods that were unused have been removed without deprecation:
7411   - checkLastModified
7412   - loadFromMemcached
7413   - storeInMemcached
7414   - setCacheDuration
7415   - setVary
7416 * ApiDelete::delete and ::deleteFile, both of which were protected methods,
7417   have been made private to allow a signature change.
7418 * HistoryPager::revLink, ::curLink, ::lastLink, and ::diffButtons, which had
7419   no visibilities defined, have been made private to allow signature changes.
7420 * SpecialNewpages::revisionFromRcResult, which previously was protected, has
7421   been made private to allow a signature change.
7422 * DifferenceEngine::$mOldRev and $mNewRev, deprecated for public access in
7423   1.32, have been removed.
7424 * DifferenceEngine::revisionDeleteLink, which was previosuly protected, has
7425   been made private to allow a signature change.
7426 * DifferenceEngine::getParserOutput, which is protected, has had a breaking
7427   signature change: the second parameter must be a RevisionRecord object,
7428   rather than a Revision object.
7429 * WikiPage::setLastEdit, which was previously protected, has been made
7430   private to allow a signature change.
7431 * Skin::getSkinNameMessages() deprecated in 1.34, has been removed.
7432 * Skin::escapeSearchLink() deprecated in 1.34, has been removed, use
7433   Skin::getSearchLink() instead.
7434 * Skin::shouldPreloadLogo() deprecated in  1.32, has been removed.
7435 * Revision::loadFromId and RevisionStore::loadRevisionFromId have been
7436   removed.
7437 * OutputPage::parserOptions doesn't accept an $options parameter anymore.
7438 * MessageCache::getParserOptions previously did not have a visibility set.
7439   It has been made private.
7440 * SpecialUndelete::showDiff previously did not have a visibilty set. It
7441   hav been made private to allow a signature change.
7442 * The Skin no longer loads the "mediawiki.legacy.shared" or
7443   "mediawiki.legacy.commonPrint" modules. The legacy shared styles must now
7444   be loaded by the skin explicitly, either inherited via the
7445   "mediawiki.skinning.*" modules, or by making your skin's main styles
7446   module use the ResourceLoaderSkinModule class with the "legacy" attribute.
7447   See Vector and Monobook for examples.
7448 * Passing an ApiMain to the constructor of ApiResult is no longer supported.
7449   This was deprecated in 1.25.
7450 * ResourceLoaderWikiModule::invalidateModuleCache has been declared to
7451   be @internal as part of a signature change. No known uses exist outside
7452   of MediaWiki core.
7453 * The ArticleAfterFetchContentObject hook, deprecated in 1.32, was removed.
7454   Use ArticleRevisionViewCustom to control output.
7455 * DatabaseBlock::isValid, deprecated in 1.33, was removed.
7456 * HTMLUserTextField and HTMLUsersMultiselectField previously implied
7457   required=true when exists=true. Form fields that use exists=true should also
7458   set required=true if they are required.
7459 * In DatabaseUpdater, the following methods are no longer public: dropTable(),
7460   modifyTable(), modifyField(), runMaintenance(), copyFile(), appendLine().
7461   In PostgresUpdater, the following methods are no longer public:
7462   addPgEnumValue(), addPgIndex(), addPgExtIndex(). This change was made without
7463   deprecation due to immediate danger of data corruption and loss, see T157651.
7464   Extensions should instead use dropExtensionTable(),
7465   modifyExtensionExtensionTable(), modifyExtensionField(), addExtensionUpdate().
7466   The addExtensionUpdate() method can still be used to access any of the
7467   protected methods on DatabaseUpdater.
7468 * ResourceLoader no longer provides the (always-true) variables for wgEnableAPI
7469   and wgEnableWriteAPI; they were deprecated in MediaWiki 1.31 and removed from
7470   the PHP environment in MediaWiki 1.32.
7471 * The wfSetupSession global function, deprecated in 1.27, was removed. Use the
7472   persist() method of the right MediaWiki\Session\SessionManager object instead.
7473 * The wfIsHHVM global function, deprecated in 1.34, was removed.
7474 * GenderCache::doTitlesArray no longer accepts string values in its $titles
7475   array parameter. Use Title objects (or other LinkTarget) instead.
7476 * Unused CommentStore::MAX_COMMENT_LENGTH has been removed.
7477 * User::checkTemporaryPassword() and User::checkPassword(), deprecated in 1.27,
7478   were removed. Use AuthManager instead.
7479 * All constants and class functions now have explicit visibility modifiers. This
7480   means, per [[mw:Stable interface policy]], that these should now be considered
7481   stable. This also helps MW align with PSR 2 and PSR 12. This was done based on
7482   audits of the corpus of skins and extensions hosted in Gerrit. If you find any
7483   that you need to be less restrictive (i.e. public or protected), please report
7484   these so that we can re-evaluate or suggest workarounds.
7485 * BaseTemplate::msgWiki(), deprecated in 1.33, was removed. Use ->msg() or
7486   ->getMsg() instead.
7487 * QuickTemplate::msgWiki(), deprecated in 1.33, was removed. Use ->msg()
7488   instead.
7489 * WebInstaller::getErrorBox() and ::getWarningBox(), deprecated in 1.34,
7490   were removed. Use Html::errorBox() or ::warningBox() instead.
7491 * SpecialVersion::getExtensionCredits() and SpecialVersion::getSkinCredits()
7492   have become private without deprecation.
7493 * As part of the migration to a new hook system (T240307), the following classes
7494   now require an additional HookContainer constructor parameter:
7495     - AuthManager
7496     - BadFileLookup
7497     - BlockManager
7498     - ClassicInterwikiLookup
7499     - ContentHandlerFactory
7500     - ContentSecurityPolicy
7501     - DefaultOptionsManager
7502     - DerivedPageDataUpdater
7503     - FullSearchResultWidget
7504     - HtmlCacheUpdater
7505     - LanguageFactory
7506     - LanguageNameUtils
7507     - LinkRenderer
7508     - LinkRendererFactory
7509     - LocalisationCache
7510     - MagicWordFactory
7511     - MessageCache
7512     - NamespaceInfo
7513     - PageEditStash
7514     - PageHandlerFactory
7515     - PageUpdater
7516     - ParserFactory
7517     - PermissionManager
7518     - RevisionStore
7519     - RevisionStoreFactory
7520     - Router
7521     - SearchEngineConfig
7522     - SearchEngineFactory
7523     - SearchFormWidget
7524     - SearchNearMatcher
7525     - SessionBackend
7526     - SpecialPageFactory
7527     - UserNameUtils
7528     - UserOptionsManager
7529     - WatchedItemQueryService
7530     - WatchedItemStore
7531 * The following classes now require setHookContainer() to be called after
7532   construction:
7533     - AuthenticationProvider
7534     - ResourceLoaderModule
7535     - SearchEngine
7536 * The parameters to ChronologyProtector::getTouched() and
7537   ILBFactory::getChronologyProtectorTouched() were changed without backwards
7538   compatibility.
7539 * The deprecated $blacklist parameter to wfIsBadImage() has been removed.
7540 * SpecialBlock::checkUnblockSelf no longer accepts an integer representing
7541   an user ID as part of ongoing refactoring of SpecialBlock class.
7542 * User::setInternalPassword() and User::setPassword(), deprecated in 1.27, have
7543   been removed. Use User::changeAuthenticationData() instead.
7544 * User::selectFields(), deprecated in 1.31, has been removed. Use
7545   User::getQueryInfo() instead.
7546 * The "legacy" serialization type in RESTBagOStuff, deprecated in 1.34,
7547   has been removed.
7548 * The populateContentModel.php maintenance script was removed. It has
7549   been replaced by the populateContentTables.php script.
7550 * The findHooks.php maintenance script, for the old hooks system, was removed.
7551 * (T257278) Calling MediaWiki\Shell\Command::restrict() will now overwrite
7552   any previous restrictions rather than adding to them, making it possible to
7553   disable the default restrictions.
7555 === Deprecations in 1.35 ===
7556 * The PHPUnit4And6Compat class, used to provide compatibility with PHPUnit 4, is
7557   now deprecated. MediaWiki support for PHPUnit 4 ended with the removal of HHVM
7558   support.
7559 * LockManagerGroup::getDefault() and LockManagerGroup::getAny() are deprecated.
7560   They seem to be unused. Just use get() directly, and catch any exception.
7561 * AbstractBlock::getPermissionsError and AbstractBlock::getBlockErrorParams are
7562   deprecated. Use BlockErrorFormatter::getMessage instead.
7563 * The IP class is deprecated. Please instead use the Wikimedia\IPUtils class
7564   from the new wikimedia/ip-utils library instead. Additionally, the RE_IP_*
7565   constants are also deprecated. RE_IP_BYTE can be replaced with a class
7566   constant on the IPUtils class, while the others will eventually be made
7567   private.
7568 * The following Language methods are deprecated: getFallbackFor,
7569   getFallbacksFor, getFallbacksIncludingSiteLanguage. Use the corresponding new
7570   methods on the LanguageFallback class: getFirst, getAll, and
7571   getAllIncludingSiteLanguage.
7572 * FileJournal::factory is deprecated. Use the constructor directly instead.
7573 * AbstractBlock methods setBlocker(), getBlocker() are deprecated and will
7574   become internal implementation of DatabaseBlock.
7575 * Title::countRevisionsBetween has been deprecated and moved into RevisionStore.
7576 * FileBackendGroup::singleton() is deprecated. Use MediaWikiServices instead.
7577 * FileBackendGroup::destroySingleton() is deprecated. Test frameworks should
7578   instead reset MediaWikiServices between test runs.
7579   (MediaWikiIntegrationTestCase does this automatically.)
7580 * GenderCache::singleton(), deprecated in 1.28, is hard deprecated. Use
7581   MediaWikiServices::getGenderCache() instead.
7582 * MediaWikiIntegrationTest::setContentLang() has been deprecated. Use
7583   setMwGlobals( 'wgLanguageCode', 'xxx' ) to set a different site language
7584   code, or setService( 'ContentLanguage', $myObj ) to set a specific Language
7585   object. Service resets and $wgContLang will be handled automatically.
7586 * MediaWikiIntegrationTest::assertType() has been deprecated, as part of the
7587   work to move to PHPUnit 8; PHPUnit's assertInternalType() was deprecated, and
7588   will be removed in PHPUnit 9. MediaWikiIntegrationTest::assertTypeOrValue(),
7589   a wrapper for assertType(), has been removed immediately, without deprecation.
7590 * AbstractBlock::getReason is deprecated, since reasons are actually stored as
7591   CommentStoreComments, and getReason returns a string with no caller control
7592   over language or formatting. Instead use AbstractBlock::getReasonComment,
7593   which returns the CommentStoreComment.
7594 * The global function wfGetRusage() is deprecated and will now always call the
7595   getrusage() function without checking for its existence.
7596 * The properties User::mBlock, User::mBlockedby and User::mHideName are
7597   deprecated. Instead, use User::getBlock to get the block, then use
7598   AbstractBlock::getByName or AbstractBlock::getHideName.Use the GetUserBlock
7599   hook to set, unset or modify a block, including hiding or unhiding a user.
7600 * Directly calling the MergeHistory constructor is deprecated. Instead, use the
7601   new MergeHistoryFactory class.
7602 * Language::factory() and Language::getParentLanguage() are deprecated, and so
7603   is directly calling the Language constructor. Use the new LanguageFactory
7604   class instead.
7605 * Language::classFromCode() is deprecated. There is no reason it should be used
7606   outside the Language class itself.
7607 * Language::clearCaches() is deprecated. Instead, reset all services and set
7608   Language::$mLangObjCache = [].
7609 * The following functions from Language class are deprecated in favour of
7610   respective functions in LanguageConverter:
7611   - autoConvert
7612   - autoConvertToAllVariants
7613   - convert
7614   - convertTitle
7615   - convertNamespace
7616   - hasVariants
7617   - hasVariant
7618   - convertHtml
7619   - convertCategoryKey
7620   - getVariants
7621   - getPreferredVariant
7622   - getURLVariant
7623   - findVariantLink
7624   - getExtraHashOptions
7625   - updateConversionTable
7626 * Language::classFromCode() is hard deprecated and should be removed in 1.36
7627 * Language::getConverter() is deprecated and should be removed in 1.36
7628 * Language::MESSAGES_FALLBACKS, Language::STRICT_FALLBACKS were deprecated.
7629   Use LanguageFallback::MESSAGES and LanguageFallback::STRICT respectively
7630 * Language::$mLangObjCache is deprecated and should be removed in 1.36. Use
7631   MediaWikiServices instead to get a LanguageFactory.
7632 * Language::getMessagesFor(), getMessageFor(), and getMessageKeysFor() are
7633   deprecated. Use LocalisationCache's getItem(), getSubitem(), and
7634   getSubitemList() methods directly.
7635 * OutputPage::getCSPNonce() is deprecated, use OutputPage::getCSP()->getNonce()
7636   instead.
7637 * DerivedPageDataUpdater::prepareUpdate accepted as its second parameter an
7638   optional array of options. Specifying the value of the `oldrevision` key of
7639   the array to be a Revision object, rather than a RevisionRecord object, is
7640   hard deprecated. The same applies to the options parameter in
7641   WikiPage::doEditUpdates.
7642 * Skin::makeI18nUrl() and makeNSUrl() have been deprecated, no longer used.
7643 * Title::countAuthorsBetween and Title::getAuthorsBetween were hard deprecated.
7644   Use respective methods in RevisionStore instead.
7645 * Remove deprecated SkinCopyrightFooter &$forContent parameter
7646 * The following Language class static variables have been replaced with
7647   constants and deprecated: $mWeekdayMsgs, $mWeekdayAbbrevMsgs, $mMonthMsgs,
7648   $mMonthGenMsgs, $mMonthAbbrevMsgs, $mIranianCalendarMonthMsgs,
7649   $mHebrewCalendarMonthMsgs, $mHebrewCalendarMonthGenMsgs,
7650   $mHijriCalendarMonthMsgs and $durationIntervals.
7651 * As part of dropping security support for IE 6 and IE 7,
7652   WebRequest::checkUrlExtension() has been deprecated, and now always returns
7653   true.
7654 * The following ApiBase::PARAM_* constants have been deprecated in favor of
7655   equivalent ParamValidator constants: PARAM_DFLT, PARAM_ISMULTI, PARAM_TYPE,
7656   PARAM_MAX, PARAM_MAX2, PARAM_MIN, PARAM_ALLOW_DUPLICATES, PARAM_DEPRECATED,
7657   PARAM_REQUIRED, PARAM_SUBMODULE_MAP, PARAM_SUBMODULE_PARAM_PREFIX, PARAM_ALL,
7658   PARAM_EXTRA_NAMESPACES, PARAM_SENSITIVE, PARAM_DEPRECATED_VALUES,
7659   PARAM_ISMULTI_LIMIT1, PARAM_ISMULTI_LIMIT2, PARAM_MAX_BYTES, PARAM_MAX_CHARS.
7660 * ApiBase::explodeMultiValue() is deprecated. Use
7661   ParamValidator::explodeMultiValue() instead.
7662 * ApiBase::parseMultiValue() is deprecated. No replacement is provided;
7663   generally this sort of thing should be handled by fully validating the
7664   parameter.
7665 * ApiBase::validateLimit() and ApiBase::validateTimestamp() are deprecated.
7666   Use ApiParamValidator::validateValue() with an appropriate settings array
7667   instead.
7668 * ContentHandler (use ContentHandlerFactory):
7669   - getForTitle
7670   - getForContent
7671   - getForModelID
7672   - getContentModels
7673   - getAllContentFormats
7674   - protected $handler (not need anymore)
7675   - cleanupHandlersCache (not need anymore)
7676 * (T212738) The $wgVersion global is deprecated; instead, use MW_VERSION.
7677 * $wgMemc is deprecated, use MediaWikiServices::getLocalServerObjectCache()
7678   instead.
7679 * ObjectCache::detectLocalServerCache() is deprecated, instead use
7680   MediaWikiServices::getLocalServerObjectCache() or
7681   ObjectCache::makeLocalServerCache().
7682 * ImagePage::getImageLimitsFromOptions() is deprecated. Use static function
7683   MediaFileTrait::getImageLimitsFromOptions() instead.
7684 * As part of work to replace the Parser, alongside the breaking changes listed
7685   above, a large number of deprecations changes been made, to simplify the API
7686   or because they will not be supported in replacement:
7687   - Parser::doBlockLevels() (and BlockLevelPass class has been marked @internal)
7688   - Parser::setFunctionTagHook()
7689   - Parser::attributeStripCallback()
7690   - Parser::fetchTemplate() - use Parser::fetchTemplateAndTitle() instead.
7691   - Parser::enableOOUI() - use $parser->getOutput()->enableOOUI() instead.
7692   - LinkHolderArray has been deprecated for public usage and will be
7693     internal part of parser.
7694   - The following parser-related hooks have been deprecated:
7695     - InternalParseBeforeSanitize
7696         Use an alternative hook which doesn't expose internal half-parsed state,
7697         like ParserBeforeInternalParse or ParserAfterTidy
7698     - ParserFetchTemplate
7699         Use BeforeParserFetchTemplateAndTitle
7700     - ParserSectionCreate
7701         No replacement; <section> tag wrapping will be done by core in future.
7702     - BeforeParserrenderImageGallery
7703         No replacement; MediaHandler provides for customizable media rendering
7704     - ParserBeforeTidy
7705         Use ParserAfterTidy instead to avoid exposing internal half-parsed state
7706     - ParserBeforeStrip
7707         No replacement; stripping is no longer supported.
7708     - ParserAfterStrip
7709         No replacement; stripping is no longer supported.
7710   - The accessor/mutator methods Parser::Options(), Parser::OutputType(), and
7711     Parser::Title() have been deprecated; use the appropriate Parser::get* or
7712     Parser::set* methods instead.
7713   - Parser::firstCallInit() has been deprecated. The parser is initialized
7714     fully on construction and so ::firstCallInit() no longer has any effect
7715     when manually invoked.
7716   - ParserOptions::setAllowExternalImages(), ::setAllowExternalImagesFrom(),
7717     and ::setEnableImageWhitelist() have been deprecated.  Future parsers
7718     will not allow per-parser configuration of image filtering; use
7719     site configuration instead.
7720   - ParserOptions::getTidy() and ParserOptions::setTidy() have been deprecated.
7721     These options no longer have any effect.
7722   - Most methods of MWTidy, except for MWTidy::tidy(), have been deprecated;
7723     tidiness is always enabled and not configurable.
7724   - Version 1 of the parserTests file format has been deprecated. You'll need to
7725     update your parser tests to version 2, which uses Remex tidy on all test
7726     output by default. Support for parser tests with Remex tidy off will later
7727     be removed entirely.
7728   - $wgParser — This global variable, soft deprecated in 1.32, has now been hard
7729     deprecated. Use MediaWikiServices::getInstance()->getParser() instead.
7730     (T160811)
7731 * The signature of DefaultPreferencesFactory::__construct has been changed:
7732   - LanguageConverter $languageConverter has been added.
7733   and its usage with old arguments is hard deprecated.
7734 * The public usage of the following properties of LanguageConverter have been
7735   deprecated as there is no reason they should be used outside the
7736   LanguageConverter class and will be changed from public to private:
7737   - mLangObj
7738   - mUcfirst
7739   - mConvRuleTitle
7740   - mURLVariant
7741   - mUserVariant
7742   - mHeaderVariant
7743   - mMaxDepth
7744   - mVarSeparatorPattern
7745   changed from public to protected:
7746   - mTables
7747 * The ArticleEditUpdatesDeleteFromRecentchanges hook has been deprecated. Please
7748   use the RecentChange_save hook or similar instead.
7749 * The ArticleEditUpdates hook has been deprecated. Please
7750   use the RevisionDataUpdates hook or similar instead.
7751 * The SkinTemplatePreventOtherActiveTabs and SkinTemplateTabAction hooks have
7752   been hard deprecated. Please use the SkinTemplateNavigation__Universal hook
7753   instead.
7754 * ResourceLoaderFileModule::compileLessFile() has been deprecated, use
7755   ResourceLoaderFileModule::compileLessString() instead
7756 * The SquidPurgeClient and SquidPurgeClientPool classes have been deprecated.
7757   Use MultiHttpClient or HtmlCacheUpdater instead.
7758 * MimeAnalyzer::getExtensionsForType() and ::getTypesForExtensions() were
7759   deprecated in favor of MimeAnalyzer::getExtensionsFromMimeType() and
7760   ::getMimeTypesFromExtension(), respectively. The new methods return arrays
7761   rather than strings.
7762 * Calling Action::factory and Action constructor with WikiPage has been
7763   hard deprecated. Caller must provide an Article instance.
7764 * ApiTestCase::doLogin, soft deprecated in 1.31, was hard deprecated.
7765 * WebRequest::getLimitOffset is hard deprecated. Instead, use
7766   ::getLimitOffsetForUser and pass a User object.
7767 * PageArchive::getPreviousRevision is hard deprecated. Instead, use the new
7768   ::getPreviousRevisionRecord method.
7769 * PageArchive::getArchivedRevision is hard deprecated. Instead, use the new
7770   ::getArchivedRevisionRecord method.
7771 * PageArchive::undelete is hard deprecated. Instead, use ::undeleteAsUser
7772   and pass a User object.
7773 * PageArchive::getRevision is hard deprecated.
7774 * EditPage::getBaseRevision was hard deprecated. Instead, use the new
7775   ::getExpectedParentRevision method.
7776 * The public variable EditPage::$mBaseRevision was hard deprecated.
7777 * FileDeleteForm previously did not accept a user parameter in its constructor,
7778   instead relying on the global $wgUser. A user parameter has been added,
7779   and //not// providing a user is deprecated. There are no known callers
7780   outside of mediawiki core.
7781 * AuthManager::singleton() has been deprecated. Use
7782   MediaWikiServices::getInstance()->getAuthManager() instead.
7783 * ContribsPager::tryToCreateValidRevision is hard deprecated. Instead, use
7784   ContribsPager::tryCreatingRevisionRecord.
7785 * The following functions all accept an optional user parameter. Not passing a
7786   user is hard deprecated, and support for calling them without passing a user
7787   will be removed in 1.36:
7788   - Title::getNotificationTimestamp (note however that the method is deprecated
7789       in its entirely in favor of the new WatchlistNotificationManager service)
7790   - PatrolLog::record
7791   - LogEventsList::userCan
7792   - LogEventsList::userCanBitfield
7793   - LogEventsList::userCanViewLogType
7794   - LogPage::addEntry
7795   - FileDeleteForm::doDelete
7796   - OldLocalFile::userCan
7797   - ArchivedFile::userCan
7798   - File::userCan
7799 * The following functions all accept an optional audience parameter and
7800   an optional user parameter. If the audience is FOR_THIS_USER and no
7801   user is passed, they fallback to $wgUser. Not passing a user when
7802   one is needed is deprecated
7803   - LogEventsList::getExcludeClause
7804   - WikiPage::getComment
7805   - WikiPage::getCreator
7806   - WikiPage::getUser
7807   - WikiPage::getUserText
7808 * UploadBase::checkWarnings now accepts a User parameter; not providing a
7809   user is soft deprecated.
7810 * Article::insertProtectNullRevision and WikiPage::insertProtectNullRevision
7811   were hard deprecated. Instead, use WikiPage::insertNullProtectionRevision.
7812 * Article::doDeleteArticle, Article::doDeleteArticleReal, and
7813   WikiPage::doDeleteArticle are all deprecated. Instead, use
7814   WikiPage::doDeleteArticleReal.
7815 * Article::getComment is deprecated. Instead, use WikiPage::getComment.
7816 * Article::getCreator is deprecated. Instead, use WikiPage::getCreator.
7817 * Article::updateRevisionOn() and ::updateIfNewerOn(), and
7818   WikiPage::updateIfNewerOn() are deprecated. Instead, use
7819   WikiPage::updateRevisionOn().
7820 * Article::getUser is deprecated. Instead, use WikiPage::getUser.
7821 * Article::getUserText is deprecated. Instead, use WikiPage::getUserText.
7822 * Article::prepareContentForEdit is hard deprecated. Instead, use
7823   WikiPage::prepareContentForEdit.
7824 * WikiPage::prepareContentForEdit previously accepted either a Revision or a
7825   RevisionRecord object as its optional second parameter. Passing a Revision
7826   is now hard deprecated.
7827 * Article::getUndoContent and WikiPage::getUndoContent are hard deprecated.
7828   Instead, use ContentHandler::getUndoContent.
7829 * Passing Revision objects to ContentHandler::getUndoContent is hard deprecated.
7830   Instead, pass the associated Content objects, as well as whether the undo is
7831   from the current revision.
7832 * Article::doDeleteUpdates and ::doEditUpdates are deprecated. Instead,
7833   use WikiPage::doDeleteUpdates and ::doEditUpdates.
7834 * WikiPage::doEditUpdates previously accepted a Revision object as its first
7835   parameter. It now accepts RevisionRecord objects, and passing Revision
7836   objects is deprecated.
7837 * Article::getRevisionFetched is deprecated. Instead, use the
7838   fetchRevisionRecord method, which has been converted from protected to
7839   public.
7840 * LocalFileDeleteBatch was migrated to a new constructor signature with the
7841   user as the second parameter. Support for the old signature is hard
7842   deprecated, and once removed the user parameter will be required. At the
7843   same time, a number of file-deletion related methods were updated
7844   - File::delete is hard deprecated in favor of the new ::deleteFile
7845   - LocalFile::delete is hard deprecated in favor of the new ::deleteFile
7846   - LocalFile::deleteOld is hard deprecated in favor of the new ::deleteOldFile
7847   - ForeignDBFile::delete is hard deprecated in favor of the new ::deleteFile
7848 * File::recordUpload (along with the respective methods in the LocalFile and
7849   ForeignDBFile classes) is hard deprecated, and LocalFile::recordUpload2 is
7850   soft deprecated. Use the new LocalFile::recordUpload3, which has a different
7851   signature and requires that a User parameter is passed.
7852 * The SpecialPageFactory class was moved from the MediaWiki\Special namespace
7853   to the MediaWiki\SpecialPage namespace. The old location remains as a
7854   deprecated alias.
7855 * Title::userCan, ::quickUserCan, and ::getUserPermissionsErrors, which
7856   were deprecated in 1.33, were hard deprecated. Instead, use
7857   PermissionManager::userCan, ::quickUserCan, and ::getPermissionErrors.
7858 * All methods of the old SpecialPageFactory, deprecated in 1.32, were hard
7859   deprecated. Instead, get a SpecialPageFactory from MediaWikiServices and
7860   use its methods.
7861 * User::updateNewtalk now accepts as its optional third parameter a
7862   RevisionRecord object; passing a Revision is hard deprecated.
7863 * User::getNewMessageRevisionId and ::getNewMessageLinks were hard deprecated.
7864 * DifferenceEngine::getRevisionHeader now accepts a RevisionRecord as its
7865   first parameter; passing a Revision is hard deprecated.
7866 * WikiPage::doDeleteUpdates now accepts as its optional third parameter
7867   a RevisionRecord object; passing a Revision is hard deprecated.
7868 * WikiPage::onArticleEdit now accepts as its optional second parameter
7869   a RevisionRecord object; passing a Revision is hard deprecated.
7870 * Global $wgUser variable was soft deprecated.
7871 * The Revision class was soft deprecated entirely in 1.31. All methods
7872   have now been individually hard deprecated:
7873   - ::__construct - create MutableRevisionRecord objects instead
7874   - ::newFromId - use RevisionLookup::getRevisionById instead
7875   - ::newFromTitle - use RevisionLookup::getRevisionByTitle instead
7876   - ::newFromPageId - use RevisionStore::getRevisionByPageId instead
7877   - ::newFromArchiveRow - use RevisionFactory::newRevisionFromArchiveRow
7878   - ::newFromRow - use RevisionStore::newRevisionFromRow instead
7879   - ::loadFromPageId - use RevisionStore::getRevisionByPageId instead
7880   - ::loadFromTitle - use RevisionStore::getRevisionByTitle instead
7881   - ::loadFromTimestamp - use RevisionStore::getRevisionByTimestamp instead
7882   - ::getQueryInfo - use RevisionStore::getQueryInfo instead
7883   - ::getArchiveQueryInfo - use RevisionStore::getArchiveQueryInfo instead
7884   - ::getParentLengths - use RevisionStore::getRevisionSizes instead
7885   - ::getRevisionRecord - no replacement
7886   - ::getId - use RevisionRecord::getId instead
7887   - ::setId - use MutableRevisionRecord::setId instead
7888   - ::setUserIdAndName - use MutableRevisionRecord::setUser instead
7889   - ::getTextId - use SlotRecord::getContentAddress for retrieving an actual
7890       content address, or RevisionRecord::hasSameContent to compare content
7891   - ::getParentId - use RevisionRecord::getParentId instead
7892   - ::getSize - use RevisionRecord::getSize instead
7893   - ::getSha1 - use RevisionRecord::getSha1 instead
7894   - ::getTitle - use RevisionRecord::getPageAsLinkTarget instead
7895   - ::setTitle - the method was previously a no-op
7896   - ::getPage - use RevisionRecord::getPageId instead
7897   - ::getUser - use RevisionRecord::getUser and then User::getId instead
7898   - ::getUserText - use RevisionRecord::getUser and then User::getName instead
7899   - ::getComment - use RevisionRecord::getComment instead
7900   - ::isMinor - use RevisionRecord::isMinor instead
7901   - ::isUnpatrolled - use RevisionStore::getRcIdIfUnpatrolled instead
7902   - ::getRecentChange - use RevisionStore::getRecentChange instead
7903   - ::isDeleted - use RevisionRecord::isDeleted instead
7904   - ::getVisibility - use RevisionRecord::getVisibility instead
7905   - ::getContent - use RevisionRecord::getContent instead
7906   - ::getSerializedData - use SlotRecord::getContent for retrieving a
7907       content object, and Content::serialize for the serialized form
7908   - ::getContentModel - use SlotRecord::getModel instead
7909   - ::getContentFormat - use SlotRecord::getFormat instead, with a fallback
7910        to ContentHandler::getDefaultFormat
7911   - ::getContentHandler - use ContentHandlerFactory::getContentHandler instead
7912   - ::getTimestamp - use RevisionRecord::getTimestamp instead
7913   - ::isCurrent - use RevisionRecord::isCurrent instead
7914   - ::getPrevious - use RevisionLookup::getPreviousRevision instead
7915   - ::getNext - use RevisionLookup::getNextRevision instead
7916   - ::getRevisionText - use RevisionRecord::getContent instead
7917   - ::compressRevisionText - use SqlBlobStore::compressData instead
7918   - ::decompressRevisionText - use SqlBlobStore::decompressData instead
7919   - ::insertOn - use RevisionStore::insertRevisionOn instead
7920   - ::base36Sha1 - use SlotRecord::base36Sha1 instead
7921   - ::newNullRevision - use RevisionStore::newNullRevision
7922   - ::userCan - use RevisionRecord::userCanBitfield instead
7923   - ::userCanBitfield - use RevisionRecord::userCanBitfield instead
7924   - ::getTimestampFromId - use RevisionStore::getTimestampFromId instead
7925   - ::countByPageId - use RevisionStore::countRevisionsByPageId instead
7926   - ::countByTitle - use RevisionStore::countRevisionsByTitle instead
7927   - ::userWasLastToEdit - use RevisionStore::userWasLastToEdit instead
7928   - ::newKnownCurrent - use RevisionStore::getKnownCurrentRevision instead
7929 * The Revision method had a few methods that were previously protected and
7930   have been made private. They were:
7931   - ::getRevisionStore
7932   - ::getRevisionLookup
7933   - ::getRevisionFactory
7934   - ::getBlobStore
7935   The $mRecord variable was also changed from protected to private.
7936 * Multiple hooks that include Revision objects were deprecated. The hooks, as
7937   well as suitable replacements, are noted below:
7938   - ArticleRevisionUndeleted (hard deprecated, use the RevisionUndeleted hook)
7939   - ArticleRollbackComplete (hard deprecated, use the RollbackComplete hook)
7940   - DiffRevisionTools (hard deprecated, use the DiffTools hook)
7941   - DiffViewHeader (hard deprecated, use the DifferenceEngineViewHeader hook)
7942   - HistoryRevisionTools (hard deprecated, use the HistoryTools hook)
7943   - NewRevisionFromEditComplete (hard deprecated, use the
7944       RevisionFromEditComplete hook).
7945   - PageContentInsertComplete (hard deprecated, use the PageSaveComplete hook)
7946   - PageContentSaveComplete (hard deprecated, use the PageSaveComplete hook)
7947   - RevisionInsertComplete (soft deprecated in 1.31, now hard deprecated)
7948   - TitleMoveCompleting (hard deprecated, use the PageMoveCompleting hook)
7949   - TitleMoveComplete (hard deprecated, use the PageMoveComplete hook)
7950   - UndeleteShowRevision (hard deprecated)
7951 * The following RevisionStore methods were deprecated:
7952   - ::loadRevisionFromTitle
7953   - ::loadRevisionFromTimestamp
7954   - ::loadRevisionFromPageId
7955   - ::listRevisionSizes
7956 * WikiPage::$mLastRevision was changed from protected to private.
7957 * RecentChange::markPatrolled was deprecated. Use ::doMarkPatrolled instead.
7958 * The JobRunner class has been converted to a service class.
7959   Direct construction is deprecated, use MediaWikiServices::getJobRunner.
7960 * JobRunner::setLogger has been deprecated, thus using JobRunner as a
7961   LoggerAwareInterface is deprecated as well. Rely on the logger passed in the
7962   constructor instead.
7963 * LogEventsList::typeAction accepts an optional right to check against as
7964   the fourth parameter. Specifying such a right is deprecated.
7965 * SkinTemplate::makeArticleUrlDetails has been deprecated, no longer used.
7966 * Passing a Revision object into CategoryMembershipChange constructor is
7967   deprecated. Pass a RevisionRecord instead.
7968 * The "mediawiki.legacy.oldshared" module has been deprecated.
7969   Skins and extensions that are using this should copy its necessary CSS rules
7970   to their own styles module. CologneBlue and Nostalgia skins serve as examples.
7971 * The "mediawiki.legacy.shared" module has been deprecated.
7972   Use the "mediawiki.skinning.*" modules, or ResourceLoaderSkinModule instead.
7973 * The following hooks, soft deprecated in 1.24, have been hard deprecated:
7974   - APIQueryInfoTokens
7975   - APIQueryRecentChangesTokens
7976   - APIQueryRevisionsTokens
7977   - APIQueryUsersTokens
7978   - ApiTokensGetTokenTypes
7979 * Calling Action::factory and Action constructor with any Page implementations
7980   other than Article is deprecated.
7981 * Action::page property is deprecated for direct access.
7982   Use Action::getArticle or Action::getWikiPage instead.
7983 * LESS `.background-image-svg()` mixin from 'mediawiki.mixins.less' is
7984   deprecated and should be removed in 1.36.
7985 * LESS `.background-image-svg-quick()` mixin from 'mediawiki.mixins.less' is
7986   deprecated and should be removed in 1.36.
7987 * The following methods were deprecated:
7988   - Title::getFirstRevision (hard deprecated)
7989   - Title::getEarliestRevTime
7990   - WikiPage::getOldestRevision (hard deprecated)
7991   - Article::getOldestRevision (hard deprecated)
7992   Use RevisionStore::getFirstRevision instead.
7993 * WikiPage::commitRollback and ::doRollback are declared to be internal
7994   in preparation for breaking changes. Neither method has any known
7995   callers outside of MediaWiki core. Both methods modify an array passed
7996   by reference ($resultDetails) - accessing the Revision objects added to
7997   that array (using the keys `current` and `target`) is also deprecated.
7998 * The following Linker methods previously accepted Revision objects as
7999   parameters. They now accept either Revision or RevisionRecord objects.
8000   Passing a Revision object is hard deprecated.
8001   - ::revUserLink
8002   - ::revUserTools
8003   - ::revComment
8004   - ::generateRollback
8005   - ::getRollbackEditCount
8006   - ::buildRollbackLink
8007   - ::getRevDeleteLink
8008 * WikiPage::hasDifferencesOutsideMainSlot previously accepted Revision
8009   objects for its two parameters. It now accepts RevisionRecord objects,
8010   and passing Revision objects is hard deprecated.
8011 * WikiPage::updateRevisionOn previously accepted Revision objects for its
8012   second parameter. It now accepts RevisionRecord objects, and passing
8013   Revision objects is hard deprecated.
8014 * The ParserGetVariableValueVarCache hook has been deprecated.
8015 * When using the ParserGetVariableValueSwitch hook, the following unusual
8016   uses have been deprecated: modifying the passed $magicWordId or failing to
8017   cache the returned value in $variableCache.  The related
8018   MagicWordwgVariableIDs hook has been deprecated and renamed; use
8019   the GetMagicVariableIDs hook instead.
8020 * The following Parser properties have been deprecated:
8021   - ::$mTagHooks
8022   - ::$mFunctionHooks
8023   - ::$mMarkerIndex
8024   - ::$mFirstCall
8025   - ::$mPreprocessor
8026   - ::$mOutput
8027   - ::$mStripState
8028   - ::$mLinkID
8029   - ::$mIncludeSizes
8030   - ::$mPPNodeCount
8031   - ::$mGeneratedPPNodeCount
8032   - ::$mHighestExpansionDepth
8033   - ::$mDoubleUnderscores
8034   - ::$mExpensiveFunctionCount
8035   - ::$mShowToc
8036   - ::$mUser
8037   - ::$mOptions
8038   - ::$mTitle
8039   - ::$ot
8040   - ::$mRevisionObject
8041   - ::$mRevisionId
8042   - ::$mRevisionTimestamp
8043   - ::$mRevisionUser
8044   - ::$mRevisionSize
8045   - ::$mInputSize
8046   - ::$mInParse
8047 * LinksUpdate::getRevision and ::setRevision are hard deprecated in favor
8048   of the new ::getRevisionRecord and ::setRevisionRecord methods.
8049 * A large number of exposed variables and methods of Article were deprecated as
8050   part of its planned removal:
8051   - Article::$mContext is deprecated; use getContext()/setContext() instead.
8052   - Article::__get(), ::__set() are hard deprecated, use the WikiPage properties
8053     instead.
8054   - These Article methods were hard deprecated; use their WikiPage equivalents:
8055     - ::checkFlags,
8056     - ::checkTouched,
8057     - ::clearPreparedEdit,
8058     - ::commitRollback,
8059     - ::doDeleteArticleReal,
8060     - ::doEditContent,
8061     - ::doPurge,
8062     - ::doRollback,
8063     - ::doUpdateRestrictions,
8064     - ::doViewUpdates,
8065     - ::exists,
8066     - ::followRedirect,
8067     - ::getContentHandler,
8068     - ::getContentModel,
8069     - ::getContributors,
8070     - ::getDeletionUpdates,
8071     - ::getHiddenCategories,
8072     - ::getId,
8073     - ::getLatest,
8074     - ::getLinksTimestamp,
8075     - ::getMinorEdit,
8076     - ::getRedirectTarget,
8077     - ::getRedirectURL,
8078     - ::getTimestamp,
8079     - ::getTouched,
8080     - ::hasViewableContent,
8081     - ::insertOn,
8082     - ::insertRedirect,
8083     - ::insertRedirectEntry,
8084     - ::isCountable,
8085     - ::isRedirect,
8086     - ::loadFromRow,
8087     - ::loadPageData,
8088     - ::lockAndGetLatest,
8089     - ::makeParserOptions,
8090     - ::pageDataFromId,
8091     - ::pageDataFromTitle,
8092     - ::prepareContentForEdit,
8093     - ::protectDescription,
8094     - ::protectDescriptionLog,
8095     - ::replaceSectionAtRev,
8096     - ::setTimestamp,
8097     - ::shouldCheckParserCache,
8098     - ::supportsSections,
8099     - ::triggerOpportunisticLinksUpdate,
8100     - ::updateCategoryCounts, and
8101     - ::updateRedirectOn.
8102   - Article::generateReason() was hard deprecated; instead, please use
8103     WikiPage::getAutoDeleteReason().
8104   - Article::replaceSectionContent() was hard deprecated, use
8105     Article::replaceSectionAtRev() instead.
8106   - Article::getRevision and WikiPage::getRevision were hard deprecated in favor
8107     of the new WikiPage::getRevisionRecord method.
8108 * A new UserNameUtils service was introduced. The following User methods
8109   were deprecated in favor of using the new service:
8110   - isIP
8111   - isIPRange
8112   - isValidUserName
8113   - isUsableName
8114   - isCreatableName
8115   - getCanonicalName
8116 * The signature of WikiPage::doDeleteArticleReal was changed to make the user
8117   the second parameter, and the suppression option the third parameter.
8118   Previously, the third parameter was unused. Using the old signature is
8119   hard deprecated.
8120 * ApiQueryRevisions::getRollbackToken, which has been soft deprecated since
8121   1.24, accepted as its third parameter a Revision object. It now accepts
8122   a RevisionRecord, and passing a Revision is hard deprecated.
8123 * Passing Article to ParserCache::get() was deprecated
8124 * ParserOptions::newCanonical() with no first parameter, or null as the first
8125   parameter, which falls back to using global $wgUser, is hard deprecated.
8126 * Parser::fetchCurrentRevisionOfTitle, ::statelessFetchRevision, and
8127   ::getRevisionObject were hard deprecated in favor of the new
8128   ::fetchCurrentRevisionRecordOfTitle, ::statelessFetchRevisionRecord,
8129   and ::getRevisionRecordObject methods respectively.
8130 * ParserOptions::getCurrentRevisionCallback and ::setCurrentRevisionCallback
8131   were hard deprecated in favor of the new ::getCurrentRevisionRecordCallback
8132   and ::setCurrentRevisionRecordCallback methods respectively.
8133 * Parser::statelessFetchTemplate returns an array; accessing the Revision
8134   object returned (via the `revision` key to the array) is deprecated. Instead,
8135   use `revision-record` to retrieve the equivalent RevisionRecord.
8136 * WikiPage::doEditContent returns an array, and PageUpdater::getStatus returns
8137   a Status object with an array value. For both of those arrays, accessing the
8138   Revision object returned (via the `revision` key to the array) is deprecated.
8139   Instead, use `revision-record` to retrieve the equivalent RevisionRecord.
8140 * Page interface was deprecated. Use Article or WikiPage instead.
8141 * The following DatabaseBlock methods are deprecated because they are no longer
8142   needed in core: chooseBlock, fromMaster, deleteIfExpired.
8143 * wfGetScriptUrl() was deprecated. The script URL should be configured rather
8144   than detected. wfScript() can be used to get a configured script URL.
8145 * Action::factory() with null $action argument is hard deprecated
8146 * The following methods of the User class were deprecated: getDefaultOptions,
8147   getDefaultOption, getOptions, getOption, getBoolOption, getIntOption,
8148   setOption, listOptionKinds, getOptionKinds, resetOptions. Use corresponding
8149   methods in UserOptionsLookup or UserOptionsManager service classes instead.
8150 * UserRetrieveNewTalks hook was deprecated without replacement.
8151 * User::getNewtalk and ::setNewtalk were hard deprecated. Use service
8152   TalkPageNotificationManager instead.
8153 * EditPage::matchSpamRegex and ::matchSummarySpamRegex were hard deprecated in
8154   favor of the new SpamChecker service.
8155 * Title::getNotificationTimestamp, User::clearNotification, and
8156   User::clearAllNotifications were deprecated in favor of the new
8157   WatchlistNotificationManager service.
8158 * SpecialPage::setListed() and SpecialPage::listed() were deprecated. Subclass
8159   UnlistedSpecialPage to set listed as false, and use SpecialPage::isListed()
8160   to get the value.
8161 * CategoryPage::getCategoryViewerClass() and ::setCategoryViewerClass() were
8162   deprecated.
8163 * MWHttpRequest and its subclasses PhpHttpRequest, CurlHttpRequest and
8164   GuzzleHttpRequest now require the timeout and connectTimeout options to
8165   always be specified, otherwise a deprecation warning will be raised. Most
8166   callers should use HttpRequestFactory which always sets these options.
8167 * Linker::normaliseSpecialPage() has been deprecated, instead make use of
8168   LinkRenderer::normalizeTarget().
8169 * SkinTemplate::getPersonalToolsList() was soft deprecated.
8170 * ChangeTags::truncateTagDescription() has been deprecated.
8171 * The following methods of the User class are deprecated: getGroups,
8172   getGroupMemberships, getEffectiveGroups, getAutomaticGroups,
8173   addGroup, removeGroup, getFormerGroups, getAllGroups, getImplicitGroups,
8174   addAutopromoteOnceGroups. Use the new UserGroupManager service instead.
8175 * The following methods of the UserGroupMembership class were deprecated:
8176   selectFields, getMembershipsForUser, getMembership, insert, delete,
8177   newFromRow, initFromRow, purgeExpired.
8178   Use the new UserGroupManager service instead.
8179 * wfWaitForSlaves() has been hard deprecated. Use LBFactory::waitForReplication
8180   instead. It was soft deprecated in 1.27.
8181 * BaseTemplate::getAfterPortlet and ::renderAfterPortlet have been deprecated in
8182   favor of the Skin::getAfterPortlet method. Skin::getAfterPortlet does not wrap
8183   the result in a div, callers are responsible for that.
8184   The hook BaseTemplateAfterPortlet, called by both methods has been deprecated
8185   as well and is replaced by SkinAfterPortlet.
8186 * Autopromote class has been soft deprecated and it's methods moved into
8187   UserGroupManager.
8188 * SkinTemplateBuildNavUrlsNav_urlsAfterPermalink hook has been deprecated.
8189   Use SidebarBeforeOutput hook and get the revision id from the OutputPage
8190   object.
8191 * BaseTemplate::getToolbox() method has been soft deprecated. The toolbox data
8192   is now available in a sidebar data array which you can get from any class
8193   that's extending QuickTemplate class. The hook associated with this method,
8194   BaseTemplateToolbox, has been hard deprecated. To add items to the toolbox,
8195   use SidebarBeforeOutput hook instead.
8196 * The SkinTemplateOutputPageBeforeExec hook is deprecated.
8197   The page [[mw:Manual:Hooks/SkinTemplateOutputPageBeforeExec]] and T60137
8198   for recommendations for alternative approaches based on how developers
8199   previously used this hook.
8200 * SkinTemplateToolboxEnd hook has been deprecated. Use SidebarBeforeOutput hook
8201   instead.
8202 * Using Skin::addToBodyAttributes() method to add body attributes has been
8203   deprecated. Use OutputPageBodyAttributes hook instead.
8204 * Installer::getDBTypes has been hard deprecated in favor of
8205   InstallerDBSupport::getDatabases
8206 * The hooks BeforeHttpsRedirect, CanIPUseHTTPS and UserRequiresHTTPS were
8207   deprecated, as part of a long-term plan to remove support for mixed
8208   HTTP/HTTPS wikis.
8209 * Skin::generateDebugHTML() has been hard deprecated. Call
8210   MWDebug::getHTMLDebugLog() directly.
8211 * ExternalStoreDB::getSlave(), soft deprecated in 1.34, was hard deprecated.
8212   Use ExternalStoreDB::getReplica() instead.
8213 * Less variables in mediawiki.ui/variables.less file that don't follow the
8214   standard variable naming scheme (compare WikimediaUI Base) including
8215   `@colorGray* variables have been deprecated. New variables are in place and
8216   aliases have been set. Replace occurrences and use the new variables instead.
8218 === Other changes in 1.35 ===
8219 * A new maintenance script is added (purgeExpiredWatchlistItems.php) with which
8220   to delete expired watchlist items. These items will also be deleted during
8221   wiki editing if $wgWatchlistPurgeRate is > 0. This maintenance script only
8222   has effect if $wgWatchlistExpiry is true. It is recommended that a cronjob or
8223   similar be set up to run it at least daily.
8224 * Title::purgeSquid is deprecated. Use MediaWikiServices::getHtmlCacheUpdater.
8225 * SpecialVersion::getExtLicenseFileName() has been deprecated, use
8226   MediaWiki\ExtensionInfo::getLicenseFileNames() instead.
8227 * SpecialVersion::getExtAuthorsFileName() has been deprecated, use
8228   MediaWiki\ExtensionInfo::getAuthorsFileName() instead.
8229 * Migration to the new content storage schema is complete, all backwards
8230   compatibility code and duplication in the database have been removed.
8231   The old schema was a 1:1 relationship modeled by
8232   revision.text_id -> text.old_id. The new schema is a n:m relationship,
8233   revision.rev_id <- slots.slot_revision_id|slots.slot_content_id ->
8234   content.content_id|content.content_address -> text.old_id. The same applies
8235   to the archive table.
8236   The following fields were removed:
8237   - revision.rev_text_id, replaced by content.content_address
8238   - revision.rev_content_model, replaced by content.content_model,
8239     referencing content_models.model_id
8240   - revision.rev_content_format, replaced by automatic detecting in
8241     ContentHandler
8242   - archive.ar_text_id, replaced by content.content_address
8243   - archive.ar_content_model, replaced by content.content_model,
8244     referencing content_models.model_id
8245   - archive.ar_content_format, replaced by automatic detecting in
8246     ContentHandler
8247 * Migration to normalized storage of edit comments and user names is
8248   progressing. The following fields were unused and have been removed:
8249   - revision.rev_comment,
8250     replaced by rev_comment_id referencing comment.comment_id.
8251   - revision.rev_user and rev_user_text,
8252     replaced by rev_actor referencing actor.actor_id.
8253   Note that archive.ar_user, archive.ar_user_text, and archive.ar_comment
8254   had already been removed in previous releases.
8255 * The printableversion has been marked as deprecated per T167956.
8256 * (T30162, T245387) The installer supports using a Postgres server running
8257   on a custom port other than 5432.
8259 == Compatibility ==
8260 MediaWiki 1.35 requires PHP 7.3.19 or later, and the following PHP extensions:
8262 * ctype
8263 * dom
8264 * fileinfo
8265 * iconv
8266 * json
8267 * mbstring
8268 * xml
8270 MySQL/MariaDB is the recommended DBMS. PostgreSQL or SQLite can also be used,
8271 but support for them is somewhat less mature.
8273 The supported versions are:
8275 * MySQL 5.5.8 or later
8276 * PostgreSQL 9.2 or later
8277 * SQLite 3.8.0 or later
8279 == Online documentation ==
8280 Documentation for both end-users and site administrators is available on
8281 MediaWiki.org, and is covered under the GNU Free Documentation License (except
8282 for pages that explicitly state that their contents are in the public domain):
8284        https://www.mediawiki.org/wiki/Special:MyLanguage/Documentation
8286 == Mailing list ==
8287 A mailing list is available for MediaWiki user support and discussion:
8289        https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
8291 A low-traffic announcements-only list is also available:
8293        https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce
8295 It's highly recommended that you sign up for one of these lists if you're
8296 going to run a public MediaWiki, so you can be notified of security fixes.
8298 == IRC help ==
8299 There's usually someone online in #mediawiki on irc.libera.chat.
8301 = MediaWiki 1.34 =
8303 == MediaWiki 1.34.4 ==
8305 This is a maintenance release of the MediaWiki 1.34 branch.
8307 === Changes since MediaWiki 1.34.3 ===
8308 * Fixed issue relating to backporting of changes for T260485.
8310 == MediaWiki 1.34.3 ==
8312 This is a security and maintenance release of the MediaWiki 1.34 branch.
8314 === Changes since MediaWiki 1.34.2 ===
8315 * In the web installer, use secure session cookies.
8316 * Make UsersPager::requestedGroup public.
8317 * (T257407) Split patch-drop-user-fields.sql into patch per table.
8318 * (T257356) Split patch-drop-comment-fields.sql into patch per table.
8319 * (T257997) Undeprecate WebInstaller::getInfoBox().
8320 * Added $wgForceHTTPS, which makes the HTTP to HTTPS redirect be unconditional
8321   and suppresses various hacks needed to support mixed HTTP/HTTPS wikis. We
8322   recommend this be set to true on pure HTTPS wikis.
8323 * Added $wgCookieSameSite, which allows login cookies to be sent with
8324   SameSite=None. This is required for cross-site CentralAuth autologin after
8325   Chrome 84.
8326 * Added $wgUseSameSiteLegacyCookies, which adds a compatibility hack to
8327   SameSite=None cookies for browsers which implemented an incompatible draft
8328   version of the specification.
8329 * (T257207) shell: Expand documentation in firejail.profile.
8330 * (T246135) Give the "remember me" checkbox a specific CSS class so skins
8331   like Minerva can only hide that checkbox.
8332 * (T256287) rdbms: improve DBConnRef domain selection exception message.
8333 * (T248191, T259123) phpunit: Acknowledge known dberror from
8334   SpecialPageFatalTest.
8335 * (T256394, T259123) Cleanup up excess commit() call in LocalRepoTest.
8336 * Fix runBatchedQuery.php for no result from select.
8337 * (T130906) Add Edge to MediaWiki:Clearyourcache.
8338 * (T249521) reassignEdits: Update script to use User::newFromName for anon
8339   users.
8340 * (T172060) GlobalFunctions: Use php_uname instead of posix_uname.
8341 * Use IPset in MWRestrictions::checkIP.
8342 * (T260031) Add application/font-sfnt to MimeMap for ttf files.
8343 * shell: Make ->restrict( RESTRICT_NONE ) actually work.
8344 * (T183759) Fixes shell edge-cases in Windows.
8345 * (T258390) Add CentralIdLookup::factoryNonLocal().
8346 * (T246991) User: Fix pingLimiter() to use makeGlobalKey() for global rate
8347   limits.
8348 * (T232568, CVE-2020-25813) SECURITY: Special:UserRights exposes the existence
8349   of hidden users.
8350 * (T251661, CVE-2020-25827) SECURITY: User::pingLimiter: add user-global rate
8351   limit type.
8352 * (T246991) User: enforce pingLimiter() expiry time.
8353 * (T260232) don't include null page ids in query list for category dumps.
8354 * (T251506) Sanitizer: Truncate IDs to a reasonable length.
8355 * (T262900) Fix failure of rebuildLocalisationCache.php due to RL hook.
8356 * Explicitly wrap some XML calls in libxml_disable_entity_loader().
8357 * (T263455 T247285) Set EnableJavaScriptTest to true in
8358   includes/DevelopmentSettings.php.
8359 * (T232568, CVE-2020-25813) SECURITY: SpecialUserrights: If a viewer lacks
8360   `hideuser`, ignore hidden users.
8361 * (T255918, CVE-2020-25812) SECURITY: Unescaped message used in HTML on
8362   Special:Contributions.
8363 * (T256171, CVE-2020-25815) SECURITY: Unescaped message used in HTML within
8364   LogEventsList.
8365 * (T258763, CVE-2020-17367, CVE-2020-17368) SECURITY: Prevent invoking
8366   firejail's --output functionality.
8367 * (T86738, CVE-2020-25814) SECURITY: mediawiki.jqueryMsg: Sanitize URLs and
8368   'style' attribute.
8369 * (T115888, CVE-2020-25828) SECURITY: mediawiki.js: Escape HTML in
8370   mw.message( ... ).parse().
8371 * (T260485, CVE-2020-25869) SECURITY: ActorMigration: Load user from the correct
8372   database.
8373 * (T260485, CVE-2020-25869) SECURITY: ensure actor ID from correct wiki is used.
8375 == MediaWiki 1.34.2 ==
8377 This is a security and maintenance release of the MediaWiki 1.34 branch.
8379 === Changes since MediaWiki 1.34.1 ===
8380 * (T247017) PasswordReset performance improvements.
8381 * The MultiHttpClient code will fallover to non-curl if curl_multi* is blocked.
8382 * (T250568) Work around change in SimpleXMLElement behavior introduced in PHP
8383   7.3.17.
8384 * (T251789) Let $wgResourceLoaderMaxQueryLength=-1 fallback to default.
8385 * Remove some rotten and out of date documentation.
8386 * (T252311) Improvements to some older SQLite update patches.
8387 * (T240307) Minor fixes to extension.schema.v2.json and
8388   extension.schema.v1.json.
8389 * (T238043) cleanupUsersWithNoId.php: Handle missing fields.
8390 * (T199474) Set rc_patrolled to 2 for autopatrolled changes in
8391   rebuildrecentchanges.php.
8392 * (T229461) Update the change_tag table in rebuildrecentchanges.php.
8393 * (T249730) Password Reset Updates.
8394 * (T234450) Per-user concurrency in SpecialContributions can now be limited by
8395   setting $wgPoolCounterConf['SpecialContributions'] appropriately.
8396 * (T248947) SECURITY: img_auth.php may leak private extension images into the
8397   public cache.
8399 == MediaWiki 1.34.1 ==
8401 This is a security and maintenance release of the MediaWiki 1.34 branch.
8403 === Changes since MediaWiki 1.34.0 ===
8404 * (T211450) User: better error message when getActorId fails.
8405 * (T241340) Don't redefine MW_ENTRY_POINT in thumb.php if already defined.
8406 * (T236444) User: Allow newSystemUser() to create over anonymous actors.
8407 * (T238483) Fix NewPagesPager "hide registered users" option.
8408 * (T245072) mediawiki.language: Rename languageData back to languageNames.
8409 * Use proper SemVer comparison in CheckComposerLockUpToDate.
8410 * (T212738) Add the MW_VERSION constant, global $wgVersion is soft deprecated.
8411 * (T246127) Fix error when initialising updateCollation.php.
8412 * Update comment about PHP versions supported by The PHP Group.
8413 * (T247215) Fix output of RecountCategories::doWork().
8414 * Add check for page existence to view.php maintenance script.
8415 * (T245149) Fix fetching login token from action=query&meta=tokens on private
8416   wikis.
8417 * (T236509) SECURITY: Fix HTML escaping in UserGroupMembership::getLink().
8418 * (T232932) SECURITY: User content can redirect the logout button to different
8419   URL.
8420 * (T246602) SECURITY: jquery.makeCollapsible allows applying event handler to
8421   any CSS selector.
8423 == MediaWiki 1.34.0 ==
8425 === Changes since MediaWiki 1.34.0-rc.1 ===
8426 * $wgDiffEngine (T237049) – This configuration can be used to specify which
8427   difference engine to use. MediaWiki continues to default to automatically
8428   choosing the first of $wgExternalDiffEngine, wikidiff2, or php that is
8429   usable.
8430 * (T231866) SqlBlobStore no longer needs Language object.
8431 * (T236735) WikiExporter: Remove unnecessary check for SCHEMA_COMPAT_WRITE_OLD
8432   flag.
8433 * (T231673) Set MCR migration stage to SCHEMA_COMPAT_NEW.
8434 * (T229601) Make sure DBLoadBalancerFactory service is not disabled.
8435 * (T232866) Fix support for HTTP/2 in MultiHttpClient.
8436 * (T231866) LocalisationCache: Don't instantiate ResourceLoader.
8437 * (T227461) Stop calling deprecated Redis delete functions.
8438 * (T239561) Mark options as requiring parameters in addSite.php.
8439 * (T232866) Mimic CURLOPT_POST in GuzzleHttpRequest.
8440 * (T239734) Replace deprecated lSize with lLen in Redis code.
8441 * (T192134) SECURITY: Do not allow user scripts on Special:PasswordReset.
8442 * (T239428) ApiEditPage: Test for bad redirect targets.
8443 * (T233342) rdbms: Log debug message traces as 'exception.trace' instead of
8444   'trace'.
8445 * (T226751) media: Log and fail gracefully on invalid EXIF coordinates.
8446 * (T240924) NewPagesPager: Fix namespace query conditions.
8447 * (T212067) Tests for an old PHP bug in parse_url.
8449 == MediaWiki 1.34.0-rc.1 ==
8451 === Changes since MediaWiki 1.34.0-rc.0 ===
8452 * (T231742) rdbms: Restore debug toolbar "Queries" feature.
8453 * (T231366) The ProfilerOutputDb class, 'profiling' table, and profileinfo.php
8454   entry point had been deprecated.
8455 * (T234361) localisation: Add debug message for backend of MessageCache.
8456 * (T234361) session: Add debug message for the used store class.
8457 * (T235559) Fix example Kask configuration in RESTBagOStuff class comment.
8458 * (T235137) Don't apply styling for Special:Contributions on other pages.
8459 * Upgrade mediawiki-codesniffer from 26.0.0 to 28.0.0 (dev-only).
8460 * (T219604) The "jquery.ui.*" and "jquery.effects.*" modules are now
8461   deprecated as aliases for the "jquery.ui" module.
8462 * (T235392) Deprecate setting Parser::mTitle to null.
8463 * Supporting commits for T235392 were also backported to prevent divergence
8464   from master (MediaWiki 1.35).
8465 * (T234581) The 'jquery.tabIndex' module is deprecated.
8466 * Fix docs for GetUserBlock hooks.
8467 * Parser: Hard deprecate getConverterLanguage.
8468 * (T236810) A number of public methods of Parser were exposed only for
8469   historical reasons and have been deprecated: doMagicLinks,
8470   doDoubleUnderscore, doHeadings, doAllQuotes, replaceExternalLinks,
8471   replaceInternalLinks, replaceInternalLinks2, getVariableValue,
8472   initialiseVariables, formatHeadings, testPst, testPreprocess, testSrvus,
8473   areSubpagesAllowed, maybeDoSubpageLink, splitWhitespace, createAssocArgs,
8474   armorLinks, makeKnownLinkHolder, getImageParams, parseLinkParameter,
8475   stripAltText, replaceLinkHolders, replaceLinkHoldersText, armorLinks,
8476   makeKnownLinkHolder, getImageParams, parseLinkParameter, stripAltText.
8477 * (T30798) $wgServer must now always be set in LocalSettings.php. This is most
8478   likely the case already for any wiki installed after 1.18. The autodetection
8479   system was informally deprecated since 1.18 and vulnerable to cache poisoning
8480   attacks. Older wikis may need to update their LocalSettings.php file.
8481 * (T232169) Hard deprecate $wgSysopEmailBans.
8482 * (T236628) Fix for ArticleRevisionViewCustom hook in DifferenceEngine.php.
8483 * (T181658) Do not insert page titles into querycache.qc_value.
8484 * ParamValidator has been flagged as unstable.
8485 * Hard deprecate Parser::disableCache().
8487 == MediaWiki 1.34.0-rc.0 ==
8489 == Upgrading notes for 1.34 ==
8490 1.34 has several database changes since 1.33, and will not work without schema
8491 updates. Note that due to changes to some very large tables like the revision
8492 table, the schema update may take quite long (minutes on a medium sized site,
8493 many hours on a large site).
8495 Don't forget to always back up your database before upgrading!
8497 See the file UPGRADE for more detailed upgrade instructions, including
8498 important information when upgrading from versions prior to 1.11.
8500 Some specific notes for MediaWiki 1.34 upgrades are below:
8502 * MediaWiki now requires PHP 7.2.9 or above.
8503 * MediaWiki no longer supports HHVM.
8505 For notes on 1.33.x and older releases, see HISTORY.
8507 === Configuration changes for system administrators in 1.34 ===
8509 In an effort to enforce best practices for passwords, MediaWiki will now warn
8510 users, and suggest that they change their password, if it is in the list of
8511 100,000 commonly used passwords that are considered bad passwords. If you want
8512 to disable this for your users, please add the following to your local settings:
8514 $wgPasswordPolicy['policies']['default']['PasswordNotInLargeBlacklist'] = false;
8516 ==== New configuration ====
8517 * $wgAllowExternalReqID (T201409) - This configuration setting controls whether
8518   MediaWiki accepts the request ID set by the incoming request via the
8519   `X-Request-Id` header. If set to `true`, that value will be used throughout
8520   the code as the request identificator. Otherwise, the sent header will be
8521   ignored and the request ID will either be taken from Apache's mod_unique
8522   module or will be generated by MediaWiki itself (depending on the set-up).
8523 * $wgEnableSpecialMute (T218265) - This configuration controls whether
8524   Special:Mute is available and whether to include a link to it on emails
8525   originating from Special:Email.
8526 * editmyuserjsredirect user right – users without this right now cannot edit JS
8527   redirects in their userspace unless the target of the redirect is also in
8528   their userspace. By default, this right is given to everyone.
8529 * (T226733) Add rate limiter to Special:ConfirmEmail.
8530 * $wgDiffEngine (T237049) – This configuration can be used to specify which
8531   difference engine to use. MediaWiki continues to default to automatically
8532   choosing the first of $wgExternalDiffEngine, wikidiff2, or php that is
8533   usable.
8535 ==== Changed configuration ====
8536 * $wgUseCdn, $wgCdnServers, $wgCdnServersNoPurge, and $wgCdnMaxAge – These four
8537   CDN-related config variables have been renamed from being specific to Squid –
8538   they were previously $wgUseSquid, $wgSquidServers, $wgSquidServersNoPurge, and
8539   $wgSquidMaxage respectively. This aligns them with the related existing
8540   variable $wgCdnMaxageLagged. The previous configuration variable names are
8541   deprecated, but will be used as the fall back if they are still set.
8542   Note that wgSquidPurgeUseHostHeader has not been renamed, as it is deprecated.
8543 * (T27707) File type checks for image uploads have been relaxed to allow files
8544   containing some HTML markup in metadata. As a result, the $wgAllowTitlesInSVG
8545   setting is no longer applied and is now always true. Note that MSIE 7 may
8546   still be able to misinterpret certain malformed PNG files as HTML.
8547 * (T30798) $wgServer must now always be set in LocalSettings.php. This is most
8548   likely the case already for any wiki installed after 1.18. The autodetection
8549   system was informally deprecated since 1.18 and vulnerable to cache poisoning
8550   attacks. Older wikis may need to update their LocalSettings.php file.
8551 * Introduced $wgVerifyMimeTypeIE to allow disabling the MSIE 6/7 file type
8552   detection heuristic on upload, which is more conservative than the checks
8553   that were changed above.
8554 * $wgExternalDiffEngine — Setting this to a string value of 'wikidiff',
8555   'wikidiff2', or 'wikidiff3' will no longer work. This legacy behaviour was
8556   deprecated in MediaWiki 1.27, 1.32, and 1.27, respectively.
8557 * $wgSkipSkin — Setting this instead of $wgSkipSkins, deprecated in 1.23, is now
8558   hard-deprecated.
8559 * $wgLocalInterwiki — Setting this instead of $wgLocalInterwikis, deprecated in
8560   1.23, is now hard-deprecated.
8561 * $wgProfileOnly — Setting this, deprecated in 1.23, is now hard-deprecated.
8562   Instead, set the log file in $wgDebugLogGroups['profileoutput'].
8563 * $wgProxyList — Setting this to an array with IP addresses in the array keys,
8564   which was deprecated in 1.30, no longer works. Instead, $wgProxyList should be
8565   an array with IP addresses as the values, or a string path to a file
8566   containing one IP address per line.
8567 * $wgCookieSetOnAutoblock and $wgCookieSetOnIpBlock are now enabled by default.
8569 ==== Removed configuration ====
8570 * $wgWikiDiff2MovedParagraphDetectionCutoff — If you still want a custom change
8571   size threshold, please specify in php.ini, using the configuration variable
8572   wikidiff2.moved_paragraph_detection_cutoff.
8573 * $wgUseESI - This experimental setting, deprecated in 1.33, is now removed.
8574 * $wgDebugPrintHttpHeaders - The default of including HTTP headers in the
8575   debug log channel is no longer configurable. The debug log itself remains
8576   configurable via $wgDebugLogFile.
8577 * $wgMsgCacheExpiry - The MessageCache uses 24 hours as the expiry for values
8578   stored in WANObjectCache. This is no longer configurable.
8579 * $wgPasswordSalt – This setting, used for migrating exceptionally old, insecure
8580   password setups and deprecated since 1.24, is now removed.
8581 * $wgDBOracleDRCP - If you must use persistent connections, set DBO_PERSISTENT
8582   in the 'flags' field for servers in $wgDBServers (or $wgLBFactoryConf).
8583 * $wgMemCachedDebug - Set the cache "debug" field in $wgObjectCaches instead.
8584 * $wgActorTableSchemaMigrationStage has been removed. Extension code for
8585   MediaWiki 1.31+ finding it unset should treat it as being SCHEMA_COMPAT_NEW.
8587 === New user-facing features in 1.34 ===
8588 * Special:Mute has been added as a quick way for users to block unwanted emails
8589   from other users originating from Special:EmailUser.
8590 * (T207577) Special:NewSection has been created as a shortcut to creating a new
8591   section on a page. When linked to, its subpage is used as the target
8592   ([[Special:NewSection/Test]] redirects to creating a new section in "Test").
8593   Otherwise, it displays a basic interface to allow the end user to specify
8594   the target manually.
8595 * (T220447) Special:Contributions/newbies has been removed for performance and
8596   usefulness reasons. Use Special:RecentChanges?userExpLevel=newcomer instead.
8597 * Special:NewFiles/newbies has been removed for performance and usefulness
8598   reasons. Use Special:RecentChanges?userExpLevel=newcomer&namespace=6 instead.
8600 === New developer features in 1.34 ===
8601 * The ImgAuthModifyHeaders hook was added to img_auth.php to allow modification
8602   of headers in private wikis.
8603 * Language::formatTimePeriod now supports the new 'avoidhours' option to output
8604   strings like "5 days ago" instead of "5 days 13 hours ago".
8605 * (T220163) Added SpecialMuteModifyFormFields hook to allow extensions
8606   to add fields to Special:Mute.
8607 * (T100896) Skin authors can define custom OOUI themes using OOUIThemePaths.
8608   See <https://www.mediawiki.org/wiki/OOUI/Themes> for details.
8609 * (T229035) The GetUserBlock hook was added. Use this instead of
8610   GetBlockedStatus.
8611 * ObjectFactory is available as a service. When used as a service, the object
8612   specs can now specify needed DI services.
8613 * (T222388) Special pages can now be specified as an ObjectFactory spec,
8614   allowing the construction of special pages that require services to be
8615   injected in their constructor.
8616 * (T222388) API modules can now be specified as an ObjectFactory spec,
8617   allowing the construction of modules that require services to be injected
8618   in their constructor.
8619 * (T117736) The function signature of SpecialContributions::getForm::filters
8620   has changed. It now expects definitions of additional filter fields as array
8621   rather than string.
8623 === External library changes in 1.34 ===
8625 ==== Changed external libraries ====
8626 * Updated Mustache from 1.0.0 to v3.0.1.
8627 * Updated OOUI from v0.31.3 to v0.34.0.
8628 * Updated OOjs from v2.2.2 to v3.0.0.
8629 * Updated composer/semver from 1.4.2 to 1.5.0.
8630 * Updated composer/spdx-licenses from 1.4.0 to 1.5.1 (dev-only).
8631 * Updated mediawiki/codesniffer from 25.0.0 to 28.0.0 (dev-only).
8632 * Updated cssjanus/cssjanus from 1.2.1 to 1.3.0.
8633 * Updated wikimedia/at-ease from 1.2.0 to 2.0.0.
8634 * Updated wikimedia/remex-html from 2.0.1 to 2.1.0.
8635 * Updated monolog/monolog from 1.22.1 to 1.24.0 (dev-only).
8636 * Updated wikimedia/object-factory from 1.0.0 to 2.1.0.
8637 * Updated wikimedia/timestamp from 2.2.0 to 3.0.0.
8638 * Updated wikimedia/xmp-reader from 0.6.2 to 0.6.3.
8639 * Updated mediawiki/mediawiki-phan-config from 0.6.0 to 0.6.1 (dev-only).
8640 * Updated wikimedia/avro from 1.8.0 to 1.9.0 (dev-only).
8642 ==== Removed external libraries ====
8643 * The jquery.async module, deprecated in 1.33, was removed.
8645 === Bug fixes in 1.34 ===
8646 * (T222529) If a log entry or page revision is recorded in the database with an
8647   empty username, attempting to display it will log an error and return a "no
8648   username available" to the user instead of silently displaying nothing or
8649   invalid links.
8651 === Action API changes in 1.34 ===
8652 * The 'recenteditcount' response property from action=query list=allusers,
8653   deprecated in 1.25, has been removed.
8654 * (T60993) action=query list=filearchive, list=alldeletedrevisions and
8655   prop=deletedrevisions no longer require the 'deletedhistory' user right.
8656 * In the response to queries that use 'prop=imageinfo', entries for
8657   non-existing files (indicated by the 'filemissing' field) now omit the
8658   following fields, since they are meaningless in this context:
8659   'timestamp', 'userhidden', 'user', 'userid', 'anon', 'size', 'width',
8660   'height', 'pagecount', 'duration', 'commenthidden', 'parsedcomment',
8661   'comment', 'thumburl', 'thumbwidth', 'thumbheight', 'thumbmime',
8662   'thumberror', 'url', 'sha1', 'metadata', 'extmetadata', 'commonmetadata',
8663   'mime', 'mediadtype', 'bitdepth'.
8664   Clients that process these fields should first check if 'filemissing' is
8665   set. Fields that are supported even if the file is missing include:
8666   'canonicaltitle', 'archivename' (deleted files only), 'descriptionurl',
8667   'descriptionshorturl'.
8668 * The 'blockexpiry' result property in list=users and list=allusers will now be
8669   returned in the same format used by the rest of the API: ISO 8601 for
8670   expiring blocks, and "infinite" for non-expiring blocks.
8672 === Action API internal changes in 1.34 ===
8673 * The exception thrown in ApiModuleManager::getModule has been changed
8674   from an MWException to an UnexpectedValueException, thrown by ObjectFactory.
8675   ApiModuleManager::getModule now also throws InvalidArgumentExceptions when
8676   ObjectFactory is presented with an invalid spec or incorrectly constructed
8677   objects.
8678 * Added ApiQueryBlockInfoTrait.
8680 === Languages updated in 1.34 ===
8681 MediaWiki supports over 350 languages. Many localisations are updated regularly.
8682 Below only new and removed languages are listed, as well as changes to languages
8683 because of Phabricator reports.
8685 * (T152908) Added language support for N'Ko (nqo).
8687 === Breaking changes in 1.34 ===
8688 * The global functions wfSuppressWarnings and wfRestoreWarnings, deprecated in
8689   1.26, have been removed. Use Wikimedia\AtEase\AtEase::suppressWarnings() and
8690   Wikimedia\AtEase\AtEase::restoreWarnings() directly.
8691 * Preferences class, deprecated in 1.31, has been removed.
8692 * The following parts of code, deprecated in 1.32, were removed in favor of
8693   built-in PHP functions:
8694   * CryptRand class
8695   * CryptRand service
8696   * Functions of the MWCryptRand class: singleton(), wasStrong() and generate().
8697 * Various Special Page PHP Classes were renamed (mostly casing changes):
8698   * SpecialAncientpages => SpecialAncientPages
8699   * SpecialConfirmemail => SpecialConfirmEmail
8700   * SpecialDeadendpages => SpecialDeadendPages
8701   * SpecialFewestrevisions => SpecialFewestRevisions
8702   * SpecialListredirects => SpecialListRedirects
8703   * SpecialLonelypages => SpecialLonelyPages
8704   * SpecialLongpages => SpecialLongPages
8705   * SpecialMIMEsearch => SpecialMIMESearch
8706   * SpecialMostcategories => SpecialMostCategories
8707   * SpecialMostinterwikis => SpecialMostInterwikis
8708   * SpecialMostlinked => SpecialMostLinked
8709   * SpecialMostlinkedcategories => SpecialMostLinkedCategories
8710   * SpecialMostlinkedtemplates => SpecialMostLinkedTemplates
8711   * SpecialMostrevisions => SpecialMostRevisions
8712   * SpecialNewimages => SpecialNewFiles
8713   * SpecialShortpages => SpecialShortPages
8714   * SpecialUncategorizedcategories => SpecialUncategorizedCategories
8715   * SpecialUncategorizedimages => SpecialUncategorizedImages
8716   * SpecialUncategorizedpages => SpecialUncategorizedPages
8717   * SpecialUncategorizedtemplates => SpecialUncategorizedTemplates
8718   * SpecialUnusedcategories => SpecialUnusedCategories
8719   * SpecialUnusedimages => SpecialUnusedImages
8720   * SpecialUnusedtemplates => SpecialUnusedTemplates
8721   * SpecialUnwatchedpages => SpecialUnwatchedPages
8722   * SpecialWantedcategories => SpecialWantedCategories
8723   * SpecialWantedtemplates => SpecialWantedTemplates
8724   * SpecialWithoutinterwiki => SpecialWithoutInterwiki
8725 * Language::setCode, deprecated in 1.32, was removed. Use Language::factory to
8726   create a new Language object with a different language code.
8727 * MWNamespace::clearCaches() has been removed.  So has the $rebuild parameter
8728   to MWNamespace::getCanonicalNamespaces(), which was deprecated since 1.31.
8729   Instead, reset services, such as by calling $this->overrideMwServices() (if
8730   your test extends MediaWikiTestCase). Services will generally not pick up
8731   configuration changes from after they were created, so you must reset
8732   services after any configuration change. Even if your code works now, it is
8733   likely to break in future versions as more code is moved to services.
8734 * The ill-defined "DatabaseOraclePostInit" hook has been removed.
8735 * PreferencesFormLegacy and PreferencesForm classes, deprecated in 1.32, have
8736   been removed.
8737 * ObjectFactory class, deprecated in 1.31, has been removed.
8738 * HWLDFWordAccumudlator class, deprecated in 1.28, has been removed.
8739 * XMPInfo, XMPReader and XMPValidate, deprecated in 1.32, have been removed.
8740 * The RedirectSpecialPage::execute method could sometimes return a Title object.
8741   This behavior was removed, and the method now matches the parent signature
8742   (SpecialPage::execute) which is to return HTML string or void.
8743   To obtain the destination title, use RedirectSpecialPage::getRedirect.
8744 * The 'recenteditcount' response property from action API action=query
8745   list=allusers, deprecated in 1.25, has been removed.
8746 * SearchEngine::userNamespaces(), SearchEngine::namespacesAsText(),
8747   SearchEngine::create(), SearchEngine::getSearchTypes() and
8748   SearchEngine::getNearMatch(), methods deprecated in 1.27, have been removed.
8749 * FileRepo::streamFile(), deprecated in 1.26, has been removed.
8750 * User::randomPassword() method, deprecated in 1.27, have been removed.
8751 * MWNamespace::canTalk(), deprecated in 1.30, have been removed.
8752 * Parser class property $mUniqPrefix, deprecated in 1.26, has been removed.
8753 * wfArrayFilter() and wfArrayFilterByKey(), deprecated in 1.32, have been
8754   removed.
8755 * wfMakeUrlIndexes() function, deprecated in 1.33, have been removed.
8756 * Method signatures in WatchedItemQueryServiceExtension have changed from taking
8757   User objects to taking UserIdentity objects. Extensions implementing this
8758   interface need to be changed accordingly.
8759 * User::getGroupPage() and ::makeGroupLinkHTML(), deprecated in 1.29, have been
8760   removed. Use UserGroupMembership::getGroupPage and ::getLink instead.
8761 * User::makeGroupLinkWiki(), deprecated in 1.29, has been removed. Use
8762   UserGroupMembership::getLink() instead.
8763 * SavepointPostgres, deprecated in 1.31, has been removed.
8764 * OutputPage::enableSectionEditLinks(), OutputPage::sectionEditLinksEnabled(),
8765   ParserOptions::getEditSection(), ParserOptions::setEditSection(), and
8766   ParserOutput::getEditSectionTokens, ::getTOCEnabled, ::setEditSectionTokens,
8767   and ::setTOCEnabled, deprecated in 1.31, have been removed.
8768 * EditPage::safeUnicodeInput() and ::safeUnicodeOutput(), deprecated in 1.30,
8769   have been removed.
8770 * Four methods in OutputPage, deprecated in 1.32, have been removed. You should
8771   use OutputPage::showFatalError or throw a FatalError instead. The methods are
8772   ::showFileCopyError(), ::showFileRenameError(), ::showFileDeleteError(), and
8773   ::showFileNotFoundError().
8774 * ApiBase::truncateArray(), deprecated in 1.32, has been removed.
8775 * IcuCollation::getICUVersion(), deprecated in 1.32, has been removed. Use PHP's
8776   INTL_ICU_VERSION constant directly.
8777 * HTMLForm::setSubmitProgressive(), deprecated in 1.32, has been removed.
8778 * ResourceLoaderStartUpModules::getStartupModules() and ::getLegacyModules(),
8779   both deprecated in 1.32, have been removed.
8780 * BaseTemplate::msgHtml() and QuickTemplate::msgHtml(), deprecated in 1.32, have
8781   been removed. Use ->msg() or ->getMsg() instead.
8782 * WatchAction::getUnwatchToken(), deprecated in 1.32, has been removed. Instead,
8783   use WatchAction::getWatchToken() with action 'unwatch' directly.
8784 * Language::initEncoding(), ::recodeForEdit(), and recodeInput(), deprecated in
8785   1.28, have been removed.
8786 * PageArchive::getTextFromRow(), ::listAllPages(), and ::getLastRevisionText(),
8787   deprecated in 1.32, have been removed.
8788 * OutputPage::getModuleScripts(), ParserOutput::getModuleScripts(), deprecated
8789   in 1.33, have been removed.
8790 * User::getPasswordValidity(), deprecated in 1.33, has been removed.
8791 * ApiQueryBase::prepareUrlQuerySearchString(), deprecated in 1.33, has been
8792   removed.
8793 * ChangeTags::purgeTagUsageCache(), deprecated in 1.33, has been removed.
8794 * JobQueueGroup::pushLazyJobs(), deprecated in 1.33, has been removed.
8795 * MediaWikiTestCase::stashMwGlobals(), deprecated in 1.32, has been removed.
8796 * SearchEngine::transformSearchTerm(), deprecated in 1.32, has been removed.
8797 * The Block typehint only refers to blocks stored in the database. It should be
8798   updated to AbstractBlock in cases where any type of block could be expected.
8799 * FileRepoStatus, deprecated in 1.25, has been removed.
8800 * The LegacyHookPreAuthenticationProvider class, deprecated since its creation
8801   in 1.27, has been removed.
8802 * IP::isValidBlock(), deprecated in 1.30, has been removed.
8803 * WikiPage::prepareContentForEdit now doesn't accept an integer for $revision,
8804   was deprecated in 1.25.
8805 * The jquery.byteLength module, deprecated in 1.31, was removed.
8806   Use the mediawiki.String module instead.
8807 * mw.language.specialCharacters, deprecated in 1.33, has been removed.
8808   Use require( 'mediawiki.language.specialCharacters' ) instead.
8809 * The jquery.colorUtil module was removed. Use jquery.color instead.
8810 * The jquery.checkboxShiftClick module was removed. The functionality
8811   is provided by mediawiki.page.ready instead (T232688).
8812 * The 'jquery.accessKeyLabel' module has been removed. This jQuery
8813   plugin now ships as part of the 'mediawiki.util' module bundle.
8814 * EditPage::submit(), deprecated in 1.29, has been removed. Use $this->edit()
8815   directly.
8816 * HTMLForm::getErrors(), deprecated in 1.28, has been removed. Use
8817   getErrorsOrWarnings() instead.
8818 * SpecialPage::getTitle(), deprecated in 1.23, has been removed. Use
8819   SpecialPage::getPageTitle() instead.
8820 * jquery.ui.effect-bounce, jquery.ui.effect-explode, jquery.ui.effect-fold
8821   jquery.ui.effect-pulsate, jquery.ui.effect-slide, jquery.ui.effect-transfer,
8822   which are no longer used, have now been removed.
8823 * SpecialEmailUser::validateTarget(), ::getTarget() without a sender/user
8824   specified, deprecated in 1.30, have been removed.
8825 * BufferingStatsdDataFactory::getBuffer(), deprecated in 1.30, has been removed.
8826 * The constant DB_SLAVE, deprecated in 1.28, has been removed. Use DB_REPLICA.
8827 * The constants NS_IMAGE and NS_IMAGE_TALK, deprecated in 1.14, have been
8828   removed. Use NS_FILE and NS_FILE_TALK respectively.
8829 * Replacer, DoubleReplacer, HashtableReplacer and RegexlikeReplacer
8830   (deprecated in 1.32) have been removed. Closures should be used instead.
8831 * OutputPage::addWikiText(), ::addWikiTextWithTitle(), ::addWikiTextTitleTidy(),
8832   ::addWikiTextTidy(), ::addWikiTextTitle(), deprecated in 1.32, have been
8833   removed.
8834 * The $wgUseKeyHeader configuration option and the OutputPage::getKeyHeader()
8835   method, deprecated in 1.32, have been removed.
8836 * WebInstallerOutput::addWikiText(), deprecated in 1.32, has been removed.
8837 * Parser::fetchFile(), deprecated in 1.32, has been removed. Use the method
8838   Parser::fetchFileAndTitle() instead.
8839 * The global function wfBCP47, deprecated in 1.31, has been removed.
8840 * wfCountDown() function, deprecated in 1.31, has been removed. Use
8841   \Maintenance::countDown() method instead.
8842 * OutputPage::wrapWikiMsg() no longer accepts an options parameter. This was
8843   deprecated since 1.20.
8844 * Skin::outputPage() no longer accepts a context. This was deprecated in 1.20.
8845 * Linker::link() no longer accepts a string for the query array, as was
8846   deprecated in 1.20.
8847 * PrefixSearch::titleSearch(), deprecated in 1.23, has been removed. Use the
8848   SearchEngine::defaultPrefixSearch or ::completionSearch() methods instead.
8849 * The UserRights hook, deprecated in 1.26, has been removed. Instead, use the
8850   UserGroupsChanged hook.
8851 * Skin::getDefaultInstance(), deprecated in 1.27, has been removed. Get the
8852   instance from MediaWikiServices instead.
8853 * The UserLoadFromSession hook, deprecated in 1.27, has been removed.
8854 * The wfResetSessionID global function, deprecated in 1.27, has been removed.
8855   Use MediaWiki\Session\SessionManager instead.
8856 * The wfGetLBFactory global function, deprecated in 1.27, has been removed.
8857   Use MediaWikiServices::getInstance()->getDBLoadBalancerFactory().
8858 * The internal method OutputPage->addScriptFile() will no longer silently drop
8859   calls that use an invalid path (i.e., something other than an absolute path,
8860   protocol-relative URL, or full scheme URL), and will instead pass them to the
8861   client where they will likely 404. This usage was deprecated in 1.24.
8862 * Database::reportConnectionError, deprecated in 1.32, has been removed.
8863 * APIEditBeforeSave hook, deprecated in 1.28, has been removed. Please see
8864   EditFilterMergedContent hook for an alternative way to use this feature.
8865 * API module methods getDescription(), getParamDescription(), & getExamples(),
8866   all deprecated in 1.25 and ignored, have been removed.
8867 * The API module method getDescriptionMessage(), deprecated in 1.30, has been
8868   removed.
8869 * The JavaScript global variable wgLoadScript has been removed. Use
8870   mw.util.wikiScript( 'load' ) instead.
8871 * ResourceLoader no longer creates the 'mw.legacy' placeholder object. It has
8872   been unused since 1.16 and was deprecated in 1.22. To deprecate a property
8873   in JavaScript, use mw.log.deprecate() instead.
8874 * The 'user.groups' module, deprecated in 1.28, was removed.
8875   Use the 'user' module instead.
8876 * The ResourceLoaderContext::expandModuleNames method, deprecated in 1.33, was
8877   removed. Use ResourceLoader::expandModuleNames instead.
8878 * The ability to override User::$mRights has been removed. Use
8879   PermissionManager::addTemporaryUserRights() instead.
8880 * Previously, when iterating ResultWrapper with foreach() or a similar
8881   construct, the range of the index was 1..numRows. This has been fixed to be
8882   0..(numRows-1).
8883 * The ChangePasswordForm hook, deprecated in 1.27, has been removed. Use the
8884   AuthChangeFormFields hook or security levels instead.
8885 * WikiMap::getWikiIdFromDomain(), deprecated in 1.33, has been removed.
8886   Use WikiMap::getWikiIdFromDbDomain() instead.
8887 * The config variables $wgHtml5, $wgJsMimeType, and $wgXhtmlDefaultNamespace,
8888   which were deprecated and ignored by core since 1.22, are no longer set to any
8889   value, and SkinTemplate no longer emits a 'jsmimetype' key. Any extensions not
8890   updated since 2013 to cope with this deprecation may now break.
8891 * (T222637) Passing ResourceLoaderModule objects to ResourceLoader::register()
8892   or $wgResourceModules is no longer supported.
8893   Use the 'class' or 'factory' option of the array format instead.
8894 * The parameter $lang of the functions generateTOC and tocList in Linker and
8895   DummyLinker must be in type Language when present. Other types are
8896   deprecated since 1.33.
8897 * The static properties mw.Api.errors and mw.Api.warnings, deprecated in 1.29,
8898   have been removed.
8899 * ParserOption::getSpeculativeRevIdCallback(), deprecated in 1.28, has been
8900   removed.
8901 * The UploadVerification hook, deprecated in 1.28, has been removed. Instead,
8902   use the UploadVerifyFile hook.
8903 * UploadBase:: and UploadFromChunks::stashFileGetKey() and stashSession(),
8904   deprecated in 1.28, have been removed. Instead, please use the getFileKey()
8905   method on the response from doStashFile().
8906 * LBFactory::setDomainPrefix() and LoadBalancer::setDomainPrefix(), deprecated
8907   in 1.33, have been removed. Use setLocalDomainPrefix() instead.
8908 * IDatabase::implicitGroupby(), deprecated in 1.30, has been removed.
8909 * IDatabase::doneWrites(), deprecated in 1.31, has been removed.
8910   Use IDatabase::lastDoneWrites() instead.
8911 * Database::reportConnectionError(), deprecated in 1.32, has been removed.
8912 * LoadBalancer::laggedSlaveUsed(), deprecated in 1.28, has been removed.
8913   Use LoadBalancer::laggedReplicaUsed() instead.
8914 * Database::getProperty(), deprecated in 1.28, has been removed.
8915 * IDatabase::getWikiId(), deprecated in 1.30, has been removed.
8916   Use IDatabase::getDomainID() instead.
8917 * (T191231) Support for using Oracle or MSSQL as database backends has been
8918   dropped.
8919 * MessageCache::destroyInstance() has been removed. Instead, call
8920   MediaWikiTestCase::resetServices().
8921 * SearchResult protected field $searchEngine is removed and no longer
8922   initialized after calling SearchResult::initFromTitle().
8923 * The UserIsBlockedFrom hook is only called if a block is found first, and
8924   should only be used to unblock a blocked user.
8925 * Parameters for index.php from PATH_INFO, such as the title, are no longer
8926   written to $_GET.
8927 * The selectFields() methods on classes LocalFile, ArchivedFile, OldLocalFile,
8928   DatabaseBlock, and RecentChange, deprecated in 1.31, have been removed. Use
8929   the corresponding getQueryInfo() methods instead.
8930 * The following methods on Revision, deprecated since 1.31, have been removed.
8931   Use RevisionStore::getQueryInfo() or RevisionStore::getArchiveQueryInfo()
8932   instead.
8933   * Revision::userJoinCond()
8934   * Revision::pageJoinCond()
8935   * Revision::selectFields()
8936   * Revision::selectArchiveFields()
8937   * Revision::selectTextFields()
8938   * Revision::selectPageFields()
8939   * Revision::selectUserFields()
8940 * User::setNewpassword(), deprecated in 1.27 has been removed.
8941 * The ObjectCache::getMainWANInstance and ObjectCache::getMainStashInstance
8942   functions, deprecated since 1.28, have been removed.
8943 * Language::$dataCache has been removed (without prior deprecation, for
8944   practical reasons). Use MediaWikiServices instead to get a LocalisationCache.
8946 === Deprecations in 1.34 ===
8947 * The MWNamespace class is deprecated. Use NamespaceInfo.
8948 * ExtensionRegistry->load() is deprecated, as it breaks dependency checking.
8949   Instead, use ->queue().
8950 * User::isBlocked() is deprecated since it does not tell you if the user is
8951   blocked from editing a particular page. Use User::getBlock() or
8952   PermissionManager::isBlockedFrom() or PermissionManager::userCan() instead.
8953 * User::isLocallyBlockedProxy and User::inDnsBlacklist are deprecated and moved
8954   to the BlockManager as private helper methods.
8955 * User::isDnsBlacklisted is deprecated. Use BlockManager::isDnsBlacklisted
8956   instead.
8957 * The Config argument to ChangesListSpecialPage::checkStructuredFilterUiEnabled
8958   is deprecated. Pass only the User argument.
8959 * WatchedItem::getUser is deprecated. Use getUserIdentity.
8960 * Passing a Title as the first parameter to the getTimestampById method of
8961   RevisionStore is deprecated. Omit it, passing only the remaining parameters.
8962 * Title::getPreviousRevisionId and Title::getNextRevisionId are deprecated. Use
8963   RevisionLookup::getPreviousRevision and RevisionLookup::getNextRevision.
8964 * The Title parameter to RevisionLookup::getPreviousRevision and
8965   RevisionLookup::getNextRevision is deprecated and should be omitted.
8966 * MWHttpRequest::factory is deprecated. Use HttpRequestFactory.
8967 * The Http class is deprecated. For the request, get, and post methods, use
8968   HttpRequestFactory. For isValidURI, use MWHttpRequest::isValidURI.  For
8969   getProxy, use (string)$wgHTTPProxy. For createMultiClient, construct a
8970   MultiHttpClient directly.
8971 * Http::$httpEngine is deprecated and has no replacement. The default 'guzzle'
8972   engine will eventually be made the only engine for HTTP requests.
8973 * RepoGroup::singleton(), RepoGroup::destroySingleton(),
8974   RepoGroup::setSingleton(), wfFindFile(), and wfLocalFile() are all
8975   deprecated. Use MediaWikiServices instead.
8976 * The getSubjectPage, getTalkPage, and getOtherPage of Title are deprecated.
8977   Use NamespaceInfo's getSubjectPage, getTalkPage, and getAssociatedPage.
8978 * MWMessagePack class, no longer used, has been deprecated in 1.34.
8979 * The Block class is separated into DatabaseBlock (for blocks stored in the
8980   database), and SystemBlock (for temporary blocks created by the system).
8981   SystemBlock should be used when creating any temporary blocks. Block is
8982   a deprecated alias for DatabaseBlock.
8983 * Parser::$mConf is deprecated. It will be removed entirely in a later version.
8984   Some context can be found at T224165.
8985 * Constructing Parser directly is deprecated. Obtain one from ParserFactory.
8986 * Title::moveSubpages is deprecated. Use MovePage::moveSubpages or
8987   MovePage::moveSubpagesIfAllowed.
8988 * The MWNamespace class is deprecated. Use MediaWikiServices::getNamespaceInfo.
8989 * (T62260) Hard deprecate Language::getExtraUserToggles() method.
8990 * Language::viewPrevNext function is deprecated, use
8991   PrevNextNavigationRenderer::buildPrevNextNavigation instead
8992 * User::trackBlockWithCookie and DatabaseBlock::clearCookie are deprecated. Use
8993   BlockManager::trackBlockWithCookie and BlockManager::clearCookie instead.
8994 * DatabaseBlock::setCookie, DatabaseBlock::getCookieValue,
8995   DatabaseBlock::getIdFromCookieValue and AbstractBlock::shouldTrackWithCookie
8996   are moved to internal helper methods for BlockManager::trackBlockWithCookie.
8997 * ResourceLoaderContext::getConfig and ResourceLoaderContext::getLogger have
8998   been deprecated. Inside ResourceLoaderModule subclasses, use the local methods
8999   instead. Elsewhere, use the methods from the ResourceLoader class.
9000 * The Profiler::setTemplated and Profiler::getTemplated methods have been
9001   deprecated. Use Profiler::setAllowOutput and Profiler::getAllowOutput
9002   instead.
9003 * The ProfilerOutputDb class, 'profiling' table, and profileinfo.php entry
9004   point had been deprecated (T231366).
9005 * The Preprocessor_DOM implementation has been deprecated.  It will be
9006   removed in a future release.  Use the Preprocessor_Hash implementation
9007   instead.
9008 * Sanitizer::attributeWhitelist() and Sanitizer::setupAttributeWhitelist()
9009   have been deprecated; they will be made private in the future.
9010 * SearchResult::termMatches() method is deprecated. It was unreliable because
9011   only populated by few search engine implementations. Use
9012   SqlSearchResult::getTermMatches() if really needed.
9013 * SearchResult::getTextSnippet( $terms ) the $terms param is being deprecated
9014   and should no longer be passed. Search engine implemenations should be
9015   responsible for carrying relevant information needed for highlighting with
9016   their own SearchResultSet/SearchResult sub-classes.
9017 * SearchResultSet::free() method is deprecated.
9018 * SearchEngine::$searchTerms protected field is deprecated. Moved to
9019   SearchDatabase.
9020 * The use of the $terms param in the ShowSearchHit and ShowSearchHitTitle
9021   hooks is highly discouraged as it's only populated by SearchDatabase search
9022   engines.
9023 * Skin::escapeSearchLink() is deprecated. Use Skin::getSearchLink() or the skin
9024   template option 'searchaction' instead.
9025 * Skin::getRevisionId() and Skin::isRevisionCurrent() have been deprecated.
9026   Use OutputPage::getRevisionId() and OutputPage::isRevisionCurrent() instead.
9027 * LoadBalancer::haveIndex() and LoadBalancer::isNonZeroLoad() have
9028   been deprecated.
9029 * FileBackend::getWikiId() has been deprecated.
9030   Use FileBackend::getDomainId() instead.
9031 * User::getRights() and User::$mRights have been deprecated. Use
9032   PermissionManager::getUserPermissions() instead.
9033 * The LocalisationCacheRecache hook no longer allows purging of message blobs
9034   to be prevented. Modifying the $purgeBlobs parameter now has no effect.
9035 * SVGMetadataExtractor::getMetadata has been deprecated. Instead, you should
9036   use SVGReader->getMetadata() directly.
9037 * The following public properties on AbstractBlock are deprecated: $mReason,
9038   $mTimestamp, $mExpiry, $mHideName. Use the getters/setters instead.
9039 * The following public properties on DatabaseBlock are deprecated: $mAuto,
9040   $mParentBlockId. To check for an autoblock use DatabaseBlock::getType; to
9041   check for the parent ID, use DatabaseBlock::getParentBlockId.
9042 * SearchEngine::userHighlightPrefs() is deprecated, simply stop passing
9043   $contextlines and $contextchars to the SearchHighlighter methods, they will
9044   use proper defaults defined in SearchHighlighter::DEFAULT_CONTEXT_LINES and
9045   DEFAULT_CONTEXT_CHARS.
9046 * SearchUpdate constructor: passing a string as the title param and or a boolean
9047   or a string as the content will produce a deprecation warning.
9048 * SearchEngine::getTextFromContent() is deprecated, use getTextForSearchIndex()
9049   directly from the Content object.
9050 * SearchEngine::textAlreadyUpdatedForIndex() is deprecated, given the
9051   deprecation above this method is no longer needed/called and should not be
9052   implemented by SearchEngine implementation.
9053 * IDatabase::bufferResults() has been deprecated. Use query batching instead.
9054 * MessageCache::singleton() is deprecated. Use
9055   MediaWikiServices::getMessageCache().
9056 * ObjectCache::getWANInstance() is deprecated. Use
9057   MediaWikiServices::getMainWANObjectCache() instead.
9058 * ObjectCache::newWANCacheFromParams() is deprecated. Use
9059   MediaWikiServices::getMainWANObjectCache() instead.
9060 * Constructing MovePage directly is deprecated. Use MovePageFactory.
9061 * TempFSFile::factory() has been deprecated. Use TempFSFileFactory instead.
9062 * wfIsBadImage() is deprecated. Use the BadFileLookup service instead.
9063 * Building a new SearchResult is hard-deprecated, always call
9064   SearchResult::newFromTitle(). This class is being refactored into an abstract
9065   class. If you extend this class please be sure to override all its methods
9066   or extend RevisionSearchResult.
9067 * Skin::getSkinNameMessages() is deprecated and no longer used.
9068 * The mediawiki.RegExp module is deprecated; use mw.util.escapeRegExp() instead.
9069 * Specifying a SpecialPage object for the list of special pages (either through
9070   the SpecialPage_initList hook or by adding to $wgSpecialPages) is now
9071   deprecated.
9072 * The 'jquery.tabIndex' module is deprecated.
9073 * WebInstaller::getWarningBox() and getErrorBox() are deprecated.
9074   Use Html::errorBox() or Html::warningBox() instead.
9075 * Use of ActorMigration with 'ar_user', 'img_user', 'oi_user', 'fa_user',
9076   'rc_user', 'log_user', and 'ipb_by' is deprecated. Queries should be adjusted
9077   to use the corresponding actor fields directly. Note that use with
9078   'rev_user' is *not* deprecated at this time.
9079 * Specifying both the class and factory parameters for
9080   ApiModuleManager::addModule is now deprecated. The ObjectFactory spec should
9081   be used instead.
9082 * The UserIsHidden hook is deprecated. Use GetUserBlock instead, and add a
9083   system block that hides the user.
9084 * The GetBlockedStatus hook is deprecated. Use GetUserBlock instead, to add or
9085   remove a block.
9086 * $wgContentHandlerUseDB is deprecated and should always be true.
9087 * StreamFile::send404Message() and StreamFile::parseRange() are now deprecated.
9088   Use HTTPFileStreamer::send404Message() and HTTPFileStreamer::parseRange()
9089   respectively instead.
9090 * Global variable $wgSysopEmailBans is deprecated; to allow sysops to ban
9091   users from sending emails, use
9092   $wgGroupPermissions['sysop']['blockemail'] = true;
9093 * ApiQueryBase::showHiddenUsersAddBlockInfo() is deprecated. Use
9094   ApiQueryBlockInfoTrait instead.
9095 * PasswordReset is now a service, its direct instantiation is deprecated.
9096 * RESTBagOStuff users should specify either "JSON" or "PHP" serialization type.
9097 * The global function wfIsHHVM() is deprecated and will now always return false
9098   regardless of the runtime environment. This is part of the continuing work to
9099   remove HHVM support from MediaWiki, which started in MediaWiki 1.31.
9100 * Language::getLocalisationCache() is deprecated. Use MediaWikiServices
9101   instead.
9102 * The following Language methods are deprecated: isSupportedLanguage,
9103   isValidCode, isValidBuiltInCode, isKnownLanguageTag, fetchLanguageNames,
9104   fetchLanguageName, getFileName, getMessagesFileName, getJsonMessagesFileName.
9105   Use the new LanguageNameUtils class instead. (Note that fetchLanguageName(s)
9106   are called getLanguageName(s) in the new class.)
9107 * Using the Parser without initializing its $mTitle property to non-null has
9108   been deprecated.  In a future release Parser::getTitle() will throw a
9109   TypeError if $mTitle is uninitialized.
9110 * A number of public methods of Parser were exposed only for historical
9111   reasons and have been deprecated: doMagicLinks, doDoubleUnderscore,
9112   doHeadings, doAllQuotes, replaceExternalLinks, replaceInternalLinks,
9113   replaceInternalLinks2, getVariableValue, initialiseVariables, formatHeadings,
9114   testPst, testPreprocess, testSrvus, areSubpagesAllowed, maybeDoSubpageLink,
9115   splitWhitespace, createAssocArgs, armorLinks, makeKnownLinkHolder,
9116   getImageParams, parseLinkParameter, stripAltText, replaceLinkHolders,
9117   replaceLinkHoldersText, armorLinks, makeKnownLinkHolder, getImageParams,
9118   parseLinkParameter, stripAltText.
9120 === Other changes in 1.34 ===
9121 * Added option to specify "Various authors" as author in extension credits using
9122   "..." as the only author name. If the "author" array contains more than one
9123   entry and "..." is one of the entries in the array, "..." will be parsed as
9124   "others" (version-poweredby-others i18n message) like previously.
9125 * (T232563) Browser support ("Grade C") for Internet Explorer 6 and 7
9126   was discontinued. Basic content and security features may no longer
9127   work correctly in these browsers.
9129 = MediaWiki 1.33 =
9131 == MediaWiki 1.33.4 ==
9133 This is a security and maintenance release of the MediaWiki 1.33 branch.
9135 === Changes since MediaWiki 1.33.3 ===
9136 * (T247017) PasswordReset performance improvements.
9137 * The MultiHttpClient code will fallover to non-curl if curl_multi* is blocked.
9138 * (T250568) Work around change in SimpleXMLElement behavior introduced in PHP
9139   7.3.17.
9140 * Remove some rotten and out of date documentation.
9141 * (T252311) Improvements to some older SQLite update patches.
9142 * (T240307) Minor fixes to extension.schema.v2.json and
9143   extension.schema.v1.json.
9144 * rdbms: Add callback for atomic section cancellation.
9145 * (T191668) NameTableStoreTest::getCallCheckingDb simplification.
9146 * Make NameTableStore use LoadBalancer::getConnectionRef().
9147 * (T224949) NameTableStore: ensure consistency upon rollback.
9148 * (T199474) Set rc_patrolled to 2 for autopatrolled changes in
9149   rebuildrecentchanges.php.
9150 * (T229461) Update the change_tag table in rebuildrecentchanges.php.
9151 * (T234450) Per-user concurrency in SpecialContributions can now be limited by
9152   setting $wgPoolCounterConf['SpecialContributions'] appropriately.
9153 * (T248947) SECURITY: img_auth.php may leak private extension images into the
9154   public cache.
9156 == MediaWiki 1.33.3 ==
9158 This is a security and maintenance release of the MediaWiki 1.33 branch.
9160 === Changes since MediaWiki 1.33.2 ===
9161 * (T245072) mediawiki.language: Rename languageData back to languageNames.
9162 * Use proper SemVer comparison in CheckComposerLockUpToDate.
9163 * (T212738) Add the MW_VERSION constant, global $wgVersion is soft deprecated.
9164 * Update comment about PHP versions supported by The PHP Group.
9165 * (T247215) Fix output of RecountCategories::doWork().
9166 * Add check for page existence to view.php maintenance script.
9167 * (T236509) SECURITY: Fix HTML escaping in UserGroupMembership::getLink().
9168 * (T246602) SECURITY: jquery.makeCollapsible allows applying event handler to
9169   any CSS selector.
9171 == MediaWiki 1.33.2 ==
9173 This is a security and maintenance release of the MediaWiki 1.33 branch.
9175 === Changes since MediaWiki 1.33.1 ===
9176 * (T217831) (T200653) PopulateContentTables: compute sha1 and length if needed.
9177 * Fix extra newlines in the installer.
9178 * (T236628) Fix for ArticleRevisionViewCustom hook in DifferenceEngine.php.
9179 * (T181658) Do not insert page titles into querycache.qc_value.
9180 * (T206013) Suppress errors when reading invalid XML file properties.
9181 * (T237931) Remove references to pg_attrdef.adsrc in Postgres code.
9182 * Use correct value for 'sslmode' in DatabasePostgres.
9183 * (T232866) Fix support for HTTP/2 in MultiHttpClient.
9184 * (T227461) Stop calling deprecated Redis delete functions.
9185 * (T239561) Mark options as requiring parameters in addSite.php.
9186 * (T219440) Skip flaky rollback test.
9187 * (T232866) Mimic CURLOPT_POST in GuzzleHttpRequest.
9188 * (T239734) Replace deprecated lSize with lLen in Redis code.
9189 * (T192134) SECURITY: Do not allow user scripts on Special:PasswordReset.
9190 * (T239428) ApiEditPage: Test for bad redirect targets.
9191 * (T233342) rdbms: Log debug message traces as 'exception.trace' instead of
9192   'trace'.
9193 * (T226751) media: Log and fail gracefully on invalid EXIF coordinates.
9194 * (T212067) SECURITY: Work around PHP bug in parse_url.
9196 == MediaWiki 1.33.1 ==
9198 This is a security and maintenance release of the MediaWiki 1.33 branch.
9200 === Changes since MediaWiki 1.33.0 ===
9201 * A change that kept people with a database table prefix that didn't
9202   end with an underscore from updating was reverted.
9203 * (T207100) Updated LanguageTr for dotted and dotless I in PHP 7.3.
9204 * The ImgAuthModifyHeaders hook was added to img_auth.php to allow modification
9205   of headers in private wikis.
9206 * (T230317) Allow upgrading from MediaWiki before 1.15 where the valid_tag table
9207   doesn't yet exist.
9208 * (T208897) MessageCache: Restore 'loadedLanguages' tracking for load().
9209 * (T228555) MessageCache: Fix isMainCacheable() logic for non-content languages.
9210 * (T200088) Remove title protection correctly for undeletions and imports.
9211 * (T230402) SECURITY: Add permission check for suppressed account to
9212   Special:Redirect.
9213 * Add helper for HTTPFileStreamer header syntax.
9214 * (T227461) ObjectCache: avoid using deprecated phpredis::delete() alias.
9215 * (T231386) SpecialRedirect::dispatchUser() should use a 302 http status code.
9216 * (T118799) Fix XMP parser errors due to trailing nullchar.
9217 * (T230618) Fix GROUP BY in ActiveUsersPager and RecentChangesUpdateJob for
9218   PostgreSQL.
9219 * (T230487) Handle changed defaults in Argon2PasswordTest::testPartialConfig().
9220 * (T233119) Improve documentation for the MinimumPasswordLengthToLogin policy.
9221 * (T227662) Split down patch-comment-table.sql and patch-actor-table.sql into
9222   separate files to help allieviate potential migration problems.
9224 === Upgrading notes for 1.33 ===
9225 1.33 has several database changes since 1.32, and will not work without schema
9226 updates. Note that due to changes to some very large tables like the revision
9227 table, the schema update may take quite long (minutes on a medium sized site,
9228 many hours on a large site).
9230 Don't forget to always back up your database before upgrading!
9232 See the file UPGRADE for more detailed upgrade instructions, including
9233 important information when upgrading from versions prior to 1.11.
9235 Some specific notes for MediaWiki 1.33 upgrades are below:
9237 * Some external link searches will not work correctly until update.php (or
9238   refreshExternallinksIndex.php) is run. These include searches for links using
9239   IP addresses, internationalized domain names, and possibly mailto links.
9240 * If you ran migrateActors.php using an older version of MediaWiki and want to
9241   run your wiki with $wgActorTableSchemaMigrationStage SCHEMA_COMPAT_READ_OLD,
9242   note that log_search rows needed to find revision deletions by target user
9243   were incorrectly deleted. See T215464 for details.
9244 * If revision deletions were performed when the wiki was configured with
9245   $wgActorTableSchemaMigrationStage SCHEMA_COMPAT_WRITE_BOTH and without
9246   migrateActors.php having been run, the log_search table may contain rows with
9247   empty values for "target_author_actor" which will prevent log searches for
9248   revision deletions by target user from finding those log entries. These rows
9249   may be corrected by (re-)running migrateActors.php.
9251 For notes on 1.32.x and older releases, see HISTORY.
9253 == MediaWiki 1.33.0 ==
9255 === Changes since MediaWiki 1.33.0-rc.0 ===
9256 * (T225558) Update installer link to PHP intl.
9257 * (T225901) Only attempt to deduplicate if there is data in archive and revision
9258   tables.
9259 * (T225564) Fetch tag ID before calling undefineTag().
9260 * (T225496) Detect APC for MainCacheType in CLI installer.
9261 * Call unpack() with correct parameters in MimeAnalyzer.php for PHP 7.0 support.
9262 * (T212613) Style change tags correctly on Special:Newpages.
9263 * (T202211) Fix SQLite patch-(page|template)links-fix-pk.sql column order.
9265 == MediaWiki 1.33.0-rc.0 ==
9267 === Configuration changes for system administrators in 1.33 ===
9268 ==== New configuration ====
9269 * $wgEnablePartialBlocks – This enables the Partial Blocks feature, which gives
9270   accounts with block permissions the ability to block users, IPs, and IP ranges
9271   from editing specific pages, while allowing them to edit the rest of the wiki.
9272   It is a temporary setting for gradual enablement, current default to `false`,
9273   and will be set to `true` and then removed once initial development completes.
9275 ==== Changed configuration ====
9276 * $wgChangeTagsSchemaMigrationStage (T193868) — This temporary setting, added in
9277   MediaWiki 1.32, now defaults to MIGRATION_NEW instead of MIGRATION_WRITE_BOTH.
9278 * $wgPasswordPolicy – There is a new password policy to check that the account's
9279   password is not in the large blacklist. This is enabled by default for the
9280   built-in user groups bureaucrat, sysop, interface-admin, and bot. To configure
9281   this for other user groups, set the `PasswordNotInLargeBlacklist` flag `true`.
9282 * $wgPasswordDefault – There is a new password type configuration using Argon2
9283   password hashing (which requires PHP 7.2 and above). It's designed to resist
9284   timing attacks, and (on systems with PHP 7.3+) GPU hacking; if you configure
9285   argon2 to be used, by default, it will automatically choose the best available
9286   algorithm depending on which version of PHP you have available. To use this,
9287   you can set `$wgPasswordDefault = 'argon2';`.
9288 * $wgActorTableSchemaMigrationStage now defaults to reading the new schema.
9289   update.php will back-populate the new database fields due to the changed
9290   setting, which may take some time on large wikis. You can avoid downtime by
9291   following a process like that described in T188327.
9293 ==== Removed configuration ====
9294 * $wgTagStatisticsNewTable (T199334) — This temporary setting, added in
9295   MediaWiki 1.32, has now been removed. When loading Special:Tags, MediaWiki
9296   will now always use the `change_tag_def` instead of the `change_tag` table.
9297 * $wgUseTidy, $wgTidyBin, $wgTidyConf, $wgTidyOpts, $wgTidyInternal, and
9298   $wgDebugTidy – These options, all deprecated since 1.26, have now all been
9299   removed, as MediaWiki now always tidies user output. The $wgTidyConfig setting
9300   remains only for experimental features and debugging, and should not be used.
9301 * $wgEnableParserCache – This setting has been deprecated since 1.26, has now
9302   been removed. If you still desire to disable the parser cache, instead you can
9303   set `$wgParserCacheType = CACHE_NONE;`.
9304 * $wgCommentTableSchemaMigrationStage – This temporary migration setting has now
9305   been removed. Code finding it unset should treat it as being MIGRATION_NEW.
9306 * $wgAuth – This old setting, deprecated in 1.27, has been removed as part of
9307   the removal of AuthPlugin.
9308 * $wgSitesCacheFile – This configuration was introduced in 1.25 with the intent
9309   to allow sites to configure a file in which to cache the SiteStore database
9310   table, but it was never used. SiteStore already caches its information by
9311   default using BagOStuff (e.g. Memcached or APC).
9312 * $wgClockSkewFudge – This setting was used by User.php to let sites adjust by
9313   how much MediaWiki would fudge when trying to minimize the chances of a
9314   user.user_touched database update to the "current" timestamp being before the
9315   value already there (e.g. due to clock skew between different servers). This
9316   is no longer a problem, because the code now ensures the timestamp is always
9317   higher than the previous one. The writes are guarded with CAS logic (check
9318   and set), which prevents updates that would overlap.
9319 * $wgDBmysql5 (T196185) - This experimental setting, deprecated in 1.31, has
9320   been removed.
9322 === New user-facing features in 1.33 ===
9323 * (T96041) __EXPECTUNUSEDCATEGORY__ on a category page causes the category
9324   to be hidden on Special:UnusedCategories.
9325 * (T210814) SVGs are now by default displayed in wiki language on image
9326   pages.
9327 * Special:CreateAccount now warns the user if their chosen username has to be
9328   normalized.
9329 * (T205040) Multilingual images are now be displayed in the current parse
9330   language where available.
9331 * Special:ActiveUsers will no longer filter out users who became inactive since
9332   the last time the active users query cache was updated.
9333 * (T215675) RecentChange and ManualLogEntry implement new Taggable interface.
9334 * (T215675) Added a hook, ManualLogEntryBeforePublish, to allow extensions
9335   to modify (example: add tags) log entries.
9337 === New developer features in 1.33 ===
9338 * The AuthManagerLoginAuthenticateAudit hook has a new parameter for
9339   additional information about the authentication event.
9340 * TextContent::getText() was introduced as a replacement for
9341   Content::getNativeData() for text-based content models.
9342 * (T214706) LinksUpdate::getAddedExternalLinks() and
9343   LinksUpdate::getRemovedExternalLinks() were introduced.
9344 * (T213893) Added 'MaintenanceUpdateAddParams' hook
9345 * (T219655) The MarkPatrolled hook has a new parameter for the tags
9346   associated with this entry in the patrol log.
9347 * (T212472) Extensions can now specify platform abilities they require to work,
9348   limited to shell access for now.
9351 === External library changes in 1.33 ===
9352 ==== New external libraries ====
9353 * Added wikimedia/password-blacklist 0.1.4.
9354 * Added guzzlehttp/guzzle 6.3.3.
9356 ==== Changed external libraries ====
9357 * Updated OOUI from v0.29.2 to v0.31.3.
9358 * Updated OOjs Router from pre-release to v0.2.0.
9359 * Updated moment from v2.19.3 to v2.24.0.
9360 * Updated wikimedia/xmp-reader from 0.6.0 to 0.6.2.
9361 * Updated wikimedia/scoped-callback from 2.0.0 to 3.0.0.
9362 * Updated jquery-client from 2.0.1 to 2.0.2.
9363 * Updated pear/net_smtp from 1.8.0 to 1.8.1.
9364 * Updated cssjanus/cssjanus from 1.2.0 to 1.3.0.
9365 * Updated wikimedia/php-session-serializer from 1.0.6 to 1.0.7.
9367 ==== Removed external libraries ====
9368 * (T219403) jquery.ui.spinner, deprecated since 1.31, was removed.
9371 === Developer library changes in 1.33 ===
9372 ==== New developer libraries ====
9373 * Added jakub-onderka/php-console-highlighter 0.3.2 explicitly (dev-only).
9374 * Added mediawiki/mediawiki-phan-config 0.5.0 (dev-only).
9376 ==== Changed developer libraries ====
9377 * Updated wikimedia/ip-set from 1.3.0 to 2.0.1.
9378   * The deprecated IPSet\IPSet alias was removed, Wikimedia\IPSet must be
9379     used instead.
9380 * Updated psy/psysh from 0.9.6 to 0.9.9 (dev-only).
9381 * Updated nikic/php-parser from 3.1.3 to 3.1.5 (dev-only).
9382 * Updated mediawiki/mediawiki-codesniffer from 22.0.0 to 25.0.0 (dev-only).
9383 * Updated qunitjs from 2.6.2 to 2.9.1.
9385 ==== Removed developer libraries ====
9386 * The jetbrains/phpstorm-stubs repository was removed in favour of the minimal
9387   stubs we need, which are kept in the new `.phan/internal_stubs` directory
9388   (dev-only).
9391 === Bug fixes in 1.33 ===
9392 * (T164211) Special:UserRights could sometimes fail with a
9393   "conflict detected" error when there weren't any conflicts.
9394 * (T216029) Chrome redirects to Special:BadTitle after editing a section with
9395   a non-Latin name on a page with non-Latin characters in title.
9396 * (T222385) resourceloader: Use AND instead of OR for upsert conds in
9397   saveFileDependencies().
9399 === Action API changes in 1.33 ===
9400 * (T198913) Added 'ApiOptions' hook.
9401 * The JSON formatversion=2 is no longer experimental.
9402 * Internal API errors (those with code beginning "internal_api_error") will
9403   include the exception class name in a data field named "errorclass".
9404   * Class names are not guaranteed to remain stable, and in particular database
9405     exceptions will now include the "Wikimedia\Rdbms\" prefix in the class name.
9406   * The code including an exception class name is deprecated. In the future,
9407     all internal errors will use code "internal_api_error".
9408 * (T212356) When using action=delete on pages with many revisions, the module
9409   may return a boolean-true 'scheduled' and no 'logid'. This signifies that the
9410   deletion will be processed via the job queue.
9411 * action=setnotificationtimestamp will now update the watchlist asynchronously
9412   if entirewatchlist is set, so updates may not be visible immediately
9413 * Block info will be added to "blocked" errors from more modules.
9414 * (T216245) Autoblocks will now be spread by action=edit and action=move.
9415 * action=query&meta=userinfo has a new uiprop, 'latestcontrib', that returns
9416   the date of user's latest contribution.
9417 * (T25227) action=logout now requires to be posted and have a csrf token.
9419 === Action API internal changes in 1.33 ===
9420 * A number of deprecated methods for API documentation, intended for overriding
9421   by extensions, are no longer called by MediaWiki, and will emit deprecation
9422   notices if your extension attempts to use them:
9423   * ApiBase::getDescription() (deprecated in 1.25)
9424   * ApiBase::getParamDescription() (deprecated in 1.25)
9425   * ApiBase::getExamples() (deprecated in 1.25)
9426   * ApiBase::getDescriptionMessage() (deprecated in 1.30)
9427   Additionally, the  'APIGetDescription' and 'APIGetParamDescription' hooks have
9428   been removed, as their only use was to let extensions override values returned
9429   by getDescription() and getParamDescription(), respectively.
9430 * API error codes may only contain ASCII letters, numbers, underscore, and
9431   hyphen. Methods such as ApiBase::dieWithError() and
9432   ApiMessageTrait::setApiCode() will throw an InvalidArgumentException if
9433   passed a bad code.
9434 * ApiBase::checkTitleUserPermissions() now takes an options array as its third
9435   parameter. Passing a User object or null is deprecated.
9436 * The api-feature-usage log channel now has log context. The text message is
9437   deprecated and will be removed in the future.
9439 === Languages updated in 1.33 ===
9440 MediaWiki supports over 350 languages. Many localisations are updated regularly.
9441 Below only new and removed languages are listed, as well as changes to languages
9442 because of Phabricator reports.
9444 * (T203908) Added language support for Eastern Pwo (kjp).
9445 * (T213717) Fixed a translation error on Goan Konkani (gom-deva) translations
9446   for NS_TEMPLATE.
9447 * (T212221) Added $digitTransformTable for Santali (sat).
9448 * (T216479) Added language support for Saisiyat (xsy).
9449 * (T219728) Added support for new Japanese era name "Reiwa"
9451 === Breaking changes in 1.33 ===
9452 * The parameteter $lang in DifferenceEngine::setTextLanguage must be of type
9453   Language. Other types are deprecated since 1.32.
9454 * Skin::doEditSectionLink requires type Language for the parameter $lang.
9455   The parameters $tooltip and $lang are mandatory. Omitting the parameters is
9456   deprecated since 1.32.
9457 * Language::truncate(), deprecated in 1.31, has been removed.
9458 * UtfNormal, deprecated in 1.25, was removed. Use UtfNormal\Validator directly
9459   instead.
9460 * (T197179) In OOUI HTMLForm fields, the parameters 'notice', 'notice-messages',
9461   and 'notice-message', which were deprecated in 1.32, were removed. Instead,
9462   use 'help', 'help-message', and 'help-messages'.
9463 * (T197179) HTMLFormField::getNotices(), deprecated in 1.32, was removed.
9464 * The "Parsoid v1" compatibility mappings in ParsoidVirtualRESTService and
9465   RestbaseVirtualRESTService, deprecated since 1.26, have been removed.
9466   Use the RESTBase v1 or Parsoid v3 API instead.
9467 * ParserOptions defaults 'tidy' to true now, since the untidy modes of the
9468   parser are being deprecated and ParserOptions::getCanonicalOverrides()
9469   has always been true at any rate.
9470 * Support for disabling tidy and external tidy implementations has been removed.
9471   This was deprecated in 1.32. The pure PHP Remex tidy implementation is now
9472   used and no configuration is necessary.
9473 * A number of deprecated methods for API documentation, intended for overriding
9474   by extensions, are no longer called by MediaWiki, and will emit deprecation
9475   notices if your extension attempts to use them:
9476   * ApiBase::getDescription() (deprecated in 1.25)
9477   * ApiBase::getParamDescription() (deprecated in 1.25)
9478   * ApiBase::getExamples() (deprecated in 1.25)
9479   * ApiBase::getDescriptionMessage() (deprecated in 1.30)
9480   Additionally, the  'APIGetDescription' and 'APIGetParamDescription' hooks have
9481   been removed, as their only use was to let extensions override values returned
9482   by getDescription() and getParamDescription(), respectively.
9483 * The authentication hooks 'AbortAutoAccount' 'AbortNewAccount', 'AbortLogin',
9484   'LoginUserMigrated', 'UserCreateForm', and 'UserLoginForm', all deprecated by
9485   the creation of AuthManager in 1.27, have been removed. This also means that
9486   the FakeAuthTemplate and LoginForm classes are removed, that FakeAuthTemplate
9487   is no longer passed into LoginSignupSpecialPage->getFieldDefinitions(), and
9488   that LoginSignupSpecialPage->getBCFieldDefinitions() is removed.
9489 * The 'jquery.localize' module, deprecated in 1.32, has been removed. Instead,
9490   use 'jquery.i18n'.
9491 * The hooks LanguageGetSpecialPageAliases and LanguageGetMagic, deprecated since
9492   1.16, have now been removed. Instead, use $specialPageAliases or $magicWords
9493   respectively in a $wgExtensionMessagesFiles file.
9494 * The following methods of the Preferences class, deprecated in 1.31, have been
9495   removed:
9496   * getSaveBlacklist()
9497   * loadPreferenceValues()
9498   * getOptionFromUser()
9499   * profilePreferences()
9500   * skinPreferences()
9501   * filesPreferences()
9502   * datetimePreferences()
9503   * renderingPreferences()
9504   * editingPreferences()
9505   * rcPreferences()
9506   * watchlistPreferences()
9507   * searchPreferences()
9508   * miscPreferences()
9509   * generateSkinOptions()
9510   * getDateOptions()
9511   * getImageSizes()
9512   * getThumbSizes()
9513   * validateSignature()
9514   * cleanSignature()
9515   * getTimezoneOptions()
9516   * filterIntval()
9517   * filterTimezoneInput()
9518   * getTimeZoneList()
9519 * mw.util.jsMessage(), deprecated in 1.20, was removed. Use mw.notify instead.
9520 * (T61113) User::EDIT_TOKEN_SUFFIX was removed. It was deprecated since 1.27.
9521 * The 'mediawiki.api' module aliases, deprecated in 1.32, have been removed.
9522   Specifically: mediawiki.api.category, mediawiki.api.edit,
9523   mediawiki.api.login, mediawiki.api.options, mediawiki.api.parse,
9524   mediawiki.api.upload, mediawiki.api.user, mediawiki.api.watch,
9525   mediawiki.api.messages, and mediawiki.api.rollback.
9526 * The 'jquery.byteLimit' module alias for 'jquery.lengthLimit',
9527   deprecated in 1.31, was removed.
9528 * Revision::fetchRevision(), deprecated in 1.28, was removed.
9529 * Class SquidUpdate, deprecated in 1.27, was removed.
9530 * Title->getSquidURLs(), deprecated in 1.27, was removed. Instead, use
9531   Title->getCdnUrls().
9532 * Title::escapeFragmentForURL(), deprecated in 1.30, was removed. Use
9533   Sanitizer::escapeIdForLink() or escapeIdForExternalInterwiki() instead.
9534 * Title->canTalk(), deprecated in 1.30, was removed. Instead, use
9535   Title->canHaveTalkPage().
9536 * Title's methods for site and user page related to CSS and JS, deprecated in
9537   1.31, were removed:
9538   * Title->isCssOrJsPage() — Use Title->isSiteConfigPage()
9539   * Title->isCssJsSubpage() – Use Title->isUserConfigPage()
9540   * Title->getSkinFromCssJsSubpage() – Use Title->getSkinFromConfigSubpage()
9541   * Title->isCssSubpage() – Use Title->isUserCssConfigPage()
9542   * Title->isJsSubpage() – Use Title->isUserJsConfigPage()
9543 * SiteSQLStore, deprecated in 1.27 and whose only method, ::newInstance(),
9544   would return the global SiteStore instance, has been removed. You can get to
9545   this via MediaWiki\MediaWikiServices::getInstance()->getSiteStore() directly.
9546 * Linker::formatSize, deprecated in 1.28, has been removed (with DummyLinker's).
9547   Instead, use Language->formatSize() with the relevant Language object.
9548 * Linker::formatTemplates, deprecated in 1.28, has been removed (along with the
9549   version in DummyLinker). You can use TemplatesOnThisPageFormatter directly.
9550 * EventRelayerGroup::singleton(), deprecated in 1.27, has been removed. You can
9551   use MediaWikiServices::getInstance()->getEventRelayerGroup() directly.
9552 * LinkCache->addLink(), deprecated in 1.27, has been removed. It is thought to
9553   be unused, and is distinct from OutputPage->addLink(), which remains.
9554 * JsonContent->getJsonData(), deprecated in 1.25, has been removed. Instead, use
9555   JsonContent->getData().
9556 * MWExceptionHandler::getLogId(), deprecated in 1.27, has been removed, as the
9557   exception ID is the same as the request ID, from WebRequest::getRequestId().
9558 * SearchEngine::getNearMatchResultSet(), deprecated in 1.27, has been removed.
9559   You can use SearchEngine::getNearMatcher() instead.
9560 * EmailNotification::updateWatchlistTimestamp, deprecated in 1.27, has been
9561   removed. Instead, use WatchedItemStore::updateNotificationTimestamp directly.
9562 * User::getGroupName() and ::getGroupMember(), both deprecated in 1.29, have
9563   been removed. Instead, please use UserGroupMembership::getGroupName() and
9564   UserGroupMembership::getGroupMemberName().
9565 * Backwards compatibility for setting wgSessionsInObjectCache to false or using
9566   wgSessionHandler, both of which were deprecated in 1.27 with the introduction
9567   of SessionManager, has been removed.
9568 * SessionManager::autoCreateUser, deprecated in 1.27, has been removed. Use
9569   MediaWiki\Auth\AuthManager::autoCreateUser instead.
9570 * The mw.libs.jpegmeta property, deprecated in 1.31, was removed.
9571   Use require( 'mediawiki.libs.jpegmeta' ) instead.
9572 * The mw.user.stickyRandomId() method, deprecated in 1.32, was removed.
9573   Use mw.user.getPageviewToken() instead.
9574 * Removed deprecated class property WikiRevision::$importer.
9575 * ResourceLoaderFileModule::readStyleFiles() now requires its $context
9576   parameter.
9577 * The ChangeList::insertArticleLink() method, that was deprecated in 1.27, has
9578   been removed.
9579 * MessageBlobStore::__construct() now requires its $rl parameter.
9580 * Second parameter to Sanitizer::escapeIdReferenceList() (deprecated in 1.31)
9581   has been removed.
9582 * The 'jquery.xmldom' module has been removed.
9583 * The 'jquery.mockjax' module has been removed.
9584 * The 'jquery.hidpi' module, deprecated in 1.32, has been removed.
9585 * AuthPlugin and related code, deprecated in 1.27, has been removed. Extensions
9586   should instead use AuthManager. The following no longer exist:
9587   * The AuthPlugin class itself and the related AuthPluginUser class and i18n
9588   * The AuthPluginSetup and AuthPluginAutoCreate hooks
9589   * The transitional wrapper classes AuthPluginPrimaryAuthenticationProvider,
9590     AuthManagerAuthPlugin, and AuthManagerAuthPluginUser.
9591   * The $wgAuth configuration setting and its use in Setup.php and unit tests
9592 * (T217772) The 'wgAvailableSkins' mw.config key in JavaScript, was removed.
9593 * Language::markNoConversion, deprecated in 1.32, has been removed. Use
9594   LanguageConverter::markNoConversion instead.
9595 * BagOStuff::modifySimpleRelayEvent() method has been removed.
9596 * ParserOutput::getLegacyOptions, deprecated in 1.30, has been removed.
9597   Use ParserOutput::allCacheVaryingOptions instead.
9598 * CdnCacheUpdate::newSimplePurge, deprecated in 1.27, has been removed.
9599   Use CdnCacheUpdate::newFromTitles() instead.
9600 * Handling of multiple arguments by the Block constructor, deprecated in 1.26,
9601   has been removed.
9602 * The translation of main page in Sardinian (sc) was changed from "Pàgina Base"
9603   to "Pàgina printzipale". Existing wikis using this content language need to
9604   move the main page or change the name through MediaWiki:Mainpage page.
9605 * wfSplitWikiID(), deprecated in 1.32, has been removed.
9606 * MessageBlobStore::getBlob(), deprecated in 1.27, has been removed.
9607   Use ::getBlobs() instead.
9608 * The .background-size() LESS mixin, deprecated in 1.27, has been removed.
9609 * ReadOnlyMode::clearCache() and ConfiguredReadOnlyMode::clearCache() have been
9610   removed. Use MediaWikiTestCase::overrideMwServices() instead.
9611 * Support for the 'aggregator' option of JobQueue (and thus $wgJobTypeConf) was
9612   removed. The JobQueueAggregator interface and JobQueueAggregatorRedis class
9613   have also been removed. They were experimentally developed for use by the
9614   Wikimedia Foundation, but were never used, with no known use cases. (Note that
9615   this does not affect JobQueueRedis which is still supported.)
9617 === Deprecations in 1.33 ===
9618 * The configuration option $wgUseESI has been deprecated, and is expected
9619   to be removed in a future release.
9620 * The configuration option $wgSquidPurgeUseHostHeader has been deprecated,
9621   and is expected to be removed in a future release.
9622 * The configuration options $wgFixArabicUnicode and $wgFixMalayalamUnicode,
9623   introduced in MW 1.17, have been deprecated.  These fixes will always be
9624   applied for Arabic and Malayalam in the future.  Please enable these on
9625   your local wiki (if you have them explicitly set to false) and run
9626   maintenance/cleanupTitles.php to fix any existing page titles.
9627 * The LegacyHookPreAuthenticationProvider class, deprecated since its creation
9628   in 1.27 as part of the AuthManager re-write, now emits deprecation warnings.
9629   This will help identify the issue if you added it to $wgAuthManagerConfig.
9630 * wfSplitWikiId() is now deprecated. Cache key generation should have the wiki
9631   domain ID as a key component and use makeGlobalKey().
9632 * (T202094) Title::getUserCaseDBKey() is deprecated; instead, please use
9633   Title::getDBkey(), which doesn't vary case.
9634 * User::getPasswordValidity() is now deprecated. User::checkPasswordValidity()
9635   returns the same information in a more useful format.
9636 * For Linker::generateTOC() and Linker::tocList(), passing strings or booleans
9637   as the $lang parameter was deprecated. The same applies to DummyLinker.
9638 * The PasswordPolicy 'PasswordCannotBePopular' has been deprecated. To
9639   follow best practices, it is reccommended to use 'PasswordNotInLargeBlacklist'
9640   instead which blacklists 100,000 commonly used passwords.
9641 * (T208862) Action::requiresUnblock() is now called from
9642   Title::getUserPermissionsErrors() and Title::userCan(). Previously, the method
9643   was only called in Action::checkCanExecute(). Actions should ensure that their
9644   requiresUnblock() returns the proper result (the default is `true`).
9645 * (T211608) The MediaWiki\Services namespace has been renamed to
9646   Wikimedia\Services. The old name is still supported, but deprecated.
9647 * (T155582) Content::getNativeData has been deprecated. Please use model-
9648   specific getters, such as TextContent::getText().
9649 * The class WebInstallerOutput is now marked as @private.
9650 * (T209699) The jquery.async module has been deprecated. JavaScript code that
9651   needs asynchronous behaviour should use Promises.
9652 * Password::equals() is deprecated, use verify().
9653 * BaseTemplate::msgWiki() and QuickTemplate::msgWiki() will be removed. Use
9654   other means to fetch a properly escaped message string or Message object.
9655 * (T126091) The 'ResourceLoaderTestModules' hook, which lets you declare QUnit
9656   testing code for your JavaScript modules, is deprecated. Instead, you can now
9657   use the new extension registration key 'QUnitTestModule'.
9658 * (T213426) The jquery.throttle-debounce module has been deprecated. JavaScript
9659   code that needs this behaviour should use OO.ui.debounce/throttle.
9660 * The mw.language.specialCharacters property from the
9661   'mediawiki.language.specialCharacters' module has been deprecated.
9662   Use require( 'mediawiki.language.specialCharacters' ) instead.
9663 * ChangeTags::purgeTagUsageCache() has been deprecated, and is expected to be
9664   removed in a future release.
9665 * Passing a User object or null as the third parameter to
9666   ApiBase::checkTitleUserPermissions() has been deprecated. Pass an array
9667   [ 'user' => $user ] instead.
9668 * (T211578) Block::prevents is deprecated. Use Block::isEmailBlocked,
9669   Block::isCreateAccountBlocked and Block::isUsertalkEditAllowed to get and set
9670   block properties; use Block::appliesToRight and Block::appliesToUsertalk to
9671   check block behaviour.
9672 * The api-feature-usage log channel now has log context. The text message is
9673   deprecated and will be removed in the future.
9674 * The FileBasedSiteLookup class has been deprecated. For a cacheable SiteLookup
9675   implementation, use CachingSiteStore instead.
9676 * Language::viewPrevNext function is deprecated, use
9677   SpecialPage::buildPrevNextNavigation instead
9678 * ManualLogEntry::setTags() is deprecated, use ManualLogEntry::addTags()
9679   instead. The setTags() method was overriding the tags, addTags() doesn't
9680   override, only adds new tags.
9681 * Block::isValid is deprecated, since it is no longer needed in core.
9682 * Calling Maintenance::hasArg() as well as Maintenance::getArg() with no
9683   parameter has been deprecated. Please pass the argument number 0.
9684 * ResourceLoaderContext::expandModuleNames has been deprecated.
9685   Use ResourceLoader::expandModuleNames instead.
9687 === Other changes in 1.33 ===
9688 * (T201747) Html::openElement() warns if given an element name with a space
9689   in it.
9690 * The implementation of buildStringCast() in Wikimedia\Rdbms\Database has
9691   changed to explicitly cast. Subclasses relying on the base-class
9692   implementation should check whether they need to override it now.
9693 * BagOStuff::add is now abstract and must explicitly be defined in subclasses.
9694 * LinksDeletionUpdate is now a subclass of LinksUpdate. As a consequence,
9695   the following hooks will now be triggered upon page deletion in addition
9696   to page updates: LinksUpdateConstructed, LinksUpdate, LinksUpdateComplete.
9697   LinksUpdateAfterInsert is not triggered since deletions do not cause
9698   insertions into links tables.
9699 * Category::newFromID( $id )->getID() will now return $id without any
9700   validation, to avoid a mostly unnecessary DB query.
9701 * On Special:Version, the name for an extension can no longer be arbitrary
9702   html when no link is specified.
9704 = MediaWiki 1.32 =
9706 == MediaWiki 1.32.6 ==
9708 This is a security and maintenance release of the MediaWiki 1.32 branch.
9710 === Changes since MediaWiki 1.32.5 ===
9711 * (T236628) Fix for ArticleRevisionViewCustom hook in DifferenceEngine.php.
9712 * (T181658) Do not insert page titles into querycache.qc_value.
9713 * (T206013) Suppress errors when reading invalid XML file properties.
9714 * (T237931) Remove references to pg_attrdef.adsrc in Postgres code.
9715 * Use correct value for 'sslmode' in DatabasePostgres.
9716 * (T232866) Fix support for HTTP/2 in MultiHttpClient.
9717 * (T227461) Stop calling deprecated Redis delete functions.
9718 * (T239561) Mark options as requiring parameters in addSite.php.
9719 * (T239734) Replace deprecated lSize with lLen in Redis code.
9720 * (T192134) SECURITY: Do not allow user scripts on Special:PasswordReset.
9721 * (T239428) ApiEditPage: Test for bad redirect targets.
9722 * (T233342) rdbms: Log debug message traces as 'exception.trace' instead of
9723   'trace'.
9724 * (T226751) media: Log and fail gracefully on invalid EXIF coordinates.
9725 * (T212067) SECURITY: Work around PHP bug in parse_url.
9727 == MediaWiki 1.32.5 ==
9729 This is a maintenance release of the MediaWiki 1.32 branch.
9731 === Changes since MediaWiki 1.32.4 ===
9732 * Compute sha1 and length if needed in maintenance/populateContentTables.php.
9733 * Fix extra newlines in the installer.
9734 * Followup T230402, PermissionManager doesn't exist until 1.33, so fix the
9735   backported patches to use User::isAllowed() instead.
9737 == MediaWiki 1.32.4 ==
9739 This is a security and maintenance release of the MediaWiki 1.32 branch.
9741 === Changes since MediaWiki 1.32.3 ===
9742 * (T207100) Updated LanguageTr for dotted and dotless I in PHP 7.3.
9743 * The ImgAuthModifyHeaders hook was added to img_auth.php to allow modification
9744   of headers in private wikis.
9745 * (T230402) SECURITY: Add permission check for suppressed account to
9746   Special:Redirect.
9747 * (T208897) MessageCache: Restore 'loadedLanguages' tracking for load().
9748 * (T200088) Remove title protection correctly for undeletions and imports.
9749 * Add helper for HTTPFileStreamer header syntax.
9750 * (T118799) Fix XMP parser errors due to trailing nullchar.
9751 * (T233119) Improve documentation for the MinimumPasswordLengthToLogin policy.
9752 * Cache redirects from Special:Redirect.
9753 * (T231386) dispatchUser() should use a 302 http status code.
9754 * (T227662) Split down patch-comment-table.sql and patch-actor-table.sql into
9755   separate files to help allieviate potential migration problems.
9756 * Make SQLite's patch-add-3d.sql a no-op to prevent clobbering other database
9757   updates.
9759 == MediaWiki 1.32.3 ==
9761 This is a maintenance release of the MediaWiki 1.32 branch.
9763 === Changes since MediaWiki 1.32.2 ===
9764 * (T225558) Update installer link to PHP intl.
9765 * (T225496) Detect APC for MainCacheType in CLI installer.
9766 * (T226766) Remove jetbrains/phpstorm-stubs from composer dev dependencies.
9767 * (T202211) Fix SQLite patch-(image|page|template)links-fix-pk.sql column order.
9769 == MediaWiki 1.32.2 ==
9771 This is a security and maintenance release of the MediaWiki 1.32 branch.
9773 === Changes since MediaWiki 1.32.1 ===
9774 * (T204423) Backport support for hyphenated DB names in JobQueueGroup.
9775 * (T216968) Return pageid as int in both list=iwbacklinks and
9776   list=langbacklinks.
9777 * (T215169) Fix for Database::update() with IGNORE option fails on PostgreSQL.
9778 * (T199474) Fix typo in rebuildrecentchanges.php resulting in rogue flags.
9779 * (T218608) SECURITY: Fix an issue that prevents Extension:OAuth working when
9780   $wgBlockDisablesLogin is true.
9781 * (T216029) Chrome redirects to Special:BadTitle after editing a section with
9782   a non-Latin name on a page with non-Latin characters in title.
9783 * Unbreak language related maintenance scripts that use StaticArrayWriter.
9784 * (T219728) Added support for new Japanese era name "Reiwa".
9785 * (T25227) SECURITY: action=logout now requires to be posted and have a csrf
9786   token.
9787 * Updated cssjanus/cssjanus from 1.2.0 to 1.3.0.
9788 * (T221045) Remove orphaned code from ConfigRepository.
9789 * (T222385) resourceloader: Use AND instead of OR for upsert conds in
9790   saveFileDependencies().
9791 * (T224374) Fix message parameters so that the message that says SQLite is
9792   out of date makes sense.
9793 * (T200471) Prevent LBFactorySimple breaking ExternalStorage, when trying to
9794   connect to external server with local database name.
9795 * (T197279) SECURITY: Fix reauth in Special:ChangeEmail.
9796 * (T208881) SECURITY: blacklist CSS var().
9797 * (T209794) SECURITY: rate-limit and prevent blocked users from changing email.
9798 * (T199540) SECURITY: API: Respect $wgBlockCIDRLimit in action=block.
9799 * (T212118) SECURITY: Fix cache mode for (un)patrolled recent changes query.
9800 * (T222036, T222038) SECURITY: Add permission check for user is permitted to
9801   view the log type.
9802 * (T221739) SECURITY: resources: Patch jQuery 3.3.1 for CVE-2019-11358.
9804 == MediaWiki 1.32.1 ==
9806 === Changes since MediaWiki 1.32.0 ===
9807 * (T213577) rdbms: avoid transaction status errors from ping() in rollback().
9808 * rdbms: Pass required parameter.
9809 * rdbms: do not treat SAVEPOINT and RELEASE SAVEPOINT as write queries.
9810 * (T204531) rdbms: reduce LoadBalancer replication log spam.
9811 * (T213489) Avoid session double-start in Setup.php.
9812 * (T213717) Correct namespace 'Template' for gom-deva
9813 * (T198054) Fix login page crash caused by unknown language via ?uselang
9814 * (T215324) (T210937) list=users mistakenly reports user as missing.
9815 * (T209483) Add ILBFactory::redefineLocalDomain method. This is intended for
9816 use with scripts like addWiki.php to avoid mismatched domain errors.
9817 * (T208871) The hard-coded Google search form on the database error page was
9818 removed.
9819 * (T204800) Fix Title::getFragmentForURL for bad interwiki prefix
9820 * (T215566) Fix installer being unable to determine if the database exists
9821 during a fresh installation.
9823 == MediaWiki 1.32.0 ==
9825 === Changes since MediaWiki 1.32.0-rc.2 ===
9826 * (T188327) Fix slow queries in migrateActors.php.
9827 * (T102320) Fix $magicWords for the Sanskrit language.
9829 === Changes since MediaWiki 1.32.0-rc.1 ===
9830 * Fix addition of ug_expiry column to user_groups table on MSSQL.
9831 * (T210307) Fix the cache timestamp for forced updates.
9832 * (T210621) User: Bypass repeatable-read when creating an actor_id.
9833 * (T197535) Extensions can now specify PHP versions and PHP extensions they
9834   depend on.
9835 * Updated wikimedia/ip-set from v1.2.0 to v1.3.0.
9836 * (T212356) When using action=delete on pages with many revisions, the module
9837   may return a boolean-true 'scheduled' and no 'logid'. This signifies that the
9838   deletion will be processed via the job queue.
9839 * (T64103) Dropped columns category.cat_hidden, site_stats.ss_admins, and
9840   recentchanges.rc_cur_time from the PostgreSQL schema.
9842 === Changes since MediaWiki 1.32.0-rc.0 ===
9843 * (T209885) Prevent populateSearchIndex.php from breaking once actor migration
9844   has been started.
9845 * (T210998) Properly set $wgLanguageCode in the generated LocalSettings.php
9846   if --lang is used with the command-line installer (install.php).
9848 === Configuration changes in 1.32 ===
9850 ==== New configuration ====
9851 * $wgJpegQuality – The quality of JPEG thumbnails is now configurable through
9852   this setting. The default is 80, which matches the quality of JPEG thumbnails
9853   previously generated by ImageMagick. The quality of JPEG thumbnails generated
9854   by GD was previously 95, but now uses the $wgJpegQuality setting as well.
9855 * $wgCookieSetOnIpBlock - This determines whether to set a cookie when an IP
9856   user is blocked. Doing so means that a blocked user, even after moving to a
9857   new IP address, will still be blocked.
9858 * $wgRawHtmlMessages – This new configuration setting is added for listing
9859   messages which are displayed as raw HTML.
9860 * $wgCSPHeader and $wgCSPReportOnlyHeader – You can now define a
9861   "Content Security Policy" for your wiki. This adds a defense-in-depth feature
9862   to stop an attacker who has found a bug in the parser allowing them to insert
9863   malicious attributes. Disabled by default. (T135963)
9864 * $wgGroupPermissions – A new user group, 'interface-admin', is added for
9865   controlling access to sitewide CSS/JS (and editing other users' CSS/JS). No
9866   other group has 'editsitecss', 'editusercss', 'editsitejs' or 'edituserjs'
9867   by default.
9868 * $wgGrantPermissions – A new grant group, 'editsiteconfig', is added for
9869   granting the above rights.
9870 * $wgDBDefaultGroup – A default database group for use by maintenance scripts.
9871 * $wgResourceLoaderEnableJSProfiler – This new configuration setting lets you
9872   enable client-side profiling of JavaScript modules; it is off by default.
9873 * (T193868) $wgChangeTagsSchemaMigrationStage — This temporary configuration
9874   setting allows sysadmins to gradually migrate the database table schema for
9875   how change tags are stored.
9876 * (T199334) $wgTagStatisticsNewTable — This temporary configuration setting
9877   allows sysadmins to enable the caching of Special:Tags via the new
9878   change_tag_def table.
9880 ==== Changed configuration ====
9881 * $wgUseAjax – This setting, deprecated in 1.31, is now ignored.
9882 * $wgDefaultUserOptions – The default watchlist view time (watchlistdays) has
9883   been increased from 3 to 7 days. (T194414)
9884 * $wgGroupPermissions – The right to edit sitewide Javascript
9885   (e.g. MediaWiki:Common.js), CSS or JSON was separated from 'editinterface'
9886   and is available under 'editsitejs'/'editsitecss'/'editsitejson'. Having
9887   'editinterface' is still necessary to edit such pages.
9888 * $wgMultiContentRevisionSchemaMigrationStage now defaults to writing both the
9889   old and the new schema, but reading the new schema, so Multi-Content Revisions
9890   (MCR) are now functional per default. The new default value of the setting is
9891   SCHEMA_COMPAT_WRITE_BOTH | SCHEMA_COMPAT_READ_NEW.
9892 * $wgActorTableSchemaMigrationStage no longer accepts MIGRATION_WRITE_BOTH or
9893   MIGRATION_WRITE_NEW. It instead uses SCHEMA_COMPAT_WRITE_BOTH |
9894   SCHEMA_COMPAT_READ_OLD and SCHEMA_COMPAT_WRITE_BOTH | SCHEMA_COMPAT_READ_NEW
9895   for intermediate stages of migration.
9896 * $wgDBTableOptions – The default table options now use the binary charset. The
9897   default was already overridden in the installer-generated LocalSettings.php,
9898   and so is always set to binary after the installer UI option was removed. The
9899   default value is only used when the installer installs an extension.
9900 * $wgPopularPasswordFile — The location of the default popular passwords file
9901   has been moved to be in line with other non-PHP files used by libraries and
9902   classes.
9903 * $wgEnableImageWhitelist is now disabled by default, as it opens up a hole for
9904   potential privacy leaks by administrators. You can check
9905   "MediaWiki:External image whitelist" on your wiki to see whether the feature
9906   was ever used, and whether it needs to be re-enabled.
9908 ==== Removed configuration ====
9909 * $wgEnableAPI and $wgEnableWriteAPI – These settings, deprecated in 1.31,
9910   have been removed. (T115414)
9911 * $wgSiteSupportPage – This setting, unused since 1.5, was removed.
9912 * $wgBrowserBlacklist – This setting, deprecated in 1.30, was removed.
9913 * $wgExperimentalHtmlIds – This setting, deprecated since 1.30, was removed.
9914   The 'html5-legacy' value for $wgFragmentMode is no longer accepted.
9915 * $wgPasswordSenderName - This setting, ignored since 1.23 by MediaWiki and
9916   most extensions, is no longer set. Instead, you can modify the system
9917   message `emailsender`.
9918 * $wgTidyConfig – The experimental Html5Internal and Html5Depurate tidy drivers
9919   were removed. RemexHtml, which is the default, should be used instead.
9920 * (T181318) The $wgStyleVersion setting and its appendage to various script and
9921   style URLs in OutputPage, deprecated in 1.31, was removed.
9922 * (T140807) The wgResourceLoaderLESSImportPaths configuration option was removed
9923   from ResourceLoader. Instead, use `@import` statements in LESS to import
9924   files directly from nearby directories within the same project.
9925 * (T140804) The wgResourceLoaderLESSVars configuration option, deprecated
9926   since 1.30, was removed. Instead, to expose variables from PHP to LESS, use
9927   the ResourceLoaderModule::getLessVars() method.
9928 * $wgResourceLoaderValidateStaticJS – This setting, unused since MediaWiki 1.18,
9929   was removed.
9930 * Two temporary variables for deploying the feature of filters on change lists,
9931   $wgStructuredChangeFiltersShowPreference introduced in MediaWiki 1.30 and
9932   $wgStructuredChangeFiltersOnWatchlist in 1.31, were removed.
9934 === New features in 1.32 ===
9935 * (T112474) Generalized the ResourceLoader mechanism for overriding modules
9936   using a particular page during edit previews.
9937 * (T12331) You can now log page creation events by setting $wgPageCreationLog
9938   to true.
9939 * Added 'ApiParseMakeOutputPage' hook.
9940 * (T174313) Added checkbox on Special:ListUsers to display only users in
9941   temporary user groups.
9942 * (T152462) A cookie can now be set when an IP user is blocked to track that
9943   user if they move to a new IP address. This is disabled by default.
9944 * (T194950) Added 'ApiMaxLagInfo' hook.
9945 * SpecialPage::checkLoginSecurityLevel() will now preserve POST data when
9946   reauthenticating.
9947 * FormSpecialPage::execute() will now call checkLoginSecurityLevel() if
9948   getLoginSecurityLevel() returns non-false.
9949 * The 'ImageBeforeProduceHTML' hook is now passed three new parameters, $parser,
9950   &$query and &$widthOption, allowing extensions even finer control over the
9951   resulting HTML code.
9952 * Added new 'ArticleShowPatrolFooter' hook, which allows extensions to determine
9953   if the [mark as patrolled] link should be shown at the footer of patrollable
9954   pages.
9955 * The array of hidden options ($opts) passed to the 'SpecialSearchPowerBox' hook
9956   is now passed by reference, allowing extensions to modify or even unset it.
9957 * Added new 'OutputPageAfterGetHeadLinksArray' hook, allowing extensions to
9958   modify the return value of OutputPage#getHeadLinksArray in order to add,
9959   remove or otherwise alter the elements to be output in the page <head>.
9960 * (T28934) The 'HistoryPageToolLinks' hook allows extensions to append
9961   additional links to the subtitle of a history page.
9962 * The 'GetLinkColours' hook now receives an additional $title parameter,
9963   the Title object of the page being parsed, on which the links will be shown.
9964 * (T194731) DifferenceEngine supports multiple slots. Added SlotDiffRenderer to
9965   render diffs between two Content objects, and DifferenceEngine::setRevisions()
9966   to render diffs between two custom (potentially multi-content) revisions.
9967   Added GetSlotDiffRenderer hook which works like GetDifferenceEngine for slots.
9968 * Added a temporary action=mcrundo to the web UI, as the normal undo logic
9969   can't yet handle MCR and deadlines are forcing is to put off fixing that.
9970   This action should be considered deprecated and should not be used directly.
9971 * Extensions overriding ContentHandler::getUndoContent() will need to be
9972   updated for the changed method signature.
9973 * Added a new hook, 'UserGetRightsRemove', which can be used to remove rights
9974   from user. Unlike the 'UserGetRights' it will ensure that removed rights
9975   will not be reinserted.
9976 * (T197535) Extensions can now specify PHP versions and PHP extensions they
9977   depend on.
9979 === External library changes in 1.32 ===
9981 ==== New external libraries ====
9982 * Added pear/Net_SMTP v1.8.0.
9983 * Added wikimedia/xmp-reader v0.6.0.
9985 * Added cache/integration-tests v0.16.0 (dev-only).
9986 * Added giorgiosironi/eris v0.10.0 (dev-only).
9987 * Added seld/jsonlint v1.7.1 (dev-only).
9989 * Added EasyDeflate (unversioned).
9991 ==== Changed external libraries ====
9992 * Updated OOUI from v0.26.3 to v0.29.2.
9993 * Updated wikimedia/base-convert from v1.0.1 to v2.0.0.
9994 * Updated wikimedia/remex-html from v1.0.3 to v2.0.1.
9995 * Updated wikimedia/scoped-callback from v1.0.0 to v2.0.0.
9996 ** ScopedCallback objects can no longer be serialized.
9997 * Updated wikimedia/timestamp from v1.0.0 to v2.2.0.
9998 * Updated wikimedia/wrappedstring from v2.3.0 to v3.0.1.
9999 * oyejorge/less.php replaced with our fork wikimedia/less.php
10000 * Updated wikimedia/ip-set from v1.2.0 to v1.3.0.
10002 * Updated composer/spdx-licenses from v1.3.0 to v1.4.0 (dev-only).
10003 * Updated mediawiki/mediawiki-codesniffer from v18.0.0 to v22.0.0 (dev-only).
10004 * Updated psy/psysh from v0.8.11 to v0.9.6 (dev-only).
10006 * Updated CLDRPluralRuleParser from v0.1.0 to v1.3.2-pre.
10007 * Updated jquery from v3.2.1 to v3.3.1.
10008 * Updated jquery.client from v2.0.0 to v2.0.1.
10009 * Updated jquery.i18n from v1.0.4 to v1.0.5.
10010 * Updated mustache.js from v0.8.2-d9aa703 to v1.0.0.
10011 * Updated OOjs from v2.2.0 to v2.2.2.
10012 * Updated qunitjs from v2.4.0 to v2.6.2.
10013 * Updated sinonjs from v1.17.3 to v1.17.7.
10015 ==== Removed external libraries ====
10016 * pear/mail_mime-decode was removed.
10018 === Bug fixes in 1.32 ===
10019 * SpecialPage::execute() will now only call checkLoginSecurityLevel() if
10020   getLoginSecurityLevel() returns non-false.
10021 * (T43720, T46197) Improved page display title handling for category pages
10022 * (T65080) Fixed resetting options of some types via API action=options.
10024 === Action API changes in 1.32 ===
10025 * Added templated parameters.
10026   * A module can define a templated parameter like "{fruit}-quantity", where
10027     the actual parameters recognized correspond to the values of a multi-valued
10028     parameter. Then clients can make requests like
10029     "fruits=apples|bananas&apples-quantity=1&bananas-quantity=5".
10030   * action=paraminfo will return templated parameter definitions separately
10031     from normal parameters. All parameter definitions now include an "index"
10032     key to allow clients to maintain parameter ordering when merging normal and
10033     templated parameters.
10034 * It is now an error to submit too many values for a multi-valued parameter.
10035   This has generated a warning since MediaWiki 1.14.
10036 * Assertion failures from the 'assert' and 'assertuser' parameters will no
10037   longer use the action module's custom response format, for the few modules
10038   that use custom formatters that handle errors.
10039 * (T198935) User list preferences such as `email-blacklist` and similar
10040   extension preferences are no longer represented as arrays when returned by
10041   action=query&meta=userinfo&uiprop=options.
10042 * 'missingparam' errors will now use the prefixed parameter name in the code
10043   and error text, e.g. "noxxfoo" and "The 'xxfoo' parameter must be set" rather
10044   than "nofoo" and "The 'foo' parameter must be set".
10045 * action=query&prop=revisions now takes a 'rvslots' parameter to indicate the
10046   multi-content revision slots for which content should be returned. It also
10047   has a new rvprop, 'roles', to indicate which roles have slots. A deprecation
10048   warning will be issued if rvprop=content or rvprop=contentmodel are used
10049   without rvslots.
10050 * The rvcontentformat parameter to action=query&prop=revisions has been
10051   deprecated. Clients should be prepared to deal with the default format for
10052   relevant models.
10053 * Use of the deprecated parameters rvexpandtemplates, rvgeneratexml, rvparse,
10054   rvdiffto, rvdifftotext, rvdifftotextpst, rvcontentformat, or the deprecated
10055   rvprop=parsetree is forbidden with the new 'rvslots' parameter.
10056 * action=query&prop=deletedrevisions, action=query&list=allrevisions, and
10057   action=query&list=alldeletedrevisions are changed similarly to
10058   &prop=revisions (see the three previous items).
10059 * (T174032) action=compare now supports multi-content revisions.
10060   * It has a 'slots' parameter to select diffing of individual slots. The
10061     default behavior is to return one combined diff.
10062   * The 'fromtext', 'fromsection', 'fromcontentmodel', 'fromcontentformat',
10063     'totext', 'tosection', 'tocontentmodel', and 'tocontentformat' parameters
10064     are deprecated. Specify the new 'fromslots' and 'toslots' to identify which
10065     slots have text supplied and the corresponding templated parameters for
10066     each slot.
10067   * The behavior of 'fromsection' and 'tosection' of extracting one section's
10068     content is not being preserved. 'fromsection-{slot}' and 'tosection-{slot}'
10069     instead expand the given text as if for a section edit. This effectively
10070     declines T183823 in favor of T185723.
10071 * (T198214) The 'disabletidy' parameter to action=parse has been
10072   deprecated; untidy output will not be supported by future wikitext
10073   parsers.
10074 * Added intestactionsdetail to action=query&prop=info to allow retrieving the
10075   reasons an action is not allowed.
10076 * Deprecated action=query&prop=info inprop=readable in favor of
10077   intestactions=read.
10078 * (T212356) When using action=delete on pages with many revisions, the module
10079   may return a boolean-true 'scheduled' and no 'logid'. This signifies that the
10080   deletion will be processed via the job queue.
10082 === Action API internal changes in 1.32 ===
10083 * Added 'ApiParseMakeOutputPage' hook.
10084 * Parameter names may no longer contain '{' or '}', as these are now used for
10085   templated parameters.
10086 * (T194950) Added 'ApiMaxLagInfo' hook.
10087 * The following methods now take a RevisionRecord rather than a Revision. No
10088   external callers are known.
10089   * ApiFeedContributions::feedItemAuthor()
10090   * ApiFeedContributions::feedItemDesc()
10091   * ApiQueryRevisionsBase::extractRevisionInfo()
10092 * The following deprecated methods have been removed:
10093   * ApiBase::profileIn() (deprecated in 1.25)
10094   * ApiBase::profileOut() (deprecated in 1.25)
10095   * ApiBase::safeProfileOut() (deprecated in 1.25)
10096   * ApiBase::profileDBIn() (deprecated in 1.25)
10097   * ApiBase::profileDBOut() (deprecated in 1.25)
10098   * ApiBase::dieUsage() (deprecated in 1.29)
10099   * ApiBase::dieUsageMsg() (deprecated in 1.29)
10100   * ApiBase::dieUsageMsgOrDebug() (deprecated in 1.29)
10101   * ApiBase::getErrorFromStatus() (deprecated in 1.29)
10102   * ApiBase::parseMsg() (deprecated in 1.29)
10103   * ApiBase::setWarning() (deprecated in 1.29)
10104   * ApiPageSet::getInvalidTitles() (deprecated in 1.26)
10105   * ApiQueryLogEvents::addLogParams() (deprecated in 1.25)
10106   * ApiUsageException::getCodeString() (deprecated in 1.29)
10107   * ApiUsageException::getMessageArray() (deprecated in 1.29)
10108 * Class UsageException, deprecated in 1.29, has been removed.
10109 * ApiErrorFormatter: Added getFormat() and newWithFormat(). In particular, you
10110   can now easily test $formatter->getFormat() === 'bc', and then call
10111   $formatter->newWithFormat( 'plaintext' ) to get a non-BC formatter.
10113 === Languages updated in 1.32 ===
10114 MediaWiki supports over 350 languages. Many localisations are updated regularly.
10115 Below only new and removed languages are listed, as well as changes to languages
10116 because of Phabricator reports.
10118 * (T193566) Added language support for Ambonese Malay (abs).
10119 * (T194047) Added language support for Shawiya, Latin script (shy-latn).
10120 * (T195940) Added language support for Batak Mandailing (btm).
10121 * (T137491) Added language support for Standard Moroccan Amazigh (zgh).
10122 * (T198132) Added language support for Manipuri (mni).
10123 * (T201276) Added language support for Western Armenian (hyw).
10124 * (T201583) Added language support for Mon (mnw).
10126 === Breaking changes in 1.32 ===
10127 * $wgRequestTime, deprecated in 1.25, was removed. Use
10128   $_SERVER['REQUEST_TIME_FLOAT'] or WebRequest::getElapsedTime() instead.
10129 * The MediaWikiI18N class, deprecated in 1.31, was removed.
10130 * QuickTemplate::setTranslator(), deprecated in 1.31, was removed. Use
10131   Skin::msg() instead.
10132 * wfInitShellLocale(), deprecated in 1.30, was removed.
10133 * wfShellExecDisabled(), deprecated in 1.30, was removed.
10134 * The type string for the parameter $lang of DateFormatter::getInstance,
10135   deprecated in 1.31, was removed.
10136 * The EDIT_TOKEN_SUFFIX constant deprecated in 1.27, was removed. Use
10137   MediaWiki\Session\Token::SUFFIX instead.
10138 * EditPage::isOouiEnabled() deprecated in 1.30, was removed.
10139 * mw.util.wikiGetlink(), deprecated in 1.23, was removed. Use mw.util.getUrl()
10140   instead.
10141 * (T61113) The following methods and constants from the Revision class, which
10142   were deprecated in 1.25, have now been removed:
10143   * Revision::getRawUser()
10144   * Revision::getRawUserText()
10145   * Revision::getRawComment()
10146 * window.gM() from mediawiki.jqueryMsg, deprecated in 1.23, was removed. Use
10147   mw.msg() or mw.message() instead.
10148 * mw.util.escapeId(), deprecated in 1.30, was removed. Use
10149   mw.util.escapeIdForAttribute or mw.util.escapeIdForLink instead.
10150 * mw.util.updateTooltipAccessKeys(), deprecated in 1.24, was removed. Use
10151   jquery.accessKeyLabel instead.
10152 * The SqlDataUpdate class, deprecated in 1.28, has been removed.
10153 * The Html5Internal and Html5Depurate tidy driver classes were removed, along
10154   with the Balancer tidy implementation. Both implementations were experimental,
10155   and were replaced by RemexHtml.
10156 * (T179624) Job::insert() and ::batchInsert(), deprecated in 1.21, were both
10157   removed. Use JobQueueGroup::singleton()->push() instead.
10158 * The jquery.footHovzer module, for mediawiki.debug, was removed.
10159 * The es5-shim module, empty and deprecated since 1.29, was removed.
10160 * the dom-level2-shim module, empty and deprecated since 1.29, was removed.
10161 * the json module, empty and deprecated since 1.29, was removed.
10162 * The mediawiki.widgets.visibleByteLimit module alias, deprecated in 1.32, was
10163   removed. Use mediawiki.widgets.visibleLengthLimit instead.
10164 * The jquery.farbtastic module, unused since 1.18, was removed.
10165 * The 'jquery.expandableField' module, unused since 1.22, was removed.
10166 * The hooks 'PreferencesFormPreSave' and 'PreferencesGetLegend' may provide
10167   any HTMLForm object rather than PreferencesForm.
10168 * The non namespaced TimestampException class, deprecated in 1.29, was removed.
10169   Use Wikimedia\Timestamp\TimestampException instead.
10170 * The global functions codepointToUtf8, hexSequenceToUtf8, utf8ToHexSequence,
10171   utf8ToCodepoint, and escapeSingleString (deprecated in 1.25) were removed.
10172   The UtfNormal\Utils class from the utfnormal library should be used instead.
10173 * The deprecated UTF8_ and UNICODE_ constants were removed. The class constants
10174   from the UtfNormal\Constants class from the utfnormal library should be used
10175 * The protected methods PHPSessionHandler::returnSuccess() and returnFailure(),
10176   only needed for PHP5 compatibility, have been removed. It now uses the boolean
10177   values `true` and `false` respectively.
10178 * The $parserMemc global and wfGetParserCacheStorage(), deprecated since 1.30,
10179   were removed. Use the ParserCache class instead.
10180 * ScopedCallback (deprecated in 1.28) was removed. Use Wikimedia\ScopedCallback
10181   instead.
10182 * Support for ResourceLoaderModule::getModifiedTime() and getModifiedHash(),
10183   deprecated since 1.26, was removed. Use getDefinitionSummary() instead.
10184 * (T195256) Skins are recommended not to rely on JavaScript for the "mw-jump"
10185   and "jump-to-nav" accessibility links. To this end, the "jquery.mw-jump"
10186   is no longer loaded by default. The Vector and MonoBook skins have made a
10187   minor change to implement the toggle feature with CSS instead. To restore
10188   prior functionality, either explicitly load "jquery.mw-jump" in your skin
10189   or refer to T195256 for details on how to make the same change.
10190 * Hook 'EditPageBeforeEditChecks' was removed;
10191   use 'EditPageGetCheckboxesDefinition' instead.
10192 * Linker::getLinkColour() and DummyLinker::getLinkColour(), deprecated since
10193   1.28, were removed. LinkRenderer::getLinkClasses() should be used instead.
10194 * Wikimedia\Rdbms\LoadBalancer::getLaggedSlaveMode(), deprecated in 1.28, has
10195   been removed. Use Wikimedia\Rdbms\LoadBalancer::getLaggedReplicaMode()
10196   instead.
10197 * mw.widgets.CategoryMultiselectWidget now uses TagMultiselectWidget instead of
10198   CapsuleMultiselectWidget. The following methods may no longer be used:
10199   * setItemsFromData: Use setValue instead
10200   * getItemsData: Use getItems instead and get the data property
10201 * Two OutputPage methods, addMetadataLink() and getMetadataAttribute(), were
10202   removed.  Use addLink() instead.
10203 * Another two OutputPage methods, setPageTitleActionText() and
10204   getPageTitleActionText(), were removed.  They did nothing since 1.15 (almost
10205   ten years).  Use setHTMLTitle() directly.
10206 * The return value of OutputPage::adaptCdnTTL() has been removed. The
10207   value returned was misleading and probably not what any caller would
10208   have wanted.
10209 * All MagicWord static member variables have been removed.  Use appropriate
10210   hooks or MagicWordFactory methods instead.
10211 * MagicWord::clearCache() has been removed.  Instead, create a new
10212   MagicWordFactory, such as by calling
10213   resetServiceForTesting( 'MagicWordFactory' ) on a MediaWikiServices.
10214 * mw.util.init() has been removed. This function is not needed anymore and was
10215   a no-op function since 1.30.
10216 * SpecialPageFactory::resetList() is a no-op.  Call overrideMwServices()
10217   instead.
10218 * MediaWiki no longer supports a StartProfiler.php file. Instead, you can set
10219   $wgProfiler and $wgEnableProfileInfo.
10220 * The mw.loader.addSource() is now considered a private method, and no longer
10221   supports the `id, url` signature. Use the `Object` parameter instead.
10222 * The backwards-compatibility code in HTMLForm to add a drop-down control to an
10223   option that is not set to be a drop-down if the "mw-chosen" class is present,
10224   is now removed.
10225 * Several collations were removed. They were workarounds for bugs in the ICU
10226   library and they are no longer needed (as of ICU 57.1):
10227   * 'uppercase-se' (NorthernSamiUppercaseCollation) - use 'uca-se' instead
10228   * 'xx-uca-et' (CollationEt) - use 'uca-et' instead
10229   * 'xx-uca-fa' (CollationFa) - use 'uca-fa' instead
10230 * LanguageCode::bcp47() now always returns a valid BCP 47 code.  This means
10231   that some MediaWiki-specific language codes, such as `simple`, are mapped
10232   into valid BCP 47 codes (eg `en-simple`).
10233 * The hooks 'SpecialRecentChangesFilters' & 'SpecialWatchlistFilters' deprecated
10234   in 1.23 were removed. Instead, use 'ChangesListSpecialPageStructuredFilters'.
10235   The ChangesListSpecialPage code for these legacy hooks, and their use in
10236   SpecialRecentchanges.php and SpecialWatchlist, was also removed:
10237   * ChangesListSpecialPage->getCustomFilters()
10238   * ChangesListSpecialPage->getFilterGroupDefinitionFromLegacyCustomFilters()
10239   * ChangesListSpecialPage::customFilters
10240 * The global function wfUseMW, deprecated since 1.26, has now been removed. Use
10241   the "requires" property of static extension registration instead.
10242 * $wgSpecialPages no longer accepts array syntax, deprecated since 1.18.
10243 * The MailAddress constructor can no longer be called with a User object,
10244   behaviour which has been deprecated since 1.24.
10245 * LBFactory, deprecated since 1.28, has been removed. Instead, use
10246   Wikimedia\Rdbms\LBFactory.
10247 * The MimeMagic class, deprecated since 1.28 has been removed. Get a
10248   MimeAnalyzer instance from MediaWikiServices instead.
10249 * The '--tidy' option to maintenance/parse.php has been removed.  Tidying
10250   the output is now the default.  Use '--no-tidy' to bypass the tidy
10251   phase.
10252 * The global function wfErrorLog, deprecated since 1.25, has now been removed.
10253   Use MWLoggerLegacyLogger::emit or UDPTransport.
10254 * The hooks 'SpecialRecentChangesQuery' & 'SpecialWatchlistQuery', deprecated in
10255   1.23, were removed. Instead, use ChangesListSpecialPageStructuredFilters or
10256   ChangesListSpecialPageQuery.
10257 * The global function wfUsePHP, deprecated since 1.30, has now been removed. To
10258   assert a newer version of PHP than MediaWiki does, use extension registration.
10259 * The hook 'ChangesListSpecialPageFilters', deprecated in 1.29, has now been
10260   removed. Use the 'ChangesListSpecialPageStructuredFilters' hook instead.
10261 * DeferredUpdates::setImmediateMode(), deprecated since 1.29, has been removed.
10262 * File / MediaHandler::getStreamHeaders(), deprecated since 1.30, was removed.
10263 * The hook 'DoEditSectionLink', deprecated since 1.25, has been removed. Use
10264   the hook 'SkinEditSectionLinks' instead.
10265 * The hook 'UserGetImplicitGroups', deprecated since 1.25, has been removed.
10266 * The global function wfRunHooks, deprecated since 1.25, has now been removed.
10267   Use Hooks::run().
10268 * The hook 'UnknownAction', deprecated since 1.19, has now been removed.
10269 * The hook 'ParserLimitReport', deprecated since 1.22, has been removed. Use
10270   the hooks 'ParserLimitReportPrepare' and 'ParserLimitReportFormat' instead.
10271 * The following deprecated API methods have been removed:
10272   * ApiBase::profileIn() (deprecated in 1.25)
10273   * ApiBase::profileOut() (deprecated in 1.25)
10274   * ApiBase::safeProfileOut() (deprecated in 1.25)
10275   * ApiBase::profileDBIn() (deprecated in 1.25)
10276   * ApiBase::profileDBOut() (deprecated in 1.25)
10277   * ApiBase::dieUsage() (deprecated in 1.29)
10278   * ApiBase::dieUsageMsg() (deprecated in 1.29)
10279   * ApiBase::dieUsageMsgOrDebug() (deprecated in 1.29)
10280   * ApiBase::getErrorFromStatus() (deprecated in 1.29)
10281   * ApiBase::parseMsg() (deprecated in 1.29)
10282   * ApiBase::setWarning() (deprecated in 1.29)
10283   * ApiPageSet::getInvalidTitles() (deprecated in 1.26)
10284   * ApiQueryLogEvents::addLogParams() (deprecated in 1.25)
10285   * ApiUsageException::getCodeString() (deprecated in 1.29)
10286   * ApiUsageException::getMessageArray() (deprecated in 1.29)
10287 * Class UsageException, deprecated in 1.29, has been removed.
10288 * MediaWiki no longer has a 'JavaScript-powered' wikitext toolbar built in. The
10289   old "bulletin board style toolbar", known as "the 2006 wikitext editor", has
10290   been removed, and instead sysadmins will be required to choose one (or more)
10291   of the several extensions available for this purpose if they need the
10292   functionality. The MediaWiki "tarball" releases have included the replacement
10293   extension for this, the WikiEditor extension aka "the 2010 wikitext editor",
10294   for many years now. As part of this, several parts of MediaWiki have been
10295   removed or simplified:
10296   * The user option 'showtoolbar' (shown as "Show edit toolbar") is no longer
10297     available; if an extension adds a toolbar via the EditPageBeforeEditToolbar
10298     hook, it will be shown; extensions should provide a specific user preference
10299     to disable themselves as needed.
10300   * The public methods Language::getImageFile() and ::getImageFiles(), and the
10301     related specification of $imageFiles within individual languages' code file,
10302     as well as the referenced static media assets, all of which were only used
10303     inside MediaWiki itself for providing the icons for the old toolbar, have
10304     been removed without explicit deprecation.
10305   * The internal ResourceLoader module "mediawiki.toolbar", which is unused
10306     except by MediaWiki itself and back-compatibility code, has been removed.
10307   * The internal ResourceLoaderEditToolbarModule class has been removed.
10309 === Deprecations in 1.32 ===
10310 * HTMLForm::setSubmitProgressive() is deprecated. No need to call it. Submit
10311   button is already marked as progressive.
10312 * Skin::setupSkinUserCss() is deprecated. Adding of modules to load
10313   has been centralised to Skin::getDefaultModules(), which is now capable
10314   of queueing style modules as well.
10315 * OutputPage::addModuleScripts() and ParserOutput::addModuleScripts are
10316   deprecated. Use addModules() instead.
10317 * Overriding SearchEngine::{searchText,searchTitle,searchArchiveTitle}
10318   in extending classes is deprecated.  Extend related doSearch* methods
10319   instead.
10320 * The following 'mediawiki.api' plugin modules were merged into mediawiki.api
10321   and deprecated: mediawiki.api.category, mediawiki.api.edit,
10322   mediawiki.api.login, mediawiki.api.options, mediawiki.api.parse,
10323   mediawiki.api.upload, mediawiki.api.user, mediawiki.api.watch,
10324   mediawiki.api.messages, and mediawiki.api.rollback.
10325 * ApiBase::truncateArray() is deprecated. No replacement, as nothing is known
10326   to use it.
10327 * WatchAction::getUnwatchToken is deprecated. Use WatchAction::getWatchToken
10328   with the 'unwatch' action parameter instead.
10329 * IcuCollation::getICUVersion() is deprecated, as you can just use the PHP
10330   constant INTL_ICU_VERSION directly in all versions that MediaWiki supports.
10331 * Parser::fetchFile() is deprecated. Use ::fetchFileAndTitle() instead.
10332 * The ApiQueryContributions class has been renamed to ApiQueryUserContribs.
10333 * The XMPInfo, XMPReader, and XMPValidate classes have been deprecated in favor
10334   of the namespaced classes provided by the wikimedia/xmp-reader library.
10335 * SearchResultSet::{next,rewind} are deprecated. Calling code should
10336   use foreach on the SearchResultSet, or the extractResults method. Extending
10337   code should override extractResults.
10338 * Instantiating SearchResultSet directly is deprecated. SearchEngine
10339   implementations must subclass SearchResultSet for their purposes.
10340 * SearchResult::setExtensionData argument has been changed from accepting an
10341   array to accepting a Closure that returns the array when called.
10342 * Class CryptRand, everything in MWCryptRand except generateHex() and function
10343   MediaWikiServices::getInstance()->getCryptRand() are deprecated, use
10344   random_bytes() to generate cryptographically secure random byte sequences.
10345 * Parser::getConverterLanguage() is deprecated.  Use ::getTargetLanguage()
10346   instead.
10347 * Language::markNoConversion() is deprecated.  It confused readers because
10348   it had unexpected behavior (only marking text if it looked like a URL)
10349   and was only used in a single place in the code.  Use
10350   LanguageConverter::markNoConversion() instead.
10351 * (T197492) Language::truncate() was soft deprecated in 1.31 and is
10352   hard deprecated in this release.  It has been split into two similar
10353   methods, Language::truncateForVisual() and Language::truncateForDatabase(),
10354   which measure length in characters and bytes, respectively.  Use
10355   Language::truncateForVisual() when possible to provide equity to users
10356   of multibyte scripts.
10357 * (T176526) EditPage::getContextTitle() falling back to $wgTitle when the
10358   context title is unset is now deprecated; anything creating an EditPage
10359   instance should set the context title via ::setContextTitle().
10360 * The 'jquery.hidpi' module (polyfill for IMG srcset) is deprecated.
10361 * ResourceLoaderStartUpModule::getStartupModules() and ::getLegacyModules()
10362   are deprecated. These concepts are obsolete and have no replacement.
10363 * String type for $lang of DifferenceEngine::setTextLanguage is deprecated.
10364 * The following methods of OutputPage are now deprecated in favour
10365   of using showFatalError directly: OutputPage::showFileDeleteError()
10366   OutputPage::showFileNotFoundError(), OutputPage::showFileRenameError()
10367   OutputPage::showFileCopyError() and OutputPage::showUnexpectedValueError().
10368 * The Replacer, DoubleReplacer, HashtableReplacer, and RegexlikeReplacer
10369   classes are now deprecated. Use a Closure instead.
10370 * (T194263) ContentHandler::makeParserOptions() is deprecated. Use
10371   WikiPage::makeParserOptions() or ParserOptions::newCanonical() instead.
10372 * (T100681) Use of the Parsoid v1 API with the VirtualRESTService, deprecated in
10373   MediaWiki 1.26,  is now hard-deprecated. All known clients were converted to
10374   the Parsoid v3 API in May 2015.
10375 * $input is deprecated in hook 'LogEventsListGetExtraInputs'. Use
10376   $formDescriptor instead.
10377 * SearchEngine::transformSearchTerm( $term ) should no longer be called prior
10378   to running searchText. This method was mainly implemented to support the
10379   'prefix' URI param in SpecialSearch, but there are no reasons to expose this
10380   logic as it should be handled internally by SearchEngine implementations
10381   supporting this feature. SearchEngine implementations should no longer
10382   override this methods.
10383 * SearchEngine::replacePrefixes( $query ) should no longer be called prior
10384   to running searchText/searchTitle.
10385 * (T199657) Messages for $wgFilterLogTypes labels should be no longer be in the
10386   'log-show-hide-[type]' format. Instead use 'logeventslist-[type]-log'.
10387 * Global functions  wfArrayFilter() and wfArrayFilterByKey() are deprecated.
10388   use array_filter() directly.
10389 * The $wgShowSQLErrors global is deprecated and nonfunctional.
10390   Set $wgShowExceptionDetails and/or $wgShowHostnames instead.
10391 * The $wgShowDBErrorBacktrace global is deprecated and nonfunctional.
10392   Set $wgShowExceptionDetails instead.
10393 * Public access to the DifferenceEngine properties mOldid, mNewid, mOldRev,
10394   mNewRev, mOldPage, mNewPage, mOldContent, mNewContent, mRevisionsLoaded,
10395   mTextLoaded and mCacheHit is deprecated. Use getOldid() / getNewid() /
10396   getOldRevision() / getNewRevision() for the first four (note that the
10397   revision ones return a RevisionRecord, not a Revision), do your own lookup
10398   for page/content.
10399 * The $wgExternalDiffEngine value 'wikidiff2' is deprecated. To use wikidiff2
10400   just enable the PHP extension, and it will be autodetected.
10401 * (T194731) DifferenceEngine properties mOldContent and mNewContent and methods
10402   setContent(), generateContentDiffBody(), generateTextDiffBody() and textDiff()
10403   are deprecated. To interact with a single slot, use a SlotDiffRenderer (and
10404   subclass it to customize diff rendering); to diff custom (e.g. unsaved)
10405   content, use setRevisions(). Subclassing DifferenceEngine should only be done
10406   to customize page-level diff properties (such as the navigation header).
10407 * The wfUseMW function, soft-deprecated in 1.26, is now hard deprecated.
10408 * All MagicWord static methods are now deprecated.  Use the MagicWordFactory
10409   methods instead.
10410 * PasswordFactory::init is deprecated. To get a password factory with the
10411   standard configuration, use
10412   MediaWikiServices::getInstance()->getPasswordFactory.
10413 * $wgContLang is deprecated, use
10414   MediaWikiServices::getInstance()->getContentLanguage() instead.
10415 * $wgParser is deprecated, use MediaWikiServices::getInstance()->getParser()
10416   instead.
10417 * wfGetMainCache() is deprecated, use ObjectCache::getLocalClusterInstance()
10418   instead.
10419 * wfGetCache() is deprecated, use ObjectCache::getInstance() instead.
10420 * All SpecialPageFactory static methods are deprecated. Instead, call the
10421   methods on a SpecialPageFactory instance, which may be obtained from
10422   MediaWikiServices.
10423 * mw.user.stickyRandomId was renamed to the more explicit
10424   mw.user.getPageviewToken to better capture its function.
10425 * Passing Revision objects to ContentHandler::getUndoContent() is deprecated,
10426   Content object should be passed instead.
10427 * (T197179) Parameters 'notice', 'notice-messages', 'notice-message',
10428   previously used by OOUI HTMLForm fields, are now deprecated. Use
10429   'help', 'help-message', 'help-messages' instead.
10430 * (T197179) HTMLFormField::getNotices() is now deprecated.
10431 * The jquery.localize module is now deprecated. Use jquery.i18n instead.
10432 * The SecondaryDataUpdates hook was deprecated in favor of RevisionDataUpdates,
10433   or overriding ContentHandler::getSecondaryDataUpdates (T194038).
10434 * The WikiPageDeletionUpdates hook was deprecated in favor of
10435   PageDeletionDataUpdates, or overriding ContentHandler::getDeletionDataUpdates
10436   (T194038).
10437 * Content::getSecondaryDataUpdates has been deprecated in favor of
10438   ContentHandler::getSecondaryDataUpdates() for overriding by extensions
10439   (T194038).
10440   Application logic should call WikiPage::doSecondaryDataUpdates() (T194037).
10441 * Content::getDeletionUpdates has been deprecated in favor of
10442   ContentHandler::getDeletionUpdates() for overriding by extensions (T194038).
10443   Application logic should call WikiPage::doSecondaryDataUpdates() (T194037).
10444 * (T198214) Old Tidy-related configuration settings, which were soft-deprecated
10445   in MediaWiki 1.26, have now been hard deprecated. This affects $wgUseTidy,
10446   $wgTidyBin, $wgTidyConf, $wgTidyOpts, $wgTidyInternal, and $wgDebugTidy. Use
10447   $wgTidyConfig instead.
10448 * All Tidy configurations other than Remex have been hard deprecated;
10449   future parsers will not emit compatible output for these configurations.
10450   In particular, running MediaWiki with tidy disabled has been deprecated.
10451 * (T198214) OutputPage::addWikiText(), OutputPage::addWikiTextWithTitle(),
10452   and OutputPage::addWikiTextTitle() have been deprecated, since they
10453   can result in untidy output.  In addition OutputPage::addWikiTextTidy()
10454   and OutputPage::addWikiTextTitleTidy() was deprecated to make naming new
10455   methods consistent.  Use OutputPage::addWikiTextAsInterface() or
10456   OutputPage::addWikiTextAsContent() instead, which ensures the output is
10457   tidy and clarifies whether content-language specific postprocessing should
10458   be done on the text.
10459 * OutputPage::parse() and OutputPage::parseInline() have been deprecated
10460   due to untidy output and inconsistent handling of wrapper divs and
10461   interface/content language defaults.  Use OutputPage::parseAsContent(),
10462   OutputPage::parseAsInterface(), or OutputPage::parseInlineAsInterface()
10463   as appropriate.
10464 * QuickTemplate::msgHtml() and BaseTemplate::msgHtml() have been deprecated
10465   as they promote bad practises. I18n messages should always be properly
10466   escaped.
10467 * Skin::getDynamicStylesheetQuery() has been deprecated. It always
10468   returns action=raw&ctype=text/css which callers should use directly.
10469 * Class LegacyFormatter is deprecated.
10470 * Use of CommentStore::insertWithTempTable() with 'img_description' is
10471   deprecated. Use CommentStore::insert() instead.
10472 * Language::setCode is deprecated as public function. Use Language::factory
10473   to create a new Language object with a different language code.
10474 * Several classes have been moved from the MediaWiki\Storage\ namespace to the
10475   MediaWiki\Revision\ namespace. The old class names are aliased for
10476   compatibility, but are deprecated. Classes are IncompleteRevisionException,
10477   MutableRevisionRecord, MutableRevisionSlots, RevisionAccessException,
10478   RevisionArchiveRecord, RevisionFactory, RevisionLookup, RevisionRecord,
10479   RevisionSlots, RevisionStore, RevisionStoreRecord, SlotRecord, and
10480   SuppressedDataException.
10481 * When using OOUI HTMLForm containing an 'info' field which uses the 'rawrow'
10482   option, it is now deprecated to give its contents (the 'default' option)
10483   as a string. They should be given as a OOUI\FieldLayout object instead.
10484   Notably, this affects fields defined in the 'GetPreferences' hook, because
10485   Special:Preferences uses an OOUI form now. (If possible, don't use 'rawrow'.)
10486 * In Skin::doEditSectionLink omitting the parameters $tooltip and $lang is
10487   deprecated. For the $lang parameter, types other than Language are
10488   deprecated.
10489 * The $wgUseKeyHeader configuration option and the
10490   OutputPage::getKeyHeader() method have been deprecated; the relevant
10491   draft IETF spec expired without becoming a standard.
10492 * Deprecated API action=query&prop=info inprop=readable in favor of
10493   intestactions=read.
10495 === Other changes in 1.32 ===
10496 * (T198811) The following tables have had their UNIQUE indexes turned into
10497   proper PRIMARY KEYs for increased maintainability: interwiki, page_props,
10498   protected_titles and site_identifiers.
10499 * OOUI HTMLForm will now display help text inline after the input field,
10500   rather than in a popup. Previous behavior can be restored by using
10501   `'help-inline' => false`.
10502 * The archive table's ar_rev_id field is now unique.
10503 * Special:BotPasswords now requires reauthentication.
10504 * (T174023) Multi-Content Revision (MCR) capabilities were introduced into the
10505   storage layer and have basic support for display. No user interface exists
10506   yet for creating or managing content in slots beides the main slot. See
10507   <https://www.mediawiki.org/wiki/Multi-Content_Revisions> for more
10508   information.
10509 * The image_comment_temp database table has been removed. Since all access
10510   should be mediated by the CommentStore class, this change shouldn't affect
10511   external code.
10512 * (T206147) Database::close() will no longer commit any open transactions.
10513 * (T64103) Dropped columns category.cat_hidden, site_stats.ss_admins, and
10514   recentchanges.rc_cur_time from the PostgreSQL schema.
10516 = MediaWiki 1.31 =
10518 == MediaWiki 1.31.16 ==
10520 This is a security and maintenance release of the MediaWiki 1.31 branch.
10522 This is intended to be the final release of the MediaWiki 1.31 branch,
10523 and as such, 1.31 is now considered End of Life.
10525 === Changes since MediaWiki 1.31.15 ===
10526 * (T283273) Make postgres IRC channel point to libera.chat.
10527 * (T289108) ExtensionProcessor: Remove loaderScripts from
10528   extension.json schemas.
10529 * (T285515, CVE-2021-41798) SECURITY: XSS vulnerability in
10530   Special:Search.
10531 * (T290379, CVE-2021-41799) SECURITY: ApiQueryBacklinks can cause a full
10532   table scan.
10533 * (T284419, CVE-2021-41800) SECURITY: fix PoolCounter protection of
10534   Special:Contributions.
10536 == MediaWiki 1.31.15 ==
10538 This is a security and maintenance release of the MediaWiki 1.31 branch.
10540 === Changes since MediaWiki 1.31.14 ===
10541 * (T270988) Fixup issues in SpecialChangeContentModel.php.
10542 * (T278026) rdbms: Add DB_PRIMARY to replace DB_MASTER.
10543 * (T276945) Define a batch size in maintenance/manageJobs.php.
10544 * (T276945) Implement JobQueueDB::getAllAbandonedJobs.
10545 * (T281549) WebInstaller: Don't show the announce-l subscribe
10546   checkbox temporarily.
10547 * (T283247) Freenode -> Libera per wikimedia moving from
10548   freenode to libera.
10549 * (T280226, CVE-2021-35197) SECURITY: Prevent blocked users from
10550   purging pages.
10552 == MediaWiki 1.31.14 ==
10554 This is a maintenance release of the MediaWiki 1.31 branch.
10556 === Changes since MediaWiki 1.31.13 ===
10557 * Make Title implement IDBAccessObject.
10559 == MediaWiki 1.31.13 ==
10561 This is a security and maintenance release of the MediaWiki 1.31 branch.
10563 === Changes since MediaWiki 1.31.12 ===
10564 * (T115436) resourceloader: CSSMin::getLocalFileReferences now strips
10565   anchors.
10566 * Updating php-parallel-lint/php-parallel-lint (0.9.2 => 1.0.0).
10567 * Updating mediawiki/codesniffer (19.1.0 => 19.4.0).
10568 * DefaultSettings.php: Update $wgPingback documentation.
10569 * PHPVersionCheck: The PHP Group only supports PHP >= 7.3.0.
10570 * (T275261) Escape wikitext in the title in invalid title error messages.
10571 * (T277009, CVE-2021-30158) SECURITY: Allow blocked users to access
10572   Special:ResetTokens.
10573 * pageExist.php: Output trailing newlines.
10574 * (T278058, CVE-2021-30157) SECURITY: Escape rcfilters-filter-* messages
10575   on ChangesList pages.
10576 * (T277414) HTMLFormField: Use non namespaced class name rather than
10577   static::class.
10578 * (T268230) Switch to new MediaWiki logo by Serhio Magpie.
10579 * (T271735) Expand config-pingback-help, link to privacy policy in
10580   config-pingback.
10581 * Fix documentation of user-global in $wgRateLimits.
10582 * BackupDumper: Add -o as shortcode for --output.
10583 * (T278014, CVE-2021-30154) SECURITY: Escape mediastatistics-header-*
10584   messages on Special:NewFiles.
10585 * (T270713, CVE-2021-30152) SECURITY: Allow user to only apply protection
10586   they have right to do so via action=protect.
10587 * (T272386, CVE-2021-30159) SECURITY: Non-admin deleted enwiki page in
10588   fast double move.
10589 * (T270988, CVE-2021-30155) SECURITY: ContentModelChange: Check that user
10590   can create pages.
10591 * (T276843, CVE-2021-20270, CVE-2021-27291) SECURITY:
10592   SyntaxHighlight_GeSHi: Various lexers have been disabled due to DoS
10593   vectors.
10595 == MediaWiki 1.31.12 ==
10597 This is a maintenance release of the MediaWiki 1.31 branch.
10599 === Changes since MediaWiki 1.31.11 ===
10600 * Fixed issues relating to User::isRegistered() not existing in 1.31.
10602 == MediaWiki 1.31.11 ==
10604 This is a security and maintenance release of the MediaWiki 1.31 branch.
10606 === Changes since MediaWiki 1.31.10 ===
10607 * Fix undefined $wgRedirectOnLogin.
10608 * (T251661, T265313) CentralIdLookup::factoryNonLocal can return null.
10609 * (T263592) media: Fix case of FlashPixVersion in
10610   FormatMetadata::makeFormattedData().
10611 * (T265223) BaseTemplate: Guard against passing zero arg to array_merge().
10612 * (T266418) composer.json: add requirement for composer-plugin-api ^1.1.
10613 * (T260631, T260633), BotPassword::save() now returns a Status object for the
10614   result rather than a bool. The length of the bot password grants and
10615   restriction fields are now validated, and an error will be thrown if it
10616   would be truncated by the database.
10617 * (T264536, T233012) SectionProfiler: Do not attempt to use null values as
10618   arrays.
10619 * (T269178) MemcachedClient: Cast Resource to integer.
10620 * (T268917, CVE-2020-35475) SECURITY: Use Xml::element in SpecialUserrights for
10621   sanity.
10622 * (T268938, CVE-2020-35479) SECURITY: BlockLogFormatter can output raw html.
10623 * (T205908, CVE-2020-35477) SECURITY: Unable to change visibility of log entries
10624   when MediaWiki:Mainpage uses Special:MyLanguage.
10625 * (T120883, CVE-2020-35480) SECURITY: Divergent behavior for contributions and
10626   user pages of hidden users and missing users.
10628 == MediaWiki 1.31.10 ==
10630 This is a maintenance release of the MediaWiki 1.31 branch.
10632 === Changes since MediaWiki 1.31.9 ===
10633 * Fixed issues relating to backporting of changes for T260485.
10635 == MediaWiki 1.31.9 ==
10637 This is a security and maintenance release of the MediaWiki 1.31 branch.
10639 === Changes since MediaWiki 1.31.8 ===
10640 * In the web installer, use secure session cookies.
10641 * (T257207) shell: Expand documentation in firejail.profile.
10642 * Added $wgForceHTTPS, which makes the HTTP to HTTPS redirect be unconditional
10643   and suppresses various hacks needed to support mixed HTTP/HTTPS wikis. We
10644   recommend this be set to true on pure HTTPS wikis.
10645 * Added $wgCookieSameSite, which allows login cookies to be sent with
10646   SameSite=None. This is required for cross-site CentralAuth autologin after
10647   Chrome 84.
10648 * Added $wgUseSameSiteLegacyCookies, which adds a compatibility hack to
10649   SameSite=None cookies for browsers which implemented an incompatible draft
10650   version of the specification.
10651 * (T191537) Disable WebResponse setters for post-send processing.
10652 * (T198525) WebReponse: Use values altered in 'WebResponseSetCookie' hook.
10653 * Fix runBatchedQuery.php for no result from select.
10654 * (T130906) Add Edge to MediaWiki:Clearyourcache.
10655 * Use IPset in MWRestrictions::checkIP.
10656 * (T260031) Add application/font-sfnt to MimeMap for ttf files.
10657 * shell: Make ->restrict( RESTRICT_NONE ) actually work.
10658 * (T183759) Fixes shell edge-cases in Windows.
10659 * (T258390) Add CentralIdLookup::factoryNonLocal().
10660 * (T246991) User: Fix pingLimiter() to use makeGlobalKey() for global rate
10661   limits.
10662 * (T251661, CVE-2020-25827) SECURITY: User::pingLimiter: add user-global rate
10663   limit type.
10664 * (T246991) User: enforce pingLimiter() expiry time.
10665 * (T260232) don't include null page ids in query list for category dumps.
10666 * (T251506) Sanitizer: Truncate IDs to a reasonable length.
10667 * Explicitly wrap some XML calls in libxml_disable_entity_loader().
10668 * (T263455 T247285) Set EnableJavaScriptTest to true in
10669   includes/DevelopmentSettings.php.
10670 * (T232568, CVE-2020-25813) SECURITY: Special:UserRights exposes the existence
10671   of hidden users.
10672 * (T258763, CVE-2020-17367, CVE-2020-17368) SECURITY: Prevent invoking
10673   firejail's --output functionality.
10674 * (T86738, CVE-2020-25814) SECURITY: mediawiki.jqueryMsg: Sanitize URLs and
10675   'style' attribute.
10676 * (T115888, CVE-2020-25828) SECURITY: mediawiki.js: Escape HTML in
10677   mw.message( ... ).parse().
10678 * (T260485, CVE-2020-25869) SECURITY: ActorMigration: Load user from the correct
10679   database.
10680 * (T260485, CVE-2020-25869) SECURITY: ensure actor ID from correct wiki is used.
10682 == MediaWiki 1.31.8 ==
10684 This is a security and maintenance release of the MediaWiki 1.31 branch.
10686 === Changes since MediaWiki 1.31.7 ===
10687 * (T199809) Don't invalidate BotPasswords if a password reset email is sent.
10688 * (T247017) PasswordReset performance improvements.
10689 * (T250568) Work around change in SimpleXMLElement behavior introduced in PHP
10690   7.3.17.
10691 * Remove some rotten and out of date documentation.
10692 * (T252311) Improvements to some older SQLite update patches.
10693 * (T240307) Minor fixes to extension.schema.v2.json and
10694   extension.schema.v1.json.
10695 * (T199474) Set rc_patrolled to 2 for autopatrolled changes in
10696   rebuildrecentchanges.php.
10697 * (T229461) Update the change_tag table in rebuildrecentchanges.php.
10698 * (T206476) Call ob_start() before running tests.
10699 * (T234450) Per-user concurrency in SpecialContributions can now be limited by
10700   setting $wgPoolCounterConf['SpecialContributions'] appropriately.
10701 * (T248947) SECURITY: img_auth.php may leak private extension images into the
10702   public cache.
10704 == MediaWiki 1.31.7 ==
10706 This is a security and maintenance release of the MediaWiki 1.31 branch.
10708 === Changes since MediaWiki 1.31.6 ===
10709 * (T193565, T234022) Re-add DB domain sanity checks to LoadBalancer.
10710 * Use proper SemVer comparison in CheckComposerLockUpToDate.
10711 * (T212738) Add the MW_VERSION constant, global $wgVersion is soft deprecated.
10712 * Update comment about PHP versions supported by The PHP Group.
10713 * (T247215) Fix output of RecountCategories::doWork().
10714 * Add check for page existence to view.php maintenance script.
10715 * (T247580) Disable some broken Selenium tests.
10716 * (T236509) SECURITY: Fix HTML escaping in UserGroupMembership::getLink().
10717 * (T246602) SECURITY: jquery.makeCollapsible allows applying event handler to
10718   any CSS selector.
10720 == MediaWiki 1.31.6 ==
10722 This is a security and maintenance release of the MediaWiki 1.31 branch.
10724 === Changes since MediaWiki 1.31.5 ===
10725 * (T181658) Do not insert page titles into querycache.qc_value.
10726 * (T206013) Suppress errors when reading invalid XML file properties.
10727 * (T237931) Remove references to pg_attrdef.adsrc in Postgres code.
10728 * Use correct value for 'sslmode' in DatabasePostgres.
10729 * (T232866) Fix support for HTTP/2 in MultiHttpClient.
10730 * (T227461) Stop calling deprecated Redis delete functions.
10731 * (T239561) Mark options as requiring parameters in addSite.php.
10732 * (T239734) Replace deprecated lSize with lLen in Redis code.
10733 * (T192134) SECURITY: Do not allow user scripts on Special:PasswordReset.
10734 * (T239428) ApiEditPage: Test for bad redirect targets.
10735 * (T233342) rdbms: Log debug message traces as 'exception.trace' instead of
10736   'trace'.
10737 * (T226751) media: Log and fail gracefully on invalid EXIF coordinates.
10738 * (T212067) Work around PHP bug in parse_url.
10740 == MediaWiki 1.31.5 ==
10742 This is a maintenance release of the MediaWiki 1.31 branch.
10744 === Changes since MediaWiki 1.31.4 ===
10745 * Fix extra newlines in installer.
10746 * Followup T230402, PermissionManager doesn't exist until 1.33, so fix the
10747   backported patches to use User::isAllowed() instead.
10749 == MediaWiki 1.31.4 ==
10751 This is a security and maintenance release of the MediaWiki 1.31 branch.
10753 === Changes since MediaWiki 1.31.3 ===
10754 * (T207100) Updated LanguageTr for dotted and dotless I in PHP 7.3.
10755 * The ImgAuthModifyHeaders hook was added to img_auth.php to allow modification
10756   of headers in private wikis.
10757 * (T230402) SECURITY: Add permission check for suppressed account to
10758   Special:Redirect.
10759 * Add helper for HTTPFileStreamer header syntax.
10760 * (T118799) Fix XMP parser errors due to trailing nullchar.
10761 * (T233119) Improve documentation for the MinimumPasswordLengthToLogin policy.
10762 * (T202183) Give more specific error messages on Special:Redirect.
10763 * Cache redirects from Special:Redirect.
10764 * (T231386) dispatchUser() should use a 302 http status code.
10765 * (T227662) Split down patch-comment-table.sql and patch-actor-table.sql into
10766   separate files to help allieviate potential migration problems.
10767 * Make SQLite's patch-add-3d.sql a no-op to prevent clobbering other database
10768   updates.
10770 == MediaWiki 1.31.3 ==
10772 This is a maintenance release of the MediaWiki 1.31 branch.
10774 === Changes since MediaWiki 1.31.2 ===
10775 * (T225558) Update installer link to PHP intl.
10776 * (T225496) Detect APC for MainCacheType in CLI installer.
10777 * (T226766) Remove jetbrains/phpstorm-stubs from composer dev dependencies.
10778 * (T202211) Fix SQLite patch-(image|page|template)links-fix-pk.sql column order.
10780 == MediaWiki 1.31.2 ==
10782 This is a security and maintenance release of the MediaWiki 1.31 branch.
10784 Required PHP version has been increased from 7.0.0 to 7.0.13.
10786 === Changes since MediaWiki 1.31.1 ===
10787 * (T204729) WatchedItemStore::countVisitingWatchersMultiple() shouldn't query
10788   all titles when asked for none.
10789 * (T205967) Fix syntax error typo in postgres database upgrade file.
10790 * (T200254) Add pear/Net_SMTP 1.7.3 to composer dependencies.
10791 * (T206765) Load installer i18n when running update.php.
10792 * (T109121) Remove deprecated pear/mail_mime-decode from composer suggested
10793   libraries.
10794   [Also in the bundled composer /vendor directory.]
10795 * Various PHP 7.2 and 7.3 compatibility fixes:
10796   * (T200595, T206974) Fix PHP 7.3 warnings of using "continue" in some
10797     scenarios instead of "break".
10798     * (T206976, T206977) Also in the bundled LocalisationUpdate and
10799       ParserFunctions extensions.
10800   * (T206979) Fix PHP 7.3 warnings of using "compact()" when some variables may
10801     not be set.
10802   * (T215632) FormatMetadata and UploadStash regexes fixed to be PHP
10803     7.3-compatible.
10804   * Fix PHP warnings "preg_replace(): [...] invalid range in character class.
10805   * Avoid PHP 7.2 warnings in DBConRefTest about count() on non-Countable.
10806   * Suppress "Headers already sent" in PHP 7.2 too.
10807   * (T206476) Output only to stderr in unit tests.
10808   * (T207112) Add session_write_close() calls to SessionManager tests.
10809   * oyejorge/less.php replaced with our fork wikimedia/less.php
10810   * (T209756) Updated wikimedia/ip-set from 1.2.0 to 1.3.0.
10811   * (T213489) Avoid session double-start in Setup.php.
10812   * (T206975) Switch to our fork of less.php.
10813 * (T207540) Include IP address in "Login for $1 succeeded" log entry.
10814 * (T201781) Database: Allow selectFieldValues() to accept SQL fragments.
10815 * (T205765) installer: Don't link to the obsolete "Extension Matrix" page.
10816 * (T206013) Update ImportableUploadRevisionImporter for interwiki usernames.
10817 * (T207541) Pass an email address, not a MailAddress, to mail().
10818 * (T207603) SECURITY: User JS may no longer be loaded with mime type
10819   text/javascript if there is no account associated with the username.
10820 * (T112937, T113042) SECURITY: Do not allow loading pages raw with a
10821   text/javascript MIME
10822   type if non-admins can edit the page.
10823 * (T17491) <ins>/<del> elements can be phrasing or flow.
10824 * (T200827) RemexCompatMunger: Don't call endTag() in case B/b
10825 * (T207088) Upgrade wikimedia/remex-html to 2.0.1.
10826   [Also in the bundled composer /vendor directory.]
10827 * (T194052) Updated wikimedia/base-convert from 1.0.1 to 2.0.0.
10828   [Also in the bundled composer /vendor directory.]
10829 * (T199494) Fix notices in maintenance/removeUnusuedAccounts.php.
10830 * Require ext-fileinfo in composer.json, per PHPVersionCheck.
10831 * (T176390) Bundled LocalisationUpdate extension: Handle exceptions from
10832   GitHubFetcher.
10833 * (T208255) Completion search should not change the search query.
10834 * (T209870) Fix SQL syntax error in MS-SQL initialisation file for new wikis.
10835 * (T185049) LogFormatter: Fail softer when trying to link an invalid titles.
10836 * (T210998) Properly set $wgLanguageCode in the generated LocalSettings.php
10837   if --lang is used with the command-line installer (install.php).
10838 * (T211061) ImageListPager: Actor migration for buildQueryConds().
10839 * (T209335) Clarify the default sidebar 'Help' link is about MediaWiki itself.
10840 * Fix addition of ug_expiry column to user_groups table on MSSQL.
10841 * (T204767) Add join conditions to ActiveUsersPager.
10842 * (T210621) User: Bypass repeatable-read when creating an actor_id.
10843 * (T204531) rdbms: reduce LoadBalancer replication log spam.
10844 * (T195525) Fix db error outage page.
10845 * (T208871) The hard-coded Google search form on the database error page was
10846   removed.
10847 * (T176097) Fix flaky MessageBlobStoreTest assertion failures.
10848 * (T209423) Update required PHP version to 7.0.13.
10849 * (T209885) Prevent populateSearchIndex.php from breaking once actor migration
10850   has been started.
10851 * (T216968) Return pageid as int in both list=iwbacklinks and
10852   list=langbacklinks.
10853 * (T215169) Fix for Database::update() with IGNORE option fails on PostgreSQL.
10854 * (T204423) Backport support for hyphenated DB names in JobQueueGroup.
10855 * (T199474) Fix typo in rebuildrecentchanges.php resulting in rogue flags.
10856 * (T218608) SECURITY: Fix an issue that prevents Extension:OAuth working when
10857   $wgBlockDisablesLogin is true.
10858 * (T216029) Chrome redirects to Special:BadTitle after editing a section with
10859   a non-Latin name on a page with non-Latin characters in title.
10860 * (T219728) Added support for new Japanese era name "Reiwa".
10861 * (T25227) SECURITY: action=logout now requires to be posted and have a csrf
10862   token.
10863 * Updated cssjanus/cssjanus from 1.2.0 to 1.3.0.
10864 * (T222385) resourceloader: Use AND instead of OR for upsert conds in
10865   saveFileDependencies().
10866 * (T224374) Fix message parameters so that the message that says SQLite is out
10867   of date makes sense.
10868 * SpecialPage::checkLoginSecurityLevel() will now preserve POST data when
10869   reauthenticating.
10870 * FormSpecialPage::execute() will now call checkLoginSecurityLevel() if
10871   getLoginSecurityLevel() returns non-false.
10872 * (T197279) SECURITY: Fix reauth in Special:ChangeEmail.
10873 * (T208881) SECURITY: blacklist CSS var().
10874 * (T209794) SECURITY: rate-limit and prevent blocked users from changing email.
10875 * (T199540) SECURITY: API: Respect $wgBlockCIDRLimit in action=block.
10876 * (T212118) SECURITY: Fix cache mode for (un)patrolled recent changes query.
10877 * (T222036, T222038) SECURITY: Add permission check for user is permitted to
10878   view the log type.
10879 * (T221739) SECURITY: resources: Patch jQuery 3.2.1 for CVE-2019-11358.
10881 == MediaWiki 1.31.1 ==
10883 This is a security and maintenance release of the MediaWiki 1.31 branch.
10885 === Changes since MediaWiki 1.31.0 ===
10886 * (T169545, CVE-2018-0503) SECURITY: $wgRateLimits entry for 'user' overrides
10887   'newbie'.
10888 * (T194605, CVE-2018-0505) SECURITY: BotPasswords can bypass CentralAuth's
10889   account lock.
10890 * (T199029, CVE-2018-13258) SECURITY: Tarball was missing .htaccess files.
10891 * (T197229) Bundle Nuke extension, it was accidentally omitted.
10892 * (T193995) Fix undefined patchPath() method call in parser tests.
10893 * (T198687) Fix various selectFields methods to use the string 'NULL', not null.
10894 * Special:BotPasswords now requires reauthentication.
10895 * (T191608, T187638) Add 'logid' parameter to Special:Log.
10896 * (T193829) Indicate when a Bot Password needs reset.
10897 * (T198037) GitInfo: Don't try shelling out if it's disabled.
10898 * (T151415) Log email changes.
10899 * (T197206) Fix performance regression when multiple DB used without caching.
10900 * (T197030) PHPSessionHandler: Suppress headers warnings in initialize().
10901 * (T182377, T196793) Exif: Guard against uncountable tag values.
10902 * (T200861) Fix total breakage of SQLite web upgrade.
10903 * (T200864) Fix pingback over-reporting on non-MySQL databases
10904 * (T202550) Unbreak SpecialListusersHeaderForm and SpecialListusersHeader
10905   hooks.
10907 == MediaWiki 1.31.0 ==
10909 === Changes since MediaWiki 1.31.0-rc.2 ===
10910 * (T195783) Initialize PSR-4 namespaces at same stage as normal autoloader.
10911 * (T196092) Hide MySQL binary/utf-8 charset option in the installer.
10912 * (T196185) Don't allow setting $wgDBmysql5 in the installer.
10913 * (T196125) php-memcached 3.0 (provided with PHP 7.0) is now supported.
10914 * (T182366) UploadBase::checkXMLEncodingMissmatch() now works on PHP 7.1+
10915 * (T118683) Fix exception from &$user deref on HHVM in the TitleMoveComplete
10916   hook.
10917 * (T196672) The mtime of extension.json files is now able to be zero
10918 * (T180403) Validate $length in padleft/padright parser functions.
10919 * (T143790) Make $wgEmailConfirmToEdit only affect edit actions.
10921 === Changes since MediaWiki 1.31.0-rc.0 ===
10922 * (T33223) Drop archive.ar_text and ar_flags.
10923 * Add default edit rate limit of 90 edits/minute for all users.
10924 * (T187645) Use codepoint as tiebreaker when getting first-letters in
10925   IcuCollation.
10926 * (T191947) Don't shell during the installer if shelling out is disabled.
10927 * (T194319) Improve duplicate config setting exception as part of extension
10928   registration.
10929 * (T195211) Don't require trailing slash in PSR-4 autoloader directory.
10930 * (T186565) Fix PHP Notice from `ob_end_flush()` in `FileRepo::streamFile()`.
10931 * Do not incorrectly hide namespace input field in the installer.
10932 * (T186456) Refactor checks looking for PEAR maik libraries to be clearer.
10934 === Important pre-upgrade notes for 1.31 ===
10935 * If you're using MySQL, SQLite, or MSSQL, are not using update.php to apply
10936   schema changes, and cannot have downtime to run migrateArchiveText.php and
10937   apply patch-drop-ar_text.sql manually, you'll have to apply a default value
10938   to the ar_text and ar_flags columns of the archive table or make those
10939   columns nullable before upgrading to MediaWiki 1.31.
10940   maintenance/archives/patch-nullable-ar_text.sql shows how to do this for
10941   MySQL.
10943 === Configuration changes in 1.31 ===
10944 * $wgEnableAPI and $wgEnableWriteAPI are now deprecated and will be removed in
10945   a future version. The API is now considered to be stable, secure and
10946   essential.
10947 * $wgUsejQueryThree was removed, as it is now the default. This was documented
10948   as a temporary variable during the migration period, deprecated since 1.29.
10949 * $wgLogoHD has been updated to support svg images and uses $wgLogo where
10950   possible for fallback images such as png.
10951 * (T44246) $wgFilterLogTypes will no longer ignore 'patrol' when user does not
10952   have the right to mark things patrolled.
10953 * Wikis that contain imported revisions or CentralAuth global blocks should run
10954   maintenance/cleanupUsersWithNoId.php.
10955 * The configuration settings $wgResourceLoaderMinifierStatementsOnOwnLine and
10956   $wgResourceLoaderMinifierMaxLineLength, deprecated since 1.27, were removed.
10957 * (T180921) $wgReferrerPolicy now supports having fallbacks for browsers that
10958   are not using the latest version of the Referrer Policy specification.
10959 * $wgFragmentMode is now set to [ 'legacy', 'html5' ] by default. This is a
10960   first step of migration to human-readable section IDs that will later result
10961   in 'html5' being the default mode.
10962 * CACHE_ACCEL now only supports APC(u) or WinCache. XCache support was removed
10963   as upstream is inactive and has no plans to move to PHP 7.
10964 * The old CategorizedRecentChanges feature, including its related configuration
10965   option $wgAllowCategorizedRecentChanges, has been removed.
10966 * (T188472) The 'comma' value for $wgArticleCountMethod is no longer supported
10967   for performance reasons, and installations with this setting will now work as
10968   if it was configured with 'any'.
10969 * (T185753) MediaWiki now defaults to using RemexHtml to tidy up user input,
10970   rather than being off by default. If you wish to disable HTML tidying
10971   entirely, set $wgTidyConfig to null; if you wish to use the old, deprecated
10972   Tidy external binary, both set $wgTidyConfig to null and $wgUseTidy to true.
10973 * $wgLogAutopatrol now defaults to false instead of true.
10974 * $wgValidateAllHtml was removed and will be ignored.
10975 * $wgScriptExtension, deprecated and ignored since 1.25, was removed. See the
10976   1.25 release notes for more information.
10977 * $wgUseAjax is now marked as deprecated, just like the deprecated AJAX
10978   framework that it enables. Some extensions mistakenly used this to check
10979   whether any AJAX functionality at all should be enabled, further making this
10980   problematic to retain.
10981 * $wgDBmysql5 is now deprecated, and will be removed in a future version. It
10982   has been marked as experimental ever since it was introduced.
10984 === New features in 1.31 ===
10985 * (T76554) User sub-pages named ….json are now protected in the same way that
10986   ….js and ….css pages are, so that configuration options can safely be placed
10987   there.
10988 * Wikimedia\Rdbms\IDatabase->select() and similar methods now support joins
10989   with parentheses for grouping.
10990 * As a first pass in standardizing dialog boxes across the MediaWiki product,
10991   Html class now provides helper methods for messageBox, successBox, errorBox
10992   and warningBox generation.
10993 * (T9240) Imports will now record unknown (and, optionally, known) usernames in
10994   a format like "iw>Example".
10995 * (T20209) Linker (used on history pages, log pages, and so on) will display
10996   usernames formed like "iw>Example" as interwiki links, as if by wikitext like
10997   [[iw:User:Example|iw>Example]].
10998 * (T111605) The 'ImportHandleUnknownUser' hook allows extensions to auto-create
10999   users during an import.
11000 * Added a hook, ParserOutputPostCacheTransform, to allow extensions to affect
11001   the ParserOutput::getText() post-cache transformations.
11002 * Added a hook, UploadForm:getInitialPageText, to allow extensions to alter the
11003   initial page text for file uploads.
11004 * (T181651) The info page for File pages now displays the file's base-16 SHA1
11005   hash value in the table of basic information.
11006 * Style tags with a 'data-mw-deduplicate' attribute will be deduplicated as a
11007   ParserOutput::getText() post-cache transformation. This may be disabled by
11008   passing 'deduplicateStyles' => false to that method.
11009 * The identity of the logged-in or IP "actor" for logged actions is being moved
11010   into a new actor table, with the rows in tables such as revision and logging
11011   referring to the actor ID instead of storing the user ID and name/IP in
11012   every row.
11013   * This is currently gated by $wgActorTableSchemaMigrationStage. Most wikis
11014     can set this to MIGRATION_NEW and run maintenance/migrateActors.php as
11015     soon as any necessary extensions are updated.
11016   * Most code accessing rows for logged actions from the database should use
11017     the relevant getQueryInfo() methods to get the information needed to build
11018     the SQL query. The ActorMigration class may also be used to get feature
11019     -flagged information needed to access actor-related fields during the
11020     migration period.
11021 * Added Wikimedia\Rdbms\IDatabase::cancelAtomic(), to roll back an atomic
11022   section without having to roll back the whole transaction.
11023 * Wikimedia\Rdbms\IDatabase::doAtomicSection(), non-native ::insertSelect(),
11024   and non-MySQL ::replace() and ::upsert() no longer roll back the whole
11025   transaction on failure.
11026 * (T189785) Added a monthly heartbeat ping to the pingback feature.
11027 * The CLI installer (maintenance/install.php) learned to detect and include
11028   extensions. Pass --with-extensions to enable that feature.
11029 * (T184791) rc_patrolled now has three states: "0" for unpatrolled,
11030   "1" for manually patrolled and "2" for autopatrolled actions.
11031 * Extensions can now set their type to "editor" if they provide an editor or
11032   enhance the editing experience.
11033 * Extensions can use a PSR-4 autoloader by setting an "AutoloadNamespaces"
11034   property in extension.json. See the documentation at
11035   <https://mediawiki.org/wiki/Manual:Extension.json/Schema#AutoloadNamespaces>
11036   for more details and an example.
11037 * (T19099) Tabs which link to pages that don't exist (like those to uncreated
11038   discussion pages) now have a tooltip to indicate state, not just colour.
11040 === External library changes in 1.31 ===
11041 * pear/mail, pear/mail_mime and pear/mail_mime-decode have been moved from
11042   suggested to required. These packages now must be installed via composer
11043   and not via PEAR itself.
11045 ==== Upgraded external libraries ====
11046 * Updated jquery.chosen from v0.9.14 to v1.8.2.
11047 * Updated composer/spdx-licenses from 1.1.4 to 1.3.0 (development dependency).
11048 * Updated nikic/php-parser from 2.1.0 to 3.1.3 (development dependency).
11049 * Updated wikimedia/ip-set from 1.1.0 to 1.2.0.
11050 * Updated wikimedia/relpath from 2.0.0 to 2.1.1.
11051 * Updated wikimedia/running-stat from 1.1.0 to 1.2.0.
11052 * Updated wikimedia/wrappedstring from 2.2.0 to 2.3.0.
11053 * Updated mediawiki/at-ease from 1.1.0 to 1.2.0.
11054 * Updated wikimedia/php-session-serializer from 1.0.4 to 1.0.6.
11055 * Updated wikimedia/remex-html from 1.0.2 to 1.0.3.
11056 * Updated wikimedia/html-formatter from 1.0.1 to 1.0.2.
11058 ==== New external libraries ====
11059 * Added wikimedia/object-factory 1.0.0
11061 ==== Removed and replaced external libraries ====
11062 * (T17845) The deprecated 'jquery.badge' module was removed.
11063 * The deprecated 'jquery.autoEllipsis' module was removed. Use the CSS
11064   text-overflow property instead.
11065 * The deprecated 'jquery.placeholder' module was removed.
11066 * The deprecated 'jquery.appear' module was removed. Use the
11067   'mediawiki.viewport' module instead.
11068 * mediawiki/at-ease was replaced with wikimedia/at-ease.
11070 === Bug fixes in 1.31 ===
11071 * (T90902) Non-breaking space in header ID breaks anchor.
11072 * (T189375) CSSMin now allows quoted urls in `url()` syntax to start with a
11073   space.
11074 * (T2087, T10897, T87753, T174639) Whitespace created by category and language
11075   links is now stripped rather than leaving blank lines in odd places.
11076 * (T3780) Uploads with UTF-8 names now work on PHP7.1+ on Windows servers.
11077 * (T182366) UploadBase::checkXMLEncodingMissmatch() now works on PHP 7.1+
11079 === Action API changes in 1.31 ===
11080 * (T185058) The 'name' value to tgprop for action=query&list=tags has been
11081   removed. It has never made a difference in the output, the name was always
11082   returned regardless.
11083 * The 'watch' and 'unwatch' parameters for action=move have been removed. They
11084   were deprecated and also accidentally nonfunctional since 1.17 in 2010. Use
11085   'watchlist' instead.
11087 === Action API internal changes in 1.31 ===
11088 * ApiBase::getProfileDBTime, deprecated since 1.25, was removed.
11089 * ApiBase::getModuleProfileName, deprecated since 1.25, was removed.
11090 * ApiBase::getProfileTime, deprecated since 1.25, was removed.
11092 === Languages updated in 1.31 ===
11093 MediaWiki supports over 350 languages. Many localisations are updated
11094 regularly. Below only new and removed languages are listed, as well as
11095 changes to languages because of Phabricator reports.
11097 * (T180052) Mirandese (mwl) now supports gendered NS_USER/NS_USER_TALK.
11098 * (T182305) New language support: Nyungar (nys).
11099 * (T186359) New language support: Siberian Tatar [себертатар] (sty).
11100 * (T186635) New language support: Guianan Creole (gcr).
11101 * (T186647) New language support: Kumyk [къумукъ] (kum).
11102 * (T187750) New language support: Spanish formal address (es-formal).
11103 * (T187824) New language support: Hungarian formal address (hu-formal).
11104 * (T189127) New language support: Gorontalo (gor).
11106 === Breaking changes in 1.31 ===
11107 * MessageBlobStore::insertMessageBlob(), deprecated in 1.27, was removed.
11108 * The OutputPage class constructor now requires a context parameter.
11109   Instantiating without context was deprecated in 1.18.
11110 * The mw.page JavaScript singleton, deprecated in 1.30, was removed.
11111 * Article::getLastPurgeTimestamp(), WikiPage::getLastPurgeTimestamp(), and the
11112   related WikiPage::PURGE_* constants, deprecated in 1.29, were removed.
11113 * The Article::selectFields(), ::onArticleCreate(), ::onArticleDelete(), and
11114   ::onArticleEdit() methods, deprecated in 1.24, were removed.
11115 * Installer::locateExecutable() and ::locateExecutableInDefaultPaths() were
11116   removed. Use ExecutableFinder::findInDefaultPaths() instead.
11117 * The deprecated MW_DIFF_VERSION constant was removed.
11118   DifferenceEngine::MW_DIFF_VERSION should be used instead.
11119 * Due to significant refactoring, method ContribsPager::getUserCond() that had
11120   no access restriction has been removed.
11121 * The Block class will no longer accept usable-but-missing usernames for
11122   'byText' or ->setBlocker(). Callers should either ensure the blocker exists
11123   locally or use a new interwiki-format username like "iw>Example".
11124 * The following methods and constants from the WatchedItem class, which were
11125   deprecated in 1.27, have been removed:
11126   * WatchedItem::getTitle()
11127   * WatchedItem::fromUserTitle()
11128   * WatchedItem::addWatch()
11129   * WatchedItem::removeWatch()
11130   * WatchedItem::isWatched()
11131   * WatchedItem::duplicateEntries()
11132   * WatchedItem::IGNORE_USER_RIGHTS
11133   * WatchedItem::CHECK_USER_RIGHTS
11134   * WatchedItem::DEPRECATED_USAGE_TIMESTAMP
11135 * The $statementsOnOwnLine parameter of JavaScriptMinifier::minify was removed.
11136   $wgResourceLoaderMinifierStatementsOnOwnLine, the corresponding configuration
11137   variable, has been deprecated since 1.27 and was removed as well.
11138 * The $maxLineLength parameter of JavaScriptMinifier::minify was removed.
11139   $wgResourceLoaderMinifierMaxLineLength, the corresponding configuration
11140   variable, has been deprecated since 1.27 and was removed as well.
11141 * The HtmlFormatter class, deprecated in 1.27, was removed. The namespaced
11142   HtmlFormatter\HtmlFormatter class should be used instead.
11143 * The driver 'mysql' for MySQL, deprecated in MediaWiki 1.30, has been removed.
11144   The driver has been deprecated since PHP 5.5 and was removed in PHP 7.0. The
11145   default driver for MySQL has been 'mysqli' since MediaWiki 1.22.
11146 * The following properties of PreparedEdit were deprecated in 1.21 and have
11147   been removed:
11148   * PreparedEdit->newText
11149   * PreparedEdit->oldText
11150   * PreparedEdit->pst
11151 * ParserOutput objects which are generated using a non-default value for
11152   ParserOptions::setWrapOutputClass() can no longer be added to the parser
11153   cache.
11154 * The following deprecated methods from the OutputPage class have been removed:
11155   * OutputPage::addExtensionStyle(); deprecated in 1.27
11156   * OutputPage::getExtStyle(); deprecated in 1.27
11157   * OutputPage::setETag(); deprecated in 1.28 (obsolete no-op)
11158   * OutputPage::setSquidMaxage(); deprecated in 1.27
11159   * OutputPage::readOnlyPage(); deprecated in 1.25
11160   * OutputPage::rateLimited(); deprecated in 1.25
11161   * Additionally, the protected OutputPage::$mExtStyles array, only accessed
11162     through the above and with no known uses, was removed.
11163 * The no-op method Skin::showIPinHeader(), deprecated in 1.27, was removed.
11164 * The following variables and methods in EditPage, deprecated in MediaWiki 1.30,
11165   were removed:
11166   * $isCssJsSubpage — use ::isUserConfigPage()
11167   * $isCssSubpage — use ::isUserCssConfigPage()
11168   * $isJsSubpage — use ::isUserJsConfigPage()
11169   * $isWrongCaseCssJsPage – use ::isWrongCaseUserConfigPage()
11170   * ::getSummaryInput() – use ::getSummaryInputWidget()
11171   * ::getSummaryInputOOUI() – use ::getSummaryInputWidget()
11172   * ::getCheckboxes() – use ::getCheckboxesWidget() or
11173       ::getCheckboxesDefinition()
11174   * ::getCheckboxesOOUI() – use ::getCheckboxesWidget() or
11175       ::getCheckboxesDefinition()
11176 * ResourceLoaderModule::getPosition(), deprecated in 1.29, has been removed.
11177 * In User, the cookie-related methods which were wrappers for the functions on
11178   the response object, and were deprecated in 1.27, have been removed:
11179   * ::setCookie()
11180   * ::clearCookie()
11181   * ::setExtendedLoginCookie()
11182   Note that User::setCookies() remains, and is not deprecated.
11183 * Also in User, some auth-related methods which were deprecated in 1.27 have
11184   been removed:
11185   * ::getEditTokenTimestamp() – use MediaWiki\Session\Token::getTimestamp()
11186   * ::getPasswordFactory() – create a PasswordFactory directly
11187   * ::passwordChangeInputAttribs()
11188 * The global functions wfProfileIn and wfProfileOut, deprecated in 1.25, have
11189   been removed.
11190 * SpecialPageFactory::getList(), deprecated in 1.24, has been removed. You can
11191   use ::getNames() instead.
11192 * OpenSearch::getOpenSearchTemplate(), deprecated in 1.25, has been removed. You
11193   can use ApiOpenSearch::getOpenSearchTemplate() instead.
11194 * The global function wfBaseConvert, deprecated in 1.27, has been removed. Use
11195   Wikimedia\base_convert() directly.
11196 * Calling Database::begin() explicitly during an implicit transaction or when
11197   DBO_TRX is set results in an exception. Calling Database::commit() explicitly
11198   for an implicit transaction also results in an exception. Previously these
11199   were logged as errors. The startAtomic() and endAtomic() methods, or
11200   AtomicSectionUpdate should be used instead.
11201 * The global function wfOutputHandler() was removed, use the its replacement
11202   MediaWiki\OutputHandler::handle() instead. The global function was only
11203   sometimes defined. Its replacement is always available via the autoloader.
11204 * ChangeTags::listExtensionActivatedTags and ::listExtensionDefinedTags,
11205   deprecated in 1.28, have been removed. Use ::listSoftwareActivatedTags() and
11206   ::listSoftwareDefinedTags() instead.
11207 * Title::getTitleInvalidRegex(), deprecated in 1.25, has been removed. You can
11208   use MediaWikiTitleCodec::getTitleInvalidRegex() instead.
11209 * HTMLForm & VFormHTMLForm::isVForm(), deprecated in 1.25, have been removed.
11210 * The ProfileSection class, deprecated in 1.25 and unused, has been removed.
11211 * The ResourceLoaderGetLessVars hook, deprecated in 1.30, has been removed. Use
11212   ResourceLoaderModule::getLessVars() to expose local variables instead of
11213   global ones.
11214 * As part of work to modernise user-generated content clean-up, a config option
11215   and some methods related to HTML validity were removed without deprecation.
11216   The public methods MWTidy::checkErrors() and the path through which it was
11217   called, TidyDriverBase::validate(), are removed, as are the testing methods
11218   MediaWikiTestCase::assertValidHtmlSnippet() and ::assertValidHtmlDocument().
11219   The $wgValidateAllHtml configuration option is removed and will be ignored.
11220 * Execution of external programs using MediaWiki\Shell\Command now applies
11221   the RESTRICT_DEFAULT Firejail restriction by default.
11222 * The ResourceLoaderModule::getHashMtime() and ::getDefinitionMtime() methods,
11223   deprecated in 1.26, were removed.
11224 * The deprecated 'mediawiki.widgets.CategorySelector' module alias was removed.
11225   Use the 'mediawiki.widgets.CategoryMultiselectWidget' module directly.
11227 === Deprecations in 1.31 ===
11228 * The Revision class was deprecated in favor of RevisionStore, BlobStore, and
11229   RevisionRecord and its subclasses.
11230 * The global function wfBCP47 is deprecated in favour of LanguageCode::bcp47.
11231 * The global function wfCountDown is now deprecated in favor of
11232   Maintenance::countDown.
11233 * Several methods for returning lists of fields to select from the database
11234   have been deprecated in favor of similar methods that also return the tables
11235   to select from and the join conditions for those tables.
11236   * Block::selectFields() → Block::getQueryInfo()
11237   * RecentChange::selectFields() → RecentChange::getQueryInfo()
11238   * ArchivedFile::selectFields() → ArchivedFile::getQueryInfo()
11239   * LocalFile::selectFields() → LocalFile::getQueryInfo()
11240   * LocalFile::getCacheFields() with a prefix no longer works
11241   * LocalFile::getLazyCacheFields() with a prefix no longer works
11242   * OldLocalFile::selectFields() → OldLocalFile::getQueryInfo()
11243   * RecentChange::selectFields() → RecentChange::getQueryInfo()
11244   * Revision::userJoinCond() → Revision::getQueryInfo( [ 'user' ] )
11245   * Revision::selectUserFields() → Revision::getQueryInfo( [ 'user' ] )
11246   * Revision::pageJoinCond() → Revision::getQueryInfo( [ 'page' ] )
11247   * Revision::selectPageFields() → Revision::getQueryInfo( [ 'page' ] )
11248   * Revision::selectTextFields() → Revision::getQueryInfo( [ 'text' ] )
11249   * Revision::selectFields() → Revision::getQueryInfo()
11250   * Revision::selectArchiveFields() → Revision::getArchiveQueryInfo()
11251   * User::selectFields() → User::getQueryInfo()
11252   * WikiPage::selectFields() → WikiPage::getQueryInfo()
11253 * Revision::setUserIdAndName() was deprecated.
11254 * Access to TitleValue class properties was deprecated, the relevant getters
11255   should be used instead.
11256 * DifferenceEngine::getDiffBodyCacheKey() is deprecated. Subclasses should
11257   override DifferenceEngine::getDiffBodyCacheKeyParams() instead.
11258 * Use of Maintenance::error( $err, $die ) to exit script was deprecated. Use
11259   Maintenance::fatalError() instead.
11260 * Passing a ParserOptions object to OutputPage::parserOptions() is deprecated.
11261 * The RevisionInsertComplete hook is now deprecated; use instead the hook
11262   RevisionRecordInserted. RevisionInsertComplete is still called, but the second
11263   and third parameter will always be null. Hard deprecation is scheduled for
11264   1.32.
11265 * The following methods that get and set ParserOutput state are deprecated.
11266   Callers should use the new stateless $options parameter to
11267   ParserOutput::getText() instead.
11268   * ParserOptions::getEditSection()
11269   * ParserOptions::setEditSection()
11270   * ParserOutput::getEditSectionTokens()
11271   * ParserOutput::setEditSectionTokens()
11272   * ParserOutput::getTOCEnabled()
11273   * ParserOutput::setTOCEnabled()
11274   * OutputPage::enableSectionEditLinks()
11275   * OutputPage::sectionEditLinksEnabled()
11276   * The public ParserOutput state fields $mTOCEnabled and $mEditSectionTokens
11277     are also deprecated.
11278 * License::getLicenses has been deprecated; use License::getLines instead.
11279 * QuickTemplate::setRef() was deprecated in favour of QuickTemplate::set().
11280   Setting template variables by reference allowed violating the principle of
11281   data being immutable once added to the skin template. In practice, this method
11282   was not being used for that. Rather, setRef() existed as memory optimisation
11283   for PHP 4.
11284 * QuickTemplate::setTranslator() and MediaWikiI18N::set() were deprecated in
11285   favour of Skin::msg() parameters.
11286 * MediaWikiI18N::translate() was deprecated in favour of Skin::msg() or
11287   wfMessage().
11288 * Passing false to ParserOptions::setWrapOutputClass() is deprecated. Use the
11289   'unwrap' transform to ParserOutput::getText() instead.
11290 * \ObjectFactory (no namespace) is deprecated, the namespaced class
11291   \Wikimedia\ObjectFactory from the wikimedia/object-factory library should be
11292   used instead.
11293 * CommentStore::newKey is deprecated. Instead, get an instance from
11294   MediaWikiServices.
11295 * The following CommentStore methods have had their signatures changed to
11296   introduce a $key parameter, usage of the methods on instances retrieved from
11297   CommentStore::newKey will remain unchanged but deprecated:
11298   * CommentStore::getFields
11299   * CommentStore::getJoin
11300   * CommentStore::getComment
11301   * CommentStore::getCommentLegacy
11302   * CommentStore::insert
11303   * CommentStore::insertWithTemplate
11304 * The following methods in Title have been renamed, and the old ones are
11305   deprecated:
11306   * Title::getSkinFromCssJsSubpage – use ::getSkinFromConfigSubpage
11307   * Title::isCssOrJsPage – use ::isSiteConfigPage
11308   * Title::isCssJsSubpage – use ::isUserConfigPage
11309   * Title::isCssSubpage – use ::isUserCssConfigPage
11310   * Title::isJsSubpage – use ::isUserJsConfigPage
11311 * The following methods related to caching of half-parsed HTML were deprecated:
11312   * Parser::serializeHalfParsedText()
11313   * Parser::unserializeHalfParsedText()
11314   * Parser::isValidHalfParsedText()
11315   * StripState::getSubState()
11316   * StripState::merge()
11317 * The DeferredStringifier class is deprecated, use Message::listParam() instead.
11318 * The type string for the parameter $lang of DateFormatter::getInstance is
11319   deprecated.
11320 * Wikimedia\Rdbms\SavepointPostgres is deprecated.
11321 * The DO_MAINTENANCE constant is deprecated. RUN_MAINTENANCE_IF_MAIN should be
11322   used instead.
11323 * The function wfShellWikiCmd() has been deprecated, use
11324   MediaWiki\Shell::makeScriptCommand().
11325 * In the future, the hooks 'PreferencesFormPreSave' and 'PreferencesGetLegend'
11326   will be allowed to provide any HTMLForm object rather than PreferencesForm.
11328 === Other changes in 1.31 ===
11329 * Browser support for Internet Explorer 10 was lowered from Grade A to Grade C.
11330 * Browser support for Opera 12 and older was dropped entirely. Opera 15+
11331   continues at Grade A.
11332 * Multi-content-revision capability was introduced into the storage layer. See
11333   <https://mediawiki.org/wiki/Requests_for_comment/Multi-Content_Revisions>.
11334 * The "free" CSS class is now only applied to unbracketed URLs in wikitext.
11335   Links written using square brackets will get the class "text" not "free".
11336 * RFC 157418: Whitespace is trimmed from wikitext headings, wikitext list items,
11337   wikitext table captions, wikitext table headings, wikitext table cells. HTML
11338   headings, HTML list items, HTML table captions, HTML table headings, HTML
11339   table cells will not have this trimming behavior.
11341 == Compatibility ==
11342 MediaWiki 1.31 requires PHP 7.0.0 or later. Although HHVM 3.18.5 or later is
11343 supported, it is generally advised to use PHP 7.0.0 or later for long term
11344 support.
11346 MySQL/MariaDB is the recommended DBMS. PostgreSQL or SQLite can also be used,
11347 but support for them is somewhat less mature. There is experimental support for
11348 Oracle and Microsoft SQL Server.
11350 The supported versions are:
11352 * MySQL 5.5.8 or later
11353 * PostgreSQL 9.2 or later
11354 * SQLite 3.3.7 or later
11355 * Oracle 9.0.1 or later
11356 * Microsoft SQL Server 2005 (9.00.1399)
11358 == Upgrading ==
11359 1.31 has several database changes since 1.30, and will not work without schema
11360 updates. Note that due to changes to some very large tables like the revision
11361 table, the schema update may take quite long (minutes on a medium sized site,
11362 many hours on a large site).
11364 Don't forget to always back up your database before upgrading!
11366 See the file UPGRADE for more detailed upgrade instructions, including
11367 important information when upgrading from versions prior to 1.11.
11369 For notes on 1.30.x and older releases, see HISTORY.
11371 == Online documentation ==
11372 Documentation for both end-users and site administrators is available on
11373 MediaWiki.org, and is covered under the GNU Free Documentation License (except
11374 for pages that explicitly state that their contents are in the public domain):
11376        https://www.mediawiki.org/wiki/Special:MyLanguage/Documentation
11378 == Mailing list ==
11379 A mailing list is available for MediaWiki user support and discussion:
11381        https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
11383 A low-traffic announcements-only list is also available:
11385        https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce
11387 It's highly recommended that you sign up for one of these lists if you're
11388 going to run a public MediaWiki, so you can be notified of security fixes.
11390 == IRC help ==
11391 There's usually someone online in #mediawiki on irc.freenode.net.
11394 = MediaWiki 1.30 =
11396 == MediaWiki 1.30.2 ==
11398 This is a security and maintenance release of the MediaWiki 1.30 branch.
11400 === Changes since MediaWiki 1.30.1 ===
11401 * (T204729) WatchedItemStore::countVisitingWatchersMultiple() shouldn't query
11402   all titles when asked for none.
11403 * (T109121) Remove deprecated pear/mail_mime-decode from composer suggested
11404   libraries.
11405 * (T207540) Include IP address in "Login for $1 succeeded" log entry.
11406 * (T205765) Don't link to the obsolete "Extension Matrix" page in installer.
11407 * (T207603) SECURITY: User JS may no longer be loaded with mime type
11408   text/javascript if there is no account associated with the username.
11409 * (T113042) SECURITY: Do not allow loading pages raw with a text/javascript MIME
11410   type if non-admins can edit the page.
11411 * (T207541) Pass email address to mail().
11412 * Fix addition of ug_expiry column to user_groups table on MSSQL.
11413 * (T204531) rdbms: reduce LoadBalancer replication log spam.
11414 * (T213489) Avoid session double-start in Setup.php.
11415 * (T195525) Fix db error outage page.
11416 * (T208871) The hard-coded Google search form on the database error page was
11417   removed.
11418 * (T216968) Return pageid as int in both list=iwbacklinks and
11419   list=langbacklinks.
11420 * (T218608) SECURITY: Fix an issue that prevents Extension:OAuth working when
11421   $wgBlockDisablesLogin is true.
11422 * (T25227) SECURITY: action=logout now requires to be posted and have a csrf
11423   token.
11424 * (T222385) resourceloader: Use AND instead of OR for upsert conds in
11425   saveFileDependencies().
11426 * (T224374) Fix message parameters so that the message that says SQLite is out
11427   of date makes sense.
11428 * SpecialPage::checkLoginSecurityLevel() will now preserve POST data when
11429   reauthenticating.
11430 * FormSpecialPage::execute() will now call checkLoginSecurityLevel() if
11431   getLoginSecurityLevel() returns non-false.
11432 * (T197279) SECURITY: Fix reauth in Special:ChangeEmail.
11433 * (T208881) SECURITY: blacklist CSS var().
11434 * (T209794) SECURITY: rate-limit and prevent blocked users from changing email.
11435 * (T199540) SECURITY: API: Respect $wgBlockCIDRLimit in action=block.
11436 * (T212118) SECURITY: Fix cache mode for (un)patrolled recent changes query.
11437 * (T222036, T222038) SECURITY: Add permission check for user is permitted to
11438   view the log type.
11439 * (T221739) SECURITY: resources: Patch jQuery 1.11.3 for CVE-2019-11358.
11441 == MediaWiki 1.30.1 ==
11443 This is a security and maintenance release of the MediaWiki 1.30 branch.
11445 === Changes since MediaWiki 1.30.0 ===
11446 * (T169545, CVE-2018-0503) SECURITY: $wgRateLimits entry for 'user' overrides
11447   'newbie'.
11448 * (T194605, CVE-2018-0505) SECURITY: BotPasswords can bypass CentralAuth's
11449   account lock.
11450 * (T87572) Make FormatMetadata::flattenArrayReal() work for an associative
11451   array.
11452 * Updated composer/spdx-licenses from 1.1.4 to 1.3.0 (development dependency).
11453 * (T189567) the CLI installer (maintenance/install.php) learned to detect and
11454   include extensions. Pass --with-extensions to enable that feature.
11455 * (T190503) Let built-in web server (maintenance/dev) handle .php requests.
11456 * (T167507) selenium: Run Chrome headlessly.
11457 * selenium: Pass -no-sandbox to Chrome under Docker.
11458 * (T179190) selenium: Move logic for running tests from package.json to
11459   selenium.sh
11460 * (T192584) Stop incorrectly passing USE INDEX to RecentChange::newFromConds().
11461 * Add default edit rate limit of 90 edits/minute for all users.
11462 * (T186565) Fix PHP Notice from `ob_end_flush()` in `FileRepo::streamFile()`.
11463 * oojs/oojs-ui updated to remove an unnecessary dependancy.
11464 * (T196125) php-memcached 3.0 (provided with PHP 7.0) is now supported.
11465 * (T118683) Fix exception from &$user deref on HHVM in the TitleMoveComplete
11466   hook.
11467 * (T196672) The mtime of extension.json files is now able to be zero
11468 * (T180403) Validate $length in padleft/padright parser functions.
11469 * (T143790) Make $wgEmailConfirmToEdit only affect edit actions.
11470 * (T193995) Fix undefined patchPath() method call in parser tests.
11471 * Special:BotPasswords now requires reauthentication.
11472 * (T191608, T187638) Add 'logid' parameter to Special:Log.
11473 * (T193829) Indicate when a Bot Password needs reset.
11474 * (T151415) Log email changes.
11475 * (T200861) Fix total breakage of SQLite web upgrade.
11476 * (T202550) Unbreak SpecialListusersHeaderForm and SpecialListusersHeader
11477   hooks.
11478 * (T190539) Explicitly require Postgres 9.1.
11479 * (T118420) Unbreak Oracle installer.
11481 == MediaWiki 1.30.0 ==
11483 === Changes since MediaWiki 1.30.0-rc.0 ===
11484 * Upgraded Moment.js from v2.15.0 to v2.19.3.
11485 * Add ip_changes to postgres/tables.sql.
11486 * Skip null shell parameters.
11487 * Add wfWaitForSlaves() to maintenance/migrateComments.php.
11488 * (T182245) Fix join conditions in ImageListPager.
11489 * (T178626) Revert #contentSub and #jump-to-nav margin changes.
11491 === MySQL version requirement in 1.30 ===
11492 As of 1.30, MediaWiki now requires MySQL 5.5.8 or higher (see Compatibility
11493 section).
11495 === Configuration changes in 1.30 ===
11496 * The "C.UTF-8" locale should be used for $wgShellLocale, if available, to avoid
11497   unexpected behavior when code uses locale-sensitive string comparisons. For
11498   example, the Scribunto extension considers "bar" < "Foo" in most locales
11499   since it ignores case.
11500 * $wgShellLocale now affects LC_ALL rather than only LC_CTYPE. See
11501   documentation of $wgShellLocale for details.
11502 * $wgShellLocale is now applied for all requests. wfInitShellLocale() is
11503   deprecated and a no-op, as it is no longer needed.
11504 * $wgJobClasses may now specify callback functions as an alternative to plain
11505   class names. This is intended for extensions that want control over the
11506   instantiation of their jobs, to allow for proper dependency injection.
11507 * $wgResourceModules may now specify callback functions as an alternative
11508   to plain class names, using the 'factory' key in the module description
11509   array. This allows dependency injection to be used for ResourceLoader modules.
11510 * $wgExceptionHooks has been removed.
11511 * (T163562) $wgRangeContributionsCIDRLimit was introduced to control the size
11512   of IP ranges that can be queried at Special:Contributions.
11513 * (T45547) $wgUsePigLatinVariant added (off by default).
11514 * (T152540) MediaWiki now supports a section ID escaping style that allows to
11515   display non-Latin characters verbatim on many modern browsers. This is
11516   controlled by the new configuration setting, $wgFragmentMode.
11517 * $wgExperimentalHtmlIds is now deprecated and will be removed in a future
11518   version, use $wgFragmentMode to migrate off it to a modern alternative.
11519 * $wgExternalInterwikiFragmentMode was introduced to control how fragments in
11520   sinterwikis going outside of current wiki farm are encoded.
11521 * (T120333) Soft-deprecated the use of PHP extension 'mysql' in favor of
11522   'mysqli'. This PHP extension was deprecated in PHP 5.5 and removed in PHP 7.0.
11523   MediaWiki auto-selects the 'mysqli' driver since MediaWiki 1.22, except if
11524   explicitly requested through the configuration parameter $wgDBservers.
11525 * $wgOOUIEditPage was removed, as it is now the default. This was documented as
11526   a temporary variable during the migration period.
11528 === New features in 1.30 ===
11529 * (T37247) Output from Parser::parse() will now be wrapped in a div with
11530   class="mw-parser-output" by default. This may be changed or disabled using
11531   ParserOptions::setWrapOutputClass().
11532 * (T163562) Added ability to search for contributions within an IP ranges
11533   at Special:Contributions.
11534 * Added 'ChangeTagsAllowedAdd' hook, enabling extensions to allow software-
11535   specific tags to be added by users.
11536 * Added a 'ParserOptionsRegister' hook to allow extensions to register
11537   additional parser options.
11538 * (T45547) Included Pig Latin, a language game in English, as a
11539   LanguageConverter variant.  This allows English-speaking developers
11540   to develop and test LanguageConverter more easily.  Pig Latin can be
11541   enabled by setting $wgUsePigLatinVariant to true.
11542 * Added RecentChangesPurgeRows hook to allow extensions to purge data that
11543   depends on the recentchanges table.
11544 * Added JS config values wgDiffOldId/wgDiffNewId to the output of diff pages.
11545 * (T2424) Added direct unwatch links to entries in Special:Watchlist (if the
11546   'watchlistunwatchlinks' preference option is enabled). With JavaScript
11547   enabled, these links toggle so the user can also re-watch pages that have
11548   just been unwatched.
11549 * Added $wgParserTestMediaHandlers, where mock media handlers can be passed to
11550   MediaHandlerFactory for parser tests.
11551 * Edit summaries, block reasons, and other "comments" are now stored in a
11552   separate database table. Use the CommentFormatter class to access them.
11553 ** This is currently gated by $wgCommentTableSchemaMigrationStage. Most wikis
11554    can set this to MIGRATION_NEW and run maintenance/migrateComments.php as
11555    soon as any necessary extensions are updated.
11556 * (T138166) Added ability for users to prohibit other users from sending them
11557   emails with Special:Emailuser. Can be enabled by setting
11558   $wgEnableUserEmailBlacklist to true.
11559 * (T67297) $wgBrowserBlacklist is deprecated, and changing it will have no
11560   effect. Instead, users using browsers that do not support Unicode will be
11561   unable to edit and should upgrade to a modern browser instead.
11563 === External library changes in 1.30 ===
11565 ==== Upgraded external libraries ====
11566 * Updated justinrainbow/json-schema from v3.0 to v5.2.
11567 * Updated mediawiki/mediawiki-codesniffer from v0.7.2 to v0.12.0.
11568 * Updated wikimedia/composer-merge-plugin from v1.4.0 to v1.4.1.
11569 * Updated wikimedia/relpath from v1.0.3 to v2.0.0.
11570 * Updated OOjs from v2.0.0 to v2.1.0.
11571 * Updated OOUI from v0.21.1 to v0.23.0.
11572 * Updated QUnit from v1.23.1 to v2.4.0.
11573 * Updated phpunit/phpunit from v4.8.35 to v4.8.36.
11574 * Upgraded Moment.js from v2.15.0 to v2.19.3.
11576 ==== New external libraries ====
11577 * The class \TestingAccessWrapper has been moved to the external library
11578   wikimedia/testing-access-wrapper and renamed \Wikimedia\TestingAccessWrapper.
11579 * Purtle, a fast, lightweight RDF generator.
11581 === Bug fixes in 1.30 ===
11582 * (T151633) Ordered list items use now Devanagari digits in Nepalese
11583   (thanks to Sfic)
11585 === Action API changes in 1.30 ===
11586 * (T37247) action=parse output will be wrapped in a div with
11587   class="mw-parser-output" by default. This may be changed or disabled using
11588   the new 'wrapoutputclass' parameter.
11589 * When errorformat is not 'bc', abort reasons from action=login will be
11590   formatted as specified by the error formatter parameters.
11591 * action=compare can now handle arbitrary text, deleted revisions, and
11592   returning users and edit comments.
11593 * (T164106) The 'rvdifftotext', 'rvdifftotextpst', 'rvdiffto',
11594   'rvexpandtemplates', 'rvgeneratexml', 'rvparse', and 'rvprop=parsetree'
11595   parameters to prop=revisions are deprecated, as are the similarly named
11596   parameters to prop=deletedrevisions, list=allrevisions, and
11597   list=alldeletedrevisions. Use action=compare, action=parse, or
11598   action=expandtemplates instead.
11600 === Action API internal changes in 1.30 ===
11601 * ApiBase::getDescriptionMessage() and the "apihelp-*-description" messages are
11602   deprecated. The existing message should be split between "apihelp-*-summary"
11603   and "apihelp-*-extended-description".
11604 * (T123931) Individual values of multi-valued parameters can now be marked as
11605   deprecated.
11607 === Languages updated in 1.30 ===
11608 MediaWiki supports over 350 languages. Many localisations are updated
11609 regularly. Below only new and removed languages are listed, as well as
11610 changes to languages because of Phabricator reports.
11612 * Added: kbp (Kabɩyɛ / Kabiyè)
11613 * Added: skr (Saraiki, سرائیکی)
11614 * Added: tay (Tayal / Atayal)
11615 * Removed: tokipona (Toki Pona)
11617 ==== Pig Latin added ====
11618 * (T45547) Added Pig Latin, a made-up English variant (en-x-piglatin),
11619   for easier variant development and testing. Disabled by default. It can be
11620   enabled by setting $wgUsePigLatinVariant to true.
11622 === Other changes in 1.30 ===
11623 * The use of an associative array for $wgProxyList, where the IP address is in
11624   the key instead of the value, is deprecated (e.g. [ '127.0.0.1' => 'value' ]).
11625   Please convert these arrays to indexed/sequential ones (e.g. [ '127.0.0.1' ]).
11626 * mw.user.bucket (deprecated in 1.23) was removed.
11627 * LoadBalancer::getServerInfo() and LoadBalancer::setServerInfo() are
11628   deprecated. There are no known callers.
11629 * File::getStreamHeaders() was deprecated.
11630 * MediaHandler::getStreamHeaders() was deprecated.
11631 * Title::canTalk() was deprecated. The new Title::canHaveTalkPage() should be
11632   used instead.
11633 * MWNamespace::canTalk() was deprecated. The new MWNamespace::hasTalkNamespace()
11634   should be used instead.
11635 * The ExtractThumbParameters hook (deprecated in 1.21) was removed.
11636 * The OutputPage::addParserOutputNoText and ::getHeadLinks methods (both
11637   deprecated in 1.24) were removed.
11638 * wfMemcKey() and wfGlobalCacheKey() were deprecated. BagOStuff::makeKey() and
11639   BagOStuff::makeGlobalKey() should be used instead.
11640 * (T146304) Preprocessor handling of LanguageConverter markup has been improved.
11641   As a result of the new uniform handling, '-{' may need to be escaped
11642   (for example, as '-<nowiki/>{') where it occurs inside template arguments
11643   or wikilinks.
11644 * (T163966) Page moves are now counted as edits for the purposes of
11645   autopromotion, i.e., they increment the user_editcount field in the database.
11646 * Two new hooks, LogEventsListLineEnding and NewPagesLineEnding, were added for
11647   manipulating Special:Log and Special:NewPages lines.
11648 * The OldChangesListRecentChangesLine, EnhancedChangesListModifyLineData,
11649   PageHistoryLineEnding, ContributionsLineEnding and
11650   DeletedContributionsLineEnding hooks have an additional parameter, for
11651   manipulating HTML data attributes of RC/history lines.
11652   EnhancedChangesListModifyBlockLineData can do that via the
11653   $data['attribs'] subarray.
11654 * (T130632) The OutputPage::enableTOC() method was removed.
11655 * WikiPage::getParserOutput() will now throw an exception if passed
11656   ParserOptions that would pollute the parser cache. Callers should use
11657   WikiPage::makeParserOptions() to create the ParserOptions object and only
11658   change options that affect the parser cache key.
11659 * Article::viewRedirect() is deprecated.
11660 * IP::isValidBlock() was deprecated. Use the equivalent IP::isValidRange().
11661 * DeprecatedGlobal no longer supports passing in a direct value, it requires a
11662   callable factory function or a class name.
11663 * The $parserMemc global, wfGetParserCacheStorage(), and
11664   ParserCache::singleton() are all deprecated. The main ParserCache instance
11665   should be obtained from MediaWikiServices instead. Access to the underlying
11666   BagOStuff is possible through the new ParserCache::getCacheStorage() method.
11667 * .mw-ui-constructive CSS class (deprecated in 1.27) was removed.
11668 * Sanitizer::escapeId() was deprecated, use escapeIdForAttribute(),
11669   escapeIdForLink() or escapeIdForExternalInterwiki() instead.
11670 * Title::escapeFragmentForURL() was deprecated, use one of the aforementioned
11671   Sanitizer functions or, if possible, Title::getFragmentForURL().
11672 * Second parameter to Sanitizer::escapeIdReferenceList() ($options) now does
11673   nothing and is deprecated.
11674 * mw.util.escapeId() was deprecated, use escapeIdForAttribute() or
11675   escapeIdForLink().
11676 * MagicWord::replaceMultiple() (deprecated in 1.25) was removed.
11677 * WikiImporter now requires the second parameter to be an instance of the
11678   Config, class. Prior to that, the Config parameter was optional (a behavior
11679   deprecated in 1.25).
11680 * Removed 'jquery.mwExtension' module. (deprecated since 1.26)
11681 * mediawiki.ui: Deprecate greys, which are not part of WikimediaUI color palette
11682   any more.
11683 * CdbReader, CdbWriter, CdbException classes (deprecated in 1.25) were removed.
11684   The namespaced classes in the Cdb namespace should be used instead.
11685 * IPSet class (deprecated in 1.26) was removed. The namespaced IPSet\IPSet
11686   should be used instead.
11687 * RunningStat class (deprecated in 1.27) was removed. The namespaced
11688   RunningStat\RunningStat should be used instead.
11689 * MWMemcached and MemCachedClientforWiki classes (deprecated in 1.27) were
11690   removed.
11691   The MemcachedClient class should be used instead.
11692 * EditPage underwent some refactoring and deprecations:
11693   * EditPage::isOouiEnabled() is deprecated and will always return true.
11694   * EditPage::getSummaryInput() and ::getSummaryInputOOUI() are deprecated.
11695     Please use ::getSummaryInputWidget() instead.
11696   * EditPage::getCheckboxes() and ::getCheckboxesOOUI() are deprecated. Please
11697     use ::getCheckboxesWidget() instead.
11698   * Creating an EditPage instance without calling EditPage::setContextTitle()
11699     should be avoided and will be deprecated in a future release.
11700   * EditPage::safeUnicodeInput() and ::safeUnicodeOutput() are deprecated and
11701     no-ops.
11702   * EditPage::$isCssJsSubpage, ::$isCssSubpage, and ::$isJsSubpage are
11703     deprecated. The corresponding methods from Title should be used instead.
11704   * EditPage::$isWrongCaseCssJsPage is deprecated. There is no replacement.
11705   * EditPage::$mArticle and ::$mTitle are deprecated for public usage. The
11706     getters ::getArticle() and ::getTitle() should be used instead.
11707   * Trying to control or fake EditPage context by overriding $wgUser,
11708     $wgRequest, $wgOut, and $wgLang is no longer supported and won't work. The
11709     IContextSource returned from EditPage::getContext() must be modified
11710     instead.
11711 * Parser::getRandomString() (deprecated in 1.26) was removed.
11712 * Parser::uniqPrefix() (deprecated in 1.26) was removed.
11713 * Parser::extractTagsAndParams() now only accepts three arguments. The fourth,
11714   $uniq_prefix was deprecated in 1.26 and has now been removed.
11715 * (T172514) The following tables have had their UNIQUE indexes turned into
11716   proper PRIMARY KEYs for increased maintainability: categorylinks, imagelinks,
11717   iwlinks, langlinks, log_search, module_deps, objectcache, pagelinks,
11718   query_cache, site_stats, templatelinks, text, transcache, user_former_groups,
11719   user_properties.
11720 * IDatabase::nextSequenceValue() is no longer needed by any database backends
11721   (formerly it was needed by PostgreSQL and Oracle), and is now deprecated.
11722 * (T146591) The lc_lang_key index on the l10n_cache table has been changed into
11723   a PRIMARY KEY.
11724 * (T157227) bot_password.bp_user, change_tag.ct_log_id, change_tag.ct_rev_id,
11725   page_restrictions.pr_user, tag_summary.ts_log_id, tag_summary.ts_rev_id and
11726   user_properties.up_user have all been made unsigned on MySQL.
11727 * DB_SLAVE is deprecated. DB_REPLICA should be used instead.
11728 * wfUsePHP() is deprecated.
11729 * wfFixSessionID() was removed.
11730 * wfShellExec() and related functions are deprecated, use Shell::command(). This
11731   also slightly changes the behavior of how execution time limits are calculated
11732   when only some of defaults are overridden per-call. When in doubt, always
11733   override both wall clock and CPU time.
11734 * (T138166) SpecialEmailUser::getTarget() now requires a second argument, the
11735   sending user object. Using the method without the second argument is
11736   deprecated.
11737 * (T67297) Browsers that don't support Unicode will have their edits rejected.
11738 * (T178450) The module 'jquery.badge' is deprecated and will be removed in a
11739   future release. For notifying the user of an event, the Notifications ("Echo")
11740   system should be used instead.
11741 * (T178451) SECURITY: Potential XSS when $wgShowExceptionDetails = false and
11742   browser sends non-standard url escaping.
11743 * (T165846) SECURITY: BotPassword login attempts weren't throttled.
11745 = MediaWiki 1.29 =
11747 == MediaWiki 1.29.3 ==
11749 This is a security and maintenance release of the MediaWiki 1.29 branch.
11751 === Changes since 1.29.2 ===
11752 * (T169545, CVE-2018-0503) SECURITY: $wgRateLimits entry for 'user' overrides
11753   'newbie'.
11754 * (T194605, CVE-2018-0505) SECURITY: BotPasswords can bypass CentralAuth's
11755   account lock.
11756 * (T180551) Fix LanguageSrTest for language converter
11757 * (T180552) Fix language converter parser test with self-close tags
11758 * (T180537) Remove $wgAuth usage from wrapOldPasswords.php
11759 * (T180485) InputBox: Have inputbox langconvert certain attributes
11760 * (T161732, T181547) Upgraded Moment.js from v2.15.0 to v2.19.3.
11761 * (T172927) Drop vendor from MW release branch
11762 * (T87572) Make FormatMetadata::flattenArrayReal() work for an associative array
11763 * Updated composer/spdx-licenses from 1.1.4 to 1.3.0 (development dependency).
11764 * (T189567) the CLI installer (maintenance/install.php) learned to detect and
11765   include extensions. Pass --with-extensions to enable that feature.
11766 * (T182381) Mask deprecated call in WatchedItemUnitTest
11767 * (T190503) Let built-in web server (maintenance/dev) handle .php requests.
11768 * The karma qunit tests would fail on some configuration due to headers already
11769   sent. Check headers_sent() before sending cpPosTime headers
11770 * (T167507) selenium: Run Chrome headlessly.
11771 * selenium: Pass -no-sandbox to Chrome under Docker
11772 * (T191247) Use MediaWiki\SuppressWarnings around trigger_error('') instead @
11773 * (T75174, T161041) Unit test ChangesListSpecialPageTest::testFilterUserExpLevel
11774   fails under SQLite.
11775 * (T192584) Stop incorrectly passing USE INDEX to RecentChange::newFromConds().
11776 * (T179190) selenium: Move test running logic from package.json to selenium.sh.
11777 * (T117839, T193200) PDFHandler: Fix for pdfinfo changes in poppler-utils 0.48.
11778 * Add default edit rate limit of 90 edits/minute for all users.
11779 * (T196125) php-memcached 3.0 (provided with PHP 7.0) is now supported.
11780 * (T196672) The mtime of extension.json files is now able to be zero
11781 * (T180403) Validate $length in padleft/padright parser functions.
11782 * (T143790) Make $wgEmailConfirmToEdit only affect edit actions.
11783 * (T194237) Special:BotPasswords now requires reauthentication.
11784 * (T191608, T187638) Add 'logid' parameter to Special:Log.
11785 * (T176097) resourceloader: Disable a flaky MessageBlobStoreTest case
11786 * (T193829) Indicate when a Bot Password needs reset.
11787 * (T151415) Log email changes.
11788 * (T118420) Unbreak Oracle installer.
11790 == MediaWiki 1.29.2 ==
11792 This is a security and maintenance release of the MediaWiki 1.29 branch.
11794 === Changes since 1.29.1 ===
11795 * (T166757) Avoid scoped lock errors in Category::refreshCounts() due to
11796   nesting.
11797 * (T175439) Unbreak Postgres Updater when setting defaults for a column.
11798 * (T160298) Remove use of implicitGroupBy() in ActiveUsersPager.
11799 * Fixed login button label to accept RawMessage.
11800 * Fixed case of SpecialRecentChanges class usage.
11801 * (T174255) Declare uploadCount property in importDump.php.
11802 * (T163646) Pass a string not an int to mysql_real_escape_string().
11803 * (T180143) Bump justinrainbow/json-schema development dependency to ~5.2.
11804 * Updated dev dependancy phpunit/phpunit from v4.8.35 to v4.8.36.
11805 * (T178451) SECURITY: Potential XSS when $wgShowExceptionDetails = false and
11806   browser sends non-standard url escaping.
11807 * (T165846) SECURITY: BotPassword login attempts weren't throttled.
11808 * (T128209) SECURITY: Reflected File Download from api.php.
11809 * (T134100) SECURITY: Do not reveal if user exists during login failure.
11810 * (T176247) SECURITY: Ensure Message::rawParams can't lead to XSS.
11811 * (T125163) SECURITY: Make anchor for headlines escape > and <.
11812 * (T180237) SECURITY: Protect vendor folder with .htaccess.
11813 * (T180231) SECURITY: Remove PHPUnit file with known RCE if exists in
11814   update.php.
11815 * (T124404) SECURITY: XSS in langconverter when regex hits pcre.backtrack_limit.
11816 * (T119158) SECURITY: Handle -{}- syntax in attributes safely.
11817 * (T180488) (T125177) "api.log contains passwords in plaintext" wasn't correctly
11818   fixed in all branches in the previous security release.
11820 == MediaWiki 1.29.1 ==
11822 This is a maintenance release of the MediaWiki 1.29 branch.
11824 The SpamBlacklist and PdfHandler extensions were missing from the generated
11825 packages.
11827 === Changes since 1.29.1 ===
11828 * (T164999) Define mw.Upload.Dialog.static.name in mediawiki.Upload.Dialog.js.
11829 * (T172061) Fix fatal when passing a category to refreshLinks.php.
11831 == MediaWiki 1.29.0 ==
11833 === Configuration changes in 1.29 ===
11834 * Default cookie expiration time has been reduced to 30 days. Login cookie
11835   expiration time is kept at 180 days.
11836 * A new configuration variable has been added: $wgCookieSetOnAutoblock. This
11837   determines whether to set a cookie when a user is autoblocked. Doing so means
11838   that a blocked user, even after logging out and moving to a new IP address,
11839   will still be blocked.
11840 * The resetpassword right and associated password reset capture feature has
11841   been removed.
11842 * The $error parameter to the EmailUser hook should be set to a Status object
11843   or boolean false. This should be compatible with at least MediaWiki 1.23 if
11844   not earlier. Returning a raw HTML string is now deprecated.
11845 * The $message parameter to the ApiCheckCanExecute hook should be set to an
11846   ApiMessage. This is compatible with MediaWiki 1.27 and later. Returning a
11847   code for ApiBase::parseMsg() will no longer work.
11848 * ApiBase::$messageMap is no longer public. Code attempting to access it will
11849   result in a PHP fatal error.
11850 * $wgUserEmailUseReplyTo is now true by default to work around restrictive DMARC
11851   policies.
11852 * Subpages are now enabled by default in the Template namespace. Set
11853   $wgNamespacesWithSubpages[NS_TEMPLATE] to false to keep the old behavior.
11854 * $wgRunJobsAsync is now false by default (T142751). This change only affects
11855   wikis with $wgJobRunRate > 0.
11856 * (T158474) "Unknown user" has been added to $wgReservedUsernames.
11857 * (T156983) $wgRateLimitsExcludedIPs now accepts CIDR ranges as well as single
11858   IPs.
11859 * $wgDummyLanguageCodes is deprecated. Additional language code mappings may be
11860   added to $wgExtraLanguageCodes instead.
11861 * (T161453) LocalisationCache will no longer use the temporary directory in it's
11862   fallback chain when trying to work out where to write the cache.
11863 * The user right 'editusercssjs' (deprecated in 1.16) was removed. Use
11864   'editusercss' and 'edituserjs' in $wgGroupPermissions and elsewhere instead.
11866 === New features in 1.29 ===
11867 * (T5233) A cookie can now be set when a user is autoblocked, to track that user
11868   if they move to a new IP address. This is disabled by default.
11869 * Added ILocalizedException interface to standardize the use of localized
11870   exceptions, largely so the API can handle them more sensibly.
11871 * Blocks created automatically by MediaWiki, such as for configured proxies or
11872   dnsbls, are now indicated as such and use a new i18n message when displayed.
11873 * Added new $wgHTTPImportTimeout setting. Sets timeout for
11874   downloading the XML dump during a transwiki import in seconds.
11875 * Parser limit report is now available in machine-readable format to JavaScript
11876   via mw.config.get('wgPageParseReport').
11877 * Added $wgSoftBlockRanges, to allow for automatically blocking anonymous edits
11878   from certain IP ranges (e.g. private IPs).
11879 * (T59603) Added new magic word {{PAGELANGUAGE}} which returns the language code
11880   of the page being parsed.
11881 * HTML5 form validation attributes will no longer be suppressed. Originally
11882   browsers had poor support for them, but modern browsers handle them fine.
11883   This might affect some forms that used them and only worked because the
11884   attributes were not actually being set.
11885 * Expiry times can now be specified when users are added to user groups.
11886 * Completely new user interface for the RecentChanges page, which
11887   structures filters into user-friendly groups.  This has corresponding
11888   changes to how filters are registered by core and extensions.
11889 * The edit form now uses pretty OOjs UI buttons, checkboxes and summary input.
11890   Because this change can cause problems for extensions and on-wiki
11891   scripts depending on the exact HTML, the old version is still available
11892   and can be used by setting $wgOOUIEditPage = false; in LocalSettings.php.
11893   This will be removed later and OOjs UI will become the only option.
11894   To make testing easier, users can also force either mode by adding
11895   &ooui=true or &ooui=false to the action=edit URL.
11897 === External library changes in 1.29 ===
11899 ==== Upgraded external libraries ====
11900 * Updated QUnit from v1.22.0 to v1.23.1.
11901 * Updated cssjanus from v1.1.2 to v1.2.0.
11902 * Updated psr/log from v1.0.0 to v1.0.2.
11903 * Update Moment.js from v2.8.4 to v2.15.0.
11904 * Updated oyejorge/less.php from v1.7.0.10 to v1.7.0.14.
11905 * Updated monolog from v1.18.2 to 1.22.1.
11906 * Updated wikimedia/composer-merge-plugin from v1.3.1 to v1.4.0.
11907 * Updated OOjs from v1.1.10 to v2.0.0.
11908 * Updated jQuery from v1.11.3 to v3.2.1 (including jQuery Migrate v3.0.0).
11910 ==== New external libraries ====
11911 * Added wikimedia/timestamp v1.0.0.
11912 * Added wikimedia/remex-html v1.0.1.
11914 ==== Removed and replaced external libraries ====
11916 === Bug fixes in 1.29 ===
11917 * (T62604) Core parser functions returning a number now format the number
11918   according to the page content language, not wiki content language.
11919 * (T27187) Search suggestions based on jquery.suggestions will now correctly
11920   only highlight prefix matches in the results.
11921 * (T157035) "new mw.Uri()" was ignoring options when using default URI.
11922 * Special:Allpages can no longer be filtered by redirect in miser mode.
11923 * (T160519) CACHE_ANYTHING will not be CACHE_ACCEL if no accelerator is
11924   installed.
11925 * (T109140) (T122209) SECURITY: Special:UserLogin and Special:Search allow
11926   redirect to interwiki links.
11927 * (T144845) SECURITY: XSS in SearchHighlighter::highlightText() when
11928   $wgAdvancedSearchHighlighting is true.
11929 * (T125177) SECURITY: API parameters may now be marked as "sensitive" to keep
11930   their values out of the logs.
11931 * (T150044) SECURITY: "Mark all pages visited" on the watchlist now requires a
11932   CSRF token.
11933 * (T156184) SECURITY: Escape content model/format url parameter in message.
11934 * (T151735) SECURITY: SVG filter evasion using default attribute values in DTD
11935   declaration.
11936 * (T161453) SECURITY: LocalisationCache will no longer use the temporary
11937   directory in it's fallback chain when trying to work out where to write the
11938   cache.
11939 * (T48143) SECURITY: Spam blacklist ineffective on encoded URLs inside file
11940   inclusion syntax's link parameter.
11941 * (T108138) SECURITY: Sysops can undelete pages, although the page is protected
11942   against it.
11944 === Action API changes in 1.29 ===
11945 * Submitting sensitive authentication request parameters to action=login,
11946   action=clientlogin, action=createaccount, action=linkaccount, and
11947   action=changeauthenticationdata in the query string is now an error. They
11948   should be submitted in the POST body instead.
11949 * The capture option for action=resetpassword has been removed
11950 * action=clearhasmsg now requires a POST.
11951 * (T47843) API errors and warnings may be requested in non-English languages
11952   using the new 'errorformat', 'errorlang', and 'errorsuselocal' parameters.
11953 * API error codes may have changed. Most notably, errors from modules using
11954   parameter prefixes (e.g. all query submodules) will no longer be prefixed.
11955 * ApiPageSet-using modules will report the 'invalidreason' using the specified
11956   'errorformat'.
11957 * action=emailuser may return a "Warnings" status, and now returns 'warnings'
11958   and 'errors' subelements (as applicable) instead of 'message'.
11959 * action=imagerotate returns an 'errors' subelement rather than 'errormessage'.
11960 * action=move now reports errors when moving the talk page as an array under
11961   key 'talkmove-errors', rather than using 'talkmove-error-code' and
11962   'talkmove-error-info'. The format for subpage move errors has also changed.
11963 * action=revisiondelete no longer includes a "rendered" property on warnings
11964   and errors for each item. Use errorformat=wikitext if you're wanting parsed
11965   output.
11966 * action=rollback no longer returns a "messageHtml" property. Use
11967   errorformat=html if you're wanting HTML formatting of error messages.
11968 * action=upload now reports optional stash failures as an array under key
11969   'stasherrors' rather than a 'stashfailed' text string.
11970 * action=watch reports 'errors' and 'warnings' instead of a single 'error', and
11971   no longer returns a 'message' on success.
11972 * Added action=validatepassword to validate passwords for the account creation
11973   and password change forms.
11974 * action=purge now requires a POST.
11975 * There is a new `languagevariants` siprop for action=query&meta=siteinfo,
11976   which returns a list of languages with active LanguageConverter instances.
11977 * action=query&query=allpages will no longer filter redirects using a database
11978   query in miser mode. This may result in less results being returned than were
11979   requested.
11981 === Action API internal changes in 1.29 ===
11982 * New methods were added to ApiBase to handle errors and warnings using i18n
11983   keys. Methods for using hard-coded English messages were deprecated:
11984   * ApiBase::dieUsage() was deprecated
11985   * ApiBase::dieUsageMsg() was deprecated
11986   * ApiBase::dieUsageMsgOrDebug() was deprecated
11987   * ApiBase::getErrorFromStatus() was deprecated
11988   * ApiBase::parseMsg() was deprecated
11989   * ApiBase::setWarning() was deprecated
11990 * ApiBase::$messageMap is no longer public. Code attempting to access it will
11991   result in a PHP fatal error.
11992 * The $message parameter to the ApiCheckCanExecute hook should be set to an
11993   ApiMessage. This is compatible with MediaWiki 1.27 and later. Returning a
11994   code for ApiBase::parseMsg() will no longer work.
11995 * UsageException is deprecated in favor of ApiUsageException. For the time
11996   being ApiUsageException is a subclass of UsageException to allow things that
11997   catch only UsageException to still function properly.
11998 * If, for some strange reason, code was using an ApiErrorFormatter instead of
11999   ApiErrorFormatter_BackCompat, note that the result format has changed and
12000   various methods now take a module path rather than a module name.
12001 * ApiMessageTrait::getApiCode() now strips 'apierror-' and 'apiwarn-' prefixes
12002   from the message key, and maps some message keys for backwards compatibility.
12003 * API parameters may now be marked as "sensitive" to keep their values out of
12004   the logs.
12006 === Languages updated in 1.29 ===
12008 MediaWiki supports over 350 languages. Many localisations are updated
12009 regularly. Below only new and removed languages are listed, as well as
12010 changes to languages because of Phabricator reports.
12012 * Based as always on linguistic studies on intelligibility and language
12013   knowledge by geography, language fallbacks have been expanded. When a
12014   translation is missing in the user's preferred interface language, the
12015   corresponding translation for the fallback language will be used instead.
12016   English will only be used as last resort when there are no translations.
12017   Some configurations (such as date formats and gender namespaces) have also
12018   been updated when using the fallback language's configuration was inadequate.
12019   The new or reinstated language fallbacks are (after cs ↔ sk in 1.28):
12020   ca ↔ oc; hsb ↔ dsb; io → eo; mdf → ru; pnt → el; roa-tara → it; rup → ro;
12021   sh → bs, sr-el, hr.
12022 * (T137376) New language support: Atikamekw (atj).
12023 * (T163600) New language support: Dinka (din).
12024 * (T155957) Talk Namespaces for Javanese language (jv) have been updated.
12026 ==== No fallback for Ukrainian ====
12027 * (T39314) The fallback from Ukrainian to Russian was removed. The Ukrainian
12028   language will now use the default fallback language: English. When a
12029   translation to Ukrainian is not available, an English string will be shown.
12031 === Other changes in 1.29 ===
12032 * Database::getSearchEngine() (deprecated in 1.28) was removed. Use
12033   SearchEngineFactory::getSearchEngineClass() instead.
12034 * $wgSessionsInMemcached (deprecated in 1.20) was removed. No replacement is
12035   required as all sessions are stored in Object Cache now.
12036 * MWHttpRequest::execute() should be considered to return a StatusValue; the
12037   Status return type is deprecated.
12038 * User::edits() (deprecated in 1.21) was removed.
12039 * Xml::escapeJsString() (deprecated in 1.21) was removed.
12040 * Article::getText() and Article::prepareTextForEdit() (deprecated in 1.21)
12041   were removed.
12042 * Article::getAutosummary() and WikiPage::getAutosummary() (deprecated in 1.21)
12043   were removed.
12044 * Hook ArticleViewCustom (deprecated in 1.21) was removed. Use
12045   ArticleContentViewCustom instead.
12046 * Hooks EditPageGetDiffText and ShowRawCssJs (deprecated in 1.21) were removed.
12047 * Class RevisiondeleteAction (deprecated in 1.25) was removed.
12048 * WikiPage::prepareTextForEdit() (deprecated in 1.21) was removed.
12049 * WikiPage::getText() (deprecated in 1.21) was removed.
12050 * Article::fetchContent() (deprecated in 1.21) was removed.
12051 * User::getPassword() (deprecated in 1.27) was removed.
12052 * User::getTemporaryPassword() (deprecated in 1.27) was removed.
12053 * User::isPasswordReminderThrottled() (deprecated in 1.27) was removed.
12054 * Class FSRepo (deprecated in 1.19) was removed.
12055 * WebRequest::checkSessionCookie() (deprecated in 1.27) was removed. Use
12056   \MediaWiki\Session\SessionManager::singleton()->getPersistedSessionId()
12057   instead.
12058 * Class ImageGallery (deprecated in 1.22) was removed.
12059   Use ImageGalleryBase::factory instead.
12060 * Title::moveNoAuth() (deprecated in 1.25) was removed. Use MovePage class
12061   instead.
12062 * Hook UnknownAction (deprecated in 1.19) was actually deprecated (it will now
12063   emit warnings). Create a subclass of Action and add it to $wgActions instead.
12064 * WikiRevision::getText() (deprecated since 1.21) is no longer marked
12065   deprecated.
12066 * Linker::getInterwikiLinkAttributes() (deprecated since 1.25) was removed.
12067 * Linker::getInternalLinkAttributes() (deprecated since 1.25) was removed.
12068 * Linker::getInternalLinkAttributesObj() (deprecated since 1.25) was removed.
12069 * Linker::getLinkAttributesInternal() (deprecated since 1.25) was removed.
12070 * RedisConnectionPool::handleException (deprecated since 1.23) was removed.
12071 * The static properties mw.Api.errors and mw.Api.warnings, containing incomplete
12072   and outdated lists of errors/warnings returned by the API, are now deprecated.
12073 * wiki.phtml entry point was removed.  Refer to index.php instead. If you want
12074   "wiki.phtml" URLs to continue to work, set up redirects. In Apache, this can
12075   be done by enabling mod_rewrite and adding the following rules to your
12076   configuration:
12078     RewriteEngine On
12079     RewriteBase /
12080     RewriteRule ^/w/wiki\.phtml$ /w/index.php [R=301,L]
12081 * Hook ArticleAfterFetchContent (deprecated in 1.21) was removed.
12082   Use ArticleAfterFetchContentObject instead.
12083 * Hook ArticleInsertComplete (deprecated in 1.21) was removed.
12084   Use PageContentInsertComplete instead.
12085 * Hook ArticleSave (deprecated in 1.21) was removed.
12086   Use PageContentSave instead.
12087 * Hook ArticleSaveComplete (deprecated in 1.21) was removed.
12088   Use PageContentSaveComplete instead.
12089 * Hook EditFilterMerged (deprecated in 1.21) was removed.
12090   Use EditFilterMergedContent instead.
12091 * Hook EditPageGetPreviewText (deprecated in 1.21) was removed.
12092   Use EditPageGetPreviewContent instead.
12093 * Hook TitleIsCssOrJsPage (deprecated in 1.21) was removed.
12094   Use ContentHandlerDefaultModelFor instead.
12095 * Hook TitleIsWikitextPage (deprecated in 1.21) was removed.
12096   Use ContentHandlerDefaultModelFor instead.
12097 * Article::getContent() (deprecated in 1.21) was removed.
12098 * Revision::getText() (deprecated in 1.21) was removed.
12099 * Article::doEdit() and WikiPage::doEdit() (deprecated in 1.21) were removed.
12100 * Parser::replaceUnusualEscapes() (deprecated in 1.24) was removed.
12101 * Article::doEditContent() was marked as deprecated, to be removed in 1.30
12102   or later.
12103 * ContentHandler::runLegacyHooks() was removed.
12104 * refreshLinks.php now can be limited to a particular category with
12105   --category=... or a tracking category with --tracking-category=...
12106 * User-like objects that are passed to SpecialUserRights and its subclasses are
12107   now required to have a getGroupMemberships() method. See UserRightsProxy for
12108   an example.
12109 * User::$mGroups (instance variable) was marked private. Use User::getGroups()
12110   instead.
12111 * User::getGroupName(), User::getGroupMember(), User:getGroupPage(),
12112   User::makeGroupLinkHTML(), and User::makeGroupLinkWiki() were deprecated.
12113   Use equivalent methods on the UserGroupMembership class.
12114 * Maintenance scripts and tests that call User::addGroup() must now ensure that
12115   User objects have been added to the database prior to calling addGroup().
12116 * Protected function UsersPager::getGroups() was removed, and protected function
12117   UsersPager::buildGroupLink() was changed from a static to an instance method.
12118 * The third parameter ($cache) to the UsersPagerDoBatchLookups hook was changed;
12119   see docs/hooks.txt.
12120 * User::crypt() (deprecated in 1.24) was removed.
12121 * User::comparePasswords() (deprecated in 1.24) was removed.
12122 * ArchivedFile::getUserText() (deprecated in 1.23) was removed.
12123 * HTMLFileCache::newFromTitle() (deprecated in 1.24) was removed.
12124 * BREAKING CHANGE: Internal signature changes to ChangesListSpecialPage
12125   and subclasses.  It should only break if you call buildMainQueryConds
12126   (changed to buildQuery with new signature) or doMainQuery (new
12127   signature).  Subclasses are likely to call at least doMainQuery
12128   (possibly both), but other classes might too, because they were
12129   public.
12130   Also, some related hooks were deprecated, but this is not yet a
12131   breaking change.
12132 * Removed 'jquery.arrowSteps' module. (deprecated since 1.28)
12133 * The 'jquery.autoEllipsis' ResourceLoader module is now deprecated.
12134 * WikiRevision::$fileIsTemp was deprecated.
12135 * WikiRevision::$importer was deprecated.
12136 * WikiRevision::$user was deprecated.
12137 * Article::getLastPurgeTimestamp(), WikiPage::getLastPurgeTimestamp(), and the
12138   WikiPage::PURGE_* constants are deprecated, and the functions will always
12139   return false. They were a hack for an issue that has since been fixed.
12140 * Hook 'EditPageBeforeEditChecks' is now deprecated. Instead use the new hook
12141   'EditPageGetCheckboxesDefinition', or 'EditPage::showStandardInputs:options'
12142   if you don't actually care about checkboxes and just want to add some HTML
12143   to the page.
12144 * Selflinks are now rendered as href-less <a> tags with the class mw-selflink
12145   rather than <strong> tags. The old class name, "selflink", was deprecated
12146   and will be removed in a future release. (T160480)
12147 * (T156184) $wgRawHtml will no longer apply to internationalization messages.
12148 * Browser support for non-ES5 JavaScript browsers, including Android 2,
12149   Opera <12.10, and Internet Explorer 9, was lowered from Grade A to Grade C.
12150 * Removed wikibits global methods deprecated since MediaWiki 1.17 (T122755):
12151   is_gecko, is_chrome_mac, is_chrome, webkit_version, is_safari_win, is_safari,
12152   webkit_match, is_ff2, ff2_bugs, is_ff2_win, is_ff2_x11, opera95_bugs,
12153   opera7_bugs, opera6_bugs, is_opera_95, is_opera_preseven, is_opera,
12154   ie6_bugs, clientPC, changeText, killEvt, addHandler, hookEvent,
12155   addClickHandler, removeHandler, getElementsByClassName, getInnerText,
12156   setupCheckboxShiftClick, addCheckboxClickHandlers, mwEditButtons,
12157   mwCustomEditButtons, injectSpinner, removeSpinner, escapeQuotes,
12158   escapeQuotesHTML, jsMsg, addPortletLink, appendCSS, tooltipAccessKeyPrefix,
12159   tooltipAccessKeyRegexp, updateTooltipAccessKeys.
12160 * The ID of the <li> element containing the login link has changed from
12161   'pt-login' to 'pt-login-private' in private wikis.
12162 * The old, neglected "bulletin board style toolbar" in the edit form is now
12163   deprecated (T30856). This old code dates from 2006, and was replaced in the
12164   MediaWiki release tarball and in Wikimedia production by the WikiEditor
12165   extension in 2010. It is only shown to users if no other editor was
12166   installed, and leads to confusion.
12167 * (T92459) Loading ResourceLoader modules containing JavaScript through
12168   addModuleStyles() is deprecated and will log a warning server-side.
12170 = MediaWiki 1.28 =
12172 == MediaWiki 1.28.3 ==
12174 This is a security and maintenance release of the MediaWiki 1.28 branch.
12176 === Changes since 1.28.2 ==
12177 * (T168856) Allow SVGs created by Dia to be uploaded.
12178 * (T157545) Add missing doUpdates() call to refreshLinks.php.
12179 * (T165714) (T100085) Better handling of jobs execution in post-connection
12180   shutdown.
12181 * (T154425) (T154438) (T157679) Use AutoCommitUpdate instead of
12182   Database->onTransactionIdle.
12183 * (T154425) Make DeferredUpdates detect LBFactory transaction rounds.
12184 * (T149454) Restore erroneously removed realTableName call from
12185   DatabasePostgres.
12186 * (T167798) Fix phrase search and highlighting for phrase queries.
12187 * (T151136) Provide credits information to callbacks in extension registration.
12188 * (T160462) Allow namespaces defined in extension.json to be overwritten
12189   locally.
12190 * (T168337) Fix ErrorPageError to work from non-UI contexts.
12191 * (T143788) Backports for PHP 7.0 and 7.1 support.
12192 * (T175439) Unbreak Postgres Updater when setting defaults for a column.
12193 * (T160298) Remove use of implicitGroupBy() in ActiveUsersPager.
12194 * (T174255) Declare uploadCount property in importDump.php.
12195 * (T180231) SECURITY: Updated dev dependancy phpunit/phpunit from v4.8.24 to
12196   v4.8.36.
12197 * (T178451) SECURITY: Potential XSS when $wgShowExceptionDetails = false and
12198   browser sends non-standard url escaping.
12199 * (T165846) SECURITY: BotPassword login attempts weren't throttled.
12200 * (T128209) SECURITY: Reflected File Download from api.php.
12201 * (T134100) SECURITY: Do not reveal if user exists during login failure.
12202 * (T176247) SECURITY: Ensure Message::rawParams can't lead to XSS.
12203 * (T125163) SECURITY: Make anchor for headlines escape > and <.
12204 * (T180237) SECURITY: Protect vendor folder with .htaccess.
12205 * (T180231) SECURITY: Remove PHPUnit file with known RCE if exists in
12206   update.php.
12207 * (T124404) SECURITY: XSS in langconverter when regex hits pcre.backtrack_limit.
12208 * (T119158) SECURITY: Handle -{}- syntax in attributes safely.
12210 == MediaWiki 1.28.2 ==
12212 Due to a packaging error, the wrong version of the SyntaxHighlight extension was
12213 included in the tarball version of MediaWiki 1.28.1. The version included had a
12214 serious security issue in it (T158689). There was also some minor code fixes in
12215 MediaWiki itself since 1.28.1, but none of them were security relevant.
12217 == MediaWiki 1.28.1 ==
12219 This is a security and maintenance release of the MediaWiki 1.28 branch.
12221 === Changes since 1.28.0 ===
12223 * $wgRunJobsAsync is now false by default (T142751). This change only affects
12224   wikis with $wgJobRunRate > 0.
12225 * Fix fatal from "WaitConditionLoop" not being found, experienced when a wiki
12226   has more than one database server setup.
12227 * (T152717) Better escaping for PHP mail() command,
12228 * (T154670) A missing method causing the MySQL installer to fatal in rare
12229   circumstances was restored.
12230 * (T154672) Un-deprecate ArticleAfterFetchContentObject hook.
12231 * (T158766) Avoid SQL error on MSSQL when using selectRowCount().
12232 * (T145635) Fix too long index error when installing with MSSQL.
12233 * (T156184) $wgRawHtml will no longer apply to internationalization messages.
12234 * (T160519) CACHE_ANYTHING will not be CACHE_ACCEL if no accelerator is
12235   installed.
12236 * (T154872) Fix incorrect ar_usertext_timestamp index names in new 1.28
12237   installs.
12238 * (T109140) (T122209) SECURITY: Special:UserLogin and Special:Search allow
12239   redirect to interwiki links.
12240 * (T144845) SECURITY: XSS in SearchHighlighter::highlightText() when
12241   $wgAdvancedSearchHighlighting is true.
12242 * (T125177) SECURITY: API parameters may now be marked as "sensitive" to keep
12243   their values out of the logs.
12244 * (T150044) SECURITY: "Mark all pages visited" on the watchlist now requires a
12245   CSRF token.
12246 * (T156184) SECURITY: Escape content model/format url parameter in message.
12247 * (T151735) SECURITY: SVG filter evasion using default attribute values in DTD
12248   declaration.
12249 * (T161453) SECURITY: LocalisationCache will no longer use the temporary
12250   directory in it's fallback chain when trying to work out where to write the
12251   cache.
12252 * (T48143) SECURITY: Spam blacklist ineffective on encoded URLs inside file
12253   inclusion syntax's link parameter.
12254 * (T108138) SECURITY: Sysops can undelete pages, although the page is protected
12255   against it.
12257 == MediaWiki 1.28 ==
12259 === Changes since 1.28.0-rc1 ===
12260 * (T148957) Replace wgShowExceptionDetails with wgShowDBErrorBacktrace on db
12261   errors.
12262 * (T148956) Only apply wgDBschema to postgres/mssql.
12263 * (T145991) Introduce separate log action for deleting pages on move.
12264 * (T141474) (T110464) Bypass login page if no user input is required.
12266 === Changes since 1.28.0-rc0 ===
12267 * (T142210) The changes to move the parser "NewPP limit report" from a HTML
12268   comment to a machine-readable JavaScript config option 'wgPageParseReport'
12269   have been undone. They caused the human-readable limit report to be shown
12270   incompletely or not at all. ParserOutput::setLimitReportData() and
12271   getLimitReportData() behave as they did in MediaWiki 1.27 again.
12272 * (T149510) Value of {{DISPLAYTITLE:}} parser function will not be used for
12273   the text of subheadings on a category page when creating it. This wasn't
12274   working correctly.
12275 * (T106793) MediaWiki will no longer try to perform a HTTP redirect to the
12276   canonical pretty URL when a non-pretty URL is used. It resulted in redirect
12277   loops in some clients and in some server configurations. This undoes a change
12278   made in MediaWiki 1.26.
12279 * (T149759) manifest_version: 2 was removed.
12281 === Configuration changes in 1.28 ===
12282 * $wgSend404Code now affects status code of action=history if the page is not
12283   there.
12284 * BREAKING CHANGE: $wgHTTPProxy is now *required* for all external requests
12285   made by MediaWiki via a proxy. Relying on the http_proxy environment
12286   variable is no longer supported.
12287 * The load.php entry point now enforces the existing policy of not allowing
12288   access to session data, which includes the session user and the session
12289   user's language. If such access is attempted, an exception will be thrown.
12290 * The number of internal PBKDF2 iterations used to derive the session secret
12291   is configurable via $wgSessionPbkdf2Iterations.
12292 * Upload dialog's file upload log comment can now be configured separately for
12293   local and foreign uploads.
12294 * $wgForeignUploadTargets now defaults to `[ 'local' ]`, where `'local'`
12295   signifies local uploads. A value of `[]` (empty array) now means that
12296   no upload targets are allowed, effectively disabling the upload dialog.
12297 * The deprecated $wgEditEncoding variable has been removed; it was only used
12298   for Esperanto language character conversion. You are now recommended to use
12299   input methods provided by the UniversalLanguageSelector extension.
12300 * When $wgPingback is true, MediaWiki will periodically ping
12301   https://www.mediawiki.org/beacon with basic information about the local
12302   MediaWiki installation. This data includes, for example, the type of system,
12303   PHP version, and chosen database backend. This behavior is off by default.
12304 * When $wgEditSubmitButtonLabelPublish is true, MediaWiki will label the button
12305   to store-to-database-and-show-to-others as "Publish page"/"Publish changes";
12306   if false, the default, they will be "Save page"/"Save changes".
12307 * The 'editcontentmodel' permission is now granted to all logged-in users
12308   ('user').
12309   instead of just administrators ('sysop'). Documentation for this feature is
12310   available at <https://www.mediawiki.org/wiki/Help:ChangeContentModel>.
12311 * $wgRevisionCacheExpiry is now set to one week by default instead of being
12312   disabled.
12313 * Magic links are now disabled by default, and can be re-enabled by modifying
12314   the value of $wgEnableMagicLinks. Their usage is discouraged, but if they are
12315   manually enabled, a tracking category will be added to help identify usage and
12316   make it easier to migrate away from. If you depend upon magic link
12317   functionality, it is requested that you comment on
12318   <https://www.mediawiki.org/wiki/Requests_for_comment/Future_of_magic_links>
12319   and explain your use case(s).
12320 * New config variable $wgCSPFalsePositiveUrls to control what URLs to ignore
12321   in upcoming Content-Security-Policy feature's reporting.
12323 === New features in 1.28 ===
12324 * User::isBot() method for checking if an account is a bot role account.
12325 * Added a new 'slideshow' mode for galleries.
12326 * Added a new hook, 'UserIsBot', to aid in determining if a user is a bot.
12327 * Added a new hook, 'ApiMakeParserOptions', to allow extensions to better
12328   interact with API parsing.
12329 * Added a new hook, 'UploadVerifyUpload', which can be used to reject a file
12330   upload. Unlike 'UploadVerifyFile' it provides information about upload comment
12331   and the file description page, but does not run for uploads to stash.
12332 * (T141604) Extensions can now provide a better error message when their
12333   maintenance scripts are run without the extension being installed.
12334 * (T8948) Numeric sorting in categories is now supported by setting
12335   $wgCategoryCollation to 'uca-default-u-kn' or 'uca-<langcode>-u-kn'. If you
12336   can't use UCA collations, a 'numeric' collation is also available. If
12337   migrating from another collation, you will need to run the updateCollation.php
12338   maintenance script.
12339 * Two new codes have been added to #time parser function: "xit" for days in
12340   current month, and "xiz" for days passed in the year, both in Iranian
12341   calendar.
12342 * mw.Api has a new option, useUS, to use U+001F (Unit Separator) when
12343   appropriate for sending multi-valued parameters. This defaults to true when
12344   the mw.Api instance seems to be for the local wiki.
12345 * After a client performs an action which alters a database that has replica
12346   databases, MediaWiki will wait for the replica databases to synchronize with
12347   the master database while it renders the HTML output. However, if the output
12348   is a redirect to another wiki on the wiki farm with a different domain,
12349   MediaWiki will instead alter the redirect URL to include a ?cpPosTime
12350   parameter that triggers the database synchronization when the URL is followed
12351   by the client. The same-domain case uses a new cpPosTime cookie.
12352 * Added new hooks, 'ApiQueryBaseBeforeQuery', 'ApiQueryBaseAfterQuery', and
12353   'ApiQueryBaseProcessRow', to make it easier for extensions to add 'prop' and
12354   'show' parameters to existing API query modules.
12356 === External library changes in 1.28 ===
12358 ==== Upgraded external libraries ====
12359 * Updated es5-shim from v4.1.5 to v4.5.8
12360 * Updated composer/semver from v1.4.1 to v1.4.2
12361 * Updated wikimedia/php-session-serializer from v1.0.3 to v1.0.4
12363 ==== New external libraries ====
12364 * Added wikimedia/scoped-callback v1.0.0
12365 * Added wikimedia/wait-condition-loop v1.0.1
12367 === Bug fixes in 1.28 ===
12368 * (T146496) action=history pages should return 404 HTTP error code if the page
12369   does not exist
12370 * (T137264) SECURITY: XSS in unclosed internal links
12371 * (T133147) SECURITY: Escape '<' and ']]>' in inline <style> blocks
12372 * (T133147) SECURITY: Require login to preview user CSS pages
12373 * (T132926) SECURITY: Do not allow undeleting a revision deleted file if it is
12374   the top file
12375 * (T129738) SECURITY: Make $wgBlockDisablesLogin also restrict logged in
12376   permissions
12377 * (T129738) SECURITY: Make blocks log users out if $wgBlockDisablesLogin is true
12378 * (T139670) Move 'UserGetRights' call before application of
12379   Session::getAllowedUserRights()
12381 === Action API changes in 1.28 ===
12382 * Added 'maxarticlesize' property to action=query&meta=siteinfo which contains
12383   the value of $wgMaxArticleSize.
12384 * Property 'modulemessages' from action=parse&prop=modules was removed
12385   (deprecated since 1.26).
12386 * The following response properties from action=login, deprecated in 1.27, are
12387   now removed: lgtoken, cookieprefix, sessionid. Clients should handle cookies
12388   to properly manage session state.
12389 * Submitting the lgtoken and lgpassword parameters in the query string to
12390   action=login is now deprecated and outputs a warning. They should be submitted
12391   in the POST body instead.
12392 * Submitting sensitive authentication request parameters to action=clientlogin,
12393   action=createaccount, action=linkaccount, and action=changeauthenticationdata
12394   in the query string is now deprecated and outputs a warning. They should be
12395   submitted in the POST body instead.
12396 * (T141960) Multi-valued parameters may now be separated using U+001F
12397   (Unit Separator) instead of the pipe character. This will be useful if some of
12398   the multiple values need to contain pipes, e.g. for action=options.
12399 * The API will now warn if input is not NFC-normalized Unicode or if it
12400   contains invalid characters.
12401 * The 'normalized' list output by action=query and other modules that use
12402   ApiPageSet may contain entries where the 'from' value is percent-encoded as
12403   the raw value cannot be represented in a valid API response. These are
12404   indicated by a 'fromencoded' boolean alongside the existing 'from' parameter.
12405 * (T28680) action=paraminfo can now return info about all submodules of a
12406   module without listing them all explicitly.
12407 * (T146770) It is now possible to assert that the current user is a specific
12408   named user, using the 'assertuser' parameter.
12409 * (T141963) Added a 'known' property when missing-but-known titles (e.g. from
12410   the 'TitleIsAlwaysKnown' hook) are output in various modules.
12412 === Action API internal changes in 1.28 ===
12413 * Added a new hook, 'ApiMakeParserOptions', to allow extensions to better
12414   interact with ApiParse and ApiExpandTemplates.
12415 * (T139565) SECURITY: API: Generate head items in the context of the given title
12416 * (T115333) SECURITY: Check read permission when loading page content in
12417   ApiParse
12418 * ApiBase::getResultData() was removed (deprecated since 1.25)
12419 * ApiBase::makeHelpArrayToString() was removed (deprecated since 1.25)
12420 * ApiBase::makeHelpMsgParameters() was removed (deprecated since 1.25)
12421 * ApiBase::makeHelpMsg() was removed (deprecated since 1.25)
12422 * ApiFormatBase::formatHTML() was removed (deprecated since 1.25)
12423 * ApiFormatBase::getNeedsRawData() was removed (deprecated since 1.25)
12424 * ApiFormatBase::getWantsHelp() was removed (deprecated since 1.25)
12425 * ApiFormatBase::setBufferResult() was removed (deprecated since 1.25)
12426 * ApiFormatBase::setHelp() was removed (deprecated since 1.25)
12427 * ApiFormatBase::setUnescapeAmps() was removed (deprecated since 1.25)
12428 * ApiMain::makeHelpMsgHeader() was removed (deprecated since 1.25)
12429 * ApiMain::reallyMakeHelpMsg() was removed (deprecated since 1.25)
12430 * ApiMain::setHelp() was removed (deprecated since 1.25)
12431 * ApiResult::beginContinuation() was removed (deprecated since 1.25)
12432 * ApiResult::cleanUpUTF8() was removed (deprecated since 1.25)
12433 * ApiResult::convertStatusToArray() was removed (deprecated since 1.25)
12434 * ApiResult::disableSizeCheck() was removed (deprecated since 1.24)
12435 * ApiResult::enableSizeCheck() was removed (deprecated since 1.24)
12436 * ApiResult::endContinuation() was removed (deprecated since 1.25)
12437 * ApiResult::getData() was removed (deprecated since 1.25)
12438 * ApiResult::getIsRawMode() was removed (deprecated since 1.25)
12439 * ApiResult::setContent() was removed (deprecated since 1.25)
12440 * ApiResult::setContinueParam() was removed (deprecated since 1.25)
12441 * ApiResult::setElement() was removed (deprecated since 1.25)
12442 * ApiResult::setGeneratorContinueParam() was removed (deprecated since 1.25)
12443 * ApiResult::setIndexedTagName_internal() was removed (deprecated since 1.25)
12444 * ApiResult::setIndexedTagName_recursive() was removed (deprecated since 1.25)
12445 * ApiResult::setMainForContinuation() was removed (deprecated since 1.25)
12446 * ApiResult::setParsedLimit() was removed (deprecated since 1.25)
12447 * ApiResult::setRawMode() was removed (deprecated since 1.25)
12448 * ApiResult::size() was removed (deprecated since 1.25)
12449 * Added new hooks, 'ApiQueryBaseBeforeQuery', 'ApiQueryBaseAfterQuery', and
12450   'ApiQueryBaseProcessRow', to make it easier for extensions to add 'prop' and
12451   'show' parameters to existing API query modules. A query module can enable
12452   these hooks by passing an array for $hookData to ApiQueryBase::select() and
12453   by calling ApiQueryBase->processRow() before adding a row's data to the
12454   result.
12456 === Languages updated in 1.28 ===
12458 MediaWiki supports over 375 languages. Many localisations are updated
12459 regularly. Below only new and removed languages are listed, as well as
12460 changes to languages because of Phabricator reports.
12462 * (T137411) ban (Balinese), thanks to translators Adi Mayndra, Andru,
12463   BASAbali, M. Adiputra, Naval Scene, Nemo bis, NoiX180, and 아라.
12464 * (T135867) shn (Shan), thanks to translators Khun Sar, Piangpha,
12465   Saiddzone Saimawnkham, Saosukham, and Sengwan.
12466 * Czech (cs) and Slovak (sk) set as reciprocal fallbacks.
12467 * (T146744) Livvi-Karelian (olo) namespace messages created thanks to translator
12468   Ilja.mos.
12470 === Other changes in 1.28 ===
12471 * (T128697) Improved handling of large diffs.
12472 * [BREAKING CHANGE] $wgExtendedLoginCookies has been removed. You can
12473   use or update a custom session provider if needed.
12474 * Deprecated APIEditBeforeSave hook in favor of EditFilterMergedContent.
12475 * The 'UploadVerification' hook is deprecated. Use 'UploadVerifyFile' instead.
12476 * SiteConfiguration::isLocalVHost() was removed (deprecated since 1.25).
12477 * The 'UserLoginComplete' hook has a new parameter to differentiate between
12478   actual login and visiting the login page while already logged in.
12479 * ResourceLoader::makeLoaderURL() was removed (deprecated since 1.24).
12480 * $.fn.liveAndTestAtStart was removed (deprecated since 1.24).
12481 * mw.util.tooltipAccessKeyPrefix was removed (deprecated since 1.24).
12482 * mw.util.tooltipAccessKeyRegexp was removed (deprecated since 1.24).
12483 * Linker::link() and Linker::linkKnown() were deprecated; please instead use
12484   MediaWiki\Linker\LinkRenderer. In addition, the LinkBegin and LinkEnd hooks
12485   were replaced by HtmlPageLinkRendererBegin and HtmlPageLinkRendererEnd
12486   respectively. See docs/hooks.txt for the specific changes needed for those
12487   hooks.
12488 * Linker::formatSize() was deprecated. Use Language::formatSize() directly.
12489 * Aliases for Linker methods, deprecated since 1.21, were removed from Skin:
12490   * Skin::commentBlock() (use Linker::commentBlock() instead)
12491   * Skin::generateRollback() (use Linker::generateRollback() instead)
12492   * Skin::link() (use MediaWiki\Linker\LinkRenderer instead)
12493   * Skin::linkKnown() (use MediaWiki\Linker\LinkRenderer instead)
12494   * Skin::userLink() (use Linker::userLink() instead)
12495   * Skin::userToolLinks() (use Linker::userToolLinks() instead)
12496 * Disabled "bug 2702" HTML tidying of parsed UI messages on wikis where Tidy is
12497   disabled.
12498 * DifferenceEngine::generateDiffBody() was removed (deprecated since 1.21).
12499 * UploadBase::stashFileGetKey() and UploadBase::stashSession() were deprecated.
12500   Use ...->stashFile()->getFileKey() instead.
12501 * "Public domain" was removed as a wiki license option from the installer, in
12502   favour of CC-0.
12503 * AuthenticationRequest::$required is now changed from REQUIRED to
12504   PRIMARY_REQUIRED on requests needed by primary providers even if all primaries
12505   need them.
12506   Primary providers are discouraged from returning multiple REQUIRED requests.
12507 * OOjs UI PHP widgets constructed with the `'infusable' => true` config option
12508   will no longer be automatically infused. You should call `OO.ui.infuse()`
12509   on them yourself from your JavaScript code.
12510 * parserTests.php has moved to tests/parser/parserTests.php
12511 * The command line options specific to parser tests have been removed from
12512   phpunit.php: --regex and --keep-uploads. Instead of --regex, use --filter.
12513   Instead of --keep-uploads, use the same option to parserTests.php, but you
12514   must specify a directory with --upload-dir.
12515 * The 'jquery.arrowSteps' ResourceLoader module is now deprecated.
12516 * IP::isConfiguredProxy() and IP::isTrustedProxy() were removed. Callers should
12517   migrate to using the same functions on a ProxyLookup instance, obtainable from
12518   MediaWikiServices.
12519 * The ArticleAfterFetchContent, ArticleInsertComplete, ArticleSave,
12520   ArticleSaveComplete, ArticleViewCustom, EditFilterMerged, EditPageGetDiffText,
12521   EditPageGetPreviewText and ShowRawCssJs hooks will now emit deprecation
12522   warnings if used.
12523 * (T68404) CSS3 attr() function with url type is no longer allowed
12524   in inline styles.
12525 * Database::getSearchEngine() is deprecated, use
12526   SearchEngineFactory::getSearchEngineClass instead.
12528 == Compatibility ==
12530 MediaWiki 1.28 requires PHP 5.5.9 or later. There is experimental support for
12531 HHVM 3.6.5 or later.
12533 MySQL is the recommended DBMS. PostgreSQL or SQLite can also be used, but
12534 support for them is somewhat less mature. There is experimental support for
12535 Oracle and Microsoft SQL Server.
12537 The supported versions are:
12539 * MySQL 5.0.3 or later
12540 * PostgreSQL 8.3 or later
12541 * SQLite 3.3.7 or later
12542 * Oracle 9.0.1 or later
12543 * Microsoft SQL Server 2005 (9.00.1399)
12545 == Upgrading ==
12547 1.28 has several database changes since 1.27, and will not work without schema
12548 updates. Note that due to changes to some very large tables like the revision
12549 table, the schema update may take quite long (minutes on a medium sized site,
12550 many hours on a large site).
12552 If upgrading from before 1.11, and you are using a wiki as a commons
12553 repository, make sure that it is updated as well. Otherwise, errors may arise
12554 due to database schema changes.
12556 If upgrading from before 1.7, you may want to run refreshLinks.php to ensure
12557 new database fields are filled with data.
12559 If you are upgrading from MediaWiki 1.4.x or earlier, you should upgrade to
12560 1.5 first. The upgrade script maintenance/upgrade1_5.php has been removed
12561 with MediaWiki 1.21.
12563 Don't forget to always back up your database before upgrading!
12565 See the file UPGRADE for more detailed upgrade instructions.
12567 For notes on 1.27.x and older releases, see HISTORY.
12569 == Online documentation ==
12571 Documentation for both end-users and site administrators is available on
12572 MediaWiki.org, and is covered under the GNU Free Documentation License (except
12573 for pages that explicitly state that their contents are in the public domain):
12575        https://www.mediawiki.org/wiki/Special:MyLanguage/Documentation
12577 == Mailing list ==
12579 A mailing list is available for MediaWiki user support and discussion:
12581        https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
12583 A low-traffic announcements-only list is also available:
12585        https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce
12587 It's highly recommended that you sign up for one of these lists if you're
12588 going to run a public MediaWiki, so you can be notified of security fixes.
12590 == IRC help ==
12592 There's usually someone online in #mediawiki on irc.freenode.net.
12594 = MediaWiki 1.27 =
12596 == MediaWiki 1.27.7 ==
12598 This is a maintenance release of the MediaWiki 1.27 branch.
12600 === Changes since MediaWiki 1.27.6 ===
12601 * Add missing `use MediaWiki\MediaWikiServices;` to LogEventsList.php.
12602 * Remove broken tests from ApiBlockTest.php.
12604 == MediaWiki 1.27.6 ==
12606 This is a security and maintenance release of the MediaWiki 1.27 branch.
12608 === Changes since MediaWiki 1.27.5 ===
12609 * (T204729) WatchedItemStore::countVisitingWatchersMultiple() shouldn't query
12610   all titles when asked for none.
12611 * (T109121) Remove deprecated pear/mail_mime-decode from composer suggested
12612   libraries.
12613 * (T207241) Augment precision of updatelist time.
12614 * (T207540) Include IP address in "Login for $1 succeeded" log entry.
12615 * (T205765) Don't link to the obsolete "Extension Matrix" page in installer.
12616 * (T207603) SECURITY: User JS may no longer be loaded with mime type
12617   text/javascript if there is no account associated with the username.
12618 * (T113042) SECURITY: Do not allow loading pages raw with a text/javascript MIME
12619   type if non-admins can edit the page.
12620 * (T207541) Pass email address to mail().
12621 * (T209335) Clarify the default sidebar 'Help' link is about MediaWiki itself.
12622 * (T213359) Update mediawiki/mediawiki-codesniffer to 0.8.1.
12623 * (T208871) The hard-coded Google search form on the database error page was
12624   removed.
12625 * (T216968) Return pageid as int in both list=iwbacklinks and
12626   list=langbacklinks.
12627 * (T218608) Fix an issue that prevents Extension:OAuth working when
12628   $wgBlockDisablesLogin is true.
12629 * (T219728) Added support for new Japanese era name "Reiwa".
12630 * (T25227) SECURITY: action=logout now requires to be posted and have a csrf
12631   token.
12632 * SpecialPage::checkLoginSecurityLevel() will now preserve POST data when
12633   reauthenticating.
12634 * FormSpecialPage::execute() will now call checkLoginSecurityLevel() if
12635   getLoginSecurityLevel() returns non-false.
12636 * (T197279) SECURITY: Fix reauth in Special:ChangeEmail.
12637 * (T208881) SECURITY: blacklist CSS var().
12638 * (T209794) SECURITY: rate-limit and prevent blocked users from changing email.
12639 * (T199540) SECURITY: API: Respect $wgBlockCIDRLimit in action=block.
12640 * (T212118) SECURITY: Fix cache mode for (un)patrolled recent changes query.
12641 * (T222036, T222038) SECURITY: Add permission check for user is permitted to
12642   view the log type.
12643 * (T221739) SECURITY: resources: Patch jQuery 1.11.3 for CVE-2019-11358.
12645 == MediaWiki 1.27.5 ==
12647 This is a security and maintenance release of the MediaWiki 1.27 branch.
12649 === Changes since 1.27.4 ===
12650 * (T169545, CVE-2018-0503) SECURITY: $wgRateLimits entry for 'user' overrides
12651   'newbie'.
12652 * (T194605, CVE-2018-0505) SECURITY: BotPasswords can bypass CentralAuth's
12653   account lock.
12654 * Upgraded Moment.js from v2.8.4 to v2.19.3.
12655 * (T160298) Fixed Special:ActiveUsers due to bad backport.
12656 * (T87572) Make FormatMetadata::flattenArrayReal() work for an associative
12657   array.
12658 * Updated list of SPDX licenses for extensions.
12659 * (T189567) the CLI installer (maintenance/install.php) learned to detect and
12660   include extensions. Pass --with-extensions to enable that feature.
12661 * (T192584) Stop incorrectly passing USE INDEX to RecentChange::newFromConds().
12662 * Add default edit rate limit of 90 edits/minute for all users.
12663 * (T196125) php-memcached 3.0 (provided with PHP 7.0) is now supported.
12664 * (T196672) The mtime of extension.json files is now able to be zero.
12665 * (T118683) Fix exception from &$user deref on HHVM in the TitleMoveComplete
12666   hook.
12667 * (T180403) Validate $length in padleft/padright parser functions.
12668 * (T143790) Make $wgEmailConfirmToEdit only affect edit actions.
12669 * Special:BotPasswords now requires reauthentication.
12670 * (T191608, T187638) Add 'logid' parameter to Special:Log.
12671 * (T193829) Indicate when a Bot Password needs reset.
12672 * (T151415) Log email changes.
12673 * (T118420) Unbreak Oracle installer.
12675 == MediaWiki 1.27.4 ==
12676 This is a security and maintenance release of the MediaWiki 1.27 branch.
12678 === Changes since 1.27.3 ===
12679 * (T100085) Better handling of jobs execution in post-connection shutdown.
12680 * (T141604) Support conditionally registered namespaces.
12681 * (T167798) Fix highlighting for phrase queries and phrase search.
12682 * (T151136) Provide credits information to callbacks.
12683 * (T160462) Allow namespaces defined in extension.json to be overwritten
12684   locally.
12685 * (T168856) Allow SVGs created by Dia to be uploaded.
12686 * (T144705) (T148662) Password reset link is no longer shown when no reset
12687   options are available.
12688 * (T143788) (T174262) Various backports for PHP 7.0 and 7.1 support.
12689 * (T66795) $wgUserEmailUseReplyTo is now true by default to work around
12690   restrictive DMARC policies.
12691 * DB_REPLICA constant added from REL1_28+ to ease backports to extensions and
12692   core.
12693 * (T175439) Unbreak Postgres Updater when setting defaults for a column.
12694 * (T160298) Remove use of implicitGroupBy() in ActiveUsersPager.
12695 * (T142304) Allow putting the app ID in the password for bot passwords.
12696 * Updated dev dependancy phpunit/phpunit from v4.8.24 to v4.8.36.
12697 * (T178451) SECURITY: Potential XSS when $wgShowExceptionDetails = false and
12698   browser sends non-standard url escaping.
12699 * (T165846) SECURITY: BotPassword login attempts weren't throttled.
12700 * (T128209) SECURITY: Reflected File Download from api.php.
12701 * (T134100) SECURITY: Do not reveal if user exists during login failure.
12702 * (T176247) SECURITY: Ensure Message::rawParams can't lead to XSS.
12703 * (T125163) SECURITY: Make anchor for headlines escape > and <.
12704 * (T180237) SECURITY: Protect vendor folder with .htaccess.
12705 * (T180231) SECURITY: Remove PHPUnit file with known RCE if exists in
12706   update.php.
12707 * (T124404) SECURITY: XSS in langconverter when regex hits pcre.backtrack_limit.
12708 * (T119158) SECURITY: Handle -{}- syntax in attributes safely.
12710 == MediaWiki 1.27.3 ==
12711 Due to a packaging error, the wrong version of the SyntaxHighlight extension was
12712 included in the tarball version of MediaWiki 1.27.2. The version included had a
12713 serious security issue in it (T158689). There was also some minor code fixes in
12714 MediaWiki itself since 1.27.2, but none of them were security relevant.
12716 === Changes since 1.27.2 ===
12717 * (T145664) Fix broken wincache merge() implementation
12718 * (T163434) Add wikimedia/testing-access-wrapper for forwards compatibility
12719 * (T153505) Fix php warnings on php 7.1 due to use of &$this
12721 == MediaWiki 1.27.2 ==
12722 This is a security and maintenance release of the MediaWiki 1.27 branch.
12724 ApiCreateAccount was removed in 1.27.0. It was incorrectly still marked as
12725 deprecated (rather than already removed) in the RELEASE-NOTES at the point
12726 1.27.0 was released.
12728 === Changes since 1.27.1 ===
12730 * (T68404) CSS3 attr() function with url type argument is no longer allowed
12731   in inline styles.
12732 * $wgRunJobsAsync is now false by default (T142751). This change only affects
12733   wikis with $wgJobRunRate > 0.
12734 * (T152717) Better escaping for PHP mail() command
12735 * Submitting the lgtoken and lgpassword parameters in the query string to
12736   action=login is now deprecated and outputs a warning. They should be submitted
12737   in the POST body instead.
12738 * Submitting sensitive authentication request parameters to action=clientlogin,
12739   action=createaccount, action=linkaccount, and action=changeauthenticationdata
12740   in the query string is now deprecated and outputs a warning. They should be
12741   submitted in the POST body instead.
12742 * (T158766) Avoid SQL error on MSSQL when using selectRowCount()
12743 * (T145635) Fix too long index error when installing with MSSQL.
12744 * (T156184) $wgRawHtml will no longer apply to internationalization messages.
12745 * (T160519) CACHE_ANYTHING will not be CACHE_ACCEL if no accelerator is
12746   installed.
12747 * (T109140) (T122209) SECURITY: Special:UserLogin and Special:Search allow
12748   redirect to interwiki links.
12749 * (T144845) SECURITY: XSS in SearchHighlighter::highlightText() when
12750   $wgAdvancedSearchHighlighting is true.
12751 * (T125177) SECURITY: API parameters may now be marked as "sensitive" to keep
12752   their values out of the logs.
12753 * (T150044) SECURITY: "Mark all pages visited" on the watchlist now requires a
12754   CSRF token.
12755 * (T156184) SECURITY: Escape content model/format url parameter in message.
12756 * (T151735) SECURITY: SVG filter evasion using default attribute values in DTD
12757   declaration.
12758 * (T161453) SECURITY: LocalisationCache will no longer use the temporary
12759   directory in it's fallback chain when trying to work out where to write the
12760  cache.
12761 * (T48143) SECURITY: Spam blacklist ineffective on encoded URLs inside file
12762   inclusion syntax's link parameter.
12763 * (T108138) SECURITY: Sysops can undelete pages, although the page is protected
12764   against it.
12766 == MediaWiki 1.27.1 ==
12768 This is a maintenance release of the MediaWiki 1.27 branch.
12770 === Changes since 1.27.0 ===
12771 * BREAKING CHANGE: $wgHTTPProxy is now *required* for all external requests
12772   made by MediaWiki via a proxy. Relying on the http_proxy environment
12773   variable is no longer supported.
12774 * (T139565) SECURITY: API: Generate head items in the context of the given title
12775 * (T137264) SECURITY: XSS in unclosed internal links
12776 * (T133147) SECURITY: Escape '<' and ']]>' in inline <style> blocks
12777 * (T133147) SECURITY: Require login to preview user CSS pages
12778 * (T132926) SECURITY: Do not allow undeleting a revision deleted file if it is
12779   the top file
12780 * (T129738) SECURITY: Make $wgBlockDisablesLogin also restrict logged in
12781   permissions
12782 * (T129738) SECURITY: Make blocks log users out if $wgBlockDisablesLogin is true
12783 * (T115333) SECURITY: Check read permission when loading page content in
12784   ApiParse
12785 * (T57548) Remove support for $wgWellFormedXml = false, all output is now well
12786   formed
12787 * (T139670) Move 'UserGetRights' call before application of
12788   Session::getAllowedUserRights()
12790 == MediaWiki 1.27.0 ==
12792 === PHP version requirement in 1.27 ===
12793 As of 1.27, MediaWiki now requires PHP 5.5.9 or higher (see Compatibility
12794 section). Additionally, the following PHP extensions are required:
12795 * ctype
12796 * iconv
12797 * json
12798 * mbstring (new requirement in 1.27)
12799 * xml
12800 The following PHP extensions are strongly recommended:
12801 * openssl
12803 === Configuration changes in 1.27 ===
12804 * $wgAllowMicrodataAttributes and $wgAllowRdfaAttributes were removed,
12805   now always enabled. If you use RDFa on your wiki, you now have to explicitly
12806   set $wgHtml5Version to 'HTML+RDFa 1.0' or 'XHTML+RDFa 1.0'.
12807 * $wgUseLinkNamespaceDBFields was removed.
12808 * Deprecated $wgResourceLoaderMinifierStatementsOnOwnLine and
12809   $wgResourceLoaderMinifierMaxLineLength, because there was little value in
12810   making the behavior configurable. The default values (`false` for the former,
12811   1000 for the latter) are now hard-coded.
12812 * $wgDebugDumpSqlLength was removed (deprecated in 1.24).
12813 * $wgDebugDBTransactions was removed (deprecated in 1.20).
12814 * $wgUseXVO has been removed, as it provides functionality only used by
12815   custom Wikimedia patches against Squid 2.x that probably noone uses in
12816   production anymore. There is now $wgUseKeyHeader that provides similar
12817   functionality but instead of the MediaWiki-specific X-Vary-Options header,
12818   uses the draft Key header standard.
12819 * $wgScriptExtension (and support for '.php5' entry points) was removed. See the
12820   deprecation notice in the release notes for version 1.25 for advice on how to
12821   preserve support for '.php5' entry points via URL rewriting.
12822 * Password handling via the User object has been deprecated and partially
12823   removed, pending the future introduction of AuthManager. In particular:
12824 ** expirePassword(), getPasswordExpireDate(), resetPasswordExpiration(), and
12825    getPasswordExpired() have been removed. They were unused outside of core.
12826 ** The mPassword, mNewpassword, mNewpassTime, and mPasswordExpires fields are
12827    now private and will be removed in the future.
12828 ** The getPassword() and getTemporaryPassword() methods now throw
12829    BadMethodCallException and will be removed in the future.
12830 ** The ability to pass 'password' and 'newpassword' to createNew() has been
12831    removed. The only users of it seem to have been using it to set invalid
12832    passwords, and so shouldn't be greatly affected.
12833 ** setPassword(), setInternalPassword(), and setNewpassword() have been
12834    deprecated, pending the introduction of AuthManager.
12835 ** User::randomPassword() is deprecated in favor of a new method
12836    PasswordFactory::generateRandomPasswordString()
12837 ** User::getPasswordFactory() is deprecated, callers should just create a
12838    PasswordFactory themselves.
12839 ** A new constructor, User::newSystemUser(), has been added to simplify the
12840    creation of passwordless "system" users for logged actions.
12841 * $wgMaxSquidPurgeTitles was removed.
12842 * $wgAjaxWatch was removed. This is now enabled by default.
12843 * $wgUseInstantCommons now hotlinks Commons images by default instead of
12844   downloading originals and thumbnailing them locally. This allows wikis to save
12845   on CPU and bandwidth while reducing time to first byte for pages, even without
12846   a thumbnail handler. See $wgForeignFileRepos documentation for tweaks.
12847 * (T27397) WebP is enabled by default as an uploadable filetype.
12848 * (T48998) $wgArticlePath must now be either a full url, or start with a "/".
12849 * $wgRateLimitLog was removed; use $wgDebugLogGroups['ratelimit'] instead.
12850 * Deprecated API formats dbg, txt, and yaml have been removed.
12851 * CLDRPluralRule* classes have been replaced with
12852   wikimedia/cldr-plural-rule-parser.
12853 * Removed $wgProfilePerHost, $wgUDPProfilerHost, $wgUDPProfilerPort,
12854   $wgUDPProfilerFormatString, $wgStatsMethod, $wgAggregateStatsID,
12855   $wgStatsFormatString, and $wgProfileCallTree (deprecated since 1.20).
12856 * For proper operation of LocalIdLookup with shared user tables, ensure that
12857   $wgSharedDB and $wgSharedTables are properly set even on the "central" wiki
12858   that all others are sharing from and that $wgLocalDatabases is set to the
12859   full list of sharing wikis on all those wikis.
12860 * Massive overhaul to session handling:
12861 ** $wgSessionsInObjectCache is no longer supported and must be true, due to
12862    MediaWiki\Session\SessionManager. $wgSessionHandler is similarly no longer
12863    used.
12864 ** ObjectCacheSessionHandler is removed, replaced with
12865    MediaWiki\Session\PhpSessionHandler.
12866 ** PHP session handling in general ($_SESSION, session_id(), and so on) is
12867    deprecated. Use MediaWiki\Session\SessionManager instead. A new config
12868    variable, $wgPHPSessionHandling, is available to cause use of $_SESSION to
12869    issue a deprecation warning or to cause most PHP session handling to throw
12870    exceptions.
12871 ** Deprecated UserSetCookies hook. Session-handling extensions should generally
12872    be creating a custom subclass of CookieSessionProvider. Other extensions
12873    messing with cookies can no longer count on user data being saved in cookies
12874    versus other methods.
12875 ** Deprecated UserLoadFromSession hook, extensions should create a
12876    MediaWiki\Session\SessionProvider.
12877 ** The User cannot be loaded from session until after Setup.php completes.
12878    Attempts to do so will be ignored and the User will remain unloaded.
12879 ** CSRF tokens may be fetched from the MediaWiki\Session\Session, which uses
12880    the MediaWiki\Session\Token class.
12881 * MediaWiki will now auto-create users as necessary, removing the need for
12882   extensions to do so. An 'autocreateaccount' right is added to allow
12883   auto-creation when 'createaccount' is not granted to all users.
12884 * Deprecated AuthPluginAutoCreate hook in favor of LocalUserCreated.
12885 * Most cookie-handling methods in User are deprecated.
12886 * $wgAllowAsyncCopyUploads and $CopyUploadAsyncTimeout were removed. This was an
12887   experimental feature that has never worked.
12888 * Login and createaccount tokens now vary by timestamp.
12889 * LoginForm::getLoginToken() and LoginForm::getCreateaccountToken()
12890   return a MediaWiki\Session\Token, and tokens must be checked using that
12891   class's methods.
12892 * $wgEnotifUseJobQ was removed and the job queue is always used.
12893 * The functionality of the ApiSandbox extension has been merged into core. The
12894   extension should no longer be used.
12895 * $wgPreloadJavaScriptMwUtil was removed (deprecated in 1.26).
12896   Extensions, skins, gadgets and scripts that use the mediawiki.util module must
12897   express a dependency on it.
12898 * $wgIncludeLegacyJavaScript, deprecated in MediaWiki 1.26, now defaults false.
12899   Extensions, skins, gadgets and scripts that need the mediawiki.legacy.wikibits
12900   module should express a dependency on it.
12901 * Removed configuration option $wgCopyrightIcon (deprecated since 1.18). Use
12902   $wgFooterIcons['copyright']['copyright'] instead.
12903 * If the openssl and mcrypt PHP extensions are both unavailable, secure
12904   session storage (used for login) will raise an exception. This exception may
12905   be bypassed by setting $wgSessionInsecureSecrets = true.
12906 * Massive overhaul to authentication:
12907 ** AuthPlugin and AuthPluginUser are deprecated.
12908 ** LoginForm and associated templates are deprecated. Extensions which called
12909    static LoginForm methods should be converted into authentication providers.
12910 ** The following hooks are deprecated:
12911 *** AbortAutoAccount (create a MediaWiki\Auth\PreAuthenticationProvider instead)
12912 *** AbortLogin (create a MediaWiki\Auth\PreAuthenticationProvider instead)
12913 *** AbortNewAccount (create a MediaWiki\Auth\PreAuthenticationProvider instead)
12914 *** AddNewAccount (use LocalUserCreated instead)
12915 *** AuthPluginSetup (create a MediaWiki\Auth\PrimaryAuthenticationProvider
12916     instead)
12917 *** ChangePasswordForm (use AuthChangeFormFields instead, or security levels)
12918 *** LoginUserMigrated (create a MediaWiki\Auth\PreAuthenticationProvider
12919     instead)
12920 *** UserCreateForm (create a MediaWiki\Auth\AuthenticationProvider of some type
12921     instead)
12922 *** UserLoginForm (create a MediaWiki\Auth\AuthenticationProvider of some type
12923     instead)
12924 ** The following hooks are removed:
12925 *** AbortChangePassword
12926 *** LoginPasswordResetMessage
12927 *** PrefsPasswordAudit
12928 ** The UserLoginComplete hook will no longer be called for all logins, only for
12929    those via the web UI. Use UserLoggedIn if you need to do something on all
12930    logins.
12931 ** $wgRequirePasswordforEmailChange is removed.
12933 === New features in 1.27 ===
12934 * $wgDataCenterUpdateStickTTL was also added. This decides how long a user
12935   sticks to the primary DC (via cookies) after they make changes to the site.
12936 * Added a new hook, 'UserMailerTransformContent', to transform the contents
12937   of an email. This is similar to the EmailUser hook but applies to all mail
12938   sent via UserMailer.
12939 * Added a new hook, 'UserMailerTransformMessage', to transform the contents
12940   of an emai after MIME encoding.
12941 * Added a new hook, 'UserMailerSplitTo', to control which users have to be
12942   emailed separately (ie. there is a single address in the To: field) so
12943   user-specific changes to the email can be applied safely.
12944 * $wgCdnMaxageLagged was added, which limits the CDN cache TTL
12945   when any load balancer uses a DB that is lagged beyond the 'max lag'
12946   setting in the relevant section of $wgLBFactoryConf.
12947 * User::newSystemUser() may be used to simplify the creation of passwordless
12948   "system" users for logged actions from scripts and extensions.
12949 * Extensions can now return detailed error information via the API when
12950   preventing user actions using 'getUserPermissionsErrors' and similar hooks
12951   by using ApiMessage instances instead of strings for the $result value.
12952 * $wgAPIMaxLagThreshold was added to limit bot changes when databases lag
12953   becomes too high.
12954 * Skins and extensions can now use FlexBox mixins (.flex-display(@display: flex)
12955   and .flex(@grow: 1, @shrink: 1, @width: auto, @order: 1)) in Less to create
12956   cross-browser-compatible FlexBox rules. Users will still need to add fallback
12957   float rules or the like for compatibility with IE9- separately.
12958 * Added MWTimestamp::getTimezoneString() which returns the localized timezone
12959   string, if available. To localize this string, see the comments of
12960   $wgLocaltimezone in includes/DefaultSettings.php.
12961 * Added CentralIdLookup, a service that allows extensions needing a concept of
12962   "central" users to get that without having to know about specific central
12963   authentication extensions.
12964 * $wgMaxUserDBWriteDuration added to limit huge user-generated transactions.
12965   Regular web request transactions that takes longer than this are aborted.
12966 * Added a new hook, 'TitleMoveCompleting', which runs before a page move is
12967   committed.
12968 * $wgCdnReboundPurgeDelay was added to provide secondary delayed purges of URLs
12969   from CDN to mitigate DB replication lag and WAN cache purge lag.
12970 * (T49162) Installer will default to setting CACHE_ACCEL as the main cache type
12971   if it is available.
12972 * It is now possible to patrol file uploads (both for new files and new versions
12973   of existing files). Special:NewFiles has gained an option to filter by patrol
12974   status. This functionality can be disabled using $wgUseFilePatrol.
12975 * MediaWiki\Session infrastructure allows for easier use of session mechanisms
12976   other than the usual cookies.
12977 ** SessionMetadata and SessionCheckInfo hooks allow for setting and checking
12978    custom session metadata.
12979 * Added MWGrants and associated configuration settings $wgGrantPermissions and
12980   $wgGrantPermissionGroups to hold configuration for authentication features
12981   such as OAuth that want to allow restricting the user rights a user may make
12982   use of.
12983 ** If you're already using the OAuth extension, these new variables are
12984    identical to (and will replace) $wgMWOAuthGrantPermissions and
12985    $wgMWOAuthGrantPermissionGroups.
12986 * Added MWRestrictions as a class to check restrictions on a WebRequest, e.g.
12987   to assert that the request comes from a particular IP range.
12988 * Added bot passwords, a rights-restricted login mechanism for API-using bots.
12989 * Whitelisted the following HTML attributes for all elements in wikitext:
12990   aria-describedby, aria-flowto, aria-label, aria-labelledby, aria-owns.
12991 * Removed "presentation" restriction on the HTML role attribute in wikitext.
12992   All values are now allowed for the role attribute.
12993 * $wgContentHandlers now also supports callbacks to create an instance of the
12994   appropriate ContentHandler subclass.
12995 * Added $wgAuthenticationTokenVersion, which if non-null prevents the
12996   user_token database field from being exposed in cookies. Setting this would
12997   be a good idea, but will log out all current sessions.
12998 * $wgEventRelayerConfig was added, for managing PubSub event relay
12999   configuration, specifically for reliable CDN url purges.
13000 * Requests have unique IDs, equal to the UNIQUE_ID environment variable (when
13001   MediaWiki is behind Apache+mod_unique_id or something similar) or a randomly-
13002   generated 24-character string. This request ID is used to annotate log records
13003   and error messages. It is available client-side via
13004   mw.config.get( 'wgRequestId' ).
13005   The request ID supplants exception IDs. Accordingly,
13006   MWExceptionHandler::getLogId() is deprecated.
13007 * (T33313) Add a preference for watching uploads by default, also applies
13008   to API-based upload tools.
13009 * $wgJpegPixelFormat was added to override chroma subsampling for JPEG image
13010   thumbnails created via ImageMagick. Defaults to 'yuv420', providing bandwidth
13011   savings versus the previous behavior on many files.
13012 * MediaWiki\Auth infrastructure (called "AuthManager") allows for more flexible
13013   configuration of multiple authentication pieces that was possible with
13014   AuthPlugin. For example, it's now easy to plug in second-factor
13015   authentication, or add additional checks to the login process, or to support
13016   multiple login methods at once, or to support non-password-based login
13017   methods.
13018 ** Providers are configured via the global setting $wgAuthManagerConfig.
13019 ** A global, $wgDisableAuthManager, is temporarily available to disable
13020    AuthManager until extensions are ready to support it.
13021 ** New hook, AuthChangeFormFields, to adjust the form fields on
13022    AuthManager-related special pages.
13023 ** New hook, AuthManagerLoginAuthenticateAudit, for additional logging of
13024    AuthManager-related authentication requests.
13025 ** New hook, ChangeAuthenticationDataAudit, for additional logging of
13026    AuthManager-related authentication data changes.
13027 ** New hook, SecuritySensitiveOperationStatus, to work with the new mechanism
13028    for requiring a recent login before taking security-sensitive operations
13029    like changing a password.
13030 ** Two new globals, $wgChangeCredentialsBlacklist and
13031    $wgRemoveCredentialsBlacklist can be used to prevent the web UI and the API
13032    changing certain authentication data.
13033 * The file upload dialog (available if you install WikiEditor or VisualEditor)
13034   can now be configured using $wgUploadDialog.
13036 === External library changes in 1.27 ===
13038 ==== Upgraded external libraries ====
13039 * Updated oojs/oojs-ui from v0.12.12 to v0.13.3.
13040 * Updated composer/semver from v1.0.0 to v1.2.0.
13041 * Updated liuggio/statsd-php-client to 1.0.18.
13042 * Updated QUnit from v1.18.0 to v1.22.0.
13044 ==== New external libraries ====
13045 * Added wikimedia/base-convert v1.0.1.
13046 * Added wikimedia/cldr-plural-rule-parser v1.0.0.
13047 * Added wikimedia/relpath v1.0.3.
13048 * Added wikimedia/running-stat v1.1.0.
13049 * Added wikimedia/php-session-serializer v1.0.3.
13051 ==== Removed and replaced external libraries ====
13053 === Bug fixes in 1.27 ===
13054 * Special:Upload will now display correct maximum allowed file size when running
13055   under HHVM (T116347).
13056 * (T54077) The APIEditBeforeSave hook will once again give only the content of
13057   the section being edited, rather than the whole revision. This reverts the
13058   change made in MediaWiki 1.22.
13060 === Action API changes in 1.27 ===
13061 * Added list=allrevisions.
13062 * generator=recentchanges now has the option to generate revids.
13063 * ApiPageSet::setRedirectMergePolicy() was added. This allows generator
13064   modules to define how generator data for a redirect source gets merged
13065   into the redirect destination.
13066 * prop=imageinfo&iiprop=uploadwarning will no longer include the possibility of
13067   "was-deleted" warning.
13068 * Added difftotextpst to query=revisions which preforms a pre-save transform on
13069   the text before diffing it.
13070 * Deprecated formats dbg, txt, and yaml have been removed.
13071 * (T47988) The protect log event details now use new-style formatting.
13072 * The following response properties from action=login are deprecated, and may
13073   be removed in the future: lgtoken, cookieprefix, sessionid. Clients should
13074   handle cookies to properly manage session state.
13075 * action=login transparently allows login using bot passwords. Clients should
13076   merely need to change the username and password used after setting up a bot
13077   password.
13078 * action=upload no longer understands statuskey, asyncdownload or leavemessage.
13079 * Several changes when $wgDisableAuthManager is false:
13080 ** action=login is deprecated for uses other than bot passwords.
13081 ** list=users can now indicate if a missing username is creatable.
13082 ** action=createaccount is changed in a non-backwards-compatible manner.
13083 ** Added action=query&meta=authmanagerinfo.
13084 ** Added action=clientlogin to be used to log into the main account instead of
13085    action=login.
13086 ** Added action=linkaccount.
13087 ** Added action=unlinkaccount.
13088 ** Added action=changeauthenticationdata.
13089 ** Added action=removeauthenticationdata.
13090 ** Added action=resetpassword.
13092 === Action API internal changes in 1.27 ===
13093 * ApiQueryORM removed.
13094 * The following classes have been removed:
13095 ** ApiFormatDbg
13096 ** ApiFormatTxt
13097 ** ApiFormatYaml
13098 * ApiBase::addTokenProperties() was removed (deprecated since 1.24).
13099 * ApiBase::getFinalPossibleErrors() was removed (deprecated since 1.24).
13100 * ApiBase::getFinalResultProperties() was removed (deprecated since 1.24).
13101 * ApiBase::getRequireAtLeastOneParameterErrorMessages() was removed (deprecated
13102   since 1.24).
13103 * ApiBase::getPossibleErrors() was removed (deprecated since 1.24).
13104 * ApiBase::getRequireMaxOneParameterErrorMessages() was removed (deprecated
13105   since 1.24).
13106 * ApiBase::getRequireOnlyOneParameterErrorMessages() was removed (deprecated
13107   since 1.24).
13108 * ApiBase::getResultProperties() was removed (deprecated since 1.24).
13109 * ApiBase::getTitleOrPageIdErrorMessage() was removed (deprecated since 1.24).
13110 * ApiBase::parseErrors() was removed (deprecated since 1.24).
13111 * ApiQueryBase::titleToKey(), ApiQueryBase::keyToTitle() and
13112   ApiQueryBase::keyPartToTitle() all removed (deprecated since 1.24).
13113 * ApiQueryBase::checkRowCount() was removed (deprecated since 1.24).
13114 * ApiQueryBase::getDirectionDescription() was removed (deprecated since 1.25).
13115 * ApiQuery::getGenerators() was removed (deprecated since 1.21).
13116 * ApiQuery::getModules() was removed (deprecated since 1.21).
13117 * ApiQuery::getModuleType() was removed (deprecated since 1.21).
13118 * ApiQuery::setGeneratorContinue() was removed (deprecated since 1.24).
13119 * ApiMain::getModules() was removed (deprecated since 1.21).
13120 * ApiBase::getVersion() was removed (deprecated since 1.21).
13121 * ApiMain::getShowVersions() was removed (deprecated in 1.21).
13122 * ApiMain::addModule() was removed (deprecated in 1.21).
13123 * ApiMain::addFormat() was removed (deprecated in 1.21).
13124 * ApiMain::getFormats() was removed (deprecated in 1.21).
13125 * ApiPageSet::finishPageSetGeneration() was removed (deprecated in 1.21).
13126 * ApiCreateAccount was removed.
13128 === Languages updated in 1.27 ===
13130 MediaWiki supports over 350 languages. Many localisations are updated
13131 regularly. Below only new and removed languages are listed, as well as
13132 changes to languages because of Phabricator reports.
13134 * (T113688) Change default numerals from Gurmukhi to Arabic for Punjabi locale.
13135 * (T116020) Aliases of magic words in MessagesXx.php are sorted by usage.
13137 === Other changes in 1.27 ===
13138 * Added dependency injection (DI) infrastructure, see docs/injection.txt for
13139   details.
13140   It is planned to incrementally move MediaWiki code towards using DI, using the
13141   service locator (SL) pattern as a stepping stone.
13142 * ProfilerOutputUdp was removed. Note that there is a ProfilerOutputStats class.
13143 * WikiPage::doDeleteArticleReal() and WikiPage::doDeleteArticle() now
13144   ignore the 2nd and 3rd arguments (formerly $id and $commit).
13145 * Removed "loaderScripts" option from ResourceLoaderFileModule class.
13146 * Removed ORM-like wrapper added in 1.20.
13147 * LinkCache::getGoodLinks and LinkCache::getBadLinks were removed
13148   (deprecated in 1.26).
13149 * WikiPage::doQuickEdit() was removed (deprecated since 1.21).
13150 * Removed SiteObject and SiteArray classes (deprecated in 1.21).
13151 * MessageBlobStore::getInstance() was removed (deprecated since 1.25).
13152 * (T84937) Free external links ("autolinked" urls) will now be terminated
13153   by &nbsp; and HTML entity encodings of &nbsp, <, and >.
13154 * (T36948) The default file revert message's timestamp is now in
13155   $wgLocaltimezone, instead of UTC.
13156 * The default name of the 'suppress' group page has been changed from
13157   'Project:Oversight' to 'Project:Suppress'.
13158 * DatabaseBase::resultObject() is now protected (use outside Database classes
13159   not necessary since 1.11).
13160 * Calling ResourceLoaderFileModule::readStyleFiles() without a
13161   ResourceLoaderContext instance is deprecated.
13162 * ResourceLoader::getLessCompiler() now takes an optional parameter of
13163   additional LESS variables to set for the compiler.
13164 * wfBaseConvert() marked as deprecated, use Wikimedia\base_convert() directly
13165   instead.
13166 * Obsolete maintenance scripts clearCacheStats.php and showCacheStats.php
13167   were removed. The underlying data is sent to StatsD (see $wgStatsdServer).
13168 * Removed msg_resource_links database table and associated code.
13169 * Removed msg_resource database table and associated code.
13170 * Skin::getNamespaceNotice() was removed.
13171 * wfIsConfiguredProxy() was removed (deprecated since 1.24).
13172 * wfDebugTimer() was removed (deprecated since 1.25).
13173 * wfIsTrustedProxy() was removed (deprecated since 1.24).
13174 * wfGetIP() was removed (deprecated since 1.19).
13175 * MWHookException was removed.
13176 * OutputPage::appendSubtitle() was removed (deprecated since 1.19).
13177 * OutputPage::loginToUse() was removed (deprecated since 1.19).
13178 * Article::loadContent() was removed (deprecated since 1.19).
13179 * User::editToken() was removed (deprecated since 1.19).
13180 * Removed --force-normal option of dumpBackup.php, as it no longer served
13181   any useful purpose since 1.22.
13182 * The functions processOption() and processArgs() on the BackupDumper and
13183   TextPassDumper classes have been removed.
13184 * The maintenance/backupTextPass.inc file was deleted. You should include
13185   maintenance/dumpTextPass.php instead.
13186 * WikiPage::getUsedTemplates() was removed (deprecated since 1.19).
13187 * wfEmptyMsg() was removed (deprecated since 1.18).
13188 * OutputPage::permissionRequired() was removed (deprecated since 1.18).
13189 * OutputPage::blockedPage() was removed (deprecated since 1.18).
13190 * User::getSkin() was removed (deprecated since 1.18).
13191 * OutputPage::includeJQuery() was removed (deprecated since 1.17).
13192 * WikiPage::updateRestrictions() was removed (deprecated since 1.19).
13193 * WikiPage::testPreSaveTransform() was removed (deprecated since 1.19).
13194 * LogPage::logName() was removed (deprecated since 1.19).
13195 * LogPage::logHeader() was removed (deprecated since 1.19).
13196 * wfCheckLimits() was removed (deprecated since 1.24).
13197 * Linker::makeKnownLinkObj() was removed (deprecated since 1.16).
13198 * Linker::makeLinkObj() was removed (deprecated since 1.16).
13199 * wfMsgForContentNoTrans() was removed (deprecated since 1.18).
13200 * ChangesList::usePatrol was removed (deprecated since 1.22).
13201 * wfMsgNoTrans() was removed (deprecated since 1.18).
13202 * Linker::makeImageLink2 was removed (deprecated since 1.20).
13203 * Title::userIsWatching() was removed (deprecated since 1.20).
13204 * Removed WaitForSlave maintenance script; use SELECT MASTER_POS_WAIT()
13205   database function directly instead.
13206 * wfMsg() was removed (deprecated since 1.18).
13207 * wfMsgForContent() was removed (deprecated since 1.18).
13208 * wfMsgReal() was removed (deprecated since 1.18).
13209 * wfMsgGetKey() was removed (deprecated since 1.18).
13210 * wfMsgHtml() was removed (deprecated since 1.18).
13211 * wfMsgWikiHtml() was removed (deprecated since 1.18).
13212 * wfMsgExt() was removed (deprecated since 1.18).
13213 * Language::armourMath() was removed (deprecated since 1.22).
13214 * LanguageConverter::armourMath() was removed (deprecated since 1.22).
13215 * FakeConverter::armourMath() was removed (deprecated since 1.22).
13216 * The unused jquery.validate ResourceLoader module was removed.
13217 * FileRepo::getRootUrl() was removed (deprecated since 1.20).
13218 * User::generateToken() was removed (deprecated since 1.20).
13219 * WikiPage::getRawText() was removed (deprecated since 1.21).
13220 * ParserOutput::hasCustomDataUpdates() was removed (deprecated since 1.25).
13221 * ParserOutput::addSecondaryDataUpdate() was removed (deprecated since 1.25).
13222 * ParserOutput::getSecondaryDataUpdates() was removed (deprecated since 1.25).
13223 * Gallery images with multiple caption pipes no longer concatenate them all
13224   together but instead pick the final one, similar to image syntax.
13225 * XML-like parser tags (such as <gallery>), when unclosed, will be left unparsed
13226   rather than consume everything until the end of the page.
13227 * New maintenance script resetUserEmail.php allows sysadmins to reset user
13228   emails in case a user forgot password/account was stolen.
13229 * wfCheckEntropy() was removed (deprecated in 1.27).
13230 * Browser support for Internet Explorer 8 lowered from Grade A to Grade C.
13231 * ContentHandler::supportsCategories method added. Default is true.
13232   CategoryMembershipChangeJob updates are skipped for content that
13233   does not support categories.
13234 * wikidiff difference engine is no longer supported, anyone still using it are
13235   encouraged to upgrade to wikidiff2 which is actively maintained and has better
13236   package availability.
13237 * Database logic was removed from WatchedItem and a WatchedItemStore was
13238   created:
13239 ** WatchedItem::IGNORE_USER_RIGHTS and WatchedItem::CHECK_USER_RIGHTS were
13240    deprecated. User::IGNORE_USER_RIGHTS and User::CHECK_USER_RIGHTS were
13241    introduced.
13242 ** WatchedItem::fromUserTitle was deprecated in favour of the constructor.
13243 ** WatchedItem::resetNotificationTimestamp was deprecated.
13244 ** WatchedItem::batchAddWatch was deprecated.
13245 ** WatchedItem::addWatch was deprecated.
13246 ** WatchedItem::removeWatch was deprecated.
13247 ** WatchedItem::isWatched was deprecated.
13248 ** WatchedItem::duplicateEntries was deprecated.
13249 ** EmailNotification::updateWatchlistTimestamp was deprecated.
13250 ** User::getWatchedItem was removed.
13251 * Unit tests don't work with external PHPUnit anymore, Composer is now the only
13252   supported way. Run `composer install` to install it and other dev dependencies
13253   to run unit tests.
13254 * wl_id field added to the watchlist table.
13255 * Revision::getRawText() was removed (deprecated since 1.21).
13256 * WikiPage::replaceSection() was removed (deprecated since 1.21).
13257 * Article::replaceSection() was removed (deprecated since 1.21).
13258 * Language::getLangObj() was removed (deprecated since 1.24).
13259 * Language::getLanguageName() was removed (deprecated since 1.20).
13260 * Language::getLanguageNames() was removed (deprecated since 1.20).
13261 * Language::getTranslatedLanguageNames() was removed (deprecated since 1.20).
13262 * Language::specialPage() was removed (deprecated since 1.24).
13263 * MediaWikiTestCase::assertException() was removed (deprecated since 1.22).
13264 * OutputPage::getHeadItems() was removed (deprecated since 1.24).
13265 * OutputPage::getScript() was removed (deprecated since 1.24).
13266 * OutputPage::out() was removed (deprecated since 1.22).
13267 * OutputPage::setAllowedModules() was removed (deprecated since 1.24).
13268 * UserrightsPage::makeGroupNameListForLog() was removed (deprecated since 1.21).
13269 * MediaWikiSite::newFromGlobalId() was removed (deprecated since 1.21).
13270 * Title::newFromRedirect() was removed (deprecated since 1.21).
13271 * Skin::commonPrintStylesheet() was removed (deprecated since 1.22).
13272 * Skin::getCommonStylePath() was removed (deprecated since 1.24).
13273 * Skin::newFromKey() was removed (deprecated since 1.24).
13274 * Skin::getUsableSkins() was removed (deprecated since 1.23).
13275 * LoadBalancer::pickRandom() was removed (deprecated in 1.21).
13276 * Article::getUndoText() and WikiPage::getUndoText were removed (deprecated
13277   since 1.21).
13278 * DifferenceEngine::setText() was removed (deprecated in 1.21).
13279 * Title::newFromRedirectArray() was removed (deprecated in 1.21).
13280 * UserMailer::send() no longer accepts $replyto as the 5th argument and
13281   $contentType as the 6th. These must be passed in the options array now.
13282 * Title::newFromRedirectRecurse() was removed (deprecated in 1.21).
13283 * Skin::accesskey was removed (deprecated since 1.21).
13284 * Skin::blockLink was removed (deprecated since 1.21).
13285 * Skin::buildRollbackLink was removed (deprecated since 1.21).
13286 * Skin::emailLink was removed (deprecated since 1.21).
13287 * Skin::formatComment was removed (deprecated since 1.21).
13288 * Skin::formatHiddenCategories was removed (deprecated since 1.21).
13289 * Skin::formatLinksInComment was removed (deprecated since 1.21).
13290 * Skin::formatRevisionSize was removed (deprecated since 1.21).
13291 * Skin::formatSize was removed (deprecated since 1.21).
13292 * Skin::formatTemplates was removed (deprecated since 1.21).
13293 * Skin::generateTOC was removed (deprecated since 1.21).
13294 * Skin::getInternalLinkAttributes was removed (deprecated since 1.21).
13295 * Skin::getInternalLinkAttributesObj was removed (deprecated since 1.21).
13296 * Skin::getInterwikiLinkAttributes was removed (deprecated since 1.21).
13297 * Skin::getInvalidTitleDescription was removed (deprecated since 1.21).
13298 * Skin::getLinkColour was removed (deprecated since 1.21).
13299 * Skin::getRevDeleteLink was removed (deprecated since 1.21).
13300 * Skin::getRollbackEditCount was removed (deprecated since 1.21).
13301 * Skin::makeBrokenImageLinkObj was removed (deprecated since 1.21).
13302 * Skin::makeCommentLink was removed (deprecated since 1.21).
13303 * Skin::makeExternalImage was removed (deprecated since 1.21).
13304 * Skin::makeExternalLink was removed (deprecated since 1.21).
13305 * Skin::makeHeadline was removed (deprecated since 1.21).
13306 * Skin::makeImageLink was removed (deprecated since 1.21).
13307 * Skin::makeMediaLinkFile was removed (deprecated since 1.21).
13308 * Skin::makeMediaLinkObj was removed (deprecated since 1.21).
13309 * Skin::makeSelfLinkObj was removed (deprecated since 1.21).
13310 * Skin::makeThumbLink2 was removed (deprecated since 1.21).
13311 * Skin::makeThumbLinkObj was removed (deprecated since 1.21).
13312 * Skin::normaliseSpecialPage was removed (deprecated since 1.21).
13313 * Skin::normalizeSubpageLink was removed (deprecated since 1.21).
13314 * Skin::processResponsiveImages was removed (deprecated since 1.21).
13315 * Skin::revComment was removed (deprecated since 1.21).
13316 * Skin::revDeleteLink was removed (deprecated since 1.21).
13317 * Skin::revDeleteLinkDisabled was removed (deprecated since 1.21).
13318 * Skin::revUserLink was removed (deprecated since 1.21).
13319 * Skin::revUserTools was removed (deprecated since 1.21).
13320 * Skin::specialLink was removed (deprecated since 1.21).
13321 * Skin::splitTrail was removed (deprecated since 1.21).
13322 * Skin::titleAttrib was removed (deprecated since 1.21).
13323 * Skin::tocIndent was removed (deprecated since 1.21).
13324 * Skin::tocLine was removed (deprecated since 1.21).
13325 * Skin::tocLineEnd was removed (deprecated since 1.21).
13326 * Skin::tocList was removed (deprecated since 1.21).
13327 * Skin::tocUnindent was removed (deprecated since 1.21).
13328 * Skin::tooltip was removed (deprecated since 1.21).
13329 * Skin::tooltipAndAccesskeyAttribs was removed (deprecated since 1.21).
13330 * Skin::userTalkLink was removed (deprecated since 1.21).
13331 * Skin::userToolLinksRedContribs was removed (deprecated since 1.21).
13332 * wikidiff3 is now the default and only PHP diff engine. It provides improved
13333   diff performance on complex changes. $wgExternalDiffEngine = 'wikidiff3'
13334   therefore makes no difference now. Users are still recommended to use
13335   wikidiff2 if possible, though.
13336 * User::addNewUserLogEntry() was deprecated.
13337 * User::addNewUserLogEntryAutoCreate() was deprecated.
13338 * User::isPasswordReminderThrottled() was deprecated.
13339 * Bot-oriented parameters to Special:UserLogin (wpCookieCheck,
13340   wpSkipCookieCheck) were removed.
13341 * Installer can now be customized without patching MediaWiki code, see
13342   mw-config/overrides/README for details.
13344 === Compatibility ===
13346 MediaWiki 1.27 requires PHP 5.5.9 or later. There is experimental support for
13347 HHVM 3.6.5 or later.
13349 MySQL is the recommended DBMS. PostgreSQL or SQLite can also be used, but
13350 support for them is somewhat less mature. There is experimental support for
13351 Oracle and Microsoft SQL Server.
13353 The supported versions are:
13355 * MySQL 5.0.3 or later
13356 * PostgreSQL 8.3 or later
13357 * SQLite 3.3.7 or later
13358 * Oracle 9.0.1 or later
13359 * Microsoft SQL Server 2005 (9.00.1399)
13361 === Upgrading ===
13363 1.27 has several database changes since 1.26, and will not work without schema
13364 updates. Note that due to changes to some very large tables like the revision
13365 table, the schema update may take quite long (minutes on a medium sized site,
13366 many hours on a large site).
13368 If upgrading from before 1.11, and you are using a wiki as a commons
13369 repository, make sure that it is updated as well. Otherwise, errors may arise
13370 due to database schema changes.
13372 If upgrading from before 1.7, you may want to run refreshLinks.php to ensure
13373 new database fields are filled with data.
13375 If you are upgrading from MediaWiki 1.4.x or earlier, you should upgrade to
13376 1.5 first. The upgrade script maintenance/upgrade1_5.php has been removed
13377 with MediaWiki 1.21.
13379 Don't forget to always back up your database before upgrading!
13381 See the file UPGRADE for more detailed upgrade instructions.
13383 For notes on 1.26.x and older releases, see HISTORY.
13386 = MediaWiki 1.26 =
13388 == MediaWiki 1.26.4 ==
13390 This is a maintenance release of the MediaWiki 1.26 branch.
13392 === Changes since 1.26.3 ===
13393 * BREAKING CHANGE: $wgHTTPProxy is now *required* for all external requests
13394   made by MediaWiki via a proxy. Relying on the http_proxy environment
13395   variable is no longer supported.
13396 * (T124163) Fixed fatal error in DifferenceEngine under HHVM.
13397 * (T139565) SECURITY: API: Generate head items in the context of the given title
13398 * (T137264) SECURITY: XSS in unclosed internal links
13399 * (T133147) SECURITY: Escape '<' and ']]>' in inline <style> blocks
13400 * (T133147) SECURITY: Require login to preview user CSS pages
13401 * (T132926) SECURITY: Do not allow undeleting a revision deleted file if it is
13402   the top file
13403 * (T129738) SECURITY: Make $wgBlockDisablesLogin also restrict logged in
13404   permissions
13405 * (T129738) SECURITY: Make blocks log users out if $wgBlockDisablesLogin is true
13406 * (T115333) SECURITY: Check read permission when loading page content in
13407   ApiParse
13408 * Remove support for $wgWellFormedXml = false, all output is now well formed
13410 == MediaWiki 1.26.3 ==
13412 This is a maintenance release of the MediaWiki 1.26 branch.
13414 === Changes since 1.26.2 ===
13415 * (T116266) Fixed undefined property notices in DairikiDiff under HHVM.
13416 * (T123166) Fix fatal error when importing pages to titles which cannot be
13417   created, such as invalid titles or titles the user is not allowed to edit.
13418 * (T122056) Old tokens are remaining valid within a new session
13419 * (T127114) Login throttle can be tricked using non-canonicalized usernames
13420 * (T123653) Cross-domain policy regexp is too narrow
13421 * (T123071) Incorrectly identifying http link in a's href attributes, due to
13422   m modifier in regex
13423 * (T129506) MediaWiki:Gadget-popups.js isn't renderable
13424 * (T125283) Users occasionally logged in as different users after
13425   SessionManager deployment
13426 * (T103239) Patrol allows click catching and patrolling of any page
13427 * (T122807) [tracking] Check php crypto primatives
13428 * (T98313) Graphs can leak tokens, leading to CSRF
13429 * (T130947) Diff generation should use PoolCounter
13430 * (T133507) Careless use of $wgExternalLinkTarget is insecure
13431 * (T132874) API action=move is not rate limited
13432 * (T110143) strip markers can be used to get around html attribute escaping in
13433   (many?) parser tags
13434 * (T116030) Increase pbkdf2 parameter strengths
13435 * (T127420) Pbkdf2Password does not check if hash_pbkdf2() succeeded
13436 * (T126685) Globally throttle password attempts
13438 == MediaWiki 1.26.2 ==
13440 This is a maintenance release of the MediaWiki 1.26 branch.
13442 === Changes since 1.26.1 ===
13443 * (T121892) Fix fatal error on some Special pages, introduced in 1.26.1.
13445 == MediaWiki 1.26.1 ==
13447 This is a maintenance release of the MediaWiki 1.26 branch.
13449 === Changes since 1.26.0 ===
13450 * (T117899) SECURITY: $wgArticlePath can no longer be set to relative paths
13451   that do not begin with a slash. This enabled trivial XSS attacks.
13452   Configuration values such as "http://my.wiki.com/wiki/$1" are fine, as are
13453   "/wiki/$1". A value such as "$1" or "wiki/$1" is not and will now throw an
13454   error.
13455 * (T119309) SECURITY: Use hash_compare() for edit token comparison
13456 * (T118032) SECURITY: Don't allow cURL to interpret POST parameters starting
13457   with '@' as file uploads
13458 * (T115522) SECURITY: Passwords generated by User::randomPassword() can no
13459   longer be shorter than $wgMinimalPasswordLength
13460 * (T97897) SECURITY: Improve IP parsing and trimming. Previous behavior could
13461   result in improper blocks being issued
13462 * (T109724) SECURITY: Special:MyPage, Special:MyTalk, Special:MyContributions
13463   and related pages no longer use HTTP redirects and are now redirected by
13464   MediaWiki
13465 * Fixed ConfigException in ExpandTemplates due to AlwaysUseTidy.
13466 * Fixed stray literal \n in Special:Search.
13467 * Fix issue that breaks HHVM Repo Authorative mode.
13468 * (T120267) Work around APCu memory corruption bug
13470 == MediaWiki 1.26.0 ==
13472 === Configuration changes in 1.26 ===
13473 * $wgPasswordResetRoutes['email'] = true by default.
13474 * $wgEnableParserCache was deprecated, set $wgParserCacheType to CACHE_NONE
13475   instead if you want to disable the parser cache.
13476 * New-style continuation is now the default for API action=continue. Clients may
13477   use the 'rawcontinue' parameter to receive raw query-continue data, but the
13478   new style is encouraged as it's harder to implement incorrectly.
13479 * Deprecated API formats dump and wddx have been completely removed.
13480 * (T7645) The "Signature" button on the edit toolbar is now hidden by default
13481   in non-talk namespaces. A new configuration variable,
13482   $wgExtraSignatureNamespaces, controls in which subject (non-talk) namespaces
13483   the "Signature" button on the edit toolbar will be displayed.
13484 * $wgResourceLoaderUseESI was deprecated and removed. This was an experimental
13485   feature that was never enabled by default.
13486 * $wgResourceLoaderExperimentalAsyncLoading was deprecated and removed.
13487   This experimental feature was never enabled by default and is obsolete as of
13488   MediaWiki 1.26, in where ResourceLoader became fully asynchronous.
13489 * $wgMasterWaitTimeout was removed (deprecated in 1.24).
13490 * Fields in ParserOptions are now private. Use the accessors instead.
13491 * Custom LESS functions (defined via $wgResourceLoaderLESSFunctions or
13492   in extension.json) have been removed, after being deprecated in 1.24.
13493 * $wgAlwaysUseTidy has been removed.
13494 * ResetSessionID hook has been removed. Nothing seems to use it.
13495 * Certain AuthPlugin methods are deprecated in favor of new hooks:
13496 ** AuthPlugin::initUser() is replaced by LocalUserCreated.
13497 ** AuthPlugin::updateUser() is replaced by UserLoggedIn.
13498 ** AuthPlugin::updateExternalDB() is replaced by the existing UserSaveSettings.
13499 ** AuthPlugin::updateExternalDBGroups() is replaced by UserGroupsChanged.
13500 ** AuthPluginUser::isHidden() is replaced by UserIsHidden.
13501 ** AuthPluginUser::isLocked() is replaced by UserIsLocked.
13502 * The UserRights hook is deprecated in favor of the new UserGroupsChanged hook.
13503 * AuthPlugin::initUser() and AuthPlugin::updateUser() should no longer replace
13504   the passed User object.
13505 * $wgBlockAllowsUTEdit is now set to true by default. This allows
13506   blocked users to edit their talk pages unless explicitly disabled
13507   when they are being blocked.
13509 === New features in 1.26 ===
13510 * (T51506) Now action=info gives estimates of actual watchers for a page.
13511   See $wgRCMaxAge, $wgWatchersMaxAge and $wgUnwatchedPageSecret
13512   to learn how to configure if needed.
13513 * Change tags can now be hidden in the interface by disabling the associated
13514   "tag-<id>" interface message.
13515 * ':' (colon) is now invalid in usernames for new accounts. Existing accounts
13516   are not affected.
13517 * Added a new hook, 'LogException', to log exceptions in nonstandard ways.
13518 * Revive the 'SpecialSearchResultsAppend' hook which occurs after the list of
13519   search results are rendered. The initial use case is to append a "give us
13520   feedback" link beneath the search results.
13521 * Added a new hook, 'RejectParserCacheValue', which allows extensions to
13522   reject an otherwise-successful parser cache lookup. The intent is to allow
13523   extensions to manage the eviction of archaic HTML output from the cache.
13524 * (T68699) The expiration of the UserID and Token login cookies
13525   ($wgExtendedLoginCookieExpiration) can be configured independently of the
13526   expiration of all other cookies ($wgCookieExpiration).
13527 * (T50519) Support for generating JPEG/PNG thumbnails from WebP images added
13528   if ImageMagick is used as image scaler ($wgUseImageMagick = true). Uploading
13529   of WebP images still disabled by default. Add $wgFileExtensions[] =
13530   'webp'; to LocalSettings.php to enable uploading of WebP images.
13531 * Added new hooks 'EnhancedChangesListModifyLineData' &
13532   'EnhancedChangesListModifyBlockLineData', to modify the data used to build
13533   lines in enhanced recentchanges and watchlist.
13534 * Caches that need purging ability now use the WANObjectCache interface.
13535   This corresponds to a new $wgMainWANCache setting, which defaults to using
13536   the $wgMainCacheType settings.
13537 * Callers needing fast light-weight data stores use $wgMainStash to select
13538   the store type from $wgObjectCaches. The default is the local database.
13539 * Interface message overrides in the MediaWiki namespace will now be cached in
13540   memcached and APC (if available), rather than memcached and local files.
13541 * Added a new hook, 'RandomPageQuery', to allow modification of the query used
13542   by Special:Random to select random pages.
13543 * $wgTransactionalTimeLimit was added, which controls the request time limit
13544   for potentially slow POST requests that need to be as atomic as possible.
13545 * ResourceLoader now loads all scripts asynchronously. The top-queue and
13546   startup modules are no longer synchronously loaded.
13547 * 'mediawiki.ui.button' styles are no longer unconditionally loaded on every
13548   page. During the deprecation period, the styles will only be loaded on pages
13549   which contain 'mw-ui-button' in their HTML. Starting in 1.28, the styles will
13550   only be loaded if explicitly required.
13551 * If search returns zero results and current search engine has a "did you mean"
13552   suggestion, results for suggestion will be shown. Can be disabled by setting
13553   $wgSearchRunSuggestedQuery to false.
13554 * Added several JavaScript libraries for uploading files to MediaWiki
13555   from the client-side. See documentation for mw.Upload and its
13556   subclasses for more information.
13557 * Added OOUI dialogs and layout for file upload interfaces. See
13558   documentation for mw.Upload.Dialog, mw.Upload.BookletLayout and its
13559   subclasses for more information.
13561 === extension.json changes in 1.26 ===
13562 * (T99344) The extension.json schema is now versioned. All extensions
13563   and skins should set a "manifest_version" property corresponding to
13564   the schema version they were written for. The only supported version
13565   currently is "1".
13566 * (T102523) The error message if a non-array attribute is set was improved.
13567 * (T107646) Configuration settings can now specify how they should be merged,
13568   which is necessary for arrays using integer keys.
13569 * (T110389) Adding namespaces through extension.json now actually works
13570 * $wgNamespaceProtection can now be set in extension.json.
13571 * $wgCapitalLinkOverrides can now be set in extension.json.
13572 * (T97186) Extensions using a custom prefix for their configuration settings
13573   can now set a "_prefix" key to override the default of "wg".
13574 * (T99084) Extensions can now specify what MediaWiki core versions they
13575   depend upon.
13576 * (T105236) The extension.json schema now validates custom classes in
13577   the "ResourceModules" property properly.
13579 === External library changes in 1.26 ===
13580 ==== Upgraded external libraries ====
13581 * Updated es5-shim from v4.0.0 to v4.1.5.
13582 * Updated json2 from revision 2014-02-04 to 2015-05-03.
13583 * Updated Sinon.JS from 1.10.3 to 1.15.4.
13584 * Updated jQuery Client from v1.0.0 to v2.0.0.
13585 * Updated QUnit from v1.17.1 to v1.18.0.
13586 * Updated liuggio/statsd-php-client from v1.0.12 to v1.0.16.
13587 * Updated oojs/oojs-ui from v0.11.3 to v0.12.12.
13588 * Updated wikimedia/cdb from v1.0.1 to v1.3.0.
13589 * Updated wikimedia/utfnormal from v1.0.2 to v1.0.3.
13590 * Updated wikimedia/composer-merge-plugin from v1.0.0 to v1.3.0.
13591 * Updated zordius/lightncandy from v0.18 to v0.21.
13593 ==== New external libraries ====
13594 * Added composer/semver v1.0.0.
13595 * Added mediawiki/at-ease v1.1.0.
13596 * Added wikimedia/assert v0.2.2.
13597 * Added wikimedia/ip-set v1.0.1.
13598 * Added wikimedia/wrappedstring v2.0.0.
13600 ==== Removed and replaced external libraries ====
13601 * Replaced leafo/lessphp v0.5.0 with oyejorge/less.php v1.7.0.9.
13603 === Bug fixes in 1.26 ===
13604 * (T53283) load.php sometimes sends 304 response without full headers
13605 * (T65198) Talk page tabs now have a "rel=discussion" attribute
13606 * (T98841) {{msgnw:}} now preserves comments even when subst: is not used.
13607 * (T104142) $wgEmergencyContact and $wgPasswordSender now use their default
13608   value if set to an empty string.
13610 === Action API changes in 1.26 ===
13611 * New-style continuation is now the default for action=continue. Clients may
13612   use the 'rawcontinue' parameter to receive raw query-continue data, but the
13613   new style is encouraged as it's harder to implement incorrectly.
13614 * Deprecated API formats dump and wddx have been completely removed.
13615 * API action=query&list=tags: The displayname can now be boolean false if the
13616   tag is meant to be hidden from user interfaces.
13617 * action=import no longer allows both the namespace= and rootpage= parameters
13618   to be set. If they are both set, the value of rootpage= will be ignored.
13619 * prop=revision output in enum mode is now sorted by timestamp rather than
13620   revision ID. This usually won't make any difference.
13621 * (T102645) Namespace list from meta=siteinfo&siprop=namespaces is now an array
13622   with formatversion=2.
13623 * Various other output from meta=siteinfo will now always be arrays instead of
13624   sometimes being numerically-indexed objects with formatversion=2.
13625 * When errors about users being blocked are returned, they now include
13626   information about the relevant block.
13627 * (T99926) list=random has higher limits, in line with other API modules.
13628 * list=random's rnredirect parameter is deprecated in favor of a new
13629   rnfilterredir parameter that also allows for listing both redirects and
13630   non-redirects.
13631 * list=random now supports continuation.
13632 * API responses to GET requests may now include ETag and Last-Modified headers,
13633   and will honor corresponding If-None-Match and If-Modified-Since on such
13634   requests.
13636 === Action API internal changes in 1.26 ===
13637 * New metadata item ApiResult::META_KVP_MERGE to allow for merging the KVP key
13638   into the value when the value is an assoc.
13639 * API action modules may now provide values for the RFC 7232 ETag and
13640   Last-Modified headers. The API will check these against If-None-Match and
13641   If-Modified-Since request headers on GET requests and avoid executing the
13642   module when appropriate.
13644 === Languages updated in 1.26 ===
13646 MediaWiki supports over 350 languages. Many localisations are updated
13647 regularly. Below only new and removed languages are listed, as well as
13648 changes to languages because of Phabricator reports.
13650 * Languages added:
13651 ** ase (American sign language), thanks to translator Icemandeaf
13652 ** dty (डोटेली/Doteli), thanks to translators जनक राज भट्ट, बिप्लब आनन्द,
13653    मेश सिंह बोहरा, and राम प्रसाद जोशी
13654 ** luz (لئری دوٙمینی / Southern Luri)
13655 ** olo (Livvinкarjala / Livvi-Karelian), thanks to translators Denö, Hiloin
13656    Natoi, Ilja.mos, and Mashoi7
13658 === Other changes in 1.26 ===
13659 * ChangeTags::tagDescription() will return false if the interface message
13660   for the tag is disabled.
13661 * Added PageHistoryPager::doBatchLookups hook.
13662 * Added $wikiId parameter to FormatAutocomments hook.
13663 * Added ParserCacheSaveComplete to ParserCache
13664 * supportsDirectEditing and supportsDirectApiEditing methods added to
13665   ContentHandler, to provide a way for ApiEditPage and EditPage to check
13666   if direct editing of content is allowed. These methods return false,
13667   by default for the ContentHandler base class and true for TextContentHandler
13668   and it's derivative classes (everything in core). For Content types that
13669   do not support direct editing, an alternative mechanism should be provided
13670   for editing, such as action overrides or specific api modules.
13671 * mediaWiki.confirmCloseWindow now returns an object of functions, instead of
13672   one function. The callback can't be called directly any more. The callback
13673   function is replaced with confirmCloseWindow.release().
13674 * BREAKING CHANGE: Added an optional ResouceLoaderContext parameter to
13675   ResourceLoaderModule::getDependencies(). Extension classes that override that
13676   method should be updated. If they aren't updated, PHP Strict standards
13677   warnings will appear when E_STRICT error reporting is enabled. Note: in the
13678   near future, this parameter will probably become non-optional.
13679 * Removed maintenance script deleteImageMemcached.php.
13680 * MWFunction::newObj() was removed (deprecated in 1.25).
13681   ObjectFactory::getObjectFromSpec() should be used instead.
13682 * The parser will no longer randomize the string it uses to mark the place of
13683   items that were stripped during parsing. It will use a fixed string instead.
13684   This causes the parser to re-use the regular expressions it uses to search
13685   and replace markers rather than generate novel expressions on each parse.
13686   Re-using regular expressions will improve performance on HHVM and the
13687   forthcoming PHP 7. The interfaces changes accompanying this change are:
13688   - Parser::getRandomString() and Parser::uniqPrefix() have been deprecated.
13689   - The $uniq_prefix argument for Parser::extractTagsAndParams() and the
13690     $prefix argument for StripState::_construct() are deprecated and their
13691     value is ignored.
13692 * wfSuppressWarnings() and wfRestoreWarnings() were split into a separate
13693   library, mediawiki/at-ease, and are now deprecated. Callers should use
13694   MediaWiki\suppressWarnings() and MediaWiki\restoreWarnings() directly.
13695 * The Block class constructor now takes an associative array of parameters
13696   instead of many optional positional arguments. Calling the constructor the old
13697   way will issue a deprecation warning.
13698 * The jquery.mwExtension module was deprecated.
13699 * $wgSpecialPageGroups was removed (deprecated in 1.21).
13700 * SpecialPageFactory::setGroup was removed (deprecated in 1.21).
13701 * SpecialPageFactory::getGroup was removed (deprecated in 1.21).
13702 * DatabaseBase::ignoreErrors() is now protected.
13703 * BREAKING CHANGE: mediawiki.legacy.ajax has been removed, following
13704   a lengthy deprecation period.
13705 * The ScopedPHPTimeout class was removed.
13706 * Removed maintenance script fixSlaveDesync.php.
13707 * Watchlist tokens, SpecialResetTokens, and User::getTokenFromOption()
13708   are deprecated. Applications using those can work via the OAuth
13709   extension instead. New tokens types should not be added.
13710 * DatabaseBase::errorCount() was removed (unused).
13711 * $wgDeferredUpdateList was removed.
13712 * DeferredUpdates::addHTMLCacheUpdate() was removed.
13714 = MediaWiki 1.25 =
13716 == MediaWiki 1.25.6 ==
13718 This is a maintenance release of the MediaWiki 1.25 branch.
13720 === Changes since 1.25.5 ===
13721 * (T123166) Fix fatal error when importing pages to titles which cannot be
13722   created, such as invalid titles or titles the user is not allowed to edit.
13723 * (T122056) Old tokens are remaining valid within a new session
13724 * (T127114) Login throttle can be tricked using non-canonicalized usernames
13725 * (T123653) Cross-domain policy regexp is too narrow
13726 * (T123071) Incorrectly identifying http link in a's href attributes, due to
13727   m modifier in regex
13728 * (T129506) MediaWiki:Gadget-popups.js isn't renderable
13729 * (T125283) Users occasionally logged in as different users after
13730   SessionManager deployment
13731 * (T103239) Patrol allows click catching and patrolling of any page
13732 * (T122807) [tracking] Check php crypto primatives
13733 * (T98313) Graphs can leak tokens, leading to CSRF
13734 * (T130947) Diff generation should use PoolCounter
13735 * (T133507) Careless use of $wgExternalLinkTarget is insecure
13736 * (T132874) API action=move is not rate limited
13737 * (T110143) strip markers can be used to get around html attribute escaping in
13738   (many?) parser tags
13739 * (T116030) Increase pbkdf2 parameter strengths
13740 * (T127420) Pbkdf2Password does not check if hash_pbkdf2() succeeded
13741 * (T126685) Globally throttle password attempts
13743 == MediaWiki 1.25.5 ==
13745 This is a maintenance release of the MediaWiki 1.25 branch.
13747 === Changes since 1.25.4 ===
13748 * (T121892) Fix fatal error on some Special pages, introduced in 1.25.4.
13750 == MediaWiki 1.25.4 ==
13752 This is a security and maintenance release of the MediaWiki 1.25 branch.
13754 === Changes since 1.25.3 ===
13755 * (T117899) SECURITY: $wgArticlePath can no longer be set to relative paths
13756   that do not begin with a slash. This enabled trivial XSS attacks.
13757   Configuration values such as "http://my.wiki.com/wiki/$1" are fine, as are
13758   "/wiki/$1". A value such as "$1" or "wiki/$1" is not and will now throw an
13759   error.
13760 * (T119309) SECURITY: Use hash_compare() for edit token comparison
13761 * (T118032) SECURITY: Don't allow cURL to interpret POST parameters starting
13762   with '@' as file uploads
13763 * (T115522) SECURITY: Passwords generated by User::randomPassword() can no
13764   longer be shorter than $wgMinimalPasswordLength
13765 * (T97897) SECURITY: Improve IP parsing and trimming. Previous behavior could
13766   result in improper blocks being issued
13767 * (T109724) SECURITY: Special:MyPage, Special:MyTalk, Special:MyContributions
13768   and related pages no longer use HTTP redirects and are now redirected by
13769   MediaWiki
13770 * (T103237) $wgUseGzip had no effect when using file cache.
13771 * (T114606) mw.notify was not correctly fixed to the page if
13772   initialized while not at the top of the page.
13773 * Fix issue that breaks HHVM Repo Authorative mode.
13775 == MediaWiki 1.25.3 ==
13777 This is a security and maintenance release of the MediaWiki 1.25 branch.
13779 === Changes since 1.25.2 ===
13781 * (T98975) Fix having multiple callbacks for a single hook.
13782 * (T107632) maintenance/refreshLinks.php did not always remove all links
13783   pointing to nonexistent pages.
13784 * (T104142) $wgEmergencyContact and $wgPasswordSender now use their default
13785   value if set to an empty string.
13786 * (T62174) Provide fallbacks for use of mb_convert_encoding() in
13787   HtmlFormatter. It was causing an error when accessing the api help page
13788   if the mbstring PHP extension was not installed.
13789 * (T105896) Confirmation emails would sometimes contain invalid codes.
13790 * (T105597) Fixed edit stash inclusion queries.
13791 * (T91850) SECURITY: Add throttle check in ApiUpload and SpecialUpload
13792 * (T91203, T91205) SECURITY: API: Improve validation in chunked uploading
13793 * (T95589) SECURITY: RevDel: Check all revisions for suppression, not just the
13794   first
13795 * (T108616) SECURITY: Avoid exposure of local path in PNG thumbnails
13797 == MediaWiki 1.25.2 ==
13799 This is a security and maintenance release of the MediaWiki 1.25 branch.
13801 === Changes since 1.25.1 ===
13803 * (T94116) SECURITY: Compare API watchlist token in constant time
13804 * (T97391) SECURITY: Escape error message strings in thumb.php
13805 * (T106893) SECURITY: Don't leak autoblocked IP addresses on
13806   Special:DeletedContributions
13807 * (T102562) Fix InstantCommons parameters to handle the new HTTPS-only
13808   policy of Wikimedia Commons.
13809 * (T100767) Setting a configuration setting for skin or extension to
13810   false in LocalSettings.php was not working.
13811 * (T100635) API action=opensearch json output no longer breaks when
13812   $wgDebugToolbar is enabled.
13813 * (T102522) Using an extension.json or skin.json file which has
13814   a "manifest_version" property for 1.26 compatability will no longer
13815   trigger warnings.
13816 * (T86156) Running updateSearchIndex.php will not throw an error as
13817   page_restrictions has been added to the locked table list.
13818 * Special:Version would throw notices if using SVN due to an incorrectly
13819   named variable. Add an additional check that an index is defined.
13821 == MediaWiki 1.25.1 ==
13823 This is a bug fix release of the MediaWiki 1.25 branch.
13825 === Changes since 1.25 ===
13826 * (T100351) Fix syntax errors in extension.json of ConfirmEdit extension
13828 == MediaWiki 1.25.0 ==
13830 === Configuration changes in 1.25 ===
13831 * $wgPageShowWatchingUsers was removed.
13832 * $wgLocalVirtualHosts has been added to replace $wgConf->localVHosts.
13833 * $wgAntiLockFlags was removed.
13834 * $wgJavaScriptTestConfig was removed.
13835 * Edit tokens returned from User::getEditToken may change on every call. Token
13836   validity must be checked by passing the user-supplied token to
13837   User::matchEditToken rather than by testing for equality with a
13838   newly-generated token.
13839 * (T74951) The UserGetLanguageObject hook may be passed any IContextSource
13840   for its $context parameter. Formerly it was documented as receiving a
13841   RequestContext specifically.
13842 * Profiling was restructured and $wgProfiler now requires an 'output' parameter.
13843   See StartProfiler.sample for details.
13844 * $wgMangleFlashPolicy was added to make MediaWiki's mangling of anything that
13845   might be a flash policy directive configurable.
13846 * ApiOpenSearch now supports XML output. The OpenSearchXml extension should no
13847   longer be used. If extracts and page images are desired, the TextExtracts and
13848   PageImages extensions are required.
13849 * $wgOpenSearchTemplate is deprecated in favor of $wgOpenSearchTemplates.
13850 * Edits are now prepared via AJAX as users type edit summaries. This behavior
13851   can be disabled via $wgAjaxEditStash.
13852 * (T46740) The temporary option $wgIncludejQueryMigrate was removed, along
13853   with the jQuery Migrate library, as indicated when this option was provided in
13854   MediaWiki 1.24.
13855 * ProfilerStandard and ProfilerSimpleTrace were removed. Make sure that any
13856   StartProfiler.php config is updated to reflect this. Xhprof is available
13857   for zend/hhvm. Also, for hhvm, one can consider using its xenon profiler.
13858 * Default value of $wgSVGConverters['rsvg'] now uses the 'rsvg-convert' binary
13859   rather than 'rsvg'.
13860 * Default value of $wgSVGConverters['ImageMagick'] now uses transparent
13861   background with white fallback color, rather than just white background.
13862  * MediaWikiBagOStuff class removed, make sure any object cache config
13863    uses SqlBagOStuff instead.
13864 * The 'daemonized' flag must be set to true in $wgJobTypeConf for any redis
13865   job queues. This means that mediawiki/services/jobrunner service has to
13866   be installed and running for any such queues to work.
13867 * $wgAutopromoteOnce no longer supports the 'view' event. For keeping some
13868   compatibility, any 'view' event triggers will still trigger on 'edit'.
13869 * $wgExtensionDirectory was added for when your extensions directory is
13870   somewhere other than $IP/extensions (as $wgStyleDirectory does with the skins
13871   directory).
13873 === New features in 1.25 ===
13874 * (T64861) Updated plural rules to CLDR 26. Includes incompatible changes
13875   for plural forms in Russian, Prussian, Tagalog, Manx and several languages
13876   that fall back to Russian.
13877 * (T60139) ResourceLoaderFileModule now supports language fallback
13878   for 'languageScripts'.
13879 * Added a new hook, "ContentAlterParserOutput", to allow extensions to modify
13880   the parser output for a content object before links update.
13881 * (T37785) Enhanced recent changes and extended watchlist are now default.
13882   Documentation: https://meta.wikimedia.org/wiki/Help:Enhanced_recent_changes
13883   and https://www.mediawiki.org/wiki/Manual:$wgDefaultUserOptions
13884 * (T69341) SVG images will no longer be base64-encoded when being embedded
13885   in CSS. This results in slight size increase before gzip compression (due to
13886   percent-encoding), but up to 20% decrease after it.
13887 * Update jStorage to v0.4.12.
13888 * MediaWiki now natively supports page status indicators: icons (or short text
13889   snippets) usually displayed in the top-right corner of the page. They have
13890   been in use on Wikipedia for a long time, implemented using templates and CSS
13891   absolute positioning.
13892   - Basic wikitext syntax:
13893     <indicator name="foo">[[File:Foo.svg|20px]]</indicator>
13894   - Usage instructions:
13895     https://www.mediawiki.org/wiki/Help:Page_status_indicators
13896   - Adjusting custom skins to support indicators:
13897     https://www.mediawiki.org/wiki/Manual:Skinning#Page_status_indicators
13898 * Edit tokens may now be time-limited: passing a maximum age to
13899   User::matchEditToken will reject any older tokens.
13900 * The debug logging internals have been overhauled, and are now using the
13901   PSR-3 interfaces.
13902 * Update CSSJanus to v1.1.1.
13903 * Update lessphp to v0.5.0.
13904 * Added a hook, "ApiOpenSearchSuggest", to allow extensions to provide extracts
13905   and images for ApiOpenSearch output. The semantics are identical to the
13906   "OpenSearchXml" hook provided by the OpenSearchXml extension.
13907 * PrefixSearchBackend hook now has an $offset parameter. Combined with $limit,
13908   this allows for pagination of prefix results. Extensions using this hook
13909   should implement supporting behavior. Not doing so can result in undefined
13910   behavior from API clients trying to continue through prefix results.
13911 * Update jQuery from v1.11.1 to v1.11.3.
13912 * External libraries installed via composer will now be displayed
13913   on Special:Version in their own section. Extensions or skins that are
13914   installed via composer will not be shown in this section as it is assumed
13915   they will add the proper credits to the skins or extensions section. They
13916   can also be accessed through the API via the new siprop=libraries to
13917   ApiQuerySiteinfo.
13918 * Update QUnit from v1.14.0 to v1.16.0.
13919 * Update Moment.js from v2.8.3 to v2.8.4.
13920 * Special:Tags now allows for manipulating the list of user-modifiable change
13921   tags.
13922 * Added 'managetags' user right and 'ChangeTagCanCreate', 'ChangeTagCanDelete',
13923   and 'ChangeTagCanCreate' hooks to allow for managing user-modifiable change
13924   tags.
13925 * Added 'ChangeTagsListActive' hook, to separate the concepts of "defined" and
13926   "active" formerly conflated by the 'ListDefinedTags' hook.
13927 * Added TemplateParser class that provides a server-side interface to cachable
13928   dynamically-compiled Mustache templates (currently uses lightncandy library).
13929 * Clickable anchors for each section heading in the content are now generated
13930   and appear in the gutter on hovering over the heading.
13931 * Added 'CategoryViewer::doCategoryQuery' and 'CategoryViewer::generateLink'
13932   hooks to allow extensions to override how links to pages are rendered within
13933   NS_CATEGORY
13934 * (T19665) Special:WantedPages only lists page which having at least one red
13935   link pointing to it.
13936 * New hooks 'ApiMain::moduleManager' and 'ApiQuery::moduleManager', can be
13937   used for conditional registration of API modules.
13938 * New hook 'EnhancedChangesList::getLogText' to alter, remove or add to the
13939   links of a group of changes in EnhancedChangesList.
13940 * A full interface for StatsD metric reporting has been added to the context
13941   interface, reachable via IContextSource::getStats().
13942 * Move the jQuery Client library from being mastered in MediaWiki as v0.1.0 to a
13943   proper, published library, which is now tagged as v1.0.0.
13944 * A new message (defaulting to blank), 'editnotice-notext', can be shown to
13945   users when they are editing if no edit notices apply to the page being edited.
13946 * (T94536) You can now make the sitenotice appear to logged-in users only by
13947   editing MediaWiki:Anonnotice and replacing its content with "". Setting it to
13948   "-" (default) will continue disable it and fallback to MediaWiki:Sitenotice.
13949 * Modifying the tagging of a revision or log entry is now available via
13950   Special:EditTags, generally accessed via the revision-deletion-like interface
13951   on history pages and Special:Log is likely to be more useful.
13952 * Added 'applychangetags' and 'changetags' user rights.
13953 * (T35235) LogFormatter subclasses are now responsible for formatting the
13954   parameters for API log event output. Extensions should implement the new
13955   getParametersForApi() method in their log formatters.
13957 ==== External libraries ====
13958 * MediaWiki now requires certain external libraries to be installed. In the past
13959   these were bundled inside the Git repository of MediaWiki core, but now they
13960   need to be installed separately. For users using the tarball, this will be
13961   taken care of and no action will be required. Users using Git will either need
13962   to use composer to fetch dependencies or use the mediawiki/vendor repository
13963   which includes all dependencies for MediaWiki core and ones used in Wikimedia
13964   deployment. Detailed instructions can be found at:
13965   https://www.mediawiki.org/wiki/Download_from_Git#Fetch_external_libraries
13966 * The following libraries are now required:
13967 ** psr/log
13968    This library provides the interfaces set by the PSR-3 standard
13969    (http://www.php-fig.org/psr/psr-3/) which are used by MediaWiki internally
13970    via the MediaWiki\Logger\LoggerFactory class.
13971    See the structured logging RfC
13972    <https://www.mediawiki.org/wiki/Requests_for_comment/Structured_logging>
13973    for more background information.
13974 ** cssjanus/cssjanus
13975    This library was formerly bundled with MediaWiki core and has been removed.
13976    It automatically flips CSS for RTL support.
13977 ** leafo/lessphp
13978    This library was formerly bundled with MediaWiki core and has been removed.
13979    It compiles LESS files into CSS.
13980 ** wikimedia/cdb
13981    This library was formerly a part of MediaWiki core, and has been moved into a
13982    separate library. It provides CDB functions which are used in the Interwiki
13983    and Localization caches. More information about the library can be found at
13984    https://www.mediawiki.org/wiki/CDB.
13985 ** liuggio/statsd-php-client
13986    This library provides a StatsD client API for logging application metrics to
13987    a remote server.
13989 === Bug fixes in 1.25 ===
13990 * (T73003) No additional code will be generated to try to load CSS-embedded
13991   SVG images in Internet Explorer 6 and 7, as they don't support them anyway.
13992 * (T69021) On Special:BookSources, corrected validation of ISBNs (both
13993   10- and 13-digit forms) containing "X".
13994 * Page moving was refactored into a MovePage class. As part of that:
13995 ** The AbortMove hook was removed.
13996 ** MovePageIsValidMove is for extensions to specify whether a page
13997    cannot be moved for technical reasons, and should not be overridden.
13998 ** MovePageCheckPermissions is for checking whether the given user is
13999    allowed to make the move.
14000 ** Title::moveNoAuth() was deprecated. Use the MovePage class instead.
14001 ** Title::moveTo() was deprecated. Use the MovePage class instead.
14002 ** Title::isValidMoveOperation() broken down into MovePage::isValidMove()
14003    and MovePage::checkPermissions().
14004 * (T18530) Multiple autocomments are now formatted in an edit summary.
14005 * (T70361) Autocomments containing "/*" are parsed correctly.
14006 * The Special:WhatLinksHere page linked from 'Number of redirects to this page'
14007   on action=info about a file page does not list file links anymore.
14008 * (T78637) Search bar is not autofocused unless it is empty so that proper
14009   scrolling using arrow keys is possible.
14010 * (T50853) Database::makeList() modified to handle 'NULL' separately when
14011   building IN clause
14012 * (T85192) Captcha position modified in Usercreate template. As a result:
14013 ** extrafields parameter added to Usercreate.php to insert additional data
14014 ** 'extend' method added to QuickTemplate to append additional values to any
14015   field of data array
14016 * (T86974) Several Title methods now load from the database when necessary
14017   (instead of returning incorrect results) even when the page ID is known.
14018 * (T74070) Duplicate search for archived files on file upload now omits the
14019   extension.
14020   This requires the fa_sha1 field being populated.
14021 * Removed rel="archives" from the "View history" link, as it did not pass
14022   HTML validation.
14023 * $wgUseTidy is now set when parserTests are run with the tidy option to match
14024   output on wiki.
14025 * (T37472) update.php will purge ResourceLoader cache unless --nopurge is passed
14026   to it.
14027 * (T72109) mediawiki.language should respect $wgTranslateNumerals in
14028   convertNumber().
14030 === Action API changes in 1.25 ===
14031 * (T67403) XML tag highlighting is now only performed for formats
14032   "xmlfm" and "wddxfm".
14033 * action=paraminfo supports generalized submodules (modules=query+value),
14034   querymodules and formatmodules are deprecated
14035 * action=paraminfo no longer outputs descriptions and other help text by
14036   default. If needed, it may be requested using the new 'helpformat' parameter.
14037 * action=help has been completely rewritten, and outputs help in HTML
14038   rather than plain text.
14039 * Hitting api.php without specifying an action now displays only the help for
14040   the main module, with links to submodule help.
14041 * API help is no longer displayed on errors.
14042 * 'uselang' is now a recognized API parameter; "uselang=user" may be used to
14043   explicitly select the language from the current user's preferences, and
14044   "uselang=content" may be used to select the wiki's content language.
14045 * Default output format for the API is now jsonfm.
14046 * Simplified continuation will return a "batchcomplete" property in the result
14047   when a batch of pages is complete.
14048 * Pretty-printed HTML output now has nicer formatting and (if available)
14049   better syntax highlighting.
14050 * Deprecated list=deletedrevs in favor of newly-added prop=deletedrevisions and
14051   list=alldeletedrevisions.
14052 * prop=revisions will gracefully continue when given too many revids or titles,
14053   rather than just ignoring the extras.
14054 * prop=revisions will no longer die if rvcontentformat doesn't match a
14055   revision's content model; it will instead warn and omit the content.
14056 * If the user has the 'deletedhistory' right, action=query's revids parameter
14057   will now recognize deleted revids.
14058 * prop=revisions may be used as a generator, generating revids.
14059 * (T68776) format=json results will no longer be corrupted when
14060   $wgMangleFlashPolicy is in effect. format=php results will cleanly return an
14061   error instead of returning invalid serialized data.
14062 * Generators may now return data for the generated pages when used with
14063   action=query.
14064 * Query page data for generator=search and generator=prefixsearch will now
14065   include an "index" field, which may be used by the client for sorting the
14066   search results.
14067 * ApiOpenSearch now supports XML output.
14068 * ApiOpenSearch will now output descriptions and URLs as array indexes 2 and 3
14069   in JSON format.
14070 * (T76051) list=tags will now continue correctly.
14071 * (T76052) list=tags can now indicate whether a tag is defined.
14072 * (T75522) list=prefixsearch now supports continuation
14073 * (T78737) action=expandtemplates can now return page properties.
14074 * (T78690) list=allimages now accepts multiple pipe-separated values
14075   for the 'aimime' parameter.
14076 * prop=info with inprop=protections will now return applicable protection types
14077   with the 'restrictiontypes' key.
14078 * (T85417) When resolving redirects, ApiPageSet will now add the targets of
14079   interwiki redirects to the list of interwiki titles.
14080 * (T85417) When outputting the list of redirect titles, a 'tointerwiki'
14081   property (like the existing 'tofragment' property) will be set.
14082 * Added action=managetags to allow for managing the list of
14083   user-modifiable change tags. Actually modifying the tagging of a revision or
14084   log entry is not implemented yet.
14085 * list=tags has additional properties to indicate 'active' status and tag
14086   sources.
14087 * siprop=libraries was added to ApiQuerySiteinfo to list installed external
14088   libraries.
14089 * (T88010) Added action=checktoken, to test a CSRF token's validity.
14090 * (T88010) Added intestactions to prop=info, to allow querying of
14091   Title::userCan() via the API.
14092 * Default type param for query list=watchlist and list=recentchanges has
14093   been changed from all types (e.g. including 'external') to 'edit|new|log'.
14094 * Added formatversion to format=json. Still "experimental" as further changes
14095   to the output formatting might still be made.
14096 * (T73020) Log event details are now always under a 'params' subkey for
14097   list=logevents, and a 'logparams' subkey for list=watchlist and
14098   list=recentchanges.
14099 * Log event details are changing formatting:
14100   * block events now report flags as an array rather than as a comma-separated
14101     list.
14102   * patrol events now report the 'auto' flag as a boolean (absent/empty string
14103     for BC formats) rather than as an integer.
14104   * rights events now report the old and new group lists as arrays rather than
14105     as comma-separated lists.
14106   * merge events use new-style formatting.
14107   * delete/event and delete/revision events use new-style formatting.
14108 * The root node and various other nodes will now always be an object in formats
14109   such as json that distinguish between arrays and objects.
14110   * Except for action=opensearch where the spec requires an array.
14112 === Action API internal changes in 1.25 ===
14113 * ApiHelp has been rewritten to support i18n and paginated HTML output.
14114   Most existing modules should continue working without changes, but should do
14115   the following:
14116   * Add an i18n message "apihelp-{$moduleName}-description" to replace
14117     getDescription().
14118   * Add i18n messages "apihelp-{$moduleName}-param-{$param}" for each parameter
14119     to replace getParamDescription(). If necessary, the settings array returned
14120     by getParams() can use the new ApiBase::PARAM_HELP_MSG key to override the
14121     message.
14122   * Implement getExamplesMessages() to replace getExamples().
14123 * Modules with submodules (like action=query) must have their submodules
14124   override ApiBase::getParent() to return the correct parent object.
14125 * The 'APIGetDescription' and 'APIGetParamDescription' hooks are deprecated,
14126   and will have no effect for modules using i18n messages. Use
14127   'APIGetDescriptionMessages' and 'APIGetParamDescriptionMessages' instead.
14128 * Api formatters will no longer be asked to display the help screen on errors.
14129 * ApiMain::getCredits() was removed. The credits are available in the
14130   'api-credits' i18n message.
14131 * ApiFormatBase has been changed to support i18n and syntax highlighting via
14132   extensions with the new 'ApiFormatHighlight' hook. Core syntax highlighting
14133   has been removed.
14134 * ApiFormatBase now always buffers. Output is done when
14135   ApiFormatBase::closePrinter is called.
14136 * Much of the logic in ApiQueryRevisions has been split into
14137   ApiQueryRevisionsBase.
14138 * The 'revids' parameter supplied by ApiPageSet will now count deleted
14139   revisions as "good" if the user has the 'deletedhistory' right. New methods
14140   ApiPageSet::getLiveRevisionIDs() and ApiPageSet::getDeletedRevisionIDs() are
14141   provided to access just the live or just the deleted revids.
14142 * Added ApiPageSet::setGeneratorData() and ApiPageSet::populateGeneratorData()
14143   to allow generators to include data in the action=query result.
14144 * New hooks 'ApiMain::moduleManager' and 'ApiQuery::moduleManager', can be
14145   used for conditional registration of API modules.
14146 * Added ApiBase::lacksSameOriginSecurity() to allow modules to easily check if
14147   the current request was sent with the 'callback' parameter (or any future
14148   method that breaks the same-origin policy).
14149 * Profiling methods in ApiBase are deprecated and no longer need to be called.
14150 * ApiResult was greatly overhauled. See inline documentation for details.
14151 * ApiResult will automatically convert objects to strings or arrays (depending
14152   on whether a __toString() method exists on the object), and will refuse to
14153   add unsupported value types.
14154   * An informal interface, ApiSerializable, exists to override the default
14155     object conversion.
14156 * ApiResult/ApiFormatBase "raw mode" is deprecated.
14157 * ApiFormatXml now assumes defaults and so on instead of throwing errors when
14158   metadata isn't set.
14159 * (T35235) LogFormatter subclasses are now responsible for formatting log event
14160   parameters for the API.
14161 * Many modules have changed result data formats. While this shouldn't affect
14162   clients not using the experimental formatversion=2, code using
14163   ApiResult::getResultData() without the transformations for backwards
14164   compatibility may need updating, as will code that wasn't following the old
14165   conventions for API boolean output.
14166 * The following methods have been deprecated and may be removed in a future
14167   release:
14168   * ApiBase::getDescription
14169   * ApiBase::getParamDescription
14170   * ApiBase::getExamples
14171   * ApiBase::makeHelpMsg
14172   * ApiBase::makeHelpArrayToString
14173   * ApiBase::makeHelpMsgParameters
14174   * ApiBase::getModuleProfileName
14175   * ApiBase::profileIn
14176   * ApiBase::profileOut
14177   * ApiBase::safeProfileOut
14178   * ApiBase::getProfileTime
14179   * ApiBase::profileDBIn
14180   * ApiBase::profileDBOut
14181   * ApiBase::getProfileDBTime
14182   * ApiBase::getResultData
14183   * ApiFormatBase::setUnescapeAmps
14184   * ApiFormatBase::getWantsHelp
14185   * ApiFormatBase::setHelp
14186   * ApiFormatBase::formatHTML
14187   * ApiFormatBase::setBufferResult
14188   * ApiFormatBase::getDescription
14189   * ApiFormatBase::getNeedsRawData
14190   * ApiMain::setHelp
14191   * ApiMain::reallyMakeHelpMsg
14192   * ApiMain::makeHelpMsgHeader
14193   * ApiResult::setRawMode
14194   * ApiResult::getIsRawMode
14195   * ApiResult::getData
14196   * ApiResult::setElement
14197   * ApiResult::setContent
14198   * ApiResult::setIndexedTagName_recursive
14199   * ApiResult::setIndexedTagName_internal
14200   * ApiResult::setParsedLimit
14201   * ApiResult::beginContinuation
14202   * ApiResult::setContinueParam
14203   * ApiResult::setGeneratorContinueParam
14204   * ApiResult::endContinuation
14205   * ApiResult::size
14206   * ApiResult::convertStatusToArray
14207   * ApiQueryImageInfo::getPropertyDescriptions
14208   * ApiQueryLogEvents::addLogParams
14209 * The following classes have been deprecated and may be removed in a future
14210   release:
14211   * ApiQueryDeletedrevs
14213 === Languages updated in 1.25 ===
14215 MediaWiki supports over 350 languages. Many localisations are updated
14216 regularly. Below only new and removed languages are listed, as well as
14217 changes to languages because of Bugzilla reports.
14219 * Languages added:
14220 ** awa (अवधी / Awadhi), thanks to translator 1AnuraagPandey;
14221 ** bgn (بلوچی رخشانی / Western Balochi), thanks to translators
14222    Baloch Afghanistan, Ibrahim khashrowdi and Rachitrali;
14223 ** ses (Koyraboro Senni), thanks to translator Songhay.
14224 * (T66440) Kazakh (kk) wikis should no longer forcefully reset the user's
14225   interface language to kk where unexpected.
14226 * The Chinese conversion table was substantially updated to fix a lot of
14227   bugs and ensure better reading experience for different variants.
14229 === Other changes in 1.25 ===
14230 * (T45591) Links to MediaWiki.org translatable help were added to indicators,
14231   mostly in special pages. Local custom target titles can be placed in the
14232   relevant '(namespace-X|action name|special page name)-helppage' system
14233   message. Extensions can use the addHelpLink() function to do the same.
14234 * The skin autodiscovery mechanism, deprecated in MediaWiki 1.23, has been
14235   removed. See https://www.mediawiki.org/wiki/Manual:Skin_autodiscovery for
14236   migration guide for creators and users of custom skins that relied on it.
14237 * Javascript variables 'wgFileCanRotate' and 'wgFileExtensions' now only
14238   available on Special:Upload.
14239 * (T58257) Set site logo from mediawiki.skinning.interface module instead of
14240   inline styles in the HTML.
14241 * Removed ApiQueryUsers::getAutoGroups(). (deprecated since 1.20)
14242 * Removed XmlDumpWriter::schemaVersion(). (deprecated since 1.20)
14243 * Removed LogEventsList::getDisplayTitle(). (deprecated since 1.20)
14244 * Removed Preferences::trySetUserEmail(). (deprecated since 1.20)
14245 * Removed mw.user.name() and mw.user.anonymous() methods. (deprecated since
14246   1.20)
14247 * Removed 'ok' and 'err' parameters in the mediawiki.api modules. (deprecated
14248   since 1.20)
14249 * Removed 'async' parameter from the  mw.Api#getCategories() method. (deprecated
14250   since 1.20)
14251 * Removed 'jquery.json' module. (deprecated since 1.24)
14252   Use the 'json' module and global JSON object instead.
14253 * Deprecated OutputPage::readOnlyPage() and OutputPage::rateLimited().
14254   Also, the former will now throw an MWException if called with one or more
14255   arguments.
14256 * Removed hitcounters and associated code.
14257 * The "temp" zone of the upload respository is now considered private. If it
14258   already exists (such as under the images/ directory), please make sure that
14259   the directory is not web readable (e.g. via a .htaccess file).
14260 * BREAKING CHANGE: In the XML dump format used by Special:Export and
14261   dumpBackup.php, the <model> and <format> tags now apprear before the <text>
14262   tag, instead of after the <text> and <sha1> tags.
14263   The new schema version is 0.10, the new schema URI is:
14264   https://www.mediawiki.org/xml/export-0.10.xsd
14265 * MWFunction::call() and MWFunction::callArray() were removed, having being
14266   deprecated in 1.22.
14267 * Deprecated the getInternalLinkAttributes, getInternalLinkAttributesObj,
14268   and getInternalLinkAttributes methods in Linker, and removed
14269   getExternalLinkAttributes method, which was deprecated in MediaWiki 1.18.
14270 * Removed Sites class, which was deprecated in 1.21 and replaced by
14271   SiteSQLStore.
14272 * Added wgRelevantArticleId to the client-side config, for use on special pages.
14273 * Deprecated the TitleIsCssOrJsPage hook. Superseded by the
14274   ContentHandlerDefaultModelFor hook since MediaWiki 1.21.
14275 * Deprecated the TitleIsWikitextPage hook. Superseded by the
14276   ContentHandlerDefaultModelFor hook since MediaWiki 1.21.
14277 * Changed parsing of variables in schema (.sql) files:
14278 ** The substituted values are no longer parsed. (Formerly, several passes
14279    were made for each variable, so depending on the order in which variables
14280    were defined, variables might have been found inside encoded values. This
14281    is no longer the case.)
14282 ** Variables are no longer string encoded when the /*$var*/ syntax is used.
14283    If string encoding is necessary, use the '{$var}' syntax instead.
14284 ** Variable names must only consist of one or more of the characters
14285    "A-Za-z0-9_".
14286 ** In source text of the form '{$A}'{$B}' or `{$A}`{$B}`, where variable A
14287    does not exist yet variable B does, the latter may not be replaced.
14288    However, this difference is unlikely to arise in practice.
14289 * (T67278) RFC, PMID, and ISBN "magic links" must be surrounded by non-word
14290   characters on both sides.
14291 * The FormatAutocomments hook will now receive $pre and $post as booleans,
14292   rather than as strings that must be prepended or appended to $comment.
14293 * (T30950, T31025) RFC, PMID, and ISBN "magic links" can no longer contain
14294   newlines; but they can contain &nbsp; and other non-newline whitespace.
14295 * The 'mediawiki.action.edit' ResourceLoader module no longer generates the edit
14296   toolbar, which has been moved to a separate 'mediawiki.toolbar' module. If you
14297   relied on this behavior, update your scripts' dependencies.
14298 * HTMLForm's 'vform' display style has been separated to a subclass. Therefore:
14299   * HTMLForm::isVForm() is now deprecated.
14300   * You can no longer do this:
14301       $form = new HTMLForm( … );
14302       $form->setDisplayFormat( 'vform' ); // throws exception
14303     Instead, do this:
14304       $form = HTMLForm::factory( 'vform', … );
14305 * Deprecated Revision methods getRawUser(), getRawUserText() and
14306   getRawComment().
14307 * BREAKING CHANGE: mediawiki.user.generateRandomSessionId:
14308   The alphabet of the prior string returned was A-Za-z0-9 and now it is 0-9A-F
14309 * (T87504) Avoid serving SVG background-images in CSS for Opera 12, which
14310   renders them incorrectly when combined with border-radius or background-size.
14311 * Removed maintenance script dumpSisterSites.php.
14312 * DatabaseBase class constructors must be called using the array argument style.
14313   Ideally, DatabaseBase:factory() should be used instead in most cases.
14314 * Deprecated ParserOutput::addSecondaryDataUpdate and
14315   ParserOutput::getSecondaryDataUpdates.
14316   This is a hard deprecation, with getSecondaryDataUpdates returning an empty
14317   array and addSecondaryDataUpdate throwing an exception. These functions will
14318   be removed in 1.26, since they interfere with caching of ParserOutput objects.
14319 * Introduced new hook 'SecondaryDataUpdates' that allows extensions to inject
14320   custom updates.
14321 * Introduced new hook 'OpportunisticLinksUpdate' that allows extensions to
14322   perform updates when a page is re-rendered.
14323 * EditPage::attemptSave has been modified not to call handleStatus itself and
14324   instead just returns the Status object. Extension calling it should be aware
14325   of this.
14326 * Removed class DBObject. (unused since 1.10)
14327 * wfDiff() is deprecated.
14328 * The -m (maximum replication lag) option of refreshLinks.php was removed.
14329   It had no effect since MediaWiki 1.18 and should be removed from any cron
14330   jobs or similar scripts you may have set up.
14331 * (T85864) The following messages no longer support raw html: redirectto,
14332   thisisdeleted, viewdeleted, editlink, retrievedfrom, version-poweredby-others,
14333   retrievedfrom, thisisdeleted, viewsourcelink, lastmodifiedat, laggedslavemode,
14334   protect-summary-cascade
14335 * All BloomCache related code has been removed. This was largely experimental.
14336 * $wgResourceModuleSkinStyles no longer supports per-module local or remote
14337   paths. They can only be set for the entire skin.
14338 * Removed global function swap(). (deprecated since 1.24)
14339 * Deprecated the ".php5" file extension entry points and the $wgScriptExtension
14340   configuration variable. Refer to the ".php" files instead. If you want
14341   ".php5" URLs to continue to work, set up redirects. In Apache, this can be
14342   done by enabling mod_rewrite and adding the following rules to your
14343   configuration:
14345     RewriteEngine On
14346     RewriteBase /
14347     RewriteRule ^(.*)\.php5 $1.php [R=301,L]
14349 * The global importScriptURI and importStylesheetURI functions, as well as the
14350   loadedScripts object, from wikibits.js (deprecated since 1.17) now emit
14351   warnings through mw.log.warn when accessed.
14353 = MediaWiki 1.24 =
14355 == MediaWiki 1.24.6 ==
14357 This is a maintenance release of the MediaWiki 1.24 branch.
14359 === Changes since 1.24.5 ===
14360 * (T121892) Fix fatal error on some Special pages, introduced in 1.24.5.
14362 == MediaWiki 1.24.5 ==
14364 This is a security and maintenance release of the MediaWiki 1.23 branch.
14366 === Changes since 1.24.4 ===
14367 * (T117899) SECURITY: $wgArticlePath can no longer be set to relative paths
14368   that do not begin with a slash. This enabled trivial XSS attacks.
14369   Configuration values such as "http://my.wiki.com/wiki/$1" are fine, as are
14370   "/wiki/$1". A value such as "$1" or "wiki/$1" is not and will now throw an
14371   error.
14372 * (T119309) SECURITY: Use hash_compare() for edit token comparison
14373 * (T118032) SECURITY: Don't allow cURL to interpret POST parameters starting
14374   with '@' as file uploads
14375 * (T115522) SECURITY: Passwords generated by User::randomPassword() can no
14376   longer be shorter than $wgMinimalPasswordLength
14377 * (T97897) SECURITY: Improve IP parsing and trimming. Previous behavior could
14378   result in improper blocks being issued
14379 * (T109724) SECURITY: Special:MyPage, Special:MyTalk, Special:MyContributions
14380   and related pages no longer use HTTP redirects and are now redirected by
14381   MediaWiki
14382 * (T103237) $wgUseGzip had no effect when using file cache.
14384 == MediaWiki 1.24.4 ==
14386 This is a security and maintenance release of the MediaWiki 1.24 branch.
14388 === Changes since 1.24.3 ===
14390 * (T91653) Minimal PSR-3 debug logger to support backports from 1.25+.
14391 * (T68650) Fix indexing of moved pages with PostgreSQL. Requires running
14392   update.php to fix.
14393 * (T91850) SECURITY: Add throttle check in ApiUpload and SpecialUpload
14394 * (T91203, T91205) SECURITY: API: Improve validation in chunked uploading
14395 * (T95589) SECURITY: RevDel: Check all revisions for suppression, not just the
14396   first
14397 * (T108616) SECURITY: Avoid exposure of local path in PNG thumbnails
14399 == MediaWiki 1.24.3 ==
14401 This is a security and maintenance release of the MediaWiki 1.24 branch.
14403 === Changes since 1.24.2 ===
14405 * (T94116) SECURITY: Compare API watchlist token in constant time
14406 * (T97391) SECURITY: Escape error message strings in thumb.php
14407 * (T106893) SECURITY: Don't leak autoblocked IP addresses on
14408   Special:DeletedContributions
14409 * Update jQuery from v1.11.2 to v1.11.3.
14410 * (T102562) Fix InstantCommons parameters to handle the new HTTPS-only
14411   policy of Wikimedia Commons.
14413 == MediaWiki 1.24.2 ==
14415 This is a security and maintenance release of the MediaWiki 1.24 branch.
14417 === Changes since 1.24.1 ===
14419 * (T85848, T71210) SECURITY: Don't parse XMP blocks that contain XML entities,
14420   to prevent various DoS attacks.
14421 * (T85848) SECURITY: Don't allow directly calling Xml::isWellFormed, to reduce
14422   likelihood of DoS.
14423 * (T88310) SECURITY: Always expand xml entities when checking SVG's.
14424 * (T73394) SECURITY: Escape > in Html::expandAttributes to prevent XSS.
14425 * (T85855) SECURITY: Don't execute another user's CSS or JS on preview.
14426 * (T64685) SECURITY: Allow setting maximal password length to prevent DoS when
14427   using PBKDF2.
14428 * (T85349, T85850, T86711) SECURITY: Multiple issues fixed in SVG filtering to
14429   prevent XSS and protect viewer's privacy.
14430 * Fix case of SpecialAllPages/SpecialAllMessages in SpecialPageFactory to fix
14431   loading these special pages when $wgAutoloadAttemptLowercase is false.
14432 * (bug T70087) Fix Special:ActiveUsers page for installations using
14433   PostgreSQL.
14434 * (bug T76254) Fix deleting of pages with PostgreSQL. Requires a schema change
14435   and running update.php to fix.
14437 == MediaWiki 1.24.1 ==
14439 This is a security and maintenance release of the MediaWiki 1.24 branch.
14441 === Changes since 1.24.0 ===
14443 * (bug T76686) [SECURITY] thumb.php outputs wikitext message as raw HTML, which
14444   could lead to xss. Permission to edit MediaWiki namespace is required to
14445   exploit this.
14446 * (bug T77028) [SECURITY] Malicious site can bypass CORS restrictions in
14447   $wgCrossSiteAJAXdomains in API calls if it only included an allowed domain as
14448   part of its name.
14449 * (bug T74222) The original patch for T74222 was reverted as unnecessary.
14450 * Fixed a couple of entries in RELEASE-NOTES-1.24.
14451 * (bug T76168) OutputPage: Add accessors for some protected properties.
14452 * (bug T74834) Make 1.24 branch directly installable under PostgreSQL.
14454 == MediaWiki 1.24.0 ==
14456 === Configuration changes in 1.24 ===
14457 * MediaWiki will no longer run if register_globals is enabled. It has been
14458   deprecated for 5 years now, and was removed in PHP 5.4. For more information
14459   about why, see <https://www.mediawiki.org/wiki/register_globals>.
14460 * MediaWiki now requires PHP's iconv extension. openSUSE users may need to
14461   install the php5-iconv package. Users of other systems may need to add
14462   extension=iconv.so to php.ini or recompile PHP without --without-iconv.
14463 * MediaWiki will no longer function if magic quotes are enabled. It has
14464   been deprecated for 5 years now, and was removed in PHP 5.4.
14465 * The server's canonical hostname is available as $wgServerName, which is
14466   exposed in both mw.config and ApiQuerySiteinfo.
14467 * Introduced $wgPagePropsHaveSortkey as a backwards-compatibility switch,
14468   for using the old schema of the page_props table, in case the respective
14469   schema update was not applied.
14470 * $wgSearchEverythingOnlyLoggedIn was removed as the 'searcheverything'
14471   user option was removed. Use $wgNamespacesToBeSearchedDefault instead or
14472   if you used to have $wgDefaultUserOptions['searcheverything'] = 1.
14473 * $wgMasterWaitTimeout has been deprecated.
14474 * $wgDBClusterTimeout has been removed.
14475 * $wgProxyKey has been removed. It is no longer used by MediaWiki core.
14476   Ensure $wgSecretKey is set in LocalSettings.php.
14477 * $wgExtraInterlanguageLinkPrefixes is a new configuration variable that
14478   contains an array of interwiki prefixes that should be treated as language
14479   prefixes (i.e. turned into interlanguage links when $wgInterwikiMagic is set
14480   to true).
14481 * $wgParserTestRemote has been removed.
14482 * $wgCountTotalSearchHits has been removed. If you're concerned about efficiency
14483   of search, you should use something like CirrusSearch instead of built in
14484   search.
14485 * Users in the 'sysop' group have access to Special:MergeHistory by default.
14486 * $wgFileStore was removed after having been deprecated in 1.17. Alternative
14487   configurations are $wgDeletedDirectory and $wgHashedUploadDirectory.
14488 * The deprecated $wgUseCommaCount variable has been removed.
14489 * $wgEnableSorbs and $wgSorbsUrl have been removed.
14490 * The UserCryptPassword and UserComparePassword hooks are no longer called.
14491   Any extensions using them must be updated to use the Password Hashing API.
14492 * $wgCompiledFiles has been removed.
14493 * $wgSortSpecialPages was removed, the listing on Special:SpecialPages is
14494   now always sorted.
14495 * $wgSpecialPages may now use callback functions as an alternative to plain
14496   class names. This allows more control over constructor parameters.
14497 * $wgHTCPMulticastAddress, $wgHTCPMulticastRouting and $wgHTCPPort were removed.
14498 * $wgRC2UDPAddress, $wgRC2UDPInterwikiPrefix, $wgRC2UDPOmitBots, $wgRC2UDPPort
14499   and $wgRC2UDPPrefix have been removed.
14500 * The default password type for MediaWiki has been changed from MD5 to PBKDF2.
14501   Password hashes will automatically be updated as users log in. If necessary,
14502   the old MD5 hashing can be restored by changing $wgPasswordDefault to 'B'.
14503   In addition, there is a maintenance script wrapOldPassword.php that can wrap
14504   all passwords in PBKDF2 (or the hashing algorithm of your choice) if you don't
14505   want to wait for your users to log in.
14506 * $wgImportSources can now either be a regular array, or an associative map
14507   specifying subprojects on the interwiki map of the target wiki, or a mix of
14508   the two. Existing configurations will still work.
14509 * Users must be able to edit through a page's protection to be able to delete
14510   it.
14511 * The default thumb size ($wgDefaultUserOptions['thumbsize']) is now 300px, up
14512   from 180px. If you have altered the number of entries in $wgThumbLimits for
14513   your wiki, you may need to adjust your default user settings to compensate for
14514   the index change.
14515 * $wgDeferredUpdateList is now deprecated, you should use
14516   DeferredUpdates::addUpdate() instead.
14517 * $wgCanonicalLanguageLinks has been removed. Per Google recommendations, we
14518   will not send a rel=canonical pointing to a variant-neutral page, however
14519   we will send rel=alternate.
14520 * $wgResourceLoaderLESSFunctions has been deprecated and will be removed in the
14521   future.
14522 * $wgGoToEdit has been removed. Use the SpecialSearchNogomatch hook for similar
14523   functionality.
14525 === New features in 1.24 ===
14526 * Added new hook WatchlistEditorBeforeFormRender, allowing subscribers to
14527   manipulate the list of pages and/or preload lots of data at once.
14528 * Added new argument &$link in hook WatchlistEditorBuildRemoveLine, allowing the
14529   link to the title to be changed.
14530 * Added a new hook, "WhatLinksHereProps", to allow extensions to annotate
14531   WhatLinksHere entries.
14532 * Added a new hook, "ContentGetParserOutput", to customize parser output for
14533   a given content object.
14534 * Deprecated the hook "ShowRawCssJs", use "ContentGetParserOutput" instead.
14535 * HTMLForm's HTMLTextField now supports the 'url' type.
14536 * HTMLForm fields may now be dynamically hidden based on the values of other
14537   fields in the form.
14538 * HTMLForm now supports multiple copies of an input field or set of input
14539   fields, e.g. the form may request "one or more usernames" without having to
14540   have the user enter delimited list of names into a text field.
14541 * Added a new hook, "SidebarBeforeOutput", to allow to edit the structure of
14542   the sidebar just before its display.
14543 * (bug 49156) Added the mediawiki.cookie ResourceLoader module, which wraps
14544   jquery.cookie so that getting/setting a cookie is syntactically and
14545   functionally similar to using the WebRequest::getCookie() and
14546   WebResponse::setcookie() methods.
14547 * (bug 44740) jQuery upgraded from 1.8.3 to 1.11.1. A new configuration option,
14548   $wgIncludejQueryMigrate, also loads the jQuery Migrate hack to let extensions
14549   and gadgets use the long-deprecated functions that were removed in jQuery 1.9.
14550   This option is turned off by default, and will be removed in MediaWiki 1.25.
14551 * (bug 47076) jQuery UI upgraded from 1.8.24 to 1.9.2.
14552 * Changes to content typography (fonts, etc.). See
14553   https://www.mediawiki.org/wiki/Typography_refresh for further information.
14554 * WikitextContent will now render redirects with the expected "redirect"
14555   header, rather than as an ordered list. Code calling Article::viewRedirect
14556   can probably be changed to no longer special-case redirects.
14557 * Header font set to a serif font stack. See
14558   https://www.mediawiki.org/wiki/Typography_refresh for further information.
14559 * (bug 65567) Added a new hook, "BeforeHttpsRedirect", to allow cancellation of
14560   the HTTP to HTTPS redirect due to forceHTTPS cookie, userRequires, etc. This
14561   is only for page views, since this hook doesn't affect UserLogin, OAuth,
14562   CentralAuth, etc. ATTENTION: This hook is likely to be removed soon due to
14563   overall design of the system.
14564 * (bug 17367) It is now possible to add pages to your watchlist from
14565   Special:UnwatchedPages without reloading the special page.
14566 * New methods setVolatile and isVolatile are added to PPFrame, so that
14567   extensions such as Cite.php can mark that their output is volatile and
14568   shouldn't be cached.
14569 * (bug 52817) Advanced search options are now saved on the search page itself,
14570   rather than in a dedicated pane in the preferences panel.
14571 * (bug 44591) The dropdown actions menu (little triangle next to page tabs) in
14572   the Vector skin has gained a label that should make it more discoverable.
14573 * MWCryptHKDF added for fast, cryptographically secure random number generation
14574   that won't deplete openssl's entropy pool.
14575 * ResourceLoader: File modules can now provide a skip function that uses an
14576   inline feature test to bypass loading of the module.
14577 * (bug 20210) Special pages may now provide autocompletion of their subpage
14578   names in search suggestions. Right now the only useful implementation is in
14579   Special:Log, but more are to come.
14580 * Special:MostLinkedTemplates is no longer limited to transclusions from the
14581   Template namespace.
14582 * Skins can now use 'remoteSkinPath' when defining ResourceLoader modules.
14583   This works the same as 'remoteExtPath' but is relative to the skins/ folder
14584   instead of the extensions/ folder.
14585 * Added the json2.js polyfill for the ES5 JSON.stringify and JSON.parse methods.
14586   Exposed as module "json" with a skip function to optimise loading.
14587 * Extensions and skins may now use 'namemsg' in $wgExtensionCredits in addition
14588   to 'name', to allow for the name to be localizable. 'name' should still be
14589   specified for backwards-compatibility and to define the path Special:Version
14590   uses to find extension license information.
14591 * Browser tests are now included to verify basic wiki functionality in developer
14592   environments. For details on running tests, see
14593   tests/browser/README.mediawiki.
14594 * Upgrade jStorage to v0.4.10.
14595 * {{!}} is now a magic word that produces the | character. This removes the need
14596   for Template:! for purposes such as passing pipes inside of parameters.
14597 * (bug 20790) The block log snippet on Special:Contributions and while
14598   editing user and user talk pages now works for IP range blocks.
14599 * (bug 9360) Added ability to change the page language for MediaWiki pages using
14600   Special:PageLanguage. All pages are set to wiki language by default.
14601   The feature needs to be enabled with $wgPageLanguageUseDB=true and
14602   permission needs to be set for 'pagelang'.
14603 * Upgrade Moment.js to v2.8.3.
14604 * (bug 67042) Added support for the HTML5 <rtc> tag for East Asian typography.
14605 * Upgrade Sinon.JS to 1.10.3.
14606 * Added the es5-shim polyfill for older or non-compliant javascript engines.
14607 * Upgrade jQuery Cookie to v1.3.1.
14608 * (bug 20476) Add a "viewsuppressed" user right to be able to view
14609   suppressed content but not suppress it ("suppressrevision" right).
14610 * (bug 66440) The MediaWiki web installer will now allow you to choose the skins
14611   to enable (from the ones included in download tarball) and decide which one
14612   should be the default.
14613 * (bug 68085, 68802) Links like [[localInterwikiPrefix:languageCode:pageTitle]],
14614   where localInterwikiPrefix is a member of the $wgLocalInterwikis array, will
14615   no longer be displayed in the sidebar when $wgInterwikiMagic is true. In a
14616   similar way, links like [[localInterwikiPrefix:File:Image.png]] and
14617   [[localInterwikiPrefix:Category:Hello]] will now render as regular links, and
14618   will not include the file or add the page to the category.
14619 * New special page, MyLanguage, to redirect users to subpages with localised
14620   versions of a page. (Integrated from Extension:Translate)
14621 * MediaWiki now supports multiple password types, including bcrypt and PBKDF2.
14622   The default type can be changed with $wgPasswordDefault and the type
14623   configurations can be changed with $wgPasswordConfig.
14624 * Skins can now define custom styles for default ResourceLoader modules using
14625   the $wgResourceModuleSkinStyles global. See the Vector skin for examples.
14626 * (bug 4488) There is now a preference to watch pages where the user has
14627   rollbacked an edit by default.
14628 * (bug 15484) Users will now be redirected to the login page when they need to
14629   log in, rather than being shown a page asking them to log in and having to
14630   click another link to actually get to the login page.
14631 * A JsonContent and JsonContentHandler were added for extensions to extend.
14632 * (bug 35045) Redirects to sections will now update the URL in browser's address
14633   bar using the HTML5 History API. When [[Dog]] redirects to [[Animals#Dog]],
14634   the user will now see "Animals#Dog" in their browser instead of "Dog#Dog".
14635 * API token handling has been rewritten. Any API module using tokens will need
14636   to be updated. See the entry below under "Action API internal changes".
14637 * Added HTMLAutoCompleteSelectField.
14638 * Added a new hook, "SkinPreloadExistence", to allow extensions to add titles to
14639   link existence cache before the page is rendered.
14640 * Config::set() was moved to its own interface, MutableConfig.
14641   GlobalVarConfig::set() is now deprecated, does not implement MutableConfig.
14642 * A MutableConfig named HashConfig was added, that stores an array of
14643   configuration settings.
14644 * (bug 69418) A MultiConfig implementation was added that supports fallback
14645   to multiple Config instances.
14646 * Update CSSJanus to v1.1.0.
14647 * Added FormatJson::parse() returning status with result or localized error
14648   message
14649 * Added DeletedContribsPager::reallyDoQuery hook allowing extensions to data to
14650   Special:DeletedContributions
14651 * Added DeletedContributionsLineEnding hook allowing extensions to format
14652   Special:DeletedContributions lines
14653 * (T69525) You can now make MediaWiki speed up its thumbnail rendering by using
14654   intermediary thumbnails. $wgThumbnailBuckets must be set to a list of target
14655   thumbnail widths; when a new thumbnail needs to be rendered, MediaWiki will
14656   find the smallest bucket smaller than the original but larger than the target
14657   width + $wgThumbnailMinimumBucketDistance, and it will scale that thumbnail,
14658   rather than the original, down to the target size at greater speed in return
14659   for minor loss of fidelity.
14661 === Bug fixes in 1.24 ===
14662 * (bug 50572) MediaWiki:Blockip should support gender
14663 * (bug 49116) Footer copyright notice is now always displayed in user language
14664   rather than content language (same as copyright notice for editing interface).
14665 * (bug 62258) A bug was fixed in File::getUnscaledThumb when a height
14666   restriction was present in the parameters. Images with both the "frame"
14667   option and a size specification set will now always ignore the provided
14668   size and display an unscaled image, as the documentation has always
14669   claimed it would.
14670 * (bug 39035) Improved Vector skin performance by removing collapsibleNav,
14671   which used to collapse some sidebar elements by default.
14672   This removes -list id suffixes like p-lang-list: instead of using things like
14673   #p-lang-list, you can do #p-lang .body ul.
14674 * (bug 890) Links in Special:RecentChanges and Special:Watchlist no longer
14675   follow redirects to their target pages.
14676 * Parser now dies early if called recursively, instead of producing subtle bugs.
14677 * (bug 14323) Redirect pages, when viewed with redirect=no, no longer hide the
14678   remaining page content.
14679 * (bug 52587) Maintenance script deleteBatch.php no longer follows redirects
14680   in the file namespace and delete the file on the target page. It will still
14681   however delete the redirect page.
14682 * (bug 22683) {{msgnw:}} and other uses of PPFrame::RECOVER_ORIG will correctly
14683   recover the original code of extension tags.
14684 * (bug 65757) MSSQL: Update script drops unnamed constraints to be prepared
14685   for future updates. Because it's doing so heuristically, it may fail or drop
14686   wrong constraints.
14687 * (bug 67870) wfShellExec() cuts off stdout at multiples of 8192 bytes.
14688 * $wgRunJobsAsync now works with private wikis (e.g. read requires login).
14689 * (bugs 57238, 65206) Blank pages can now be directly created.
14690 * (bug 69789) Title::getContentModel() now loads from the database when
14691   necessary instead of incorrectly returning the default content model.
14692 * (bug 69249) wfBaseConvert() now works around PHP Bug #50175 when using GMP.
14693 * (bug 57909) URLs in the externallinks table will no longer have certain
14694   characters decoded in the query string.
14695 * (bug 67368) LESS mixins like .background-image() correctly flip image
14696   references for RTL stylesheets now.
14698 === Action API changes in 1.24 ===
14699 * action=parse API now supports prop=modules, which provides the list of
14700   ResourceLoader modules that should be used to enhance the parsed content.
14701 * action=query&meta=siteinfo&siprop=interwikimap returns a new "protorel"
14702   field which is true if protocol-relative urls can be used to access
14703   a particular interwiki map entry.
14704 * list=logevents now provides logpage, which is the page ID from the
14705   logging table, if ids are requested and the user has the permissions.
14706 * action=edit now requires that appendtext, prependtext, or section=new be used
14707   when using the 'redirect' parameter, to prevent clients accidentally
14708   overwriting the target page with the content of the redirect.
14709 * list=logevents will now return an error if both letitle and leprefix are
14710   specified.
14711 * list=logevents has a new parameter, lenamespace, to allow filtering by
14712   namespace.
14713 * action=expandtemplates has a new parameter, prop, and a new output format.
14714   The old format is still used if prop isn't provided, but this is deprecated.
14715 * meta=userinfo can now return the count of unread pages on the watchlist.
14716 * list=watchlist can now filter by unread status.
14717 * The deprecated action=parse&prop=languageshtml has been removed.
14718 * (bug 48071) action=setnotificationtimestamp no longer throws PHP or database
14719   errors when no pages are given.
14720 * (bug 60734) Actions that use ApiPageSet (e.g. purge, watch,
14721   setnotificationtimestamp) will now include continuation information when
14722   using a generator.
14723 * Removed 'props' and 'errors' from action=paraminfo, as they have extremely
14724   limited use and are generally inaccurate, unmaintained, and impossible to
14725   properly maintain.
14726 * Formats dbg, dump, txt, wddx, and yaml are now deprecated.
14727 * action=paraminfo now indicates when a parameter is specifying a submodule.
14728 * The iwurl parameter to prop=iwlinks is deprecated in favor of iwprop=url, for
14729   parallelism with prop=langlinks.
14730 * All tokens should be fetched from action=query&meta=tokens; all other methods
14731   of fetching tokens are deprecated. The value needed for meta=tokens's 'type'
14732   parameter for each module is documented in the action=help output and is
14733   returned from action=paraminfo.
14734 * New action ClearHasMsg that can be used to clear HasMsg flag.
14735 * The cmstartsortkey and cmendsortkey parameters to list=categorymembers are
14736   deprecated in favor of cmstarthexsortkey and cmendhexsortkey.
14737 * (bug 63326) Add blockedtimestamp field to output of blockinfo property for
14738   the list=allusers and list=users modules.
14739 * prop=imageinfo no longer requires iiurlwidth to be set when using iiurlparam.
14740 * Added prop=linkshere, prop=fileusage, and prop=transcludedin, which are
14741   roughly equivalent to list=backlinks, list=imageusage, and list=embeddedin
14742   but can work on a list of titles (including titles from a generator).
14743 * prop=redirects can now filter returned redirects by namespace.
14745 === Action API internal changes in 1.24 ===
14746 * Methods for handling continuation are added to ApiResult, so actions other
14747   than query that use generators can easily support continuation.
14748 * $wgAPIModules (and the related $wgAPIFormatModules, $wgAPIMetaModules,
14749   $wgAPIPropModules, and $wgAPIListModules settings) now allow API modules
14750   to be specified using a "module spec" array instead of a plain class name.
14751   A "module spec" is an associative array containing at least the 'class' key
14752   for the module's class, and optionally a 'factory' key for the factory
14753   function to use for the module. This is intended for extensions that want
14754   control over the instantiation of their API modules, to allow for proper
14755   dependency injection.
14756 * A new param type 'submodule' is available. Parameters of this type will take
14757   the list of valid values from the module's ApiModuleManager for the group
14758   corresponding to the parameter name.
14759 * The 'APIGetPossibleErrors' and 'APIGetResultProperties' hooks are no longer
14760   used.
14761 * API token handling has been rewritten. Any API module using tokens will need
14762   to be updated:
14763   * ApiBase::needsToken now returns a token type instead of boolean true when a
14764     token is needed. Returning true will throw an exception. See documentation
14765     of that method for details.
14766   * Information for the 'token' parameter is automatically set by ApiBase
14767     getFinalParams and getFinalParamDescription.
14768   * ApiBase::getTokenSalt has been removed.
14769   * The hooks APIQueryInfoTokens, APIQueryRevisionsTokens,
14770     APIQueryRecentChangesTokens, APIQueryUsersTokens, and
14771     ApiTokensGetTokenTypes are deprecated, but are still called to support
14772     backwards-compatible token access.
14773 * ApiBase::validateLimit and ApiBase::validateTimestamp are now protected.
14774 * ApiQueryRedirects was removed; prop=redirects is now implemented by
14775   ApiQueryBacklinksProp along with the newly-added prop modules.
14776 * The following methods have been deprecated and may be removed in a future
14777   release:
14778   * ApiBase::getResultProperties
14779   * ApiBase::getFinalResultProperties
14780   * ApiBase::addTokenProperties
14781   * ApiBase::getRequireOnlyOneParameterErrorMessages
14782   * ApiBase::getRequireMaxOneParameterErrorMessages
14783   * ApiBase::getRequireAtLeastOneParameterErrorMessages
14784   * ApiBase::getTitleOrPageIdErrorMessage
14785   * ApiBase::getPossibleErrors
14786   * ApiBase::getFinalPossibleErrors
14787   * ApiBase::parseErrors
14788   * ApiQuery::setGeneratorContinue
14789   * ApiQueryBase::checkRowCount
14790   * ApiQueryBase::titleToKey
14791   * ApiQueryBase::keyToTitle
14792   * ApiQueryBase::keyPartToTitle
14793   * ApiQueryInfo::getTokenFunctions
14794   * ApiQueryInfo::resetTokenCache
14795   * ApiQueryInfo::getEditToken
14796   * ApiQueryInfo::getDeleteToken
14797   * ApiQueryInfo::getProtectToken
14798   * ApiQueryInfo::getMoveToken
14799   * ApiQueryInfo::getBlockToken
14800   * ApiQueryInfo::getUnblockToken
14801   * ApiQueryInfo::getEmailToken
14802   * ApiQueryInfo::getImportToken
14803   * ApiQueryInfo::getWatchToken
14804   * ApiQueryInfo::getOptionsToken
14805   * ApiQueryRecentChanges::getTokenFunctions
14806   * ApiQueryRecentChanges::getPatrolToken
14807   * ApiQueryRevisions::getTokenFunctions
14808   * ApiQueryRevisions::getRollbackToken
14809   * ApiQueryUsers::getTokenFunctions
14810   * ApiQueryUsers::getUserrightsToken
14811 * The following classes have been deprecated and may be removed in a future
14812   release:
14813   * ApiFormatDbg
14814   * ApiFormatDump
14815   * ApiFormatTxt
14816   * ApiFormatWddx
14817   * ApiFormatYaml
14818   * ApiTokens
14819 * The following class constants have been deprecated and may be removed in a
14820   future release:
14821   * ApiBase::PROP_ROOT
14822   * ApiBase::PROP_LIST
14823   * ApiBase::PROP_TYPE
14824   * ApiBase::PROP_NULLABLE
14826 === Languages updated in 1.24 ===
14828 MediaWiki supports over 350 languages. Many localisations are updated
14829 regularly. Below only new and removed languages are listed, as well as
14830 changes to languages because of Bugzilla reports.
14832 === Other changes in 1.24 ===
14833 * The deprecated jquery.delayedBind ResourceLoader module was removed.
14834 * The deprecated function mw.util.toggleToc was removed.
14835 * The Special:Search hooks SpecialSearchGo and SpecialSearchResultsAppend
14836   were removed as they were unused.
14837 * (bug 65477) User::pingLimiter() now has an additional profile point varying
14838   by action being used.
14839 * mediawiki.util.$content no longer supports old versions of the Vector,
14840   Monobook, Modern and CologneBlue skins that don't yet implement the "mw-body"
14841   and/or "mw-body-primary" class name in their html.
14842 * Added pp_sortkey column to page_props table, so pages can be efficiently
14843   queried and sorted by property value (bug 58032).
14844   See $wgPagePropsHaveSortkey if you want to postpone the schema change.
14845 * BREAKING CHANGE: All four built-in MediaWiki skins (Vector, MonoBook, Modern
14846   and Cologne Blue) were moved out of MediaWiki core to their own respective
14847   repositories. They will be installed with the release tarball, but you must
14848   install them separately if installing MediaWiki from source code. A warning
14849   message displayed until you do it should guide you through the process. See
14850   also <https://www.mediawiki.org/wiki/Manual:Skin_configuration>.
14851 * BREAKING CHANGE: Skins built for MediaWiki 1.15 and earlier that do not use
14852   the "headelement" template key are no longer supported. Setting
14853   $useHeadElement = false; is no longer supported and will not cause old keys
14854   like "headlinks", "skinnameclass", etc. to be defined.
14855 * BREAKING CHANGE: The files commonElements.css, commonContent.css and
14856   commonInterface.css (in skins/common/) have been removed. Skins may no longer
14857   rely on their presence and include them in their style modules. ResourceLoader
14858   modules introduced in MediaWiki 1.23 should be loaded instead:
14859   - skins/common/commonElements.css  → 'mediawiki.skinning.elements' module
14860   - skins/common/commonContent.css   → 'mediawiki.skinning.content' module
14861   - skins/common/commonInterface.css → 'mediawiki.skinning.interface' module
14862 * The deprecated 'SpecialVersionExtensionTypes' hook was removed.
14863 * (bug 63891) Add 'X-Robots-Tag: noindex' header in action=render pages.
14864 * SpecialPage no longer supports the syntax for invoking wfSpecial*() functions.
14865   Special pages should subclass SpecialPage and implement the execute() method.
14866 * (bug 63755) The deprecated constants RC_MOVE and RC_MOVE_OVER_REDIRECT were
14867   removed.
14868 * Special:MostLinkedTemplates has been renamed to Special:MostTranscludedPages.
14869 * The skin autodiscovery mechanism has been deprecated and will be removed in
14870   MediaWiki 1.25. See https://www.mediawiki.org/wiki/Manual:Skin_autodiscovery
14871   for migration guide for creators and users of custom skins that relied on it.
14872 * ResourceLoaderFileModule#getAllStyleFiles now returns all style files and all
14873   skin style files used by the module.
14874 * Removed getLang() from IContextSource and subclasses. (deprecated since 1.19)
14875 * Removed setLang() from subclasses of IContextSource. (deprecated since 1.19)
14876 * Removed WebRequest::escapeAppendQuery(). (deprecated since 1.20)
14877 * Removed info(), purge(), revert() and rollback() from the Article class; they
14878   have since become subclasses of the Action class. (deprecated since 1.19)
14879 * SearchEngineReplacePrefixesComplete hook was removed.
14880 * The "jquery.json" module has been deprecated. Use the "json" module instead.
14881 * Removed HTMLForm::addJS(). (deprecated since 1.18)
14882 * Removed LogEventsList::showHeader(). (deprecated since 1.19)
14883 * Removed ImageGalleryBase::useSkin(). (deprecated since 1.18)
14884 * Removed DatabaseMysqlBase::getLagFromProcesslist(). (deprecated since 1.19)
14885 * Removed LoadBalancer::closeConnecton(). (deprecated since 1.18)
14886 * Removed ApiBase::createContext(). (deprecated since 1.19)
14887 * BREAKING CHANGE: The undocumented Special{$this->getName()}BeforeFormDisplay
14888   set of hooks has been removed and replaced by a single new hook
14889   SpecialPageBeforeFormDisplay.
14890 * (bug 65781) Removed block warning on included {{Special:Contributions}}
14891 * Removed Skin::makeGlobalVariablesScript(). (deprecated since 1.19)
14892 * Removed MWNamespace::isMain(). (deprecated since 1.19)
14893 * Removed Preferences::loadOldSearchNs(). (deprecated since 1.19)
14894 * Removed OutputPage::getStatusMessage(). (deprecated since 1.18)
14895 * Removed OutputPage::isUserJsAllowed(). (deprecated since 1.18)
14896 * Removed Title::updateTitleProtection(). (deprecated since 1.19)
14897 * Removed ParserOptions::setSkin(). (deprecated since 1.19)
14898 * Removed Title::escapeCanonicalURL(). (deprecated since 1.19)
14899 * Removed Title::escapeLocalURL(). (deprecated since 1.19)
14900 * Removed Title::escapeFullURL(). (deprecated since 1.19)
14901 * Removed User::isValidEmailAddr(). (deprecated since 1.18)
14902 * Removed Title::getEscapedText(). (deprecated since 1.19)
14903 * Removed Language::getFallbackLanguageCode(). (deprecated since 1.19)
14904 * Removed WikiPage::isBigDeletion(). (deprecated since 1.19)
14905 * Removed MWInit class which contained functions related to a now discontinued
14906   PHP compiler called hphpc. (deprecated since 1.22)
14907 * ApiResult::enableSizeCheck() and disableSizeCheck() are now obsolete.
14908 * Removed ResourceLoaderGetStartupModules hook. (deprecated since 1.23)
14909 * Removed getFormFields(), onSubmit() and onSuccess() from FormlessAction, as
14910   these were meant specifically for FormAction instead.
14911 * Removed Action::execute().
14912 * Removed AjaxAddScript which has been obsolete since ResourceLoader and
14913   is unused by any modern extension.
14914 * Removed maintenance/nextJobDB.php; no longer in use.
14915 * Removed global function wfViewPrevNext(). (deprecated since 1.19)
14916 * Removed global function xmlsafe() from Export.php. (moved to OAIRepo
14917   extension)
14918 * Removed Title::userCanRead(). (deprecated since 1.19)
14919 * Removed maintenance script importTextFile.php. Use edit.php script instead.
14920 * A _from_namespace field has been added to the templatelinks, pagelinks,
14921   and filelinks tables. Run update.php to apply this change to the schema.
14922 * Removed File::sha1Base36(). (deprecated since 1.19)
14923 * Removed File::getPropsFromPath(). (deprecated since 1.19)
14924 * Removed functions blockedPage(), noCreatePermission(), readOnlyPage() and
14925   userNotLoggedInPage() from EditPage.php. (deprecated since 1.19)
14926 * Removed functions getContent(), getPreloadedText(), mergeChangesInto() and
14927   setPreloadedText() from EditPage.php. (deprecated since 1.21)
14928 * Removed global functions wfArrayLookup(), wfArrayMerge(),
14929   wfDebugDieBacktrace() and wfTime(). (deprecated since 1.22)
14930 * Browser support for Internet Explorer 6 and 7 lowered from Grade A to Grade C,
14931   meaning that JavaScript is no longer executed in these browser versions.
14932 * Browser support for Opera 11 lowered from Grade A to Grade C.
14933 * Removed IEFixes module which existed purely to provide support for MSIE
14934   versions below 7 (conditionally loaded only for those browsers).
14935 * Deprecated SpecialPageFactory::getList() in favor of
14936   SpecialPageFactory::getNames()
14937 * Action::checkCanExecute() no longer has a return value.
14938 * Removed cleanupForIRC(), loadFromCurRow(), newFromCurRow(), notifyRC2UDP()
14939   and sendToUDP() from RecentChange.php. (deprecated since 1.22)
14940 * Removed EnhancedChangesList::arrow(), sideArrow(), downArrow(), spacerArrow().
14941 * Removed Xml::namespaceSelector(). (deprecated since 1.19)
14942 * Removed WikiPage::estimateRevisionCount(). (deprecated since 1.19)
14943 * MYSQL: Enum item added to "major MIME type" columns.
14944   Running update.php on MySQL < v5.1 may result in heavy processing.
14945 * RSS and Atom feeds generated by MediaWiki no longer include a fallback
14946   stylesheet. It was ignored by most browsers these days anyway.
14947 * SpecialSearchNoResults hook has been removed. SpecialSearchResults is now
14948   called unconditionally.
14949 * TablePager::getBody() is now 'final' and can't be overridden in subclasses.
14950 * TablePager::getBody() is deprecated, use getBodyOutput() or getFullOutput().
14951 * Added $outputPage parameter to the SkinTemplateGetLanguageLink hook.
14952 * log_page for move log entries store the original page ID, rather than that
14953   of the new redirect page. This is not retroactive.
14954 * LCStoreAccel was removed. $wgLocalisationCacheConf can no longer be set to
14955   use this store class.
14956 * Html::infoBox() no longer accepts paths relative to skins/common/images/.
14957 * Deprecated defunct Skin::getCommonStylePath().
14958 * Some extensions had their ResourceLoader modules depend on the "mediawiki"
14959   and "jquery" modules. In the past, this behavior was undefined, now it will
14960   throw an error.
14961 * Removed BagOStuff::replace(). (deprecated since 1.23)
14962 * In Linker.php, link(), linkText() and makeBrokenImageLinkObj() now display
14963   warnings if their first parameter is not a Title object. Also makeImageLink()
14964   now requires a Parser as its first parameter.
14965 * (bug 67368) LESS functions embed() and embeddable(), added in MediaWiki 1.23
14966   and broken by design, have been removed. Use appropriate LESS mixins instead.
14967 * Removed cssjanus.py from maintenance directory as it was unused.
14968 * Removed maintenance/purgeOldText.inc and the PurgeRedundantText() function
14969   it contained (superseded by Maintenance::purgeRedundantText() in 1.16).
14970   The purgeOldText.php maintenance script has been retained.
14971 * PHPUnit tests can be found by directory discovery, by adding the directory
14972   path from your UnitTestsList callback. Older versions of MediaWiki core will
14973   barf at this usage.
14975 ==== Renamed classes ====
14976 * CLDRPluralRuleConverter_Expression to CLDRPluralRuleConverterExpression
14977 * CLDRPluralRuleConverter_Fragment to CLDRPluralRuleConverterFragment
14978 * CLDRPluralRuleConverter_Operator to CLDRPluralRuleConverterOperator
14979 * CLDRPluralRuleEvaluator_Range to CLDRPluralRuleEvaluatorRange
14980 * CSSJanus_Tokenizer to CSSJanusTokenizer
14981 * MediaWiki_I18N to MediaWikiI18N
14982 * Parser_DiffTest to ParserDiffTest
14983 * RevDel_ArchiveItem to RevDelArchiveItem
14984 * RevDel_ArchiveList to RevDelArchiveList
14985 * RevDel_ArchivedFileItem to RevDelArchivedFileItem
14986 * RevDel_ArchivedFileList to RevDelArchivedFileList
14987 * RevDel_ArchivedRevisionItem to RevDelArchivedRevisionItem
14988 * RevDel_FileItem to RevDelFileItem
14989 * RevDel_FileList to RevDelFileList
14990 * RevDel_Item to RevDelItem
14991 * RevDel_List to RevDelList
14992 * RevDel_LogItem to RevDelLogItem
14993 * RevDel_LogList to RevDelLogList
14994 * RevDel_RevisionItem to RevDelRevisionItem
14995 * RevDel_RevisionList to RevDelRevisionList
14996 * WebInstaller_Complete to WebInstallerComplete
14997 * WebInstaller_Copying to WebInstallerCopying
14998 * WebInstaller_DBConnect to WebInstallerDBConnect
14999 * WebInstaller_DBSettings to WebInstallerDBSettings
15000 * WebInstaller_Document to WebInstallerDocument
15001 * WebInstaller_ExistingWiki to WebInstallerExistingWiki
15002 * WebInstaller_Install to WebInstallerInstall
15003 * WebInstaller_Language to WebInstallerLanguage
15004 * WebInstaller_Name to WebInstallerName
15005 * WebInstaller_Options to WebInstallerOptions
15006 * WebInstaller_Readme to WebInstallerReadme
15007 * WebInstaller_ReleaseNotes to WebInstallerReleaseNotes
15008 * WebInstaller_Restart to WebInstallerRestart
15009 * WebInstaller_Upgrade to WebInstallerUpgrade
15010 * WebInstaller_UpgradeDoc to WebInstallerUpgradeDoc
15011 * WebInstaller_Welcome to WebInstallerWelcome
15013 ==== Removed classes ====
15014 * IPBlockForm - Use SpecialBlock directly
15015 * WatchlistEditor - Use SpecialEditWatchlist directly
15016 * FormatExif - Use FormatMetadata directly
15017 * RevertFileAction - Use RevertAction directly
15018 * HistoryPage - Use HistoryAction directly
15019 * RawPage - Use RawAction directly
15020 * StubContLang - Use Language::factory() instead
15021 * XMLReader2 - Use XMLReader directly
15022 * ResourceLoaderLESSFunctions - No longer in use, not intended for public usage
15024 ==== Removed files ====
15025 The skins/common/ directory, previously containing some assets intended to be
15026 used by skins and a number of legacy styles and scripts, has been removed. Its
15027 contents have been deleted or relocated into the resources/ directory. Full list
15028 of files that are no longer available follows.
15030 * skins/common/ajax.js
15031 * skins/common/commonContent.css
15032 * skins/common/commonElements.css
15033 * skins/common/commonInterface.css
15034 * skins/common/commonPrint.css
15035 * skins/common/config-cc.css
15036 * skins/common/config.css
15037 * skins/common/config.js
15038 * skins/common/feed.css
15039 * skins/common/IEFixes.js
15040 * skins/common/oldshared.css
15041 * skins/common/protect.js
15042 * skins/common/shared.css
15043 * skins/common/upload.js
15044 * skins/common/wikibits.js
15045 * skins/common/images/add.png
15046 * skins/common/images/ajax-loader.gif
15047 * skins/common/images/arrow_disabled_first_25.png
15048 * skins/common/images/arrow_disabled_last_25.png
15049 * skins/common/images/arrow_disabled_left_25.png
15050 * skins/common/images/arrow_disabled_right_25.png
15051 * skins/common/images/arrow_first_25.png
15052 * skins/common/images/arrow_last_25.png
15053 * skins/common/images/arrow_left_25.png
15054 * skins/common/images/arrow_right_25.png
15055 * skins/common/images/Arr_.png
15056 * skins/common/images/Arr_d.png
15057 * skins/common/images/Arr_l.png
15058 * skins/common/images/Arr_r.png
15059 * skins/common/images/Arr_u.png
15060 * skins/common/images/bullet.gif
15061 * skins/common/images/button_bold.png
15062 * skins/common/images/button_extlink.png
15063 * skins/common/images/button_headline.png
15064 * skins/common/images/button_hr.png
15065 * skins/common/images/button_image.png
15066 * skins/common/images/button_italic.png
15067 * skins/common/images/button_link.png
15068 * skins/common/images/button_media.png
15069 * skins/common/images/button_nowiki.png
15070 * skins/common/images/button_sig.png
15071 * skins/common/images/button_template.png
15072 * skins/common/images/cc-0.png
15073 * skins/common/images/cc-by-nc-sa.png
15074 * skins/common/images/cc-by-sa.png
15075 * skins/common/images/cc-by.png
15076 * skins/common/images/Checker-16x16.png
15077 * skins/common/images/closewindow.png
15078 * skins/common/images/closewindow19x19.png
15079 * skins/common/images/critical-32.png
15080 * skins/common/images/diffunderline.gif
15081 * skins/common/images/download-32.png
15082 * skins/common/images/feed-icon.png
15083 * skins/common/images/feed-icon.svg
15084 * skins/common/images/gnu-fdl.png
15085 * skins/common/images/help-question-hover.gif
15086 * skins/common/images/help-question.gif
15087 * skins/common/images/info-32.png
15088 * skins/common/images/link_icon.gif
15089 * skins/common/images/magnify-clip-rtl.png
15090 * skins/common/images/magnify-clip.png
15091 * skins/common/images/mediawiki.png
15092 * skins/common/images/nextredirectltr.png
15093 * skins/common/images/nextredirectrtl.png
15094 * skins/common/images/poweredby_mediawiki_88x31.png
15095 * skins/common/images/public-domain.png
15096 * skins/common/images/question-small.png
15097 * skins/common/images/question.svg
15098 * skins/common/images/redirectltr.png
15099 * skins/common/images/redirectrtl.png
15100 * skins/common/images/remove.png
15101 * skins/common/images/spinner.gif
15102 * skins/common/images/tick-32.png
15103 * skins/common/images/tipsy-arrow.gif
15104 * skins/common/images/tooltip_icon.png
15105 * skins/common/images/warning-32.png
15106 * skins/common/images/wiki.png
15107 * skins/common/images/Zoom_sans.gif
15108 * skins/common/images/ar/button_bold.png
15109 * skins/common/images/ar/button_headline.png
15110 * skins/common/images/ar/button_italic.png
15111 * skins/common/images/ar/button_link.png
15112 * skins/common/images/ar/button_nowiki.png
15113 * skins/common/images/be-tarask/button_bold.png
15114 * skins/common/images/be-tarask/button_italic.png
15115 * skins/common/images/be-tarask/button_link.png
15116 * skins/common/images/cyrl/button_bold.png
15117 * skins/common/images/cyrl/button_italic.png
15118 * skins/common/images/cyrl/button_link.png
15119 * skins/common/images/de/button_bold.png
15120 * skins/common/images/de/button_italic.png
15121 * skins/common/images/fa/button_bold.png
15122 * skins/common/images/fa/button_headline.png
15123 * skins/common/images/fa/button_italic.png
15124 * skins/common/images/fa/button_link.png
15125 * skins/common/images/fa/button_nowiki.png
15126 * skins/common/images/icons/fileicon-c.png
15127 * skins/common/images/icons/fileicon-cpp.png
15128 * skins/common/images/icons/fileicon-deb.png
15129 * skins/common/images/icons/fileicon-djvu.png
15130 * skins/common/images/icons/fileicon-djvu.xcf
15131 * skins/common/images/icons/fileicon-dvi.png
15132 * skins/common/images/icons/fileicon-exe.png
15133 * skins/common/images/icons/fileicon-h.png
15134 * skins/common/images/icons/fileicon-html.png
15135 * skins/common/images/icons/fileicon-iso.png
15136 * skins/common/images/icons/fileicon-java.png
15137 * skins/common/images/icons/fileicon-mid.png
15138 * skins/common/images/icons/fileicon-mov.png
15139 * skins/common/images/icons/fileicon-o.png
15140 * skins/common/images/icons/fileicon-ogg.png
15141 * skins/common/images/icons/fileicon-ogg.xcf
15142 * skins/common/images/icons/fileicon-pdf.png
15143 * skins/common/images/icons/fileicon-ps.png
15144 * skins/common/images/icons/fileicon-psd.png
15145 * skins/common/images/icons/fileicon-rm.png
15146 * skins/common/images/icons/fileicon-rpm.png
15147 * skins/common/images/icons/fileicon-svg.png
15148 * skins/common/images/icons/fileicon-tar.png
15149 * skins/common/images/icons/fileicon-tex.png
15150 * skins/common/images/icons/fileicon-ttf.png
15151 * skins/common/images/icons/fileicon-txt.png
15152 * skins/common/images/icons/fileicon.png
15153 * skins/common/images/ksh/button_S_italic.png
15155 = MediaWiki 1.23 =
15157 == MediaWiki 1.23.17 ==
15159 === Changes since 1.23.16 === <!--T:69-->
15160 * Fix syntax errors introduced in 1.23.16 when running PHP 5.3.
15162 == MediaWiki 1.23.16 ==
15163 This is a security and maintenance release of the MediaWiki 1.23 branch.
15165 === Changes since 1.23.15 ===
15166 * (T68404) CSS3 attr() function with url type is no longer allowed
15167   in inline styles.
15168 * (T156184) $wgRawHtml will no longer apply to internationalization messages.
15169 * Submitting the lgtoken and lgpassword parameters in the query string to
15170   action=login is now deprecated and outputs a warning. They should be submitted
15171   in the POST body instead.
15172 * (T109140) (T122209) SECURITY: Special:UserLogin and Special:Search allow
15173   redirect to interwiki links.
15174 * (T144845) SECURITY: XSS in SearchHighlighter::highlightText() when
15175   $wgAdvancedSearchHighlighting is true.
15176 * (T125177) SECURITY: API parameters may now be marked as "sensitive" to keep
15177   their values out of the logs.
15178 * (T150044) SECURITY: "Mark all pages visited" on the watchlist now requires a
15179   CSRF token.
15180 * (T156184) SECURITY: Escape content model/format url parameter in message.
15181 * (T151735) SECURITY: SVG filter evasion using default attribute values in DTD
15182   declaration.
15183 * (T48143) SECURITY: Spam blacklist ineffective on encoded URLs inside file
15184   inclusion syntax's link parameter.
15185 * (T108138) SECURITY: Sysops can undelete pages, although the page is protected
15186   against it.
15188 == MediaWiki 1.23.15 ==
15190 This is a maintenance release of the MediaWiki 1.23 branch.
15192 === Changes since 1.23.14 ===
15193 * BREAKING CHANGE: $wgHTTPProxy is now *required* for all external requests
15194   made by MediaWiki via a proxy. Relying on the http_proxy environment
15195   variable is no longer supported.
15196 * (T139565) SECURITY: API: Generate head items in the context of the given title
15197 * (T137264) SECURITY: XSS in unclosed internal links
15198 * (T133147) SECURITY: Escape '<' and ']]>' in inline <style> blocks
15199 * (T133147) SECURITY: Require login to preview user CSS pages
15200 * (T132926) SECURITY: Do not allow undeleting a revision deleted file if it is
15201   the top file
15202 * (T129738) SECURITY: Make $wgBlockDisablesLogin also restrict logged in
15203   permissions
15204 * (T129738) SECURITY: Make blocks log users out if $wgBlockDisablesLogin is true
15205 * (T115333) SECURITY: Check read permission when loading page content in
15206   ApiParse
15207 * Remove support for $wgWellFormedXml = false, all output is now well formed
15209 == MediaWiki 1.23.13 ==
15211 This is a maintenance release of the MediaWiki 1.23 branch.
15213 === Changes since 1.23.12 ===
15214 * (T121892) Fix fatal errors on some Special pages, introduced in 1.23.12.
15216 == MediaWiki 1.23.12 ==
15218 This is a security and maintenance release of the MediaWiki 1.23 branch.
15220 === Changes since 1.23.11 ===
15221 * (T117899) SECURITY: $wgArticlePath can no longer be set to relative paths
15222   that do not begin with a slash. This enabled trivial XSS attacks.
15223   Configuration values such as "http://my.wiki.com/wiki/$1" are fine, as are
15224   "/wiki/$1". A value such as "$1" or "wiki/$1" is not and will now throw an
15225   error.
15226 * (T119309) SECURITY: Use hash_compare() for edit token comparison
15227 * (T118032) SECURITY: Don't allow cURL to interpret POST parameters starting
15228   with '@' as file uploads
15229 * (T115522) SECURITY: Passwords generated by User::randomPassword() can no
15230   longer be shorter than $wgMinimalPasswordLength
15231 * (T97897) SECURITY: Improve IP parsing and trimming. Previous behavior could
15232   result in improper blocks being issued
15233 * (T109724) SECURITY: Special:MyPage, Special:MyTalk, Special:MyContributions
15234   and related pages no longer use HTTP redirects and are now redirected by
15235   MediaWiki
15237 == MediaWiki 1.23.11 ==
15239 This is a security and maintenance release of the MediaWiki 1.23 branch.
15241 === Changes since 1.23.10 ===
15243 * (T91850) SECURITY: Add throttle check in ApiUpload and SpecialUpload
15244 * (T91203, T91205) SECURITY: API: Improve validation in chunked uploading
15245 * (T108616) SECURITY: Avoid exposure of local path in PNG thumbnails
15247 == MediaWiki 1.23.10 ==
15249 This is a security and maintenance release of the MediaWiki 1.23 branch.
15251 === Changes since 1.23.9 ===
15253 * (T94116) SECURITY: Compare API watchlist token in constant time
15254 * (T97391) SECURITY: Escape error message strings in thumb.php
15255 * (T106893) SECURITY: Don't leak autoblocked IP addresses on
15256   Special:DeletedContributions
15257 * (bug 67644) Make AutoLoaderTest handle namespaces
15258 * (T91653) Minimal PSR-3 debug logger to support backports from 1.25+.
15259 * (T102562) Fix InstantCommons parameters to handle the new HTTPS-only
15260   policy of Wikimedia Commons.
15262 == MediaWiki 1.23.9 ==
15264 This is a security and maintenance release of the MediaWiki 1.23 branch.
15266 === Changes since 1.23.8 ===
15268 * (T85848, T71210) SECURITY: Don't parse XMP blocks that contain XML entities,
15269   to prevent various DoS attacks.
15270 * (T85848) SECURITY: Don't allow directly calling Xml::isWellFormed, to reduce
15271   likelihood of DoS.
15272 * (T88310) SECURITY: Always expand xml entities when checking SVG's.
15273 * (T73394) SECURITY: Escape > in Html::expandAttributes to prevent XSS.
15274 * (T85855) SECURITY: Don't execute another user's CSS or JS on preview.
15275 * (T85349, T85850, T86711) SECURITY: Multiple issues fixed in SVG filtering to
15276   prevent XSS and protect viewer's privacy.
15277 * (bug T68650) Fix indexing of moved pages with PostgreSQL. Requires running
15278   update.php to fix.
15279 * (bug T70087) Fix Special:ActiveUsers page for installations using
15280   PostgreSQL.
15282 == MediaWiki 1.23.8 ==
15284 This is a security and maintenance release of the MediaWiki 1.23 branch.
15286 === Changes since 1.23.7 ===
15288 * (bug T76686) [SECURITY] thumb.php outputs wikitext message as raw HTML, which
15289   could lead to xss. Permission to edit MediaWiki namespace is required to
15290   exploit this.
15291 * (bug T77028) [SECURITY] Malicious site can bypass CORS restrictions in
15292   $wgCrossSiteAJAXdomains in API calls if it only included an allowed domain as
15293   part of its name.
15294 * (bug T74222) The original patch for T74222 was reverted as unnecessary.
15296 == MediaWiki 1.23.7 ==
15298 This is a security and maintenance release of the MediaWiki 1.23 branch.
15300 === Changes since 1.23.6 ===
15302 * (bugs 66776, 71478) SECURITY:  User PleaseStand reported a way to inject code
15303   into API clients that used format=php to process pages that underwent flash
15304   policy mangling. This was fixed along with improving how the mangling was done
15305   for format=json, and allowing sites to disable the mangling using
15306   $wgMangleFlashPolicy.
15307 * (bug 70901) SECURITY: User Jackmcbarn reported that the ability to update
15308   the content model for a page could allow an unprivileged attacker to edit
15309   another user's common.js under certain circumstances. The user right
15310   "editcontentmodel" was added, and is needed to change a revision's content
15311   model.
15312 * (bug 71111) SECURITY: User PleaseStand reported that on wikis that allow raw
15313   HTML, it is not safe to preview wikitext coming from an untrusted source such
15314   as a cross-site request. Thus add an edit token to the form, and when raw HTML
15315   is allowed, ensure the token is provided before showing the preview. This
15316   check is not performed on wikis that both allow raw HTML and anonymous
15317   editing, since there are easier ways to exploit that scenario.
15318 * (bug 72222) SECURITY: Do not show log action when the entry is revdeleted with
15319   DELETED_ACTION. NOTICE: this may be reverted in a future release pending a
15320   public RFC about the desired functionality. This issue was reported by user
15321   Bawolff.
15322 * (bug 71621) Make allowing site-wide styles on restricted special pages a
15323   config option.
15324 * (bug 42723) Added updated version history from 1.19.2 to 1.22.13
15325 * $wgMangleFlashPolicy was added to make MediaWiki's mangling of anything that
15326   might be a flash policy directive configurable.
15328 == MediaWiki 1.23.6 ==
15330 This is a maintenance release of the MediaWiki 1.23 branch.
15332 === Changes since 1.23.5 ===
15333 * (Bug 72274) Job queue not running (HTTP 411) due to missing
15334   Content-Length: header
15335 * (Bug 67440) Allow classes to be registered properly from installer
15337 == MediaWiki 1.23.5 ==
15339 This is a security release of the MediaWiki 1.23 branch.
15341 === Changes since 1.23.4 ===
15342 * (bug 70672) SECURITY: OutputPage: Remove separation of css and js module
15343   allowance.
15345 == MediaWiki 1.23.4 ==
15347 This is a security and maintenance release of the MediaWiki 1.23 branch.
15349 === Changes since 1.23.3 ===
15351 * (bug 69008) SECURITY: Enhance CSS filtering in SVG files. Filter <style>
15352   elements; normalize style elements and attributes before filtering; add
15353   checks for attributes that contain css; add unit tests for html5sec and
15354   reported bugs.
15355 * (bug 65998) Make MySQLi work with non-standard socket.
15356 * (bug 66986) GlobalVarConfig shouldn't throw exceptions for null-valued config
15357   settings.
15359 == MediaWiki 1.23.3 ==
15361 This is a maintenance release of the MediaWiki 1.23 branch.
15363 === Changes since 1.23.2 ===
15365 * (bug 68501) Correctly handle incorrect namespace in cleanupTitles.php.
15366 * (bug 64970) Fix support for blobs on DatabaseOracle::update.
15367 * (bug 66574) Display MediaWiki:Loginprompt on the login page.
15368 * (bug 67870) wfShellExec() cuts off stdout at multiples of 8192 bytes.
15369 * (bug 60629) Handle invalid language code gracefully in
15370   Language::fetchLanguageNames.
15371 * (bug 62017) Restore the number of rows shown on Special:Watchlist.
15372 * Check for boolean false result from database query in SqlBagOStuff.
15374 == MediaWiki 1.23.2 ==
15376 This is a security and maintenance release of the MediaWiki 1.23 branch.
15378 === Changes since 1.23.1 ===
15380 * (bug 68187) SECURITY: Prepend jsonp callback with comment.
15381 * (bug 66608) SECURITY: Fix for XSS issue in bug 66608: Generate the URL used
15382   for loading a new page in Javascript,instead of relying on the URL in the link
15383   that has been clicked.
15384 * (bug 65778) SECURITY: Copy prevent-clickjacking between OutputPage and
15385   ParserOutput.
15386 * (bug 68313) Preferences: Turn stubthreshold back into a combo box.
15387 * (bug 65214) Fix initSiteStats.php maintenance script.
15388 * (bug 67594) Special:ActiveUsers: Fix to work with PostgreSQL.
15390 == MediaWiki 1.23.1 ==
15392 This is a security and maintenance release of the MediaWiki 1.23 branch.
15394 === Changes since 1.23.0 ===
15396 * (bug 65839) SECURITY: Prevent external resources in SVG files.
15397 * (bug 67025) Special:Watchlist: Don't try to render empty row.
15398 * (bug 66922) Don't allow some E_NOTICE messages to end up in the
15399   LocalSettings.php.
15400 * (bug 66467) FileBackend: Avoid using popen() when "parallelize" is disabled.
15401 * (bug 66428) MimeMagic: Don't seek before BOF. This has weird side effects
15402   like only extracting the tail of the file partially or not at all.
15403 * (bug 66182) Removed -x flag on some php files.
15405 == MediaWiki 1.23.0 ==
15407 === Configuration changes in 1.23 ===
15408 * (bug 13250) Restored method for clearing a watchlist in web UI
15409   so that users with large watchlists don't have to perform
15410   contortions to clear them.
15411 * When $wgJobRunRate is higher than zero, jobs are now executed via an
15412   asynchronous HTTP request to a MediaWiki entry point. This may require
15413   increasing the number of server worker threads. $wgRunJobsAsync has been
15414   added to disable this feature if needed, falling back to executing the job
15415   on the same process but making the execution synchronously.
15416 * $wgDebugLogGroups values may be set to an associative array with a
15417   'destination' key specifying the log destination. The array may also contain
15418   a 'sample' key with a positive integer value N indicating that the log group
15419   should be sampled by dispatching one in every N messages on average. The
15420   sampling is random.
15421 * In addition to the current exception log format, MediaWiki now serializes
15422   exception metadata to JSON and logs it to the 'exception-json' log group.
15423   This makes MediaWiki easier to integrate with log aggregation and analysis
15424   tools.
15425 * $wgSquidServersNoPurge now supports the use of Classless Inter-Domain
15426   Routing (CIDR) notation to specify contiguous blocks of IPv4 and/or IPv6
15427   addresses that should be trusted to provide X-Forwarded-For headers.
15428 * Preferences 'watchcreations', 'watchdefault', 'enotifwatchlistpages' ("Add
15429   pages I create and files I upload to my watchlist", "Add pages and files I
15430   edit to my watchlist", "Email me when a page or file on my watchlist is
15431   changed") are now enabled by default. In addition new user accounts' personal
15432   and talk pages are now watched by them by default.
15433 * $wgLBFactoryConf: Class names have had underscores removed. The configuration
15434   should be updated if LBFactory_Simple or LBFactory_Multi is configured.
15435 * $wgPasswordSenderName has been removed and is no longer functional. To set a
15436   custom mailer name, the system message 'emailsender' should be modified
15437   (default: "{{SITENAME}}").
15438 * (bug 63269) Email notifications were not correctly handling the
15439   [[MediaWiki:Helppage]] message being set to a full URL (the default).
15440   If you customized [[MediaWiki:Enotif body]] (the text of email notifications),
15441   you'll need to edit it locally to include the URL via the new variable
15442   $HELPPAGE instead of the parser functions fullurl and canonicalurl; otherwise
15443   you don't have to do anything.
15444 * $wgDBAhandler was removed as the only class using it was also removed
15445 * The 'max threads' setting was removed from $wgDBservers.
15446 * Support for AdminSettings.php has been completely removed. All configuration
15447   belongs in LocalSettings.php.
15448 * $wgSkipSkin, which has been replaceable by $wgSkipSkins since 2005 (r9249), is
15449   now formally deprecated.
15450 * Removed deprecated $wgDisabledActions as it is hardly used anywhere.
15451 * $wgRateLimitLog has been deprecated and replaced by
15452   $wgDebugLogGroup['ratelimit'].
15453 * $wgLocalInterwikis is an array containing multiple local interwiki prefixes
15454   (interwiki prefixes that point back to the current wiki). This effectively
15455   allows more than one value of $wgLocalInterwiki to be specified and
15456   understood by the parser. The value of $wgLocalInterwiki is automatically
15457   prepended to the start of this array.
15458 * $wgQueryPages has been removed. Query Pages should be added to by using the
15459   wgQueryPages hook.
15460 * $wgHttpOnlyBlacklist has been removed.
15461 * $wgLicenseTerms has been removed as it was unused.
15462 * $wgProfileOnly is now deprecated; set the log file in
15463   $wgDebugLogGroups['profileoutput'] to replace it.
15464 * $wgMaxBacklinksInvalidate was removed; use $wgJobBackoffThrottling instead
15465 * Deprecated ResourceLoaderGetStartupModules hook.
15467 === New features in 1.23 ===
15468 * ResourceLoader can utilize the Web Storage API to cache modules client-side.
15469   Compared to the browser cache, caching in Web Storage allows ResourceLoader
15470   to be more granular about evicting stale modules from the cache while
15471   retaining the ability to retrieve multiple modules in a single HTTP request.
15472   This capability can be enabled by setting $wgResourceLoaderStorageEnabled to
15473   true. This feature is currently considered experimental and should only be
15474   enabled with care.
15475 * (bug 6092) Add expensive parser functions {{REVISIONID:}}, {{REVISIONUSER:}}
15476   and {{REVISIONTIMESTAMP:}} (with friends).
15477 * Add "wgRelevantUserName" to mw.config containing the current
15478   Skin::getRelevantUser value.
15479 * (bug 56033) Add content model to the page information.
15480 * Added Article::MissingArticleConditions hook to give extensions a chance to
15481   hide their (unrelated) log entries.
15482 * Added LonelyPagesQuery hook to let extensions modify the query used to
15483   generate Special:LonelyPages.
15484 * Added $wgOpenSearchDefaultLimit defining the default number of entries to show
15485   on action=opensearch API call.
15486 * For namespaces with $wgNamespaceProtection (including the MediaWiki
15487   namespace), the "protect" tab will be shown only if there are restriction
15488   levels available that would restrict editing beyond what
15489   $wgNamespaceProtection already applies. The protection form will offer only
15490   those protection levels.
15491 * Added $wgAPIFormatModules, allowing extensions to add additional output
15492   formatting modules for the API.
15493 * (bug 47812) The MediaWiki:Group-user.{css,js} pages can now be used to add
15494   custom CSS or JavaScript enabled only for registered users.
15495 * (bug 52005) Special pages RecentChanges, RecentChangesLinked and Watchlist
15496   now include a legend describing the symbols used in lists of changes.
15497 * Improved the accessibility of the tabs in Special:Preferences.
15498 * Added ApiBeforeMain hook, roughly equivalent to the BeforeInitialize hook:
15499   it's called after everything is set up but before any major processing
15500   happens.
15501 * The jquery.client module now performs a component-wise version comparison in
15502   its #test method when strings are used in the browser map: version '1.10' is
15503   now correctly considered larger than '1.2'. Using numbers in the version map
15504   is not affected.
15505 * All API modules now support an assert parameter, which can either be
15506   'user' or 'bot'. The API will throw an error if the user is not logged
15507   in (user) or does not have the 'bot' userright (bot). Based off of the
15508   AssertEdit extension by Steve Sanbeg.
15509 * [[Special:Diff]] was added, allowing users to create internal links to
15510   revision comparison pages using syntax such as [[Special:Diff/12345]],
15511   [[Special:Diff/12345/prev]] or [[Special:Diff/12345/98765]].
15512 * New user accounts' personal and talk pages are now watched by them by default.
15513 * Added SkinTemplateGetLanguageLink hook to allow changing the html of language
15514   links.
15515 * Added MessageCache::get hook as a new way to customize messages across
15516   multiple sites.
15517 * Added jquery.throttle-debounce ResourceLoader module to limit the number of
15518   callbacks for frequently occurring events.
15519 * Special:ProtectedPages shows now a table. The timestamp, the reason and
15520   the protecting user are also shown.
15521 * Added experimental support for using Microsoft SQL Server as the database
15522   backend.
15523 ** Added new Microsoft SQL Server-specific configuration variable
15524    $wgDBWindowsAuthentication, which makes the web server authenticate against
15525    the database server using Integrated Windows Authentication instead of
15526    $wgDBuser/$wgDBpassword.
15527 * HTMLForm 'select', 'selectandother', 'selectorother', 'multiselect', and
15528   'radio' fields can now use message keys as labels via the 'options-messages'
15529   parameter, which overrides the 'options' parameter.
15530 * Admins can expire users passwords manually, or on a schedule using the
15531   $wgPasswordExpirationDays configuration setting.
15532 * Add new hook SendWatchlistEmailNotification, this will be used to determine
15533   whether to send a watchlist email notification.
15534 * (bug 42026) Special:Contributions now includes an option to filter page
15535   creations, similar to the topOnly option.
15536 * Add mediawiki.ui.button styling to all pages so wiki content can use styled
15537   buttons.
15538 * Special:UserLogin/signup now does AJAX checks for invalid and taken usernames,
15539   displaying the error live.
15540 * Added BaseTemplateAfterPortlet hook to allow injecting html after portlets in
15541   skins.
15542 * Support has been added for a JSON based localisation file format. The
15543   installer has been updated to use it.
15544 * Changes to content typography (colors, line-height etc.). See
15545   https://www.mediawiki.org/wiki/Typography_refresh for further information.
15546 * The Vector skin's visual treatment of external links has been simplified to a
15547   single icon (from nine). This should not affect local rules unless they were
15548   re-using these icons, which have now been deleted.
15549 * ResourceLoader: mw.loader.using() now implements a Promise interface.
15550 * Add new hook ChangesListInitRows accessed via
15551   ChangesList::initChangesListRows.
15552   If called by the ChangesList consumer this gives extensions a chance to batch
15553   process the result set prior to rendering.
15554 * A PoolCounterRedis class was added which can be make use of in
15555   $wgPoolCounterConf. This requires at least one Redis 2.6+ server.
15556 * $wgProfileToDatabase was removed. Set $wgProfiler to ProfilerSimpleDB
15557   in StartProfiler.php instead of using this.
15558 * (bug 63444) Made it possible to change the indent string (default: 4 spaces)
15559   used by FormatJson::encode().
15561 === Bug fixes in 1.23 ===
15562 * (bug 41759) The "updated since last visit" markers (on history pages, recent
15563   changes and watchlist) and the talk page message indicator are now correctly
15564   updated when the user is viewing old revisions of pages, instead of always
15565   acting as if the latest revision was being viewed.
15566 * (bug 56443) Special:ConfirmEmail no longer shows a "Mail a confirmation code"
15567   when the email address is already confirmed. Also, consistently use
15568   "confirmed", rather than "authenticated", when messaging whether or not the
15569   user has confirmed an email address.
15570 * (bug 19415) action=render no longer shows section edit links. This affects
15571   behavior of several other features where (bogus) section edit links will
15572   disappear, such as file description pages loaded via $wgUseInstantCommons or
15573   pages transcluded cross-wiki via $wgEnableScaryTranscluding.
15574 * (bug 56912) Show correct link color on cached result of Special:DeadendPages.
15575 * Classes TitleListDependency and TitleDependency have been removed, as they
15576   have been found unused in core and extensions for a long time.
15577 * (bug 57098) SpecialPasswordReset now obeys returnto parameter
15578 * (bug 37812) ResourceLoader will notice when a module's definition changes and
15579   recompile it accordingly.
15580 * (bug 57201) SpecialRecentChangesFilters hook is now executed for feeds.
15581 * (bug 58640) Fixed a compatibility issue with PCRE 8.34 that caused pages
15582   to appear blank or with missing text.
15583 * (bug 56931) Updated the plural rules to CLDR 24. They are in new format
15584   which is detailed in UTS 35 Rev 33. The PHP parser and evaluator as well as
15585   the JavaScript evaluator were updated to support the new format. Plural rules
15586   for some languages have changed, most notably Russian. Affected software
15587   messages have been updated and marked for review at translatewiki.net.
15588 * (bug 23542) imagelinks now stores both the redirect and target (as
15589   templatelinks does).
15590 * (bug 58167) The web installer no longer throws an exception when PHP is
15591   compiled without support for MySQL yet with support for another DBMS.
15592 * (bug 56199) Raw option of parser functions must now match complete word,
15593   to take effect.
15594 * (bug 60543) Special:PrefixIndex forgot stripprefix=1 for "Next page" link
15595 * (bug 29762) Undoing an already-undone edit will now display an appropriate
15596   message instead of leading the user to make a null edit.
15597 * (bug 52659) mediawiki.notification: Notification area remained visible when
15598   empty and thus was stealing pointer events from links on the page.
15599 * (bug 26811) When a DBUnexpectedError occurs, DB server hostnames are now
15600   hidden unless $wgShowExceptionDetails is true, and $wgShowDBErrorBacktrace
15601   no longer applies in such cases.
15602 * (bug 60960) Avoid doing file_exist() checks on data: URIs, as they cause
15603   warnings to be printed on Windows due to large path length.
15604 * (bug 48084) Fixed a bug in the installer that could cause $wgLogo to hold
15605   the wrong path to the placeholder logo (skins/common/images/wiki.png).
15606 * (bug 64289) jquery.textSelection: Don't throw errors on empty collections.
15608 === Web API changes in 1.23 ===
15609 * (bug 54884) action=parse&prop=categories now indicates hidden and missing
15610   categories.
15611 * action=query&meta=filerepoinfo now returns additional information for each
15612   repo.
15613 * action=parse&prop=languageshtml was deprecated in 1.18 and will be removed in
15614   MediaWiki 1.24.
15615 * action=parse now has disabletoc flag to disable table of contents in output.
15616 * (bug 25702) list=allcategories, list=allimages, list=alllinks, list=allpages,
15617   list=deletedrevs and list=filearchive did not handle case-sensitivity
15618   properly for all parameters.
15619 * ApiQueryBase::titlePartToKey allows an extra parameter that indicates the
15620   namespace in order to properly capitalize the title part.
15621 * (bug 57874) action=feedcontributions no longer has one item more than limit.
15622 * All API modules now support an assert parameter. See the new features section
15623   for more details.
15624 * Added prop=contributors to fetch the list of contributors to the page.
15625 * The following API modules will now return entries where fields have been
15626   revision-deleted: list=deletedrevs, list=filearchive, list=recentchanges,
15627   list=watchlist. "hidden" indicators will be included, in the same style as is
15628   already done for prop=revisions.
15629 * The following API modules will now return the content of revision-deleted
15630   fields, in addition to the "hidden" indicators, if the querying user has the
15631   necessary rights: list=logevents, list=usercontribs, prop=imageinfo,
15632   prop=revisions.
15633 * The above modules, where applicable, will now return entries filtered by
15634   revision-deleted fields if the querying user has the necessary rights. For
15635   example, prop=revisions with rvuser or rvexcludeuser will no longer skip
15636   revisions where the user was revision-deleted if the current user has the
15637   deletedhistory right.
15638 * The 'hideuser' right, used when blocking, is no longer necessary or
15639   sufficient for seeing contributions with revision-deleted in
15640   list=usercontribs.
15641 * list=watchlist now uses the querying user's rights rather than the wlowner's
15642   rights when checking whether wlprop=patrol is allowed.
15643 * (bug 32151) ApiWatch now has pageset capabilities (titles/pageids/generators).
15644   Title parameter is now deprecated.
15645 * (bug 23005) Added action=revisiondelete.
15646 * Added siprop=restrictions to API action=query&meta=siteinfo for querying
15647   possible page restriction (protection) levels and types.
15648 * Added prop 'limitreportdata' and 'limitreporthtml' to action=parse.
15649 * (bug 58627) Provide language names on action=parse&prop=langlinks.
15650 * Deprecated llurl= in favour of llprop=url for action=query&prop=langlinks.
15651 * Added llprop=langname and llprop=autonym for action=query&prop=langlinks.
15652 * prop=redirects is added, to return redirects to the pages in the query.
15653 * list=allredirects is added, to list all redirects pointing to a namespace.
15654 * (bug 42026) Added ucshow={new,!new,top,!top} to list=usercontribs.
15655   Also added newonly to action=feedcontributions.
15656 * (bug 42026) Deprecated uctoponly in favor of ucshow=top.
15657 * list=search no longer has a "srredirects" parameter. Redirects are now
15658   included in all searches.
15659 * Added list=prefixsearch that works like action=opensearch but can be used as
15660   a generator.
15661 * (bug 24782) Various modules will now use unique continuation parameters.
15662 * (bug 63249) Cache RecentChanges Atom feed in varnish for 15 seconds.
15664 === Languages updated in 1.23 ===
15666 MediaWiki supports over 350 languages. Many localisations are updated
15667 regularly. Below only new and removed languages are listed, as well as
15668 changes to languages because of Bugzilla reports.
15670 * Support was added for Algerian Spoken Arabic (arq).
15671 * Support was added for Riograndenser Hunsrückisch (hrx).
15672 * Support was added for Northern Luri (lrc).
15674 === Other changes in 1.23 ===
15675 * The rc_type field in the recentchanges table has been superseded by a new
15676   rc_source field.  The rc_source field is a string representation of the
15677   change type where rc_type was a numeric constant.  This field is not yet
15678   queried but will be in a future release.
15679 ** Utilize update.php to create and populate this new field.  On larger wikis
15680    which do not wish to update recentchanges table in one large update please
15681    review the SQL and comments in maintenance/archives/patch-rc_source.sql.
15682 ** The rc_type field of recentchanges will be deprecated in a future release.
15683 * The global variable $wgArticle has been removed after a lengthy deprecation.
15684 * The global functions addButton and insertTags (for mw.toolbar.addButton and
15685   mw.toolbar.insertTags) now emits mw.log.warn when accessed.
15686 * The ExpandTemplates extension has been moved into MediaWiki core.
15687 * (bug 52812) Removed "Disable search suggestions" from Preference.
15688 * (bug 52809) Removed "Disable browser page caching" from Preference.
15689 * Three new modules intended for use by custom skins were added:
15690   'mediawiki.skinning.elements', 'mediawiki.skinning.content', and
15691   'mediawiki.skinning.interface', representing three levels of standard
15692   MediaWiki styling. Previously skin creators wishing to use them had to refer
15693   to the file names of appropriate files directly, which is now discouraged.
15694 * The modules 'skins.vector' and 'skins.monobook' have been renamed to
15695   'skins.vector.styles' and 'skins.monobook.styles', respectively,
15696   and their definition was changed not to include the common*.css files;
15697   the two skins now load the 'mediawiki.skinning.interface' module instead.
15698 * A page_links_updated field has been added to the page table.
15699 * SpecialPage::getTitle has been deprecated in favor of
15700   SpecialPage::getPageTitle.
15701 * BREAKING CHANGE: Two potentially backwards-incompatible changes have been made
15702   to the 'SpecialWatchlistQuery' hook's last parameter (array $values) to make
15703   the hook more consistent with the 'SpecialRecentChangesQuery' one:
15704 ** Several array keys have been renamed: hideMinor → hideminor,
15705    hideBots → hidebots, hideAnons → hideanons, hideLiu → hideliu,
15706    hidePatrolled → hidepatrolled, hideOwn → hidemyself.
15707 ** The parameter value is now a FormOptions object, not a plain array (array
15708    access operators should continue to work, as it implements the ArrayAccess
15709    interface).
15710 * Option to mark hooks as deprecated has been added.
15711 * (bug 52811) Preference "Enable section editing via [edit] links" was removed.
15712 * (bug 52813) Preference "Show table of contents (for pages with more than
15713   3 headings)" was removed.
15714 * (bug 52810) Preference "Justify paragraphs" was removed.
15715 * OutputPage::showErrorPage raises a notice if arguments are incoherent.
15716 * Thumbnails that keep failing to render in thumb.php will be rate-limited
15717   against further render attempts for 1 hour. $wgAttemptFailureEpoch can be
15718   altered to reset all rate-limited thumbnails at once.
15719 * (bug 56572) Builds of the OOjs and OOjs UI libraries are now available.
15720 * mw.loader.go and mw.loader.version have been removed.
15721 * (bug 52815) Preference "Enable simplified search bar (Vector skin only)"
15722   was removed.
15723 * A user_password_expires column has been added to the user table. The User
15724   object expects this column to exist. Use update.php to create this new field.
15725 * The jquery.delayedBind ResourceLoader module was deprecated in favor of the
15726   jquery.throttle-debounce module. It will be removed in MediaWiki 1.24.
15727 * mw.user.bucket has been deprecated.
15728 * On Special:PrefixIndex, a table#mw-prefixindex-list-table was changed to
15729   table.mw-prefixindex-list-table to avoid duplicate ids when the special page
15730   is transcluded.
15731 * (bug 62198) window.$j has been deprecated.
15732 * Preference "Disable link title conversion" was removed.
15733 * SpecialRecentChanges no longer includes any functionality for generating feeds
15734   - it has been factored out to ApiFeedRecentChanges. Old URLs redirect to new
15735   ones.
15736 * RecentChange::mExtra['lang'] is no longer set and should no longer be used.
15737   Extensions should read from other configuration variables, including
15738   $wgLocalInterwikis, to identify the current wiki.
15739 * Sections in the parser test framework have been renamed and the old
15740   section names are deprecated.  Please use "!!wikitext" and "!!html"
15741   (or "!!html/php") instead of "!!input" and "!!result".  This allows
15742   us to extend parser tests to accommodate additional input/output
15743   pairs, such as "!!html/parsoid" (for the output of the Parsoid
15744   parser, where it differs from the PHP parser).
15745 * Special:Search no longer has an "include redirects" option on the advanced
15746   tab. Redirects are now included in all searches.
15747 * mediawiki.api.category's getCategories() 'async' parameter was deprecated.
15748 * The locations of resources have been split between upstream libraries, now in
15749   resources/lib/, local libaries in resources/src/, and local forks of upstream
15750   libraries, also in resources/src/.
15751 * BREAKING CHANGE: The automatically-generated function closure with which
15752   ResourceLoader wraps all modules' JavaScript code now binds the identifier
15753   names 'jQuery' and '$' to the jQuery object of the version of jQuery that is
15754   bundled with MediaWiki. If you bind these names to other objects in global
15755   scope (like Zepto.js or document.querySelectorAll, for example) you will need
15756   to use different names to or re-bind them at the top of each
15757   ResourceLoader-loaded module.
15758 * (bug 52342) Preference "Remember my login" was removed.
15759 * The skin autodiscovery mechanism has been deprecated and will be removed in
15760   MediaWiki 1.25. See https://www.mediawiki.org/wiki/Manual:Skin_autodiscovery
15761   for migration guide for creators and users of custom skins that relied on it.
15763 ==== Removed classes ====
15764 * FakeMemCachedClient (deprecated in 1.18)
15765 * RdfMetaData (unused)
15766 * TitleDependency (unused)
15767 * TitleListDependency (unused)
15768 * WikiError (deprecated in 1.17)
15769 * WikiXmlError (deprecated in 1.17)
15770 * WikiErrorMsg (deprecated in 1.17)
15772 ==== Renamed classes ====
15773 * CdbReader_DBA to CdbReaderDBA
15774 * CdbReader_PHP to CdbReaderPHP
15775 * CdbWriter_DBA to CdbWriterDBA
15776 * CdbWriter_PHP to CdbWriterPHP
15777 * DiffOp_Add to DiffOpAdd
15778 * DiffOp_Change to DiffOpChange
15779 * DiffOp_Copy to DiffOpCopy
15780 * DiffOp_Delete to DiffOpDelete
15781 * HWLDF_WordAccumulator to HWLDFWordAccumulator
15782 * LBFactory_Fake to LBFactoryFake
15783 * LBFactory_Multi to LBFactoryMulti
15784 * LBFactory_Simple to LBFactorySimple
15785 * LBFactory_Single to LBFactorySingle
15786 * LCStore_Accel to LCStoreAccel
15787 * LCStore_CDB to LCStoreCDB
15788 * LCStore_DB to LCStoreDB
15789 * LCStore_Null to LCStoreNull
15790 * LoadBalancer_Single to LoadBalancerSingle
15791 * LoadMonitor_MySQL to LoadMonitorMySQL
15792 * LoadMonitor_Null to LoadMonitorNull
15793 * LocalisationCache_BulkLoad to LocalisationCacheBulkLoad
15794 * csvStatsOutput to CsvStatsOutput
15795 * extensionLanguages to ExtensionLanguages
15796 * languages to Languages
15797 * statsOutput to StatsOutput
15798 * textStatsOutput to TextStatsOutput
15799 * wikiStatsOutput to WikiStatsOutput
15801 ==== Removed methods ====
15802 * ApiBase::getValidNamespaces() (deprecated in 1.17)
15803 * ApiMain::setCachePrivate() (deprecated in 1.17)
15804 * ApiMain::setVaryCookie (deprecated in 1.17)
15805 * Article::doRedirect() (deprecated in 1.18)
15806 * Article::doUnwatch() (deprecated in 1.18)
15807 * Article::doWatch() (deprecated in 1.18)
15808 * Article::forUpdate() (deprecated in 1.18)
15809 * Article::markpatrolled() (deprecated in 1.18)
15810 * Article::unwatch() (deprecated in 1.18)
15811 * Article::watch() (deprecated in 1.18)
15812 * Block::clear() (deprecated in 1.18)
15813 * Block::decodeExpiry() (deprecated in 1.18)
15814 * Block::encodeExpiry() (deprecated in 1.18)
15815 * Block::forUpdate() (deprecated in 1.18)
15816 * Block::infinity() (deprecated in 1.18)
15817 * Block::load() (deprecated in 1.18)
15818 * Block::newFromDB() (deprecated in 1.18)
15819 * Block::normaliseRange() (deprecated in 1.18)
15820 * Block::parseExpiryInput() (deprecated in 1.18)
15821 * CategoryViewer::addSubcategory() (deprecated in 1.17)
15822 * EditPage::spamPage() (deprecated since 1.17)
15823 * Exif::getFormattedData() (deprecated in 1.18)
15824 * Exif::makeFormattedData() (deprecated in 1.18)
15825 * in_string (deprecated in 1.21)
15826 * Language::convertLinkToAllVariants() (deprecated in 1.17)
15827 * LanguageConverter::convertLinkToAllVariants() (deprecated in 1.17)
15828 * Linker::makeBrokenLink() (deprecated in 1.16)
15829 * Linker::makeBrokenLinkObj() (deprecated in 1.16)
15830 * Linker::makeColouredLinkObj() (deprecated in 1.16)
15831 * Linker::makeSizeLinkObj() (deprecated in 1.17)
15832 * MediaWiki::articleFromTitle() (deprecated in 1.18)
15833 * ParserOptions::getkin() (deprecated 1.18)
15834 * ProfilerSimple::getCpuTime (deprecated in 1.20)
15835 * Revision::revText() (deprecated in 1.17)
15836 * SkinTemplate::jstext() (deprecated in 1.21)
15837 * SpecialPage::__call() (deprecated in 1.17)
15838 * SpecialPage::executePath() (deprecated in 1.18)
15839 * SpecialPage::exists() (deprecated in 1.18)
15840 * SpecialPage::file() (deprecated in 1.18)
15841 * SpecialPage::func() (deprecated in 1.18)
15842 * SpecialPage::getGroup() (deprecated in 1.18)
15843 * SpecialPage::getPage() (deprecated in 1.18)
15844 * SpecialPage::getPageByAlias() (deprecated in 1.18)
15845 * SpecialPage::getLocalNameFor() (deprecated in 1.18)
15846 * SpecialPage::getRegularPages() (deprecated in 1.18)
15847 * SpecialPage::getRestrictedPages() (deprecated in 1.18)
15848 * SpecialPage::getTitleForAlias() (deprecated in 1.18)
15849 * SpecialPage::getUsablePages() (deprecated in 1.18)
15850 * SpecialPage::includable() (deprecated in 1.18)
15851 * SpecialPage::init()
15852 * SpecialPage::initAliasList() (deprecated in 1.18)
15853 * SpecialPage::initList() (deprecated in 1.18)
15854 * SpecialPage::name() (deprecated in 1.18)
15855 * SpecialPage::removePage() (deprecated in 1.18)
15856 * SpecialPage::resolveAlias() (deprecated in 1.18)
15857 * SpecialPage::resolveAliasWithSubpage() (deprecated in 1.18)
15858 * SpecialPage::restriction() (deprecated in 1.18)
15859 * SpecialPage::setGroup() (deprecated in 1.18)
15860 * SpecialRecentChanges::feedSetup()
15861 * SpecialRevisionDelete::extractBitField() (deprecated in 1.22)
15862 * User::getPageRenderingHash() (deprecated in 1.17)
15863 * WebRequest::getFileSize() (deprecated in 1.17)
15864 * WebRequest::isPathInfoBad() (deprecated in 1.17)
15865 * wfGenerateToken (deprecated in 1.20)
15866 * wfStreamFile (deprecated in 1.19)
15867 * wfUILang (deprecated in 1.18)
15868 * WikiPage::createUpdates() (deprecated in 1.18)
15869 * WikiPage::quickEdit() (deprecated in 1.18)
15870 * WikiPage::useParserCache() (deprecated in 1.18)
15871 * WikiPage::viewUpdates() (deprecated in 1.18)
15873 ==== Removed globals ====
15874 * $wgBetterDirectionality (deprecated in 1.18)
15876 = MediaWiki 1.22 =
15878 == MediaWiki 1.22.15 ==
15880 This is a security and maintenance release of the MediaWiki 1.22 branch.
15882 === Changes since 1.22.14 ===
15884 * (bug T76686) [SECURITY] thumb.php outputs wikitext message as raw HTML, which
15885   could lead to xss. Permission to edit MediaWiki namespace is required to
15886   exploit this.
15887 * (bug T77028) [SECURITY] Malicious site can bypass CORS restrictions in
15888   $wgCrossSiteAJAXdomains in API calls if it only included an allowed domain as
15889   part of its name.
15890 * (bug T74222) The original patch for T74222 was reverted as unnecessary.
15892 == MediaWiki 1.22.14 ==
15894 This is a security and maintenance release of the MediaWiki 1.22 branch.
15896 === Changes since 1.22.13 ===
15898 * (bugs 66776, 71478) SECURITY:  User PleaseStand reported a way to inject code
15899   into API clients that used format=php to process pages that underwent flash
15900   policy mangling. This was fixed along with improving how the mangling was done
15901   for format=json, and allowing sites to disable the mangling using
15902   $wgMangleFlashPolicy.
15903 * (bug 70901) SECURITY: User Jackmcbarn reported that the ability to update
15904   the content model for a page could allow an unprivileged attacker to edit
15905   another user's common.js under certain circumstances. The user right
15906   "editcontentmodel" was added, and is needed to change a revision's content
15907   model.
15908 * (bug 72222) SECURITY: Do not show log action when the entry is revdeleted with
15909   DELETED_ACTION. NOTICE: this may be reverted in a future release pending a
15910   public RFC about the desired functionality. This issue was reported by user
15911   Bawolff.
15912 * (bug 71621) Make allowing site-wide styles on restricted special pages a
15913   config option.
15914 * $wgMangleFlashPolicy was added to make MediaWiki's mangling of anything that
15915   might be a flash policy directive configurable.
15917 == MediaWiki 1.22.13 ==
15918 This is a maintenance release of the MediaWiki 1.22 branch.
15920 === Changes since 1.22.12 ===
15921 * (bug 67440) Allow classes to be registered properly from installer
15923 == MediaWiki 1.22.12 ==
15924 This is a security release of the MediaWiki 1.22 branch.
15926 === Changes since 1.22.11 ===
15927 * (bug 70672) SECURITY: OutputPage: Remove separation of css and js module
15928   allowance.
15930 == MediaWiki 1.22.11 ==
15931 This is a security release of the MediaWiki 1.22 branch.
15933 === Changes since 1.22.10 ===
15934 * (bug 69008) SECURITY: Enhance CSS filtering in SVG files. Filter <style>
15935   elements; normalize style elements and attributes before filtering; add checks
15936   for attributes that contain css; add unit tests for html5sec and reported
15937   bugs.
15939 == MediaWiki 1.22.10 ==
15940 This is a maintenance release of the MediaWiki 1.22 branch.
15942 === Changes since 1.22.9 ===
15943 * (bug 64970) Fix support for blobs on DatabaseOracle::update
15944 * (bug 60719) In MediaWiki 1.22, the job queue execution on each page request
15945   was changed (Gerrit change 59797) so, instead of executing the job inside the
15946   same PHP process that's rendering the page, a new PHP cli command is spawned
15947   to execute runJobs.php in the background. It will only work if $wgPhpCli is
15948   set to an actual path or safe mode is off, otherwise, the old method will be
15949   used. See
15950   https://www.mediawiki.org/wiki/Manual:Job_queue#Changes_in_MediaWiki_1.22
15951   for more information. This change was in earlier releases of 1.22 but was not
15952   noted here until now.
15954 == MediaWiki 1.22.9 ==
15955 This is a security and maintenance release of the MediaWiki 1.22 branch.
15957 === Changes since 1.22.8 ===
15958 * (bug 68187) SECURITY: Prepend jsonp callback with comment.
15959 * (bug 66608) SECURITY: Fix for XSS issue in bug 66608: Generate the URL used
15960   for loading a new page in Javascript,instead of relying on the URL in the
15961   link that has been clicked.
15962 * (bug 65778) SECURITY: Copy prevent-clickjacking between OutputPage and
15963   ParserOutput.
15964 * (bug 59147) The img_metadata field was not being decoded from bytea into text.
15966 == MediaWiki 1.22.8 ==
15967 This is a security and maintenance release of the MediaWiki 1.22 branch.
15969 === Changes since 1.22.7 ===
15970 * (bug 65839) SECURITY: Prevent external resources in SVG files.
15971 * (bug 66428) MimeMagic: Don't seek before BOF. This has weird side effects like
15972   only extracting the tail of the file partially or not at all.
15974 == MediaWiki 1.22.7 ==
15975 This is a security and maintenance release of the MediaWiki 1.22 branch.
15977 === Changes since 1.22.6 ===
15978 * (bug 65501) SECURITY: Don't parse usernames as wikitext on
15979   Special:PasswordReset.
15980 * (bug 36356) Add space between two feed links.
15981 * (bug 63269) Email notifications were not correctly handling the
15982   MediaWiki:Helppage message being set to a full URL. This is a regression from
15983   the 1.22.5 point release, which made the default value for it a URL. If you
15984   customized MediaWiki:Enotif body (the text of email notifications), you'll
15985   need to edit it locally to include the URL via the new variable $HELPPAGE
15986   instead of the parser functions fullurl and canonicalurl; otherwise you don't
15987   have to do anything.
15988 * Add missing uploadstash.us_props for PostgreSQL.
15989 * (bug 56047) Fixed stream wrapper in PhpHttpRequest.
15991 == MediaWiki 1.22.6 ==
15992 This is a security release of the MediaWiki 1.22 branch.
15994 === Changes since 1.22.5 ===
15995 * (bug 63251) SECURITY: Escape sortKey in pageInfo.
15997 == MediaWiki 1.22.5 ==
15998 This is a security and maintenance release of the MediaWiki 1.22 branch.
16000 === Changes since 1.22.4 ===
16001 * (bug 62497) SECURITY: Add CSRF token on Special:ChangePassword.
16002 * (bug 62467) Set a title for the context during import on the cli.
16003 * Fix custom local MediaWiki:Helppage values.
16004 * mediawiki.js: Fix documentation breakage.
16005 * (bug 58153) Make MySQLi work with non standard port.
16006 * (bug 53887) Reintroduced a link to help pages in the default sidebar, that any
16007   sysop can customize by editing MediaWiki:Sidebar locally. The link now points
16008   to a mediawiki.org page which is guaranteed to exist. Nothing needs to be done
16009   on your end, but remember to adjust MediaWiki:Sidebar for the needs of your
16010   wikis. Everyone can help with the shared documentation by translating:
16011   https://www.mediawiki.org/wiki/Special:Translate/agg-Help_pages .
16012 * (bug 53888) Corrected a regression in 1.22 which introduced red links on the
16013   login page. If you previously installed 1.22.x and have created a local page
16014   to make the red link blue, write its title as in MediaWiki:helplogin-url if
16015   you didn't already. Otherwise, you don't need to do anything, but you can
16016   translate the help page at <https://www.mediawiki.org/wiki/Help:Logging_in>.
16018 == MediaWiki 1.22.4 ==
16019 This is a maintenance release of the MediaWiki 1.22 branch.
16021 === Changes since 1.22.3 ===
16022 * Use the correct branch of the extensions' git repositories.
16024 == MediaWiki 1.22.3 ==
16025 This is a security and bugfix release of the MediaWiki 1.22 branch.
16027 === Changes since 1.22.2 ===
16028 * (bug 60771) SECURITY: Disallow uploading SVG files using non-whitelisted
16029   namespaces. Also disallow iframe elements. * User will get an error including
16030   the namespace name if they use a non- whitelisted namespace.
16031 * (bug 61346) SECURITY: Make token comparison use constant time. It seems like
16032   our token comparison would be vulnerable to timing attacks. This will take
16033   constant time.
16034 * (bug 61362) SECURITY: API: Don't find links in the middle of api.php links.
16035 * (bug 53710) Add sequence support for upsert in DatabaseOracle in the same way
16036   as in selectInsert
16037 * (bug 60231, bug 58719) Various fixes to job running code in Wiki.php: Make it
16038   async on Windows. Fixed possible "invalid filename" errors on Windows.
16039   Redirect output to dev/null to avoid hanging PHP.
16040 * (bug 60083) Correct sequence name for fresh Postgres installation. Spotted by
16041   gebhkla
16042 * (bug 60531) Avoid variable naming conflicts in
16043   DatabasePostgres::selectSQLText. Spotted by gebhkla
16044 * (bug 60094) Fix rebuildall.php fatal error with PostgreSQL.
16045 * (bug 43817) Add error handling if descriptionmsg isn't defined for extension.
16046 * (bug 60543) Special:PrefixIndex omits stripprefix=1 for "Next page" link.
16048 == MediaWiki 1.22.2 ==
16049 This is a security and bugfix release of the MediaWiki 1.22 branch.
16051 === Changes since 1.22.1 ===
16052 * (bug 60339) SECURITY: Sanitize shell arguments to DjVu files, and other media
16053   formats
16054 * (bug 58253) Check for very old PCRE versions in installer and updater
16055 * (bug 60054) Make WikiPage::$mPreparedEdit public
16057 == MediaWiki 1.22.1 ==
16058 This is a security and maintenance release of the MediaWiki 1.22 branch.
16060 === Changes since 1.22.0 ===
16061 * (bug 57550) SECURITY: Disallow stylesheets in SVG Uploads
16062 * (bug 58088) SECURITY: Don't normalize U+FF3C to \ in CSS Checks
16063 * (bug 58472) SECURITY: Disallow -o-link in styles
16064 * (bug 58553) SECURITY: Return error on invalid XML for SVG Uploads
16065 * (bug 58699) SECURITY: Fix RevDel log entry information leaks
16066 * (bug 58178) Restore compatibility with curl < 7.16.2.
16067 * (bug 56931) Updated the plural rules to CLDR 24. They are in new format which
16068   is detailed in UTS 35 Rev 33. The PHP parser and evaluator as well as the
16069   JavaScript evaluator were updated to support the new format. Plural rules for
16070   some languages have changed, most notably Russian. Affected software messages
16071   have been updated and marked for review at translatewiki.net. This change is
16072   backported from the development branch of MediaWiki 1.23.
16073 * (bug 58434) The broken installer for database backend Oracle was fixed.
16074 * (bug 58167) The web installer no longer throws an exception when PHP is
16075   compiled without support for MySQL yet with support for another DBMS.
16076 * (bug 58640) Fixed a compatibility issue with PCRE 8.34 that caused pages to
16077   appear blank or with missing text.
16078 * (bug 47055) Changed FOR UPDATE handling in Postgresql
16079 * (bug 57026) Avoid extra parsing in prepareContentForEdit()
16081 == MediaWiki 1.22.0 ==
16083 === Configuration changes in 1.22 ===
16084 * $wgRedirectScript was removed. It was unused.
16085 * Removed $wgLocalMessageCacheSerialized, it is now always true.
16086 * $wgVectorUseIconWatch is now enabled by default.
16087 * $wgCascadingRestrictionLevels was added.
16088 * ftps, ssh, sftp, xmpp, sip, sips, tel, sms, bitcoin, magnet, urn, and geo
16089   have been whitelisted inside of $wgUrlProtocols.
16090 * $wgDocType and $wgDTD have been removed and are no longer used for the
16091   DOCTYPE.
16092 * $wgHtml5 is no longer used by core. Setting it to false will no longer disable
16093   HTML5. It is still set to true for extension compatibility but doing so in
16094   extensions is deprecated.
16095 * $wgXhtmlDefaultNamespace is no longer used by core. Setting it will no longer
16096   change the xmlns used by MediaWiki. Reliance on this variable by extensions
16097   is deprecated.
16098 * $wgHandheldStyle was removed.
16099 * $wgHandheldForIPhone was removed.
16100 * $wgJsMimeType is no longer used by core. Most usage has been removed since
16101   HTML output is now exclusively HTML5.
16102 * $wgDBOracleDRCP added. True enables persistent connection with DRCP on Oracle.
16103 * $wgLogAutopatrol added to allow disabling logging of autopatrol edits in the
16104   logging table.
16105   Default for $wgLogAutopatrol is true.
16106 * The 'edit' right no longer allows for editing a user's own CSS and JS.
16107 * New rights 'editmyusercss', 'editmyuserjs', 'viewmywatchlist',
16108   'editmywatchlist', 'viewmyprivateinfo', 'editmyprivateinfo', and
16109   'editmyoptions' restrict actions that were formerly allowed by default. They
16110   have been added to the default for $wgGroupPermissions['*'].
16111 * The 'editprotected' right no longer allows bypassing of all page protection
16112   restrictions. Any group using it for this purpose will now need to have all
16113   the individual rights listed in $wgRestrictionTypes for the same effect.
16114 * The 'protect' and 'autoconfirmed' rights are no longer used for the default
16115   page protection levels. The rights 'editprotected' and 'editsemiprotected'
16116   are now used for this purpose instead.
16117 * (bug 40866) wgOldChangeTagsIndex removed.
16118 * $wgNoFollowDomainExceptions now only matches entire domains. For example,
16119   an entry for 'bar.com' will still match 'foo.bar.com' but not 'foobar.com'.
16120 * $wgCopyUploadTimeout and $wgCopyUploadAsyncTimeout added to change the timeout
16121   times for fetching the file during upload by url.
16122 * New key added to $wgGalleryOptions - $wgGalleryOptions['mode'] to set
16123   default gallery mode.
16124 * New hook 'GalleryGetModes' to allow extensions to make new gallery modes.
16125 * The checkbox for staying in HTTPS displayed on the login form when
16126   $wgSecureLogin is enabled has been removed. Instead, whether the user stays in
16127   HTTPS will be determined
16128   based on the user's preferences, and whether they came from HTTPS or not.
16129 * $wgRC2UDPAddress, $wgRC2UDPInterwikiPrefix, $wgRC2UDPOmitBots, $wgRC2UDPPort,
16130   and $wgRC2UDPPrefix configuration options have been deprecated in favor of a
16131   $wgRCFeeds configuration array. $wgRCFeeds makes both the format and
16132   destination of recent change notifications customizable, and allows for
16133   multiple destinations to be specified.
16134 * (bug 53862) portal-url, currentevents-url and helppage have been removed from
16135   the default Sidebar.
16136 * The 'vector-simplesearch' preference is now enabled by default. Previously
16137   it was only enabled if the Vector extension was installed.
16138 * The precise format of metric datagrams produced by the UDP profiler and stats
16139   counter may now be specified as $wgUDPProfilerFormatString and
16140   $wgStatsFormatString, respectively.
16141 * (bug 54597) $wgBlockOpenProxies, $wgProxyPorts, $wgProxyScriptPath, and
16142   $wgProxyMemcExpiry have been removed, along with the open proxy scanner
16143   script they were added for.
16144 * Default value of $wgMaxShellMemory has been tripled (it's now 300 MB).
16146 === New features in 1.22 ===
16147 * You can now install extensions using Composer.
16148   See https://www.mediawiki.org/wiki/Composer
16149 * (bug 44525) mediawiki.jqueryMsg can now parse (whitelisted) HTML elements and
16150   attributes.
16151 * (bug 33454) Language::sprintfDate now has a timezone parameter, and supports
16152   the "eIOPTZ" formatting characters.
16153 * EditWarning: A warning is shown when an editor leaves the edit form without
16154   saving (enabled by default, users can opt-out via the 'useeditwarning'
16155   preference). This feature was moved from the Vector extension, and is now part
16156   of core for all skins. Take care when upgrading that you don't use an older
16157   version of the Vector extension as this feature may conflict.
16158 * New 'mediawiki.ui' CSS module providing mw-ui-* styles for buttons and a
16159   compact vertical form layout.
16160 * HTMLForm supports a new display format 'vform' which applies this compact
16161   vertical
16162   layout and button styling. Special:PasswordReset uses this format.
16163 * New versions of login (Special:UserLogin) and create account
16164   (Special:UserLogin/signup) forms using the "vform" compact vertical form
16165   layout. These forms use new messages that assume a "Help logging in" link, see
16166   https://www.mediawiki.org/wiki/Manual:Page_customizations;
16167   https://www.mediawiki.org/wiki/Account_creation_user_experience/Strings lists
16168   the message key changes.
16169 * (bug 23343) Implemented ability to apply IP blocks to the contents of
16170   X-Forwarded-For headers by adding a new configuration variable
16171   $wgApplyIpBlocksToXff (disabled by default).
16172 * The new hook 'APIGetPossibleErrors' to modify the list of possible errors was
16173   added.
16174 * (bug 25592) LogEventsList::showLogExtract() will now ignore various
16175   Pager-related WebRequest parameters by default, as this is overwhelmingly
16176   likely to be what was intended by users of the method. If any caller wishes
16177   to use these parameters, the new param 'useRequestParams' may be set to true.
16178 * mw.util.addPortletLink: Tooltip is no longer required to be plain (without
16179   an accesskey in it already). As such it now rountrips. Creating a link with a
16180   message as tooltip, grabbing the title attribute and using it to create
16181   another portlet will work as expected.
16182 * (bug 6747) {{ROOTPAGENAME}} introduced, contains the name of the topmost
16183   page without namespace.
16184 * BREAKING CHANGE: (bug 41729) Display editsection links next to headings. Also
16185   change their class name from .editsection to .mw-editsection and place them at
16186   the end of the heading element instead of the beginning. Client-side code and
16187   screen-scrapers will have to be adjusted to handle both cases (old HTML will
16188   still be visible on cached page renders until they are purged); extensions
16189   using the DoEditSectionLink or EditSectionLink hooks might need adjustments as
16190   well.
16191 * (bug 45535) introduced the new 'LanguageLinks' hook for manipulating the
16192   language links associated with a page before display.
16193 * Chosen (http://harvesthq.github.io/chosen/) was added as module
16194   'jquery.chosen'
16195 * HTMLForm will turn multiselect checkboxes into a Chosen interface when setting
16196   cssclass 'mw-chosen'
16197 * rebuildLocalisationCache learned --lang option. Let you rebuild l10n caches
16198   of the specified languages instead of all of them.
16199 * New GetNewMessagesAlert hook allowing extensions to disable or modify the new
16200   messages alert
16201 * New wgUserNewMsgRevisionId JS global for logged in users. This will be null
16202   if the user has no new talk page messages. Otherwise it will be set to the
16203   revision ID of the oldest new talk page message. This will allow gadgets and
16204   extensions to create their own new message alerts on the client side.
16205 * mediawiki.log: Added log.warn wrapper (uses console.warn and console.trace).
16206 * mediawiki.log: Implemented log.deprecate. This method defines a property and
16207   uses ES5 getter/setter to emit a warning when they are used.
16208 * $wgCascadingRestrictionLevels was added, allowing one to specify restriction
16209   levels which can be cascading (previously 'sysop' was hard-coded as the only
16210   one).
16211 * XHTML5 support has been improved. If you set
16212   $wgMimeType = 'application/xhtml+xml' MediaWiki will try outputting markup
16213   according to XHTML5 rules.
16214 * Altered hook 'ProtectionForm::save', adding the reason page protection is
16215   changed as third parameter.
16216 * New hook 'TitleSquidURLs' for manipulating the list of URLs to be purged from
16217   HTTP caches when a page is changed.
16218 * Changed the patrolling system to always show the link for patrolling in case
16219   the current revision is patrollable. This also removed the usage of the rcid
16220   URI parameters.
16221 * Oracle DB backend now supports Database Resident Connection Pooling (DRCP).
16222   Can be enabled by setting $wgDBOracleDRCP=true.
16223   Requires Oracle DB 11gR1 or above, enabled DRCP inside the DB itself and a
16224   propper connect string.
16225   More about DRCP can be found at:
16226   https://oracle-base.com/articles/11g/database-resident-connection-pool-11gr1
16227 * Add a new parameter $patrolFooterShown to hook ArticleViewFooter so the hook
16228   handlers can take further action based on the status of the patrol footer
16229 * A new hook TitleQuickPermissions was added to allow overriding of quick
16230   permissions in the Title class.
16231 * LinkCache singleton can now be altered or cleared, letting one to specify
16232   another instance that does not rely on a database backend.
16233 * MediaWiki's PHPUnit tests can now use PHPUnit installed using composer --dev.
16234 * (bug 43689) The lists of templates used on the page and hidden categories it
16235   is a member of, shown below the edit form, are now collapsible (and collapsed
16236   by default).
16237 * Parser profiling data, formerly only available in the "NewPP limit report"
16238   HTML comment, is now also displayed at the bottom of page previews.
16239 * Added ParserLimitReportPrepare and ParserLimitReportFormat hooks, deprecated
16240   ParserLimitReport hook.
16241 * New user rights have been added to increase granularity in rights management
16242   for extensions such as OAuth:
16243 ** editmyusercss controls whether a user may edit their own CSS subpages.
16244 ** editmyuserjs controls whether a user may edit their own JS subpages.
16245 ** viewmywatchlist controls whether a user may view their watchlist.
16246 ** editmywatchlist controls whether a user may edit their watchlist.
16247 ** viewmyprivateinfo controls whether a user may access their private
16248    information (e.g. registered email address, real name).
16249 ** editmyprivateinfo controls whether a user may change their private
16250    information.
16251 ** editmyoptions controls whether a user may change their preferences.
16252 * Add new hook AbortTalkPageEmailNotification, this will be used to determine
16253   whether to send the regular talk page email notification
16254 * Action classes registered in $wgActions are now also supported in the form of
16255   a callback (which returns an instance of Action) instead of providing the name
16256   of a subclass of Action.
16257 * (bug 46513) Vector: Add the collapsibleTabs script from the Vector extension.
16258 * Added $wgRecentChangesFlags for defining new flags for RecentChanges and
16259   watchlists.
16260 * (bug 40518) mw.toolbar: Implemented mw.toolbar.addButtons for adding multiple
16261  button objects in one call.
16262 * Rights used for the default protection levels ('sysop' and 'autoconfirmed')
16263   are now used just for that purpose, instead of overloading other rights. This
16264   allows easy granting of the ability to edit sysop-protected pages without
16265   also granting the ability to protect and unprotect.
16266 * (bug 48256) Make brackets in section edit links accessible to CSS.
16267   They are now wrapped in <span class="mw-editsection-bracket" />.
16268 * (bug 8480) Allow handler specific parameters in galleries (like page number)
16269 * jquery.client: Add detection for Opera 15 and Internet Explorer 11.
16270 * Change tags (used by the AbuseFilter extension) are now shown on diff pages.
16271 * Change tag lists (shown on recent changes, watchlist, user contributions,
16272   history pages, diff pages) now include a link to Special:Tags to distinguish
16273   them from edit summaries.
16274 * Added a new method and hook, User::isEveryoneAllowed() and
16275   UserIsEveryoneAllowed, for use in situations where a "does everyone have this
16276   right?" check is used to avoid more expensive checks.
16277 * (bug 14431) Display "(No difference)" instead of an empty diff (when comparing
16278   revisions in the history or when previewing changes while editing).
16279 * New hook 'IsUploadAllowedFromUrl' is added which can be used to intercept
16280   uploads by URL, useful for blacklisting specific URLs
16281 * (bug 21912) Watchlist token implementation has been refactored and
16282   Special:ResetTokens was added to allow users to reset their tokens
16283   instead of presenting them in Preferences.
16284 * Special:PrefixIndex now lets you strip the searched prefix from the displayed
16285   titles. Given a list of articles named Bug1, Bug2, you can now transclude the
16286   list of bug numbers using: {{Special:PrefixIndex/Bug|stripprefix=1}}.
16287   The special page form received a new checkbox matching that option.
16288 * (bug 23580) Implement javascript callback interface "mw.hook".
16289 * (bug 30713) New mw.hook "wikipage.content".
16290 * (bug 40430) jquery.placeholder gets a new parameter to set the attribute value
16291   to be used.
16292 * $wgHTCPMulticastRouting renamed $wgHTCPRouting since it accepts unicast.
16293 * $wgHTCPRouting rules can now be passed an array of hosts/ports to send purge
16294   too. Can be used whenever several multicast group could be interested by a
16295   specific purge.
16296 * (bug 25931) Add Special:RandomInCategory.
16297 * mediawiki.util: addPortletLink now supports passing a jQuery object as
16298   nextnode.
16299 * <wbr> can now be used inside WikiText.
16300 * WebResponse::setcookie is much more featureful. Callers using PHP's
16301   setcookie() or setrawcookie() should begin using this instead.
16302 * New hook WebResponseSetCookie, called from WebResponse::setcookie().
16303 * New hook ResetSessionID, called when the session id is reset.
16304 * Add a mode parameter to <gallery> tag with potential options of "traditional",
16305   "nolines", "packed", "packed-overlay", or "packed-hover".
16306 * (bug 47399) A success message is now displayed after changing the password.
16307 * Make thumb.php give HTTP redirects for file redirects
16308 * (bug 30607) Special:ListFiles can now show old versions of files. Additionally
16309   Special:AllMyUploads was introduced so the user can get a list of all things
16310   they have ever uploaded, even if it was subsequently overridden.
16311 * Introduced Special:MyFiles and Special:AllMyFiles as an alias for
16312   Special:MyUploads and Special:AllMyUploads respectively.
16313 * IPv6 addresses in X-Forwarded-For headers are now normalised before checking
16314   against allowed proxy lists.
16315 * Add deferrable update support for callback/closure.
16316 * Add TitleMove hook before page renames.
16317 * Revision deletion backend code is moved out of SpecialRevisiondelete
16318 * Added {{REVISIONSIZE}} variable to get the current size of a revision.
16319 * Add support for the LESS stylesheet language to ResourceLoader. LESS is a
16320   stylesheet language that compiles into CSS. ResourceLoader file modules may
16321   include LESS style files; ResourceLoader will compile these files into CSS
16322   before sending them to the client.
16323 ** The $wgResourceLoaderLESSVars configuration variable is an associative array
16324    mapping variable names to string CSS values. These variables are considered
16325    declared for all LESS files. Additional variables may be registered by
16326    adding keys to the array.
16327 ** $wgResourceLoaderLESSFunctions is an associative array of custom LESS
16328    function names to PHP callables. See
16329    <http://leafo.net/lessphp/docs/#custom_functions>
16330    for more details regarding custom functions.
16331 ** $wgResourceLoaderLESSImportPaths is an array of file system paths. Files
16332    referenced in LESS '@import' statements are looked up here first.
16333 * ResourceLoader supports hashes as module cache invalidation trigger (instead
16334   of or in addition to timestamps).
16335 * Added $wgExtensionEntryPointListFiles for use in mergeMessageFileList.php.
16336 * Added a hook, APIQuerySiteInfoStatisticsInfo, to allow extensions to modify
16337   the output of the API query meta=siteinfo&siprop=statistics
16338 * Primary keys have been added to both the archive table and the externallinks
16339   tables.
16340 * Added $wgEnableParserLimitReporting to control whether the NewPP limit report
16341   is output in a HTML comment.
16342 * The 'UnwatchArticle' and 'WatchArticle' hooks now support a Status object
16343   instead of just a boolean return value to abort the hook.
16344 * Added a hook, SpecialWatchlistGetNonRevisionTypes, to allow extensions
16345   with custom recentchanges entries to hook into the Watchlist without
16346   clobbering each other.
16347 * A hidden, empty input field was added to the edit form, and any edit that
16348   fills it in will be rejected. This prevents against the simplest form of
16349   spambots. Previously in the "SimpleAntiSpam" extension by Ryan Schmidt.
16350 * populateRevisionLength.php maintenance script updated to also populate
16351   archive.ar_len field.
16352 * (bug 43571) DatabaseMySQLBase learned to list views, optionally filtered by a
16353   prefix. Also fixed PHPUnit test suite when using a MySQL backend containing
16354   views.
16356 === Bug fixes in 1.22 ===
16357 * (bug 47271) $wgContentHandlerUseDB should be set to false during the upgrade
16358 * Disable Special:PasswordReset when $wgEnableEmail is false. Previously one
16359   could still navigate to the page by entering the URL directly.
16360 * (bug 47138) Fixed a fatal error when a blocked user tries to automatically
16361   create an account on login due external authentication in some circumstances.
16362 * (bug 23393) HTML <hN> headings containing line breaks are now handled
16363   correctly.
16364 * (bug 45803) Whitespace within == Headline == syntax and within <hN> headings
16365   is now non-significant and not preserved in the HTML output.
16366 * (bug 47218) Special:BlockList now handles correctly user names with spaces
16367   when passed as subpage.
16368 * Pager's properly validate which fields are allowed to be sorted on.
16369 * mw.util.tooltipAccessKeyRegexp: The regex now matches "option-" as well.
16370   Support for Mac "option" was added in 1.16, but the regex was never updated.
16371 * (bug 46768) Usernames of blocking users now display correctly, even if
16372   numeric.
16373 * (bug 39590) Self-transclusions now show the most up to date result always
16374   after save instead of being a revision behind.
16375 * A bias in wfRandomString() toward digits 1-7 has been corrected. Generated
16376   strings will now start with digits 0 and 8-f as often as they should.
16377 * (bug 45371) Removed Parser_LinkHooks and CoreLinkFunctions classes.
16378 * (bug 41545) Allow <kbd>, <samp>, and <var> to be nested like allowed in html.
16379 * PLURAL magic word no longer causes a PHP notice when no matching form exists.
16380 * (bug 36641) Patrol page links no longer show on non-existent revisions.
16381 * (bug 35810) Pages not linked from Special:RecentChanges or Special:NewPages
16382   are patrollable now.
16383 * (bug 30213) JavaScript for search suggestions is now disabled when the API
16384   is disabled, and AJAX patrolling and watching are now disabled when use of
16385   the write API is not allowed.
16386 * (bug 48294) API: Fix chunk upload async mode.
16387 * (bug 46749) Broken files tracking category removed from pages if an image
16388   with that name is uploaded.
16389 * (bug 14176) System messages that are empty were previously incorrectly treated
16390   as non-existent, causing a fallback to the default. This stopped users from
16391   overriding system messages to make them blank.
16392 * (bug 48319) action=parse no longer returns an error if passed none of 'oldid',
16393   'pageid', 'page', 'title', and 'text' (e.g. if only passed 'summary'). A
16394   warning will instead be issued if 'title' is non-default, unless no props are
16395   requested.
16396 * Special:Recentchangeslinked will now include upload log entries
16397 * (bug 41281) Fixed ugly output if file size could not be extracted for
16398   multi-page media.
16399 * (bug 50315) list=logevents API module will now output log entries by anonymous
16400   users.
16401 * (bug 38911) Handle headers with rowspan in jquery.tablesorter
16402 * (bug 658) Converted the table of contents on wiki pages from <table> to <div>
16403   and adjusted skin CSS accordingly. The CSS was carefully crafted to be
16404   backwards-compatible in all reasonable cases (uses of the __TOC__ magic word,
16405   the #toc CSS id and the .toc CSS class). However, particularly bad abuse of
16406   the id or the class can possibly break.
16407 * CSSJanus now supports rgb, hsl, rgba, and hsla color syntaxes.
16408 * Special:Listfiles can no longer be sorted by image name when filtering
16409   by user in miser mode.
16410 * (bug 49074) CSSJanus: Handle values of border-radius correctly.
16411 * Handle relative inclusions ({{../name}}) in main namespace with subpages
16412   enabled correctly (previously MediaWiki tried to include Template:Parent/name
16413   instead of just Parent/name).
16414 * Added $wgAPIUselessQueryPages to allow extensions to flag their query pages
16415   for non-inclusion in ApiQueryQueryPages.
16416 * (bug 50870) mediawiki.notification: Notification area should remain visible
16417   when scrolled down.
16418 * (bug 13438) Special:MIMESearch no longer an expensive special page.
16419 * (bug 48342) Fixed a fatal error when $wgValidateAllHtml is set to true and
16420   the function apache_request_headers() function is not available.
16421 * (bug 33399) LivePreview: Re-run wikipage content handlers
16422   (jquery.makeCollapsible, jquery.tablesorter) after preview content is loaded.
16423 * (bug 51891) Fixed PHP notice on Special:PagesWithProp when no properties
16424   are defined.
16425 * (bug 52006) Corrected documentation of $wgTranscludeCacheExpiry.
16426 * (bug 52077) The APIEditBeforeSave hook is giving the content of the whole
16427   revision as second argument now, rather than just the current section.
16428 * (bug 49694) $wgSpamRegex is now also applied on the new section headline text
16429   adding a new topic on a page
16430 * (bug 41756) Improve treatment of multiple comments on a blank line.
16431 * (bug 51064) Purge upstream caches when deleting file assets.
16432 * (bug 39012) File types with a mime that we do not know the extension for
16433   can no longer be uploaded as an extension that we do know the mime type
16434   for.
16435 * (bug 51742) Add data-sort-value for better sorting of hitcounts Special:Tags
16436 * (bug 26811) On DB error pages, server hostnames are now hidden when both
16437   $wgShowHostnames and $wgShowSQLErrors are false.
16438 * (bug 6200) line breaks in <blockquote> are handled like they are in <div>
16439 * (bug 14931) Default character set now set to 'utf8' when a new MySQL
16440   database is created.
16441 * (bug 47191) Fixed "Column 'si_title' cannot be part of FULLTEXT index"
16442   MySQL error when installing using the binary character set option.
16443 * (bug 45288) Support mysqli PHP extension
16444 * (bug 55818) BREAKING CHANGE: Removed undocumented 'Debug' hook in wfDebug.
16445   This resolves an infinite loop when using $wgDebugFunctionEntry = true.
16446 * (bug 56707) Correct tooltip of "Next n results" on query special pages.
16447 * (bug 56770) mw.util.addPortletLink: Check length before access array index.
16449 === API changes in 1.22 ===
16450 * (bug 25553) The JSON output formatter now leaves forward slashes unescaped
16451   to improve human readability of URLs and similar strings. Also, a "utf8"
16452   option is now provided to use UTF-8 encoding instead of hex escape codes
16453   for most non-ASCII characters.
16454 * (bug 46626) xmldoublequote parameter was removed. Because of a bug, the
16455   parameter has had no effect since MediaWiki 1.16, and so its removal is
16456   unlikely to impact existing clients.
16457 * (bug 47216) action=query&meta=siteinfo&siprop=skins will now indicate which
16458   skin is the default and which are unusable (e.g. listed in $wgSkipSkins).
16459 * (bug 25325) Added support for wlshow filtering (bots/anon/minor/patrolled)
16460   to action=feedwatchlist.
16461 * WDDX formatted output will actually be formatted (and normal output will no
16462   longer be), and will no longer choke on booleans.
16463 * action=opensearch no longer silently ignores the format parameter.
16464 * action=opensearch now supports format=jsonfm.
16465 * list=usercontribs&ucprop=ids will now include the parent revision id.
16466 * BREAKING CHANGE: action=parse no longer returns all langlinks for the page
16467   with prop=langlinks by default. The new effectivelanglinks parameter will
16468   request that the LanguageLinks hook be called to determine the effective
16469   language links.
16470 * BREAKING CHANGE: list=allpages, list=langbacklinks, and prop=langlinks do not
16471   apply the new LanguageLinks hook, and thus only consider language links
16472   stored in the database.
16473 * (bug 47219) Allow specifying change type of Wikipedia feed items
16474 * prop=imageinfo now allows setting iiurlheight without setting iiurlwidth
16475 * prop=info now adds the content model and page language of the title.
16476 * New upload log entries will now contain information on the relevant
16477   image (sha1 and timestamp).
16478 * (bug 49239) action=parse now can parse in preview and section preview modes.
16479 * (bug 49259) action=patrol now accepts revision ids.
16480 * (bug 48129) list=blocks&bkip= now correctly handles IPv6 CIDR ranges and
16481   honors $wgBlockCIDRLimit. Note any clients passing invalid values to bkip
16482   will now receive an error, rather than the previous behavior listing all
16483   user blocks.
16484 * (bug 48201) action=parse&text=foo now assumes wikitext if no title is given,
16485   rather than using the content model of the page "API".
16486 * action=watch no longer silently ignores hook abort.
16487 * (bug 50785) action=purge with forcelinkupdate=1 no longer queues refreshLinks
16488   jobs in the job queue for link table updates of pages that use the given page
16489   as a template. Instead, forcerecursivelinkupdate=1 is introduced and should
16490   be used if that behaviour is desirable.
16491 * The 'debugLog' property (enabled by $wgDebugToolbar) no longer sets the log
16492   entry values through ApiResult::content but directly. This changes the JSON
16493   output from an array of objects with content in '*' to an array of strings
16494   with the content.
16495 * (bug 51342) prop=imageinfo iicontinue now contains the dbkey, not the text
16496   version of the title.
16497 * (bug 52538) action=edit will now use empty text instead of the contents
16498   of section 0 when passed prependtext or appendtext with section=new.
16499 * Support for the 'gettoken' parameter to action=block and action=unblock,
16500   deprecated since 1.20, has been removed.
16501 * (bug 49090) Token-getting functions will fail when using jsonp callbacks.
16502 * (bug 52699) action=upload returns normalized file name on warning
16503   "exists-normalized" instead of filename to be uploaded to.
16504 * (bug 53884) action=edit will now return an error when the specified section
16505   does not exist in the page.
16506 * Added meta=filerepoinfo API module for getting information about foreign
16507   file repositories, and related ForeignAPIRepo methods getInfo and getApiUrl.
16508 * The new query module list=allfileusages to enumerate file usages was added.
16510 === Languages updated in 1.22 ===
16512 MediaWiki supports over 350 languages. Many localisations are updated
16513 regularly. Below only new and removed languages are listed, as well as
16514 changes to languages because of Bugzilla reports.
16516 * Batak Toba (bbc-latn) added.
16517 * (bug 46751) Made Buryat (Russia) (буряад) (bxr) fallback to Russian.
16519 === Other changes in 1.22 ===
16520 * BREAKING CHANGE: Implementation of MediaWiki's JS and JSON value encoding
16521   has changed:
16522 ** MediaWiki no longer supports PHP installations in which the native JSON
16523    extension is missing or disabled.
16524 ** XmlJsCode objects can no longer be nested inside objects or arrays.
16525    (For Xml::encodeJsCall(), this individually applies to each argument.)
16526 ** The sets of characters escaped by default, along with the precise escape
16527    sequences used, have changed (except for the Xml::escapeJsString()
16528    function, which is now deprecated).
16529 * BREAKING CHANGE: The Services_JSON class has been removed. If necessary,
16530   be sure to upgrade affected extensions at the same time (e.g. Collection).
16531 * redirect.php was removed. It was unused.
16532 * ClickTracking integration was dropped from the mediaWiki.user.bucket
16533   JavaScript function. The 'tracked' option is now ignored.
16534 * BREAKING CHANGE: Legacy skins Simple, MySkin, Chick, Standard and Nostalgia
16535   were all removed. (Nostalgia was moved to an extension.) The SkinLegacy and
16536   LegacyTemplate classes that supported them were removed as well and are now a
16537   part of the Nostalgia extension.
16538 * Event namespace used by jquery.makeCollapsible has been changed from
16539   'mw-collapse' to 'mw-collapsible' for consistency with the module name.
16540 * BREAKING CHANGE: The "ExternalAuth" authentication subsystem was removed,
16541   along with its associated globals of $wgExternalAuthType, $wgExternalAuthConf,
16542   $wgAutocreatePolicy and $wgAllowPrefChange. Affected users are encouraged to
16543   use AuthPlugin for external authentication/authorization needs.
16544 * The Quickbar feature of the legacy skin model and the last remnants of it
16545   throughout the code base have been removed.
16546 * Externaledit/externaldiff preference was removed. Very few users used this
16547   feature, and improper configuration can actually prevent a user from editing
16548 * Calling Linker methods using a skin will now output deprecation warnings.
16549 * (bug 46680) "Return to" links are no longer tagged with rel="next".
16550 * BREAKING CHANGE: mw.util.tooltipAccessKeyRegexp: The match group for the
16551   accesskey character is now $6 instead of $5.
16552 * HipHop compiler (hphpc) support was removed. HipHop VM support (hhvm) was
16553   added.
16554 * A new Special:Redirect page was added, providing lookup by revision ID,
16555   user ID, or file name.  The old Special:Filepath page was reimplemented
16556   to redirect through Special:Redirect.
16557 * Monobook: Removed the old conditional stylesheets for Opera 6, 7 and 9.
16558 * Support for XHTML 1.0 has been removed. MediaWiki now only outputs (X)HTML5.
16559 * wikibits: User-agent related globals have been deprecated. The following
16560   properties now default to false and emit mw.log.warn: is_gecko, is_chrome_mac,
16561   is_chrome, webkit_version, is_safari_win, is_safari, webkit_match, is_ff2,
16562   ff2_bugs, is_ff2_win, is_ff2_x11, opera95_bugs, opera7_bugs, opera6_bugs,
16563   is_opera_95, is_opera_preseven, is_opera, and ie6_bugs.
16564 * (bug 48276) MediaWiki will now flash a confirmation message upon successfully
16565   editing a page.
16566 * (bug 40785) mediawiki.legacy.ajax has been marked as deprecated. The following
16567   properties now emit mw.log.warn when accessed: sajax_debug, sajax_init_object,
16568   sajax_do_call and wfSupportsAjax.
16569 * BREAKING CHANGE: meta keywords are no longer supported. A
16570   <meta name="keywords" will no longer be output and OutputPage::addKeyword no
16571   longer exists.
16572 * Methods Title::userCanEditCssSubpage and Title::userCanEditJsSubpage,
16573   deprecated since 1.19, have been removed.
16574 * (bug 50134) Hook functions are no longer required to return a value. When a
16575   hook function does not return a value (or when it returns an explicit null),
16576   processing continues. To abort the hook, a hook function must return an
16577   explicit, boolean false or a string error message. Other falsey values are
16578   tantamount to a 'return true' in earlier versions of MediaWiki.
16579 * BREAKING CHANGE: The EditSectionLink hook was removed after being
16580   deprecated since MediaWiki 1.14. Use DoEditSectionLink instead.
16581 * (bug 48256) The 'editsection-brackets' optional message was removed.
16582   Section edit links' brackets can now be customized using CSS by
16583   styling span.mw-editsection-bracket.
16584 * The usePatrol function in ChangesList has been marked as deprecated.
16585 * (bug 50785) A "null edit", that is, a save action in which no changes to the
16586   page text are made and no revision recorded, will no longer send refreshLinks
16587   jobs to the job table to update pages which use the edited page as a template.
16588 * The LivePreviewPrepare and LivePreviewDone events triggered on "jQuery( mw )"
16589   have been deprecated in favour of using mw.hook.
16590 * The 'showjumplinks' user preference has been removed, jump links are now
16591   always included.
16592 * Methods RecentChange::notifyRC2UDP, RecentChange::sendToUDP, and
16593   RecentChange::cleanupForIRC have been deprecated, as it is now the
16594   responsibility of classes implementing the RCFeedFormatter and RCFeedEngine
16595   interfaces to implement the formatting and delivery for recent change
16596   notifications.
16597 * SpecialPrefixindex methods namespacePrefixForm() and showPrefixChunk() have
16598   been made protected. They were accepting form variance arguments, this is now
16599   using properties in the SpecialPrefixindex class.
16600 * (bug 50310) BREAKING CHANGE: wikibits: Drop support for mwCustomEditButtons.
16601   It defaults to an empty array and emits mw.log.warn when accessed.
16602 * BREAKING CHANGE: Special:Disambiguations has been removed from MediaWiki core.
16603   Functions related to disambiguation pages are now handled by the Disambiguator
16604   extension (https://www.mediawiki.org/wiki/Extension:Disambiguator) (bug
16605   35981).
16606 * BREAKING CHANGE: The 'mediawiki.legacy.wikiprintable' module has been removed.
16607   The skins/common/wikiprintable.css file no longer exists. Return value of
16608   Skin#commonPrintStylesheet is ignored. Please use the
16609   'mediawiki.legacy.commonPrint' module instead or base your skin on
16610   SkinTemplate.
16611 * (bug 49629) The hook ExtractThumbParameters has been deprecated in favour
16612   of media handler overriding MediaHandler::parseParamString.
16613 * (bug 46512) The collapsibleNav feature from the Vector extension has been
16614   moved to the Vector skin in core.
16615 * SpecialRecentChanges::addRecentChangesJS() function has been renamed
16616   to addModules() and made protected.
16617 * Methods WatchAction::doWatch and WatchAction::doUnwatch now return a Status
16618   object instead of a boolean.
16619 * Information boxes (CSS classes errorbox, warningbox, successbox) have been
16620   made more subtle.
16621 * BREAKING CHANGE: The module 'mediawiki.legacy.IEFixes' has been removed as it
16622   was unused. The file skins/common/IEFixes.js remains but is only used by
16623   wikibits. The file never contained any re-usable components. To use it in a
16624   skin, load 'mediawiki.legacy.wikibits' (which IEFixes depends on) and that
16625   will import IEFixes automatically if user agent conditions are met.
16626 * Code specific to the Math extension was marked as deprecated.
16627 * mediawiki.util: mw.util.wikiGetlink has been renamed to getUrl. (The old name
16628   still works, but is deprecated.)
16630 = MediaWiki 1.21 =
16632 == MediaWiki 1.21.11 ==
16633 This is a security and maintenance release of the MediaWiki 1.21 branch.
16635 === Changes since 1.21.10 ===
16636 * (bug 65839) SECURITY: Prevent external resources in SVG files.
16637 * (bug 66428) MimeMagic: Don't seek before BOF. This has weird side effects like
16638   only extracting the tail of the file partially or not at all.
16640 == MediaWiki 1.21.10 ==
16641 This is a security and maintenance release of the MediaWiki 1.21 branch.
16643 === Changes since 1.21.9 ===
16644 * (bug 65501) SECURITY: Don't parse usernames as wikitext on
16645   Special:PasswordReset.
16646 * (bug 36356) Add space between two feed links.
16648 == MediaWiki 1.21.9 ==
16649 This is a security and maintenance release of the MediaWiki 1.21 branch.
16651 === Changes since 1.21.8 ===
16652 * (bug 63251) SECURITY: Escape sortKey in pageInfo.
16653 * (bug 58640) Fixed a compatibility issue with PCRE 8.34 that caused pages to
16654   appear blank or with missing text.
16656 == MediaWiki 1.21.8 ==
16657 This is a security and maintenance release of the MediaWiki 1.21 branch.
16659 === Changes since 1.21.7 ===
16660 * (bug 62497) SECURITY: Add CSRF token on Special:ChangePassword.
16661 * (bug 62467) Set a title for the context during import on the cli.
16663 == MediaWiki 1.21.7 ==
16664 This is a maintenance release of the MediaWiki 1.21 branch.
16666 === Changes since 1.21.6 ===
16667 * Use the correct branch of the extensions' git repositories.
16669 == MediaWiki 1.21.6 ==
16670 This is a security release of the MediaWiki 1.21 branch.
16672 === Changes since 1.21.5 ===
16673 * (bug 60771) SECURITY: Disallow uploading SVG files using non-whitelisted
16674   namespaces. Also disallow iframe elements.
16675 * User will get an error including the namespace name if they use a
16676   non-whitelisted namespace.
16677 * (bug 61346) SECURITY: Make token comparison use constant time. It seems like
16678   our token comparison would be vulnerable to timing attacks. This will take
16679   constant time.
16680 * (bug 61362) SECURITY: API: Don't find links in the middle of api.php links.
16682 == MediaWiki 1.21.5 ==
16683 This is a security release of the MediaWiki 1.21 branch.
16685 === Changes since 1.21.4 ===
16686 * (bug 60339) SECURITY: Sanitize shell arguments to DjVu files, and other media
16687   formats
16689 == MediaWiki 1.21.4 ==
16690 This is a security release of the MediaWiki 1.21 branch.
16692 === Changes since 1.21.3 ===
16693 * (bug 57550) SECURITY: Disallow stylesheets in SVG Uploads
16694 * (bug 58088) SECURITY: Don't normalize U+FF3C to \ in CSS Checks
16695 * (bug 58472) SECURITY: Disallow -o-link in styles
16696 * (bug 58553) SECURITY: Return error on invalid XML for SVG Uploads
16697 * (bug 58699) SECURITY: Fix RevDel log entry information leaks
16699 == MediaWiki 1.21.3 ==
16700 This is a security and maintenance release of the MediaWiki 1.21 branch.
16702 === Changes since 1.21.2 ===
16703 * (bug 53032) SECURITY: Don't cache when a call could autocreate
16704 * (bug 55332) SECURITY: Improve css javascript detection
16705 * (bug 49717) Fix behaviour $wgVerifyMimeType = false; in Upload
16706 * Fix comma errors in various js files
16707 * Translations
16709 == MediaWiki 1.21.2 ==
16710 This is a security and maintenance release of the MediaWiki 1.21 branch.
16712 === Changes since 1.21.1 ===
16713 * SECURITY: Fix extension detection with 2 .'s
16714 * SECURITY: Support for the 'gettoken' parameter to action=block and
16715   action=unblock, deprecated since 1.20, has been removed.
16716 * SECURITY: Sanitize ResourceLoader exception messages
16717 * Purge upstream caches when deleting file assets.
16718 * Unit test suite now runs the AutoLoader tests. Also fixed the autoloading
16719   entry for the PageORMTableForTesting class though it had no impact.
16721 == MediaWiki 1.21.1 ==
16722 This is a maintenance release of the MediaWiki 1.21 branch.
16724 === Changes since 1.21.0 ===
16725 * An incorrect version number was used for 1.21.0. 1.21.1 has the correct
16726   number.
16727 * A problem with the Oracle SQL table creation was fixed.
16728 * (PdfHandler extension) Fix warning if pdfinfo fails but pdftext succeeds.
16730 == MediaWiki 1.21.0 ==
16732 === Configuration changes in 1.21 ===
16733 * (bug 29374) $wgVectorUseSimpleSearch is now enabled by default.
16734 * Deprecated $wgAllowRealName is removed. Use $wgHiddenPrefs[] = 'realname'
16735   instead.
16736 * (bug 39957) Added $wgUnwatchedPageThreshold, specifying minimum count
16737   of page watchers required for the number to be accessible to users
16738   without the unwatchedpages permission.
16739 * $wgBug34832TransitionalRollback has been removed.
16740 * (bug 29472) $wgUseDynamicDates has been removed and its functionality
16741   disabled.
16743 === New features in 1.21 ===
16744 * (bug 38110) Schema changes (adding or dropping tables, indices and
16745   fields) can be now be done separately from other changes that
16746   update.php makes.  This is useful in environments that use database
16747   permissions to restrict schema changes but allow the DB user that
16748   MediaWiki normally runs as to perform other changes that update.php
16749   makes.  Schema changes can be run separately.  See the file UPGRADE
16750   for more information.
16751 * (bug 34876) jquery.makeCollapsible has been improved in performance.
16752 * Added ContentHandler facility to allow extensions to support other content
16753   than wikitext. See docs/contenthandler.txt for details.
16754 * New feature was developed for showing high-DPI thumbnails for high-DPI mobile
16755   and desktop displays (configurable with $wgResponsiveImages).
16756 * Added new backend to represent and store information about sites and site
16757   specific configuration.
16758 * jQuery upgraded from 1.8.2 to 1.8.3.
16759 * jQuery UI upgraded from 1.8.23 to 1.8.24.
16760 * Added separate fa_sha1 field to filearchive table. This allows sha1
16761   searches with the api in miser mode for deleted files.
16762 * Add initial and programmatic sorting for tablesorter.
16763 * Add the event "sortEnd.tablesorter", triggered after sorting has completed.
16764 * The Job system was refactored to allow for different backing stores for
16765   queues as well as cross-wiki access to queues, among other things. The schema
16766   for the DB queue was changed to support better concurrency and reduce
16767   deadlock errors.
16768 * Added ApiQueryORM class to facilitate creation of query API modules based on
16769   tables that have a corresponding ORMTable class.
16770 * (bug 40876) Icon for PSD (Adobe Photoshop) file types.
16771 * (bug 40641) Implemented Special:Version/Credits with a list of contributors.
16772 * (bug 7851) Implemented one-click AJAX patrolling.
16773 * The <data>, <time>, <meta>, and <link> elements are allowed within WikiText
16774   for use with Microdata.
16775 * The HTML5 <mark> tag has been whitelisted.
16776 * Added ParserCloned hook for when the Parser object is cloned.
16777 * Added AlternateEditPreview hook to allow extensions to replace the page
16778   preview from the edit page.
16779 * Added EditPage::showStandardInputs:options hook to allow extensions to add
16780   new fields to the "editOptions" area of the edit form.
16781 * Upload stash DB schema altered to improve upload performance.
16782 * The following global functions are now reporting deprecated warnings in
16783   debug mode: wfMsg, wfMsgNoTrans, wfMsgForContent, wfMsgForContentNoTrans,
16784   wfMsgReal, wfMsgGetKey, wfMsgHtml, wfMsgWikiHtml, wfMsgExt, wfEmptyMsg. Use
16785   the Message class, or the global method wfMessage.
16786 * Added $wgEnableCanonicalServerLink, off by default. If enabled, a
16787   <link rel=canonical> tag is added to every page indicating the correct server
16788   to use.
16789 * Debug message emitted by wfDebugLog() will now be prefixed with the group
16790   name when its logged to the default log file. That is the case whenever the
16791   group has no key in wgDebugLogGroups, that will help triage the default log.
16792 * (bug 24620) Add types to LogFormatter.
16793 * jQuery JSON upgraded from 2.3 to 2.4.0.
16794 * Added GetDoubleUnderscoreIDs hook, for modifying the list of magic words.
16795 * DatabaseUpdater class has two new methods to ease extensions schema changes:
16796   dropExtensionIndex and renameExtensionIndex.
16797 * New preference type - 'api'. Preferences of this type are not shown on
16798   Special:Preferences, but are still available via the action=options API.
16799 * (bug 39397) Hide rollback link if a user is the only contributor of the page.
16800 * $wgPageInfoTransclusionLimit limits the list size of transcluded articles
16801   on the info action. Default is 50.
16802 * Added action=createaccount to allow user account creation.
16803 * (bug 40124) action=options API also allows for setting of arbitrary
16804   preferences, provided that their names are prefixed with 'userjs-'. This
16805   officially reenables the feature that was undocumented and defective
16806   in MW 1.20 (saving preferences using Special:Preferences cleared any
16807   additional fields) and which has been disabled in 1.20.1 as a part of
16808   a security fix (bug 42202).
16809 * Added option to specify "others" as author in extension credits using
16810   "..." as author name.
16811 * Added the ability to limit the wall clock time used by shell processes,
16812   as well as the CPU time. Configurable with $wgMaxShellWallClockTime.
16813 * Allow memory of shell subprocesses to be limited using Linux cgroups
16814   instead of ulimit -v, which tends to cause deadlocks in recent versions
16815   of ImageMagick. Configurable with $wgShellCgroup.
16816 * Added $wgWhitelistReadRegexp for regex whitelisting.
16817 * (bug 5346) Categories that are redirects will be displayed italic in
16818   the category links section at the bottom of a page.
16819 * (bug 43915) New maintenance script deleteEqualMessages.php.
16820 * You can now create checkbox option matrices through the HTMLCheckMatrix
16821   subclass in HTMLForm.
16822 * WikiText now permits the use of WAI-ARIA's role="presentation" inside of
16823   html elements and tables. This allows presentational markup, especially
16824   tables. To be marked up as such.
16825 * maintenance/sql.php learned the --cluster option. Let you run the script
16826   on some external cluster instead of the primary cluster for a given wiki.
16827 * (bug 20281) test the parsing of inline URLs.
16828 * Added Special:PagesWithProp, which lists pages using a particular page
16829   property.
16830 * Implemented language-specific collations for category sorting for 67 languages
16831   based in latin, greek and cyrillic alphabets. This allows one to *finally* get
16832   articles to be correctly sorted on category pages. They are named
16833   'uca-<langcode>', where <langcode> is one of: af, ast, az, be, bg, br, bs, ca,
16834   co, cs, cy, da, de, dsb, el, en, eo, es, et, eu, fi, fo, fr, fur, fy, ga, gd,
16835   gl, hr, hsb, hu, is, it, kk, kl, ku, ky, la, lb, lt, lv, mk, mo, mt, nl, no,
16836   oc, pl, pt, rm, ro, ru, rup, sco, sk, sl, smn, sq, sr, sv, tk, tl, tr, tt, uk,
16837   uz, vi.
16838 * Added 'CategoryAfterPageAdded' and 'CategoryAfterPageRemoved' hooks.
16839 * Added 'HistoryRevisionTools' and 'DiffRevisionTools' hooks.
16840 * Added 'SpecialSearchResultsPrepend' and 'SpecialSearchResultsAppend' hooks.
16841 * (bug 33186) Add image rotation api "imagerotate"
16842 * (bug 34040) Add "User rights management" link on user page toolbox.
16843 * (bug 45526) Add QUnit assertion helper "QUnit.assert.htmlEqual" for asserting
16844   structual equality of HTML (ignoring insignificant differences like
16845   quotmarks, order and whitespace in the attribute list).
16846 * (bug 23393) HTML <hN> headings containing line breaks are now handled
16847   correctly.
16848 * (bug 45803) Whitespace within == Headline == syntax and within <hN> headings
16849   is now non-significant and not preserved in the HTML output.
16851 === Bug fixes in 1.21 ===
16852 * (bug 40353) SpecialDoubleRedirect should support interwiki redirects.
16853 * (bug 40352) fixDoubleRedirects.php should support interwiki redirects.
16854 * (bug 9237) SpecialBrokenRedirect should not list interwiki redirects.
16855 * (bug 34960) Drop unused fields rc_moved_to_ns and rc_moved_to_title from
16856   recentchanges table.
16857 * (bug 32951) Do not register internal externals with absolute protocol,
16858   when server has relative protocol.
16859 * (bug 39005) When purging proxies listed in $wgSquidServers using HTTP PURGE
16860   method requests, we now send a Host header by default, for Varnish
16861   compatibility. This also works with Squid in reverse-proxy mode. If you wish
16862   to support Squid configured in forward-proxy mode, set
16863   $wgSquidPurgeUseHostHeader to false.
16864 * (bug 37020) sql.php with readline eats semicolon.
16865 * (bug 11748) Properly handle optionally-closed HTML tags when Tidy is
16866   disabled, and don't wrap HTML-syntax definition lists in paragraphs.
16867 * (bug 41409) Diffs while editing an old revision should again diff against the
16868   current revision.
16869 * (bug 41494) Honor $wgLogExceptionBacktrace when logging non-API exceptions
16870   caught during API execution.
16871 * (bug 37963) Fixed loading process for user options.
16872 * (bug 26995) Update filename field on Upload page after having sanitized it.
16873 * (bug 41793) Contribution links to users with 0 edits on Special:ListUsers
16874   didn't show up red.
16875 * (bug 41899) A PHP notice no longer occurs when using the "rvcontinue" API
16876   parameter.
16877 * (bug 42036) Account creation emails now contain canonical (not
16878   protocol-relative) URLs.
16879 * (bug 41990) Fix regression: API edit with redirect=true and lacking
16880   starttimestamp and basetimestamp should not cause an edit conflict.
16881 * (bug 41706) EditPage: Preloaded page should be converted if possible and
16882   needed.
16883 * (bug 41886) Rowspans are no longer exploded by tablesorter until the table is
16884   actually sorted.
16885 * (bug 2865)  User interface HTML elements don't use lang attribute.
16886   (completed the fix by adding the lang attribute to firstHeading).
16887 * (bug 42173) Removed namespace prefixes on Special:UncategorizedCategories.
16888 * (bug 36053) Log in "returnto" feature forgets query parameters if no
16889   title parameter was specified.
16890 * (bug 42410) API action=edit now returns correct timestamp for the new edit.
16891 * (bug 14901) Email notification mistakes log action for new page creation.
16892   Enotif no longer sends "page has been created" notifications for some log
16893   actions. The following events now have a correct message: page creation,
16894   deletion, move, restore (undeletion), change (edit). Parameter
16895   $CHANGEDORCREATED is deprecated in 'enotif_body' and scheduled for removal in
16896   MediaWiki 1.23.
16897 * (bug 457) In the sidebar of Vector, CologneBlue, Monobook, and Monobook-based
16898   skins, the heading levels have been changed from (variously per skin)
16899   <h4>, <h5> or <h6> to only <h3>s, with a <h2> hidden heading above them.
16900   If you are styling or scripting the headings in a custom way, this change
16901   will require updates to your site's CSS or JS.
16902 * (bug 41342) jquery.suggestions should cancel any active (async) fetches
16903   before it triggers another fetch.
16904 * (bug 42184) $wgUploadSizeWarning missing second variable.
16905 * (bug 34581) removeUnusedAccounts.php maintenance script now ignores newuser
16906   log when determining whether an account is used.
16907 * (bug 43379) Gracefully fail if rev_len is unavailable for a revision on the
16908   History page.
16909 * (bug 42949) API no longer assumes all exceptions are MWException.
16910 * (bug 41733) Hide "New user message" (.usermessage) element from printable
16911   view.
16912 * (bug 39062) Special:Contributions will display changes that don't have
16913   a parent id instead of just an empty bullet item.
16914 * (bug 37209) "LinkCache doesn't currently know about this title" error fixed.
16915 * wfMerge() now works if $wgDiff3 contains spaces
16916 * (bug 43052) mediawiki.action.view.dblClickEdit.dblClickEdit should trigger
16917   ca-edit click instead opening URL directly.
16918 * (bug 43964) Invalid value of "link" parameter in <gallery> no longer produces
16919   a fatal error.
16920 * (bug 44775) The username field is not pre-filled when creating an account.
16921 * (bug 45069) wfParseUrl() no longer produces a PHP notice if passed a "mailto:"
16922   URL without address
16923 * (bug 45012) Creating an account by e-mail can no longer show a
16924   "password mismatch" error.
16925 * (bug 44599) On Special:Version, HEADs for submodule checkouts (e.g. for
16926   extensions) performed using Git 1.7.8+ should now appear.
16927 * (bug 42184) $wgUploadSizeWarning missing second variable
16928 * (bug 40326) Check if files exist with a different extension during uploading
16929 * (bug 34798) Updated CSS for Atom/RSS recent changes feeds to match on-wiki
16930   diffs.
16931 * (bug 42430) Calling numRows on MySQL no longer propagates unrelated errors.
16932 * (bug 44719) Removed mention of non-existing maintenance/migrateCurStubs.php
16933   script in includes/DefaultSettings.php
16934 * (bug 45143) jquery.badge: Treat non-Latin variants of zero as zero as well.
16935 * (bug 46151) mwdocgen.php should not ignore exit code of doxygen command.
16936 * (bug 41889) Fix $.tablesorter rowspan exploding for complex cases.
16938 === API changes in 1.21 ===
16939 * prop=revisions can now report the contentmodel and contentformat.
16940   See docs/contenthandler.txt.
16941 * action=edit and action=parse now support contentmodel and contentformat
16942   parameters to control the interpretation of page content.
16943   See docs/contenthandler.txt for details.
16944 * (bug 35693) ApiQueryImageInfo now suppresses errors when unserializing
16945   metadata.
16946 * (bug 40111) Disable minor edit for page/section creation by API.
16947 * (bug 41042) Revert change to action=parse&page=... behavior when the page
16948   does not exist.
16949 * (bug 27202) Add timestamp sort to list=allimages.
16950 * (bug 43137) Don't return the sha1 of revisions through the API if the content
16951   is revision-deleted.
16952 * ApiQueryImageInfo now also returns imageinfo for redirects.
16953 * list=alltransclusions added to enumerate every instance of page embedding
16954 * list=alllinks & alltransclusions now allow both 'from' and 'continue' in
16955   the same query. When both are present, 'from' is simply ignored.
16956 * list=alllinks & alltransclusions now allow 'unique' in generators, to yield
16957   a list of all link/template target pages instead of source pages.
16958 * BREAKING CHANGE: list=logevents output format changed for details of some log
16959   types. Specifically, details that were formerly reported under a key like
16960   "4::foo" will now be reported under a key of simply "foo".
16961 * BREAKING CHANGE: '??_badcontinue' error code was changed to '??badcontinue'
16962   for all query modules.
16963 * ApiQueryBase adds 'badcontinue' error code if module has 'continue' parameter.
16964 * (bug 35885) Removed version parameter and all getVersion() methods.
16965 * action=options now takes a "resetkinds" option, which allows only resetting
16966   certain types of preferences when the "reset" option is set.
16967 * (bug 36751) ApiQueryImageInfo now returns imageinfo for the redirect target
16968   when queried with &redirects=.
16969 * (bug 31849) ApiQueryImageInfo no longer gets confused when asked for info on
16970   a redirect and its target.
16971 * (bug 43849) ApiQueryImageInfo no longer throws exceptions with ForeignDBRepo
16972   redirects.
16973 * On error, any warnings generated before that error will be shown in the
16974   result.
16975 * action=help supports generalized submodules (modules=query+value),
16976   querymodules obsolete
16977 * ApiQueryImageInfo continuation is more reliable. The only major change is
16978   that the imagerepository property will no longer be set on page objects not
16979   processed in the current query (i.e. non-images or those skipped due to
16980   iicontinue).
16981 * Add supports for all pageset capabilities - generators, redirects,
16982   converttitles to action=purge and action=setnotificationtimestamp.
16983 * (bug 43251) prop=pageprops&ppprop= now accepts multiple props to query.
16984 * ApiQueryImageInfo will now limit the number of calls to File::transform made
16985   in any one query. If there are too many, iicontinue will be returned.
16986 * action=query&meta=siteinfo&siprop=general will now return the regexes used for
16987   link trails and link prefixes. Added for Parsoid support.
16988 * Added an API query module list=pageswithprop, which lists pages using a
16989   particular page property.
16990 * Added an API query module list=pagepropnames, which lists all page prop names
16991   currently in use on the wiki.
16992 * (bug 44921) ApiMain::execute() will now return after the CORS check for an
16993   HTTP OPTIONS request.
16994 * (bug 44923) action=upload works correctly if the entire file is uploaded in
16995   the first chunk.
16996 * Added 'continue=' parameter to streamline client iteration over complex query
16997   results
16998 * (bug 44909) API parameters may now be marked as type "upload", which is now
16999   used for action=upload's 'file' and 'chunk' parameters. This type will raise
17000   an error during parameter validation if the parameter is given but not
17001   recognized as an uploaded file.
17002 * (bug 44244) prop=info may now return the number of people watching each page.
17003 * (bug 33304) list=allpages will no longer return duplicate entries when
17004   querying protection.
17005 * (bug 33304) list=allpages will now find really old indefinite protections.
17006 * (bug 45937) meta=allmessages will report a syntactically invalid lang as a
17007   proper error instead of as an uncaught exception.
17008 * (bug 25325) added support for wlshow filtering (bots/anon/minor/patrolled)
17009   to action=feedwatchlist
17010 * WDDX formatted output will actually be formatted (and normal output will no
17011   longer be), and will no longer choke on booleans.
17013 === API internal changes in 1.21 ===
17014 * For debugging only, a new global $wgDebugAPI removes many API restrictions
17015   when true.
17016   Never use on the production servers, as this flag introduces security holes.
17017   Whenever enabled, a warning will also be added to all output.
17018 * ApiModuleManager now handles all submodules (actions,props,lists) and
17019   instantiation
17020 * Query stores prop/list/meta as submodules
17021 * ApiPageSet can now be used in any action to process titles/pageids/revids or
17022   any generator.
17023 * BREAKING CHANGE: ApiPageSet constructor now has two params instead of three,
17024   with only the first one keeping its meaning. ApiPageSet is now derived from
17025   ApiBase.
17026 * BREAKING CHANGE: ApiQuery::newGenerator() and executeGeneratorModule() were
17027   deleted.
17028 * ApiQueryGeneratorBase::setGeneratorMode() now requires a pageset param.
17029 * $wgAPIGeneratorModules is now obsolete and will be ignored.
17030 * Added flags ApiResult::OVERRIDE and ADD_ON_TOP to setElement() and addValue()
17031 * Internal API calls will now include <warnings> in case of unused parameters
17033 === Languages updated in 1.21 ===
17035 MediaWiki supports over 350 languages. Many localisations are updated
17036 regularly. Below only new and removed languages are listed, as well as
17037 changes to languages because of Bugzilla reports.
17039 * South Azerbaijani (azb) added.
17040 * (bug 30040) Autonym for nds-nl is now 'Nedersaksies' (was 'Nedersaksisch').
17041 * (bug 45436) Autonym for pi (Pali) is now 'पालि' (was ''पाळि').
17042 * (bug 34977) Now formatted numbers in Spanish use space as separator
17043   for thousands, as mandated by the Real Academia Española.
17044 * (bug 35031) Kurdish formatted numbers now use period and comma
17045   as separators for thousands and decimals respectively.
17047 === Other changes in 1.21 ===
17048 * BREAKING CHANGE: (bug 44385) Removed the jquery.collapsibleTabs module and
17049   moved it to the Vector extension. It was entirely Vector-extension-specific,
17050   deeply interconnected with the extension, and this functionality really
17051   belongs to the extension instead of the skin anyway. In the unlikely case you
17052   were using it, you have to either copy it to your extension, or install the
17053   Vector extension (and possibly disable its features using config settings if
17054   you don't want them).
17055 * Experimental IBM DB2 support was removed due to lack of interest and
17056   maintainership
17057 * BREAKING CHANGE: Filenames of maintenance scripts were standardized into
17058   lowerCamelCase format, and made more explicit:
17059   - clear_stats.php -> clearCacheStats.php
17060   - clear_interwiki_cache.php -> clearInterwikiCache.php
17061   - initStats.php -> initSiteStats.php
17062   - proxy_check.php -> proxyCheck.php
17063   - stats.php -> showCacheStats.php
17064   - showStats.php -> showSiteStats.php.
17065   Class names were renamed accordingly:
17066   - clear_stats -> ClearCacheStats
17067   - InitStats -> InitSiteStats
17068   - CacheStats -> ShowCacheStats
17069   - ShowStats -> ShowSiteStats.
17070 * BREAKING CHANGE: (bug 38244) Removed the mediawiki.api.titleblacklist module
17071   and moved it to the TitleBlacklist extension.
17073 = MediaWiki 1.20 =
17075 == MediaWiki 1.20.8 ==
17076 This is a security release of the MediaWiki 1.20 branch.
17078 === Changes since 1.20.7 ===
17079 * (bug 53032) SECURITY: Don't cache when a call could autocreate
17080 * (bug 55332) SECURITY: Improve css javascript detection
17081 * (bug 49717) Fix behaviour $wgVerifyMimeType = false; in Upload
17082 * Fix comma errors in various js files
17083 * Translations
17085 == MediaWiki 1.20.7 ==
17086 This is a security release of the MediaWiki 1.20 branch.
17088 === Changes since 1.20.6 ===
17089 * SECURITY: Fix extension detection with 2 .'s
17090 * SECURITY: Token-getting functions will fail when using jsonp callbacks.
17091 * SECURITY: Sanitize ResourceLoader exception messages
17092 * Purge upstream caches when deleting file assets.
17094 == MediaWiki 1.20.6 ==
17095 This is a security and maintenance release of the MediaWiki 1.20 branch.
17097 === Changes since 1.20.5 ===
17098 * (bug 48306) SECURITY: Run file validation checks on chunked uploads, and
17099   chunks of upload, during the upload process.
17100 * (bug 44327) mediawiki.user: Use session ID instead of 1-year cross-session
17101   cookies
17102 * (bug 47202) wikibits: FF2Fixes.css should not be loaded in Firefox 20.
17103 * (bug 31044) Make ResourceLoader behave in read-only mode
17105 == MediaWiki 1.20.5 ==
17106 This is a security and maintenance release of the MediaWiki 1.20 branch.
17108 === Changes since 1.20.4 ===
17109 * (bug 46590) Add hook AbortChangePassword to Special:ChangePassword
17110 * (bug 47304) SECURITY: Check SVG xml encoding against whitelist
17111 * Localisation updates from http://translatewiki.net.
17112 * mwdocgen.php: Implement --version option.
17113 * Remove svnstat stuff used in Doxygen generation
17114 * (bug 43594) Correctly suppress warnings that were missed after the upstream
17115 * PHP change to E_STRICT being included in E_ALL.
17117 == MediaWiki 1.20.4 ==
17118 This is a security release of the MediaWiki 1.20 branch.
17120 === Changes since 1.20.3 ===
17121 * (bug 47251) SECURITY: Disable external entities in Import
17122 * (bug 46859) SECURITY: Disable external entities in XMLReader
17123 * (bug 46084) SECURITY: Sanitize $limitReport before outputting
17125 == MediaWiki 1.20.3 ==
17126 This is a security and maintenance release of the MediaWiki 1.20 branch.
17128 === Changes since MediaWiki 1.20.2 ===
17129 * New preference type - 'api'. Preferences of this type are not shown on
17130   Special:Preferences, but are still available via the action=options API.
17131   (Unbreaks MLEB.)
17132 * (bug 44010) Context is passed to UserGetLanguageObject.
17133 * The recursion guard on RequestContext::getLanguage() was weakened.
17134 * (bug 40585) Don't drop 'step="any"' in HTML input fields.
17135 * (bug 44024) Fixed problems in ObjectCache when using XCache.
17136 * (bug 44010) FauxRequest leaked cookie data from primary request.
17137 * (bug 44135/bug 42441) Pass '2' instead of 'true' to CURLOPT_SSL_VERIFYHOST
17138 * (bug 43518) API action=unblock should return the user name, not the full user
17139   object
17140 * (bug 45355) Prevent read of arbitrary files through mwdoc-filter.php
17142 == MediaWiki 1.20.2 ==
17143 This is a maintenance release of the MediaWiki 1.20 branch
17145 === Changes since MediaWiki 1.20.1 ===
17146 * (bug 42638) Fix API action=options&reset=1 & unit tests.
17147 * (bug 42370) Fixed backport of 60cc060 to use mDoneWrites — caused
17148 * (bug 42592) User rights, preferences and other things are not saving in
17149   1.20.1.
17151 == MediaWiki 1.20.1 ==
17152 This is a security release of the MediaWiki 1.20 branch
17154 === Changes since 1.20.0 ===
17155 * (bug 42202) Validate options to prevent html injection
17156 * (bug 40995) Prevent session fixation in Special:UserLogin (CVE-2012-5391)
17157 * (bug 41400) Prevent linker regex from exceeding PCRE backtrack limit
17158 * Javscript Lint fixes
17159 * (bug 40632) Remove CleanupPresentationalAttributes feature
17160 * [Database] Fixed case where trx idle callbacks might be lost.
17162 == MediaWiki 1.20.0 ==
17164 === PHP 5.3 now required ===
17165 Since 1.20, the lowest supported version of PHP is now 5.3.2. Please
17166 upgrade PHP if you have not done so prior to upgrading MediaWiki.
17168 === Configuration changes in 1.20 ===
17169 * $wgGitRepositoryViewers defines a mapping from Git remote repository to the
17170   Gitweb instance URL used in Special:Version.
17171 * `$wgUsePathInfo = true;` is no longer needed to make $wgArticlePath work on
17172   servers using like nginx, lighttpd, and apache over fastcgi. MediaWiki now
17173   always extracts path info from REQUEST_URI if it's available.
17174 * The user right 'upload_by_url' is no longer given to sysops by default.
17175   This only affects installations which have $wgAllowCopyUploads set to true.
17176 * Removed f-prot support from $wgAntivirusSetup.
17177 * New variable $wgDBerrorLogTZ to provide dates in the error log in a
17178   different timezone than the wiki timezone set by $wgLocaltimezone.
17179 * New variables $wgDBssl and $wgDBcompress to enable SSL and compression for
17180   database connections, if either are available for the selected DB type.
17181 * $wgUseCombinedLoginLink now defaults to false, making MediaWiki output
17182   separate login and create account links by default.
17184 === New features in 1.20 ===
17185 * Added TitleIsAlwaysKnown hook which gets called when determining if a page
17186   exists.
17187 * Added NamespaceIsMovable hook which gets called when determining if pages in a
17188   certain namespace can be moved.
17189 * Added SpecialPageBeforeExecute hook which gets called before
17190   SpecialPage::execute.
17191 * Added SpecialPageAfterExecute hook which gets called after
17192   SpecialPage::execute.
17193 * Added ORMTable, ORMRow and ORMResult classes for additional abstraction of
17194   database interaction.
17195 * Added CacheHelper and associated SpecialCachedPage and CachedAction helper
17196   classes.
17197 * (bug 32341) Add upload by URL domain limitation.
17198 * &useskin=default will now always display the default skin. Useful for users
17199   with a preference for the non-default skin to look at something using the
17200   default skin.
17201 * (bug 27619) Remove preference option to display broken links as link?
17202 * (bug 34896) jQuery JSON plugin upgraded to v2.3 (2011-09-17).
17203 * (bug 34302) Add CSS classes to email fields in user preferences.
17204 * Introduced $wgDebugDBTransactions to trace transaction status (currently
17205   PostgreSQL only).
17206 * (bug 23795) Add parser itself to ParserMakeImageParams hook.
17207 * Introduce a cryptographic random number generator source api for use when
17208   generating various tokens.
17209 * (bug 30963) Option on Special:Prefixindex and Special:Allpages to not show
17210   redirects.
17211 * (bug 18062) New message when edit or create the local page of a shared file.
17212 * (bug 22870) Separate interface message when creating a page.
17213 * (bug 17615) nosummary option should be reassigned on preview/captcha.
17214 * (bug 34355) Add a variable and parser function for the namespace number.
17215 * (bug 35649) Special:Version now shows hashes of extensions checked out from
17216   git.
17217 * (bug 35728) Git revisions are now linked on Special:Version.
17218 * "Show Changes" on default messages shows now diff against default message text
17219 * (bug 23006) create #speciale parser function.
17220 * generateSitemap can now optionally skip redirect pages.
17221 * (bug 27757) New API command just for retrieving tokens (not page-based).
17222 * Added GitViewers hook for extensions using external git repositories to have a
17223   web-based repository viewer linked to from Special:Version.
17224 * Memcached debug logs can now be sent to their own file logs by setting
17225   $wgDebugLogFile['memcached'] to some filepath.
17226 * (bug 35685) api.php URL and other entry point URLs are now listed on
17227   Special:Version
17228 * Edit notices can now be translated.
17229 * jQuery upgraded to 1.8.2.
17230 * jQuery UI upgraded to 1.8.23.
17231 * QUnit upgraded from v1.2.0 to v1.10.0.
17232 * (bug 37604) jquery.cookie upgraded to 2011 version.
17233 * (bug 22887) Add warning and tracking category for preprocessor errors
17234 * (bug 31704) Allow selection of associated namespace on the watchlist
17235 * (bug 5445) Now remove autoblocks when a user is unblocked.
17236 * Added $wgLogExceptionBacktrace, on by default, to allow logging of exception
17237   backtraces.
17238 * Added device detection for determining device capabilities.
17239 * QUnit.newMwEnvironment now supports passing a custom setup and/or teardown
17240   function. Arguments signature has changed. First arguments is now an options
17241   object of which 'config' can be a property. Previously 'config' itself was the
17242   first and only argument.
17243 * New getCreator and getOldestRevision methods added to WikiPage class
17244 * (bug 4220) the XML dump format schema now have unique identity constraints
17245   for page and revision identifiers. Patch by Elvis Stansvik.
17246 * cleanupSpam.php now can delete spam pages if --delete was specified instead of
17247   blanking them.
17248 * Added new hook ChangePasswordForm to allow adding of additional fields in
17249   Special:ChangePassword
17250 * Added new function getDomain to AuthPlugin for getting a user's domain
17251 * (bug 23427) New magic word {{PAGEID}} which gives the current page ID.
17252   Will be null on previewing a page being created.
17253 * (bug 37627) UserNotLoggedIn() exception to show a generic error page whenever
17254   a user is not logged in.
17255 * Watched status in changes lists are no longer indicated by <strong></strong>
17256   tags with class "mw-watched". Instead, each line now has a class
17257   "mw-changeslist-line-watched" or "mw-changeslist-line-not-watched", and the
17258   title itself is surrounded by <span></span> tags with class "mw-title".
17259 * Added ContribsPager::reallyDoQuery hook allowing extensions to data to
17260   MyContribs
17261 * Added new hook ParserAfterParse to allow extensions to affect parsed output
17262   after the parse is complete but before block level processing, link holder
17263   replacement, and so on.
17264 * (bug 34678) Added InternalParseBeforeSanitize hook which gets called during
17265   Parser's internalParse method just before the parser removes
17266   unwanted/dangerous HTML tags.
17267 * Added new hook AfterFinalPageOutput to allow modifications to buffered page
17268   output before sent to the client.
17269 * (bug 36783) Implement jQuery Promise interface in mediawiki.api module.
17270 * Make dates in sortable tables sort according to the page content language
17271   instead of the site content language
17272 * (bug 37926) Deleterevision will no longer allow users to delete log entries,
17273   the new deletelogentry permission is required for this.
17274 * (bug 14237) Allow PAGESINCATEGORY to distinguish between 'all', 'pages',
17275   'files' and 'subcats'
17276 * (bug 38362) Make Special:Listuser includeable on wiki pages.
17277 * Added support in jquery.localize for placeholder attributes.
17278 * (bug 38151) Implemented mw.user.getRights for getting and caching the current
17279   user's user rights.
17280 * Session storage can now configured independently of general object cache
17281   storage, by using $wgSessionCacheType. $wgSessionsInMemcached has been
17282   renamed to $wgSessionsInObjectCache, with the old name retained for backwards
17283   compatibility. When this feature is enabled, the expiry time can now be
17284   configured with $wgObjectCacheSessionExpiry.
17285 * Added a Redis client for object caching.
17286 * Implemented mw.user.getGroups for getting and caching user groups.
17287 * (bug 37830) Added $wgRequirePasswordforEmailChange to control whether password
17288   confirmation is required for changing an email address or not.
17289 * HTMLForm mutators can now be chained (they return $this)
17290 * A new message, "api-error-filetype-banned-type", is available for formatting
17291   API upload errors due to the file extension blacklist.
17292 * New hook 'ParserTestGlobals' allows to set globals before running parser
17293   tests.
17294 * Allow importing pages as subpage.
17295 * Add lang and hreflang attributes to language links on Login page.
17296 * (bug 22749) Create Special:MostInterwikis.
17297 * Show change tags when transclude Special:Recentchanges(linked) or
17298   Special:Newpages.
17299 * (bug 23226) Add |class= parameter to image links in order to add class(es) to
17300   HTML img tag.
17301 * (bug 39431) SVG animated status is now shown in long description.
17302 * (bug 39376) jquery.form upgraded to 3.14.
17303 * SVG files will now show the actual width in the SVG's specified units
17304   in the metadata box.
17305 * Added ResourceLoader module "jquery.jStorage" (v0.3.0, http://jStorage.info/).
17306 * (bug 39273) Added AJAX support for "Show changes" (diff) in LivePreview.
17307 * Added ResourceLoader module "jquery.badge".
17308 * mw.util.$content now points to the overall content area in the skin rather
17309   than just page text content area. If you need the old behavior please use
17310   $( '#mw-content-text').
17311 * jsMessage has been replaced with a floating bubble notification system
17312   complete with auto-hide, multi-message support, and message replacement tags.
17313 * jquery.messageBox which appears to be unused by both core and extensions has
17314   been removed.
17315 * (bug 34939) Made link parsing insensitive ([HttP://]).
17316 * (bug 40072) Add CSS classes to items in output of ChangesList pages.
17317 * Added $wgCopyUploadProxy global to define which proxy to use for copy
17318   uploads.
17319 * (bug 40448) mediawiki.legacy.mwsuggest has been replaced with a new module,
17320   mediawiki.searchSuggest, based on SimpleSearch from Extension:Vector.
17322 === Known issues in 1.20.0 ===
17323 These are issues that we're targeting to be fixed in a later release
17324 in the 1.20 series.  Issues may be added or removed from this list as
17325 we see fit.  For now, it is comprised of those bugs on the 1.20.0
17326 milestone in Bugzilla.
17328 * (bug 35894): Reports of secret key generation "hanging" on windows
17329     This is probably a bug that has been fixed in PHP.  If you run
17330     into this, try upgrading your PHP.
17331 * (bug 38334): PHP Notice:  Undefined index: href in /www/w/skins/Vector.php on
17332   line 416
17333     We think this is a problem in some extension.  If you see this,
17334     try disabling your extensions and check out the logging patch on
17335     this bug.  Or try this patch:
17336     <https://gerrit.wikimedia.org/r/#/c/27937/1/skins/Vector.php>
17337 * (bug 39268): [Regression] Toolbar inserts in main textarea only (instead of
17338   the focussed textarea)
17339     This should only be an issue if you are using the ProofreadPage
17340     extension.
17341 * (bug 40641): Clicking "others" in Special:Version asks to download a file
17342     If you encounter this, you can tell your webserver to serve the
17343     CREDITS file with text/plain MIME type to fix it.
17345 === Bug fixes in 1.20 ===
17346 * (bug 40939): [Regression] InfoAction: Call to a member function getUserText()
17347   on a non-object
17348 * (bug 40780): searchsuggest-containing line ("containing...") doesn't include
17349   the entered text
17350 * (bug 37714): [Regression] Incomplete log entries
17351 * (bug 27202): API: Add timestamp sort to list=allimages
17352 * (bug 30245) Use the correct way to construct a log page title.
17353 * (bug 34237) Regenerate an empty user_token and save to the database
17354   when we try to set the user's cookies for login.
17355 * (bug 32210) New edit emails for watched pages always provide a link to the
17356   edit which triggered the mail.
17357 * (bug 12021) Added user talk link on Special:Listusers.
17358 * (bug 34445) section edit and TOC hide/show links are excluded from selection
17359   and copy/paste on supporting browsers.
17360 * (bug 34428) Fixed incorrect hash mismatch errors in the DiffHistoryBlob
17361   history compression method.
17362 * (bug 34702) Localised parentheses are now used in more special pages.
17363 * (bug 34723) When editing a script page on a RTL wiki the textbox should be
17364   LTR.
17365 * (bug 34762) Calling close() on a DatabaseBase object now clears the
17366   connection.
17367 * (bug 34863) Show deletion log extract on non-existent file pages if
17368   applicable.
17369 * (bug 28019) Let ?preloadtitle=foo be passed on to target of
17370   Special:MyPage and Special:MyTalk.
17371 * (bug 34929) Show the correct diff when a section edit is rejected by the spam
17372   filter.
17373 * (bug 15816) Add a switch for SETting the search_path (Postgres).
17374 * (bug 34521) Returning to the previous page after logging in loses any array-
17375   valued parameters in the query string.
17376 * (bug 34735) Updated compressOld.php documentation to mention the different
17377   usages of -s and -n parameters depending on compression type.
17378 * (bug 13896) Rendering of devanagari numbers in automatic '#' number lists.
17379 * (bug 33689) Upgrade to 1.19 on Postgres fails due to incomplete query when
17380   trying to defer foreign key for externallinks.
17381 * (bug 32748) Printer friendly version of article decode Unicode chars as a
17382   pretty IRI in footer.
17383 * Removed white border around thumbnails in galleries.
17384 * (bug 31236) "Next" and "Previous" buttons are shown incorrectly in
17385   an RTL environment.
17386 * (bug 35749) Updated maintenance/checkSyntax.php to use Git instead of
17387   Subversion when invoked with the --modified option.
17388 * (bug 35069) On history pages, the " . . " separator after the number of
17389   characters changed in a revision is now suppressed if no text would follow.
17390 * (bug 18704) Add a unique CSS class or ID to the tagfilter table row at
17391   RecentChanges
17392 * (bug 33564) transwiki import sometimes result in invalid title.
17393 * (bug 35572) Blocks appear to succeed even if query fails due to wrong DB
17394   structure
17395 * (bug 31757) Add a word-separator between help-messages in HTMLForm
17396 * (bug 30410) Removed deprecated $wgFilterCallback and the 'filtered' API error.
17397 * (bug 32604) Some messages needs escaping of wikitext inside username.
17398 * (bug 36537) Rename wfArrayToCGI to wfArrayToCgi for consistency with
17399   wfCgiToArray.
17400 * (bug 25946) The message on the top of Special:RecentChanges is now displayed
17401   in user language instead of content language.
17402 * (bug 35264) Wrong type used for <ns> in export.xsd
17403 * (bug 24985) Use $wgTmpDirectory as the default temp directory so that people
17404   who don't have access to /tmp can specify an alternative.
17405 * (bug 27283) SqlBagOStuff breaks PostgreSQL transactions.
17406 * (bug 35727) mw.Api ajax() should put token parameter last.
17407 * (bug 37708) mw.Uri.clone() should make a deep copy.
17408 * (bug 38024) ResourceLoader should not create empty stylesheets for modules
17409   that don't have stylesheets.
17410 * (bug 36812) Special:ActiveUsers "Hide bots" should hide users from any group
17411   having the "bot" user right, instead of just the default "bot" user group.
17412 * (bug 35082) mw.util.addPortletLink incorrectly adds link to mutiple <ul> tags.
17413 * (bug 36991) jquery.tablesorter should extract date sort format from date
17414   string instead of global config. Dates like "April 1 2012" and "1 April 2012"
17415   now sort correctly regardless of the content language's DefaultDateFormat.
17416 * (bug 31895) mw.loader mode now correct when triggered from a $.fn.ready
17417   handler that is bound before mediawiki.js's handler (e.g. browser-userscripts
17418   like greasemonkey).
17419 * (bug 38152) jquery.tablesorter: Use .data() instead of .attr(), so that live
17420   values are used instead of just the fixed values from when the tablesorter
17421   was initialized.
17422 * (bug 38093) Gender of changed user groups missing in Special:Log/rights
17423 * (bug 35893) Special:Block needs to load mediawiki.special.block.js.
17424 * (bug 37331) ResourceLoader modules sometimes execute twice in Firefox
17425 * (bug 31644) GlobalUsage, CentralAuth and AbuseLog extensions should not use
17426   insecure links to foreign wikis in the WikiMap.
17427 * (bug 36073) Avoid duplicate element IDs on File pages.
17428 * (bug 25095) Special:Categories should also include the first relevant item
17429   when "from" is filled.
17430 * (bug 35526) jquery.tablesorter now uses a stable sort.
17431 * (bug 38953) --memory-limit switch not working for runJobs.php.
17432 * (bug 33037) Make subpage of Special:newfiles control how many files
17433   are returned, like in previous versions.
17434 * (bug 36524) "Show" options on Special:RecentChanges and
17435   Special:RecentChangesLinked are now remembered between successive clicks.
17436 * (bug 26069) Page title is no longer "Error" for all error pages.
17437 * (bug 39297) Show warning if thumbnail of animated image will not be animated.
17438 * (bug 38249) Parser will throw an exception instead of outputting gibberish if
17439   PCRE is compiled without support for unicode properties.
17440 * (bug 30390) Suggested file name on Special:Upload should not contain
17441   illegal characters.
17442 * EXIF below sea level GPS altitude data is now shown correctly.
17443 * (bug 39284) jquery.tablesorter should not consider "."" or "?"" to be a
17444   currency.
17445 * (bug 39273) "Show changes" should not be incorrectly displayed in the Live
17446   Preview state.
17447 * Made body-content lang attribute honor the variant language when it is set.
17448 * (bug 36761) "Mark pages as visited" now submits previously established filter
17449   options.
17450 * (bug 39635) PostgreSQL LOCK IN SHARE MODE option is a syntax error.
17451 * (bug 36329) Accesskey tooltips for Firefox 14 on Mac should use "ctrl-option-"
17452   prefix.
17453 * (bug 32552) Drop unused database field cat_hidden from table category.
17454 * (bug 24502) Do not allow multiple language links to the same language.
17455 * (bug 40214) Category pages no longer use deprecated "width" HTML attribute.
17456 * (bug 39941) Add missing stylesheets to the installer pages
17457 * In HTML5 mode, allow new input element types values (such as color, range..)
17458 * (bug 36151) mw.Title: Don't limit extension in title parsing.
17459 * (bug 38158) jquery.byteLimit sometimes causes an unexpected 0 maxLength being
17460   enforced.
17461 * (bug 38163) jquery.byteLimit incorrectly limits input when using methods other
17462   than basic per-char typing.
17463 * (bug 34495) patrol log now credit the user patrolling (instead of patrolled
17464   user).
17465 * (bug 31676) ResourceLoader should work around IE stylesheet limit.
17466 * (bug 40498) ResourceLoader should not output an empty "@media print { }"
17467   block.
17468 * (bug 40500) ResourceLoader should not ignore media-type for urls in debug
17469   mode.
17470 * (bug 40660) ResourceLoaderWikiModule should not convert "&nbsp;" to a space
17471   for pages from the MediaWiki-namespace.
17472 * (bug 40329) (bug 40632) Removed CleanupPresentationalAttributes feature.
17474 === API changes in 1.20 ===
17475 * (bug 34316) Add ability to retrieve maximum upload size from MediaWiki API.
17476 * (bug 34313) MediaWiki API intro message about "HTML format" should mention
17477   the format parameter.
17478 * (bug 32384) Allow descending order for list=watchlistraw.
17479 * (bug 31883) Limit of bkusers of list=blocks and titles of action=query is
17480   not documented in API help.
17481 * (bug 32492) API now allows editing using pageid.
17482 * (bug 32497) API now allows changing of protection level using pageid.
17483 * (bug 32498) API now allows comparing pages using pageids.
17484 * (bug 30975) API import of pages with invalid characters in this wiki leads to
17485   Fatal Error.
17486 * (bug 30488) API now allows listing of backlinks/embeddedin/imageusage per
17487   pageid.
17488 * (bug 34927) Output media_type for list=filearchive.
17489 * (bug 28814) add properties to output of action=parse.
17490 * (bug 33224) add variants of content language to meta=siteinfo.
17491 * (bug 32643) action=purge with forcelinkupdate no longer crashes when ratelimit
17492   is reached.
17493 * The paraminfo module now also contains result properties for most modules.
17494 * (bug 32348) Allow descending order for list=alllinks.
17495 * (bug 31777) Upload unknown error ``fileexists-forbidden''.
17496 * (bug 32382) Allow descending order for list=iwbacklinks.
17497 * (bug 32381) Allow descending order for list=backlinks, list=embeddedin and
17498   list=imageusage.
17499 * (bug 32383) Allow descending order for list=langbacklinks.
17500 * API meta=siteinfo can now return the list of known variable IDs.
17501 * (bug 35980) list=deletedrevs now honors drdir correctly in "all" mode
17502   (mode #3).
17503 * (bug 29290) API avoids mangling fields in continuation parameters
17504 * (bug 36987) API avoids mangling fields in continuation parameters
17505 * (bug 30836) siteinfo prop=specialpagealiases will no longer return nonexistent
17506   special pages
17507 * (bug 38190) Add "required" flag to some token params for hint in api docs.
17508 * (bug 27567) Add file repo support to prop=duplicatefiles.
17509 * (bug 27610) Add archivename for non-latest image version to list=filearchive
17510 * (bug 38231) Add xml parse tree to action=parse.
17511 * Watchlist notification timestamp may be queried by page and may be updated via
17512   the API.
17513 * (bug 38904) prop=revisions&rvstart=... no longer blows up when continuing.
17514 * (bug 39032) ApiQuery generates help in constructor.
17515 * (bug 11142) Improve file extension blacklist error reporting in API upload.
17516 * (bug 39665) List of query generators is now not built using reflection,
17517   instead it is defined in code.
17518 * (bug 35993) Deprecated gettoken parameter - support will be removed in 1.22.
17520 === Languages updated in 1.20 ===
17522 MediaWiki supports over 350 languages. Many localisations are updated
17523 regularly. Below only new and removed languages are listed, as well as
17524 changes to languages because of Bugzilla reports.
17526 * Emilian (egl) added.
17527 * Tornedalen Finnish (fit) added.
17528 * Mizo (lus) added.
17529 * Santali (sat) added.
17530 * (bug 34192) Namespace gender aliases for Albanian languages (sq & aln).
17531 * (bug 35541) Namespace gender aliases for Croatian (hr).
17532 * (bug 36012) Space in $separatorTransformTable should be non-breaking in
17533   Portuguese, Esperanto and Udmurt.
17534 * Turoyo (tru) added.
17535 * Cyrillic-Latin language converter added for Uzbek (uz).
17537 === Other changes in 1.20 ===
17538 * The user_token field is now left empty until a user attempts to login and
17539   cookies need to be set. It is also now possible to reset every user's
17540   user_token simply by clearing the values in the user_token column.
17541 * Removed ./tests/qunit/index.html from core. It wasn't actively maintained and
17542   has been made obsolete when [[Special:JavaScriptTest/qunit]] was introduced,
17543   which actually uses ResourceLoader, LocalSettings and the Skin.
17544 * Removed $wgDBtransactions global. This was only checked in one class
17545   and only applies to MyISAM or similar DBs. Those should only be used
17546   for archived sites anyway. We can't get edit conflicts on such sites,
17547   so the WikiPage code wasn't useful there either.
17548 * Deprecated mw.user.name in favour of mw.user.getName.
17549 * Deprecated mw.user.anonymous in favour of mw.user.isAnon.
17550 * Deprecated DatabaseBase functions newFromParams(), newFromType(), set(),
17551   quote_ident(), and escapeLike() were removed.
17552 * Use of __DIR__ instead of dirname( __FILE__ ).
17553 * OutputPage::wrapWikiMsg() no longer supports the 'options' parameter. It was
17554   not used and complicated migration to Message class.
17555 * Live preview functionality has been improved and moved into the
17556  'mediawiki.action.edit.preview' module. The old 'mediawiki.legacy.preview'
17557   module has been removed.
17558 * (bug 40448) Removed mediawiki.legacy.mwsuggest module, and removed the
17559   following that has become obsolete:
17560   - globals $wgEnableMWSuggest and $wgMWSuggestTemplate.
17561   - mw.config.values wgMWSuggestTemplate and wgSearchNamespaces.
17562   - method SearchEngine::getMWSuggestTemplate().
17564 == MediaWiki 1.19 ==
17566 == MediaWiki 1.19.24 ==
17568 This is a security and maintenance release of the MediaWiki 1.19 branch.
17570 === Changes since 1.19.23 ===
17572 * ({{bug|T85848}}, {{bug|T71210}}) SECURITY: Don't parse XMP blocks that
17573 contain XML entities, to prevent various DoS attacks.
17574 * ({{bug|T88310}}) SECURITY: Always expand xml entities when checking SVG's.
17575 * ({{bug|T73394}}) SECURITY: Escape > in Html::expandAttributes to prevent XSS.
17576 * ({{bug|T85855}}) SECURITY: Don't execute another user's CSS or JS on preview.
17577 * ({{bug|T85349}}, {{bug|T85850}}, {{bug|T86711}}) SECURITY: Multiple issues
17578 fixed in SVG filtering to prevent XSS and protect viewer's privacy.
17580 == MediaWiki 1.19.23 ==
17582 This is a security and maintenance release of the MediaWiki 1.19 branch.
17584 === Changes since 1.19.22 ===
17586 * (bug T76686) [SECURITY] thumb.php outputs wikitext message as raw HTML, which
17587 could lead to xss. Permission to edit MediaWiki namespace is required to
17588 exploit this.
17589 * (bug T74222) The original patch for T74222 was reverted as unnecessary.
17590 * Add missing $ in front of variable in OutputPage.php
17592 == MediaWiki 1.19.22 ==
17594 This is a security and maintenance release of the MediaWiki 1.19 branch.
17596 === Changes since 1.19.21 ===
17598 * ({{bug|66776}}, {{bug|71478}}) SECURITY:  User PleaseStand reported a way to
17599 inject code into API clients that used format=php to process pages that
17600 underwent flash policy mangling. This was fixed along with improving how the
17601 mangling was done for format=json, and allowing sites to disable the mangling
17602 using $wgMangleFlashPolicy.
17603 * ({{bug|72222}}) SECURITY: Do not show log action when the entry is revdeleted
17604 with DELETED_ACTION. NOTICE: this may be reverted in a future release pending a
17605 public RFC about the desired functionality. This issue was reported by user
17606 Bawolff.
17607 * ({{bug|71621}}) Make allowing site-wide styles on restricted special pages a
17608 config option.
17609 * $wgMangleFlashPolicy was added to make MediaWiki's mangling of anything that
17610 might be a flash policy directive configurable.
17612 == MediaWiki 1.19.21 ==
17613 This is a maintenance release of the MediaWiki 1.19 branch.
17615 === Changes since 1.19.20 ===
17616 * (bug 67440) Allow classes to be registered properly from installer.
17617 * (bug 47281) Fixed a dumpBackup.php error with --uploads
17618  --include-filesoptions: Unable to find the wrapper "mwstore".
17619 * System administrators are encouraged to upgrade to this release or 1.22+ and
17620   produce a full data dump.
17621   https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Backing_up_a_wiki
17622 * (bug 63049) Removed anonymous functions from ApiFormatBase, added in1.19.13 as
17623   part of the fix for bug 61362, for PHP 5.2 compatibility.
17625 == MediaWiki 1.19.20 ==
17626 This is a security release of the MediaWiki 1.19 branch.
17628 === Changes since 1.19.19 ===
17629 * (bug 70672) SECURITY: OutputPage: Remove separation of css and js module
17630   allowance.
17632 == MediaWiki 1.19.19 ==
17633 This is a security release of the MediaWiki 1.19 branch.
17635 === Changes since 1.19.18 ===
17636 * (bug 69008) SECURITY: Enhance CSS filtering in SVG files. Filter <style>
17637   elements; normalize style elements and attributes before filtering; add checks
17638   for attributes that contain css; add unit tests for html5sec and reported
17639   bugs.
17641 == MediaWiki 1.19.18 ==
17642 This is a security release of the MediaWiki 1.19 branch.
17644 === Changes since 1.19.17 ===
17645 * (bug 68187) SECURITY: Prepend jsonp callback with comment.
17646 * (bug 65778) SECURITY: Copy prevent-clickjacking between OutputPage and
17647   ParserOutput.
17649 == MediaWiki 1.19.17 ==
17650 This is a security and maintenance release of the MediaWiki 1.19 branch.
17652 === Changes since 1.19.16 ===
17653 * (bug 65839) SECURITY: Prevent external resources in SVG files.
17654 * (bug 66428) MimeMagic: Don't seek before BOF. This has weird side effects like
17655   only extracting the tail of the file partially or not at all.
17657 == MediaWiki 1.19.16 ==
17658 This is a security release of the MediaWiki 1.19 branch.
17660 === Changes since 1.19.15 ===
17661 * (bug 65501) SECURITY: Don't parse usernames as wikitext on
17662   Special:PasswordReset.
17664 == MediaWiki 1.19.15 ==
17665 This is a security and maintenance release of the MediaWiki 1.19 branch.
17667 === Changes since 1.19.14 ===
17668 Fixed resetting passwords.
17669 * (bug 58640) Fixed a compatibility issue with PCRE 8.34 that caused pages to
17670   appear blank or with missing text.
17672 == MediaWiki 1.19.14 ==
17673 This is a security and maintenance release of the MediaWiki 1.19 branch.
17675 === Changes since 1.19.13 ===
17676 * (bug 62497) SECURITY: Add CSRF token on Special:ChangePassword.
17677 * (bug 62467) Set a title for the context during import on the cli.
17679 == MediaWiki 1.19.13 ==
17680 This is a security and maintenance release of the MediaWiki 1.19 branch.
17682 === Changes since 1.19.12 ===
17683 * (bug 61362) SECURITY: API: Don't find links in the middle of api.php links.
17684 * Use the correct branch of the extensions' git repositories.
17686 == MediaWiki 1.19.12 ==
17687 This is a security release of the MediaWiki 1.19 branch.
17689 === Changes since 1.19.11 ===
17690 * (bug 60771) SECURITY: Disallow uploading SVG files using non-whitelisted
17691   namespaces. Also disallow iframe elements. * User will get an error including
17692   the namespace name if they use a non- whitelisted namespace.
17693 * (bug 61346) SECURITY: Make token comparison use constant time. It seems like
17694   our token comparison would be vulnerable to timing attacks. This will take
17695   constant time.
17697 == MediaWiki 1.19.11 ==
17698 This is a security release of the MediaWiki 1.19 branch.
17700 === Changes since 1.19.10 ===
17701 * (bug 60339) SECURITY: Sanitize shell arguments to DjVu files, and other media
17702   formats
17704 == MediaWiki 1.19.10 ==
17705 This is a security release of the MediaWiki 1.19 branch.
17707 === Changes since 1.19.9 ===
17708 * (bug 57550) SECURITY: Disallow stylesheets in SVG Uploads
17709 * (bug 58088) SECURITY: Don't normalize U+FF3C to \ in CSS Checks
17710 * (bug 58472) SECURITY: Disallow -o-link in styles
17711 * (bug 58553) SECURITY: Return error on invalid XML for SVG Uploads
17712 * (bug 58699) SECURITY: Fix RevDel log entry information leaks
17714 == MediaWiki 1.19.9 ==
17715 This is a security and maintenance release of the MediaWiki 1.19 branch.
17717 === Changes since 1.19.8 ===
17718 * (bug 53032) SECURITY: Don't cache when a call could autocreate
17719 * (bug 55332) SECURITY: Improve css javascript detection
17720 * (bug 49717) Fix behaviour $wgVerifyMimeType = false; in Upload
17721 * Translations
17723 == MediaWiki 1.19.8 ==
17724 2013-09-03
17726 This is a security and maintenance release of the MediaWiki 1.19 branch.
17728 === Changes since 1.19.7 ===
17729 * SECURITY: Sanitize ResourceLoader exception messages
17730 * SECURITY: Token-getting functions will fail when using jsonp callbacks.
17731 * SECURITY: Fix extension detection with 2 .'s
17732 * Allow a string other than '*' as condition for DatabaseBase::delete()
17733 * Purge upstream caches when deleting file assets.
17734 * jquery.tablesorter: Add missing dependency on jquery.mwExtension
17736 == MediaWiki 1.19.7 ==
17737 2013-05-21
17739 This is a security release of the MediaWiki 1.19 branch
17741 === Changes since 1.19.6 ===
17742 * (bug 48306) SECURITY: Run file validation checks on chunked uploads, and
17743   chunks of upload, during the upload process.
17745 == MediaWiki 1.19.6 ==
17746 2013-04-30
17748 This is a security and maintenance release of the MediaWiki 1.19 branch
17750 === Changes since 1.19.5 ===
17751 * (bug 47304) SECURITY: Check SVG xml encoding against whitelist
17752 * (bug 46590) Added AbortChangePassword hook to allow extensions to abort
17753   password changes from Special:ChangePassword
17754 * Localisation updates from http://translatewiki.net.
17755 * mwdocgen.php: Implement --version option.
17756 * Remove svnstat stuff used in Doxygen generation
17757 * E_USER_DEPRECATED undefined prior to php 5.3
17759 == MediaWiki 1.19.5 ==
17760 2013-04-15
17762 This is a security and maintenance release of the MediaWiki 1.19 branch
17764 === Changes since 1.19.4 ===
17765 * (bug 47251) SECURITY: Disable external entities in Import
17766 * (bug 46859) SECURITY: Disable external entities in XMLReader
17767 * (bug 46084) SECURITY: Sanitize $limitReport before outputting
17768 * (bug 43594) Fix notices displayed on PHP 5.4
17769 * (bug 40585) Don't drop 'step="any"' in HTML input fields.
17771 == MediaWiki 1.19.4 ==
17772 2013-03-04
17774 This is a security release of the MediaWiki 1.19 branch
17776 === Changes since 1.19.3 ===
17777 * New preference type - 'api'. Preferences of this type are not shown on
17778   Special:Preferences, but are still available via the action=options API.
17779 * (bug 44010) Context is passed to UserGetLanguageObject.
17780 * The recursion guard on RequestContext::getLanguage() was weakened.
17781 * (bug 44135/bug 42441) Pass '2' instead of 'true' to CURLOPT_SSL_VERIFYHOST
17782 * (bug 43518) API action=unblock should return the user name, not the full user
17783   object
17785 == MediaWiki 1.19.3 ==
17786 2012-11-30
17788 This is a security release of the MediaWiki 1.19 branch
17790 === Changes since 1.19.2 ===
17791 * (bug 40995) Prevent session fixation in Special:UserLogin (CVE-2012-5391)
17792 * (bug 41400) Prevent linker regex from exceeding PCRE backtrack limit
17793 * Increase permitted runtime for testParserTest (only used for continuous
17794   integration).
17795 * Updated messages translations from http://translatewiki.net/
17797 == MediaWiki 1.19.2 ==
17799 This is a security release of the MediaWiki 1.19 branch
17801 === Changes since 1.19.1 ===
17802 * (bug 39700) File: link to non-existing file can inject html
17803 * (bug 39823) Hidden block text leaking to admins
17804 * (bug 39184) LDAP password leakage
17805 * (bug 39180) Disallow framing of api results
17806 * (bug 37587) Enforce language codes to be html safe
17807 * (bug 39824) Check global blocks on account creation
17809 == MediaWiki 1.19 ==
17811 MediaWiki 1.19 is a large release that contains many new features and bug
17812 fixes. This is a summary of the major changes of interest to users.
17813 You can consult the RELEASE-NOTES-1.19 file for the full list of changes in
17814 this version.
17816 Our thanks go to everyone who helped to improve MediaWiki by testing the beta
17817 release and submitting bug reports.
17819 === Changes since 1.19.1 ===
17820 * (bug 38406) Properly quote table names in DatabaseBase::tableName()
17821 * (bug 38249) Parser will throw an exception instead of outputting gibberish if
17822   PCRE is compiled without support for unicode properties.
17824 === Changes since 1.19.0 ===
17825 * (bug 36568) Fixed "Illegal string offset 'LIMIT'" warnings in updater
17826 * (bug 36938) Correctly escape uselang attribute to prevent xss
17827 * Expanded Blacklist for SVG Files
17829 === Changes since 1.19 beta 2 ===
17830 * Special:Watchlist no longer sets links to feed when the user is anonymous.
17831 * (bug 35961) Hash comparison should always be strict.
17832 * Fix broken email confirmation expiration caused by MWCryptRand changes.
17833 * (bug 35671) PHP Notice: Undefined index: gettoken in includes/api/ApiMain.php
17834   on line 598.
17835 * (bug 36042) 'show' causes a fatal in blocks API.
17837 === Changes since 1.19 beta 1 ===
17838 * (bug 35014) Including a special page no longer sets the page's title to the
17839   included page
17840 * (bug 35019) Edit summaries are no longer transformed in notification e-mails
17841 * (bug 35152) Help message for e-mail is shown again in user preferences
17842 * (bug 34887) $3 and $4 parameters are now substituted correctly in message
17843   "movepage-moved"
17844 * (bug 34841) Edit links are no longer displayed when display old page versions
17845 * (bug 34889) User name should be normalized on Special:Contributions
17846 * (bug 35051) If heading has a trailing space after == then its name is not
17847   preloaded into edit summary on section edit
17848 * (bug 31417) New ID mw-content-text around the actual page text, without
17849   categories, contentSub, ... The same div often also contains the class
17850   mw-content-ltr/rtl.
17851 * (bug 35303) Proxy and DNS blacklist blocking works again
17852 * (bug 22555) Remove or skip strip markers from tag hooks like &lt;nowiki&gt; in
17853   core parser functions which operate on strings, such as padleft.
17854 * (bug 18295) Don't expose strip markers when a tag appears inside a link
17855   inside a heading.
17856 * (bug 34212) ApiBlock/ApiUnblock allow action to take place without a token
17857   parameter present.
17858 * (bug 34907) Fixed exposure of tokens through load.php that could have
17859   facilitated CSRF attacks.
17860 * (bug 35317) CSRF in Special:Upload.
17862 === Configuration changes in 1.19 ===
17863 * Removed SkinTemplateSetupPageCss hook; use BeforePageDisplay instead.
17864 * (bug 27132) movefile right granted by default to registered users.
17865 * Default cookie lifetime ($wgCookieExpiration) is increased to 180 days.
17866 * (bug 31204) Removed old user.user_options.
17867 * $wgMaxImageArea now applies to jpeg files if they are not scaled with
17868   ImageMagick.
17869 * Introduced $wgQueryPageDefaultLimit (defaults to 50) for the number of
17870   items to show by default on query pages (special pages such as Whatlinkshere).
17871 * (bug 32470) Increase the length of ug_group.
17872 * (bug 32239) Removed $wgEnableTooltipsAndAccesskeys.
17873 * Removed $wgVectorShowVariantName.
17874 * Removed $wgExtensionAliasesFiles. Use $wgExtensionMessagesFiles.
17875 * Removed $wgResourceLoaderInlinePrivateModules , now always enabled.
17877 === New features in 1.19 ===
17878 * (bug 19838) Add ability to get all interwiki prefixes also if the interwiki
17879   cache is used.
17880 * $wgDnsBlacklistUrls now accepts an array with url and key as the
17881   elements to work with DNSBLs that require keys, such as
17882   Project Honeypot.
17883 * (bug 30022) Add support for custom loadScript sources to ResourceLoader.
17884 * (bug 19052) Unicode space separator characters (Zs) now terminates external
17885   links and images links.
17886 * (bug 30160) Add public method to mw.loader to get module names from registry.
17887 * (bug 15558) Parameters to special pages included in wikitext can now be passed
17888   as with templates.
17889 * Installer now issues a warning if mod_security is present.
17890 * (bug 29455) Add support for a filter callback function in jQuery byteLimit
17891   plugin.
17892 * Added two new GetLocalURL hooks to better serve extensions working on a
17893   limited type of titles.
17894 * Added a --no-updates flag to importDump.php that skips updating the links
17895   tables.
17896 * Most presentational html attributes like valign are now converted to inline
17897   css style rules. These attributes were removed from html5 and so we clean
17898   them up when $wgHtml5 is enabled. This can be disabled using
17899   $wgCleanupPresentationalAttributes.
17900 * Magic words (time and number-formatting ones, plus DIRECTIONMARK, but not
17901   NAMESPACE) now depend on the page content language instead of the site
17902   language. In theory this sets the right magic words in system messages,
17903   although they are not used there.
17904 * (bug 30451) Add page_props to RefreshLinks::deleteLinksFromNonexistent.
17905 * (bug 30450) Clear page_props table on page deletion.
17906 * Hook added to check for exempt from account creation throttle.
17907 * (bug 30344) Add configuration variable for setting custom priorities when
17908   generating sitemaps.
17909 * (bug 96170) Add array support for space-separated list attributes (like
17910   'class') in the Html helper class.
17911 * (bug 26470) Add checkered background image on hover on files pages.
17912 * (bug 30774) mediawiki.html: Add support for numbers and booleans in the
17913   attribute values and element contents.
17914 * Conversion script between Tifinagh and Latin for the Tachelhit language.
17915 * (bug 16755) Add options 'noreplace' and 'noerror' to {{DEFAULTSORT:...}}
17916   to stop it from replace an already existing default sort, and suppress error.
17917 * (bug 18578) Rewrote revision delete related messages to allow better
17918   localisation.
17919 * (bug 30364) LanguageConverter now depends on the page content language
17920   instead of the wiki content language.
17921 * Jump links will now be usable in CSS-capable browsers instead of only
17922   in outdated text browsers.
17923 * New common*.css files usable by skins instead of having to copy piles
17924   of generic styles from MonoBook or Vector's css.
17925 * Some deprecated presentational html attributes will now be automatically
17926   converted to css.
17927 * (bug 31297) Add support for namespaces in Special:RecentChanges subpage filter
17928   syntax.
17929 * The default user signature now contains a talk link in addition to the user
17930   link.
17931 * (bug 25306) Add link of old page title to MediaWiki:Delete_and_move_reason.
17932 * Added hook BitmapHandlerCheckImageArea.
17933 * (bug 30062) Add $wgDBprefix option to cli installer.
17934 * getUserPermissionsErrors and getUserPermissionsErrorsExpensive hooks are now
17935   also called when checking for 'read' permission.
17936 * Introduce $wgEnableSearchContributorsByIP which controls whether searching
17937   for an IP address redirects to the contributions list for that IP.
17938 * (bug 8859) Database::update should take array of tables too.
17939 * (bug 19698) Add "Inverse namespaces" option to Special:Contributions.
17940 * (bug 24037) Add byte length of revision to Special:Contributions.
17941 * (bug 1672) Added $wgDisableUploadScriptChecks to allow uploading of files
17942   containing HTML or JS. DISABLING THESE CHECKS IS VERY DANGEROUS.
17943 * New path mappings can be added using the WebRequestPathInfoRouter hook
17944   and adding paths to the PathRouter.
17945 * (bug 32666) Special:ActiveUsers now allows a subpage to be used as value for
17946   the "target" query parameter (eg. Special:ActiveUsers/Username).
17947 * New JavaScript variable wgPageContentLanguage.
17948 * Added new debugging toolbar, enabled with $wgDebugToolbar.
17949 * Differences in the history page now uses slightly better colors for people
17950   perceiving colors differently.
17951 * (bug 32879) Upgrade jQuery to 1.7.1.
17952 * jQuery UI upgraded to 1.8.17.
17953 * Extensions can use the 'Language::getMessagesFileName' hook to define new
17954   languages using messages files outside of core.
17955 * (bug 32512) Add 'Associated namespace' checkbox to Special:Contributions.
17956 * Added $wgSend404Code, true by default, which can be set to false to send a
17957   200 status code instead of 404 for nonexistent articles.
17958 * (bug 33447) Link to the broken image tracking category from
17959   Special:Wantedfiles.
17960 * (bug 27724) Add timestamp to job queue.
17961 * (bug 30339) Implement SpecialPage for running javascript tests. Disabled by
17962   default, due to tests potentially being harmful, not to be run on a production
17963   wiki. Enable by setting $wgEnableJavaScriptTest to true.
17964 * Extensions can use the RequestContextCreateSkin hook to override what skin is
17965   loaded in some contexts.
17966 * (bug 33456) Show $wgQueryCacheLimit on cached query pages.
17967 * (bug 10574) Add an option to allow all pages to be exported by Special:Export.
17968 * mediawiki.js Message object constructor is now publicly available as
17969   mw.Message.
17970 * (bug 29309) Allow CSS class per tooltip (tipsy).
17971 * (bug 33565) Add accesskey/tooltip to submit buttons on Special:EditWatchlist.
17972 * (bug 17959) Inline rendering/thumbnailing for Gimp XCF images.
17973 * (bug 27775) Namespace has it's own XML tag in the XML dump file.
17974 * (bug 30513) Redirect tag is now resolved in XML dump file.
17975 * sha1 xml tag added to XML dump file.
17976 * (bug 33646) Badtitle error page now emits a 400 HTTP status.
17977 * Special:MovePage now has a dropdown menu for namespaces.
17978 * (bug 34420) Special:Version now shows git HEAD sha1 when available.
17979 * (bug 33952) Refactor mw.toolbar to allow dynamic additions at any time.
17981 === Bug fixes in 1.19 ===
17982 * $wgUploadNavigationUrl should be used for file redlinks if.
17983   $wgUploadMissingFileUrl is not set. The first was used for this
17984   until the second was introduced in 1.17.
17985 * BREAKING CHANGE:  Style rules for wikitable are now more specific and prevent
17986   inheritance to nested tables which caused various issues (bug 30485 and bug
17987   33434). If your wiki has overridden rules for ".wikitable", please revise them
17988   and adjust where necessary. For comparison, use the "table.wikitable" section
17989   in skins/common/shared.css as base.
17990 * $wgUploadNavigationUrl is now used for file redlinks if
17991   $wgUploadMissingFileUrl is not set. The former was used for this until the
17992   second was introduced in 1.17.
17993 * (bug 27894) Move 'editondblclick' event listener down from body to
17994   div#bodyContent.
17995 * (bug 30172) The check for posix_isatty() in maintenance scripts did not detect
17996   when the function exists but is disabled. Introduced
17997   Maintenance::posix_isatty().
17998 * (bug 30264) Changed installer-generated LocalSettings.php to use
17999   require_once() instead require() for included extensions.
18000 * Do not convert text in the user interface language to another script.
18001 * (bug 26283) Previewing user JS/CSS pages didn't load other user JS/CSS pages.
18002 * (bug 26486) ResourceLoader modules with paths to nonexistent files cause PHP
18003   warnings/notices to be thrown.
18004 * (bug 30335) Fix for HTMLForms using GET that were breaking when non-friendly
18005   URLs are used.
18006 * (bug 28649) Preventing half truncated multi-byte unicode characters when
18007   truncating log comments.
18008 * Show --batch-size option in help of maintenance scripts that support it.
18009 * (bug 4381) Magic quotes cleaning was not comprehensive, key strings were not
18010   unescaped.
18011 * (bug 23057) Importers no longer can 'edit' or 'create' a fully-protected page
18012   by importing a new revision into it.
18013 * Allow moving the associated talk pages of subpages even if the base page
18014   has no subpage.
18015 * Per page edit-notices now work in namespaces without subpages enabled.
18016 * (bug 31081) $wgEnotifUseJobQ is no longer unconditionally enqueueing jobs.
18017 * (bug 30202) File names are now restricted on upload to 240 bytes, because of
18018   restrictions on some of the database fields.
18019 * Timezones are now recognised in user preferences when offset is different
18020   due to DST.
18021 * (bug 31692) "summary" parameter now also works when undoing revisions.
18022 * (bug 18823) "move succeeded" text displayed bluelinks even when redirect was
18023   suppressed.
18024 * (bug 19186) Special:UserLogin's title on Special:SpecialPages now says
18025   "create account" when the user cannot create an account.
18026 * (bug 31818) 'usercreated' message now supports GENDER.
18027 * (bug 32022) Our phpunit.php script can now be executed from another directory.
18028 * (bug 26020) Setting $wgEmailConfirmToEdit to true no longer removes diffs
18029   from recent changes feeds.
18030 * (bug 30232) add current time to message wlnote on Special:Watchlist.
18031 * (bug 29110) $wgFeedDiffCutoff did not affect new pages.
18032 * (bug 32168) Add wfRemoveDotSegments for use in wfExpandUrl.
18033 * (bug 32358) Do not display "No higher resolution available" for dimensionless
18034   files (like audio files).
18035 * (bug 32168) Add wfAssembleUrl for use in wfExpandUrl.
18036 * (bug 32168) fixed - wfExpandUrl expands dot segments now.
18037 * (bug 31535) Upload comments now truncated properly, and don't have brackets.
18038 * (bug 32086) Special:PermanentLink now shows an error message when no subpage
18039   was specified.
18040 * (bug 30368) Special:Newpages now shows the new page name for moved pages.
18041 * (bug 1697) The way to search blocked usernames in block log should be clearer.
18042 * (bug 29747) eAccelerator shared memory caching has been removed since it is
18043   now disabled by default and is buggy. APC, XCache and WinCache are not
18044   affected.
18045 * Installer now refuses to install if php was not compiled with Ctype support.
18046 * (bug 29475) Remove "trackback" feature entirely from core.
18047 * (bug 32665) Special:BlockList prefills the username in the input field if
18048   using the Special:BlockList/username URL.
18049 * (bug 27721) Make JavaScript variables wgSeparatorTransformTable and
18050   wgDigitTransformTable depend on page content language so the sort script
18051   sorts correctly more often.
18052 * (bug 32230) Expose wgRedirectedFrom in JavaScript.
18053 * (bug 31212) History tab not collapsed when the screen is narrow.
18054 * (bug 15521) Use new section summary when the action of adding a new section
18055   also happens to create the page.
18056 * (bug 32960) Remove EmailAuthenticationTimestamp from database when a
18057   email address is removed.
18058 * (bug 32414) Empty page get a empty bytes attribute in Export/Dump.
18059 * (bug 33101) Viewing a User or User talk of username resembling IP ending
18060   with .xxx causes Internal error.
18061 * Warning about undefined index in certain situations when $wgLogRestrictions
18062   causes the first log type requested to be removed but not the others.
18063 * Use separate message ('prefixindex-namespace') for title of
18064   Special:PrefixIndex rather then re-using Special:AllPages's allinnamespace.
18065 * (bug 33156) Special:Block now allows you to confirm you want to block yourself
18066   when using non-normalized username.
18067 * (bug 33246) News icon shown for news:// URLs but not for news: URLs.
18068 * (bug 33305) Make mw.util.addCSS resistant to IE's @font-face bug by setting
18069   cssText after DOM insertion.
18070 * (bug 30711) When adding a new section to a page with section=new, the text is
18071   now always added to the current version of the page.
18072 * (bug 31719) Fix uploads of SVGs exported by Adobe Illustrator by expanding
18073   XML entities correctly.
18074 * (bug 30914) Embeddable ResourceLoader modules (user.options, user.tokens)
18075   should be loaded in <head> for proper dependency resolution.
18076 * (bug 32702) Removed method Skin::makeGlobalVariablesScript() has been readded
18077   for backward compatibility.
18078 * (bug 31469) Make sure tracking category messages expand variables like
18079   {{NAMESPACE}} relative to correct title.
18080 * (bug 33454) ISO-8601 week-based year number (format character 'o') is now
18081   calculated correctly with respect to timezone.
18082 * (bug 32219) InstantCommons now fetches content from Wikimedia Commons using
18083   HTTPS when the local wiki is served over HTTPS.
18084 * (bug 33525) clearTagHooks doesn't clear function hooks.
18085 * (bug 33523) Function tag hooks don't appear on Special:Version.
18086 * Files with IPTC blocks we can't read no longer prevent extraction of exif
18087   or other metadata.
18088 * (bug 33587) Remove action "historysubmit" from history pages.
18089 * (bug 25800) mw.config wgAction should contain the actually performed action
18090   instead of whatever the query value contains.
18091 * (bug 4438) Add CSS hook for current WikiPage action.
18092 * (bug 33703) Common border-bottom color for <abbr> should inherit default
18093   (text) color.
18094 * (bug 33819) Display file sizes in appropriate units.
18095 * (bug 32948) {{REVISIONID}} and related variables are no longer blank after
18096   doing a null edit.
18097 * (bug 33880) $wgUsersNotifiedOnAllChanges should not send e-mail to user who
18098   made the edit.
18099 * (bug 33902) Decoding %2B with mw.Uri.decode results in ' ' instead of +.
18100 * (bug 33762) QueryPage-based special pages no longer misses *-summary message.
18101 * Other sizes links are no longer generated for wikis without a 404 thumbnail
18102   handler.
18103 * (bug 29454) Enforce byteLimit for page title input on Special:MovePage.
18104 * (bug 34114) CSSMin::remap() doesn't respect its $embed parameter.
18105 * Special:Contributions/newbies now shows the contributions for the user
18106   "newbies". New user contributions are obtained using the form or using
18107   ?contribs=newbie in URL.
18108 * It is now possible to delete images that have no corresponding description
18109   pages.
18110 * (bug 33165) GlobalFunctions.php line 1312: Call to a member function
18111   getText() on a non-object.
18112 * (bug 31676) Group dynamically inserted CSS into a single <style> tag, to work
18113   around a bug where not all styles were applied in Internet Explorer.
18114 * (bug 28936, bug 5280) Broken or invalid titles can't be removed from
18115   watchlist.
18116 * (bug 34600) Older skins using useHeadElement=false were broken in 1.18.
18117 * (bug 34604) [mw.config] wgActionPaths should be an object instead of a numeral
18118   array.
18119 * (bug 12262) Indents and lists are now aligned
18120 * (bug 29753) mw.util.tooltipAccessKeyPrefix should be alt-shift for Chrome
18121    on Windows
18122 * (bug 25095) Special:Categories should also include the first relevant item
18123    when "from" is filled.
18124 * (bug 34972) An error occurred while changing your watchlist settings for
18125   [[Special:WhatLinksHere/Example]]
18127 === API changes in 1.19 ===
18128 * Made action=edit less likely to return "unknownerror", by returning the actual
18129   error message (which may have come from a hook call or similar).
18130 * (bug 19838) siprop=interwikimap can now use the interwiki cache.
18131 * (bug 29748) Add API search prefix support.
18132 * (bug 29684) Set forgotten parameter types in ApiQueryIWLinks.
18133 * (bug 29685) do not output NULL parentid with list=deletedrevs&drprop=parentid.
18134 * siprop=interwikimap and siprop=languages can use silanguagecode to have
18135   a best effort language name translation. Use CLDR extension for best result.
18136 * (bug 30230) action=expandtemplates should not silently override invalid title
18137   inputs.
18138 * (bug 18634) Create API to fetch MediaWiki's language fallback tree structure.
18139 * (bug 26885) Allow show/hide of account blocks, temporary blocks and single IP
18140   address blocks for list=blocks.
18141 * (bug 30591) Add support to only return keys in ApiAllMessages.
18142 * The API now respects $wgShowHostnames and won't share the hostname in
18143   servedby if it's set to false.
18144 * wlexcludeuser parameter added to ApiFeedWatchlist.
18145 * (bug 7304) Links on redirect pages no longer cause the redirect page to show
18146   up as a redirect to the linked page on Special:Whatlinkshere.
18147 * (bug 32609) API: Move captchaid/captchaword of action=edit from core
18148   to Captcha extension(s).
18149 * Added 'APIGetDescription' hook.
18150 * (bug 32688) Paraminfo for parameter "generator" of the query module shows too
18151   many types.
18152 * (bug 32415) Empty page get no size attribute in API output.
18153 * (bug 31759) Undefined property notice in querypages API.
18154 * (bug 32495) API should allow purge by pageids.
18155 * (bug 33147) API examples should explain what they do.
18156 * (bug 33482) Api incorrectly calls ApiBase::parseMultiValue if allowed
18157   values is given as an array.
18158 * (bug 32948) {{REVISIONID}} and related variables are no longer blank after
18159   calling action=purge&forcelinkupdate.
18160 * (bug 34377) action=watch now parses messages using the correct title instead
18161   of "API".
18162 * (bug 35036) WikiLove messages were not automatically updated in JavaScript
18163   after having been changed on-wiki due to a bug in core
18165 === Languages updated in 1.19 ===
18167 MediaWiki supports over 350 languages. Many localisations are updated
18168 regularly. Below only new and removed languages are listed, as well as
18169 changes to languages because of Bugzilla reports.
18171 * Canadian English (en-ca) (new).
18172 * Norwegian (bokmål) (nb) (renamed from no).
18173 * Uighur (Latin) (ug-latn) was incorrectly marked as right-to-left language.
18174 * (bug 30217) Make pt-br a fallback of pt.
18175 * (bug 31193) Set fallback language of Assamese from Bengali to English.
18176 * Update date format for dsb and hsb: month names need the genitive.
18177 * (bug 28643) Serbian variant conversion improvements (Nikola Smolenski).
18178 * (bug 29405, bug 30809) Lower diacritics are invisible in titles in Indic
18179   languages Assamese, Bengali, Hindi, Malyalam and Odiya.
18180 * (bug 32826) Titles in indic languages are partially cut.
18181 * (bug 33367) Gendered namespaces for Czech.
18182 * (bug 33014) Language::formatSize()/formatBitrate() should be able to deal
18183   with larger numbers (tera-yotta).
18185 === Other changes in 1.19 ===
18186 * BREAKING CHANGE: Legacy global array 'ta' and global function 'akeytt' have
18187   been removed from wikibits.js.
18188 * jquery.mwPrototypes module was renamed to jquery.mwExtension.
18189 * The maintenance script populateSha1.php was renamed to the more concise
18190   populateImageSha1.php.
18191 * The Client-IP header is no longer checked for when trying to resolve a
18192   client's real IP address.
18193 * (bug 22096) Although IE5.x and below was already unsupported officially,
18194   stylesheets existing exclusively for IE5.0 and IE5.5 have now been removed
18195   (which were in skins 'chick' and 'monobook').
18196 * The constructor for CategoryView has changed, the second parameter is now a
18197   Context source and is required.
18198 * The Title::escape{Local,Full,Canonical}URL methods are deprecated, please use
18199   proper html building methods to escape the normal get{...}URL methods instead.
18200 * The $variant arguments in the Title::get{Local,Full,Link,Canonical}URL methods
18201   have been replaced with a secondary query argument.
18202 * The $variant argument in the hooks for the
18203   Title::get{Local,Full,Link,Canonical}URL methods have been removed, the
18204   variant is now part of the $query argument.
18205 * Removed Title::isValidCssJsSubpage(), deprecated since 1.17 in favor of
18206   using Title::isCssJsSubpage() or checking Title::isWrongCaseCssJsPage().
18207 * Support for the deprecated hook MagicWordMagicWords was removed.
18208 * The Xml::namespaceSelector method has been deprecated, please use
18209   Html::namespaceSelector instead (note that the parameters have changed also).
18210 * (bug 33746) Preload popular ResourceLoader modules (mediawiki.util) as
18211   stop-gap for scripts missing dependencies.
18212   New configuration variable $wgPreloadJavaScriptMwUtil has been introduced for
18213   this (set to false by default for new installations). Set to true if your wiki
18214   has a large amount of user/site scripts that are lacking dependency
18215   information. In the short to medium term these user/site scripts should be
18216   fixed by adding the used modules to the dependencies in the module registry
18217   and/or wrapping them in a callback to mw.loader.using.
18219 == MediaWiki 1.18 ==
18221 == MediaWiki 1.18.6 ==
18222 2012-11-29
18224 This is a maintenance and security release of the MediaWiki 1.18 branch
18226 === Changes since 1.18.5 ===
18227 * ([[bugzilla:40995|bug 40995]]) Prevent session fixation in Special:UserLogin
18228 (CVE-2012-5391)
18229 * ([[bugzilla:41400|bug 41400]]) Prevent linker regex from exceeding PCRE
18230 backtrack limit
18231 * Localisation updates
18232 * Increase permitted runtime for testParserTest
18233 * ([[bugzilla:36179|bug 36179]]) Unquote 'null' for PostgreSQL.
18235 == MediaWiki 1.18.5 ==
18236 2012-08-30
18238 This is a security release of the MediaWiki 1.18 branch
18240 === Changes since 1.18.4 ===
18241 * (bug 39700) File: link to non-existing file can inject html
18242 * (bug 39823) Hidden block text leaking to admins
18243 * (bug 39184) LDAP password leakage
18244 * (bug 39180) Disallow framing of api results
18245 * (bug 37587) Enforce language codes to be html safe
18246 * (bug 39824) Check global blocks on account creation
18248 == MediaWiki 1.18.4 ==
18249 2012-06-12
18251 This is a security release of the MediaWiki 1.18 branch.
18253 === Changes since 1.18.3 ===
18254 * (bug 36938) Correctly escape uselang attribute to prevent xss
18255 * Expanded Blacklist for SVG Files
18257 == MediaWiki 1.18.3 ==
18258 2012-04-25
18260 This is a maintenance release of the MediaWiki 1.18 branch.
18262 === Changes since 1.18.2 ===
18263 * (bug 35446) Using "{{nse:}}" with an invalid namespace name no longer throws
18264   a PHP warning.
18265 * (bug 35567) The whole password reminder e-mail is now sent in the same
18266   language.
18267 * (bug 35961) Hash comparison should always be strict.
18268 * (bug 35671) PHP Notice: Undefined index: gettoken in includes/api/ApiMain.php
18269   on line 598.
18270 * Fix broken email confirmation expiration caused by MWCryptRand changes.
18272 == MediaWiki 1.18.2 ==
18273 2012-03-21
18275 This is a maintenance and security release of the MediaWiki 1.18 branch.
18277 === Changes since 1.18.1 ===
18278 * (bug 33686) could not get a list of contributors for an article when using
18279   a SQLite database.
18280 * (Bug 33865) Exception thrown in action=parse when attempting to use the title
18281   parameter without setting the text parameter.
18282 * UserMailer could potentially throw a fatal error when a MailAddress object had
18283   an empty email address.
18284 * (Bug 33087) Exchange server rejected mail sent by MediaWiki
18285 * (bug 34528) Edit section tooltips show correction section name again
18286 * (bug 34246) MediaWiki:Whatlinkshere-summary message is displayed again in
18287   Special:Whatlinkshere
18288 * (bug 22555) Remove or skip strip markers from tag hooks like &lt;nowiki&gt; in
18289   core parser functions which operate on strings, such as formatnum.
18290 * (bug 34212) ApiBlock/ApiUnblock allow action to take place without a token
18291   parameter present.
18292 * (bug 34907) Fixed exposure of tokens through load.php that could have
18293   facilitated CSRF attacks.
18294 * (bug 35317) CSRF in Special:Upload.
18296 == MediaWiki 1.18.1 ==
18297 2012-01-11
18299 This a maintenance and security release of the MediaWiki 1.18 branch.
18301 === Changes since 1.18.0 ===
18302 * (bug 32712) Fix for search indexing of pages with certain unicode chars
18303   following URL.
18304 * (bug 3901) Lang, hreflang attribs added to sidebar interlanguage links for
18305   screen readers.
18306 * (bug 30774) mediawiki.html: Add support for numbers and booleans in the
18307   attribute values and element contents.
18308 * (bug 32473) [[Special:PasswordReset]] can not be used on private wiki.
18309 * (bug 32853) Fixed CACHE_DBA object cache type.
18310 * (bug 32786) Backward compatibility for extension using 1.17's
18311   Database::newFromType().
18312 * Fixed exception when using Special:WhatLinksHere on a Media: file.
18313 * (bug 32709) Private Wiki users were always taken to Special:Badtitle on login.
18314 * (bug 33240) Sort images are missing but referenced in css.
18315 * (bug 31921) Magic words REVISIONDAY, REVISIONMONTH and REVISIONYEAR were
18316   not showing their values on preview.
18317 * (bug 32702) Removed method Skin::makeGlobalVariablesScript() has been readded
18318   for backward compatibility.
18319 * (bug 30172) The check for posix_isatty() in maintenance scripts did not detect
18320   when the function exists but is disabled. Introduced
18321   Maintenance::posix_isatty().
18322 * (bug 33305) Make mw.util.addCSS resistant to IE's @font-face bug by setting
18323   cssText after DOM insertion.
18324 * (bug 29102) Upgrades no longer fail with the error "Unknown character set:
18325   'mysql4'.
18326 * (bug 25355) Parser generates edit section links for special pages.
18327 * (bug 33321) Adding a line to MediaWiki:Sidebar that contains a pipe, but
18328   doesn't have any pipes after being transformed by MessageCache, causes
18329   exception on all pages.
18330 * Fixed recentchanges FK violation on page delete and cache purge error in
18331   updater for Oracle DB.
18332 * (bug 33117) prop=revisions allows deleted text to be exposed through cache
18333   pollution.
18335 == MediaWiki 1.18.0 ==
18336 2011-11-24
18338 This is the first stable release of the MediaWiki 1.18 branch.
18340 === Summary of selected changes in 1.18 ===
18342 Selected changes since MediaWiki 1.17 that may be of interest:
18344 * Some of the more commonly used MediaWiki extensions are now included in the
18345   release tarball. These extensions are ConfirmEdit, Gadgets, Nuke,
18346   ParserFunctions, Renameuser, Vector and WikiEditor.
18348 * Gender support has been improved, meaning user pages can display the correct
18349   gender variant of "User" can now be used.
18351 * MediaWiki can now detect the camera orientation of an image from the Exif
18352   metadata, and can rotate the image thumbnail appropriately. Metadata support
18353   has been generally improved, and can now extract IPTC and XMP metadata.
18355 * Improved directionality support in 1.18 means that MediaWiki is better to use
18356   for RTL users.
18358 * MediaWiki now supports protocol - relative URLs in links, interwiki targets
18359   and $wgServer
18361 * Math support has been removed from core
18363 === Changes since 1.18.0rc1 ===
18364 * (bug 32228) regression in Special:Search which did not conserve profile on
18365   new search
18366 * (bug 32460) Categories were improperly aligned in Simple and CologneBlue
18367 * (bug 32412) TOC links on [[Special:EditWatchlist]] points to the fieldsets
18368 * (bug 32582) Fix TOC show/hide link regression on IE 8
18370 === Changes since 1.18 beta 1 ===
18371 * (bug 31886) Wrong titles redirecting to Special:Badtitle in the 1.18
18372   deployment.
18373 * (bug 32051) Fix description for wlprop=sizes.
18374 * (bug 31913) Special:MostLinkedTemplates had an incorrect GROUP BY clause
18375   under Microsoft SQL.
18376 * (bug 32100) installer complains about suhosin GET limit.
18377 * (bug 31933) fix 1.18 regression in Monobook sidebar: huge spacing between
18378   portlets on IE 7 and IE 8/9 in compatibility view.
18379 * (bug 32126) Fix 1.18 regression in watchlist editor when items already removed
18380   from watchlist.
18381 * (bug 32183) remove the client-* classes added from user-agent-sniffing onto
18382   the <html> element.
18383 * (bug 29912) Unit tests break if parsertest tables are still present.
18384 * (bug 31694) During installation, tabbing order (cursor focus) goes to logo
18385   instead of 'continue'.
18386 * (bug 29102) Upgrade fails "Unknown character set: 'mysql4".
18387 * (bug 31990) justify paragraphs pref adds extra space to category listing.
18388 * (bug 20148) Better title for [[Special:Disambiguations]] page.
18389 * (bug 31502) TOC is missing on Special:EditWatchlist.
18390 * (bug 32256) API list=search stops at first invalid result.
18391 * (bug 32047) jquery.tablesorter.js: thead is before caption.
18392 * (bug 29854) Store protocol-relative links twice in the externallinks table,
18393   one with http: in el_index and once with https.
18394 * (bug 31822) Error during upgrade due to output buffer reset in stdout.
18396 === Configuration changes in 1.18 ===
18397 * The WantedPages::getSQL hook has been removed and replaced with
18398   WantedPages::getQueryInfo. This may break older extensions.
18399 * The SkinTemplateBuildContentActionUrlsAfterSpecialPage,
18400   SkinTemplateContentActions and SkinTemplateTabs hooks have been removed in
18401   favor of SkinTemplateNavigation and SkinTemplateNavigation::SpecialPage.
18402 * $wgUseCombinedLoginLink controls whether to output a combined
18403   login / create account link in the personal bar, or to output separate login
18404   and create account links.
18405 * Skin names are no longer created based on a ucfirst version of the key in
18406   $wgValidSkinNames but now the value. This means for
18407   $wgValidSkinNames["monobook"] = "MonoBook"; the skin loader will no longer try
18408   loading SkinMonobook and will instead load SkinMonoBook.
18409 * $wgMaxUploadSize may now be set to an array to specify the upload size limit
18410   per upload type.
18411 * $wgAPICacheHelp added in 1.16 is now removed. To disable API help caching, set
18412   $wgAPICacheHelpTimeout = 0;
18413 * OutputPage::isUserJsAllowed() no longer returns false when scripts are allowed
18414   by the page, but $wgAllowUserJs is set to false.
18415 * Pure "Skin" class based custom skins are no longer supported, all custom skins
18416   should be put together using SkinTemplate and BaseTemplate or QuickTemplate.
18417 * The transliteration for passwords in case they were migrated from an old
18418   Latin-1 install (previous to MediaWiki 1.5) is now only done for wikis with
18419   $wgLegacyEncoding set.
18420 * (bug 27508) Add $wgSVGMetadataCutoff to limit the maximum amount of an SVG we
18421   look at when finding metadata to prevent excessive resource usage.
18422 * $wgSysopUserBans and $wgSysopRangeBans (deprecated in 1.17) are now removed.
18423   Use $wgBlockCIDRLimit = array( 'IPv4' => 43, 'IPv6' => 128 ) to achieve the
18424   same functionality as $wgSysopRangeBans; you can use the BlockIp hook to
18425   replicate $wgSysopUserBans functionality.
18426 * The options on the block form have been standardised such that checking a box
18427   makes the block 'more serious'; so while "check to prevent account creation"
18428   and "check to enable autoblock" remain the same, "check to allow user-talk
18429   edit" is reversed to "check to *disable* user-talk edit", and "check to block
18430   anon-only" becomes "check to block logged-in users too".  The default settings
18431   remain the same.
18432 * Most of the field names on the Special:Block form have been changed, which
18433   will probably break screen-scraping bots.
18434 * (bug 26866) The 'trackback' right is no longer granted to sysops by default.
18435   $wgUseTrackbacks is already false by default.
18436 * (bug 17009) the hiddenStructure CSS class, a highly hackish way of at least
18437   *appearing* to hide article elements, has been removed.  Use the
18438   ParserFunctions extension to actually remove unwanted elements from the
18439   output.
18440 * (bug 14202) $wgUseTeX has been superseded by the Math extension. To re-enable
18441   math conversion after upgrading, obtain the Math extension from SVN or from
18442   https://www.mediawiki.org/wiki/Extension:Math and add to LocalSettings.php:
18443   require_once "$IP/extensions/Math/Math.php";
18444 * $wgProfiler is now a configuration array, see StartProfiler.sample for
18445   details.
18446 * $wgProfiling has been removed.
18447 * The spyc library is now no longer included in phase3.
18448 * (bug 28343) Unused preferences contextlines/contextchars have been removed
18449 * $wgSkinExtensionFunctions has been removed. Use $wgExtensionFunctions instead.
18450 * $wgProto has been removed. You now only need to set $wgServer to change the
18451   URL protocol.
18452 * $wgRateLimitsExcludedGroups (deprecated in 1.13) has been removed.
18453 * $wgInputEncoding and $wgOutputEncoding (deprecated in 1.5) have now been
18454   removed.
18455 * $wgAllowUserSkin (deprecated in 1.16) has now been removed.
18456 * $wgExtraRandompageSQL (deprecated in 1.16) has now been removed.
18457 * LogReader and LogViewer classes (deprecated in 1.14) have now been removed.
18458 * (bug 26033) Added $wgArticleCountMethod to select the method to use to say
18459   whether a page is an article or not. $wgUseCommaCount is now deprecated.
18460 * $wgEnableDublinCoreRdf and $wgEnableCreativeCommonsRdf no longer work in core,
18461   and the functionality has been moved to the relevant extensions. See
18462   https://www.mediawiki.org/wiki/Extension:DublinCoreRdf and
18463   https://www.mediawiki.org/wiki/Extension:CreativeCommonsRdf as appropriate.
18464 * (bug 21107) Split error "customcssjsprotected" into separate messages for JS
18465   and CSS
18466 * Removed $wgCheckCopyrightUpload from DefaultSettings, since the relevant
18467   feature was removed in about 1.5.
18468 * LogPageValidTypes, LogPageLogName, LogPageLogHeader and LogPageActionText
18469   hooks have been removed.
18470 * New hook "Collation::factory" to allow extensions to create custom
18471   category collations.
18472 * $wgGroupPermissions now supports per namespace permissions.
18473 * $wgEnableAutoRotation enables or disables auto-rotation. Leaving it set to
18474   null will cause MediaWiki to determine if auto-rotation is available.
18476 === New features in 1.18 ===
18477 * BREAKING CHANGE: action=watch / action=unwatch now requires a token.
18478 * BREAKING CHANGE: Article class hierarchy split into WikiPage (backend)
18479   and Article (frontend) hierarchies. Several hooks now pass a WikiPage object
18480   instead of an Article object. These hooks all use an $article parameter as
18481   documented in hooks.txt. Extensions should be updated to account for this,
18482   though most won't require any changes.
18483 * (bug 27860) Minor edit after clicking 'new section' tab
18484   Now the "This is a minor edit" checkbox is not available when you
18485   create a page or new section.
18486 * (bug 8130) Query pages should limit to content namespaces, not just main
18487   namespace.
18488 * Special:Contribs now redirects to Special:Contributions.
18489 * (bug 6672) Images are now autorotated according to their EXIF orientation.
18490   This only affects thumbnails; the source remains unrotated.
18491 * (bug 25708) Update case mappings and normalization to Unicode 6.0.0.
18492 * New hook ArticlePrepareTextForEdit added, called when preparing text to be
18493   saved.
18494 * New parser option PreSaveTransform added, allows the pre-save transformation
18495   to be selectively disabled.
18496 * Alternative to $wgHooks implemented, using the new Hooks class.
18497 * Add width parameter to Special:Filepath to allow getting the file path of a
18498   thumbnail.
18499 * (bug 26870) Add size to {{filepath:}}.
18500 * Upload warnings now show a thumbnail of the uploaded file.
18501 * Introduced the edittools-upload message, which will be inserted under the
18502   upload form instead of edittools if available.
18503 * (bug 26285) Extensions will be automatically generated on upload if the user
18504   specified a filename without extension.
18505 * (bug 26851) Special:UserRights now allows to prefill the reason field
18506 * New maintenance script to fix double redirects
18507   (maintenance/fixDoubleRedirects.php).
18508 * (bug 23315) New body classes to allow easier styling of special pages.
18509 * (bug 27159) Make email confirmation code expiration time configurable.
18510 * (bug 29047) CSS/JS for each user group is imported from
18511   MediaWiki:Group-sysop.js, MediaWiki:Group-autoconfirmed.css, etc.
18512 * (bug 24230) Uploads of ZIP types, such as MS Office or OpenOffice can now be
18513   safely enabled. A ZIP file reader was added which can scan a ZIP file for
18514   potentially dangerous Java applets. This allows applets to be blocked
18515   specifically, rather than all ZIP files being blocked.
18516 * (bug 2429) Allow selection of associated namespace in recent changes.
18517 * (bug 26217) File size is now checked before uploading in HTML5 browsers.
18518 * CSS stylesheet MediaWiki:Noscript.css is now loaded for users with JavaScript
18519   disabled (enclosed in the head in a <noscript> tag).
18520 * Added UserGetLanguageObject hook to change the language used in $wgLang.
18521 * (bug 14645) When $wgMiserMode is on, expensive special pages are styled
18522   differently (italicized by default) on Special:SpecialPages.
18523 * Added $wgAggregateStatsID, which allows UDP stats to be aggregated over
18524   several wikis.
18525 * When $wgAllowMicrodataAttributes is true, all itemtypes are allowed, not just
18526   the three that were defined in the original specification.
18527 * (bug 14706) Added support for the Imagick PHP extension.
18528 * (bug 18691) Added support for SVG rasterization using the Imagick PHP
18529   extension.
18530 * (bug 2581, bug 6834) Added links to thumbnail in several resolutions to the
18531   file description page. The sizes are set by $wgImageLimits.
18532 * (bug 28031) Add pageCount support to ArchivedFile.
18533 * (bug 27924) PhpHttpRequest doesn't return response body if HTTP != 200.
18534 * Added hook BitmapHandlerTransform to allow extension to transform a file
18535   without overriding the entire handler.
18536 * The parser now attempts to output markers for editsection tokens and defer the
18537   rendering of them post-cache to reduce parser cache fragmentation and ensure
18538   skin customizability of edit section links.
18539 * (bug 24755) AuthPlugin auto-creation of local accounts can now be aborted by
18540   other extensions by handling the 'AbortAutoAccount' hook, similar to the
18541   'AbortNewAccount' triggered by explicit account creations. (They are separate
18542   to avoid loops and confusion; auth plugins like CentralAuth need to handle
18543   AbortNewAccount separately.
18544 * Special:ListFiles is now transcludable.
18545 * (bug 13879) Special:Emailuser asks for suitable target user if called without.
18546 * (bug 16956) IPTC and XMP metadata now extracted from images.
18547 * (bug 23816) A tracking category is now added for any pages with broken images.
18548 * (bug 23495) Allow createAndPromote.php to create non-sysop users.
18549 * (bug 28916) A way to to toggle mw.config legacy globals settings from
18550   LocalSettings.php has been created by introducing $wgLegacyJavaScriptGlobals.
18551 * (bug 28503) Support for ircs:// URL protocols.
18552 * (bug 26033) It is now possible to count all non-redirect pages in content
18553   namespaces as articles.
18554 * Images can now be embedded in an XML dump stream using backupDump.php
18555   --include-files and can be imported using importDump.php --uploads;
18556   furthermore, it can import files from the filesystem using --image-base-path.
18557 * Three new hooks in Special:Undelete, 'UndeleteForm::showHistory',
18558   'UndeleteForm::showRevision' and 'UndeleteForm::undelete', so that extensions
18559   may override the usage of PageArchive class and replace it with their own
18560   class that extends PageArchive.
18561 * (bug 28915) Implement QUnit test suite for MediaWiki JavaScript.
18562   Also built-in support for distribution through a TestSwarm instance.
18563 * (bug 29036) For cascade-protected pages, the mw-textarea-cprotected class is
18564   added to the textarea on the edit form.
18565 * mw.util.wikiScript has been implemented (like wfScript in GlobalFunctions.php)
18566 * (bug 29067) Expose user.tokens (like we do user.options) in ResourceLoader.
18567 * New 'Debug' hook used by wfDebug() and wfDebugLog().
18568 * (bug 27655) Require token for watching/unwatching pages)
18569 * (bug 28904) (bug 29773) Update jQuery version from 1.4.4 to 1.6.2 (the latest
18570   version)
18571 * (bug 29441) Expose CapitalLinks config in JS to allow modules to properly
18572   handle titles on case-sensitive wikis.
18573 * (bug 29397) Implement mw.Title module in core.
18574 * In MySQL 4.1.9+ with replication enabled, fetch the slave lag from SHOW SLAVE
18575   STATUS instead of SHOW PROCESSLIST. This ensures that lag is reported
18576   correctly in the case where there are no write events occurring. Note that
18577   the DB user now needs to have the REPLICATION CLIENT privilege if you are
18578   using replication.
18579 * Language codes in $wgDummyLanguageCodes are now excluded on localization
18580   statistics (maintenance/language/transstat.php).
18581 * (bug 29586) Make the (next 200) links on categories link directly to
18582   the relevant section of the category.
18583 * (bug 29109) Allow the automatic edit summary for redirect creation
18584   show the first bit of the new redirect page.
18585 * (bug 29723) mw.util.wikiGetlink() now defaults to wgPageName.
18586 * (bug 29680) Add GetDefaultSortkey hook to override the default sortkey.
18587 * (bug 16699) {{#language:}} accepts second parameter to specify the language in
18588   which the language name is wanted. Coverage depends on the cldr extension.
18589 * (bug 15802) An easy way to look up messages: language qqx which returns
18590   the message keys.
18591 * (bug 29868) Add support for passing parameters to mw.msg in jquery.localize.
18592 * (bug 29558) $wgMiserMode now disables update.php by default.
18593 * AjaxCategories: Easily add, edit or delete categories on article pages.
18594   Suggests possible categories when typing, all saves are done via AJAX.
18595   Supports editing of multiple categories and then saving them in one batch.
18596 * $wgAutopromoteOnce was added, allowing for users to be automatically promoted
18597   to explicit usergroups. If a group is removed from a user via
18598   Special:UserRights, it will not automatically be re-added. Configuration is
18599   similar to $wgAutopromote (see DefaultSettings.php).
18600 * The PerformRetroactiveAutoblock hook was added to allow overriding or
18601   complementing retroactive autoblock handling. This runs when blocking a user
18602   with the 'autoblock' option.
18603 * MediaWiki now supports using protocol-relative URLs in links, interwiki
18604   targets and $wgServer.
18605 * Introduced $wgVaryOnXFPForAPI which will cause the API to send
18606   Vary: X-Forwarded-Proto headers.
18607 * New maintenance script to refresh image metadata
18608   (maintenance/refreshImageMetadata.php).
18609 * (bug 16428) Include permalink in printable version.
18610 * (bug 30722) Add an identity collation that sorts things based on what the
18611   unicode code point is (aka pre-1.17 behavior).
18612 * (bug 30940) Add a hook in User:getDefaultOptions.
18613   To give extensions a better and more flexible way of providing default
18614   values for preferences a hook has been introduced in User:getDefaultOptions().
18615   Setting preferences in $wgDefaultUserOptions still work fine, but when reading
18616   them (i.e. with array_keys) to get a list of all preferences, then
18617   $wgDefaultUserOptions should no longer be used as it will contain those set
18618   via User:getDefaultOptions().
18619 * (bug 30497) Add client-nojs and client-js classes on document element
18620   to let styles easily hide or show things based on general JS availability.
18621 * (bug 31293) If Special:Userlogin is loaded over HTTPS, display
18622   MediaWiki:loginend-https instead of MediaWiki:loginend, if it's not empty.
18623   Same for signupend on the account creation page.
18624 * (bug 31233) New OutputPage::addJsConfigVars() method to make the output page
18625   specific mw.config map extendable.
18626 * mw.util.wikiScript has been implemented (like wfScript in
18627   GlobalFunctions.php).
18629 === Bug fixes in 1.18 ===
18630 * (bug 27860) Minor edit after clicking 'new section' tab.
18631 * (bug 23119) WikiError class and subclasses are now marked as deprecated.
18632 * (bug 10871) Javascript and CSS pages in MediaWiki namespace are no longer
18633   treated as wikitext on preview.
18634 * (bug 22753) Output from update.php is more clear when things changed, entries
18635   indicating nothing changed are now all prefixed by "...".
18636 * Page existence is now not revealed (in the colour of the tabs) to users who
18637   cannot read the page in question.
18638 * (bug 19006) {{REVISIONUSER}} no longer acts like {{CURRENTUSER}} in some
18639   cases.
18640 * (bug 16019) $wgArticlePath = "/$1" no longer breaks API edit/watch actions.
18641 * (bug 18372) File types blacklisted by $wgFileBlacklist will no longer be shown
18642   as "Permitted file types" on the upload form.
18643 * (bug 26379) importImages.php gives more descriptive error message on failure.
18644 * (bug 26410) + signs are no longer treated as spaces in internal links if
18645   link has a % sign in it.
18646 * (bug 26412) Search results headers no longer show a bogus edit link.
18647 * (bug 26540) Fixed wrong call to applyPatch in MysqlUpdater.
18648 * (bug 26574) Added 'upload' to $wgRestrictionTypes, allowing upload protected
18649   pages to be queried via the API and Special:ProtectedPages, and allowing
18650   disabling upload protection by removing it from $wgRestrictionTypes.
18651 * If an edit summary exceeds 250 bytes and is truncated, add an ellipse.
18652 * (bug 26638) Database error pages display correctly in RTL languages.
18653 * (bug 26187) Confirmrecreate no longer parses the edit summary.
18654 * (bug 26208) Mark directionality of some interlanguage links.
18655 * (bug 26034) Make the "View / Read" tab in content_navigation style tabs remain
18656   selected when the action is "purge".
18657 * (bug 14267) Support a MediaWiki:Mainpage-nstab override for the subject
18658   namespace tab on the mainpage of a wiki.
18659 * (bug 10158) Do not mention allowing others to contact you when the feature
18660   is disabled ($wgEnableUserEmail=false).
18661 * (bug 26733) Wrap initial table creation in transaction.
18662 * (bug 26729) Category pages should return 404 if they do not exist and have no
18663   members.
18664 * (bug 2585) Image pages should send 404 if no image, no shared image and no
18665   description page.
18666 * Custom editintro's using the editintro url parameter will no longer show
18667   <noinclude> sections on pages they are included on.
18668 * (bug 26449) Keep underlines from headings outside of tables and thumbs by
18669   adding overflow:hidden to h1,h2,h3,h4,h5,h6 (also fixes editsection bunching).
18670 * (bug 26708) Remove background-color:white from tables in Monobook and Vector.
18671 * (bug 28422) Remove color:black from tables in Monobook and Vector. And add it
18672   to table.wikitable instead.
18673 * (bug 26781) {{PAGENAME}} and related parser functions escape their output
18674   better.
18675 * (bug 26716) Provide link to instructions for external editor related
18676   preferences and add a comment to the ini control file explaining what is
18677   going on.
18678 * Trying to upload a file with no extension or with a disallowed MIME type now
18679   gives the right message instead of complaining about a MIME/extension
18680   mismatch.
18681 * (bug 26809) Uploading files with multiple extensions where one of the
18682   extensions is blacklisted now gives the proper extension in the error message.
18683 * (bug 26961) Hide anon edits in watchlist preference now actually works.
18684 * (bug 19751) Filesystem is now checked during image undeletion.
18685 * Send last modified headers for Special:Recentchanges when RC patrol is
18686   enabled, but user cannot see rc patrol links.
18687 * (bug 26548) ForeignAPIRepo (InstantCommons) now works with PDF files
18688   and other multi-paged file formats.
18689 * Files with a mime type that does not match the extension are now properly
18690   thumbnailed.
18691 * (bug 27201) Special:WhatLinksHere output no longer contains duplicate IDs.
18692 * (bug 15905) Nostalgia skin could become more usable by including a Talk:
18693   link at the top of the page.
18694 * (bug 27560) Search queries no longer fail in Walloon language.
18695 * (bug 27679) Broken embedded files with special characters are no longer
18696   double HTML escaped.
18697 * (bug 27700) The upload protection can now also be set for files that do not
18698   exist.
18699 * (bug 27763) Article::getParserOutput() no longer throws a fatal given when an
18700   incorrect revision ID is passed.
18701 * Trim the form field for uploading by url to remove extra spaces which could
18702   cause confusing error messages.
18703 * (bug 27854) Http::isValidURI is way too lax.
18704 * Do not show enotifminoredits preference, if disabled by $wgEnotifMinorEdits.
18705 * AbortLogin returning "ABORTED" now handled.  Also allows message identifier
18706   for "ABORTED" reason to be returned and displayed to user.
18707 * (bug 28034) uploading file to local wiki when file exists on shared repository
18708   (commons) gives spurious info in the warning message.
18709 * Usernames get lost when selecting different sorts on Special:listfiles.
18710 * (bug 14005) editing section 0 of an existing but empty page gives no such
18711   section error.
18712 * (bug 26939) Installer does not set $wgMetaNamespace.
18713 * (bug 28166) UploadBase assumes that 'edit' and 'upload' rights are not per
18714   page restrictions.
18715 * Make truncate function automatically consider length of '...' string,
18716   since length can vary by localization.
18717 * (bug 28242) Make redirects generated by urls containing a local interwiki
18718   prefix be a 301 instead of a 302.
18719 * (bug 15641) blocked administrators are now prevented from deleting or
18720   protecting their own talk page; and all blocked users are more
18721   comprehensively prevented from performing other actions.
18722 * (bug 27893) Edit-on-doubleclick now applies only on view and purge actions;
18723   no longer triggers unexpectedly on delete, history etc.
18724 * (bug 28417) Fix PHP notice when importing revision without a listed id.
18725 * (bug 28430) Make html and TeX output of <math> always be left-to-right.
18726 * (bug 28306) Fix exposure of suppressed usernames in ForeignDBRepo.
18727 * (bug 28372) Fix bogus link to suppressed file versions in ForeignDBRepo.
18728 * (bug 27473) Fix regression: bold, italic no longer interfere with linktrail
18729   for ca, kaa.
18730 * (bug 28444) Fix regression: edit-on-doubleclick retains revision id again.
18731 * &apos; character entity is now allowed in wikitext.
18732 * UtfNormal::cleanUp on an invalid utf-8 sequence no longer returns false if
18733   intl installed.
18734 * (bug 28561) The css class small will no longer make nested elements even
18735   smaller.
18736 * (bug 13172) Array type exif data (like GPS) was not being extracted from
18737   images.
18738 * (bug 28532) wfMsgExt() and wfMsgWikiHtml() use $wgOut->parse().
18739 * (bug 16129) Transcluded special pages expose strip markers when they output
18740   parsed messages.
18741 * (bug 27249) "Installed software" table in Special:Version should always be
18742   left-to-right.
18743 * (bug 28719) Do not call mLinkHolders __destruct explicitly.
18744 * (bug 21196) Article::getContributors() no longer fails on PostgreSQL.
18745 * (bug 28752) XCache doesn't work in CLI mode.
18746 * (bug 28076) Thumbnail height limited to 360 pixels on Special:Listfiles.
18747 * (bug 22227) Special:Listfiles no longer throws an error on bogus file entries.
18748 * (bug 19408) user_properties.up_property: 32 bytes is not enough.
18749 * (bug 25262) Fix for minification of hardcoded data: URIs in CSS.
18750 * (bug 29263) Add LTR class to the shared CSS to be used for left-to-right text
18751   such as SQL queries shown in dberrortext and similar messages in RTL
18752   environments.
18753 * (bug 14977) Fixed $wgServer detection in cases where an IPv6 address is used
18754   as the server name.
18755 * The View X deleted revisions is now shown again on Special:Upload.
18756 * (bug 29071) mediawiki.action.watch.ajax.js should pass uselang to API.
18757 * (bug 28868) Show total pages in the subtitle of an image on the
18758   file description page for multi-paged documents.
18759 * (bug 28883) Message names for different compression types commonly
18760   used in Tiff files.
18761 * When transcluding a special page, do not let it interpret url parameters.
18762 * (bug 28887) Special page classes are no longer re-used during 1 request.
18763 * (bug 28888) Searching for something starting with a # sign no longer tells
18764   the user a page named [[:]] already exists.
18765 * (bug 23002) Imagelinks table not updated after imagemove.
18766 * (bug 27864) Transcluding {{Special:Prefix}} with empty prefix now lists all
18767   pages.
18768 * (bug 18803) JPEG2000 images should not be uploadable as .jpg files.
18769 * (bug 11868) If using links to count articles, the checking will now be based
18770   on the real presence of an internal link instead of the "[[" string.
18771 * (bug 28287) The "your changes" box for edit conflicts is now read-only.
18772 * (bug 28940) When making a thumb of an SVG, and only specifying the height
18773   make the width be the max SVG size, not the natrual width of the SVG.
18774 * (bug 1780) Uploading files with non-ascii characters are now forbidden on
18775   Windows.
18776 * (bug 23464) File: prefixes are now chopped off during uploading.
18777 * (bug 28174) Message config-logo-help amended to not explicitly assume any
18778   LTR/RTL screen layout.
18779 * (bug 28992) Revision numbers in the patrol log are transformed in the user
18780   language.
18781 * (bug 27073) ResourceLoaderDynamicStyles marker should be dynamically appended
18782   to the document head if it doesn't exist.
18783 * (bug 27023) After the document is ready, mw.loader is broken (calls callback
18784   before module is parsed).
18785 * (bug 4330) External URLs without a custom title should be treated as LTR,
18786   even in RTL text.
18787 * (bug 29055) Make "don't send email on minor edits" preference apply to
18788   changes to talk page in addition to watchlist edits.
18789 * (bug 28272) Special:AllMessages should have only one "Go" button.
18790 * (bug 29101) Special:FileDuplicateSearch no longer shows silly message.
18791 * (bug 29048) jQuery.tabIndex: firstTabIndex() should not output the same
18792   as lastTabIndex().
18793 * (bug 29332) Warn if user requests mediawiki-announce subscription but does not
18794   enter an e-mail address.
18795 * (bug 25375) Add canonical namespaces to "wgNamespaceIds" in mw.config.
18796 * The class JpegOrTiffHandler was renamed ExifBitmapHandler.
18797 * (bug 29443) Special:Undelete should use JavaScript to invert all checkboxes
18798   instead of reloading the page.
18799 * (bug 29325) Setting $wgStrictFileExtensions to false no longer gives incorrect
18800   warning.
18801 * (bug 29437) Multiple apostrophes in deleted article title cause odd rendering.
18802 * (bug 29485) RSS feed of Special:RecentChange grouped together multiple
18803   consecutive edits by same user in included diff, but then linked to
18804   a single ungrouped diff.
18805 * Do not try to group together a page creation and edit in the RSS feed of RC.
18806 * (bug 29342) Patrol preferences shouldn't be visible to users who don't have
18807   patrol permissions.
18808 * (bug 29471) Exception no longer thrown for files with invalid date in
18809   metadata.
18810 * (bug 29492) Long-running steps in the installer (such as Upgrade and Install)
18811   no longer cause timeouts.
18812 * (bug 29507) Change 'image link' to 'file link' in Special:Whatlinkshere.
18813 * If the db is really screwed up, and doesn't have a recentchanges table,
18814   make the updater throw an exception instead of a fatal.
18815 * wfArrayToCGI() and wfCgiToArray() now handle nested and associative arrays
18816   correctly.
18817 * (bug 29567) mw.util.addPortletLink should only wrap link in <span> for
18818   "vectorTabs" portlets.
18819 * (bug 8556) Incorrect session failure warning on preview-on-open
18820   namespaces (categories) when combined with $wgRawHtml.
18821 * Use content language in formatting of dates in revertpage message
18822   (rollback revert edit summary) and do not adjust for user timezone.
18823 * (bug 29277) MediaWiki:Filepage.css is also shown on the local wiki
18824 * Make sure Backlink cache does not retrieve interwiki redirects when looking
18825   for redirects to a local page.
18826 * (bug 6100) Allow different directionality (LTR/RTL) for user interface
18827   and wiki content, along with many other RTL and directionality improvements
18828   (such as bugs 28030, 12406, 28349).
18829 * (bug 29712) Removed broken defaultUserOptionOverrides in MessagesXx files and
18830   unneeded CSS flipping of quickbar. Instead, introduce option 5 which sets
18831   left/right according to the directionality of your interface language.
18832 * (bug 19514) Unordered list list-style-image should be IE6-compatible (8-bit).
18833 * (bug 27410) The tag filter on a history page is now within a <label> element.
18834 * (bug 29779) DairikiDiff/WikiDiff <ins> and <del> should undo browser default
18835   styling (strike/underline).
18836 * (bug 28630) Add iwlinks, langlinks, redirect to
18837   RefreshLinks::deleteLinksFromNonexistent.
18838 * (bug 29797) Error: "Tried to load block with invalid type" when subpages
18839   are disabled for user pages.
18840 * (bug 12205) Bidirectional names in action=credits are split and displayed
18841   incorrectly when wrapped to the next line.
18842 * (bug 20781) Move 'mainpagetext' messages to installer's .i18n file.
18843 * (bug 29737) "MediaWiki:Qbsettings-directionality" should refer to script,
18844   not language.
18845 * (bug 26360) $wgSessionHandler was overriding system settings unconditionally.
18846 * Removed AjaxFunctions.php. The last remaining function js_unescape() was moved
18847   to the FCKEditor extension.
18848 * (bug 28762) Resizing to specified height broken for very thin images.
18849 * (bug 29959) Installer fatal when cURL and allow_url_fopen is disabled and user
18850   tries to subscribe to mediawiki-announce.
18851 * (bug 27427) mw.util.getParamValue shouldn't return value from hash even if
18852   param is only present in hash.
18853 * Installer checked for magic_quotes_runtime instead of register_globals.
18854 * (bug 30131) XCache with variable caching disabled no longer used for variable
18855   caching (CACHE_ACCEL)
18856 * $wgSVGMaxSize is now applied to the smaller of width or height, making very
18857   wide pano/timeline/diagram SVGs renderable at saner sizes.
18858 * (bug 30219) The page shown when LocalSettings.php does not exist was broken on
18859   Windows servers.
18860 * (bug 30074) Moving user JS subpages resulted in JS errors because
18861   #REDIRECT [[Foo]] is invalid JS.
18862 * (bug 30335) Fix for HTMLForms using GET breaking when non-friendly URLs
18863   are used.
18864 * (bug 30264) Changed installer-generated LocalSettings.php to use
18865   require_once() instead of require() for included extensions.
18866 * Tracking categories are no longer shown in footer for special pages.
18867 * (bug 30684) Fix bad escaping in mw.message for inexistent messages (i.e.
18868   <key>).
18869 * $wgOverrideSiteFeed no longer double escapes urls.
18870 * The preprocessor no longer fails with a PHP warning about XML_PARSE_HUGE when
18871   processing complex pages using newer versions of libxml2.
18872 * (bug 30907) Special:Unusedcategories should sort ascendingly.
18873 * (bug 28545) When using the uca-default collation, sortkey's starting with a
18874   space (U+20) will sort under an invisible header like in 1.16 rather than a
18875   U+6DE.
18876 * (bug 30192) Thumbnails of archived files are now deleted.
18877 * (bug 30843) mediawiki.Title should not convert extensions (anything after the
18878   last full stop) to lower case).
18879 * (bug 31213) Exception thrown when trying to move file cross-namespace.
18880 * (bug 18424) Special:Prefixindex and Special:Allpages paging links are
18881   really small, and somewhat inconsistent with each other.
18882 * (bug 30466) Entries in iwlinks table are now cleared when moving a page over
18883   redirect.
18884 * (bug 31674) Can't edit watchlist if it contains special pages.
18885 * (bug 32100) Installer complains about Suhosin GET limit even if it is
18886   already set above 1024 bytes.
18888 === API changes in 1.18 ===
18889 * BREAKING CHANGE: action=watch now requires POST and token.
18890 * (bug 26339) Throw warning when truncating an overlarge API result.
18891 * (bug 14869) Add API module for accessing QueryPage-based special pages.
18892 * (bug 14020) API for Special:Unwatchedpages.
18893 * (bug 24287) Wrap API Help output at 100 characters.
18894 * Add a realname uiprop option to query=userinfo so a user's realname can be
18895   extracted.
18896 * Add a &watchuser option to ApiBlock.
18897 * (bug 26541) Generator-ise ApiQueryRecentChanges.
18898 * action=parse now correctly returns an error for nonexistent pages.
18899 * (bug 25767) Add userrights properties to allusers and users query lists.
18900 * (bug 26558) list=allusers auprop=groups does not list groups a user is
18901   automatically a member of.
18902 * (bug 26559) list=allusers auprop=rights does not match
18903   list=users usprop=rights.
18904 * (bug 26560) On allusers if limit < total number of users, last user gets
18905   duplicate.
18906 * (bug 25135) add "normalized" to action=parse.
18907 * (bug 26460) Add support for listing category members by category pageid.
18908 * (bug 26482) add a imimages param to prop=images.
18909 * (bug 26498) allow LinksUpdate with API.
18910 * (bug 26485) add a elextlinks param to prop=extlinks.
18911 * (bug 26483) add a iwtitles param to prop=iwlinks.
18912 * (bug 26484) add a lltitles param to prop=langlinks.
18913 * (bug 26480) add a pppageprops param to prop=pageprops.
18914 * (bug 26650) Remove $wgAPICacheHelp in favour of $wgAPICacheHelpTimeout.
18915 * (bug 24650) Fix API to work with categorylinks changes.
18916 * Expose list of skins in meta=siteinfo.
18917 * (bug 26548) Add iiurlparam param to query=imageinfo and query=stashimageinfo.
18918 * (bug 27205) aiprop=metadata and aiprop=parsedcomment need help text.
18919 * Add a amtitle param to meta=allmessages.
18920 * (bug 25832) query=allimages now outputs ns/title as well.
18921 * (bug 27199) Thumbnail urls can be fetched for old files as well.
18922 * (bug 27376) when using ApiBase::PARAM_TYPE => 'integer' without a min or
18923   max value, API doesn't validate the input is actually an integer.
18924 * (bug 27479) API error when using both prop=pageprops and
18925   prop=info&inprop=displaytitle.
18926 * (bug 27554) Update API information text to reflect change in bug 26125.
18927 * (bug 27611) list=blocks: Use ipb_by_text instead of join with user table.
18928 * (bug 27616) Add userid of blocked user and blocker to list=blocks.
18929 * (bug 27688) Simplify queries to list user block information.
18930 * (bug 27708) list=users does not have a property to return user id.
18931 * (bug 27715) imageinfo didn't respect revdelete.
18932 * (bug 27862) Useremail module didn't properly return success on success.
18933 * (bug 27590) prop=imageinfo now allows querying the media type.
18934 * (bug 27587) list=filearchive now outputs full title info.
18935 * (bug 27018) Added action=filerevert to revert files to an old version.
18936 * (bug 27897) list=allusers and list=users list hidden users.
18937 * (bug 27717) API's exturlusage module does not respect $wgMiserMode.
18938 * (bug 27588) list=filearchive&faprop=sha1 returns empty attribute.
18939 * (bug 28010) Passing a non existent user to list=users gives internal error.
18940 * (bug 27549) action=query&list=users&usprop=groups doesn't show implicit
18941   groups if a user doesn't have explicit groups.
18942 * (bug 27670) Ordering by timestamp (and usage of start and end) isn't as clear
18943   in auto generated document, as it is on mediawiki.org.
18944 * (bug 27182) API: Add filter by prefix for meta=allmessages.
18945 * (bug 27183) API: Add filter by customisation state for meta=allmessages.
18946 * (bug 27340) API: Allow listing of "small" categories.
18947 * (bug 27342) Add audir param to list=allusers.
18948 * (bug 27203) add fato param to list=filearchive.
18949 * (bug 27341) Add drto param to list=deletedrevs.
18950 * (bug 26630) Add API for Special:ActiveUsers.
18951 * (bug 27020) API: Allow title prefix search of logevents (only when not in
18952   miser mode).
18953 * (bug 26629) add Special:MIMESearch to API.
18954 * (bug 27585) add pagecount to list=filearchive.
18955 * (bug 28104) Namespace for local pages in interwiki backlinks (iwbacklinks)
18956   is missing.
18957 * (bug 27343) Add parseddescription to list=filearchive.
18958 * (bug 27469) label implicit groups in list=allusers&auprop=groups/
18959   list=users&usprop=groups.
18960 * Addition of APIQuerySiteInfoGeneralInfo hook to add extra information to
18961   the general site info results.
18962 * (bug 16288) API: consider making closure status of wikis more clear
18963   with meta=siteinfo.
18964 * (bug 27589) list=allimages&aiprop=archivename is useless.
18965 * (bug 27586) Remove duplication of props in ApiQueryStashImageInfo
18966   by using ApiQueryImageInfo.
18967 * (bug 28226) prop=extlinks&eloffset should be an integer.
18968 * (bug 28070) Fix watchlist RSS for databases that store timestamps in a
18969   real timestamp field.
18970 * API upload errors may now return the parameter that needs to be changed and
18971   a sessionkey to fix the error.
18972 * (bug 28249) allow dupes in meta=allmessages&amargs.
18973 * (bug 28263) cannot import xml with the API, when have not "import" user
18974   right, but "importupload".
18975 * (bug 28365) Added description for uiprop=preferencestoken in meta=userinfo.
18976 * (bug 28394) Set forgotten parameters types in ApiUnblock.
18977 * (bug 28395) Set forgotten parameters types in ApiParse.
18978 * (bug 28368) add hint for multipart/form-data to API information of
18979   action=import&xml=.
18980 * (bug 28391) action=feedwatchlist&allrev should be a bool.
18981 * (bug 28364) add registration date to meta=userinfo.
18982 * (bug 28254) action=paraminfo: Extract type from PARAM_DFLT if
18983   PARAM_TYPE is not set.
18984 * (bug 27712) add parent_id to list=deletedrevs.
18985 * (bug 28455) Add 'toponly' to recentchanges API module.
18986 * (bug 26873) API: Add 'toponly' filter in usercontribs module.
18987 * (bug 28586) YAML: strings that are the same as boolean literals.
18988 * (bug 28591) Update/replace/supplement spyc (YAML parsing library).
18989 * YAML API output is now 1.2 compliant, using JSON as the formatter.
18990 * (bug 28672) give information about misermode on API.
18991 * (bug 28558) Add iw_api and iw_wikiid to meta=siteinfo&siprop=interwikimap
18992 * (bug 26882) Allow listing of indefinite protections with the API.
18993 * (bug 27344) add drprefix param to list=deletedrevs.
18994 * (bug 28560) list=deletedrevs should die, if combination of param is invalid.
18995 * (bug 28238) paraminfo: output both limits for multi param.
18996 * (bug 27179) API: List of extension tags through meta=siteinfo.
18997 * Get a list of function hooks through meta=siteinfo.
18998 * Get a list of all subscribed hooks, and those subscribers.
18999 * (bug 28225) Allow hiding of user groups in list=allusers.
19000 * (bug 27185) API: Add Special:ComparePages.
19001 * (bug 28265) allow outputting of comments for action=expandtemplates.
19002 * (bug 27790) Add query type for querymodules to output of ApiParamInfo.
19003 * (bug 28963) Add langbacklinks query module to the api.
19004 * (bug 27593) API should return error message when sha1/sha1base36 is invalid.
19005 * (bug 28578) API's parse module should not silently override invalid
19006   title inputs.
19007 * (bug 20699) Watchlist API should list log-events.
19008 * (bug 29070) Require a token in API action=watch.
19009 * (bug 29221) Expose oldrevid in ApiQueryWatchlist output.
19010 * (bug 29267) Always give the servername for meta=siteinfo&siprop=dbrepllag.
19011 * (bug 28897) rvparse now respects rvsection for action=query&prop=revisions.
19012 * (bug 25734) API: Possible issue with revids validation.
19013 * (bug 28002) Internal error in ApiFormatRaw::getMimeType.
19014 * (bug 29237) ApiQuery now has an option to output the "iwurl" attribute.
19015 * (bug 28392) Mark action=undelete&timestamps as type "timestamp".
19016 * (bug 21346) Make deleted images searchable by hash (disabled in Miser Mode).
19017 * (bug 27595) sha1 search of list=filearchive does not work.
19018 * (bug 26763) Make RSS/Atom of user contributions more visible.
19019 * (bug 25133) Allow redirects also for action=parse&pageid.
19020 * (bug 29745) Fatal error in API search.
19021 * (bug 29476) API returns page title instead of sectiontitle for
19022   srprop=sectiontitle.
19023 * Correct the documentation of srprop properties.
19024 * (bug 28817) Add reference help page link to API Modules.
19025 * (bug 29935) Improve formatting of examples in ApiParamInfo.
19026 * (bug 29938) list=users&usprop=rights shows rights the user doesn't have.
19027 * (bug 24781) The API will include an XML namespace if the includexmlnamespace
19028   parameter is set.
19029 * (bug 29392) Setting the start or end parameter now works with lists blocks,
19030   categorymembers, deletedrevs, logevents, protectedtitles, usercontributions
19031   and watchlist in Postgres.
19033 === Languages updated in 1.18 ===
19035 MediaWiki supports over 330 languages. Many localisations are updated
19036 regularly. Below only new and removed languages are listed, as well as
19037 changes to languages because of Bugzilla reports.
19039 * Angika (anp) (new).
19040 * Brahui (brh) (new).
19041 * Central Dusun (dtp) (new).
19042 * Jamaican Creole English (jam) (new).
19043 * Khowar (khw) (new).
19044 * Liv (liv) (new).
19045 * Kichwa (qug) (new).
19046 * Tokipona (tp) (removed) 'tokipona' is still  valid.
19047 * (bug 17160) Gender specific display text for User namespace.
19048 * Link trail added for sl and sh.
19049 * (bug 27633) Add characters to linkTrail for Portuguese (pt and pt-br).
19050 * (bug 27426) Set $namespaceGenderAliases for Arabic (ar).
19051 * (bug 27385) Set Polish $namespaceGenderAliases.
19052 * (bug 27681) Set $namespaceGenderAliases for Portuguese (pt and pt-br).
19053 * (bug 27785) Fallback language for Kabardian (kbd) is English now.
19054 * (bug 27825) Raw watchlist edit message now uses formatted numbers.
19055 * (bug 28040) Turkish: properly lower case 'I' to 'i' (dotless i) and
19056   uppercase 'i' to 'I' (dotted i).
19057 * Conversion script between Syllabics and Latin for the Inuktitut language.
19058 * Date formats for Indonesian (id) updated.
19059 * Bhojpuri (bho) (renamed from "bh").
19060 * (bug 29031) When translating block log entries, indefinite, infinite, and
19061   infinity are now considered the same.
19062 * Aromanian (rup) (renamed from "rua-rup").
19063 * Kashmiri (ks) split into Kashmiri (Perso-Arabic) (ks-arab) and Kashmiri
19064   (Devanagari) (ks-deva). Defaults to ks-arab.
19065 * (bug 30864) Use bengali numerals for <ol> for Assamese.
19066 * (bug 30817) Restored linktrail for kk (Kazakh).
19067 * (bug 27398) Add $wgExtraGenderNamespaces for configured gendered namespaces.
19068 * (bug 30846) New LanguageOs class.
19070 === Other changes in 1.18 ===
19071 * Removed legacy wgAjaxWatch javascript global object, no longer in use.
19072 * (bug 28556) Upload support for MacBinary files has been removed (Used by
19073   Internet Explorer 5 for Mac OS 9).
19074 * On wiki farm setups using $wgConf, 'wgCanonicalServer' is now expected to be
19075   set for all wikis. This was already the case for 'wgServer'.
19077 == MediaWiki 1.17 ==
19079 == MediaWiki 1.17.5 ==
19080 2012-06-12
19082 This is a security release of the MediaWiki 1.17 branch.
19084 === Summary of selected changes in 1.17 ===
19086 Selected changes since MediaWiki 1.16 that may be of interest:
19088 * A new installer has been introduced. It has a wizard-style interface which is
19089   translated into many languages. Many shortcomings in the old installer were
19090   addressed with this rewrite. Note that it is no longer required for the config
19091   directory to be made writable by the webserver. Instead the generated
19092   LocalSettings.php file is offered as a download, which you must then upload
19093   to the wiki's base directory.
19095 * ResourceLoader, a new framework for delivering client-side resources such as
19096   JavaScript and CSS, has been introduced. These resources are now delivered
19097   through the new entry point script "load.php", instead of as static files
19098   served directly by the web server. This allows minification, compression and
19099   client-side caching to be used more effectively, which should provide a net
19100   performance improvement for most users.
19102 * Category sorting has been improved.
19103 ** Sorting is now case insensitive.
19104 ** Sub-categories, pages and files can now be paged separately.
19105 ** When several pages are given the same sort key, they sort by their
19106    names instead of randomly.
19108 * The lowest supported version of PHP is now 5.2.3. If necessary, please
19109   upgrade PHP prior to upgrading MediaWiki.
19111 === Changes since 1.17.4 ===
19113 * (bug 36938) Correctly escape uselang attribute to prevent xss
19114 * Expanded Blacklist for SVG Files
19116 === Changes since 1.17.3 ===
19118 * (bug 35961) Hash comparison should always be strict.
19119 * Fix broken email confirmation expiration caused by MWCryptRand changes.
19120 * (bug 35671) PHP Notice: Undefined index: gettoken in includes/api/ApiMain.php
19121   on line 598.
19123 === Changes since 1.17.2 ===
19125 * (bug 22555) Remove or skip strip markers from tag hooks like &lt;nowiki&gt; in
19126   core parser functions which operate on strings, such as padleft.
19127 * (bug 34212) ApiBlock/ApiUnblock allow action to take place without a token
19128   parameter present.
19129 * (bug 34907) Fixed exposure of tokens through load.php that could have
19130   facilitated CSRF attacks.
19131 * (bug 35317) CSRF in Special:Upload.
19133 === Changes since 1.17.1 ===
19134 * (bug 33117) prop=revisions allows deleted text to be exposed through cache
19135   pollution.
19136 * (bug 32709) Private Wiki users were always taken to Special:Badtitle on login.
19138 === Changes since 1.17.0 ===
19140 * (bug 29535) Added missing Creative Commons CC0 icon.
19141 * (bug 29726) Fixed failure to load internationalization messages in
19142   client-side scripts on WebKit-based browsers.
19143 * Fixed a bug in message transformation where the previous language could leak
19144   into later transformations in the UI language.
19145 * (bug 29091) Fixed form of native name for Ossetic language (Иронау -> Ирон)
19146 * Fixed maintenance scripts upgrade1_5.php and rebuildImages.php, they did not
19147   work at all since 1.17 beta 1.
19148 * (bug 29531) Fixed img_auth.php for thumbnails and other filenames with
19149   multiple dots, was broken by the fix for bug 28840.
19150 * In the maintenance script purgeList.php, fixed a fatal error when a page
19151   title is given, instead of a URL.
19152 * (bug 19514) Unordered list list-style-image should be IE6-compatible (8-bit).
19153 * Installer checked for magic_quotes_runtime instead of register_globals.
19154 * $wgSVGMaxSize is now applied to the smaller of width or height, making very
19155   wide pano/timeline/diagram SVGs renderable at saner sizes.
19156 * (bug 29959) Installer fatal when cURL and allow_url_fopen is disabled and user
19157   tries to subscribe to mediawiki-announce.
19158 * Installer checked for magic_quotes_runtime instead of register_globals
19159 * (bug 30131) XCache with variable caching disabled no longer used for variable
19160   caching (CACHE_ACCEL)
19161 * (bug 30264) Changed installer-generated LocalSettings.php to use
19162   require_once() instead require() for included extensions.
19163 * (bug 26486) ResourceLoader modules with paths to nonexistent files cause PHP
19164   warnings/notices to be thrown
19165 * (bug 30907) Special:Unusedcategories should sort ascendingly.
19166 * (bug 30219) The page shown when LocalSettings.php does not exist was broken on
19167   Windows servers.
19168 * Hardcoded NLS_NUMERIC_CHARACTERS for Oracle DB to prevent type conversion
19169   errors.
19170 * Fixed recentchanges FK violation on page delete and cache purge error in
19171   updater for Oracle DB.
19172 * (bug 32276) Skins were generating output using the internal page title which
19173   would allow anonymous users to determine whether a page exists, potentially
19174   leaking private data. In fact, the curid and oldid request parameters would
19175   allow page titles to be enumerated even when they are not guessable.
19176 * (bug 32616) action=ajax requests were dispatched to the relevant internal
19177   functions without any read permission checks being done. This could lead to
19178   data leakage on private wikis.
19180 === Changes since 1.17.0rc1 ===
19182 * Fixed syntax error in generated LocalSettings.php when a non-default user
19183   rights profile is chosen.
19184 * (bug 29399) Fixed PostgreSQL installation when the DB user for installation
19185   is the same as the one for web access.
19186 * (bug 29233) Fixed failover for DB slave servers. When a DB slave went down,
19187   an error was immediately shown to the user, instead of trying another slave.
19188   Was broken since 1.17 beta 1.
19189 * (bug 29278) Fixed PHP fatal error when attempting to add text to a page via a
19190   redirect.
19191 * (bug 29408) Fixed uploads of files with MIME types that aren't detected by
19192   MediaWiki.
19193 * Removed DEFAULT '' NOT NULL field definitions from Oracle DB schema because
19194   using the DEFAULT value ('') in DML broke Oracle backend as it treats an
19195   empty VARCHAR2 value as NULL. Indexes on Oracle do not require NOT NULL
19196   fields.
19198 === Changes since 1.17 beta 1 ===
19200 * Fixed warning about missing file "password.js".
19201 * When installing on MySQL, don't attempt to create a new database user if the
19202   same user is used for installation and web access.
19203 * Fixed SQL query errors in queries with table aliases.
19204 * (bug 27891) Fixed the "chronology protector", broken since 1.17beta1, which
19205   ensures that when database replication is used, the new version is seen by
19206   the user immediately after they create or edit an article.
19207 * (bug 28845) Allow PostgreSQL installation using a non-root user account which
19208   has role creation abilities.
19209 * When installing on PostgreSQL and the install account is the same as the web
19210   account, check to make sure that the account has suitable privileges in the
19211   mediawiki schema.
19212 * (bug 28172) Fixed error in PostgreSQL installation when creating the wiki
19213   sysop account.
19214 * Fixed an issue with the Oracle installer in cases where the user is different
19215   to the database name.
19216 * Added "unblockself" to the list of available rights.
19217 * In the installer, fixed the "user rights profile" option, it never worked.
19218 * (bug 29117) Fixed Hebrew localisation of the installer.
19219 * (bug 28840) Reduce the collateral damage caused by the fix for bug 28235 (XSS
19220   on Internet Explorer 6 due to a file extension in the query string) by
19221   reducing the number of URLs that are blocked, and by redirecting the request
19222   to a safer URL where possible instead of blocking it.
19223 * (bug 28812) Fixed documentation of API action=parse.
19224 * (bug 28979) Fixed styling of <abbr> and <acronym>.
19225 * Fixed the error message displayed when you try to create an account by email,
19226   but an email address is not given.
19227 * Fixed JS error due to missing dependency for jquery.suggestions.
19228 * Exposed $wgExtensionAssetsPath in JavaScript.
19229 * (bug 28738) Made ResourceLoader support environments with small URL length
19230   limits. The length limit can be configured via
19231   $wgResourceLoaderMaxQueryLength, and this is set automatically in the
19232   generated LocalSettings.php when the php.ini variable
19233   "suhosin.get.max_value_length" is set. When a URL exceeds this limit, the
19234   request is split up. Also, reduced the average length of load.php URLs by
19235   using a more compact parameter format.
19236 * (bug 25262) Fix for minification of hardcoded data: URIs in CSS.
19237 * (bug 25124) Respect $wgStyleDirectory in ResourceLoader.
19238 * Allow installation when no HTTP client is available, don't throw an exception.
19239 * (bug 27465) Fix metadata extraction for SVG files using unusual namespace
19240   names.
19241 * (bug 29174) Fix regression in upload-by-URL: uploading files larger than the
19242   PHP memory limit should work again.
19243 * Fixed the display of comments in the new user log.
19244 * (bug 28237) When installing extensions using the web-based installer, create
19245   any necessary database tables.
19246 * (bug 28983) Fixed automated installation of extensions that overwrite $path.
19247 * Fixed error caused by missing magic words.
19248 * Fixed breakage of article editing in PostgreSQL due to text search
19249   configuration errors.
19250 * Fixed the HTTPS client used when Curl is not available. This avoids an error
19251   during install about failure of the mediawiki-announce subscription.
19252 * (bug 28162) When installing to PostgreSQL, respect the "database port" input,
19253   it was ignored.
19255 === Configuration changes in 1.17 ===
19257 * $wgLogAutocreatedAccounts controls whether autocreation of accounts is logged
19258   to new users log.
19259 * (bug 22858) $wgLocalStylePath is by default set to the same value as
19260   $wgStylePath but should never point to a different domain than the site is
19261   on, allowing skins to use .htc files which are not cross-domain friendly.
19262 * $wgFileStore has been deprecated. The only usage $wgFileStore['deleted'] has
19263   been turned into $wgDeletedDirectory.
19264 * $wgDeletedDirectory has been added to specify what directory to place deleted
19265   uploads in.
19266 * IBM DB2 database no longer uses the db specific $wgDBport_db2 variable but the
19267   normal $wgDBport.
19268 * $wgCategoryPrefixedDefaultSortkey was removed and is now always false.  This
19269   provides more sensible sorting behavior for categories.
19270 * Removed unused globals: $wgEnableSerializedMessages, $wgCheckSerialized,
19271   $wgUseMemCached, $wgDisableSearchContext, $wgColorErrors, $wgUseZhdaemon,
19272   $wgZhdaemonHost and $wgZhdaemonPort.
19273 * (bug 24408) The include_path is not modified in the default LocalSettings.php
19274 * $wgVectorExtraStyles was removed, and is no longer in use.
19275 * Removed $wgUpdates for database updates; extensions should use
19276   DatabaseUpdater::addExtensionUpdate() via the LoadExtensionSchemaUpdates hook.
19277 * Removed $wgServerName. It doesn't need to be set anymore and is no longer
19278   available as input for other configuration items, either.
19279 * It's no longer necessary for LocalSettings.php to include DefaultSettings.php.
19280 * It's no longer necessary to set $wgCacheEpoch to the file modification time
19281   of LocalSettings.php, in LocalSettings.php itself. Instead, this is done
19282   automatically if $wgInvalidateCacheOnLocalSettingsChange is true (which is
19283   the default).
19284 * $wgCopyrightIcon is deprecated and $wgFooterIcons['copyright']['copyright']
19285   should be used instead.
19286 * $wgSysopUserBans is deprecated, and will be made permanently true in 1.18.
19287   If you need this functionality, you should use the BlockIp hook to filter and
19288   reject such blocks.
19289 * $wgSysopRangeBans is deprecated, you should set $wgBlockCIDRLimit to maximum
19290   (32 for IPv4, 128 for IPv6), equivalent to allowing rangeblocks of only 1
19291   address at a time.
19293 === New features in 1.17 ===
19295 * (bug 10183) Users can now add personal styles and scripts to all skins via
19296   User:<name>/common.css and /common.js (if user css/js is enabled).
19297 * (bug 22748) Add anchors on Special:ListGroupRights.
19298 * (bug 21981) Add parameter 'showfilename' to <gallery> to automatically
19299   apply the names of the individual files within the gallery.
19300 * Future-proof redirection to fragments in Gecko, so things work a little nicer
19301   if they fix <https://bugzilla.mozilla.org/show_bug.cgi?id=516293>.
19302 * Support git:// and mms:// protocols by default for external links.
19303 * (bug 15810) Blocked admins can no longer unblock themselves without the
19304   'unblockself' permission (which they have by default).
19305 * (bug 18499) Added "enhanced" URL parameter to switch between old and enhanced
19306   changes list.
19307 * (bug 22925) "sp-contributions-blocked-notice-anon" message now displayed when
19308   viewing contributions of a blocked IP address.
19309 * (bug 22474) {{urlencode:}} now takes an optional second parameter for type of
19310   escaping.
19311 * Special:Listfiles now supports a username parameter.
19312 * Special:Random carries over query string parameters.
19313 * (bug 23206) Add Special::Search hook for detecting successful "Go".
19314 * When visiting a "red link" of a deleted file, a deletion and move log excerpt
19315   is provided on the Upload form.
19316 * (bug 22647) Add category details in search results.
19317 * (bug 23276) Add hook to Special:NewPages to modify query.
19318 * Add accesskey 's' and tooltip to 'Save' button at Special:Preferences.
19319 * Add accesskey 'b' and tooltip to the summary field of edit mode.
19320 * (bug 20186) Allow filtering Special:Contributions for RevisionDeleted edits.
19321 * ajaxwatch now uses the API and JQuery, and can be used to animate arbitrary
19322   watch links, not just to watch the page the link is on.
19323 * (bug 20976) "searchmenu-new-nocreate" message now displayed when there
19324   is no title match in search and the user has no rights to create pages.
19325 * (bug 23429) Added new hook WatchlistEditorBuildRemoveLine.
19326 * (bug 22844) Added support for WinCache object caching (for IIS).
19327 * (bug 23580) Add two new events to LivePreview so that scripts can be notified
19328   about the beginning and finishing of LivePreview actions.
19329 * (bug 21278) Now the sidebar allows inclusion of wiki markup.
19330 * (bug 23733) Add IDs to messages used on CSS/JS pages.
19331 * Show validity period of the login cookie in Special:UserLogin and
19332   Special:Preferences.
19333 * Interlanguage links display the page title in their tooltip.
19334 * (bug 23621) New Special:ComparePages to compare (diff) two articles.
19335 * (bug 4597) Provide support in Special:Contributions to show only "current"
19336   contributions
19337 * (bug 17857) {{anchorencode}} acts more like how the parser creates section ids
19338 * (bug 21477) \& can now be used in <math>
19339 * (bug 11641) \dotsc \dotsm \dotsi \dotso can now be used in <math>
19340 * (bug 21475) \mathtt and \textsf can now be used in <math>
19341 * texvc is now run via ulimit4.sh, to limit execution time.
19342 * SQLite now supports $wgSharedDB.
19343 * (bug 8507) Group file links by namespace:title on image pages.
19344 * Stop emitting named entities, so we can use <!DOCTYPE html> while still being
19345   well-formed XML.
19346 * texvc now supports \bcancel and \xcancel in addition to \cancel and \cancelto
19347 * Added scriptExtension setting to $wgForeignFileRepos.
19348 * ForeignApiRepo uses scriptDirUrl if apiBase not set.
19349 * (bug 24212) Added MediaWiki:Filepage.css which is also included on foreign
19350   client wikis.
19351 * (bug 14685) Double underscore magic word usage is now tracked in the
19352   page_props table, as well as the behavioral magic words {{DEFAULTSORT}} and
19353   {{DISPLAYTITLE}}
19354 * (bug 24045) MediaWiki:Ipb-needreblock is now wrapped in a div with class
19355   "mw-ipb-needreblock"
19356 * Non-file pages can no longer be moved to the file namespace, nor vice versa.
19357 * (bug 671) The <dfn>, <kbd> and <samp> elements have been whitelisted in user
19358   input.
19359 * (bug 21503) There's now a "reason" field when creating account for other
19360   users.
19361 * (bug 24418) action=markpatrolled now requires a token.
19362 * A variety of category sort-related fixes, including:
19363 ** (bug 164) In English, lowercase and uppercase letters now sort the same.
19364 ** (bug 1211) Subcategories, ordinary pages, and files now page separately.
19365 ** When several pages are given the same sort key, they sort by their names
19366    instead of randomly.
19367 * (bug 23848) Add {{ARTICLEPATH}} Magic Word.
19368 * (bug 8140) Add dedicated CSS classes to Special:Newpages elements.
19369 * (bug 11005) Add CSS class to empty pages in Special:Newpages.
19370 * The parser cache is now shared amongst users whose different settings aren't
19371   used in the page.
19372 * Any attribute beginning with "data-" can now be used in wikitext, per HTML5.
19373 * (bug 24007) Diff pages now mention the number of users having edited
19374   intermediate revisions.
19375 * Added new hook GetIP.
19376 * Special:Version now displays whether a SQLite database supports full-text
19377   search.
19378 * TS_ISO_8691_BASIC was added as a time format, which is used by ResourceLoader
19379   for versioning.
19380 * Maintenance scripts get a --memory-limit option to override defaults (which
19381   is usually to set it to -1 to disable the limit).
19382 * (bug 25397) Allow uploading (not displaying) of WebP images, disabled
19383   by default.
19384 * (bug 23194) Special:ListFiles now has thumbnails.
19385 * Use hreflang to specify canonical and alternate links, search engine friendly
19386   when a wiki has multiple variant languages.
19387 * (bug 19593) Specifying --server in now works for all maintenance scripts.
19388 * Now rebuildtextindex.php warns if SQLite doesn't support full-text search.
19389 * (bug 10541) Front/backend separation of installation/upgrade code.
19390 * (bug 10596) Allow installer to enable extensions already in extensions folder.
19391 * (bug 20627) Installer should be in languages other than English.
19392 * Support for metadata in SVG files (title, description).
19393 * Special:Search: Add CSS classes to 'none found' and 'create link' messages.
19394 * Add CSS classes (including namespace and pagename) to the enhanced recent
19395   changes/watchlist entries.
19396 * (bug 22463) Add hook 'SkinGetPoweredBy' to make 'powered by' icon/text
19397   customizable.
19398 * Added CSS print pagination to the print stylesheets.
19399 * (bug 25960) Add <link rel=canonical"> for File pages of shared/foreign
19400   file repositories.
19401 * When viewing a redirect, the redirect arrow and redirection target are both
19402   wrapped in a div that has the class "redirectMsg" so that the redirection
19403   arrow can be customized with CSS.
19404 * (bug 21911) Hard coded limit for long page warning removed. New message
19405   [[MediaWiki:Longpage-hint]] (empty per default) can be used instead.
19406   Parameters: $1 shows the formatted textsize in Byte/KB/MB, $2 is the raw
19407   number of the textsize in Byte.
19408 * (bug 3276) Give image <gallery>s fluid width.
19409 * Added uploads link to page subtitle in Special:Contributions.
19410 * Added Special:Myuploads special page that redirects to Special:Listfiles.
19411 * The footerlinks used in Monobook/Vector/Modern are now part of common skin
19412   code, SkinTemplateOutputPageBeforeExec can be used to customize the list.
19413 * Special wrapping setups can now define MW_CONFIG_FILE to load a config file
19414   other than LocalSettings.php. This is like MW_CONFIG_CALLBACK but works in
19415   some cases where MW_CONFIG_CALLBACK will not work.
19416 * (bug 26574) Added 'upload' to $wgRestrictionTypes, allowing upload protected
19417   pages to be queried via the API and Special:ProtectedPages, and allowing
19418   disabling upload protection by removing it from $wgRestrictionTypes.
19419 * The name attribute of HTMLForm fields can now be overridden by passing a
19420   'name' key in the descriptor array.  Hidden field names are now treated
19421   consistently with other fields and, by default, prefixed with 'wp'.
19422 * (bug 27402) Add support for disabling MWSuggest.
19423 * (bug 26563) Add bytes changed per revision for stub and full article dumps.
19424 * (bug 27508) Add $wgSVGMetadataCutoff to limit the maximum amount of an svg we
19425   look at when finding metadata to prevent excessive resource usage.
19426 * (bug 198) $wgUpgradeKey allows unlocking the web installer for upgrades
19427   without having to move LocalSettings.php
19428 * Added $wgAllowImageTag, which can be set to true to whitelist the <img> tag
19429   in wikitext.
19430 * (bug 12797) Add $wgGalleryOptions for adjusting of default gallery display
19431   options.
19432 * Added the $wgAllowUserCssPrefs option which allows disabling CSS-based
19433   preferences; which can improve page loading speed.
19434 * Added $wgSQLMode for setting database SQL modes - either performance (null)
19435   or other reasons (such as enabling stricter checks).
19436 * (bug 20193) Added $wgVectorShowVariantName global configuration variable
19437   which causes Vector to render the variants drop-down menu with a label
19438   showing the current variant name. This is off by default, pending further
19439   research into its user experience implications.
19440 * The upload link for missing files can now be set separately from the
19441   navigation link with $wgUploadMissingFileUrl.
19442 * $wgAdditionalMailParams added to allow setting extra options to mail() calls.
19443 * Added $wgSecureLogin to optionally login using HTTPS.
19444 * (bug 25728) Added $wgPasswordSenderName to make the name associated
19445   with $wgPasswordSender configurable.
19446 * (bug 22463) $wgFooterIcons added to allow configuration of the icons shown in
19447   the footers of skins.
19448 * $wgFileCacheDepth can be used to set the depth of the subdirectory hierarchy
19449   used for the file cache. Default value is 2, which matches former behavior.
19451 === Bug fixes in 1.17 ===
19453 * (bug 17560) Half-broken deletion moved image files to deletion archive
19454   without updating database.
19455 * (bug 22666) Submitting user block form with an invalid user name no longer
19456   throws an error.
19457 * (bug 22665, bug 22667) User '0' can now be unblocked and have its block
19458   settings changed.
19459 * (bug 22606) The body of e-mail address confirmation message is now different
19460   when the address changed.
19461 * (bug 22664) Special:Userrights now accepts '0' as a valid user name.
19462 * (bug 5210)  Preload parser now parses <noinclude>, <includeonly> and
19463   redirects.
19464 * (bug 22709) IIS7 mishandles redirects generated by OutputPage::output() when
19465   the URL contains a colon.
19466 * (bug 22353) Categorised recent changes now works again.
19467 * (bug 22747) "Reveal my e-mail address in notification e-mails" preference is
19468   now only displayed when relevant.
19469 * (bug 22772) {{#special:}} parser function now works with subpages.
19470 * (bug 18664) Relative URIs in interwiki links cause failed redirects.
19471 * (bug 19270) Relative URIs in interwiki links break interwiki transclusion.
19472 * (bug 22903) Revdelete log entries now show in the user preferred language.
19473 * (bug 22905) Correctly handle <abbr> followed by ISBN.
19474 * (bug 22940) Namespace aliases pointing to main namespace don't work.
19475 * (bug 15810) Blocked admins can no longer block/unblock other users.
19476 * (bug 22876) Avoid possible PHP Notice if $wgDefaultUserOptions is not
19477   correctly set.
19478 * (bug 14952) Page titles are renormalized after html entities are removed so
19479   that links with non-NFC character references work correctly.
19480 * (bug 22991) wgUserGroups JavaScript variable now reports * group for
19481   anonymous users instead of null.
19482 * (bug 22627) Remove PHP notice when deleting a page only hidden users edited.
19483 * (bug 21520) Anonymous previews now also gives a warning about not being
19484   logged in (anonpreviewwarning).
19485 * (bug 22935) image/x-ms-bmp mime type added for BMP files.
19486 * (bug 23024) Special:ListFiles now escapes file names correctly.
19487 * (bug 22867) "View source" tab is now only displayed if there's source text.
19488 * (bug 19393) Feeds now format dates in user language rather than content
19489   language.
19490 * (bug 22852) "Served in" comment is now the time used to cache a single page
19491   when using rebuildFileCache.php
19492 * (bug 22496) Viewing diff of a redirect page without specifying "oldid"
19493   parameter no longer makes the page displayed as being the redirect target.
19494 * (bug 22918) Feed cache keys now use $wgRenderHashAppend.
19495 * (bug 21916) Last-Modified header is now correct when outputting cached feed.
19496 * (bug 20049) Fixed PHP notice in search highlighter that occurs in some cases.
19497 * (bug 23017) Special:Disambiguations now list pages in content namespaces
19498   rather than only main namespace.
19499 * (bug 23063) $wgMaxAnimatedGifArea is checked against the total size of all
19500   frames, and $wgMaxImageArea against the size of the first frame, rather than
19501   the other way around.  Both now default to 12.5 megapixels.  Also, images
19502   exceeding $wgMaxImageArea can still be embedded at original size.
19503 * (bug 23078) "All public logs" option on Special:Log is now always the first
19504   item.
19505 * (bug 16817) Group names in user rights log are now singular and in lowercase.
19506 * Special:Preferences no longer crashes if the wiki default date formatting
19507   style is not valid for the user's interface language.
19508 * (bug 23167) Check the watch checkbox by default if the watchcreations
19509   preference is set.
19510 * Maintenance script cleanupTitles is now able to fix titles stored
19511   in a negative namespace (which is invalid).
19512 * (bug 19858) Removed obsolete <big> in interface messages.
19513 * (bug 21456) "Bad title" error when showing non-local interwiki pages no longer
19514   displays incorrect tabs.
19515 * (bug 23190) Improved math representation for text browsers.
19516 * (bug 22015) Improved upload-by-url error handling and error display.
19517 * (bug 17941) $wgMaxUploadSize is now honored by all upload sources.
19518 * (bug 23080) New usernames now limited to 235 bytes so that custom skin files
19519   work.
19520 * (bug 23075) Correct MediaTransformError default width in gallery.
19521 * (bug 16487) The Anonymous user account used on Postgres is no longer
19522   displayed on Special:Listusers.
19523 * (bug 23313) Move watchlisthidepatrolled above token in watchlist preferences
19524   to enhance preference grouping.
19525 * (bug 23298) Interwiki links with prefix only in log summaries now link to the
19526   correct link.
19527 * (bug 23284) Times are now rounded correctly.
19528 * (bug 23375) Added ogv, oga, spx as extensions for ogg files.
19529 * (bug 18408) All required permissions for uploading (upload, edit, create)
19530   are now checked when loading Special:Upload. Toolbar link for Special:Upload
19531   is no longer shown if the user does not have the required permissions.
19532 * (bug 23397) texvc in html mode renders \sim as &tilde; not &sim;
19533 * (bug 23241) License selector should be disabled during upload of a new
19534   version.
19535 * (bug 23240) Add ID to namespace selector form on Special:Watchlist.
19536 * The pipe | character in urls is now escaped.
19537 * (bug 23422) mp3 files can now be moved.
19538 * (bug 23448) MediaWiki:Summary-preview is now displayed instead of
19539   MediaWiki:Subject-preview when previewing summary.
19540 * (bug 23426) The {{REVISIONMONTH}} variable is now zero-padded and added
19541   new variable {{REVISIONMONTH1}} when unpadded version is needed.
19542 * Special:Userrights didn't recognize user as changing his/her own rights if
19543   user did not capitalize first letter of username.
19544 * (bug 23507) Add styles for printing wikitables.
19545 * (bug 19586) Avoid JS errors in mwsuggest when using old browsers such
19546   as Opera 8.
19547 * (bug 23563) Old skins now support $wgUploadNavigationUrl and take into
19548   account upload rights.
19549 * (bug 1347) Render \phi in math using images, in order to create consistent
19550   and correct render results.
19551 * (bug 16573) Render \epsilon in math using images, in order to create
19552   consistent and correct render results.
19553 * (bug 22541) Support image redirects when using ForeignAPIRepo.
19554 * (bug 22967) Make edit summary length cut-off behave correctly for multibyte
19555   characters.
19556 * (bug 8689) Long numeric lines no longer kill the parser.
19557 * (bug 23740) Article::doRedirect() now use $extraQuery parameter correctly if
19558   the $noRedir parameter is set to true.
19559 * (bug 23688) Correct mime types for Office 2007 OpenXML documents.
19560 * (bug 23787) Corrected $wgDefaultSkin's comment in DefaultSettings.php.
19561 * (bug 23797) Xml::input() now allows '0' for the value parameter.
19562 * (bug 23747) Make sure that on History pages, the RevDel button is not
19563   accidentally activated when hitting enter.
19564 * (bug 23845) Special:ListFiles now uses correct file names without underscores.
19565 * Ask for permanent login in Special:Preferences only if $wgCookieExpiration >
19566   0.
19567 * (bug 16356) Repair dumpInterwiki.inc to use proper normalization.
19568 * (bug 24006) deleteArchivedRevisions.php maintenance script now longer throws
19569   a fatal error.
19570 * (bug 23465) Don't ignore the predefined destination filename on
19571   Special:Upload after following a red link.
19572 * (bug 23642) Recognize mime types of MS OpenXML documents.
19573 * (bug 22784) Normalise underscores and spaces in autocomments.
19574 * (bug 19910) Headings of the form ===+\s+ are now displayed as valid headings.
19575 * (bug 24022) Only check file extensions on the uploadpage when needed.
19576 * (bug 24076) Recognize Office 2003 files with OpenXML trailers.
19577 * (bug 24244) Updated comments in DefaultSettings.php to reflect
19578   Image: --> File: namespace rename.
19579 * Make wfTimestamp recognize negative unix timestamp values.
19580 * (bug 24401) SimpleSearch: No button/text indicating 'Search' if image is
19581   disabled.
19582 * (bug 23293) Do not show change tags when Special:RecentChanges(linked) or
19583   Special:Newpages is transcluded into another page as it messes up the page.
19584 * (bug 24517) LocalFile::newFromKey() and OldLocalFile::newFromKey() no longer
19585   throw fatal errors.
19586 * (bug 23380) Uploaded files that are larger than allowed by PHP now show a
19587   useful error message.
19588 * Uploading to a protected title will allow the user to choose a new name
19589   instead of showing an error page.
19590 * (bug 24425) Use Database::replace instead of delete/insert in
19591   SqlBagOStuff::set to avoid query errors about duplicate keynames.
19592 * (bug 15470) First letters of filenames are always capitalized by upload JS.
19593 * (bug 21215) NoLocalSettings.php doesn't tolerate rewrite rules.
19594 * (bug 21052) Fix link color for stubs in NewPages.
19595 * (bug 24714) Usage of {{#dateformat: }} in wikis without $wgUseDynamicDates no
19596   longer pollutes the parser cache.
19597 * (bug 17031) Correct which characters the parser allows in tag attributes (a
19598   letter, colon or underscore followed by 0 or more letters, numbers, colons,
19599   underscores, hyphens, and/or periods).
19600 * Save 200 useless queries on each category page view.
19601 * Shell commands will now work on Linux in filesystems mounted noexec.
19602 * (bug 24804) Corrected commafying in Polish and Ukrainian.
19603 * "Difference between pages" is now displayed instead of "Difference between
19604   revisions" on diffs when appropriate.
19605 * (bug 23703) ForeignAPIRepo fails on findBySha1() when using a 1.14 install as
19606   a repository due to missing 'name' attribute from the API list=allimages.
19607 * (bug 24898) MediaWiki uses /tmp even if a vHost-specific tempdir is set, also
19608   make wfTempDir() return a sane value for Windows on worst-case.
19609 * (bug 24824) Support ImageMagick 6.5.6-2+ JPEG decoder size hint, to reduce
19610   memory usage when such an ImageMagick is used for scaling.
19611 * Disable multithreaded behavior in recent ImageMagick, to avoid a deadlock
19612   when a resource limit such as $wgMaxShellMemory is hit.
19613 * (bug 24981) Allow extensions to access SpecialUpload variables again.
19614 * (bug 20744) Wiki forgets about an uploaded file.
19615 * (bug 17913) Don't show "older edit" when no older edit available.
19616 * (bug 6204) TOC not properly rendered when using $wgMaxTocLevel.
19617 * (bug 24977) The accesskey in history page now lead directly to the diff
19618   instead of alternating focus between the two buttons.
19619 * (bug 24987) Special:ListUsers does not take external groups into account.
19620 * (bug 20633) update.php has mixed language output.
19621 * SQLite system table names are now never prefixed.
19622 * (bug 25292) SkinSubPageSubtitle hook now passes the Skin object as second
19623   parameter.
19624 * (bug 25167) Correctly load JS fixes for IE6 (fixing a regression in 1.16).
19625 * (bug 25367) wfShellExec() is more explicit when failing due to disabled
19626   passthru().
19627 * (bug 25462) Fix double-escaping for section edit link tooltips.
19628 * action=raw was removed for Special:Statistics. This information is still
19629   available via the API.
19630 * (bug 23934) Groups defined in $wgRevokePermissions but not in
19631   $wgGroupPermissions now appear on Special:ListGroupRights.
19632 * (bug 23923) Special:Prefixindex no longer shows results if nothing was
19633   requested.
19634 * (bug 22308) Search now finds text in default main page immediately after
19635   setup.
19636 * (bug 25697) Make sure empty lines render in diff view.
19637 * Use an actual minus sign in diff views, instead of a hyphen.
19638 * (bug 23732) Clarified "n links" message on Special:MostLinkedFiles.
19639 * (bug 23731) Clarified "n links" message on Special:MostLinkedTemplates.
19640 * (bug 25642) A exception is now thrown instead of a fatal error when using
19641   $wgSMTP without PEAR mail package.
19642 * (bug 19633) When possible, Upscale small SVGs when creating thumbnails.
19643 * (bug 11013) Database driver detection needs rewriting for robustness.
19644 * (bug 13409) Installer prompts could use clarification--now has help boxes.
19645 * (bug 16902) Installer spews warnings when exec() and dl() are not available.
19646 * (bug 19129) Only show MyISAM/InnoDB when supported.
19647 * (bug 17762) Only show other e-mail options when e-mail is globally enabled.
19648 * Cache multiple sizes of InstantCommons thumbnails.
19649 * (bug 25488) Disallowing anonymous users to read pages no longer throws error
19650   on discussion pages with vector as default skin.
19651 * (bug 24833) Files name in includes/diff/ are now less confusing.
19652 * (bug 25713) SpecialPage::resolveAlias() now normalise spaces to underscores.
19653 * (bug 25829) Special:Mypage and Special:Mytalk now forward oldid, diff and dir
19654   parameters.
19655 * (bug 25175) HTML file cache now honor $wgCacheDirectory if
19656   $wgFileCacheDirectory is not set.
19657 * (bug 13353) Diff3 version checks were too strict, did not detect working
19658   diff3.
19659 * (bug 25843) Links to special pages using link= attribute on images are now
19660   normalised like normal links to special pages.
19661 * (bug 21364) External links using link= attribute on images now respect
19662   $wgExternalLinkTarget.
19663 * (bug 17789) Added a note to the total views on Special:Statistics saying that
19664   is doesn't count non-existing pages and special pages.
19665 * (bug 17996) HTTP redirects are now combined when requesting a special page.
19666 * (bug 19944) Link on image thumbnails no longer link to "Media:" namespace in
19667   some cases.
19668 * (bug 25670) wfFindFile() now checks the namespace of the given title, only
19669   "File" and "Media" are allowed now.
19670 * (bug 25872) Rename the HttpRequest class to MWHttpRequest to avoid conflict
19671   with php extension that defines same class.
19672 * (bug 20591) There's now a different message on Special:MovePage when
19673   $wgFixDoubleRedirects is set to false.
19674 * Fixed PHP warnings when updating a broken MySQL database.
19675 * (bug 26023) Corrected deleteBacth.php's documentation.
19676 * (bug 25451) Improved datetime representation in 32 bit php >= 5.2.
19677 * Show "skin does not exist error" only when the skin is inputted in the wrong
19678   case.
19679 * (bug 26164) Potential html injection when the database server isn't available.
19680 * (bug 26160) Upload description set by extensions are not propagated.
19681 * (bug 9675) generateSitemap.php now takes an --urlpath parameter to allow
19682   absolute URLs in the sitemap index (as required e.g. by Google).
19683 * Partial workaround for bug 6220: at least make files on shared repositories
19684   show up as (struck-out) bluelinks instead of redlinks on Special:WantedFiles.
19685 * rebuildFileCache.php no longer creates inappropriate cache files for
19686   redirects.
19687 * (bug 25512) Subcategory list should not include category prefix for members.
19688 * (bug 10871) Javascript and CSS pages in MediaWiki namespace are no longer
19689   treated as wikitext on preview.
19690 * Page existence is now not revealed (in the colour of the tabs) to users who
19691   cannot read the page in question.
19692 * (bug 22753) Output from update.php is more clear when things changed, entries
19693   indicating nothing changed are now all prefixed by "..."
19694 * (bug 16019) $wgArticlePath = "/$1" no longer breaks API edit/watch actions.
19695 * (bug 18372) File types blacklisted by $wgFileBlacklist will no longer be shown
19696   as "Permitted file types" on the upload form.
19697 * (bug 26540) Fixed wrong call to applyPatch in MysqlUpdater.
19698 * (bug 26034) Make the "View / Read" tab in content_navigation style tabs remain
19699   selected when the action is "purge".
19700 * (bug 26733) Wrap initial table creation in transaction.
19701 * (bug 26208) Mark directionality of some interlanguage links.
19702 * (bug 26716) Provide link to instructions for external editor related
19703   preferences.
19704 * (bug 26961) Hide anon edits in watchlist preference now actually works.
19705 * (bug 1379) Installer directory conflicts with some hosts' configuration panel.
19706 * (bug 27781) Installer does not warn about 5.1.x. Added a compatibility
19707   function for array_key_exists().
19708 * Fix XML well-formedness on a few pages when $wgHtml5 is true (the default).
19709 * (bug 28069) MediaWiki fails streaming files when mod_deflate and ob_gzhandler
19710   are also set.
19711 * (bug 26223) Concurrently moving an article to different titles leaks a
19712   redirect revision with no page.
19713 * (bug 15641) Fixed permissions checks in Special:Import which allowed users
19714   without the 'import' permission to import pages from configured import
19715   sources.
19716 * (bug 26449) Keep underlines from headings outside of tables and thumbs by
19717   adding overflow:hidden to h1,h2,h3,h4,h5,h6 (also fixes editsection bunching).
19718 * (bug 26708) Remove background-color:white from tables in Monobook and Vector.
19719 * (bug 26781) {{PAGENAME}} and related parser functions escape their output
19720   better.
19721 * (bug 26716) Provide link to instructions for external editor related
19722   preferences and add a comment to the ini control file explaining what is going
19723   on.
19724 * (bug 28422) Remove color:black from tables in Monobook and Vector. And add it
19725   to table.wikitable instead.
19726 * (bug 27560) Search queries no longer fail in walloon language.
19727 * (bug 27700) The upload protection can now also be set for files that do not
19728   exist.
19729 * (bug 28034) uploading file to local wiki when file exists on shared repository
19730   (commons) gives spurious info in the warning message.
19731 * Usernames get lost when selecting different sorts on Special:listfiles.
19732 * (bug 28166) UploadBase assumes that 'edit' and 'upload' rights are not per
19733   page restrictions.
19734 * (bug 28242) Make redirects generated by urls containing a local interwiki
19735   prefix be a 301 instead of a 302.
19736 * (bug 28568) Entries in the iwlinks table are now removed on page deletion.
19737 * (bug 28306) Fix exposure of suppressed usernames in ForeignDBRepo.
19738 * (bug 28444) Fix regression: edit-on-doubleclick retains revision id again.
19739 * UtfNormal::cleanUp on an invalid utf-8 sequence no longer returns false if
19740   intl installed.
19741 * (bug 26729) Category pages should return 404 if they do not exist and have no
19742   members.
19743 * (bug 28214) When page not found, sends malformed HTTP/1.x instead of HTTP/1.1
19744   in header of response.
19745 * (bug 27634) TOC title appears in wrong language.
19746 * (bug 27761) Fix regression: pages with Esperanto titles containing convertible
19747   character sequences became unreachable.
19748 * (bug 27508) SVGMetadataExtractor takes too much resources on huge svgs.
19749 * (bug 27465) SVG thumbnail generation.
19750 * (bug 27467) preload can leave UNIQ.
19751 * (bug 27539) Allow attributes beginning with a digit in wikitext tag
19752   parameters.
19753 * (bug 27328) using relative paths in CSS imports in MediaWiki:Common.css broken
19754   in 1.17.
19755 * (bug 27333) Fix repetitive last-seen time queries on page history.
19756 * (bug 26250, bug 23817) Fix wfObjectToArray() to descend into arrays; fixes
19757   processing of JSON return values for ForeignAPIRepo when native json module
19758   not present.
19759 * (bug 25675) Fix search suggestions for Special: pages with spaces.
19760 * (bug 25571) Xml::encodeJsVar now passes floats natively instead of converting
19761   to strings.
19762 * (bug 27338) Gallery in 1.17 breaks for audio/video + ogghandler.
19763 * (bug 27302) Don't append the current timestamp for user/site modules when no
19764   user/site JS/CSS is present.
19765 * (bug 27016) dumpTextPass.php now consider the "output" parameter.
19766 * (bug 22606) don't send the "someone registred an account" message when setting
19767   email address (i.e. old one empty) in user preferences.
19768 * (bug 26458) Section edit links appear on pages that user does not have right
19769   to edit.
19770 * (bug 28611) Don't die in SqlBagOStuff::incr() if there's a race condition.
19771 * (bug 16886) Sister projects box moves down the extract of the first result
19772   in IE 7.
19773 * (bug 17398) Fixed "link" parameter in image links with "thumb" or "frame"
19774   parameter.
19776 === API changes in 1.17 ===
19778 * BREAKING CHANGE: action=patrol now requires POST.
19779 * BREAKING CHANGE: patrol token is no longer the same as edit token.
19780 * BREAKING CHANGE: Session keys returned by ApiUpload are now strings instead
19781   of integers.
19782 * BREAKING CHANGE: (bug 25303) Fix API parameter integer validation to actually
19783   enforce validation on the input values in addition to giving a warning.
19784   Also add flag to enforce (die) if integer out of range.
19785 * (bug 24650) Fix API to work with categorylinks changes.
19786 * action=parse now correctly returns an error for nonexistent pages.
19787 * (bug 27201) Special:WhatLinksHere output no longer contains duplicate IDs.
19788 * (bug 26560) On allusers if limit < total number of users, last user gets
19789   duplicated.
19790 * (bug 27715) imageinfo didn't respect revdelete.
19791 * (bug 27479) API error when using both prop=pageprops and
19792   prop=info&inprop=displaytitle.
19793 * (bug 27862) Useremail module didn't properly return success on success.
19794 * (bug 27590) prop=imageinfo now allows querying the media type.
19795 * (bug 27587) list=filearchive now outputs full title info.
19796 * (bug 27897) list=allusers and list=users list hidden users.
19797 * (bug 22738) Allow filtering by action type on query=logevent.
19798 * (bug 22764) uselang parameter for action=parse.
19799 * (bug 22944) API: watchlist options are inconsistent.
19800 * (bug 22868) don't list infinite block expiry date as "now" in API logevents.
19801 * (bug 22290) prop=revisions now outputs "comment" field even when comment
19802   is empty, for consistency with list=recentchanges.
19803 * (bug 19721) API action=help should have a way to just list for a specific
19804   module.
19805 * (bug 23458) Add support for pageid parameter to action=parse requests.
19806 * (bug 23460) Parse action should have a section option.
19807 * (bug 21346) Make deleted images searchable by hash.
19808 * (bug 23461) Normalise usage of parameter names in parameter descriptions.
19809 * (bug 23548) Allow access of another users watchlist through watchlistraw
19810   using token and username.
19811 * (bug 23524) Api Modules as followup to bug 14473 (Add iwlinks table to
19812   track inline interwiki link usage).
19813 * Add pltitles and tltemplates to prop=links and prop=templates respectively,
19814   similar to prop=categories's clcategories.
19815 * (bug 23834) Invalid "thumbwidth" and "thumbheight" in "imageinfo" query when
19816   thumbnailing larger than original image.
19817 * (bug 23835) Need "thumbmime" result in "imageinfo" query.
19818 * (bug 23851) Repair diff for file redirect pages.
19819 * (bug 24009) Include implicit groups in action=query&list=users&usprop=groups.
19820 * (bug 24016) API: Handle parameters specified in simple string syntax
19821   ( 'paramname' => 'defaultval' ) correctly when outputting help.
19822 * (bug 24089) Logevents causes PHP Notice if leprop=title isn't supplied.
19823 * (bug 23473) Give description of properties on all modules.
19824 * (bug 24136) unknownerror when adding new section without summary, but
19825   forceditsummary.
19826 * (bug 22339) Added srwhat=nearmatch to list=search to get a "go" result.
19827 * (bug 24303) Added new &servedby parameter to all actions which adds the
19828   hostname that served the request to the result. It is also added
19829   unconditionally on error.
19830 * (bug 24185) Titles in the Media and Special namespace are now supported for
19831   title normalization in action=query. Special pages have their name resolved
19832   to the local alias.
19833 * (bug 24296) Added converttitles parameter to convert titles to their
19834   canonical language variant.
19835 * (bug 23936) Add "displaytitle" to query/info API.
19836 * (bug 24485) Make iwbacklinks a generator, optionally display iwprefix and
19837   iwtitle.
19838 * (bug 24564) Fix fatal errors when using list=deletedrevs, prop=revisions or
19839   one of the backlinks generators with limit=max.
19840 * (bug 24656) API's parse module needs option to disable PP report.
19841 * PARAM_REQUIRED parameter flag added. If this flag is set, and the end user
19842   does not set the parameter, the API will automatically throw an error.
19843 * (bug 24665) When starttimestamp is not specified, fake it by setting it to
19844   NOW, not to the timestamp of the last edit.
19845 * (bug 24677) axto= parameters added to allcategories, allimages, alllinks,
19846   allmessages, allpages, and allusers.
19847 * (bug 24236) Add add, remove, add-self, remove-self tags to
19848   meta=siteinfo&siprop=usergroups.
19849 * (bug 24484) Add prop=pageprops module.
19850 * (bug 24330) Add &redirect parameter to ?action=edit.
19851 * (bug 24722) For list=allusers&auprop=blockinfo, only show blockedby and
19852   blockreason if the user is actually blocked.
19853 * Add format=dump and format=dumpfm, outputs results in PHP's var_dump() format.
19854 * For required string parameters, if '' is provided, this is now classed as
19855   missing.
19856 * (bug 24724) list=allusers is out by 1 (shows total users - 1).
19857 * (bug 24166) API error when using rvprop=tags.
19858 * Introduced "asynchronous download" mode for upload-by-url. Requires
19859   $wgAllowAsyncCopyUploads to be true.
19860 * sinumberingroup correctly gives size of 'user' group, and omits size of
19861   implicit groups rather than showing 0.
19862 * (bug 25248) API: paraminfo errors with certain modules.
19863 * (bug 24792) API help for action=purge sometimes wrongly stated whether a
19864   POST request was needed due to cache pollution.
19865 * Added iiprop=parsedcomment to prop=imageinfo, similar to prop=revisions.
19866 * Added rvparse to parse revisions. For performance reasons if this option is
19867   used, rvlimit is enforced to 1.
19868 * (bug 25748) If a action=parse request provides an oldid that is actually the
19869   current revision id, try the parser cache, and save it to it if necessary.
19870 * (bug 25463) Export header should not be shown if no pages were requested, to
19871   reduce confusion.
19872 * (bug 25648) API discovery information has been added as RSD link in page
19873   <head> and by providing an API module action=rsd. Added hook
19874   ApiRsdServiceApis for extensions to add their own service to the services
19875   list.
19876 * The HTML of diff output markers has changed. Hyphens are now minus signs,
19877   empty markers are now filled with non-breaking-space characters.
19878 * (bug 25741) Add more data to list=search's srprop.
19879 * (bug 25760) counter property still reported by the API when
19880   $wgDisableCounters enabled.
19881 * (bug 25987) prop=info&inprop=watched now also works for missing pages.
19882 * (bug 26006) prop=langlinks now allows obtaining full URL.
19883 * (bug 26075) ApiDelete.php now calls correctly ArticleDelete hook.
19884 * (bug 26089) add block expiration to blockinfo.
19885 * (bug 26125) prop=imageinfo&iiprop=size now returns the page count if the
19886   file is a multi-page file.
19887 * (bug 10268) Added linktodiffs parameter on action=feedwatchlist.
19888 * (bug 26219) Show API limits for multi values in description.
19889 * (bug 28070) Fix watchlist RSS for databases that store timestamps in a
19890   real timestamp field.
19891 * (bug 27722) list=filearchive now supports revdel.
19893 === Language support changes in 1.17 ===
19895 MediaWiki supports over 330 languages. Many localizations are updated regularly.
19897 The following languages were added:
19899 * Moroccan Spoken Arabic (ary)
19900 * Banjar (bjn)
19901 * Kabardian (kbd)
19902 * Kabardian (Cyrillic) (kbd-cyrl)
19903 * Latgalian (ltg)
19904 * Minangkabau (min)
19905 * Dutch (informal) (nl-informal)
19906 * Rusyn (rue)
19908 Other significant changes to MediaWiki's language support:
19910 * Fiji Hindi (Devangari script) was removed.
19911 * Removed deprecated language code "dk" (Danish), use "da" instead.
19912 * Link trail added for sl and sh.
19913 * (bug 27633) Add characters to linkTrail for Portuguese (pt and pt-br).
19914 * (bug 23156) Commafy and search normalization updated for Belarusian
19915   (Taraškievica).
19916 * (bug 23283) Native name for Old English -> Ænglisc.
19917 * (bug 23364) Native name for Azerbaijani -> Azərbaycanca.
19918 * (bug 24593) Native name for Sorani now uses only Arabic script.
19919 * (bug 24628) Generic translations for NS_USER/NS_USER_TALK for Esperanto.
19920 * (bug 24917) Polish as fallback for Kashubia.
19921 * (bug 24794) Tatar link trail updated.
19922 * Esperanto date format corrected.
19923 * (bug 28159) Change interwiki name of language kbd to Къэбэрдеибзэ /
19924   Qabardjajəbza.
19925 * (bug 28184) Namespaces for the Latgalian Wikipedia.
19926 * (bug 25010) Bashkir-language interwikis: linktext change from Башҡорт
19927   to Башҡортса.
19928 * (bug 26395) Change name of Cornish language to Kernowek.
19930 === Other changes in 1.17 ===
19932 * DatabaseFunctions.php that was needed for compatibility with pre-1.3
19933   extensions has been removed.
19934 * XmlFunctions.php has been removed. Use the Xml or Html classes as appropriate.
19935 * The FailFunction "error handling" method has now been removed
19936 * Sysops now have the "suppressredirect" right by default
19937 * Removed $wgRemoteUploads. It was not well supported and superseded by
19938   $wgUploadNavigationUrl.
19939 * (bug 26253) $wgPostCommitUpdateList has been removed
19940 * The PHPUnit test suite has been removed from this release due to serious
19941   issues which should be resolved by the 1.18 release.
19942 * Oracle DB now uses the __destruct function to commit/close connection as it
19943   doesn't commit on close if transation is triggered in OCI.
19945 == MediaWiki 1.16 ==
19947 == MediaWiki 1.16.5 ==
19948 === Changes since 1.16.4 ===
19950 * (bug 28534) Fixed XSS vulnerability for IE 6 clients. This is the third
19951   attempt at fixing bug 28235.
19952 * (bug 28639) Fixed potential privilege escalation when $wgBlockDisablesLogin
19953   is enabled.
19955 == MediaWiki 1.16.4 ==
19956 === Changes since 1.16.3 ===
19958 * (bug 28507) The change we made in 1.16.3 to fix bug 28235 (XSS for IE 6
19959   clients) was not actually sufficient to fix that bug. This release contains
19960   a second attempt, hopefully we have fixed it this time.
19962 == MediaWiki 1.16.3 ==
19963 === Changes since 1.16.2 ===
19965 * (bug 28449) Fixed permissions checks in Special:Import which allowed users
19966   without the 'import' permission to import pages from the configured import
19967   sources.
19968 * (bug 28235) Fixed XSS affecting IE 6 and earlier clients only, due to those
19969   browsers looking for a file extension in the query string of the URL, and
19970   ignoring the Content-Type header if one is found.
19971 * (bug 28450) Fixed a CSS validation issue involving escaped comments, which
19972   led to XSS for Internet Explorer clients and privacy loss for other clients.
19974 == MediaWiki 1.16.2 ==
19975 === Changes since 1.16.1 ===
19977 * (bug 26642) Fixed incorrect translated namespace due to a regression in the
19978   language converter.
19979 * The interface translations were updated.
19980 * (bug 27093, CVE-2011-0047): Fixed CSS injection vulnerability.
19981 * (bug 27094) Fixed server-side arbitrary script inclusion vulnerability.
19982   Affects Windows servers only. A malicious file with extension ".php" must
19983   exist on the server for the exploit to be effective.
19985 == MediaWiki 1.16.1 ==
19986 === Changes since 1.16.0 ===
19988 * (bug 24981) Allow extensions to access SpecialUpload variables again
19989 * (bug 24724) list=allusers was out by 1 (shows total users - 1)
19990 * (bug 24166) Fixed API error when using rvprop=tags
19991 * For wikis using French as a content language, Special:Téléchargement works
19992   again as an alias for Special:Upload.
19993 * (bug 25167) Correctly load JS fixes for IE6 (fixing a regression in 1.16.0)
19994 * (bug 25248) Fixed paraminfo errors in certain API modules.
19995 * The installer now has improved handling for situations where safe_mode is
19996   active or exec() and similar functions are disabled.
19997 * (bug 19593) Specifying --server in now works for all maintenance scripts.
19998 * Fixed $wgLicenseTerms register globals.
19999 * (bug 26561) Fixed clickjacking vulnerabilities by introducing support for
20000   X-Frame-Options. The header value can be configured using $wgBreakFrames and
20001   $wgEditPageFrameOptions.
20003 == MediaWiki 1.16.0 ==
20004 === Changes since 1.16 beta 3 ===
20006 * (bug 23769) Disabled HTML 5 client-side form validation. Was introduced in
20007   1.16 beta 1, but is currently poorly supported by browsers.
20008 * (bug 23175) Re-added window.ta variable for backwards compatibility.
20009 * (bug 23264) Fixed breakage of various command line scripts due to extra line
20010   endings being inserted by Maintenance::output().
20011 * Fixed HTTP client functionality with safe_mode=On.
20012 * Fixed parser tests broken in 1.16 beta 3.
20013 * For Oracle DB backend: fixed parser tests and table prefix feature.
20014 * (bug 23767) Fixed PHP warning when REQUEST_URI is blank (IIS issue).
20015 * Fixed plural function for Northern Sami (se)
20016 * (bug 23597) Fixed conflicts between ID attributes in the Vector skin and
20017   parser-generated heading IDs. Renamed head, panel, head-base and page-base.
20018 * Disabled $wgHitcounterUpdateFreq>1 feature on SQLite, does not work yet.
20019 * (bug 23465) Don't ignore the predefined destination filename on
20020   Special:Upload after following a red link to a file.
20021 * In SQLite full-text search feature: fixed "move page" feature, was non-
20022   functional.
20023 * (bug 24565) Fixed Cache-Control headers sent from API modules, to protect
20024   user privacy in the case where an attacker can access the wiki through the
20025   same HTTP proxy as a logged-in user.
20026 * Fixed an XSS vulnerability in profileinfo.php for installations with
20027   $wgEnableProfileInfo = true (false by default)
20028 * Fixed a case where an X-Vary-Options header was sent despite $wgUseXVO being
20029   false. Fixed a minor header parsing issue when $wgUseXVO = true.
20030 * Fixed a register_globals arbitrary inclusion vulnerability in
20031   MediaWikiParserTest.php, introduced in 1.16 beta 1.
20033 === Changes since 1.16 beta 2 ===
20035 * Fixed bugs in the [[Special:Userlogin]] and [[Special:Emailuser]] handling of
20036   invalid usernames.
20037 * Fixed sorting in [[Special:Allmessages]]
20038 * (bug 23113) Fixed title in the show/hide links on diff pages
20039 * (bug 23117) Fixed API rollback, was returning "badtoken" for valid requests
20040 * (bug 23127) Re-added missing $1 parameter to the uploadtext message
20041 * Fixed a bug in the Vector skin where personal tools display behind the logo
20042 * (bug 23139) Fixed a bug in edit conflict resolution, where both textboxes
20043   showed the same text.
20044 * (bug 23115, bug 23124) Fixed various problems with <title> and <h1> elements
20045   in page views and previews when the language converter is enabled.
20046 * (bug 23148) Fixed a local path disclosure vulnerability in ImageMagick image
20047   scaling, which was introduced in 1.16 beta 1.
20048 * Improved error checking on installer.
20049 * (bug 22970) Fixed a JavaScript error in the upload destination conflict
20050   check.
20051 * (bug 23167) Check the watch checkbox by default if the watchcreations
20052   preference is set.
20053 * (bug 23171) Improve IE6 version check to avoid false positives.
20054 * (bug 23176) Fixed upload warning override feature "upload new version",
20055   broken in 1.16 beta 1.
20056 * Fixed regression in unwatch links sent out in notification emails. When the
20057   mailing job was deferred via the job queue, the title was incorrect.
20058 * (bug 23534) Fixed SQL query error in API list=allusers.
20059 * Fixed a bug in uploads for non-JavaScript clients. An empty string was used
20060   as the default destination filename, instead of the source filename as
20061   expected.
20062 * (bug 23371) Fixed CSRF vulnerability in "e-mail me my password", "create
20063   account" and "create by e-mail" features of [[Special:Userlogin]]
20064 * (bug 23687) Fixed XSS vulnerability affecting IE clients only, due to a CSS
20065   validation issue.
20066 * Fixed a DoS vulnerability in ImageMagick image scaling. ImageMagick
20067   expanded wildcard characters "?" and "*" in image filenames, potentially
20068   causing large numbers of images to be scaled in response to a single request.
20069   The fix for this involves breaking the scaling of such image filenames until
20070   ImageMagick 6.6.1-5 or later is deployed, see bug 23361 for more details.
20071 * (bug 23608) Fixed invalid HTML in diff pages.
20073 === Changes since 1.16 beta 1 ===
20075 * Fixed errors in maintenance/patchSql.php
20076 * (bug 19627) Fix regression from r57867 where HTMLForm would output
20077   <element classes="foo bar"> rather than <element class="foo bar">
20078 * Fixed broken "-r" option to maintenance/lag.php
20079 * (bug 23076) Fixed login CSRF vulnerability. Logins now require a token to
20080   be submitted along with the user name and password.
20082 === Configuration changes in 1.16 ===
20084 * (bug 18222) $wgMinimalPasswordLength default is now 1
20085 * $wgSessionHandler can be used to configure session.save_handler
20086 * $wgLocalFileRepo/$wgForeignFileRepos now have a 'fileMode' parameter to
20087   be used when uploading/moving files
20088 * (bug 18761) $wgHiddenPrefs is a new array for specifying preferences not
20089   to be shown to users
20090 * $wgAllowRealName and $wgAllowUserSkin were deprecated in favor of
20091   $wgHiddenPrefs[] = 'realname', but the former are still retained
20092   for backwards-compatibility
20093 * (bug 9257) $wgRCMaxAge now defaults to three months
20094 * $wgDevelopmentWarnings can be set to true to show warnings about deprecated
20095   functions and other potential errors when developing.
20096 * Subpages are now enabled in the MediaWiki namespace by default.  This is
20097   mainly a cosmetic change, and does not in any way affect the MessageCache,
20098   which was already effectively treating the namespace as if it had subpages.
20099 * Oracle: maintenance/ora/user.sql script for creating DB user on oracle with
20100   appropriate privileges. Creating this user with web-install page requires
20101   oci8.privileged_connect set to On in php.ini.
20102 * Removed UserrightsChangeableGroups hook introduced in 1.14
20103 * Added $wgCacheDirectory, to replace $wgFileCacheDirectory,
20104   $wgLocalMessageCache, and any other local caches which need a place to put
20105   files.
20106 * $wgFileCacheDirectory is no longer set to anything by default, and so either
20107   needs to be set explicitly, or $wgCacheDirectory needs to be set instead.
20108 * $wgLocalMessageCache has been removed. Instead, set $wgUseLocalMessageCache
20109   to true
20110 * Removed $wgEnableSerializedMessages and $wgCheckSerialized. Similar
20111   functionality is now available via $wgLocalisationCacheConf.
20112 * $wgMessageCache->addMessages() is deprecated. Messages added via this
20113   interface will not appear in Special:AllMessages.
20114 * $wgRegisterInternalExternals can be used to record external links pointing
20115   to same server
20116 * (bug 19907) $wgCrossSiteAJAXdomains and $wgCrossSiteAJAXdomainExceptions added
20117   to control which external domains may access the API via cross-site AJAX.
20118 * $wgMaintenanceScripts for extensions to add their scripts to the default list
20119 * $wgMemoryLimit has been added, default value '50M'
20120 * $wgExtraRandompageSQL is deprecated, the SpecialRandomGetRandomTitle hook
20121   should be used instead
20122 * (bug 20489) $wgIllegalFileChars added to override the default list of illegal
20123   characters in file names.
20124 * (bug 19646) $wgImgAuthDetails added  to display reason access to uploaded file
20125   was denied to users(img_auth only)
20126 * (bug 19646) $wgImgAuthPublicTest added to test to see if img_auth set up
20127   correctly (img_auth only)
20128 * $wgUploadMaintenance added to disable file deletions and restorations during
20129   maintenance
20130 * $wgCapitalLinkOverrides added to configure per-namespace capitalization
20131 * (bug 21172) $wgSorbsUrl can now be an array with multiple DNSBL and renamed
20132   to $wgDnsBlacklistUrls (backward compatibility kept)
20133 * $wgEnableHtmlDiff has been removed
20134 * (bug 3340) $wgBlockCIDRLimit added (default: 16) to configure the low end of
20135   CIDR ranges for blocking
20136 * $wgUseInstantCommons added for quick and easy enabling of Commons as a remote
20137   file repository
20138 * $wgDBAhandler added to choose a DBA handler when using CACHE_DBA
20139 * $wgPreviewOnOpenNamespaces for extensions that create namespaces that behave
20140   similarly to the category namespace.
20141 * $wgEnableSorbs renamed to $wgDnsBlacklistUrls ($wgEnableSorbs kept for
20142   backward compatibility)
20143 * $wgUploadNavigationUrl now also affects inline images that do not
20144   exist. In that case the URL will get (?|&)wpDestFile=<filename> appended to
20145   it as appropriate.
20146 * If $wgLocaltimezone is null, use the server's timezone as the default for
20147   signatures. This was always the behavior documented in DefaultSettings.php
20148   but has not been the actual behavior for some time: instead, UTC was used
20149   by default.
20150 * Added $wgExtensionAssetsPath, to decouple assets serving from $wgScriptPath.
20151   If not specified it will default to $wgScriptPath/extensions
20152 * Added $wgCountTotalSearchHits to make search UI display total number of hits
20153   with some search engines.
20154 * Added $wgAdvertisedFeedTypes to decide what feed types (RSS, Atom, both, or
20155   neither) MediaWiki advertises.  Default is array( 'atom' ), so RSS is no
20156   longer advertised by default (but it still works).
20157 * Added $wgMemCachedTimeout, controls how long to wait for data from the
20158   memcached servers.
20159 * New configuration variables $wgDebugTimestamps and $wgDebugPrintHttpHeaders
20160   for controlling debug output.
20161 * New $wgBlockDisablesLogin when set to true disallows blocked users from
20162   logging in.
20163 * (bug 8790) Metadata edition ($wgUseMetadataEdit) has been moved to a separate
20164   extension "MetadataEdit".
20166 === New features in 1.16 ===
20168 * Add CSS defintion of the 'wikitable' class to shared.css
20169 * (bug 17163) Added MediaWiki:Talkpageheader which will be displayed when
20170   viewing talk pages
20171 * Superfluous border="0" removed from images
20172 * Added new hook 'MessageCacheReplace' into MessageCache.php. For instance
20173   to allow extensions to update caches in similar way as MediaWiki invalidates
20174   a cached MonoBook sidebar
20175 * Special:AllPages: Move hardcoded styles from code to CSS
20176 * (bug 18529) New hook: SoftwareInfo for adding information about the software
20177   to Special:Version
20178 * Added $wgExtPGAlteredFields to allow extensions to easily alter the data
20179   type of columns when using the Postgres backend.
20180 * (bug 16950) Show move log when viewing/creating a deleted page
20181 * (bug 18242) Show the Subversion revision number per extensions in
20182   Special:Version
20183 * (bug 18420) Missing file revisions are handled gracefully now
20184 * (bug 9219) Auth plugins can control editing RealName/Email/Nick preferences
20185 * (bug 18466) Add note or warning when overruling a move (semi-)protection
20186 * (bug 18342) insertTags works in edit summary box
20187 * (bug 18411) The upload form also checks post_max_size
20188 * Watchlist now has a specialized <div> tag that contains a unique class for
20189   each page
20190 * Added Minguo calendar support for the Taiwan Chinese language
20191 * Database: unionQueries function to be used for UNION sql construction, so
20192   it can be overloaded on DB abstraction level for DB specific functionality
20193 * (bug 18849) Implement Japanese and North Korean calendars
20194 * (bug 5755) Introduce {{CURRENTMONTH1}} and {{LOCALMONTH1}} to display the
20195   month number without the leading zero
20196 * (bug 13456) categoriespagetext supports PLURAL
20197 * (bug 18860) Blocks of IPs affecting registered users can now block email
20198 * (bug 17093) Date and time are separate parameters in Special:BlockList
20199 * (bug 11484) Added ISO speed rating to default collapsed EXIF metadata view
20200 * (bug 14866) Messages 'recentchangeslinked-toolbox' and
20201   'recentchangeslinked-toolbox' were added to allow more fine grained
20202   customisation of the user interface
20203 * DISPLAYTITLE now accepts a limited amount of wiki markup (the single-quote
20204   items)
20205 * Special:Search now could search terms in all variant-forms. ONLY apply on
20206   wikis enabled LanguageConverter.
20207 * Add autopromote condition APCOND_BLOCKED to autopromote blocked users to
20208   various user groups.
20209 * Add $wgRevokePermissions as a means of restricting a group's rights. The
20210   syntax is identical to $wgGroupPermissions, but users in these groups will
20211   have these rights stripped from them.
20212 * Added a PHP port of CDB (constant database), for improved local caching when
20213   the DBA extension is not available.
20214 * Introduced a new system for localisation caching. The system is based around
20215   fast fetches of individual messages, minimising memory overhead and startup
20216   time in the typical case. The database backend will be used by default, but
20217   set $wgCacheDirectory to get a faster CDB-based implementation.
20218 * Expanded the number of variables which can be set in the extension messages
20219   files.
20220 * Added a feature to allow per-article process pool size control for the parsing
20221   task, to limit resource usage when the cache for a heavily-viewed article is
20222   invalidated. Requires an external daemon.
20223 * (bug 19576) Moved the id attributes from the anchors accompanying section
20224   headers to the <span class="mw-headline"> elements within the section headers,
20225   removing the redundant anchor elements.
20226 * Parser::setFunctionTagHook now can be used to add a new tag which is parsed at
20227   preprocesor level.
20228 * Added $wgShowArchiveThumbnails, allowing sysadmins to disable thumbnail
20229   display for old versions of images.
20230 * In watchlists and Special:RecentChanges, the difference in page size now
20231   appears in dark green if bytes were added and dark red if bytes were removed.
20232 * Added FSRepo configuration properties thumbUrl and thumbDir, to allow the
20233   thumbnails to be stored in a separate location to the source images.
20234 * If config/ directory is not executable, the command to make it executable
20235   now asks the user to cd to the correct directory
20236 * Add experimental new external authentication framework, ExternalAuth
20237 * (bug 18768) Remove AdminSettings requirements. Maintenance environment
20238   will still load it if it exists, but it's not required for anything
20239 * (bug 19900) The "listgrouprights-key" message is now wrapped in a div with
20240   class "mw-listgrouprights-key"
20241 * (bug 471) Allow RSS feeds for watchlist, using an opt-in security token
20242 * (bug 10812) Interwiki links can have names and descriptions, fetched from
20243   message 'interwiki-desc-PREFIX', not really used anywhere yet though
20244 * (bug 9691) Add type (signup or login) parameter to
20245   AuthPlugin::ModifyUITemplate()
20246 * (bug 14454) "Member of group(s)" in Special:Preferences causes language
20247   difficulties
20248 * (bug 16697) Unicode combining characters are difficult to edit in some
20249   browsers
20250 * Parser test supports uploading results to remote CodeReview instance
20251 * (bug 20013) Added CSS class "mw-version-ext-version" is wrapped on the
20252   extension version in Special:Version
20253 * (bug 20014) Added CSS class "mw-listgrouprights-right-name" is wrapped on the
20254   right name in Special:ListGroupRights
20255 * (bug 12920) New CoreParserFunction {{nse:...}} as an url-friendly equivalent
20256   to {{ns:...}}
20257 * (bug 16322) Allow maintenance scripts to accept DB user/pass over input or
20258   params
20259 * (bug 18566) Maintenance script to un/protect pages
20260 * (bug 671) The HTML <abbr> tag is now permitted.
20261 * RecentChanges now has a legend to explain what the Nmb! flags mean, and the
20262   flags have tooltips.
20263 * (bug 15209) New hook BeforeInitialize called after everything has been setup
20264   but before MediaWiki::performRequestForTitle()
20265 * wgMainPageTitle variable now available to JavaScript code to identify the main
20266   page link, so it doesn't have to be extracted from the link URLs.
20267 * (bug 16836) Display preview of signature in user preferences and describe its
20268   use
20269 * The default output format is now HTML 5 instead of XHTML 1.0 Transitional.
20270   This can be disabled by setting $wgHtml5 = false;.  Specific features enabled
20271   if HTML 5 is used:
20272 ** Some extra inputs will be autofocused, in supporting browsers.
20273 ** The summary attribute has been removed from tables of contents.  summary is
20274    obsolete in HTML 5 and wasn't useful here anyway.
20275 ** Unnecessary type="" attribute removed for CSS and JS.
20276 ** If $wgWellFormedXml is set to false, some bytes will be shaved off of HTML
20277    output by omitting some things like quotation marks where HTML 5 allows.
20278 ** (bug 16921) maxlength enabled for page move comments
20279 * The description message in $wgExtensionCredits can be an array with parameters
20280 * New hook SpecialRandomGetRandomTitle allows extensions to modify the selection
20281   criteria used by Special:Random and subclasses, or substitute a custom result,
20282   deprecating the $wgExtraRandompageSQL config variable
20283 * (bug 20318) Distinct CSS classes for ISBN/RFC/PMID special links added
20284 * (bug 20404) Custom fields in the user creation form template can now have
20285   detail labels in prefsectiontip divs.
20286 * MakeSysop and MakeBot are now aliases for Special:UserRights
20287 * IndexPager->mLimitsShown can now be an associative array of limit => text-to-
20288   display-in-limit-form.
20289 * (bug 18880) LogEventsList::showLogExtract() can now take a string-by-reference
20290   and add its HTML to it, rather than having to go straight to $wgOut.
20291 * Added $wgShowDBErrorBacktrace, to allow users to easily gather backtraces for
20292   database connection and query errors.
20293 * Show change block / unblock link on Special:Contributions if user is blocked
20294 * Display note on Special:Contributions if the user is blocked, and provide an
20295   excerpt from the block log.
20296 * (bug 19646) New hook: ImgAuthBeforeStream for tests and functionality before
20297   file is streamed to user, but only when using img_auth
20298 * Note on non-existing user and user talk pages if user does not exist
20299 * New hook ShowMissingArticle so extensions can modify the output for
20300   non-existent pages.
20301 * Admins could disable some variants using $wgDisabledVariants now. ONLY apply
20302   on wikis enabled LanguageConverter.
20303 * (bug 16310) Credits page now lists IP addresses rather than saying the number
20304   of anonymous users that edited the page
20305 * New permission 'sendemail' added. Default right for all registered users. Can
20306   for example be used to prevent new accounts from sending spam.
20307 * (bug 16979) Tracking categories for __INDEX__ and __NOINDEX__
20308 * Two new hooks, ConfirmEmailComplete and InvalidateEmailComplete, which are
20309   called after a user's email has been successfully confirmed or invalidated.
20310 * (bug 19741) Moved the XCF files out of the main MediaWiki distribution, for
20311   a smaller subversion checkout.
20312 * (bug 13750) First letter capitalization can now be a per-namespace setting
20313 * (bug 21073) "User does not exist" message no longer displayed on sub-sub-pages
20314   of existing users
20315 * (bug 21095) Tracking categories produced by the parser (expensive parser
20316   function limit exceeded, __NOINDEX__ tracking, etc) can now be disabled by
20317   setting the  system message ([[MediaWiki:expensive-parserfunction-category]]
20318    etc) to "-".
20319 * Added maintenance script sqlite.php for SQLite-specific maintenance tasks.
20320 * Rewrote Special:Upload to allow easier extension.
20321 * Upload errors that can be solved by changing the filename now do not require
20322   reuploading.
20323 * Added $wgRateLimitsExcludedIPs, to allow specific IPs to be whitelisted from
20324   rate limits.
20325 * (bug 21222) When $wgUseTeX is not enabled, <math> is no longer registered with
20326   the parser so extensions are free to implement their own <math> tag
20327 * (bug 21047) Wrap 'cannotdelete' into a div with the generic 'error' class and
20328   an own 'mw-error-cannotdelete' class
20329 * New hook AbortNewAccountAuto, called before account creation from AuthPlugin-
20330   or ExtUser-driven requests.
20331 * (bug 3480) The warning saying that the page has a history when deleting it now
20332   contains the number of revisions in the history
20333 * $wgStylePath and $wgLogo are now set in the default LocalSettings.php file.
20334 * (bug 20186) Allow filtering history for revision deletion.
20335 * New hook OtherBlockLogLink, called in Special:IPBlockList and Special:Block
20336   to show links to block logs of other blocking extensions, i.e. GlobalBlocking
20337 * Added search capabilities to SQLite backend
20338 * rebuildtextindex.php maintenance script now supports databases other than
20339   MySQL
20340 * upgrade1_5.php now requires to be run --update option to prevent confusion
20341 * (bug 17662) Customizable default preload/editintro for new sections in the
20342   respective addsection-preload and addsection-editintro messages
20343 * Added maintenance script checkSyntax.php that checks for PHP syntax errors
20344   and common coding mistakes
20345 * Updated Unicode normalization tables
20346 * (bug 21604) Spellcheck attribute for editsummary
20347 * New wgCategories JavaScript global variable for userscripts.
20348 * (bug 20717) Added checkboxes to hide users with bot and/or sysop group
20349   membership in SpecialActiveusers
20350 * Allow \pagecolor and \definecolor in texvc
20351 * $wgTexvcBackgroundColor contains background color for texvc call
20352 * (bug 21574) Redirects can now have "303 See Other" HTTP status
20353 * EditPage refactored to allow extensions to derive new edit modes much easier.
20354 * (bug 21826) Subsections of Special:Version now also have anchors
20355 * (bug 19791) Add URL of file source as comment to thumbs (for ImageMagick)
20356 * (bug 21946) Sorted wikitables do not properly handle minus signs
20357 * (bug 18885) Red links for media files do not support shared repositories
20358 * Added $wgFixArabicUnicode, to convert deprecated presentation forms in
20359   Arabic text to their modern equivalents, and $wgFixMalayalamUnicode, to
20360   convert ZWJ-based chillu sequences in Malayalam text to their Unicode 5.1
20361   equivalents.
20362 * (bug 22051) Returing false in SpecialContributionsBeforeMainOutput hook now
20363   stops normal output
20364 * Send new password e-mail in users preference language
20365 * LanguageConverter now support nested using of manual convert syntax like
20366   "-{-{}-}-"
20367 * Upload license preview now uses the API instead of action=ajax
20368 * (bug 7346) Add <guid> to RSS to avoid duplicates
20369 * (bug 19996) Added new hooks for Special:Search, which allow to further
20370   restrict/expand it.
20371 * (bug 21936) When a revision has been patrolled, there's now a link back to the
20372   article
20373 * (bug 22315) SpecialRecentChangesQuery hook now pass $query_options and checks
20374   the return value
20375 * Separate unit test suites under t/ and tests/ were merged and moved to
20376   maintenance/tests/.
20377 * importImages.php maintenance script can now use the original uploader and
20378 comment from another wiki.
20379 * Support for Turck MMCache was removed
20380 * (bug 14592) Warn users when they try to move their user page that their
20381   account will not be renamed
20382 * Show block log on non-existing user (talk) pages of currently blocked users
20384 === Bug fixes in 1.16 ===
20386 * (bug 18031) Make namespace selector on Special:Export remember the previous
20387   selection
20388 * The svn-version version numbers on Special:Version have been removed
20389 * (bug 17374) Special:Export no longer exports two copies of the same page
20390 * (bug 18190) Proper parsing in MediaWiki:Sharedupload message
20391 * (bug 17617) HTML cleanup for ImagePage
20392 * (bug 17964) namespaceDupes.php no longer fails on an empty interwiki table
20393 * Improved error handling for image moving
20394 * (bug 17974) On Special:SpecialPages, restricted special pages are now marked
20395   with <strong> tags, helps with text-based browsers
20396 * (bug 18259) Special:DeletedContributions now also uses
20397   MediaWiki:Sp-contributions-logs for the link to Special:Log
20398 * Don't add empty title="" attributes to links to anchors on the current page
20399 * (bug 18291) rebuildrecentchanges.php failed to add deletion log entries
20400 * (bug 18304) rebuildrecentchanges.php got size changes wrong
20401 * (bug 18170) Fixed a PHP warning in Parser::preSaveTransform() in PHP 5.3
20402 * (bug 18289) Database connection error page now returns correct HTML
20403 * "successbox", "errorbox" and related CSS classes are now available in all
20404   skins
20405 * (bug 18316) Removed superfluous name="fulltext" from Special:Search
20406 * (bug 18331) MediaWiki:Undelete-revision can now have wikitext
20407 * The "noautoblock" flag is no longer displayed in the block log when blocking
20408   an IP address
20409 * (bug 18009) $wgHooks and $wgExtensionFunctions now support closures
20410 * (bug 17948) Maintenance scripts now exit(0) or exit(1) as appropriate
20411 * (bug 18377) Time in Enhanced ChangesList lacking localisation
20412 * (bug 12998) Allow <sup>, <sub>, etc. in DISPLAYTITLE
20413 * (bug 1553) Lowercase navigation headings in German
20414 * (bug 7830) Pending transactions failed to commit on loginToUse() error
20415 * (bug 11613) session.save_handler being over-ridden
20416 * (bug 11381) session.save_handler being set twice (causes error)
20417 * (bug 17835) ForeignAPIRepo throwing error on first page load for file
20418 * (bug 18115) ForeignAPIRepo cache isn't working
20419 * Fixed a bug caused by LanguageConverter.php, which brings an abnormal '}-'
20420   after some parsed math syntax.
20421 * (bug 18441) rebuildrecentchanges.inc no longer ignores $wgLogRestrictions
20422 * (bug 18317) Bolded selections in 1 | 3 | etc days on RecentChanges now use
20423   <strong> instead of hardcoded styles
20424 * (bug 18449) Fixed items number per column on category pages when the total is
20425   divisible by 3
20426 * (bug 18121) maintenance/deleteArchivedRevisions.php no longer deletes
20427   revisions when --delete is not passed
20428 * (bug 13172) GPS coordinates in image Exif data are now actually displayed
20429 * Overhaul of preferences system, includes the following bug fixes:
20430 ** (bug 5363) Changes to default preferences now impact registered users.
20431 ** (bug 14806) Hook to enable putting preferences in existing tabs.
20432 ** (bug 17191) Registration date now listed on preferences page.
20433 ** The user_properties table (now used for storing preferences) has been added
20434    to $wgSharedTables.
20435 ** Note that this change will break some extensions which have not been adapted
20436    for it.
20437 * (bug 17020) Adding fallback encodings for Traditional and Simplified Chinese
20438   languages while the text is typed as URLs.
20439 * (bug 17614) Prev / Next links are not shown if all results are shown
20440 * (bug 18207) Strange spacing before [[irc:...]] links
20441 * Removed float from the user login form in RTL interface - caused display
20442   problems in FF2
20443 * (bug 15008) Redirect images are now subject to Bad image list rules
20444 * (bug 6802) profileinfo.php now also work on other database servers than MySQL
20445 * (bug 16925) Diffs no longer fail when $wgExternalDiffEngine is set to
20446   'wikidiff' or 'wikidiff2' but extension is not installed
20447 * (bug 18326) Chmod errors in file repos have been hidden
20448 * (bug 18718) Comma after a } create a error in IE
20449 * (bug 18716) Removed redundant class in Modern skin CSS for category links and
20450   tweaked spacing.
20451 * (bug 18656) Use proper directory separators in wfMkdirParents()
20452 * (bug 18549) Make Special:Blockip respect $wgEnableUserEmail and
20453   $wgSysopEmailBans
20454 * (bug 16912) Tooltips on images with link= disappear
20455 * (bug 18389) Localise numbers in EXIF data
20456 * (bug 18522) Wrap MediaWiki:Protect-cascadeon in a div for identification
20457 * (bug 18438) Tweak HTML for preview bar for consistency and accessibility
20458 * (bug 18432) Updated documentation for dumpBackup.php
20459 * Fix array logic in Sanitizer::removeHTMLtags so that it doesn't strip good
20460   tags that were redundantly defined.
20461 * (bug 14118) SpecialPage::getTitleFor does not return a localised name
20462 * (bug 18698) Renaming non entry point maintenance scripts from .inc.php to
20463   .inc
20464 * Deprecated methods Title::getInterwikiLink, Title::userCanCreate(),
20465   Title::userCanEdit() and Title::userCanMove() have been removed
20466 * Only show upload links on file description if $wgEnableUploads = true
20467   and user can upload
20468 * Don't say "You need to log in to upload/move", because it's possible that
20469   uploading/moving is disabled for registered users as well (e.g. only sysops)
20470 * (bug 18943) Handle invalid titles gracefully at Special:Mostlinked
20471 * (bug 8873) Enable variant conversion in text on 'alt' and 'title' attributes
20472 * (bug 10837) Introducing the StubUserVariant class to determine the variant
20473   variable instead of using this to overrule the user language preference.
20474 * (bug 19014) If user had deletedhistory right, but not undeleted right, then
20475   show "view" instead of "view/restore" on logs.
20476 * (bug 19017) TOC level calculation error in an odd case
20477 * (bug 18999) CSS update for RTL interwiki links
20478 * (bug 18925) history.js removes class names of list elements on initialization
20479 * Multiple whitespace in TOC anchors is now stripped, for consistency with the
20480   link from the edit comment
20481 * (bug 19112) Preferences now respects $wgUseExternalEditor
20482 * (bug 18173) MediaWiki now fails when unable to determine a client IP
20483 * (bug 19170) Special:Version should follow the content language direction
20484 * (bug 19160) maintenance/purgeOldText.inc is now compatible with PostgreSQL
20485 * Fixed performance regression in "bad image list" feature
20486 * Show user preference 'Use live preview' if $wgLivePreview is enabled only
20487 * (bug 17014) Blocked users can no longer use Special:UserRights unless they
20488   can add/remove *all* groups (have 'userrights' permission).
20489 * (bug 19294) Always show Sp-contributions-footer(-anon)
20490 * Attempts to restrict reading of pages while anonymous viewing is allowed
20491   via extensions not using the userCan hook and via $wgRevokePermissions now
20492   work.
20493 * (bug 8445) Multiple-character search terms are now handled properly for
20494   Chinese
20495 * (bug 19450) Use formatNum for "Number of edits" in Special:Preferences
20496 * (bug 11242) Check for MySQL storage engines during installation now checks
20497   whether the engines are actually available
20498 * (bug 19390) Omit the "printable version" link on the printable version
20499 * (bug 18394) img_auth.php now respects userCan
20500 * (bug 19509) Uploading to a file named '0' previously treated it as null input
20501    and attempted to upload with the source name. Now warns about not having an
20502    extension (since 0.ext is perfectly valid)
20503 * (bug 19468) Enotif preferences are now only displayed when they are turned on
20504 * (bug 19442) Show/hide options on watchlist only work once
20505 * (bug 19602) PubMed Magic links now use updated NIH url
20506 * (bug 19637) externallinks have links to self
20507 * Don't load Opera 9.5 RTL fixes for Opera 9.6
20508 * Remove five-year-old KHTMLFixes.css, which is unlikely to be relevant anymore
20509   and was causing problems.
20510 * Removed repetition of URIs in the title attributes of external links.
20511 * (bug 19693) User name is now escaped in "Contributions for ..." link on
20512   Special:BlockIP
20513 * (bug 19571) Override buildConcat for SQLite.
20514 * Log in and log out links no longer return to page view when clicked from
20515   history view, edit page, or something similar
20516 * (bug 19513) RTL fixes for new Search UI
20517 * (bug 16497) Special:Allmessages is paginated
20518 * (bug 18708) CSS plainlinks class now available to all skins
20519 * (bug 19590) Database error messages no longer have "MySQL" hardcoded as the
20520   database type
20521 * (bug 19759) successbox on Special:Preferences now correctly aligned on
20522   standard, nostalgia and cologneblue skin
20523 * (bug 19814) interwiki links from file links ([[File:Foo.jpg|link=de:Test]])
20524   are no longer recorded in the pagelinks table
20525 * (bug 19784) date option "ISO 8601" produced illegal id
20526 * (bug 19761) Removed autogenerated <meta keywords> tag with link data.
20527   Keyword set was not useful, and is ignored by modern search engines anyway.
20528 * (bug 19827) Special:SpecialPages title is "Upload file
20529 * (bug 19355) Added .xhtml, .xht to upload file extension blacklist
20530 * (bug 19287) Workaround for lag on history page in Firefox 3.5
20531 * (bug 19564) Updated docs/hooks.txt
20532 * (bug 18751) Fix for buggage in profiling setup for some extensions on PHP 5.1
20533 * (bug 17139) ts_resortTable inconsistent trimming makes date sorting fragile
20534 * (bug 19445) Change oldimage table to use ON UPDATE CASCADE for FK to image
20535   table.
20536 * (bug 14080) Short notation links to subpages didn't work in edit summaries
20537 * (bug 17374) Special:Export no longer exports multiple copies of pages
20538 * (bug 19818) Edits to user CSS/JS subpages can now be marked as patrolled by
20539   users who can't edit them
20540 * (bug 19839) Comments in log items are no more double escaped
20541 * (bug 18161) Fix inconsistent separators in watchlist link toolbars with
20542   "enhanced recent changes"
20543 * (bug 16877) Moving a page over a redirect no longer leaves an orphan entry in
20544   the recentchanges table
20545 * (bug 16009) Limit selection forms based on Pager now links to the correct page
20546   when using long urls
20547 * The display of the language list on the preferences is more comply with the
20548   BCP 47 standards.
20549 * (bug 19849) Custom X-Vary-Options header now disabled unless $wgUseXVO is set
20550 * (bug 19301) Duplicate entries in $wgAddGroups, $wgRemoveGroups,
20551   $wgGroupsAddToSelf and $wgGroupsRemoveFromSelf are no more displayed on
20552   Special:ListGroupRights
20553 * (bug 18799) Special:Userlogin now handles correctly the returnto parameter
20554   to not link back to Special:Userlogout when user's language isn't the same as
20555   content's language
20556 * (bug 19479) Show proper error message when unable to connect to PostgreSQL
20557   database with username/password in MediaWiki's setup
20558 * (bugs 18407, 18409) Special:Upload is now listed on Special:Specialpages only
20559   if uploads are enabled and the user can access it
20560 * (bug 17988) Spaces before [[Category:]] links are no longer ignored
20561 * (bug 19957) All known-failing tests now marked disabled; added --run-disabled
20562   option to parser test suite to run disabled tests if desired.
20563 * (bug 16311) Make recent change flags (n/m/b) <abbr>s instead of <span>s
20564 * (bug 15680) Split the edit tip message of user CSS/JS subpage into
20565   "usercssyoucanpreview" and "userjsyoucanpreview" respectively.
20566 * (bug 12110) Split the rights for editing users' CSS/JS subpage from
20567   "editusercssjs" into "editusercss" and "edituserjs" respectively.
20568 * (bug 19394) RecentChanges feed URLs for log items with no revisions
20569   (eg Newuser, Userrights) are no longer broken
20570 * (bug 17395) Remote file descriptions use user language ($wgLang), not wiki
20571   language ($wgContLang)
20572 * (bug 11867) Lock error on redirect table when running orphans.php
20573 * (bug 18930) initStats.php now refreshes active users count
20574 * (bug 18699) Using the nosummary URL option no longer triggers the "You have
20575   not provided a summary" warning for those who activated it in their
20576   preferences
20577 * (bug 18855) commandLine.inc and Maintenance.php are now properly included
20578   using the full path
20579 * (bug 18497) Fixed broken style sheets in Opera fullscreen mode
20580 * (bug 16084) Default memory limit has be increased to 50M, see $wgMemoryLimit
20581 * (bug 17864/19519) Added proper input normalization in Special:UserRights
20582 * (bug 20086) Add Hook to add extra statistics at the end of Special:Statistics
20583 * (bug 19289) importDump.php can now handle bzip2 and 7zip
20584 * (bug 20131) Fixed a PHP notice for users having the "rollback" right on
20585   Special:RecentChangesLinked
20586 * Do not transform EXIF fields with pure text to avoid results like
20587   foo,bar@example,com
20588 * (bug 20176) Fix login/logout links in skin CologneBlue
20589 * (bug 20203) "Powered by MediaWiki" now has height/width on image tag
20590 * (bug 20273) Fix broken output when no pages are found in the content
20591   namespaces
20592 * (bug 20265) Make AncientPages and UnusedFiles work on SQLite
20593 * Fixed XSS vulnerability for Internet Explorer clients (only pre-release
20594   versions of MediaWiki were affected).
20595 * (bug 14817) Moving a page to a subpage of itself moves it twice
20596 * (bug 20289) $wgMaximumMovedPages should only count pages actually moved
20597 * (bug 15248) Non-breaking spaces and certain other Unicode space characters
20598   are now normalized to ordinary spaces in titles; if your wiki has existing
20599   titles with such characters, run cleanupTitles.php and/or cleanupImages.php
20600 * (bug 11143) Links containing invalid UTF-8 percent-code sequences are now
20601   cleanly disabled instead of breaking parsing entirely on PHP 5.2.
20602 * (bug 20296) Fixed an PHP warning in Language::getMagic() in PHP 5.3
20603 * (bug 20358) Unprotect tab was missing accesskey; now same as protect tab.
20604 * (bug 20317) Cleaned up default main page link accesskey settings
20605 * (bug 20362) Special:Statistics now produces valid HTML when view counters are
20606   enabled
20607 * (bug 19857) maintenance/deleteRevision.php on last revision no longer breaks
20608   target page
20609 * (bug 20365) Page name with c/g/h/j/s/u + x are now correctly handled in
20610   Special:MovePage with Esperanto as content language
20611 * (bug 20364) Fixed regression in GIF metadata loading
20612 * (bug 20299) MediaWiki:Move-subpages and MediaWiki:Move-talk-subpages can now
20613   use wikitext
20614 * (bug 15475) DatabaseBase::setFlag(), DatabaseBase::clearFlag() and
20615   DatabaseBase::getFlag() now have documentation
20616 * (bug 19966) MediaWiki:License-header is now used for the licensing header in
20617   the file description page instead of MediaWiki:License
20618 * (bug 20380) Links to history/deleted edits at the top of
20619   Special:RevisionDelete are no more displayed when doing log suppression
20620 * (bug 8143) Localised parser function names are now correctly case insensitive
20621   if they contain non-ASCII characters
20622 * (bug 19055) maintenance/rebuildrecentchanges.php now purges
20623   Special:Recentchanges's RSS and Atom feed cache
20624 * The installer will now try to bypass PHP's max_execution_time
20625 * (bug 20260) SQLite no longer tries to automatically create the database at
20626   execution time, this now happens only at install time; if it is not available
20627   at script execution, it now throws an exception
20628 * Fixed EditFilterMerged hook so the hookError parameter serves a purpose
20629   (analogous to EditFilter hook)
20630 * (bug 2257) Tag extensions can expand template parameters provided to the tag,
20631   by using a new parameter added to the recursiveTagParse function
20632 * (bug 14900) __INDEX__ and __NOINDEX__ no longer override site config set in
20633   $wgArticleRobotPolicies.
20634 * (bug 20466) Hidden categories are no more displayed when printing
20635 * (bug 20446) When changing user rights with User@remotewiki and remotewiki is
20636   the local wiki, the user is now treated as the local user
20637 * (bug 20494) OutputPage::getArticleBodyOnly() no longer requires an useless
20638   argument
20639 * (bug 20136) Protection form JavaScript now synchronizes the expiry boxes on
20640   any change, in addition to onkeyup.
20641 * Don't link to "edit this page" on MediaWiki:Noarticletext if user is not
20642   allowed to create page. Done via new message
20643   MediaWiki:Noarticletext-nopermission
20644 * Improved compatibility between the Vector skin and addPortletLink() from
20645   wikibits.js: empty portlets are now present but hidden, adding an element to a
20646   portlet unhides it
20647 * (bug 19531) addPortletLink() now wraps inserted labels in a <span> element to
20648   be compatible with the CSS for the Vector skin
20649 * (bug 20578) Wrong localized image metadata - duplicated string?
20650 * (bug 20556) Stub threshold's "other" <input> in Special:Preferences now has a
20651   correct type="text" parameter
20652 * (bug 482) Don't include TOC in the printable version if it has been hidden
20653 * Adjust the time according to the user configuration on Special:Revisiondelete
20654 * (bug 20624) Installation no longer allows "qqq" as the chosen language
20655 * (bug 20634) The installer-created database user will now have all rights on
20656   the database so that upgrades will go more smoothly.
20657 * (bug 18180) Special:Export ignores limit, dir, offset parameters
20658 * User::getBlockedStatus() works for all kinds of user objects and doesn't
20659   assume the user object is equal to the current-user object ($wgUser)
20660 * (bug 20517) Cancel link from edit page now returns to the old version when
20661   editing an old version
20662 * (bug 16902) Installer no longer shows warnings when exec() has been disabled
20663   by disable_functions
20664 * (bug 20726) Title::getLatestRevID's documentation now says that the function
20665   returns false if the page doesn't exist
20666 * (bug 20751) ForeignApiRepo now urldecodes filenames when saving to local cache
20667 * (bug 20730) Fix to Special:Version ViewVC link for branch checkouts
20668 * (bug 20353) wfShellExec() was adding extra quotes on Windows Vista, causing
20669   command line scripts to fail
20670 * (bug 20702) Parser functions can now be used correctly in
20671   MediaWiki:Missing-article
20672 * (bug 14117) "redirected from" is now also shown on foreign file redirects
20673 * (bug 17747) Only display thumbnail column in file history if the image can
20674   be rendered.
20675 * (bug 3421) Live preview no longer breaks user CSS/JS previews
20676 * (bug 11264) The file logo on a file description page for documents (PDF, ...)
20677   now links to the file rather than the file description page
20678 * Password fields built with HTMLForm now still have the type="password"
20679   attribute if $wgHtml5=false.
20680 * (bug 20836) Preload now works for MediaWiki namespace
20681 * (bug 20885) Search box no longer suggests unavailable special pages
20682 * (bug 20948) "Create this page" on Special:Search is no longer displayed when
20683   searching for special pages
20684 * (bug 20524) Hideuser: Show nice error when trying to block hidden user without
20685   hideuser right
20686 * (bug 21026) Fixed file redirects on shared repos on non-English client wikis
20687 * (bug 21030) Fixed schema choices from being overwritten by defining unique
20688   field names per driver.
20689 * (bug 21115) wgCanonicalSpecialPageName javascript variable is now always
20690   false on non-special pages
20691 * (bug 21113) "Other statistics" header on Special:Statistics is no more
20692   displayed when there isn't any entry in it
20693 * (bug 21114) Special:Contributions no longer shows diff links for new
20694   revisions
20695 * (bug 21116) MediaWiki:Templatesused, MediaWiki:Templatesusedpreview and
20696   MediaWiki:Templatesusedsection now support plural
20697 * (bug 21079) There is no more line wrapping between label and field in
20698   Special:Log
20699 * (bug 20256) Fixed SQL errors on Special:Recentchanges and
20700   Special:Recentchangeslinked on SQLite backend
20701 * (bug 20880) Fixed updater failure on SQLite backend
20702 * (bug 21182) Fixed invalid HTML in Special:Listgrouprights
20703 * (bug 20242) Installer no longer promts for user credentials for SQLite
20704   databases
20705 * (bug 20911) Installer failed to create a SQLite database
20706 * (bug 20847) Deprecated deprecated akeytt() removed in wikibits.js leaving
20707   dummy
20708 * (bug 21161) Changing $wgCacheEpoch now always invalidates file cache
20709 * (bug 20268) Fixed row count estimation on SQLite backend
20710 * (bug 20275) Fixed LIKE queries on SQLite backend
20711 * (bug 21234) Moving subpages of titles containing \\ now works properly
20712 * (bug 21006) maintenance/updateArticleCount.php now works again on PostgreSQL
20713 * (bug 19319) Add activeusers-intro message at top of SpecialActiveUsers page
20714 * (bug 21255) Fixed hostname construction for DNSBL checking
20715 * (bug 18019) Users are now warned when moving a file to a name in use on a
20716   shared repository and only users with the 'reupload-shared' permission can
20717   complete the move.
20718 * (bug 18909) Add missing Postgres INSERT SELECT wrapper
20719 * User::isValidPassword now only returns boolean results,
20720   User::getPasswordValidity can be used to get an error message string
20721 * The error message shown in Special:ChangePassword now parses wiki markup
20722 * (bug 19859) Removed experimental HTMLDiff feature
20723 * Removed section edit links in edit conflict form
20724 * Allow SpecialActiveusers to work on non-MySQL databases
20725 * (bug 6579) Fixed protecting images from uploading only
20726 * (bug 18609) Search index was empty for some pages
20727 * (bug 13453) rebuildrecentchanges maintenance script works on PG again
20728 * (bug 16583) Reduce false positives when checking for PHP (on upload, etc.)
20729 * (bug 20112) Bitrotted tests in the t/ directory were failing.
20730 * (bug 21470) MediaWiki:Sp-contributions-explain is now wrapped in a <p> with
20731   id "mw-sp-contributions-explain"
20732 * (bug 19159) Fixed \overleftrightarrow in texvc
20733 * (bug 19391) Fix caching for Recent ChangesFeed.
20734 * (bug 21455) Fixed "Watch this page" checkbox appearing on some special pages
20735   even to non-logged in users
20736 * (bug 21551) Rewrote the Squid purge HTTP client to provide a more robust and
20737   general implementation of HTTP, allowing it to purge non-Squid caches such as
20738   Varnish.
20739 * Fixed corruption of long UDP debug log messages by using socket_sendto()
20740   instead of fsockopen() with fwrite().
20741 * (bug 16884) Fixed feed links in sidebar not complying with URL parameters
20742   of the displayed page
20743 * (bug 21403) memcached class renamed to MWMemecached to avoid conflict with
20744   PHP's memcached extension
20745 * (bug 21650) Both calls to SkinTemplateTabs hook are now compatible
20746 * (bug 21672) Add missing Accept-Language to both Vary and XVO headers
20747 * (bug 21679) "Edit block reasons" link at the bottom of Special:Blockip is now
20748   only displayed to the users that have "editinterface" right
20749 * (bug 21740) Attempting to protect a page that doesn't exist (salting) returns
20750   "unknown error"
20751 * (bug 18762) both redirects and links get fixed one after another if
20752   redirects-only switch is not present
20753 * (bug 20159) thumbnails rerendered if older than $wgThumbnailEpoch
20754 * Fixed a bug which in some situations causes the job queue to grow forever,
20755   due to an infinite loop of job requeues.
20756 * (bug 21523) File that can have multiple pages (djvu, pdf, ...) no longer have
20757   the page selector when they have only one page
20758 * (bug 21559) "logempty" message is now wrapped in a div with class
20759   "mw-warning-logempty" when used in log extract
20760 * (bug 20549) Parser tests were broken on SQLite backend
20761 * (bug 21776) Interwiki urls like http://en.wikibooks.org/wiki/cs: should give
20762   a redirect instead of a baderror.
20763 * (bug 21803) Special:MyContributions now keeps the query string parameters
20764 * Redirecting special pages now keep query string parameters set to "0" (e.g.
20765   for namespace)
20766 * (bug 20765) Special:ListGroupRights no longer misses addables and removables
20767   groups if there are duplicate entries
20768 * (bug 21814) Message shown when rolling back an edit with a deleted username
20769   now shows '(username deleted)' instead of broken user tool links
20770 * (bug 21536) Fixed JavaScript error on Special:Search caused by an incorrect ID
20771 * (bug 21535) RecentChanges RSS feed now always recognises the namespace filter,
20772   previously it sometimes didn't due to caching.
20773 * (bug 20388) ProfilerSimpleText no longer outputs comment on action=raw
20774 * refreshLinks.php now purges orphaned redirect table rows
20775 * (bug 2971) Swap links of hist & diff location on Special:Contributions for
20776   consistency with RC/WL
20777 * (bug 21986) Special page names are now capitalized by content language
20778 * If two log types have the same description, they're now both displayed in the
20779   type selector on Special:Log
20780 * (bug 20115) Special:Userlogin title says "Log in / create account" even if the
20781   user can't create an account
20782 * (bug 2658) Don't attempt to set the TZ environment variable.
20783 * (bug 9794) User rights log entries for foreign user now links to the foreign
20784   user's page if possible
20785 * (bug 14717) Don't load nonexistent CSS fix files for non-Monobook skins
20786 * (bug 22034) Use wfClientAcceptsGzip() in wfGzipHandler instead of
20787   reimplementing it.
20788 * (bug 19226) First line renders differently on many UI messages.
20789 * (bug 21303) Comments are no longer stripped from MediaWiki:Common.js and
20790   skin-specific JS pages
20791 * (bug 5061) Use the more precise thumbcaption thumbimage and thumbinner classes
20792   for image divs.
20793 * (bug 22096) IE50Fixes.css and IE55Fixes.css have been dropped from the
20794   Monobook and Chick skins
20795 * Fixed bug involving unclosed "-{" markup in the language converter
20796 * (bug 21870) No longer include Google logo from an external server on wiki
20797   error.
20798 * (bug 22181) Do not truncate if the ellipsis actually make the string longer
20799 * (bug 16039) Text disappearing after a bad image
20800 * (bug 18784) Internal links like [[File:Foo|caption]] should read 'caption',
20801   not 'File:Foo' when Foo is not an image
20802 * (bug 21518) Special:UserRights no longer displays the user name box for users
20803   that can only change their rights
20804 * (bug 21593) Special:UserRights now lists automatic groups membership
20805 * (bug 22364) Setting $wgUseExternalEditor to false no longer hides the reupload
20806   link from file pages
20807 * Fix bug introduced in MediaWiki 1.12: The author field in
20808   $wgExtensionCredits is no longer sorted with sort() but rather used
20809   as it appears in extensions as was the case before r30117 where it
20810   was unintentionally sorted along with other fields.
20811 * (bug 19334) Textarea no longer jumps when editing longer articles in IE8
20812 * Truncate summary of page moves in revision comment field to avoid broken
20813   multibyte characters
20814 * (bug 22540) ForeignApiRepos no longer try to store thumbnails that don't exist
20815 * (bug 22551) Special:Resetpass now has a "Cancel" button that sends the user to
20816   the page set in the &returnto parameter.
20817 * (bug 19194) Search box in Modern skin doesn't focus with Safari/Chrome
20818 * (bug 17790) Users instantly logged off on HughesNet
20819 * (bug 21549) Make foreign key constraints DEFERRABLE INITIALLY DEFERRED
20820   when using Postgres as the database backend.
20822 == API changes in 1.16 ==
20824 * Added uiprop=changeablegroups to meta=userinfo
20825 * Added usprop=gender to list=users
20826 * (bug 18311) action=purge now works for images too
20827 * Add parentid to prop=revisions output
20828 * (bug 17832) action=delete returns 'unknownerror' instead of 'permissiondenied'
20829   when the user is blocked
20830 * (bug 18546) Added timestamp of new revision to action=edit output
20831 * (bug 18554) Also list hidden revisions in list=usercontribs for privileged
20832   users
20833 * (bug 13049) "API must be accessed from the primary script entry point" error
20834 * (bug 16422) Don't display help for format=jsonfm unless specifically requested
20835 * Added PHP and database version to meta=siteinfo output
20836 * (bug 18533) Add readonly message to meta=siteinfo output
20837 * (bug 18518) Add clprop=hidden to prop=categories
20838 * (bug 18710) Fixed internal error with empty parameter in action=paraminfo
20839 * (bug 18709) Missing descriptions for some parameters in action=paraminfo
20840   output
20841 * (bug 18731) Show correct SVN links for extension modules in api.php?version
20842 * (bug 18730) Add version information to action=paraminfo output
20843 * (bug 18743) Add ucprop=size to list=usercontribs
20844 * (bug 18749) Add generator flag to action=paraminfo output
20845 * Make action=block respect $wgEnableUserEmail and $wgSysopEmailBans
20846 * Made deleting file description pages without files possible
20847 * (bug 18773) Add content flag to siprop=namespaces output
20848 * (bug 18785) Add siprop=languages to meta=siteinfo
20849 * (bug 14200) Added user and excludeuser parameters to list=watchlist and
20850   list=recentchanges
20851 * Added index, fromtitle and byteoffset fields to action=parse&prop=sections
20852   output
20853 * (bug 19313) action=rollback returns wrong revid on master/slave setups
20854 * (bug 19323) action=parse doesn't return section tree on pages with Cite
20855   warnings
20856 * (bug 18720) Add anchor field to action=parse&prop=sections output
20857 * (bug 19423) The initial file description page used caption in user lang
20858   rather than UI lang
20859 * (bug 17809) Add number of users in user groups to meta=siteinfo
20860 * (bug 18533) Add readonly reason to readonly exception
20861 * (bug 19528) Added XSLT parameter to API queries in format=xml
20862 * (bug 19040) Fix prependtext and appendtext in combination with section
20863   parameter in action=edit
20864 * (bug 19090) Added watchlist parameter, deprecated watch and unwatch
20865   parameter in action=edit
20866 * Added fields to list=search output: size, wordcount, timestamp, snippet
20867 * Where supported by backend, list=search adds a 'searchinfo' element with
20868   optional info: 'totalhits' count and 'suggestion' alternate query term
20869 * (bug 19907) $wgCrossSiteAJAXdomains added to allow specified (or all)
20870   external domains to access api.php via AJAX, if the browser supports the
20871   Access-Control-Allow-Origin HTTP header
20872 * (bug 19999) Made metadata and properties of search results optional. Added
20873   srprop and srinfo.
20874 * (bug 20700) Add amprop=default to meta=allmessages to list default value for
20875   customized messages
20876 * Don't parse magic words in meta=allmessages, output messages unparsed
20877 * (bug 21105) list=usercontribs can now list contribs for User:0
20878 * (bug 21085) list=deletedrevs no longer returns only one revision when
20879   drcontinue param is passed
20880 * (bug 21106) Deprecated parameters now tagged in action=paraminfo
20881 * (bug 19004) Added support for tags
20882 * (bug 21083) list=allusers no longer returns current timestamp for users
20883   without registration date
20884 * (bug 20967) action=edit allows creation of invalid titles
20885 * (bug 19523) Add inprop=watched to prop=info
20886 * (bug 21589) API: Separate summary and initial page text for uploads
20887 * (bug 21817) list=usercontribs returns empty result for empty ucuser
20888 * (bug 21441) meta=userinfo&uiprop=options no longer returns default options
20889   for logged-in users under certain circumstances
20890 * (bug 21945) Add chomp control in YAML
20891 * Expand the thumburl to an absolute url to make it consistent with url and
20892   descriptionurl
20893 * (bug 20233) ApiLogin::execute() doesn't handle LoginForm :: RESET_PASS
20894 * (bug 22061) API: add prop=headitems to action=parse
20895 * (bug 22240) API: include time in siteinfo
20896 * (bug 22241) Quick edit is still using the deprecated watch parameter (API:
20897   Setting default for watch/unwatch wrongly set)
20898 * (bug 22245) blfilterredirect=nonredirects in blredirect mode wrongly filtering
20899 * (bug 22248) Output extension URLs in meta=siteinfo&siprop=extensions
20900 * Support key-params arrays in 'descriptionmsg' in
20901   meta=siteinfo&siprop=extensions
20902 * (bug 21922) YAML output should quote asterisk when used as key
20903 * (bug 22297) safesubst: to allow substitution without breaking transclusion
20904 * (bug 18758) API read of watchlist's wl_notificationtimestamp
20905 * (bug 20809) Expose EditFormPreloadText via the API
20906 * (bug 18427) Comment (edit summary) parser option for API
20907 * (bug 18608) API should provide list of CSS styles to apply to rendered output
20908 * (bug 18771) List possible errors in action=paraminfo
20910 === Languages updated in 1.16 ===
20912 MediaWiki supports over 300 languages. Many localisations are updated
20913 regularly. Below only new and removed languages are listed, as well as
20914 changes to languages because of Bugzilla reports.
20916 * Capiznon (cps) (new)
20917 * North Frisian (frr) (new)
20918 * Kirmanjki (kiu) (new)
20919 * Komi-Permyak (koi) (new)
20920 * Karachay-Balkar (krc) (new)
20921 * Hill Mari (mrj) (new)
20922 * Prussian (prg) (new)
20923 * Romagnol (rgn) (new)
20924 * Lower Silesian (sli) (new)
20925 * Picard (pcd) (new)
20926 * Uyghur (Arabic script) (ug-arab) (new)
20927 * Upper Franconian (vmf) (new)
20928 * Votic (vot) (new)
20929 * Eastern Yiddish (ydd) (removed)
20930 * Iriga Bicolano (bto) (removed)
20931 * Ladin (lld) (removed)
20932 * Laz (lzz) (removed)
20933 * Palembang (plm) (removed)
20934 * Megleno-Romanian (Greek script) (ruq-grek) (removed)
20935 * Tamazight (tzm) (removed)
20936 * Laz (lzz) (new)
20938 * (bug 18474) Sorani (ckb - Central Kurdish) (renamed from ku-arab)
20939 * Add PLURAL function for Scots Gaelic (gd)
20940 * Add Estonian letters äöõšüž to linktrail (et)
20941 * (bug 18776) Native name of Burmese language (my)
20942 * (bug 18806) Use correct unicode characters in spelling of native Chuvash
20943   (Чӑвашла)
20944 * (bug 18864) Updated autonym for Zhuang language
20945 * (bug 18308) Updated date formatting in Occitan (oc)
20946 * (bug 19080) Added ăâîşţșțĂÂÎŞŢȘȚ to Romanion (ro) linktrail
20947 * (bug 19286) Correct commafying function in Polish (pl)
20948 * (bug 19441) Updated date formatting for Lithuanian
20949 * (bug 19630) Added ÄäÇçĞğŇňÖöŞşÜüÝýŽž to Turkmen (tk) linktrail
20950 * (bug 19949) New linktrail for Greek (el)
20951 * (bug 19809) Korean (North Korea) (ko-kp) (new)
20952 * (bug 19968) Fixed "Project talk" namespace name for Maltese (mt)
20953 * (bug 21168) Added áâãàéêçíóôõúü to Portuguese (pt) linktrail
20954 * (bug 21596) Change interwiki link for Kurdish (ku)
20955 * (bug 23767) PHP warning/error when REQUEST_URI returns blank (IIS issue).
20957 == MediaWiki 1.15 ==
20959 == MediaWiki 1.15.5 ==
20960 === Changes since 1.15.4 ===
20962 * (bug 24565) Fixed Cache-Control headers sent from API modules, to protect
20963   user privacy in the case where an attacker can access the wiki through the
20964   same HTTP proxy as a logged-in user.
20965 * Fixed a minor cookie header parsing issue causing incorrect Cache-Control
20966   headers to be sent.
20967 * Fixed an XSS vulnerability in profileinfo.php for installations with
20968   $wgEnableProfileInfo = true (false by default)
20969 * For backwards compatibility with extensions from 1.14.x or before, restored
20970   the original function ApiMain::requestWriteMode().
20971 * In API login "need token" responses, added the cookieprefix and sessionid
20972   fields, as in MediaWiki 1.16.x. This is an improvement to the CSRF fix
20973   introduced in 1.15.3.
20975 == MediaWiki 1.15.4 ==
20976 === Changes since 1.15.3 ===
20978 * (bug 23534) Fixed SQL query error in API list=allusers.
20979 * (bug 23371) Fixed CSRF vulnerability in "e-mail me my password", "create
20980   account" and "create by e-mail" features of [[Special:Userlogin]]
20981 * (bug 23687) Fixed XSS vulnerability affecting IE clients only, due to a CSS
20982   validation issue.
20984 == MediaWiki 1.15.3 ==
20985 === Changes since 1.15.2 ===
20987 * (bug 22828) Fixed deletion on SQLite.
20988 * (bug 23076) Fixed login CSRF vulnerability. Logins now require a token to
20989   be submitted along with the user name and password.
20991 == MediaWiki 1.15.2 ==
20992 === Changes since 1.15.1 ===
20994 * The installer now includes a check for a data corruption issue with certain
20995   versions of libxml2 2.7 and PHP earlier than 5.2.9, and also for a PHP bug
20996   present in the official release of PHP 5.3.1.
20997 * (bug 20239) MediaWiki:Imagemaxsize does not contain anymore a <br /> tag which
20998   was displayed to the user
20999 * (bug 21150) SQLite no longer raise an error when deleting files
21000 * (bug 20880) Fixed updater failure on SQLite backend
21001 * upgrade1_5.php now requires to be run --update option to prevent confusion
21002 * Fixed a CSS validation issue which allowed external images to be included
21003   into wikis where that is disallowed by configuration.
21004 * Fixed a data leakage vulnerability for private wikis using img_auth.php or
21005   similar image access authentication schemes. Check user permissions before
21006   streaming out scaled images from thumb.php.
21008 == MediaWiki 1.15.1 ==
21009 === Changes since 1.15.0 ===
21010 * Fixed fatal errors for unusual file repository configurations, such as
21011   ForeignAPIRepo.
21012 * Fixed the "change password" link on Special:Preferences to have the correct
21013   returnto parameter.
21014 * (bug 19693) Fixed cross-site scripting vulnerability in Special:Block
21016 == MediaWiki 1.15.0 ==
21017 === Changes since 1.15.0rc1 ===
21019 * Removed category redirect feature, implementation was incomplete.
21020 * (bug 18846) Remove update_password_format(), unnecessary, destroys all
21021   passwords if a wiki with $wgPasswordSalt=false is upgraded with the web
21022   installer.
21023 * (bug 19127) Documentation warning for PostgreSQL users who run update.php:
21024   use the same user in AdminSettings.php as in LocalSettings.php.
21025 * Fixed possible web invocation of some maintenance scripts, due to the use of
21026   include() instead of require(). A full exploit would require a very strange
21027   web server configuration.
21028 * Localisation updates.
21030 === Configuration changes in 1.15 ===
21032 * Added $wgNewPasswordExpiry, to specify an expiry time (in seconds) to
21033   temporary passwords
21034 * Added $wgUseTwoButtonsSearchForm to choose the Search form behavior/look
21035 * Added $wgNoFollowDomainExceptions to allow exempting particular domain names
21036   from rel="nofollow" on external links
21037 * (bug 12970) Brought back $wgUseImageResize.
21038 * Added $wgRedirectOnLogin to allow specifying a specific page to redirect users
21039   to upon logging in (ex: "Main Page")
21040 * Add $wgExportFromNamespaces for enabling/disabling the "export all from
21041   namespace" option (disabled by default)
21043 === New features in 1.15 ===
21045 * (bug 2242) Add an expiry time to temporary passwords
21046 * (bug 9947) Add PROTECTIONLEVEL parser function to return the protection level
21047   for the current page for a given action
21048 * (bug 17002) Add &minor= and &summary= as parameters in the url when editing,
21049   to automatically add a summary or a minor edit.
21050 * (bug 16852) padleft and padright now accept multiletter pad characters
21051 * When using 'UserCreateForm' hook to add new checkboxes into
21052   Special:UserLogin/signup, the messages can now contain HTML to allow
21053   hyperlinking to the site's Terms of Service page, for example
21054 * Add new hook 'UserLoadFromDatabase' that is called while loading a user
21055   from the database.
21056 * (bug 17045) Options on the block form are prefilled with the options of the
21057   existing block when modifying an existing block.
21058 * (bug 17055) "(show/hide)" links to Special:RevisionDelete now use a CSS class
21059   rather than hardcoded HTML tags
21060 * Added new hook 'WantedPages::getSQL' into SpecialWantedpages.php to allow
21061   extensions to alter the SQL query which is used to get the list of wanted
21062   pages
21063 * (bugs 16957/16969) Add show/hide to preferences for RC patrol options on
21064   specialpages
21065 * (bug 11443) Auto-noindex user/user talk pages for blocked user
21066 * (bug 11644) Add $wgMaxRedirects variable to control how many redirects are
21067   recursed through until the "destination" page is reached.
21068 * Add $wgInvalidRedirectTargets variable to prevent redirects to certain
21069   special pages.
21070 * Use HTML5 rel attributes for some links, where appropriate
21071 * Added optional alternative Search form look - Go button & Advanced search
21072   link instead of Go button & Search button
21073 * (bug 2314) Add links to user custom CSS and JS to Special:Preferences
21074 * More helpful error message on raw page access if PHP_SELF isn't set
21075 * (bug 13040) Gender switch in user preferences
21076 * (bug 13040) {{GENDER:}} magic word for interface messages
21077 * (bug 3301) Optionally sort user list according to account creation time
21078 * Remote description pages for foreign file repos are now fetched in the
21079   content language.
21080 * (bug 17180) If $wgUseFileCache is enabled, $wgShowIPinHeader is automatically
21081   set to false.
21082 * (bug 16604) Mark non-patrolled edits in feeds with "!"
21083 * (bug 16604) Show title/rev in IRC for patrol log
21084 * (bug 16854) Whether a page is being parsed as a preview or section preview
21085   can now be determined and set with ParserOptions.
21086 * Wrap message 'confirmemail_pending' into a div with CSS classes "error" and
21087   "mw-confirmemail-pending"
21088 * (bug 8249) The magic words for namespaces and pagenames can now be used as
21089   parser functions to return the desired namespace or normalized title/title
21090   part for a given title.
21091 * (bug 17110) Styled #mw-data-after-content in cologneblue.css to match the
21092   rest of the font
21093 * (bug 7556) Time zone names in signatures lack i18n
21094 * (bug 3311) Automatic category redirects
21095 * (bug 17236) Suppress 'watch user page link' for IP range blocks
21096 * Wrap message 'searchresulttext' (Special:Search) into a div with
21097   class "mw-searchresult"
21098 * (bug 15283) Interwiki imports can now fetch included templates
21099 * Treat svn:// URLs as external links by default
21100 * New function to convert namespace text for display (only applies on wiki with
21101   LanguageConverter class)
21102 * (bug 17379) Contributions-title is now parsed for magic words.
21103 * Preprocessor output now cached in memcached.
21104 * (bug 14468) Lines in classic RecentChanges and Watchlist have classes
21105   "mw-line-odd" and "mw-line-even" to make styling using css possible.
21106 * (bug 17311) Add a note beside the gender selection menu to tell users that
21107   this information will be public
21108 * Localize time zone regions in Special:Preferences
21109 * Add NUMBEROFACTIVEUSERS magic word, which is like NUMBEROFUSERS, but uses
21110   the active users data from site_stats.
21111 * Add a <link rel="canonical"> tag on redirected page views
21112 * Replace hardcoded '...' as indication of a truncation with the
21113   'ellipsis' message
21114 * Wrap warning message 'editinginterface' into a div with class
21115   'mw-editinginterface'
21116 * (bug 17497) Oasis opendocument added to mime.types
21117 * Remove the link to Special:FileDuplicateSearch from the "file history" section
21118   of image description pages as the list of duplicated files is shown in the
21119   next section anyway.
21120 * Added $wgRateLimitsExcludedIPs, to allow specific IPs to be whitelisted from
21121   rate limits.
21122 * (bug 14981) Shared repositories can now have display names, located at
21123   MediaWiki:Shared-repo-name-REPONAME, where REPONAME is the name in
21124   $wgForeignFileRepos
21125 * Special:ListUsers: Sort list of usergroups by alphabet
21126 * (bug 16762) Special:Movepage now shows a list of subpages when possible
21127 * (bug 17585) Hide legend on Special:Specialpages from non-privileged users
21128 * Added $wgUseTagFilter to control enabling of filter-by-change-tag
21129 * (bug 17291) MediaWiki:Nocontribs now has an optional $1 parameter for the
21130   username
21131 * Wrap special page summary message '$specialPageName-summary' into a div
21132   with class 'mw-specialpage-summary'
21133 * $wgSummarySpamRegex added to handle edit summary spam. This is used *instead*
21134   of $wgSpamRegex for edit summary checks. Text checks still use $wgSpamRegex.
21135 * New function to convert content text to specified language (only applies on
21136   wiki with LanguageConverter class)
21137 * (bug 17844) Redirect users to a specific page when they log in, see
21138   $wgRedirectOnLogin
21139 * Added a link to Special:UserRights on Special:Contributions for privileged
21140   users
21141 * (bug 10336) Added new magic word {{REVISIONUSER}}, which displays the editor
21142   of the displayed revision
21143 * LinkerMakeExternalLink now has an $attribs parameter for link attributes and
21144   a $linkType parameter for the type of external link being made
21145 * (bug 17785) Dynamic dates surrounded with a <span> tag, fixing sortable tables
21146   with dynamic dates.
21147 * (bug 4582) Provide preference-based autoformatting of unlinked dates with the
21148   dateformat parser function.
21149 * (bug 17886) Special:Export now allows you to export a whole namespace (limited
21150   to 5000 pages)
21151 * (bug 17714) Limited TIFF upload support now built in if 'tif' extension is
21152   enabled. Image width and height are now recognized, and when using
21153   ImageMagick, optional flattening to PNG or JPEG for inline display can be
21154   enabled by setting $wgTiffThumbnailType
21155 * Renamed two input IDs on Special:Log from 'page' and 'user' to 'mw-log-page'
21156   and 'mw-log-user', respectively
21157 * Added $wgInvalidUsernameCharacters to disallow certain characters in
21158   usernames during registration (such as "@")
21159 * Added $wgUserrightsInterwikiDelimiter to allow changing the delimiter
21160   used in Special:UserRights to denote the user should be searched for
21161   on a different database
21162 * Add a class if 'missingsummary' is triggered to allow styling of the summary
21163   line
21164 * Title attributes are now always blank on framed and thumbnailed images, and
21165   default to blank on inline images instead of defaulting to the image's
21166   filename. Additionally, the alt attribute now defaults to the filename on
21167   framed and thumbnailed images if no caption or alt attribute is specified.
21169 === Bug fixes in 1.15 ===
21170 * (bug 16968) Special:Upload no longer throws useless warnings.
21171 * (bug 17000) Special:RevisionDelete now checks if the database is locked
21172   before trying to delete the edit.
21173 * (bug 16852) padleft and padright now handle multibyte characters correctly
21174 * (bug 17010) maintenance/namespaceDupes.php now add the suffix recursively if
21175   the destination page exists
21176 * (bug 17035) Special:Upload now fails gracefully if PHP's file_uploads has
21177   been disabled
21178 * Fixing the caching issue by using -{T|xxx}- syntax (only applies on wiki with
21179   LanguageConverter class)
21180 * Improving the efficiency by using -{A|xxx}- syntax (only applies on wiki with
21181   LanguageConverter class)
21182 * (bug 17054) Added more descriptive errors in Special:RevisionDelete
21183 * (bug 11527) Diff on page with one revision shows "Next" link to same diff
21184 * (bug 8065) Fix summary forcing for new pages
21185 * (bug 10569) redirects to Special:Mypage and Special:Mytalk are no longer
21186   allowed by default. Change $wgInvalidRedirectTargets to re-enable.
21187 * (bug 3043) Feed links of given page are now preceded by standard feed icon
21188 * (bug 17150) escapeLike now escapes literal \ properly
21189 * Inconsistent use of sysop, admin, administrator in system messages changed
21190   to 'administrator'
21191 * (bug 14423) Check block flag validity for block logging
21192 * DB transaction and slave-lag avoidance tweaks for Email Notifications
21193 * (bug 17104) Removed [Mark as patrolled] link for already patrolled revisions
21194 * (bug 17106) Added 'redirect=no' and 'mw-redirect' class to redirects at
21195   "user contributions"
21196 * Rollback links on new pages removed from "user contributions"
21197 * (bug 15811) Re-upload form tweaks: license fields removed, destination locked,
21198   comment label uses better message
21199 * Whole HTML validation ($wgValidateAllHtml) now works with external tidy
21200 * Parser tests no longer fail when $wgExternalLinkTarget is set in
21201   LocalSettings
21202 * (bug 15391) catch DBQueryErrors on external storage insertion. This avoids
21203   error messages on save were the edit in fact is saved.
21204 * (bug 17184) Remove duplicate "z" accesskey in MonoBook
21205 * Parser tests no longer fail when $wgAlwaysUseTidy is set in LocalSettings.php
21206 * Removed redundant dupe warnings on reupload for the same title. Dupe warnings
21207   for identical files at different titles are still given.
21208 * Add 'change tagging' facility, where changes can be tagged internally with
21209   certain designations, which are displayed on various summaries of changes,
21210   and the entries can be styled with CSS.
21211 * (bug 17207) Fix regression breaking category page display on PHP 5.1
21212 * Categoryfinder utility class no longer fails on invalid input or gives wrong
21213   results for category names that include pseudo-namespaces
21214 * (bug 17252) Galician numbering format
21215 * (bug 17146) Fix for UTF-8 and short word search for some possible MySQL
21216   configs
21217 * (bug 7480) Internationalize database error message
21218 * (bug 16555) Number of links to mediawiki.org scaled back on post-installation
21219 * (bug 14938) Removing a section no longer leaves excess whitespace
21220 * (bug 17304) Fixed fatal error when thumbnails couldn't be generated for file
21221   history
21222 * (bug 17283) Remove double URL escaping in show/hide links for log entries
21223   and RevisionDeleteForm::__construct
21224 * (bug 17105) Numeric table sorting broken
21225 * (bug 17231) Transcluding special pages on wikis using language conversion no
21226   longer affects the page title
21227 * (bug 6702) Default system messages updated/improved
21228 * (bug 17190) User ID on preference page no longer has delimeters
21229 * (bug 17341) "Powered by MediaWiki" should be on the left on RTL wikis
21230 * (bug 17404) "userrights-interwiki" right was missing in User::$mCoreRights
21231 * (bug 7509) Separation strings should be configurable
21232 * (bug 17420) Send the correct content type from action=raw when the HTML file
21233   cache is enabled.
21234 * (bug 12746) Do not allow new password e-mails when wiki is in read-only mode
21235 * (bug 17478) Fixed a PHP Strict standards error in
21236   maintenance/cleanupWatchlist.php
21237 * (bug 17488) RSS/Atom links in left toolbar are now localized in classic skin
21238 * (bug 17472) use print <<<EOF in maintenance/importTextFile.php
21239 * Special:PrefixIndex: Move table styling to shared.css, add CSS IDs to tables
21240   use correct message 'allpagesprefix' for input form label, replace _ with ' '
21241   in next page link
21242 * (bug 17506) Exceptions within exceptions now respect $wgShowExceptionDetails
21243 * Fixed excessive job queue utilisation
21244 * File dupe messages for remote repos are now shown only once.
21245 * (bug 14980) Messages 'shareduploadwiki' and 'shareduploadwiki-desc' are now
21246   used as a parameter in 'sharedupload' for easier styling and customization.
21247 * (bug 17482) Formatting error in Special:Preferences#Misc (Opera)
21248 * (bug 17556) <link> parameters in Special:Contributions feeds (RSS and Atom)
21249   now point to the actual contributors' feed.
21250 * ForeignApiRepos now fetch MIME types, rather than trying to figure it locally
21251 * Special:Import: Do not show input field for import depth if
21252   $wgExportMaxLinkDepth == 0
21253 * (bug 17570) $wgMaxRedirects is now correctly respected when following
21254   redirects (was previously one more than $wgMaxRedirects)
21255 * (bug 16335) __NONEWSECTIONLINK__ magic word to suppress new section link.
21256 * (bug 17581) Wrong index name in PostgreSQL's updater: was rc_timestamp_nobot,
21257   changed to rc_timestamp_bot
21258 * (bug 17437) Fixed incorrect link to web-based installer
21259 * (bug 17538) Use shorter URLs in <link> elements
21260 * (bug 13778) Hidden input added to the search form so that using the Enter key
21261   on IE will do a fulltext search like clicking the button does
21262 * (bug 1061) CSS-added icons next to links display through the text and makes
21263   it unreadable in RTL
21264 * Special:Wantedtemplates now works on PostgreSQL
21265 * (bug 14414) maintenance/updateSpecialPages.php no longer throws error with
21266   PostgreSQL
21267 * (bug 17546) Correct Tongan language native name is "lea faka-Tonga"
21268 * (bug 17621) Special:WantedFiles has no link to Special:Whatlinkshere
21269 * (bug 17460) Client ecoding is now correctly set for PostgreSQL
21270 * (bug 17648) Prevent floats from intruding into edit area in previews if no
21271   toolbar present
21272 * (bug 17692) Added (list of members) link to 'user' in Special:Listgrouprights
21273 * (bug 17707) Show file destination as plain text if &wpForReUpload=1
21274 * (bug 10172) Moved setting of "changed since last visit" flags out of the job
21275   queue
21276 * (bug 17761) "show/hide" link in page history in now works for the first
21277   displayed revision if it's not the current one
21278 * (bug 17722) Fix regression where users are unable to change temporary
21279   passwords
21280 * (bug 17799) Special:Random no longer throws a database error when a non-
21281   namespace is given, silently falls back to NS_MAIN
21282 * (bug 17751) The message for bad titles in WantedPages is now localized
21283 * (bug 17860) Moving a page in the "MediaWiki" namespace using SuppressRedirect
21284   no longer corrupts the message cache
21285 * (bug 17900) Fixed User Groups interface log display after saving groups.
21286 * (bug 17897) Fixed string offset error in <pre> tags
21287 * (bug 17778) MediaWiki:Catseparator can now have HTML entities
21288 * (bug 17676) Error on Special:ListFiles when using Postgres
21289 * Special:Export doesn't use raw SQL queries anymore
21290 * (bug 14771) Thumbnail links to individual DjVu pages no longer have
21291   two "page" parameters
21292 * (bug 17972) Special:FileDuplicateSearch form now works correctly on wikis that
21293   don't use PathInfo or short urls
21294 * (bug 17990) trackback.php now has a trackback.php5 alias and works with
21295   $wgScriptExtension
21296 * (bug 14990) Parser tests works again with PostgreSQL
21297 * (bug 11487) Special:Protectedpages doesn't list protections with pr_expiry
21298   IS NULL
21299 * (bug 18018) Deleting a file redirect leaves behind a malfunctioning redirect
21300 * (bug 17537) Disable bad zlib.output_compression output on HTTP 304 responses
21301 * (bug 11213) [edit] section links in printable version no longer appear when
21302   you cut-and-paste article text
21303 * (bug 17405) "Did you mean" to mirror Go/Search behavior of original request
21304 * (bug 18116) 'edittools' is now output identically on edit and upload pages
21305 * (bug 17241) The diffonly URI parameter should cascade to "Next edit" and
21306   "Previous edit" diff links
21307 * (bug 16823) Sidebar search form should not use Special:Search view URL as
21308   target
21309 * (bug 16343) Non-existing, but in use, category pages can be "go" match hits
21310 * Fixed a CSS validation issue which allowed external images to be included
21311   into wikis where that is disallowed by configuration.
21312 * Fixed a data leakage vulnerability for private wikis using img_auth.php or
21313   similar image access authentication schemes. Check user permissions before
21314   streaming out scaled images from thumb.php.
21316 == API changes in 1.15 ==
21317 * (bug 16858) Revamped list=deletedrevs to make listing deleted contributions
21318   and listing all deleted pages possible
21319 * (bug 16844) Added clcategories parameter to prop=categories
21320 * (bug 17025) Add "fileextension" parameter to meta=siteinfo&siprop=
21321 * (bug 17048) Show the 'new' flag in list=usercontribs for the revision that
21322   created the page, even if it's not the top revision
21323 * (bug 17069) Added ucshow=patrolled|!patrolled to list=usercontribs
21324 * action=delete respects $wgDeleteRevisionsLimit and the bigdelete user right
21325 * (bug 15949) Add undo functionality to action=edit
21326 * (bug 16483) Kill filesort in ApiQueryBacklinks caused by missing parentheses.
21327   Building query properly now using makeList()
21328 * (bug 17182) Fix pretty printer so URLs with parentheses in them are
21329   autolinked correctly
21330 * (bug 17224) Added siprop=rightsinfo to meta=siteinfo
21331 * (bug 17239) Added prop=displaytitle to action=parse
21332 * (bug 17317) Added watch parameter to action=protect
21333 * (bug 17007) Added export and exportnowrap parameters to action=query
21334 * (bug 17326) BREAKING CHANGE: Changed output format for iiprop=metadata
21335 * (bug 17355) Added auwitheditsonly parameter to list=allusers
21336 * (bug 17007) Added action=import
21337 * BREAKING CHANGE: Removed rctitles parameter from list=recentchanges because
21338   of performance concerns
21339 * Listing (semi-)deleted revisions and log entries as well in prop=revisions
21340   and list=logevents
21341 * (bug 11430) BREAKING CHANGE: Modules may return fewer results than the
21342   limit and still set a query-continue in some cases
21343 * (bug 17357) Added movesubpages parameter to action=move
21344 * (bug 17433) Added bot flag to list=watchlist&wlprop=flags output
21345 * (bug 16740) Added list=protectedtitles
21346 * Added mainmodule and pagesetmodule parameters to action=paraminfo
21347 * (bug 17502) meta=siteinfo&siprop=namespacealiases no longer lists namespace
21348   aliases already listed in siprop=namespaces
21349 * (bug 17529) rvend ignored when rvstartid is specified
21350 * (bug 17626) Added uiprop=email to list=userinfo
21351 * (bug 13209) Added rvdiffto parameter to prop=revisions
21352 * Manual language conversion improve: Now we can include both ";" and ":" in
21353   conversion rules
21354 * (bug 17795) Don't report views count on meta=siteinfo if $wgDisableCounters
21355   is set
21356 * (bug 17774) Don't hide read-restricted modules like action=query from users
21357   without read rights, but throw an error when they try to use them.
21358 * Don't hide write modules when $wgEnableWriteAPI is false, but throw an error
21359   when someone tries to use them
21360 * BREAKING CHANGE: action=purge requires write rights and, for anonymous users,
21361   a POST request
21362 * (bug 18099) Using appendtext to edit a non-existent page causes an interface
21363   message to be included in the page text
21364 * Fixed the circular template inclusion check, was broken when the loop
21365   involved redirects. Without this, infinite recursion within the parser is
21366   possible.
21367 * (bug 18601) generator=backlinks returns invalid continue parameter
21368 * (bug 18597) Internal error with empty generator= parameter
21369 * (bug 18617) Add xml:space="preserve" attribute to relevant tags in XML output
21370 * (bug 17611) Provide a sensible error message on install when the SQLite data
21371   directory is wrong.
21373 === Languages updated in 1.15 ===
21375 MediaWiki supports over 300 languages. Many localisations are updated
21376 regularly. Below only new and removed languages are listed, as well as
21377 changes to languages because of Bugzilla reports.
21379 * Austrian German (de-at) (new)
21380 * Swiss Standard German (de-ch) (new)
21381 * Simplified Gan Chinese (gan-hans) (new)
21382 * Traditional Gan Chinese (gan-hant) (new)
21383 * Literary Chinese (lzh) (new)
21384 * Uyghur (Latin script) (ug-latn) (renamed from 'ug')
21385 * Veps (vep) (new)
21386 * Võro (vro) (renamed from fiu-vro)
21387 * (bug 17151) Add magic word alias for #redirect for Vietnamese
21388 * (bug 17288) Messages improved for default language (English)
21389 * (bug 12937) Update native name for Afar
21390 * (bug 16909) 'histlegend' now reuses messages instead of copying them
21391 * (bug 17832) action=delete returns 'unknownerror' instead of 'permissiondenied'
21392   when the user is blocked
21393 * Traditional/Simplified Gan Chinese conversion support
21395 == MediaWiki 1.14 ==
21397 == MediaWiki 1.14.1 ==
21398 === Changes since 1.14.0 ===
21400 * (bug 17737) Fixed russian URLs for Special:BookSources
21401 * (bug 17713) Using links with only an anchor no longer add an dummy entry in
21402   the pagelinks table
21403 * (bug 17897) Fixed string offset error in <pre> tags
21404 * (bug 17832) Fixed action=delete returning 'unknownerror' instead of
21405   'permissiondenied' when the user is blocked
21406 * Fixed performance regression when accessing deleted (archived) files
21407 * (bug 19693) Fixed cross-site scripting vulnerability in Special:Block
21409 == MediaWiki 1.14.0 ==
21410 === Changes since 1.14.0rc1 ===
21412 * Fixed the performance of the backlinks API module
21413 * (bug 17420) Send the correct content type from action=raw when the HTML file
21414   cache is enabled.
21415 * (bug 17437) Fixed incorrect link to web-based installer
21416 * (bug 17527) Fixed missing MySQL-specific options in installer
21418 === Configuration changes in 1.14 ===
21420 * $wgExemptFromUserRobotsControl is an array of namespaces to be exempt from
21421   the effect of the new __INDEX__/__NOINDEX__ magic words.  (Default: null, ex-
21422   empt all content namespaces.)
21423 * $wgForwardSearchUrl has been removed entirely. Documented setting since 1.4
21424   has been $wgSearchForwardUrl.
21425 * (bug 15080) $wgOverrideSiteFeed has been added. Setting either
21426   $wgSiteFeed['rss'] or 'atom' to a URL will override the default Recent
21427   Changes feed that appears on all pages.
21428 * $wgSQLiteDataDirMode has been introduced as the default directory mode for
21429   SQLite data directories on creation. Note that this setting is separate from
21430   $wgDirectoryMode, which applies to all normal dirs created by MediaWiki.
21431 * $wgGroupsAddToSelf and $wgGroupsRemoveFromSelf now work more like
21432   $wgAddGroups and $wgRemoveGroups, where the user must belong to a specified
21433   group in order to add or remove those groups from themselves.
21434   Backwards compatibility is maintained.
21435 * $wgRestrictDisplayTitle controls if the use of the {{DISPLAYTITLE}} magic
21436   word is restricted to titles equivalent to the actual page title. This
21437   is true per default, but can be set to false to allow any title.
21438 * $wgSpamRegex may now be an array of multiple regular expressions.
21439 * $wgAjaxSearch has been removed; use $wgEnableMWSuggest instead.
21440 * Editing the MediaWiki namespace is now unconditionally restricted to people
21441   with the editinterface right, configuring this in $wgNamespaceProtection
21442   is not required.
21443 * $wgAllowExternalImagesFrom may now be an array of multiple strings.
21444 * Introduced $wgEnableImageWhitelist to toggle the on-wiki external image
21445   whitelist on or off.
21446 * Added $wgRenderHashAppend to append some string to the parser cache and the
21447   sitenotice cache keys.
21448 * $wgRCChangedSizeThreshold is now a positive integer by default,
21449 * (bug 16006) $wgEnableWriteAPI is now true by default. Authorized can perform
21450   write actions using the API.
21451 * Added $wgRC2UDPInterwikiPrefix which adds an interwiki prefix
21452   ($wgLocalInterwiki) onto the page names in the UDP feed.
21453 * Added $wgAllowUserSkin to let the wiki's owner disable user selectable skins
21454   on the wiki. If it's set to false, then the skin used will *always* be
21455   $wgDefaultSkin.
21456 * Added $wgEnotifUseRealName, which allows UserMailer to send out e-mails based
21457   on the user's real name if one is set. Defaults to false (use the username)
21458 * Removed the 'apiThumbCacheDir' option from $wgForeignFileRepos (only used in
21459   ForeignAPIRepo)
21460 * (bug 44) Image namespace and accompanying talk namespace renamed to File.
21461   For backward compatibility purposes, Image still works. External tools may
21462   need to be updated.
21463 * The constants NS_FILE and NS_FILE_TALK can now be used instead of NS_IMAGE and
21464   NS_IMAGE_TALK.  The old constants are retained as aliases for compatibility,
21465   and should still be used in code meant to be compatible with v1.13 or older.
21466 * MediaWiki can be forced to use private IPs forwarded by a proxy server by
21467   using $wgUsePrivateIPs.
21468 * The 'BeforeWatchlist' hook has been removed due to internal changes in
21469   Special:Watchlist. 'SpecialWatchlistQuery' should now be used by extensions
21470   to customize the watchlist database query.
21472 === Migrated extensions ===
21473 The following extensions are migrated into MediaWiki 1.14:
21475 * Special:DeletedContributions to show deleted user contributions (was
21476   extension DeletedContributions)
21477 * Special:Log/newusers recording new users (was extension Newuserlog)
21478 * Special:LinkSearch to search for external links (was extension LinkSearch)
21479 * RenderHash
21480 * NoMoveUserPages
21481 * UniversalEditButton
21483 === New features in 1.14 ===
21485 * New URL syntaxes for Special:ListUsers - 'Special:ListUsers/USER' and
21486   'Special:ListUsers/GROUP/USER', in addition to the older syntax
21487   'Special:ListUsers/GROUP' where GROUP is a valid group name.
21488 * Configurable per-namespace and per-page notices for the edit form,
21489   respectively MediaWiki:Editnotice-# where # is the namespace number, and
21490   MediaWiki:Editnotice-#-PAGENAME where # is the page's namespace number and
21491   PAGENAME is the page name minus the namespace prefix.
21492 * (bug 8068) New __INDEX__ and __NOINDEX__ magic words allow user control of
21493   search engine indexing on a per-article basis.
21494 * Handheld stylesheet options
21495 * Added 'DoEditSectionLink' hook as a cleaner unified version of the old
21496   'EditSectionLink' and 'EditSectionLinkForOther' hooks.  Note that the
21497   'EditSectionLinkForOther' hook has been removed, but 'EditSectionLink' is
21498   run in all cases instead, so extensions using the old hooks should still work
21499   if they ran roughly the same code for both hooks (as is almost certain).
21500 * Signature (~~~~) "cleaning", i.e. template removal, can be disabled with
21501   $wgCleanSignatures=false
21502 * Extensions can use the SkinBuildSidebar hook to modify the content of the
21503   sidebar and add custom portlets to it
21504 * Added 'MakeGlobalVariablesScript' hook for extensions to be able to add vari-
21505   ables into the output of Skin::makeVariablesScript
21506 * (bug 13846) Added $wgAddGroups and $wgRemoveGroups display on
21507   Special:ListGroupRights
21508 * (bug 14377) Add a date selector to history pages
21509 * (bug 15007) New 'pagetitle-view-mainpage' message allows the HTML <title> of
21510   the main page to be customized
21511 * Added $wgDisableTitleConversion to disabling the conversion for all pages on
21512   the wiki
21513 * Added 'noconvertlink' toggle that can be set per user preferences, also
21514   added 'convertlink=no|yes' on GET requests whether have the link titles
21515   being converted or not
21516 * (bug 14921) Special:Contributions/: add user name to <title>
21517   Patch by Emufarmers
21518 * Unescape more "safe" characters when producing URLs, for added prettiness
21519 * Introduced a new hook 'SkinAfterContent' that allows extensions to add text
21520   after the page content and article metadata. Updated all skins and skin
21521   templates to work with that hook.
21522 * (bug 14929) removeUnusedAccounts.php now supports 'ignore-touched' and
21523   'ignore-groups'. Patch by Louperivois
21524 * (bug 15127) Work around minor display glitch in Opera.
21525 * By default, reject file uploads that look like ZIP files, to avoid the
21526   so-called GIFAR vulnerability.
21527 * (bug 15141) Give ability to only list protected pages with the cascading
21528   option enabled on Special:ProtectedPages
21529 * (bug 15157) Special:Watchlist has the same options as Special:Watchlist:
21530   Show/Hide logged in users, Show/Hide anonymous, Invert namespace selection
21531 * Added hook 'UserrightsChangeableGroups' to allow modification of what
21532   groups may be added or removed via the Special:UserRights interface.
21533 * HTML entities like &nbsp; now work (are not escaped) in edit summaries.
21534 * (bug 13815) In the comment for page moves, use the colon-separator message
21535   instead of a hardcoded colon.
21536 * Allow <gallery> to accept image names without an Image: prefix
21537 * Add tooltips to rollback and undo links
21538 * BMP images are now displayed as PNG
21539 * (bug 13471) Added NUMBERINGROUP magic word
21540 * (bug 11884) Now support Flash EXIF attribute
21541 * Show thumbnails in the file history list, patch by User:Agbad
21542 * Added support of piped wikilinks using double-width brackets
21543 * Added an on-wiki external image whitelist. Items in this whitelist are
21544   treated as regular expression fragments to match for when possibly
21545   displaying an external image inline.
21546 * (bugs 15405, 15436) Sort more currency types correctly in sortable tables
21547 * (bug 15422) Sort more different types of numbers in sortable tables
21548 * (bug 2889) MediaWiki:Print.css applies to the printable version
21549 * Category counts (e.g. from {{PAGESINCATEGORY:}}) should be more accurate for
21550   small categories
21551 * After logging in, automatically redirect to wherever you logged in from
21552 * (bug 5619) Break messages used in Special:Statistics down further
21553 * (bug 11029) Add link to Special:Listusers?group=sysop etc at
21554   Special:Statistics
21555 * (bug 15514) Setting $wgRightsText without $wgRightsUrl now produces a
21556   plaintext copyright notice. Patch by Juliano F. Ravasi.
21557 * (bug 15551) Deletion log excerpt is now shown whenever a user vists a
21558   deleted page, even if they are unable to edit it.
21559 * Added Wantedfiles special pages, allowing users to find image links with no
21560   image.
21561 * (bug 12650) It is now possible to set different expiration times for
21562   different restriction types on the protection form.
21563 * (bug 8440) Allow preventing blocked users from editing their talk pages
21564 * Improved upload file type detection for OpenDocument formats
21565 * Added the ability to set the target attribute on external links with
21566   $wgExternalLinkTarget
21567 * api.php now sends "Retry-After" and "X-Database-Lag" HTTP headers if the
21568   maxlag check fails, just like index.php does
21569 * Added "link" parameter to image links, to allow images to link to an
21570   arbitrary title or URL. This should replace inaccessible and incomplete
21571   solutions such as CSS-based overlays and ImageMap.
21572 * (bug 368) Don't use caption for alt attribute; allow manual specification
21573   using new "alt=" parameter for images
21574 * (bug 44) The {{ns:}} core parser function now also accepts localized
21575   namespace names and aliases; also, its output now uses spaces instead of
21576   underscores to match the behavior of the {{NAMESPACE}} magic word
21577 * Added the ability to display user edit counts in Special:ListUsers. Off by
21578   default, enabled with $wgEdititis = true (named after the medical condition
21579   marked by unhealthy obsession with edit counts).
21580 * Added a file cache to the parser to improve page rendering time on pages with
21581   several uses of the same image.
21582 * (bug 1250) Users can still use "show preview" and "show changes" even if the
21583   wiki is set to read-only mode.
21584 * Added a call to the 'UnwatchArticleComplete' hook to the watchlist editor.
21585   This should make it so that ALL user-accessible methods of removing a page
21586   from a watchlist lead to this hook being called (it was previously only
21587   called from within Article.php
21588 * Maximum execution time for shell processes on linux is now configured with
21589   $wgMaxShellTime (180 seconds by default)
21590 * (bug 1306) 'Email user' link no longer shown on user page when emailing
21591   is not available due to lack of confirmed address or disabled preference
21592 * Special:Wanted templates special page added to display missing templates
21593   linked from articles
21594 * Make search matches bold only, not red as well
21595 * (bug 10080) Blocks can be modified without unblocking first
21596 * (bug 15820) Special:BlockIP shows a notice if the user being blocked is
21597   already directly blocked
21598 * (bug 13710) Allow to force "watch this" checkbox via URL using parameter
21599   "watchthis"
21600 * (bug 15125) Add Public Domain to default options when installing. Patch by
21601   Nathan Larson.
21602 * Set a special temporary directory for ImageMagick with $wgImageMagickTempDir
21603 * (bug 16113) Show/hide for redirects in Special:NewPages
21604 * (bug 15903) Upload link was added to Nostalgia skin
21605 * (bug 15761) Add user toggle to omit diff after rollback
21606 * Added the BitmapHandler_ClientOnly media handler, which allows server-side
21607   image scaling to be completely disabled for specific media types, via the
21608   $wgMediaHandlers configuration variable.
21609 * New 'AbortDiffCache' hook can be used to cancel the caching of a diff
21610 * (bug 15835) Added Content-Style-Type meta tag
21611 * (bug 11027)  Add parameter to MW:Randompage-nopages so that user can see the
21612   namespace.
21613 * Add id="mw-user-domain-section" to <tr> tag in Userlogin.php template so that
21614   admins with a single domain can hide the domain section using CSS
21615 * Dropped old Paser_OldPP class. Only new parser with preprocessor is used.
21616 * Moved password reset form from Special:Preferences to Special:ResetPass
21617 * Added Special:ChangePassword as a special page alias for Special:ResetPass
21618 * Added complementary function for addHandler() called removeHandler() for
21619   removing events
21620 * Improved security of file uploads for IE clients, using a reverse-engineered
21621   algorithm very similar to IE's content detection algorithm.
21622 * Cascading protection no longer requires that both edit and move are restricted
21623   to sysop, just edit=sysop is enough
21624 * (bug 2391) A warning is now shown for invalid ISBN numbers on
21625   Special:Booksources.
21626 * Installer has been updated to reflect the release of the GFDL 1.3. The URL for
21627   1.2 has been updated, and the 1.3 URL has been given. 1.2 is still
21628   Wikipedia-compatible. RightsCode was changed from 'gfdl' to 'gfdl1_2', so we
21629   can now support 1.2 as well as 1.3 (gfdl1_3).
21630 * (bug 16293) PD URL was changed to the CreativeCommons site on PD (which
21631   auto-detects your language) instead of Wikipedia.
21632 * (bug 16635) The "view and edit watchlist" page (Special:Watchlist/edit) now
21633   includes a table of contents
21634 * File objects returned by wfFindFile() are now cached by default
21635 * (bug 7492) Rights can now be assigned to specific IP addresses and ranges by
21636   using $wgAutopromote (new defines: APCOND_ISIP and APCOND_IPINRANGE)
21637 * Add a 'change block' link to Special:IPBlockList and Special:Log
21638 * (bug 16459) Use native getElementsByClassName where possible, for better
21639   performance in modern browsers
21640 * Enable \cancel and \cancelto in texvc (recompile required)
21641 * Added 'UserCryptPassword' and 'UserComparePasswords' hooks to allow extensions
21642   to implement their own password hashing methods.
21643 * (bug 16760) Add CSS-class to action links of Special:Log
21644 * (bug 505) Time zones can now be specified by location in user preferences,
21645   avoiding the need to manually update for DST. Patch by Brad Jorsch.
21646 * (bug 2585) HTTP 404 return code is now given for a page view if the page
21647   does not exist, allowing spiders and link checkers to detect broken links.
21648 * Special:Log: Add 'change protection' link for unprotected pages too
21649 * Special:Log: Add log type specific CSS classes 'mw-logline-$logtype' to
21650   'li' elements
21651 * (bug 16754) Making arbitrary rows of sortable tables sticky:
21652   |- class="unsortable"
21653 * Show subversion too even if a "normal" version number is available
21654 * (bug 16121) Add a note that a page move was without creating a redirect in the
21655   move log
21656 * Image moving is now enabled for sysops by default
21657 * Make "Did you mean" search feature more noticeable
21658 * (bug 16720) Transcluded Special:NewPages processes "/username="
21660 === Bug fixes in 1.14 ===
21662 * (bug 14907) DatabasePostgres::fieldType now defined.
21663 * (bug 14659) Passing the default limit param to Special:Recentchanges no more
21664   falls back to the user option
21665 * (bug 14954) Fix regression in Modern and Simple skins
21666 * Recursion loop check added to Categoryfinder class
21667 * Fixed few performance troubles of large job queue processing
21668 * Not setting various parameters in Foreign Repos now fails more gracefully
21669 * (bug 2333) Redirects are properly rendered when previewing an edit.
21670 * (bug 14972) Use localized alias of Special:Search on all search forms
21671 * (bug 11035) Special:Search should have descriptive <title>
21672 * Special pages are now not subject to special handling for "self-links"
21673 * (bug 15053) Syntactically incorrect redirects with another link in them
21674   no longer redirect to the second link
21675 * (bug 15049) Fix for CheckUser extension's log search: usernames containing
21676   a "-" were incorrectly turned into bogus IP range searches.
21677   Patch by Max Semenik.
21678 * (bug 15055) Talk page notifications no longer attempt to send mail when
21679   user's e-mail address is invalid or unconfirmed
21680 * (bug 12370) Add throttle on password attempts. Defaults to max 5 attempts in
21681   5 minutes.
21682 * (bug 15016) 'Templates used on this page' list in view source should be
21683   wrapped in a div with class "templatesUsed"
21684 * (bug 14868) Setting $wgFeedDiffCutoff to 0 now disables generation of the
21685   diff entirely, not just the display of it.
21686 * (bug 6387) Introduced new setting $wgCategoryPrefixedDefaultSortkey which
21687   allows having the unprefixed page title as the default category sortkey
21688 * (bug 15079) Add class="ns-talk" / "ns-subject" to <body>. Also added
21689   ns-special to special pages.
21690 * (bug 15052) Skins should add their name as a class in <body>
21691 * (bug 14165, bug 14294) Wikimedia specific configuration in convertGrammar()
21692   for several languages was removed. The settings have been put in extension
21693   WikimediaMessages. Patch for Czech by Danny B.
21694 * (bug 15101) Displaying only bots edits in Special:Recentchanges now works
21695   again
21696 * (bug 13770) Fixed incorrect detection of PHP's DOM module
21697 * (bug 14790) Export of category pages when using Category: prefix now actually
21698   gives results
21699 * Avoid recursive crazy expansions in section edit comments for pages which
21700   contain '/*' in the title
21701 * Fix excessive memory usage when parsing pages with lots of links
21702 * $wgSpamRegex now matches the edit summary and page move descriptions in
21703   addition to body text.
21704 * Navigation links to images available from a shared repository (like Commons)
21705   from their local talk pages no longer appear as redlinks
21706 * Action=purge on ForeignApiFiles now works (purges their thumbnails and
21707   description pages).
21708 * (bug 15303) Title conversion for templates wasn't working in some cases.
21709 * (bug 15264) Underscores in Special:Search/Foo_bar parameters were taken
21710   literally; now converting them to spaces per expectation.
21711 * (bug 15342) "Invert" checkbox now works correctly when selecting main
21712   namespace in Special:Watchlist
21713 * (bug 15172) 'Go' button of Special:Recentchanges now on the same line as the
21714   last input element (like Special:Watchlist too)
21715 * (bug 15351) Fix fatal error for invalid section fragments in autocomments
21716 * Fixed intermittent deadlock errors involving objectcache table queries.
21717   Use a separate database connection for the objectcache table to avoid
21718   long-lasting locks on that table.
21719 * Respect file restrictions in the file history list
21720 * (bug 15399) Odd/even classes on sortable tables' rows could be slow for large
21721   tables, and have been disabled by default.
21722 * (bug 15482) Special:Recentchangeslinked has no longer two submit buttons
21723 * (bug 15292) New message notification for unregistred users now works again
21724 * (bug 14398) mwsuggest.js: Let width of container be configurable
21725 * (bug 15543) Only include user touched timestamp to generated CSS
21726 * (bug 15497) Removed encoding attribute from <?xml ?> tag
21727 * (bug 12284) Special:Preferences now sets a returnto parameter on the link to
21728   Special:UserLogin. Patch by Marooned.
21729 * Fixed the HTTP accept language string detection length in
21730   LanguageConverter.php, instead of the fixed length language codes.
21731 * Special:RecentChangesLinked no longer shows outgoing links for nonexistent
21732   pages even if there are broken link records with source article id 0 in the
21733   database
21734 * (bug 15598) Special:Newpages default limit uses user preference for
21735   recentchanges limit instead of hardcoded 50.
21736 * (bug 15617) $wgFeedClassesOutputPage::getHeadLinks() respects $wgFeedClasses,
21737   instead of hardcoding rss and atom. Patch by Juliano F. Ravasi.
21738 * (bug 14638) Special:Blockip now provides a link to the block log if the user
21739   has been blocked more than 10 times. Patch by Matt Johnston.
21740 * (bug 12678) Skins don't show Upload link if the user isn't allowed to upload.
21741 * Fixed incorrect usage of DB_LAST in Special:Export. Deprecated DB_LAST.
21742 * (bug 15642) Blocked sysops can no longer block other users
21743 * Http::request() now respects $wgHTTPtimeout when not using cURL
21744 * (bug 15158) Userinvalidcssjstitle not shown on preview
21745 * (bug 15196) Free external links should be numbered in a localised manner
21746 * (bug 15388) Title of Special:PrefixIndex
21747 * Links with no title but a curid parameter now use the curid to pick a page
21748 * (bug 10323) Special:Undelete should have "inverse selection" button
21749 * (bug 15831) Modern skin RTL support is bugous
21750 * (bug 15869) Nostalgia skin does not show page title in printable mode
21751 * (bug 15795) Special:Userrights is now listed on Special:SpecialPages when the
21752   user can only change his rights
21753 * (bug 15846) Categories "leak" from older revisions in certain circumstances
21754 * (bug 15928) Special pages dropdown should be inline in non-MonoBook skins
21755 * (bug 14178) Some uses of UserLoadFromSession hook cause segfault
21756 * (bug 15925) Postitive bytes added on recentchanges and watchlists are now
21757   bolded if above the threshold, previously it only worked for negatives
21758 * Specify apple-touch-icon before favicon in HTML head section to make the
21759   Konqueror browser correctly use the latter
21760 * (bug 15717) Set $separatorTransformTable for language 'eu'
21761 * (bug 15605) Enabled $datePreferences for language 'hr'. Added standard date
21762   preferences.
21763 * (bug 13701) {{NUMBEROFVIEWS}} magic word to show number of total views.
21764 * (bug 5101) Image from Commons doesn't show up when searched in Wikipedia
21765   search box
21766 * (bug 14609) User's namespaces to be searched default not updated after adding
21767   new namespace
21768 * Purge form uses valid XHTML
21769 * (bug 12764) Special:LonelyPages shows transcluded pages
21770 * (bug 16073) Enhanced RecentChanges uses onclick handler with better fallback
21771   if JavaScript is disabled
21772 * (bug 4253) Recentchanges IRC messages no longer include title in diff URLs
21773 * Allow '0' to be an accesskey.
21774 * (bug 8063) Use language-dependent sorting in client-side sortable tables
21775 * (bug 16160) Suggestions box should be resized from left for RTL wikis
21776 * (bug 11533) Fixed insane slowdown when in read-only mode for long periods
21777   of time with CACHE_NONE (default objectcache table configuration).
21778 * Trying to set two different default category sort keys for one page now
21779   produces a warning
21780 * (bug 16143) Fix redirect loop on special pages starting with lower case
21781   letters
21782 * (bug 15737) Fix notices while expanding using PPCustomFrame
21783 * (bug 15544) Non-index entry points cause the "Wiki not set up" message to
21784   have corrupt URLs
21785 * (bug 5101) Image from Commons doesn't show up when searched in Wikipedia
21786   search box
21787 * (bug 4362) [[MediaWiki:History copyright]] no more used with most recent
21788   revision when passing oldid parameter in the url
21789 * (bug 16265) When caching thumbs with the ForeignApiRepo, we now use the same
21790   filename as the remote site.
21791 * (bug 8345) Don't autosummarize where a redirect was left unchanged
21792 * Made thumb caching in ForeignApiFile objects integrated with normal thumb
21793   path naming (/thumbs/hash/file), retired 'apiThumbCacheDir' as a result.
21794 * (bug 5530) Consistency between character encoding in {{PAGENAMEE}},
21795   {{SUBPAGENAMEE}} and {{FULLPAGENAMEE}}
21796 * Safer handling of non-MediaWiki exceptions -- now obeys our settings for
21797   formatting and path exposure.
21798 * Less verbose errors from profileinfo.php when not configured
21799 * Blacklist redirects via Special:Filepath, hard to use.
21800 * Improved input validation on Special:Import form
21801 * Add a .htaccess to deleted images directory for additional protection
21802   against exposure of deleted files with known SHA-1 hashes on default
21803   installations.
21804 * Improved scripting safety heuristics for IE 5/6 content-type detection.
21805 * Improved scripting safety heuristics on SVG uploads.
21806 * (bug 11728) Unify layout of enhanced watchlist/recent changes
21807 * (bug 8702) Properly update stats when running nukePage maintenance script
21808 * (bug 7726) Searches for words less than 4 characters now work without
21809   requiring customization of MySQL server settings
21810 * Honour unchecked "Leave a redirect behind" for moved subpages
21811 * (bug 16440) Broken 0-byte math renderings are now deleted and re-rendered
21812   when page is re-parsed.
21813 * (bug 6100) Unicode BiDi embedding/override characters (U+202A - U+202E) are
21814   now automatically removed from titles; these characters can accidentally end
21815   up in copy-and-pasted titles, and, by overriding normal bidirectional text
21816   handling, can lead to annoying behavior such as text rendering backwards
21817 * Fixed minor bug where the memcached value for how many accounts an IP had
21818   created that day would be increased even if $wgAccountCreationThrottle was
21819   hit. This meant if an IP hit the throttle and then the throttle was raised
21820   later that day, the IP still couldn't create another account, because it
21821   had marked them as having created another account, when their last account
21822   creation had actually failed.
21823 * (bug 12647) Allow autogenerated edit summary messages to be blanked with '-'
21824 * (bug 16026) 'Revision-info' and 'revision-info-current' both accept wiki
21825   markup now.
21826 * (bug 16529) Fix for search suggestions with some third-party JS libraries
21827 * (bug 13342) importScript() generates more consistent URI encoding
21828 * (bug 16577) When a blocked user tries to rollback a page, the block message
21829   is now only displayed once
21830 * (bug 14268) SVG image sizes now extracted with proper XML parser
21831 * (bug 14365) RepoGroup::findFiles() no longer crashes if passed an invalid
21832   title via the API
21833 * (bug 4253, bug 16586) Revision ID is now given instead of title in URLs for
21834   new pages in the recent changes IRC feed
21835 * Ugly tooltips in Special:Statistics were phased out in favor of more direct
21836   information. Went ahead and rewrote SpecialStatistics to subclass SpecialPage
21837 * (bug 5506) Links to files on foreign repositories are now shown consistently
21838   as bluelinks e.g. in logs and edit summaries
21839 * (bug 16623) Add missing </p> tag in Special:LockDB
21840 * (bug 15849) Special:Movepage now throws a more specific error when trying to
21841   move a title to an interwiki target
21842 * (bug 16638) 8-bit URL fallback encoding now set on additional languages using
21843   Arabic script (Persian, Urdu, Sindhi, Punjabi)
21844 * (bug 16656) cleanupTitles and friends should now work in load-balanced
21845   DB environments when $wgDBserver isn't set.
21846 * (bug 3691) Aspect ratio from viewBox attribute is now preserved for SVG
21847   images which do not specify width and height attributes.
21848 * (bug 15027) Internet domain names and IP addresses can now be indexed and
21849   searched sensibly with the default MySQL search backend.
21850 * (bug 11733) Fixed parameter validation in importTextFile.php
21851 * (bug 16712) Special:NewFiles updated to use "newer"/"older" paging messages
21852   for clarity over "previous/next"
21853 * (bug 16612) Fixed "noprint" class for Modern skin print style
21854 * Section anchors now have an "id" attribute as well as a "name" attribute,
21855   even when Tidy is not used
21856 * (bug 16026) revision-info, revision-info-current, cannotdelete,
21857   redirectedfrom, historywarning and difference messages now use Wiki text
21858   rather than raw HTML markup
21859 * (bug 13835) Fix rendering of {{filepath:Wiki.png|nowiki}}
21860 * (bug 16772) Special:Upload now correctly rejects files with spaces in the
21861   file extension (e.g. Foo. jpg).
21862 * Image moving over an existing file no longer throws a database error
21863 * (bug 16786) Restored "redundant" links recently removed from Classic sidebar
21864 * (bug 16850) $wgActionPaths can have query strings now, previously, this broke
21865   local URLs
21866 * (bug 16376) Mention in deleteBatch.php and moveBatch.php maintenance scripts
21867   that STDIN can be used for page list
21868 * (bug 16560) Special:Random returns a page from ContentNamespaces, and no
21869   longer from NS_MAIN
21871 === API changes in 1.14 ===
21873 * Registration time of users registered before the DB field was created is now
21874   shown as empty instead of the current time.
21875 * API search now falls back to fulltext search by default when using Lucene
21876   or other engine which doesn't support a separate title search function.
21877   This means you can use API search on Wikipedia without explicitly adding
21878   &srwhat=text to the query.
21879 * Added iiprop=bitdepth to imageinfo and aiprop=bitdepth to allimages
21880 * (bug 14713) API-specific permissions (such as 'writeapi' and 'apihighlimits'
21881   are now listed on action=help
21882 * (bug 15044) Added requestid parameter to api.php to facilitate distinguishing
21883   between requests
21884 * (bug 15048) Added limit field for multivalue parameters to action=paraminfo
21885   output.
21886 * When the limit on multivalue parameters is exceeded, a warning is issued
21887 * list=search doesn't list missing pages any more
21888 * (bug 15178) Added clshow to prop=categories to allow filtering for hidden/
21889   non-hidden categories
21890 * (bug 15228) Combining revids= and redirects now throws a warning instead of
21891   an error, and still resolves redirects generated by the generator.
21892 * list={backlinks,embeddedin,imageusage} now return arrays with keys 0, 1, 2,
21893   etc. (AKA lists) instead of arrays with pageIDs as keys (AKA hash tables)
21894   for consistency with other list modules.
21895 * Added action=watch
21896 * (bug 15275) apprefix and related parameters ignore spaces at the end
21897 * action=edit no longer throws unknown error 228  when trying to create an
21898   empty section with section=new
21899 * Database replication lag doesn't cause all action=edit requests to return the
21900   nochange flag any more
21901 * (bug 15392) ApiFormatBase::formatHTML now uses $wgUrlProtocols.
21902 * (bug 15444) action=edit returns "Unknown error: ``AS_END''" where it should
21903   return just "Unknown error"
21904 * (bug 15448) YAML output returns empty values instead of 0
21905 * (bug 15445) Added action=patrol
21906 * (bug 15466) Added action=purge
21907 * (bug 15486) action=block ignores autoblock parameter
21908 * (bug 15492) added rcprop=loginfo to list=recentchanges
21909 * (bug 15527) action=rollback can now revert anonymous editors
21910 * (bug 15535) prop=info&inprop=protection doesn't list pre-1.10 protections
21911   if the page is also protected otherwise (1.10+ style or cascading)
21912 * list=random now has rnredirect parameter, to get random redirects.
21913 * Added APIAfterExecute, APIQueryAfterExecute and APIQueryGeneratorAfterExecute
21914   hooks which allow for extending core modules in a cleaner way
21915 * action=protect checks for invalid protection types and levels
21916 * (bug 15673) Added indentation to format=wddxfm output and improved built-in
21917   WDDX formatter to resemble PHP's more
21918 * (bug 15706) Empty values for apprtype and apprlevel are now silently ignored
21919   rather than causing an exception
21920 * Added uiprop=preferencestoken to meta=userinfo
21921 * (bug 15609) Add inprop=url and inprop=readable to prop=info
21922 * Add ApiDisabled and ApiQueryDisabled classes so individual modules can
21923   be disabled in LocalSettings.php
21924 * (bug 15653) Add prop=duplicatefiles
21925 * (bug 15768) Add list=watchlistraw
21926 * (bug 15647) action=edit with basetimestamp fails if the page has been deleted
21927   and undeleted since the last edit
21928 * (bug 15785) Allow for different expiry times for different protections in
21929   action=protect
21930 * Added allowsduplicates attribute to action=paraminfo output
21931 * (bug 15767) apfilterlanglinks returns duplicate results
21932 * (bug 15845) Added pageid/fromid parameter to action=delete/move, making
21933   manipulation of legacy pages with invalid titles possible
21934 * (bug 15881) Empty or invalid parameters cause database errors
21935 * The maxage and smaxage parameters are now properly validated
21936 * (bug 15945) list=recentchanges doesn't check $wgUseRCPatrol, $wgUseNPPatrol
21937   and patrolmarks right
21938 * (bug 15985) acfrom and aifrom parameters didn't work when sorting in
21939   descending order.
21940 * (bug 15995) Add cmstartsortkey and cmendsortkey parameters to
21941   list=categorymembers
21942 * (bug 16017) list=categorymembers sets invalid continue parameters for
21943   sortkeys containing pipes
21944 * (bug 16018) Added uccontinue parameter to list=usercontribs so paging
21945   works properly when multiple users are queried or a userprefix is used
21946 * (bug 16047) Added activeusers attribute to meta=siteinfo&siprop=statistics
21947   output
21948 * Added redirect resolution to action=parse
21949 * (bug 16074) rvprop=content combined with a generator with a high limit causes
21950   an error
21951 * (bug 16105) Image metadata attributes containing spaces result in invalid XML
21952 * (bug 16126) Added siprop=magicwords to meta=siteinfo
21953 * (bug 16159) Added wlshow=patrolled|!patrolled to list=watchlist
21954 * (bug 16225) Titles like Talk:Talk:Foo broke apfrom and friends
21955 * meta=siteinfo&siprop=interwikimap no longer throws an exception for empty
21956   sifilter parameter.
21957 * (bug 12760) meta=userinfo&uiprop=ratelimits doesn't list group-specific rate
21958   limits
21959 * (bug 16398) meta=userinfo&uiprop=rights lists some rights twice in some cases
21960 * (bug 16408) Added rvgeneratexml to prop=revisions
21961 * (bug 16421) Made list=logevents's leuser accept user names with underscores
21962   instead of spaces
21963 * (bug 16516) Made rvsection=T-2 work
21964 * (bug 16526) Added usprop=emailable to list=users
21965 * (bug 16548) list=search threw errors with an invalid error code
21966 * (bug 16515) Added pst and onlypst parameters to action=parse
21967 * (bug 16541) Added block expiry timestamp to list=logevents output
21968 * (bug 16613) action=protect doesn't tell when &cascade was set but cascading
21969   protection wasn't allowed
21970 * (bug 16626) action=delete now correctly handles empty "reason" param
21971 * (bug 15579) clshow considers all categories !hidden
21972 * (bug 16647) list=allcategories, prop=categories don't return "hidden"
21973   property for hidden categories
21974 * New siprop parameter of 'extensions' to list all installed extensions
21975 * (bug 16672) Include canonical namespace name in
21976   meta=siteinfo&siprop=namespaces.
21977 * (bug 16726) siprop=namespacealiases should also list localized aliases
21978 * (bug 16730) Added apprfiltercascade parameter to list=allpages to filter
21979   cascade-protected pages
21981 === Languages updated in 1.14 ===
21983 MediaWiki supports over 300 languages. Many localisations are updated
21984 regularly. Below only new and removed languages are listed.
21986 * Bakhtiari (bqi) (new)
21987 * Fiji Hindi (Devanagari script) (hif-deva) (new)
21988 * Krio (kri) (new)
21989 * Lezghian (lez) (new)
21990 * Laz (lzz) (new)
21991 * Eastern Mari (mhr) (new)
21992 * Niuean (niu) (new)
21993 * Oromo (om) (new)
21994 * Plautdietsch (pdt) (new)
21995 * Western Punjabi (pnb) (new)
21996 * Tarantino (roa-tara) (new)
21997 * Serbo-Croatian (sh) (new)
21998 * Tulu (tcy) (new)
22001 == MediaWiki 1.13 ==
22003 == MediaWiki 1.13.5 ==
22005 February 22, 2009
22007 This is a maintenance update to the Summer 2008 snapshot release of MediaWiki.
22009 MediaWiki is now using a "continuous integration" development model with
22010 quarterly snapshot releases. The latest development code is always kept
22011 "ready to run", and in fact runs our own sites on Wikipedia.
22013 Release branches will continue to receive security updates for about a year
22014 from first release, but nonessential bugfixes and feature developments
22015 will be made on the development trunk and appear in the next quarterly release.
22017 Those wishing to use the latest code instead of a branch release can obtain
22018 it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
22020 == Changes since 1.13.4 ==
22022 * (bug 17449) Fixed PostgreSQL installation
22023 * (bug 17527) Fixed missing MySQL-specific options in installer
22025 == Changes since 1.13.3 ==
22027 A number of cross-site scripting (XSS) security vulnerabilities were discovered
22028 in the web-based installer (config/index.php). These vulnerabilities all
22029 require a live installer -- once the installer has been used to install a wiki,
22030 it is deactivated.
22032 Note that cross-site scripting vulnerabilities can be used to attack any website
22033 in the same cookie domain. So if you have an uninstalled copy of MediaWiki on
22034 the same site as an active web service, MediaWiki could be used to attack the
22035 active service.
22037 If you are hosting an old copy of MediaWiki that you have never installed, you
22038 are advised to remove it from the web.
22040 == Changes since 1.13.2 ==
22042 David Remahl of Apple's Product Security team has identified a number of
22043 security issues in previous releases of MediaWiki. Subsequent analysis by the
22044 MediaWiki development team expanded the scope of these vulnerabilities. The
22045 issues with a significant impact are as follows:
22047 * An XSS vulnerability affecting all MediaWiki installations between 1.13.0 and
22048   1.13.2. [CVE-2008-5249]
22049 * A local script injection vulnerability affecting Internet Explorer clients for
22050   all MediaWiki installations with uploads enabled. [CVE-2008-5250]
22051 * A local script injection vulnerability affecting clients with SVG scripting
22052   capability (such as Firefox 1.5+), for all MediaWiki installations with SVG
22053   uploads enabled. [CVE-2008-5250]
22054 * A CSRF vulnerability affecting the Special:Import feature, for all MediaWiki
22055   installations since the feature was introduced in 1.3.0. [CVE-2008-5252]
22057 XSS (cross-site scripting) vulnerabilities allow an attacker to steal an
22058 authorised user's login session, and to act as that user on the wiki. The
22059 authorised user must visit a web page controlled by the attacker in order to
22060 activate the attack. Intranet wikis are vulnerable if the attacker can
22061 determine the intranet URL.
22063 Local script injection vulnerabilities are like XSS vulnerabilities, except
22064 that the attacker must have an account on the local wiki, and there is no
22065 external site involved. The attacker uploads a script to the wiki, which another
22066 user is tricked into executing, with the effect that the attacker is able to act
22067 as the privileged user.
22069 CSRF vulnerabilities allow an attacker to act as an authorised user on the wiki,
22070 but unlike an XSS vulnerability, the attacker can only act as the user in a
22071 specific and restricted way. The present CSRF vulnerability allows pages to be
22072 edited, with forged revision histories. Like an XSS vulnerability, the
22073 authorised user must visit the malicious web page to activate the attack.
22075 These four vulnerabilities are all fixed in this release.
22077 David Remahl also reminded us of some security-related configuration issues:
22079 * By default, MediaWiki stores a backup of deleted images in the images/deleted
22080   directory. If you do not want these images to be publically accessible, make
22081   sure this directory is not accessible from the web. MediaWiki takes some steps
22082   to avoid leaking these images, but these measures are not perfect.
22083 * Set display_errors=off in your php.ini to avoid path disclosure via PHP fatal
22084   errors. This is the default on most shared web hosts.
22085 * Enabling MediaWiki's debugging features, such as $wgShowExceptionDetails, may
22086   lead to path disclosure.
22088 Other changes in this release:
22090 * Avoid fatal error in profileinfo.php when not configured.
22091 * Add a .htaccess to deleted images directory for additional protection against
22092   exposure of deleted files with known SHA-1 hashes on default installations.
22093 * Avoid streaming uploaded files to the user via index.php. This allows
22094   security-conscious users to serve uploaded files via a different domain, and
22095   thus client-side scripts executed from that domain cannot access the login
22096   cookies. Affects Special:Undelete, img_auth.php and thumb.php.
22097 * When streaming files via index.php, use the MIME type detected from the
22098   file extension, not from the data. This reduces the XSS attack surface.
22099 * Blacklist redirects via Special:Filepath. Such redirects exacerbate any
22100   XSS vulnerabilities involving uploads of files containing scripts.
22101 * Internationalisation updates.
22103 == Changes since 1.13.1 ==
22105 * Security: Work around misconfiguration by requiring strict comparisons for
22106   in_array in User::isAllowed().
22107 * (bug 14944) Added $wgShellLocale for configuration of an appropriate locale
22108   to use for LC_CTYPE during shell invocation. For servers that don't have
22109   en_US.utf8. Also added locale detection during install.
22110 * Localisation updates
22111 * Security: Fixed XSS vulnerability in useskin parameter.
22113 == Changes since 1.13.0 ==
22115 * (bug 15460) Fixed intermittent deadlock errors and poor concurrent
22116   performance for installations without memcached.
22117 * (bug 13770) Fixed DOM module detection for installations with both dom
22118   and domxml.
22119 * (bug 15148) Fixed Special:BlockIP for PostgreSQL
22120 * Fixed SQLite support for non-memcached installations
22121 * Localisation updates, Achinese (ace) added.
22123 == Changes since 1.13.0rc2 ==
22125 * (bug 13770) Fixed incorrect detection of PHP's DOM module
22126 * Fix regression from r37834: accesskey tooltip hint should be given for the
22127   minor edit and watch labels on the edit page.
22128 * Updated Chinese simplified/traditional conversion tables
22130 == Changes since 1.13.0rc1 ==
22132 * $wgForwardSearchUrl has been removed entirely. Documented setting since 1.4
22133   has been $wgSearchForwardUrl.
22134 * (bug 14907) DatabasePostgres::fieldType now defined.
22135 * (bug 14966) Fix SearchEngineDummy class for silently non-functional search
22136   on Sqlite instead of horribly fatal error breaky one.
22137 * (bug 14987) Only fix double redirects on page move when the checkbox is
22138   checked
22139 * (bug 13376) Use $wgPasswordSender, not $wgEmergencyContact, as return
22140   address for page update notification mails.
22141 * API: Registration time of users registered before the DB field was created is
22142   now shown as empty instead of the current time.
22143 * (bug 14904): fragments were lost when redirects were fixed.
22144 * Added magic word __STATICREDIRECT__ to suppress the redirect fixer
22145 * (bug 15035) Revert English linkTrail to /^([a-z]+)(.*)$/sD, as it was before
22146   r36253. Multiple reports of breakage due to old (pre-5.0) PCRE libraries,
22147   both bundled with PHP and packaged with distros such as RHEL.
22148 * (bug 14944) Shell invocation of external programs such as ImageMagick convert
22149   was broken in PHP 5.2.6, if the server had a non-UTF-8 locale.
22152 === Configuration changes in 1.13 ===
22154 * New option $wgFeed can be set false to turn off syndication feeds
22155 * (bug 5745) Special:Whatlinkshere now shows up to $wgMaxRedirectLinksRetrieved
22156   links through each redirect instead of hardcoded 500
22157 * Set $wgUploadSizeWarning to false by default
22158 * Added $wgLBFactoryConf, for generic configuration of multi-master wiki farms
22159 * Removed $wgAlternateMaster, use $wgLBFactoryConf
22160 * (bug 13562) Misspelled option $wgUserNotifedOnAllChanges changed to
22161   $wgUserNotifiedOnAllChanges
22162 * (bug 12860) New option $wgSitemapNamespaces allows sitemaps to be generated
22163   for only some namespaces
22164 * Removed the emailconfirmed implicit group by default. To re-add it, use:
22165     $wgAutopromote['emailconfirmed'] = APCOND_EMAILCONFIRMED;
22166   in your LocalSettings.php.
22167 * (bug 2396) New shared database configuration variables. $wgSharedPrefix allows
22168   you to use a shared database with a different prefix. Or you can now use a
22169   local database and use prefixes to separate wiki and the shared tables. And
22170   the new $wgSharedTables variable allows you to specify a list of tables to
22171   share.
22172 * Automatic edit summaries can be disabled with $wgUseAutomaticEditSummaries
22173 * Duplicates of images are now shown on the image page
22174 * $wgRCFilterByAge allows for the list of dates in recent changes special pages
22175   to be filtered to only those within the range of $wgRCMaxAge
22176 * $wgRCLinkLimits and $wgRCLinkDays allow for customization of the list and
22177   limits displayed on the recent changes special pages
22178 * The "createpage" permission is no longer required when uploading if the target
22179   image page already exists
22180 * $wgMaximumMovedPages restricts the number of pages that can be moved at once
22181   (default 100) with the new subpage-move functionality of Special:Movepage
22182 * Hooks display in Special:Version is now disabled by default, use
22183   $wgSpecialVersionShowHooks = true; to enable it.
22184 * $wgActiveUserEditCount sets the number of edits that must be performed over
22185   a certain number of days to be considered active
22186 * $wgActiveUserDays is that number of days
22187 * $wgRateLimitsExcludedGroups has been deprecated in favor of
22188   $wgGroupPermissions[]['noratelimit']. The former still works, however.
22189 * New $wgGroupPermissions option 'move-subpages' added to control bulk-moving
22190   subpages along with pages.  Assigned to 'user' and 'sysop' by default.
22191 * New $wgRC2UDPOmitBots allows user to omit bot edits from UDP output.
22192   Default: false
22193 * Removed $wgEnableCascadingProtection option. Disabling cascading protection
22194   is no longer possible.
22195 * $wgMessageCacheType defines now the type of cache used by the MessageCache
22196   class, previously it was choosen based on $wgParserCacheType
22197 * $wgExtensionAliasesFiles option to simplify adding aliases to special pages
22198   provided by extensions, in a similar way to $wgExtensionMessagesFiles
22199 * Added $wgXMLMimeTypes, an array of XML mimetypes we can check for
22200   with MimeMagic.
22201 * Added $wgDirectoryMode, which allows for setting the default CHMOD value when
22202   creating new directories.
22203 * (bug 14843) $wgCookiePrefix can be set by LocalSettings now, false defaults
22204   current behavior.
22206 === New features in 1.13 ===
22208 * __HIDDENCAT__ on a category page causes the category to be hidden on the
22209   article page
22210 * Do not show edit permissions errors on a red link click, just redirect to the
22211   article. This is so that readers who don't know what a red link is are not
22212   confused when they are told they are range-blocked.
22213 * Add a new hook ImageBeforeProduceHTML to allow extensions to modify wikitext
22214   image syntax output
22215 * (bug 13100) Added 'preloadtitle' parameter to action=edit&section=new that
22216   pre-fills the section title field
22217 * (bug 13112) Added Special:RelatedChanges alias to Special:RecentChangesLinked
22218 * (bug 13130) Moved edit token and autosummary fields above edit tools to
22219   reduce broken form submissions
22220 * Add --old-redirects-only option to maintenance/refreshLinks.php, to add old
22221   redirects to the redirect table
22222 * Add links to page and file deletion forms to edit predefined delete reasons
22223 * (bug 13269) Added MediaWiki:Uploadfooter to the bottom of Special:Upload
22224 * (bug 2815) Search results for media now use thumbnail instead of text extract
22225 * When a page doesn't exist, the tab should say "create", not "edit"
22226 * (bug 12882) Added a span with class "patrollink" around "Mark as patrolled"
22227   link on diffs
22228 * Magic word formatnum can now take raw suffix to undo formatting
22229 * Add updatelog table to reliably permit updates that don't change the schema
22230 * Add category table to allow better tracking of category membership counts
22231 ** (bug 1212) Give correct membership counts on the pages of large categories
22232 ** Use category table for more efficient display of Special:Categories
22233 * (bug 1459) Search for duplicate files by hash: Special:FileDuplicateSearch
22234 * (bug 9447) Added hooks for search result headings
22235 * Image redirects are now enabled by default
22236 * (bug 13450) Email confirmation can now be canceled before the expiration
22237 * (bug 13490) Show upload/file size limit on upload form
22238 * Redesign of Special:UserRights
22239 * Make rev_deleted log entries more intelligible
22240 * (bug 6943) Added PAGESINCATEGORY: magic word
22241 * (bug 13604) Added Special:ListGroupRights
22242 * (bug 6332, 8617) Added message 'mainpage-description' as duplicate of
22243   'mainpage' and added it to message 'sidebar'
22244 * Automatically add old redirects to the redirect table when needed
22245 * (bug 6934) Allow inclusions, links, redirects to be separately toggled on or
22246   off on Special:WhatLinksHere
22247 * Cache image redirects
22248 * (bug 10457) Organize Special:SpecialPages into sections
22249 * Add a new hook EditPageBeforeConflictDiff to allow extensions like FCKeditor
22250   to modify the output for edit conflicts
22251 * Add class="nested" for <fieldset>s so fieldsets inside fieldsets get
22252   a slightly less huge margin and padding
22253 * (bug 13527) Use sitemaps.org format 0.9 instead of a Google-specific format
22254 * Allow \C and \Q as TeX commands to match \R, \N, \Z
22255 * On Special:UserRights, when you can add a group you can't remove or remove
22256   one you can't add, a notice is printed to warn you
22257 * (bug 12698) Create PAGESIZE parser function, to return the size of a page
22258 * Allow the "log in / create account" link in the toolbar to have different
22259   text from Special:UserLogin title (new message 'nav-login-createaccount')
22260 * Say "log in / create account" if an anonymous user can create an account,
22261   otherwise just "log in", consistently across skins
22262 * Special:Shortpages and Special:Longpages now returns pages in all content
22263   namespaces, not just NS_MAIN.
22264 * (bug 889) Improve conflict-handling between shared upload repository
22265   and local one
22266 * Update documentation links in auto-generated LocalSettings.php
22267 * (bug 13584) The new hook SkinTemplateToolboxEnd was added.
22268 * (bug 709) Cannot rename/move images and other media files [EXPERIMENTAL]
22269 * Custom rollback summaries now accept the same arguments as the default message
22270 * (bug 12542) Added hooks for expansion of Special:Listusers
22271 * Drop-down AJAX search suggestions (turn on $wgEnableMWSuggest)
22272 * More relevant search snippets (turn on $wgAdvancedSearchHighlighting)
22273 * (bug 13950) Allow users to watch the user/talk pages of users they block.
22274 * (bug 13970) Allow MonoBook-based skins to specify their own print stylesheet
22275 * Show image links on Special:Whatlinkshere
22276 * Use rel="start", "prev", "next" appropriately on Pager-based pages
22277 * Add support for SQLite
22278 * AutoAuthenticate hook renamed to UserLoadFromSession
22279 * (bug 13232) importScript(), importStylesheet() funcs available to custom JS
22280 * (bug 13095) Search by first letters or digits in [[Special:Categories]]
22281 * Users moving a page can now move all subpages automatically as well
22282 * (bug 14259) Localisation message for upload button on Special:Import is now
22283   'import-upload' instead of 'upload'
22284 * Add information about user group membership to Special:Preferences
22285 * (bug 14146) Wrap usage section on imagepages into <div>s.
22286 * New layout for Special:Specialpages. Restricted pages are marked but not
22287   separated from other pages in their group.
22288 * (bug 14263) Show a diff of the revert on rollback notification page.
22289 * (bug 13434) Show a warning when hash identical files exist
22290 * Sidebar is now cached for all languages
22291 * The User class now contains a public function called isActiveEditor. Figures
22292   out if a user is active based on at least $wgActiveUserEditCount number of
22293   edits in the last $wgActiveUserDays days.
22294 * SpecialSearchResults hook now passes results by reference, so they can be
22295   changed by extensions.
22296 * Add a new hook LinkerMakeExternalLink to allow extensions to modify the output
22297   of external links.
22298 * (bug 14132) Allow user to disable bot edits from being output to UDP.
22299 * (bug 14328) jsMsg() within Wikibits now accepts a DOM object, not just a
22300   string
22301 * (bug 14558) New system message (emailuserfooter) is now added to the footer of
22302   e-mails sent with Special:Emailuser
22303 * Add support for Hijri (Islamic) calendar
22304 * Add a new hook LinkerMakeExternalImage to allow extensions to modify the
22305   output of external (hotlinked) images.
22306 * (bug 14604) Introduced the following features for the LanguageConverter:
22307   Multi-tag support, single conversion flag, remove conversion flag on a single
22308   page, description flag, variant name, multi-variant fallbacks.
22309 * Add zh-mo and zh-my variants for the zh language
22310 * (bugs 4832, 9481, 12890) Special:Recentchangeslinked now has all options that
22311   are in Special:Recentchanges
22312 * Allow an $error message to be passed to ArticleDelete hook
22313 * Allow extensions to modify the user creation form by calling addInputItem();
22314 * Add meta generator tag to HTML output
22315 * MediaWikiPerformAction hook is now passed the MediaWiki object
22316 * Added blank special page Special:BlankPage for benchmarking, etc.
22317 * Foreign repo file descriptions and thumbnails are now cached.
22318 * (bug 11732) Allow localisation of edit button images
22319 * Allow the search box, toolbox and languages box in the Monobook sidebar to be
22320   moved around arbitrarily using special sections in [[MediaWiki:Sidebar]]:
22321   SEARCH, TOOLBOX and LANGUAGES
22322 * Add a new hook NormalizeMessageKey to allow extensions to replace messages
22323   before the database is potentially queried
22324 * (bug 9736) Redirects on Special:Fewestrevisions are now marked as such.
22325 * New date/time formats in Cs localization according to ČSN and PČP.
22326 * Special:Recentchangeslinked now includes changes to transcluded pages and
22327   displayed images; also, the "Show changes to pages linked" checkbox now works
22328   on category pages too, showing all links that are not categorizations
22329 * (bug 4578) Automatically fix redirects broken by a page move
22331 === Bug fixes in 1.13 ===
22333 * (bug 10677) Add link to the file description page on the shared repository
22334 * (bug 13084) Increase size of source/destination filename fields in upload form
22335 * (bug 13115) rebuildrecentchanges should print the current value of $wgRCMaxAge
22336 * (bug 13140) Show parent categories in category namespace
22337 * (bug 13149) Correctly format 'fileexists' message on Upload page
22338 * Make the default filepageexists message accurate
22339 * (bug 12988) $wgMinimalPasswordLength no longer breaks create user by email
22340 * (bug 13022) Fix upload from URL on PHP 5.0.x
22341 * (bug 13132) Unable to unprotect pages protected with earlier versions of
22342   MediaWiki
22343 * (bug 12723) OpenSearch description name now uses more compact language code
22344   to avoid passing the length limit as often, is customizable per site via
22345   'opensearch-desc' message.
22346 * (bug 13135) Special:Userrights now passes IDs through form submission
22347   to allow functionality on not-quite-right usernames
22348 * (bug 12575) Prevent duplicate patrol log entries from being created
22349 * (bug 13174) __HIDDENCAT__ now applies only to category pages
22350 * (bug 13031) Add links to user pages in e-mail form
22351 * (bug 13147) Description for categoriespagetext (used in Special:Categories)
22352   reworded
22353 * (bug 11561) Fix fatal error when calling action=revert to non-image page
22354 * (bug 12430) Fix call to private method LinkFilter::makeRegex fatal error in
22355   maintenance/cleanupSpam.php
22356 * All skins should have the "mediawiki" class on the body element
22357 * (bug 13019) Message cache for some extensions not loaded at time of editing
22358 * (bug 13247) Prettified ISBN links
22359 * maintenance/refreshLinks.php did not fix page_id 1 with the --new-only option
22360 * (bug 13110) Don't show "Permission error" page if the edit is already rolled
22361   back when using rollback
22362 * (bug 13012) Use content messages for block options when generating the
22363   recentchanges entry
22364 * (bug 13274) Change links for messages to ucfirst
22365 * (bug 13273) Un-hardcode some punctuation (add new messages colon-separator,
22366   autocomment-prefix)
22367 * Parse MediaWiki message translations with a correct language setting on
22368   preview
22369 * (bug 13281) Treat X-Forwarded-For, Client-ip and User-Agent headers as
22370   case-insensitive names.
22371 * Adding the fix for lists in RTL wikis to more skins, and fixing the image toc
22372 * (bug 8157) Remove redirects from Special:Unusedtemplates. Patch by WebBoy.
22373 * (bug 10721) Duplicate section anchors with differing case now disambiguated
22374   for Internet Explorer's sake and standards compliance
22375 * (bug 13298) Tighter limits on Special:Newpages limits when embedding
22376 * Email subject in content language instead of sending user's UI language
22377 * (bug 13251) Allow maintenance rebuild scripts to work with Postgres
22378 * (bug 2084) Fixed incorrect regex to match redirects
22379 * (bug 3131) Manually-specified upload destination filename is no longer
22380   overwritten by browsing for a file after you wrote it.
22381 * (bug 7251) Sidebars generated by MediaWiki:Sidebar now have the class
22382   'generated-sidebar'.
22383 * (bug 13265) Media handler is missing 'image/x-bmp'
22384 * (bug 13407) MediaWiki:Powersearch is used in two places
22385 * (bug 13403) Fix cache invalidation of history pages when old revisions change
22386 * (bug 11563) Deprecated SearchMySQL4 class; merged code to SearchMySQL
22387 * (bug 12801) Fix link in subtitle message in AJAX search
22388 * (bug 13428) Fix regression in protection form layout HTML validity
22389 * (bug 9403) Sanitize newlines from search term input
22390 * (bug 13429) Separate date and time in message sp-newimages-showfrom
22391 * (bug 13137) Allow setting 'editprotected' right separately from 'protect',
22392   so groups may optionally edit protected pages without having 'protect' perms
22393 * Disallow deletion of big pages by means of moving a page to its title and
22394   using the "delete and move" option.
22395 * (bug 13466, 13632) White space differences not shown in diffs
22396 * (bug 1953) Search form now honors namespace selections more reliably
22397 * (bug 12294) Namespace class renamed to MWNamespace for PHP 5.3 compatibility
22398 * PHP 5.3 compatibility fix for wfRunHooks() called with no parameters
22399 * (bug 6447) Trackbacks now work with transactional tables, if enabled
22400 * (bug 6892, 7147) Trackback error handling, optional fields more robust
22401 * (bug 6813) Don't break HTML validator when using trackbacks
22402 * Fix for size checks on SVG images with global 'stroke-width' attribute
22403 * (bug 11874) Inline CSS with !important no longer borken
22404 * (bug 1600) Strip extra == section markup == in new-comment field
22405 * (bug 11325) Wrapped page titles in MonoBook skin spaced more nicely
22406 * (bug 12077) Fix HTML nesting for TOC
22407 * (bug 344) Purge cache for talk/article pages when deleting the other tab
22408 * (bug 13436) Treat image captions correctly when they include option keywords
22409   (like ending with "px" or starting with "upright")
22410 * Trackback display formatting fixed
22411 * Don't die when single-element arrays are passed to SQL query constructors
22412   that have an array index other than 0
22413 * (bug 13522) Fix fatal error in Parser::extractTagsAndParams
22414 * (bug 13532) Use proper timestamp call when reverting images
22415 * (bug 13543) Updated FAQ link in the installer sidebar
22416 * (bug 13540) Date format in confirmation e-mail now matches message language
22417 * (bug 13554) PHP Notice in old pre-processor when list item is empty.
22418 * (bug 13556) Don't show a blank form if no image is attached in Special:Upload
22419 * (bug 13576) maintenance/rebuildrecentchanges.php fails
22420 * (bug 13441) Allow Special:Recentchanges to show bots only
22421 * (bug 13431) Show true message source in Special:Allmessages&ot=php / xml
22422 * (bug 13463) Login successful page doesn't use user's preferred interface
22423   language
22424 * (bug 13630) Fixed warnings for pass by reference at call time in
22425   Special:Revisiondelete when generating the log entry.
22426 * (bug 12064) BeforePageDisplay hook is now called for all skins
22427 * (bug 13624) Fix regression with manual thumb= parameter on images
22428 * (bug 11039) Add missing labels on protection form
22429 * (bug 13458) Preview/edit toolbar spacing now works consistently
22430 * (bug 13433) Fix action=render on Image: pages
22431 * (bug 13678) Fix CSS validation for Monobook
22432 * (bug 13684) Links in Special:ListGroupRights should be in content language
22433 * (bug 13690) Fix PHP notice on accessing some URLs
22434 * Hide (undo) link if user isn't able to edit page
22435 * Invalidate cache of pages that includes images via redirects on upload
22436 * (bug 13705) Don't show rollback link in page history on incorrect revisions
22437 * (bug 13708) Don't set "Search results" title when loading Special:Search
22438   without query
22439 * (bug 13736) Don't show MediaWiki:Anontalkpagetext on non-existent IP addresses
22440 * (bug 13728) Don't trim initial whitespace during section edits
22441 * (bug 13727) Don't delete log entries from recentchanges on page deletion
22442 * (bug 13752) Redirects to sections now work again
22443 * (bug 13725) Upload form watch checkbox state set correctly with wpDestFile
22444 * (bug 13756) Don't show the form and navigation links of Special:Newpages if
22445   the page is included
22446 * When hiding things on WhatLinksHere, generated URLs should hide them too
22447 * Properly escape search terms with regex chars so they appear highlighted in
22448   search results
22449 * (bug 13768) pt_title field encoding fixed
22450 * Do not display empty columns on Special:UserRights if all groups are
22451   changeable or all unchangeable
22452 * Fix fatal error on calling PAGESINCATEGORY with invalid category name
22453 * (bug 13793) Special:Whatlinkshere filters wrong - after paginating instead of
22454   before
22455 * (bug 13796) Show links to parent pages even if some of them are missing
22456 * (bug 13816) Filter by main namespace doesn't work on WhatLinksHere
22457 * (bug 13822) Fatal error on some pages when calculating subpage subtitle
22458 * (bug 13824) AJAX search suggestion now works with non-SkinTemplate skins
22459 * Added 'application/x-dia-diagram' MediaWiki's known MIME types
22460 * (bug 13866) skins/common/shared.css - invalid attribute fixing
22461 * Hide edit section links on Special:Undelete
22462 * (bug 13860) Fix "Justify paragraphs" option for Modern skin
22463 * (bug 13168) accessibility links in Modern skin link to wrong anchor id
22464 * (bug 13185) No line break after 'subpages' class in Modern skin
22465 * (bug 13583) No "poweredby" in Modern skin
22466 * (bug 13880) "Printable" link in Modern skin now formats as print mode
22467 * (bug 13885) Bump default $wgSVGMaxSize from 1024 to 2048 pixels
22468 * (bug 13891) Show categories box even if all categories are hidden and user has
22469   "show hidden categories" option on
22470 * (bug 13915) Undefined variable $wltsfield in includes/SpecialWatchlist.php
22471 * (bug 13913) Special:Whatlinkshere now has correct HTML markup
22472 * (bug 13905) Blacklist Mac IE from HttpOnly cookies; it eats them sometimes
22473 * (bug 13922) Fix bad HTML on empty Special:Prefixindex and Special:Allpages
22474 * (bug 13924) Fix bad HTML on power search form
22475 * (bug 13820) Fix updater for rev_parent_id population
22476 * (bug 13925) Fix bad HTML on search results list
22477 * (bug 13934) Fixing the link to GNU General Public License Version 2
22478 * Show correct accesskey prefix for Firefox 3 beta (Alt-Shift-, not Alt-)
22479 * (bug 13949) Special:PrefixIndex/AllPages paging links contain invalid XML
22480 * (bug 13770) Use Preprocessor_Hash by default to avoid missing DOM module
22481   errors
22482 * (bug 13982) Disable ccmeonemails preference when user-to-user mails disabled
22483 * (bug 13615) Update case mappings and normalization to Unicode 5.1.0
22484   Note that case mappings will only be used if mbstring extension is not
22485   present.
22486 * (bug 14044) Don't increment page view counters on views from bot users
22487 * (bug 14042) Calling Database::limitResult() misplaced the comment in the log
22488   file
22489 * (bug 14047) Fix regression in installer which hid DB-specific options
22490   Also makes SQLite path configurable in the installer.
22491 * (bug 13546) Follow image redirects on image page
22492 * (bug 12644) Template list on edit page now sorted on preview
22493 * (bug 14058) Support pipe trick for namespaces and interwikis with "-"
22494 * Message name filter on Special:Allmessages now case-insensitive
22495 * (bug 13943) Fix image redirect behavior on image pages
22496 * (bug 14093) Do 'sysop' => 'protect' magic in Title::isValidMoveOperation
22497 * (bug 14063) Power search form missing <label> for redirects check
22498 * (bug 14111) Similar filename warning links now lead to correct page
22499 * (bug 14082) Fix for complex text input vs AJAX suggestions on some browsers
22500 * (bug 13693) Categories sometimes claim to have a negative number of members
22501 * (bug 1701) Korean Hangul syllables now broken down properly in Category lists
22502   even if the wiki's overall content language is not Korean
22503 * (bug 12773) addOnloadHook() now calls functions immediately when scripts are
22504   loaded after the primary page completion, instead of dropping them
22505 * (bug 14199) Fix deletion form for image redirect pages
22506 * (bug 14220) Disabling $wgCheckFileExtensions now works without also
22507   disabling $wgStrictFileExtensions
22508 * (bug 14241) Pages can no longer be protected to levels you are not in
22509 * (bug 14296) Fix local name of ang: (Anglo-Saxon)
22510 * (bug 4871) Hardcoded superscript in time zone preferences moved to message
22511 * (bug 6957) E-mail confirmation links now using English special page name
22512   for better compatibility and keeping the links shorter. Avoids problem
22513   with corrupt links in Gmail on IE 6.
22514 * (bug 14273) Fix for HTTP Accept header parsing with spaces as from Konqueror
22515 * (bug 14312) Update LanguageKaa.php for handling transform issues with i to İ
22516   and I to ı
22517 * (bug 13826) MediaWiki:Defaultns accepts Wikicode
22518 * (bug 14324) Creating an account is again possible with $wgEmailConfirmToEdit
22519   set to true
22520 * (bug 13034) Interwiki pages can now be reached using Go search button
22521 * (bug 14362) Change interwiki names of Erzya and Moksha Wikipedias
22522 * (bug 14370) When a grouppage-x message does not exist the entry on the
22523   ListGroupRights special page now links to the project namespace page for it,
22524   not the main namespace page.
22525 * (bug 11659) Urldecode image names in galleries
22526 * (bug 14258, 14368) Fix for subpage renames in replication environments
22527 * (bug 14367) Failed block no longer adds phantom watchlist entry
22528 * (bug 14385) "Move subpages" option no longer tries to move to invalid titles
22529 * (bug 14386) Fix subpage namespace oddity when moving a talk page
22530 * (bug 11771) Signup form now not shown if in read-only mode.
22531 * (bug 12859) $wgRateLimitsExcludedGroups has been deprecated in favor of
22532   $wgGroupPermissions[]['noratelimit'].
22533 * (Bug 13828) Split parameter $1 of MediaWiki:Missingarticle into $1 (=title)
22534   and $2 (=revision numbers)
22535 * (bug 14401) Fix Safari access key tooltips for Windows and >3.1 Mac versions
22536 * (bug 14432) Fix notice regression in Special:Newpages feed mode
22537 * (bug 11951) EditPage::getEditToolbar() is now static.
22538 * (bug 14392) Fix regression breaking table prefix in installer
22539 * (bug 11084) $wgDBprefix replacement for updater SQL will now work for
22540   extension tables using uppercase letters or digits in their names.
22541 * (bug 12311) Fix regression with lists at start of undeletion preview
22542 * (bug 14496) Fix regression with parseinline on Special:Upload.
22543 * We no longer just give up on a missing upload base directory; it's now
22544   created automatically if we have sufficient permissions!
22545 * (bug 14479) MediaWiki:upload-maxfilesize should have a div id wrapper
22546 * (bug 14497) Throw visible errors in installer scripts when SQL files
22547   fail due to database permission or other error
22548 * (bug 14500) Site feed (Recentchanges) no longer shows up on the actual
22549   recent changes page.
22550 * (bug 14511) MediaWiki:Delete-legend is no longer double escaped
22551 * Generate correct section anchors for numeric headers
22552 * (bug 14520) Don't load nonexistent CSS files for Chick/Myskin/Simple skins
22553 * (bug 14551) Cancel upload no longer automatically suppresses warnings
22554 * (bug 13878) Deprecate Article::getDB() in favor of direct wfGetDB() calls
22555 * (bug 4977) Fix for possible squid purging errors when using HTTP purges
22556   and multiple servers
22557 * (bug 14572) Redirects listed on file links on image pages no longer redirect.
22558 * (bug 14537) Change interwiki name for Old Church Slavonic (cu)
22559 * (bug 14583) Fix regression in recent changes "limit to certain categories."
22560 * (bug 14515) HTML nesting cleanup on edit form
22561 * (bug 14647) Removed unused 'townBox' CSS classes
22562 * (bug 14687) OutputPage::addStyle() now adds type="text/css" like it should.
22563 * OpenSearch cleanup; Firefox now sends you to the search page for empty
22564   searches instead of the domain root (which may not even be a wiki).
22565 * (bug 3481) Pages moved shortly after creation are shown at their new title
22566   on Special:Newpages.
22567 * (bug 12716) Trying to unprotect a title that isn't protected no longer
22568   generates a log entry.
22569 * (bug 14088) Excessively long block expiry times are rejected as invalid,
22570   keeps the log page from being distorted.
22571 * (bug 14708) Emulate INSERT...IGNORE with standard SQL for Postgres backend.
22572 * (bug 14646) Fix some double-escaping of HTML in feed output
22573 * (bug 14709) Fix login success message formatting when using cookie check
22574 * (bug 14710) Remove "donate" link from default sidebar
22575 * (bug 14745) Image moving works on sites that transform thumbnails via 404
22576 * (bug 2186) Document.write() in wikibits caused failures when using
22577   application/xhtml+xml. The calls to this have been removed.
22578 * (bug 14764) Fix regression in from Article::lastModified(), failed to work
22579   on non-mySQL schemas.
22580 * (bug 14763) Child classes of Database (DatabasePostgres and DatabaseOracle)
22581   had strict standards issues with setFakeSlaveLag() and setFakeMaster().
22582 * (bug 451) Improve the phrase mappings of the Chinese converter arrays.
22583 * (bug 12487) Rights log is not fully internationalized
22584 * (bug 10837) Language variants no longer override other languages than base
22585 * (bug 14778) 'limit' parameter now applies to history feeds as well as
22586   history pages
22587 * (bug 14845) Bug in prefs javascript: Calling an array item without checking
22588   its existance.
22589 * Accesskeys for minor edit/watch checkboxes on edit now work in Firefox 3
22590 * (bug 12384) Comments in maintenance/*php
22591 * (bug 12441) ./maintenance/generateSitemap.php fix -fspath requiring
22592   a trailing slash.
22593 * (bug 12568) configuration script now produce valid XHTML.
22594 * The accesskey to edit a page is now disabled when editing the page, to pre-
22595   vent conflicts with Safari shortcuts.
22597 === API changes in 1.13 ===
22599 * Fixing main page display in meta=siteinfo
22600 * (bug 13128) Added patrolled flag to list=recentchanges
22601 * Implemented {bl,ei,iu}redirect (lists links through redirects as well)
22602 * (bug 13154) Introduced subpages flag to meta=siteinfo&siprop=namespaces
22603 * (bug 13157) Added ucuserprefix parameter to list=usercontribs
22604 * (bug 12394) Added rctitles parameter to list=recentchanges, making rcid
22605   retrieval easier
22606 * (bug 13218) Fix inclusion of " character in hyperlinks
22607 * Added watch and unwatch parameters to action=delete and action=move
22608 * Added action=edit
22609 * (bug 11401) Added xmldoublequote to xml formatter
22610 * Added rvsection parameter to prop=revisions to allow fetching the content of
22611   a certain section only
22612 * Introduced list=allimages
22613 * (bug 13371) Build page set from image hashes
22614 * Mark non-existent messages in meta=allmessages as missing
22615 * (bug 13390) One invalid title no longer kills an entire API query
22616 * (bug 13419) Fix gblredirect so it actually works
22617 * (bug 13418) Disable eiredirect because it's useless
22618 * (bug 13395) list=allcategories should use category table
22619 * (bug 13442) Missing pages in prop=langlinks and prop=extlinks are now
22620   handled properly.
22621 * (bug 13444) Add description to list=watchlist
22622 * (bug 13482) Disabled search types handled properly
22623 * Added inprop=talkid,subjectid to prop=info
22624 * Added help text message that specifies whether a module is POST-only
22625 * Added createonly parameter to action=edit
22626 * Replaced $wgAPIUCUserPrefixMinLength by the more generic $wgAPIMaxDBRows
22627 * (bug 11719) Remove trailing blanks in YAML output.
22628 * (bug 13541) Added siprop=specialpagealiases to meta=siteinfo
22629 * Added fallback8bitEncoding and readonly fields to
22630   meta=siteinfo&siprop=general output
22631 * (bug 13544) Added prop=revid to action=parse
22632 * (bug 13603) Added siprop=usergroups to meta=siteinfo
22633 * Cleaned up redirect resolution
22634 * Added possibility to obtain all external links through list=exturlusage
22635 * (bug 13606) Added archivename to iiprop
22636 * (bug 11633) Explicitly convert redirect titles to strings due to PHP's
22637   very weak typing on array keys.
22638 * (bug 12136) Extend allowed characters in JSON callback to ][.'"_A-Za-z0-9
22639 * (bug 11673) Return error 'unknown_action' in specified format
22640 * (bug 13618) Added rcprop=redirect and rcshow=redirect to list=recentchanges
22641 * (bug 13544) Added oldid parameter to action=parse to allow for parsing of old
22642   revisions
22643 * (bug 13718) Return the proper continue parameter for cmsort=timestamp
22644 * action=login now returns the correct waiting time in the details property
22645 * (bug 13792) Broken titles are now silently skipped in search results.
22646 * (bug 13819) exturlusage paging skipped an item
22647 * Fixed handling of usernames containing spaces in list=block
22648 * (bug 13836) Fixed fatal errors resulting from combining iiprop=metadata with
22649   format=xml
22650 * (bug 13735) Added prop=categoryinfo module
22651 * (bug 13945) Retrieve cascading protection sources via inprop=protection
22652 * (bug 13965) Hardcoded 51 limit on titles is too limiting
22653 * (bug 13993) apfrom doesn't work with apdir=descending
22654 * (bug 14018) Introduced alcontinue to list=alllinks to improve paging
22655 * (bug 14013) Added rcshow=patrolled to list=recentchanges
22656 * (bug 14028) Added language attribute to interwiki map in meta=siteinfo
22657 * (bug 14022) Added usprop=registration and auprop=blockinfo
22658 * (bug 14021) Removed titles= support from list=backlinks (has been obsolete
22659   for ages)
22660 * (bug 13829) Expose parse tree via action=expandtemplates
22661 * (bug 13606) Allow deletion of images
22662 * Added iiprop=mime and aiprop=metadata
22663 * Handled unrecognized values for parameters more gracefully
22664 * Handled requesting disallowed tokens more gracefully
22665 * (bug 14140) URL-encoded page titles are now decoded in edit summaries
22666 * (bug 14243) Only accept post requests in action=edit; patch by HardDisk
22667 * action=block now returns an ISO8601 timestamp, like all other modules do
22668 * Added md5 parameter to action=edit
22669 * (bug 14335) Logging in to unified account using API not possible
22670 * Added action=emailuser to send an email to a user
22671 * (bug 14471) Use HTMLTidy and generate limit report in action=parse
22672 * (bug 14459) Added prependtext and appendtext parameters to action=edit
22673 * (bug 14526) Unescaped SQL in list=backlinks
22674 * Added 'hidden' flag to list=allcategories and prop=categoryinfo output
22675 * Added nocreate parameter to action=edit
22676 * (bug 14402) Added maxage and smaxage parameters to api.php
22677 * Added bkip parameter to list=blocks
22678 * (bug 14651) apprefix and similar parameters are now canonicalized
22679 * Added clprop=timestamp to prop=categories
22680 * (bug 14678) API errors now respects $wgShowExceptionDetails and
22681   $wgShowSQLErrors
22682 * (bug 14723) Added time zone and writing direction to meta=siteinfo
22683 * Added APIQueryInfoTokens and APIQueryRevisionsTokens hooks so extensions
22684   can add their own tokens
22685 * Added block and unblock tokens to prop=info as well
22686 * Added paging (limit and continue parameters) to
22687   prop={links,templatelinks,langlinks,extlinks,categories,images}
22688 * Added flag "top" to list=usercontribs if the user is the last contributor to
22689   the page
22690 * list=exturlusage in "list all links" mode can now filter by protocol
22692 == MediaWiki 1.12 ==
22694 == MediaWiki 1.12.4 ==
22696 February 7, 2009
22698 A number of cross-site scripting (XSS) security vulnerabilities were discovered
22699 in the web-based installer (config/index.php). These vulnerabilities all
22700 require a live installer -- once the installer has been used to install a wiki,
22701 it is deactivated.
22703 Note that cross-site scripting vulnerabilities can be used to attack any
22704 website in the same cookie domain. So if you have an uninstalled copy of
22705 MediaWiki on the same site as an active web service, MediaWiki could be used to
22706 attack the active service.
22708 If you are hosting an old copy of MediaWiki that you have never installed, you
22709 are advised to remove it from the web.
22711 == MediaWiki 1.12.3 ==
22713 * Fixed packaging/distribution error. Many files were missing from the
22714 distributed tarball.
22716 == MediaWiki 1.12.2 ==
22718 David Remahl of Apple's Product Security team has identified a number of
22719 security issues in previous releases of MediaWiki. Subsequent analysis by the
22720 MediaWiki development team expanded the scope of these vulnerabilities. The
22721 issues with a significant impact are as follows:
22723 * A local script injection vulnerability affecting Internet Explorer clients
22724 for all MediaWiki installations with uploads enabled. [CVE-2008-5250]
22725 * A local script injection vulnerability affecting clients with SVG scripting
22726 capability (such as Firefox 1.5+), for all MediaWiki installations with SVG
22727 uploads enabled. [CVE-2008-5250]
22728 * A CSRF vulnerability affecting the Special:Import feature, for all MediaWiki
22729 installations since the feature was introduced in 1.3.0. [CVE-2008-5252]
22731 A local script injection vulnerability allows an attacker with a wiki account
22732 to steal another user's login session, and to act as that user on the wiki. The
22733 attacker uploads a malicious script file, and tricks the victim into executing
22736 CSRF vulnerabilities allow an attacker to act as an authorised user on the
22737 wiki, but unlike an XSS vulnerability, the attacker can only act as the user in
22738 a specific and restricted way. The present CSRF vulnerability allows pages to
22739 be edited, with forged revision histories. Like an XSS vulnerability, the
22740 authorised user must visit the malicious web page to activate the attack.
22742 These three vulnerabilities are all fixed in this release.
22744 David Remahl also reminded us of some security-related configuration issues:
22746 * By default, MediaWiki stores a backup of deleted images in the images/deleted
22747 directory. If you do not want these images to be publically accessible, make
22748 sure this directory is not accessible from the web. MediaWiki takes some steps
22749 to avoid leaking these images, but these measures are not perfect.
22750 * Set display_errors=off in your php.ini to avoid path disclosure via PHP fatal
22751 errors. This is the default on most shared web hosts.
22752 * Enabling MediaWiki's debugging features, such as $wgShowExceptionDetails, may
22753 lead to path disclosure.
22755 Other changes in this release:
22757 * Avoid fatal error in profileinfo.php when not configured.
22758 * Add a .htaccess to deleted images directory for additional protection against
22759 exposure of deleted files with known SHA-1 hashes on default installations.
22760 * Avoid streaming uploaded files to the user via index.php. This allows
22761 security-conscious users to serve uploaded files via a different domain, and
22762 thus client-side scripts executed from that domain cannot access the login
22763 cookies. Affects Special:Undelete, img_auth.php and thumb.php.
22764 * When streaming files via index.php, use the MIME type detected from the file
22765 extension, not from the data. This reduces the XSS attack surface.
22766 * Blacklist redirects via Special:Filepath. Such redirects exacerbate any XSS
22767 vulnerabilities involving uploads of files containing scripts.
22768 * Internationalisation updates.
22770 == MediaWiki 1.12.1 ==
22772 Changes since 1.12.0:
22773 * (bug [[bugzilla:13522|13522]]) Fix fatal error in Parser::extractTagsAndParams
22774 * (bug [[bugzilla:12077|12077]]) Fix HTML nesting for TOC
22775 * (bug [[bugzilla:13532|13532]]) Use proper timestamp call when reverting images
22776 * (bug [[bugzilla:13649|13649]], [[bugzilla:14084|14084]]) Bad call to
22777 wfTimestamp()
22778 * (bug [[bugzilla:13770|13770]]) Use Preprocessor_Hash by default to avoid
22779 missing DOM module errors
22780 * (bug [[bugzilla:13442|13442]]) API: Missing pages in prop=langlinks and
22781 prop=extlinks are now handled properly.
22782 * (bug [[bugzilla:13482|13482]]) API: Disabled search types handled properly
22783 * (bug [[bugzilla:13836|13836]]) API: Fixed fatal errors resulting from
22784 combining iiprop=metadata  with format=xml
22785 * (bug [[bugzilla:11633|11633]]) API: Explicitly convert redirect titles to
22786 strings due to PHP's very weak typing on array keys.
22787 * API: Fixing main page display in meta=siteinfo
22788 * (bug [[bugzilla:11719|11719]]) API: Remove trailing blanks in YAML output.
22789 * (bug [[bugzilla:13718|13718]]) API: Return the proper continue parameter for
22790 cmsort=timestamp
22791 * Security: Work around misconfiguration by requiring strict comparisons for
22792 in_array in User::isAllowed().
22793 * Security: Fixed XSS vulnerability in useskin parameter.
22795 == MediaWiki 1.12.0 ==
22797 This is the quarterly branch release of [[MediaWiki]] for Winter 2008.
22799 MediaWiki is now using a "continuous integration" development model with
22800 quarterly snapshot releases. The latest development code is always kept "ready
22801 to run", and in fact runs our own sites on [[wikipedia:|Wikipedia]].
22803 Release branches will continue to receive security updates for about a year
22804 from first release, but nonessential bugfixes and feature developments will be
22805 made on the development trunk and appear in the next quarterly release.
22807 Those wishing to use the latest code instead of a branch release can obtain it
22808 from source control: [[Download from SVN]].
22810 Changes since 1.12.0rc1:
22811 *(bug [[bugzilla:13359|13359]]) Double-escaping in [[Special:Allpages]].
22812 *Localization updates.
22814 == MediaWiki 1.12.0rc1 ==
22816 This is a release candidate of the Winter 2008 quarterly snapshot release of
22817 [[MediaWiki]].
22819 MediaWiki is now using a "continuous integration" development model with
22820 quarterly snapshot releases. The latest development code is always kept "ready
22821 to run", and in fact runs our own sites on [[wikipedia:|Wikipedia]].
22823 Release branches will continue to receive security updates for about a year
22824 from first release, but nonessential bugfixes and feature developments will be
22825 made on the development trunk and appear in the next quarterly release.
22827 Those wishing to use the latest code instead of a branch release can obtain it
22828 from source control: [[Download from SVN]].
22830 This is the Winter 2007 quarterly release.
22832 MediaWiki is now using a "continuous integration" development model with
22833 quarterly snapshot releases. The latest development code is always kept
22834 "ready to run", and in fact runs our own sites on Wikipedia.
22836 Release branches will continue to receive security updates for about a year
22837 from first release, but nonessential bugfixes and feature developments
22838 will be made on the development trunk and appear in the next quarterly release.
22840 Those wishing to use the latest code instead of a branch release can obtain
22841 it from source control: https://www.mediawiki.org/wiki/Download_from_SVN
22843 === Configuration changes in 1.12 ===
22844 * Marking edits as bot edits with Special:Contributions?bot=1 now requires the
22845   markbotedit permission, rather than the rollback permission previously used.
22846   This permission is assigned by default to the sysop group.
22847 * MediaWiki now checks if serialized files are out of date. New configuration
22848   variable $wgCheckSerialized can be set to false to enable old behavior (i.e.
22849   to not check and assume they are always up to date)
22850 * The rollback permission can now be rate-limited using the normal mechanism.
22851 * New configuration variable $wgExtraLanguageNames
22852 * Behavior of $wgAddGroups and $wgRemoveGroups changed. New behavior:
22853 * * Granting the userrights privilege allows arbitrary changing of rights.
22854 * * Without the userrights privilege, a user will be able to add and/or
22855      remove the groups specified in $wgAddGroups and $wgRemoveGroups for
22856      any groups they are in.
22857 * New permission userrights-interwiki for changing user rights on foreign wikis.
22858 * $wgImplicitGroups for groups that are hidden from Special:Listusers, etc.
22859 * $wgAutopromote: automatically promote users who match specified criteria
22860 * $wgGroupsAddToSelf, $wgGroupsRemoveFromSelf: allow users to add or remove
22861   themselves from specified groups via Special:Userrights.
22862 * When $wgUseTidy has been enabled, PHP's Tidy module is now used if it is
22863   present, in preference to an external Tidy executable which may or may not
22864   be present. To force use of external Tidy even when the PHP module is
22865   available, set $wgTidyInternal to false.
22868 === New features in 1.12 ===
22869 * (bug 10735) Add a warning for non-descriptive filenames at Special:Upload
22870 * Add {{filepath:}} parser function to get full path to an uploaded file,
22871   complementing {{fullurl:}} for pages.
22872 * (bug 11136) If using Postgres, search path is explicitly set if wgDBmwschema
22873   is not set to 'mediawiki', allowing multiple mediawiki instances per user.
22874 * (bug 11151) Add descriptive <title> to revision history page
22875 * (bug 5412) Add feed links for the site to all pages
22876 * (bug 11353) Add ability to retrieve raw section content via action=raw
22877 * (bug 6909) Show relevant deletion log lines when uploading a previously
22878   deleted file
22879 * On SkinTemplate based skins (like MonoBook), omit confusing "edit"/"view
22880   source" tab entirely if the page doesn't exist and the user isn't allowed to
22881   create it
22882 * Clarify instructions given when an exception is thrown
22883 * AuthPlugin added strictUserAuth() method to allow per-user override
22884   of the strict() authentication behavior.
22885 * (bug 7872) Deleted revisions can now be viewed as diffs showing changes
22886   against the previous revision, whether currently deleted or live.
22887 * Added tooltips for the "Go" and "Search" buttons
22888 * (bug 11649) Show input form when Special:Whatlinkshere has no parameters
22889 * isValidEmailAddr hook added to User method of that name, to allow, e.g., re-
22890   stricting e-mail addresses to a specific domain
22891 * Removed "Clear" link in watchlist editor tools, as people were afraid to
22892   click it. Existing clear links will fall back to the raw editor, which is
22893   very easy to clear your watchlist with.
22894 * (bug 1405) Add wgUseNPPatrol option to control patroling for new articles
22895   on Special:Newpages
22896 * LogLine hook added to allow formatting custom entries in Special:Log.
22897 * Support for Iranian calendar
22898 * (bug 1401) Allow hiding logged-in users, bots and patrolled pages on
22899   Special:Newpages
22900 * ChangesListInsertArticleLink hook added for adding extra article info to RC.
22901 * MediaWikiPerformAction hook added for diverting control after the main
22902   globals have been set up but before any actions have been taken.
22903 * BeforeWatchlist hook added for filtering or replacing watchlist.
22904 * SkinTemplateTabAction hook added for altering the properties of tab links.
22905 * OutputPage::getRedirect public method added.
22906 * (bug 11848, 12506) Allow URL parameters 'section', 'editintro' and 'preload'
22907   in Special:Mypage and Special:Mytalk
22908 * Add ot=raw to Special:Allmessages
22909 * Support for Hebrew calendar
22910 * Support for Hebrew numerals in dates and times
22911 * (bug 11315) Signatures can be configured in [[MediaWiki:Signature]] and
22912   [[MediaWiki:Signature-anon]]
22913 * Signatures for anonymous users link to Special:Contributions page rather than
22914   user page
22915 * Added --override switch for disabled pages in updateSpecialPages.php
22916 * Provide a unique message (ipb_blocked_as_range) if unblock of a single IP
22917   fails
22918   because it is part of a blocked range.
22919 * (bug 3973) Use a separate message for the email content when an account is
22920   created by another user
22921 * dumpTextPass.php can spawn fetchText.php as a subprocess, which should restart
22922   cleanly if database connections fail unpleasantly.
22923 * (bug 12028) Add Special:Listbots as shortcut for Special:Listusers/bot
22924 * (bug 9633) Add a predefined list of delete reasons to the deletion form
22925 * Show a warning message when creating/editing a user (talk) page but the user
22926   does not exists
22927 * (bug 8396) Ignore out-of-date serialised message caches
22928 * (bug 12195) Undeleting pages now requires 'undelete' permission
22929 * (bug 11810) Localize displayed semicolons
22930 * (bug 11657) Support for Thai solar calendar
22931 * (bug 943) RSS feed for Recentchangeslinked
22932 * Introduced AbortMove hook
22933 * (bug 2919) Protection of nonexistent pages with regular protection interface.
22934 * Special:Upload now lists permitted/prohibited file extensions.
22935 * Split ambiguous filetype-badtype message into two new messages,
22936   filetype-unwanted-type and filetype-banned-type.
22937 * Added link to the old title in Special:Movepage
22938 * On Special:Movepage, errors are now more noticeable.
22939 * It is now possible to change rights on other local wikis without the MakeSysop
22940   extension
22941 * Add HTML ID's mw-read-only-warning and mw-anon-edit-warning to warnings when
22942   editing to allow CSS styling.
22943 * Parser now returns list of sections
22944 * When a user is prohibited from creating a page, a title of "View source"
22945   makes no sense, and there should be no "Return to [[Page]]" link.
22946 * (bug 12486) Protected titles now give a warning for privileged editors.
22947 * (bug 9939) Special:Search now sets focus to search input box when no existing
22948   search is active
22949 * For Special:Userrights, use GET instead of POST to search for users.
22950 * Allow subpage syntax for Special:Userrights, i.e., Special:Userrights/Name.
22951 * When submitting changes on Special:Userrights, show the full form again, not
22952   just the search box.
22953 * Added exception hooks
22954 * (bug 12574) Allow bots to specify whether an edit should be marked as a bot
22955   edit, via the parameter 'bot'. (Default: '1')
22956 * (bug 12536) User should be able to get MediaWiki version from any page
22957 * (bug 12622) A JavaScript constant to declare whether api.php is available
22958 * Add caching to the AJAX search
22959 * Add APCOND_INGROUPS
22960 * Add DBA caching to installer
22961 * (bug 12585) Added a bunch of parameters to the revertpage message
22962 * Support redirects in image namespace
22963 * (bug 10049) Prefix index search and namespaces in Special:Withoutinterwiki
22964 * (bug 12668) Support for custom iPhone bookmark icon via $wgAppleTouchIcon
22965 * Add option to include templates in Special:Export.
22966 * (bug 12655) Added $wgUserEmailUseReplyTo config option to put sender
22967   address in Reply-To instead of From for user-to-user emails.
22968   This protects against SPF problems and privacy-leaking bounce messages
22969   when using mailers that set the envelope sender to the From header value.
22970 * (bug 11897) Add alias [[Special:CreateAccount]] & [[Special:Userlogin/signup]]
22971   for Special:Userlogin?type=signup
22972 * (bug 12214) Add a predefined list of delete reasons to the file deletion form
22973 * Merged backends for OpenSearch suggestions and AJAX search.
22974   Both now accept namespace prefixes, handle 'Media:' and 'Special:' pages,
22975   and reject interwiki prefixes. PrefixSearch class centralizes this code,
22976   and the backend part can be overridden by the PrefixSearchBackend hook.
22977 * (bug 10365) Localization of Special:Version
22978 * When installing using Postgres, the Pl/Pgsql language is now checked for
22979   and installed when at the superuser level.
22980 * The default robot policy for the entire wiki is now configurable via the
22981   $wgDefaultRobotPolicy setting.
22982 * (bug 12239) Use different separators for autocomments
22983 * (bug 12857) Patrol link on new pages should clear floats
22984 * (bug 12968) Render redirect wikilinks in a redirect class for customization
22985   via user/site CSS.
22986 * EditPageBeforeEditButtons hook added for altering the edit buttons below the
22987   edit box
22989 === Bug fixes in 1.12 ===
22991 * Subpages are now indexed for searching properly when using PostgreSQL
22992 * (bug 3846) Suppress warnings from, e.g. open_basedir when scanning for
22993   ImageMagick, diff3 et al. during installation [patch by Jan Reininghaus]
22994 * (bug 7027) Shift handling of deletion permissions-checking to
22995   getUserPermissionsErrors.
22996 * Login and signup forms are now more correct for right-to-left languages.
22997 * (bug 5387) Block log items on RecentChanges don't make use of possible
22998   translations
22999 * (bug 11211) Pass, as a parameter to the protectedpagetext interface
23000   message, the level of protection.
23001 * (bug 9611) Supply the blocker and reason for the cantcreateaccounttext
23002   message.
23003 * (bug 8759) Fixed bug where rollback was allowed on protected pages for wikis
23004   where rollback is given to non-sysops.
23005 * (bug 8834) Split off permission for editing user JavaScript and CSS from
23006   editinterface to a new permission key editusercssjs.
23007 * (bug 11266) Set fallback language for Fulfulde (ff) to French
23008 * (bug 11179) Include image version deletion comment in public log
23009 * Fixed notice when accessing special page without read permission and whitelist
23010   is not defined
23011 * (bug 9252) Fix for tidy funkiness when using editintro mode
23012 * (bug 4021) Fix for MySQL wildcard search
23013 * (bug 10699) Fix for MySQL phrase search
23014 * (bug 11321) Fix width of gallerybox when option "width=xxx" is used
23015 * (bug 7890) Special:BrokenRedirects links deleted redirects to a non-existent
23016   page
23017 * Fix initial statistics when installing: add correct values
23018 * (bug 11342) Fix several 'returnto' links in permissions/error pages which
23019   linked to the main page instead of targetted page
23020 * Strike the link to the redirect rather than using an asterisk in
23021   Special:Listredirects
23022 * (bug 11355) Fix false positives in Safe Mode and other config detection
23023   when boolean settings are disabled with 'Off' via php_admin_value/php_value
23024 * (bug 11292) Fixed unserialize errors with Postgres by creating special Blob
23025   object.
23026 * (bug 11363) Make all metadata fields bytea when using Postgres.
23027 * (bug 11331) Add buildConcat() and use CASE not IF for DB compatibility. Make
23028   oldimage cascade delete via image table for Postgres, change fa_storage_key
23029   TEXT.
23030 * (bug 11438) Live Preview chops returned text
23031 * Show the right message on account creation when the user is blocked
23032 * (bug 11450) Fix creation of objectcache table on upgrade
23033 * Fix namespace selection after submit of Special:Newpages
23034 * Make input form of Special:Newpages nicer for RTL wikis
23035 * (bug 11462) Fix typo in LanguageGetSpecialPageAliases hook name
23036 * (bug 11474) Fix unintentional fall-through in math error handling
23037 * (bug 11478) Fix undefined method call in file deletion interface
23038 * (bug 278) Search results no longer highlight incorrect partial word matches
23039 * Compatibility with incorrectly detected old-style DJVU mime types
23040 * (bug 11560) Fix broken HTML output from weird link nesting in edit comments.
23041   Nested links (as in image caption text) still don't work _right_ but they're
23042   less wrong
23043 * (bug 9718) Remove unnecessary css from main.css causing spacing issues on
23044   some browsers.
23045 * (bug 11574) Add an interface message loginstart, which, similarly to loginend,
23046   appears just before the login form. Patch by MinuteElectron.
23047 * Do not cache category pages if using 'from' or 'until'
23048 * Created new hook getUserPermissionsErrors, to go with userCan changes.
23049 * Diff pages did not properly display css/js pages.
23050 * (bug 11620) Add call to User::isValidEmailAddr during accout creation.
23051 * (bug 11629) If $wgEmailConfirmToEdit is true, require people to supply an
23052   email address when registering.
23053 * (bug 11612) Days to show in recent changes cannot be larger than 7
23054 * (bug 11131) Change filearchive width/height columns to int for Postgres
23055 * Support plural in undeleted{revisions,revisions-files,files}
23056 * (bug 11343) If the database is read-only, ensure that undelete fails.
23057 * (bug 11690) Show revert link for page moves in Special:Log to allowed users
23058   only
23059 * Initial-lowercase prefix checks in namespaceDupes.php now actually work.
23060 * Fix regression in LinkBatch.php breaking PHP 5.0
23061 * (bug 11452) wfMsgExt uses sometimes wrong language object for parsing magic
23062   words when called with options ''parsemag'' or ''content''.
23063 * (bug 11727) Support plural in 'historysize' message
23064 * (bug 11744) Incorrect return value from Title::getParentCategories()
23065 * (bug 11762) Fix native language name of Akan (ak)
23066 * (bug 11722) Fix inconsistent case in unprotect tabs
23067 * (bug 11795) Be more paranoid about confirming accept-encoding header is
23068   present
23069 * (bug 11809) Use formatNum() for more numbers
23070 * (bug 11818) Fix native language name of Inuktitut (iu)
23071 * Remove all commas when parsing float numbers in sorted tables
23072 * Limit text field of deletion, protection and user rights changes reasons to
23073   255 characters (already restricted in the database)
23074 * In the deletion default reasons, calculate how much text to get from the
23075   article text, rather than getting 150 characters (which may be too much)
23076 * Add two messages for Special:Blockme which were used but undefined
23077 * (bug 11921) Support plural in message number_of_watching_users_pageview
23078 * If an IP address is blocked as part of a rangeblock, attempting to unblock
23079   the single IP should not unblock the entire range.
23080 * (bug 6695) Fix native language name of Southern Sotho (Sesotho) (st)
23081 * Make action=render follow redirects by default
23082 * If restricted read access was enabled, whitelist didn't work with special
23083   pages which had spaces in theirs names
23084 * If restricted read access was enabled, requests for non-existing special pages
23085   threw an exception
23086 * Feeds for recent changes now provide correct URLs for the change, not just
23087   the page
23088 * Check for if IP is blocked as part of a range when unblocking (see above bug-
23089   fix) was faulty. Now fixed.
23090 * Fixed wpReason URL parameter to action=delete.
23091 * Do not force a password for account creation by email
23092 * Ensure that rate-limiting is applied to rollbacks.
23093 * Make a better rate-limiting error message (i.e. a normal MW error,
23094   rather than an "Internal Server Error").
23095 * Do not present an image bigger than the source when 'frameless' option is used
23096   (to be consistent with the 'thumb' option now)
23097 * Support {{PLURAL}} for import log
23098 * Make sure that the correct log entries are shown on Special:Userrights even
23099   for users with special characters in their names
23100 * The number of watching users in watchlists was always reported as 1
23101 * namespaceDupes.php no longer dies when coming across an illegal title
23102 * (bug 12143) Do not show a link to patrol new pages for non existent pages
23103 * (bug 12166) Fix XHTML validity for Special:Emailuser
23104 * (bug 11346) Users who cannot edit a page can now no longer unprotect it.
23105 * (bug 451) Add a generic Traditional / Simplified Chinese conversion table,
23106   instead of a Traditional conversion with Taiwan variant, and a Simplified
23107   conversion with China variant.
23108 * (bug 12178) Fix wpReason parameter to action=delete, again.
23109 * Graceful behavior for updateRestrictions.php if a page already has records
23110   in the page_restrictions matching its old page_restrictions field.
23111   May help with odd upgrade issues or race condition.
23112 * (bug 11993) Remove contentsub "revision history"
23113 * (bug 11952) Ensure we quote_ident() all schema names as needed
23114    inside of the DatabasePostgres.php file.
23115 * (bug 12184) Exceptions now sent to stderr instead of stdout for command-line
23116   scripts, making for cleaner reporting during batch jobs. PHP errors will also
23117   be redirected in most cases on PHP 5.2.4 and later, switching 'display_errors'
23118   to 'stderr' at runtime.
23119 * (bug 12148) Text highlight wasn't applied to cleanly deleted and added
23120   lines in diff output
23121 * (bug 10166) Fix a PHP warning in Language::getMagic
23122 * Only mark rollback edits as minor if the user can normally mark edits minor
23123 * Escape page names in the move successful page (e.g. for pages with two
23124   apostrophes).
23125 * (bug 12145) Add localized names of kk-variants
23126 * (bug 12259) Localize the numbers in deleted pages on the sysop view
23127 * Set proper page title for successful file deletion
23128 * (bug 11221) Do not show 'Compare selected versions' button for a history page
23129   with one revision only
23130 * (bug 12267) Set the default date format to Thai solar calender for the Thai
23131   language
23132 * (bug 10184) Extensions' stylesheets and scripts should be loaded before
23133   user-customized ones (like Common.css, Common.js)
23134 * (bug 12283) Special:Newpages forgets parameters
23135 * (bug 12031) All namespaces doesn't work in Special:Newpages
23136 * (bug 585) Only create searchindex replica table for parser tests if db is
23137   MySQL
23138 * Allow --record option if parserTests.php to work when using Postgres
23139 * (bug 12296) Simplify cache epoch in default LocalSettings.php
23140 * (bug 12346) XML fix when body double-click and click handlers are present
23141 * Fix regression -- missing feed links in sidebar on Special:Recentchanges
23142 * (bug 12371) Handle more namespace case variants in namespaceDupes.php
23143 * (bug 12380) Bot-friendly EditPage::spamPage
23144 * (bug 8066) Spaces can't be entered in special page aliases
23145 * Hide undo link if user can't edit article
23146 * (bug 12416) Fix password setting for createAndPromote.php
23147 * (bug 3097) Inconsistently usable titles containing HTML character entities
23148   are now forbidden. A run of cleanupTitles.php will fix up existing pages.
23149 * (bug 12446) Permissions check fix for undelete link
23150 * (bug 12451) AJAX title normalization tweaks
23151 * When a user creating a page is not allowed to either create the page nor edit
23152   it, all applicable reasons are now shown.
23153 * (bug 11428) Allow $wgScript inside $wgArticlePath when emulating PATH_INFO
23154   Fixes 'root'-style rewrite configurations
23155 * (bug 12493) Removed hardcoded MAX_FILE_SIZE from Special:Import upload form
23156 * (bug 12489) Special:Userrights listed in restricted section again
23157 * (bug 12553) Fixed invalid XHTML in edit conflict screen
23158 * (bug 12505) Fixed section=0 with action=raw
23159 * (bug 12614) Do not log user rights change that didn't change anything
23160 * (bug 12584) Don't reset cl_timestamp when auto-updating sort key on move
23161 * (bug 12588) Fix selection in namespace selector on Special:Newpages
23162 * Use only default options when generating RSS and Atom syndication links.
23163   This should help prevent infinite link loops that some software may follow,
23164   and will generally keep feed behavior cleaner.
23165 * (bug 12608) Unifying the spelling of getDBkey() in the code.
23166 * (bug 12611) Bot flag ignored in recent changes
23167 * (bug 12617) Decimal and thousands separators for Romanian
23168 * (bug 12567) Fix for misformatted read-only messages on edit, protect.
23169   Also added proper read-only checks to several special pages.
23170   Have removed read-only checks from the general user permission framework.
23171 * Creating a site with a name containing '#' is no longer permitted, since the
23172   name will not work (but $wgSiteName is not checked if manually set).
23173 * (bug 12695) Suppress dvips verbiage from web server error log
23174 * (bug 12716) Unprotecting a non-protected page leaves a log entry
23175 * Log username blocks with canonical form of name instead of input form
23176 * (bug 11593, 12719) Fixes for overzealous invocation of thumb.php.
23177   Non-image handlers and full-size images may now decline it, fixing
23178   mystery failures when using $wgThumbnailScriptPath.
23179 * (bug 12327) Comma in username no longer disrupts mail headers
23180 * (bug 6436) Localization of Special:Import XML parser Error message(s).
23181 * Security fix for API on MSIE
23182 * (bug 12768) Database query syntax error in maintenance/storage/compressOld.inc
23183 * (bug 12753) Empty captions in MediaWiki:Sidebar result in PHP errors
23184 * (bug 12790) Page protection is not logged when edit-protection is used
23185   and move-protection is not
23186 * (bug 12793) Fix for restricted namespaces/pages in Special:Export
23187 * Fix for Special:Export so it doesn't ignore the page named '0'
23188 * Don't display rollback link if the user doesn't have all required permissions
23189 * The comment of a time-limited protection now contains the date in the default
23190   format
23191 * (bug 12880) wfLoadExtensionMessages does not use $fallback from MessagesXx.php
23192 * (bug 12885) Correction for Russian convertPlural function
23193 * (bug 12768) Make DatabasePostgres->hasContraint() schema aware.
23194 * (bug 12735) Truncate usernames in comments using mb_ functions.
23195 * (bug 12892) Poor tab indexing on "delete file" form
23196 * (bug 12660) When creating an account by e-mail, do not send the creator's IP
23197   address
23198 * (bug 12931) Fix wrong global variable in SpecialVersion
23199 * (bug 12919) Use 'deletedrevision' message as content when deleting an old file
23200   version
23201 * (bug 12952) Using Nosuchusershort instead of Nosuchuser when account creation
23202   is disabled
23203 * (bug 12869) Magnify icon alignment should be adjusted using linked CSS
23204 * Fixing message cache updates for MediaWiki messages moves
23205 * (bug 12815) Signature timestamps were always in UTC, even if the timezone code
23206   in parentheses after them claimed otherwise
23207 * (bug 12732) Fix installer and searching to handle built-in tsearch2 for
23208   Postgres.
23209 * (bug 12784) Change "bool" types to smallint to handle Postgres 8.3 strictness.
23210 * (bug 12301) Allow maintenance/findhooks.php to search hooks in multiple
23211   directories.
23212 * (bug 7681, 11559) Cookie values no longer override GET and POST variables.
23213 * (bug 5262) Fully-qualified $wgStylePath no longer corrupted on XML feeds
23214 * (bug 3269) Inaccessible titles ending in '/.' or '/..' now forbidden.
23215 * (bug 12935, 12981) Fully-qualify archive URLs in delete, revert messages
23216 * (bug 12938) Fix template expansion and 404 returns for action=raw with section
23217 * (bug 11567) Fix error checking for PEAR::Mail. UserMailer::send() now returns
23218   true-or-WikiError, which seems to be the calling convention expected by half
23219   its callers already
23220 * (bug 12846) IE rtl.css issue in RTL wikis special:Preferences when selecting
23221   an LTR user language
23222 * (bug 13005) DISPLAYTITLE does not work on preview
23223 * (bug 13004) Fix error on Postgres searches that return too many results.
23225 == Parser changes in 1.12 ==
23227 For help with migration to the MediaWiki 1.12 parser, please visit:
23229 http://meta.wikimedia.org/wiki/Migration_to_the_new_preprocessor
23231 The parser pass order has changed from
23233    * Extension tag strip and render
23234    * HTML normalisation and security
23235    * Template expansion
23236    * Main section...
23240    * Template and extension tag parse to intermediate representation
23241    * Template expansion and extension rendering
23242    * HTML normalisation and security
23243    * Main section...
23245 The main effect of this for the user is that the rules for uncovered syntax
23246 have changed.
23248 Uncovered main-pass syntax, such as HTML tags, are now generally valid, whereas
23249 previously in some cases they were escaped. For example, you could have "<ta" in
23250 one template, and "ble>" in another template, and put them together to make a
23251 valid <table> tag. Previously the result would have been "&lt;table&gt;".
23253 Uncovered preprocessor syntax is generally not recognised. For example, if you
23254 have "{{a" in Template:A and "b}}" in Template:B, then "{{a}}{{b}}" will be
23255 converted to a literal "{{ab}}" rather than the contents of Template:Ab. This
23256 was the case previously in HTML output mode, and is now uniformly the case in
23257 the other modes as well. HTML-style comments uncovered by template expansion
23258 will not be recognised by the preprocessor and hence will not prevent template
23259 expansion within them, but they will be stripped by the following HTML security
23260 pass.
23262 Bug 5678 has been fixed. This has a number of user-visible effects related to
23263 the removal of this double-parse. Please see the wiki page for examples.
23265 Message transformation mode has been removed, and replaced with "preprocess"
23266 mode. This means that some MediaWiki namespace messages may need to be updated,
23267 especially ones which took advantage of the terribly counterintuitive behavior
23268 of the former message mode.
23270 The header identification routines for section edit and for numbering section
23271 edit links have been merged. This removes a significant failure mode and fixes a
23272 whole category of bugs (tracked by bug #4899). Wikitext headings uncovered by
23273 template expansion will still be rendered into a heading tag, and will get an
23274 entry in the TOC, but will not have a section edit link. HTML-style headings
23275 will also not have a section edit link. Valid wikitext headings present in the
23276 template source text will get a template section edit link. This is a major
23277 break from previous behavior, but I believe the effects are almost entirely
23278 beneficial.
23280 The main motivation for making these changes was performance. The new two-pass
23281 preprocessor can skip "dead branches" in template expansion, such as unfollowed
23282 #switch cases and unused defaults for template arguments. This provides a
23283 significant performance improvement in template-heavy test cases taken from
23284 Wikipedia. Parser function hooks can participate in this performance improvement
23285 by using the new SFH_OBJECT_ARGS flag during registration.
23287 The pre-expand include size limit has been removed, since there's no efficient
23288 way to calculate such a figure, and it would now be meaningless for performance
23289 anyway. The "preprocessor node count" takes its place, with a generous default
23290 limit.
23292 The context in which XML-style extension tags are called has changed, so
23293 extensions which make use of the parser state may need compatibility changes.
23295 The new preprocessor syntax has been documented in Backus-Naur Form at:
23297 https://www.mediawiki.org/wiki/Preprocessor_ABNF
23299 The ExpandTemplates extension now has the ability to generate an XML parse
23300 tree from wikitext source. This parse tree corresponds closely to the grammar
23301 documented on that page.
23303 === API changes in 1.12 ===
23305 Full API documentation is available at https://www.mediawiki.org/wiki/API
23307 * (bug 11275) Enable descending sort in categorymembers
23308 * (bug 11308) Allow the API to output the image metadata
23309 * (bug 11296) Temporary fix for escaping of ampersands inside links in
23310   pretty-printed
23311   help document.
23312 * (bug 11405) Expand templates implementation in the API
23313 * (bug 11218) Add option to feedwatchlist to display multiple revisions for each
23314   page.
23315 * (bug 11404) Provide name of exception caught in error code field of internal
23316   api error messages.
23317 * (bug 11534) rvendid doesn't work
23318 * Fixed rvlimit of the revisions query to only enforce the lower query limit if
23319   revision content is requested.
23320 * Include svn revision number (if install is checked-out from svn) in siteinfo
23321   query.
23322 * (bug 11173) Allow limited wikicode rendering via api.php
23323 * (bug 11572) API should provide interface for expanding templates
23324 * (bug 11569) Login should return the cookie prefix
23325 * (bug 11632) Breaking change: Specify the type of a change in the recentchanges
23326   list as 'edit', 'new', 'log' instead of 0, 1, 2, respectively.
23327 * Compatibility fix for PHP 5.0.x.
23328 * Add rctype parameter to list=recentchanges that filters by type
23329 * Add apprtype and apprlevel parameters to filter list=allpages by protection
23330   types and levels
23331 * Add apdir parameter to enable listing all pages from Z to A
23332 * (bug 11721) Use a different title for results than for the help page.
23333 * (bug 11562) Added a user_registration parameter/field to the list=allusers
23334   query.
23335 * (bug 11588) Preserve document structure for empty dataset in backlinks query.
23336 * Outputting list of all user preferences rather than having to request them by
23337   name
23338 * (bug 11206) api.php should honor maxlag
23339 * Make prop=info check for restrictions in the old format too.
23340 * Add apihighlimits permission, default for sysops and bots
23341 * Add limit=max to use maximal limit
23342 * Add action=parse to render parser output. Use it instead of action=render
23343   which has been removed
23344 * Add rvtoken=rollback to prop=revisions
23345 * Add meta=allmessages to get messages from site's messages cache.
23346 * Use bold and italics highlighting only in API help
23347 * Added action={block,delete,move,protect,rollback,unblock,undelete} and
23348   list={blocks,deletedrevs}
23349 * Fixed sessionid attribute in action=login
23350 * Standardized limits. Revisions and Deletedrevisions formerly using
23351   200 / 10000, now 500 / 5000, in line with other modules.
23352 * Added list=allcategories module
23353 * (bug 12321) API list=blocks reveals private data
23354 * Fix output of wfSajaxSearch
23355 * (bug 12413) meta=userinfo missing <query> tag
23356 * Add list of sections to action=parse output
23357 * Added action=logout
23358 * Added cascade flag to prop=info&inprop=protections
23359 * Added wlshow parameter to list=watchlist, similar to rcshow
23360   (list=recentchanges)
23361 * Added support for image thumbnailing to prop=imageinfo
23362 * action={login,block,delete,move,protect,rollback,unblock,undelete} now must be
23363   POSTed
23364 * prop=imageinfo interface changed: iihistory replaced by iilimit, iistart and
23365   iiend parameters
23366 * Added amlang parameter to meta=allmessages
23367 * Added apfilterlanglinks parameter to list=allpages, replacing
23368   query.php?what=nolanglinks
23369 * (bug 12718) Added action=paraminfo module that provides information about API
23370   modules and their parameters
23371 * Added iiurlwidth and iiurlheight parameters to prop=imageinfo
23372 * Added format=txt and format=dbg, imported from query.php
23373 * Added uiprop=editcount to meta=userinfo
23374 * Added list=users which fetches user information
23375 * Added list=random which fetches a list of random pages
23376 * Added page parameter to action=parse to facilitate parsing of existing pages
23377 * Added uiprop=ratelimits to meta=userinfo
23378 * Added siprop=namespacealiases to meta=siteinfo
23379 * Made multiple values for ucuser possible in list=usercontribs
23380 * (bug 12944) Added cmstart and cmend parameters to list=categorymembers
23381 * Allow queries to have a where range that does not match the range field
23383 == MediaWiki 1.11 ==
23385 == MediaWiki 1.11.2 ==
23387 March 2, 2008
23389 This is a security release of the Fall 2007 snapshot release of MediaWiki.
23390 Possible cross-site information leaks using the callback parameter for
23391 JSON-formatted results in the API are prevented by dropping user credentials.
23393 MediaWiki release versions prior to 1.11 are not vulnerable, as they do not
23394 include the callback feature which allows client-side JavaScript on other sites
23395 to reach API data.
23397 Changes in this release:
23399 * User credentials are dropped for API JSON requests using a callback
23400 * Edit tokens are not reported for API JSON requests using a callback
23402 == MediaWiki 1.11.1 ==
23404 January 23, 2008
23406 This is a security and bugfix release of the Fall 2007 snapshot release of
23407  MediaWiki. A potential XSS injection vector affecting api.php only for
23408  Microsoft Internet Explorer users has been closed.
23410 Changes in this release:
23411 * (bug [[bugzilla:11450|11450]]) Fix creation of objectcache table on upgrade
23412 * (bug [[bugzilla:11462|11462]]) Fix typo in LanguageGetSpecialPageAliases hook
23413 name
23414 * Fix regression in LinkBatch.php breaking PHP 5.0
23415 * Security fix for API on MSIE
23417 To work around the vulnerability without upgrading, you may disable the API if
23418 you don't need it:
23419 :[[Manual:$wgEnableAPI|$wgEnableAPI]] = false;
23421 Not vulnerable versions:
23422 * 1.12 or later
23423 * 1.11 >= 1.11.1
23424 * 1.10 >= 1.10.3
23425 * 1.9 >= 1.9.5
23426 * 1.8 any version (if $wgEnableAPI has been left off)
23428 Vulnerable versions:
23429 * 1.11 <= 1.11.0rc1
23430 * 1.10 <= 1.10.2
23431 * 1.9 <= 1.9.4
23432 * 1.8 any version (if $wgEnableAPI has been switched on)
23434 MediaWiki 1.7 and below are not affected as they do not include the API
23435 functionality, however the BotQuery extension is similarly vulnerable unless
23436 updated to the latest SVN version.
23438 == MediaWiki 1.11.0 ==
23440 September 10, 2007
23442 This is the Fall 2007 snapshot release of MediaWiki.
23444 MediaWiki is now using a "continuous integration" development model with
23445 quarterly snapshot releases. The latest development code is always kept "ready
23446 to run", and in fact runs our own sites on Wikipedia.
23448 Release branches will continue to receive security updates for about a year
23449 from first release, but nonessential bugfixes and feature developments will be
23450 made on the development trunk and appear in the next quarterly release.
23452 Those wishing to use the latest code instead of a branch release can obtain it
23453 from source control: [[Download from SVN]]
23455 This is the Summer 2007 branch release of MediaWiki.
23457 MediaWiki is now using a "continuous integration" development model with
23458 quarterly snapshot releases. The latest development code is always kept
23459 "ready to run", and in fact runs our own sites on Wikipedia.
23461 Release branches will continue to receive security updates for about a year
23462 from first release, but nonessential bugfixes and feature developments
23463 will be made on the development trunk and appear in the next quarterly release.
23465 Those wishing to use the latest code instead of a branch release can obtain
23466 it from source control: https://www.mediawiki.org/wiki/Download_from_SVN
23468 == Changes since 1.11.0rc1 ==
23470 A possible HTML/XSS injection vector in the API pretty-printing mode has been
23471 found and fixed.
23473 The vulnerability may be worked around in an unfixed version by simply
23474 disabling the API interface if it is not in use, by adding this to
23475 [[Manual:LocalSettings.php|LocalSettings.php]]:<br />
23476 <code>[[Manual:$wgEnableAPI|$wgEnableAPI]] = false;</code> <br />
23477 (This is the default setting in 1.8.x.)
23479 Not vulnerable versions:
23480 * 1.11 >= 1.11.0
23481 * 1.10 >= 1.10.2
23482 * 1.9 >= 1.9.4
23483 * 1.8 >= 1.8.5
23485 Vulnerable versions:
23486 * 1.11 <= 1.11.0rc1
23487 * 1.10 <= 1.10.1
23488 * 1.9 <= 1.9.3
23489 * 1.8 <= 1.8.4 (if [[Manual:$wgEnableAPI|$wgEnableAPI]] has been switched on)
23491 MediaWiki 1.7 and below are not affected as they do not include the faulty
23492 function, however the [[Extension:BotQuery|BotQuery extension]] is similarly
23493 vulnerable unless updated to the latest SVN version.
23495 == Configuration changes since 1.10 ==
23497 * $wgThumbUpright - Adjust width of upright images when parameter 'upright' is
23498   used
23499 * $wgAddGroups, $wgRemoveGroups - Finer control over who can assign which
23500   usergroups
23501 * $wgEnotifImpersonal, $wgEnotifUseJobQ - Bulk mail options for large sites
23502 * $wgShowHostnames - Expose server host names through the API and HTML comments
23503 * $wgSaveDeletedFiles has been removed, the feature is now enabled
23504 unconditionally
23506 == New features since 1.10 ==
23508 * (bug 8868) Separate "blocked" message for autoblocks
23509 * Adding expiry of block to block messages
23510 * Links to redirect pages in categories are wrapped in
23511   <span class="redirect-in-category"></span>
23512 * Introduced 'ImageOpenShowImageInlineBefore' hook; see docs/hooks.txt for
23513   more information
23514 * (bug 9628) Show warnings about slave lag on Special:Contributions,
23515   Special:Watchlist
23516 * (bug 8818) Expose "wpDestFile" as parameter $1 to "uploaddisabledtext"
23517 * Introducing new image keyword 'upright' and corresponding variable
23518   $wgThumbUpright. This allows better proportional view of upright images
23519   related to landscape images on a page without nailing the width of upright
23520   images to a fix value which makes views for anon unproportional and user
23521   preferences useless
23522 * (bug 6072) Introducing 'border' keyword to the [[Image:]] syntax
23523 * Introducing 'frameless' keyword to [[Image:]] syntax which respects the
23524   user preferences for image width like 'thumb' but without a frame.
23525 * (bug 7960) Link to "what links here" for each "what links here" entry
23526 * Added support for configuration of an arbitrary number of commons-style
23527   file repositories.
23528 * Added a Content-Disposition header to thumb.php output
23529 * Improved thumb.php error handling
23530 * Display file history on local image description pages of shared images
23531 * Added $wgArticleRobotPolicies
23532 * (bug 10076) Additional parameter $7 added to MediaWiki:Blockedtext
23533   containing, the ip, ip range, or username whose block is affecting the
23534 * (bug 7691) Show relevant lines from the deletion log when re-creating a
23535   previously deleted article
23536 * Added variables 'wgRestrictionEdit' and 'wgRestrictionMove' for JS to header
23537 * (bug 9898) Allow viewing all namespaces in Special:Newpages
23538 * (bug 10139) Introduce 'EditSectionLink' and 'EditSectionLinkForOther' hooks;
23539   see docs/hooks.txt for details
23540 * (bug 9769) Provide "watch this page" toggle on protection form
23541 * (bug 9886) Provide clear example "stub link" in Special:Preferences
23542 * (bug 10055) Populate email address and real name properties of User objects
23543   passed to the 'AbortNewAccount' hook
23544 * Show result of Special:Booksources in wiki content language always, it's
23545   normally better maintained than the generic list from the standard message
23546   files
23547 * (bug 7997) Allow users to be blocked from using Special:Emailuser
23548 * (bug 8989) Blacklist 'mhtml' and 'mht' files from upload
23549 * (bug 8760) Allow wiki links in "protectexpiry" message
23550 * (bug 5908) Add "DEFAULTSORTKEY" and "DEFAULTCATEGORYSORT" aliases for
23551   "DEFAULTSORT" magic word
23552 * (bug 10181) Support the XCache object caching mechanism
23553 * (bug 9058) Introduce '--aconf' option for all maintenance scripts, to provide
23554   a path to the AdminSettings.php file
23555 * (bug 8781) Remind users to check file permissions for LocalSettings.php
23556   post-installation
23557 * Use shared.css for all skins and oldshared.css in place of common.css for
23558   pre-Monobook skins.  As always, modifications should go in-wiki to MediaWiki:
23559   Common.css and MediaWiki:Monobook.css.
23560 * (bug 8869) Introduce Special:Uncategorizedtemplates
23561 * (bug 8734) Different log message when article protection level is changed
23562 * (bug 8458, 10338) Limit custom signature length to $wgMaxSigChars Unicode
23563   characters
23564 * (bug 10096) Added an ability to query interwiki map table
23565 * On reupload, add a null revision to the image description page
23566 * Group log output by date
23567 * Kurdish interface latin/arabic writing system with transliteration
23568 * Support wiki text in all query page headers
23569 * Add 'Orphanedpages' as an alias to Special:Lonelypages
23570 * (bug 9328) Use "revision-info-current" message in place of "revision-info"
23571   when viewing the current revision of a page, if available
23572 * (bug 8890) Enable wiki text for "license" message
23573 * Throw a showstopper exception when a hook function fails to return a value.
23574   Forgetting to give a 'true' return value is a very common error which tends
23575   to cause hard-to-track-down interactions between extensions.
23576 * Use $wgJobClasses to determine the correct Job to instantiate for a particular
23577   queued task; allows extensions to introduce custom jobs
23578 * (bug 10326) AJAX-based page watching and unwatching has been cleaned up and
23579   enabled by default.
23580 * Added option to install to MyISAM
23581 * (bug 9250) Remove hardcoded minimum image name length of three characters
23582 * Fixed DISPLAYTITLE behavior to reject titles which don't normalise to the
23583   same title as the current page, and enabled per default
23584 * Wrap site CSS and JavaScript in a <pre> tag, like user JS/CSS
23585 * (bug 10196) Add classes and dir="ltr" to the <pre>s on CSS and JS pages (new
23586   classes: mw-code, mw-css, mw-js)
23587 * (bug 6711) Add $wgAddGroups and $wgRemoveGroups to allow finer control over
23588   usergroup assignment.
23589 * Introduce 'UserEffectiveGroups' hook; see docs/hooks.txt for more information
23590 * (bug 10387) Detect and handle '.php5' extension environments at install time
23591 * Introduce 'ShowRawCssJs' hook; see docs/hooks.txt for more information
23592 * (bug 10404) Show rights log for the selected user in Special:Userrights
23593 * New javascript for upload page that will show a warning if a file with the
23594   "destination filename" already exists.
23595 * Add 'editsection-brackets' message to allow localization (or removal) of the
23596   brackets in the "[edit]" link for sections
23597 * (bug 10437) Move texvc styling to shared.css
23598 * Introduce "raw editing" mode for the watchlist, to allow bulk additions,
23599   removals, and convenient exporting of watchlist contents
23600 * Show "undo" links in page histories
23601 * Option to jump to specified time period in user contributions
23602 * Improved feedback on "rollback success" page
23603 * Show distinct 'namespaceprotected' message to users when namespace protection
23604   prevents page editing
23605 * (bug 9936) Per-edit suppression of preview-on-first edit with "preview=no"
23606 * Allow showing a one-off preview on first edit with "preview=yes"
23607 * (bug 9151) Remove timed redirects on "Return to X" pages for accessibility.
23608 * Link to user logs in toolbox when viewing a user page
23609 * (bug 10508) Allow HTML attributes on <gallery>
23610 * (bug 1962) Allow HTML attributes on <math>
23611 * (bug 10530) Introduce optional "sp-contributions-explain" message for
23612   additional explanation in Special:Contributions
23613 * (bug 10520) Preview licences during upload via AJAX (toggle with
23614   $wgAjaxLicensePreview)
23615 * New Parser::setTransparentTagHook for parser extension and template
23616   compatibility
23617 * Introduced 'ContributionsToolLinks' hook; see docs/hooks.txt for more
23618   information
23619 * Add a message if category is empty
23620 * Add CSS compatibility for Opera 9.5
23621 * Remove largely untested handheld stylesheet, which was causing more trouble
23622   than good.  Proper handheld support will be added at a future date.  For now,
23623   display should be acceptable either with CSS turned off or when using a so-
23624   phisticated handheld browser.
23625 * (bug 3173) Option to offer exported pages as a download, rather than
23626   displaying inline, as in most browsers
23627 * Pass the user as an argument to 'isValidPassword' hook callbacks; see
23628   docs/hooks.txt for more information
23629 * Introduce 'UserGetRights' hook; see docs/hooks.txt for more information
23630 * (bug 9595) Pass new Revision to the 'ArticleInsertComplete' and
23631   'ArticleSaveComplete' hooks; see docs/hooks.txt for more information
23632 * (bug 9575) Accept upload description from GET parameters
23633 * Skip the difference engine cache when 'action=purge' is used while requesting
23634   a difference page, to allow refreshing the cache in case of errors
23635 * (bug 10701) Link to Special:Listusers in default Special:Statistics messages
23636 * Improved file history presentation
23637 * (bug 10739) Users can now enter comments when reverting files
23638 * Improved handling of permissions errors
23639 * (bug 10793) "Mark patrolled" links will now be shown for users with
23640   patrol permissions on all eligible diff pages
23641 * (bug 10655) Show standard tool links for blocked users in block log messages
23642 * Show standard tool links for blocked users in Special:Ipblocklist
23643 * Miscellaneous aesthetic improvements to Special:Ipblocklist
23644 * (bug 10826) Added link trail with Cyrillic characters for Mongolian language
23645 * (bug 10859) Introduce 'UserGetImplicitGroups' hook; see docs/hooks.txt for
23646   more information
23647 * (bug 10832) Include user information when viewing a deleted revision
23648 * (bug 10872) Fall back to sane defaults when generating protection selector
23649   labels for custom restriction levels
23650 * Show edit count in user preferences
23651 * Improved support for audio/video extensions
23652 * (bug 10937) Distinguish overwritten files in upload log
23653 * Introduce 'ArticleUpdateBeforeRedirect' hook; see docs/hooks.txt for more
23654   information
23655 * Confirmation is now required when deleting old versions of files
23656 * (bug 7535) Users can now enter comments when deleting old versions of files
23657 * (bug 11001) Submit Special:Newpages as a GET, rather than a POST request
23658 * The <strong></strong> around links to watched pages in change lists now
23659   has a class - "mw-watched"
23660 * (bug 9002) Provide a "view/restore deleted edits" link on Special:Upload
23661   when a destination filename is provided that corresponds with previous
23662   deleted files
23663 * Make the "invalid special page" message clearer
23664 * Add accesskey 's' and tooltip to 'upload file' button at Special:Upload
23665 * Introduced 'SkinAfterBottomScripts' hook; see docs/hooks.txt for
23666   more information
23667 * (bug 11095) Honour "preview on first edit" preference when preloading
23668   text for a non-existent page
23669 * (bug 11022) Use a more accurate page title for Special:Whatlinkshere and
23670   Special:Recentchangeslinked
23671 * Add link to user contributions in normal watchlist edit mode
23672 * (bug 9426) Add 'newsectionheaderdefaultlevel' message to allow
23673   modification of the heading formatting for new sections when section=new
23674   argument is supplied
23675 * (bug 10836) Add 'newsectionsummary' message to allow modification of the
23676   text that prefixes a new section link in Recent Changes
23678 == Bugfixes since 1.10 ==
23680 * (bug 9712) Use Arabic comma in date/time formats for Arabic and Farsi
23681 * (bug 9670) Follow redirects when render edit section links to transcluded
23682   templates.
23683 * (bug 6204) Fix incorrect unindentation with $wgMaxTocLevel
23684 * (bug 3431) Suppress "next page" link in Special:Search at end of results
23685 * Don't show unblock form if the user doesn't have permission to use it
23686   (cosmetic change, no vulnerabilities existed)
23687 * Subtitle success message when unblocking a block ID instead of a pseudo link
23688   like [[User:#123|#123]]
23689 * Use the standard HTTP fetch functions when retrieving remote wiki pages
23690   through transwiki, so we can take advantage of cURL goodies if available
23691 * Disable user JavaScript on Special:Userlogin, Special:Resetpass and
23692   Special:Preferences, to avoid a compromised script sniffing passwords, etc.
23693 * (bug 9854, 3770) Clip overflow text in gallery boxes for visual cleanliness
23694   instead of letting it flow outside the box or trigger ugly scroll bars.
23695 * Tooltips for print version and permalink
23696 * Links to the MediaWiki namespace for system messages having their default
23697   values are no longer shown as nonexistent (e.g., in red)
23698 * Special:Ipblocklist differentiates between empty list and no search results.
23699 * (bug 5375) profiling does not respect read-only mode.
23700 * (bug 7070) monobook/user.gif has antialias artifacts
23701 * (bug 9123) Safer way when applying $wgLocalTZoffset
23702 * (bug 9896) Documentation for $wgSquidServers and X-FORWARDED-FOR
23703 * (bug 9417) Uploading new versions of images when using Postgres no longer
23704   throws warnings.
23705 * (bug 9908) Using tsearch2 with Postgres 8.1 no longer gives an error.
23706 * (bug 1438) Fix for diff table layout on very wide lines.
23707   Diff style rules have been broken out to common/diff.css,
23708   and the dupes removed from the default skin files.
23709   Skins can still override the default rules.
23710 * (bug 1229) Balance columns in diff display evenly
23711 * Right-align diff line numbers in RTL language display
23712 * (bug 9332) Fix instructions in tests/README
23713 * (bug 9813) Reject usernames containing '#' to avoid silent truncation
23714   of fragments during the normalisation process
23715 * (bug 7989) RSS feeds content now use black text when using white background.
23716 * (bug 9971) Typo in a french language message.
23717 * (bug 9973) Changed size was shown in advanced recentchanges collapsible items
23718   with $wgRCShowChangedSized = false.
23719 * Fix PHP strict standards warning in enhanced recent changes.
23720 * (bug 5850) Added hexadecimal html entities comments for $digitTransformTable
23721   entries.
23722 * (bug 7432) Change language name for Aromanian (roa-rup)
23723 * (bug 908) Unexistent special pages now generate a red link.
23724 * (bug 7899) Added \hline and \vline to the list of allowed TeX commands
23725 * (bug 7993) support mathematical symbol classes
23726 * (bug 10007) Allow Block IP to work with Postgrs again.
23727 * Add Google Wireless Transcoder to the Unicode editing blacklist
23728 * (bug 10083) Fix for Special:Version breakage on PHP 5.2 with some hooks
23729 * (bug 3624) TeX: \ker, \hom, \arg, \dim treated like \sin & \cos
23730 * (bug 10132, 10134) Restore back-compatibility Image::imageUrl() function
23731 * (bug 10113) Fix double-click for view source on protected pages
23732 * (bug 10117) Special:Wantedpages doesn't handle invalid titles in result
23733   set [now prints out a warning]
23734 * (bug 10118) Introduced Special:Mostlinkedtemplates, report which lists
23735   templates with a high number of inclusion links
23736 * (bug 10104) Fixed Database::getLag() for PostgreSQL and Oracle
23737 * (bug 9820) session.save_path check no longer halts installation, but
23738   warns of possible bad values
23739 * (bug 9978) Fixed session.save_path validation when using extended
23740   configuration format, e.g. "5;/tmp"
23741 * Don't generate a diff link in the patrol log if the page doesn't exist
23742 * (bug 10067) Translations for former skins removed from message files
23743 * (bug 9993) Force $wgShowExceptionDetails on during installation
23744 * (bug 9980) Validate administrator username and password during
23745   installation
23746 * (bug 9383) Don't set a default value for BLOB column in rc-deleted
23747   database patch
23748 * (bug 10149) Don't show full template list on section-0 edit
23749 * (bug 9909) Ensure access to binary fields in the math table use encodeBlob()
23750   and decodeBlob()
23751 * (bug 6743) Don't link broken image links to the upload form when uploads
23752   are disabled
23753 * (bug 9679) Improve documentation for $wgSiteNotice
23754 * (bug 10215) Show custom editing introduction when editing existing pages
23755 * (bug 10223) Fix edit link in noarticletext localizations for fr, oc
23756 * (bug 10247) Fix IP address regex to avoid false positive IPv6 matches
23757 * (bug 9948) Workaround for diff regression with old Mozilla versions
23758 * (bug 10265) Fix regression in category image gallery paging
23759 * (bug 8577) Fix some weird misapplications of time zones.
23760   {{CURRENT*}} functions now consistently use UTC as intended, while
23761   {{LOCAL*}} functions return local time per server config or $wgLocaltimezone.
23762   Signature dates for Japanese and other languages including weekday now show
23763   the correct day to match the rest of the time in local time.
23764 * Escape the output of magic variables that return page name or part of it
23765 * (bug 10309) Initialise parser state properly in extractSections(), fixes
23766   some cases where section edits broke because tags were improperly stripped
23767 * Avoid PHP notice errors when doing HTTP proxy purges for an empty list
23768 * As intended, *skip* the HTTP proxy purges when doing HTCP purges
23769 * (bug 9696) Fix handling of brace transformations in "pagemovedtext"
23770 * (bug 10325) Fix regression in form action on Special:Listusers
23771 * Fixed installation on MyISAM or old InnoDB with charset=utf8, was giving
23772   overlong key errors.
23773 * Fixed zero-padding issues with MySQL 5 binary schema
23774 * (bug 10344) Don't follow a redirect after changing its protection level
23775 * (bug 10333) Correct date format in Slovenian
23776 * (bug 10160) Show error message for unknown namespace on Special:Allpages and
23777   Special:Prefixindex; making forms prettier for RTL wikis.
23778 * (bug 10334) Replace normal spaces before percent (%) signs with non-breaking
23779   spaces
23780 * (bug 10372) namespaceDupes.php no longer ignores namespace aliases
23781 * (bug 10198) namespaceDupes.php no longer ignores interwiki prefixes
23782 * namespaceDupes.php should work better for initial-lowercase wikis
23783 * (bug 10377) "Permanent links" to revisions still work if the page is moved
23784   and the redirect deleted
23785 * (bug 7071) Properly handle an 'oldid' passed to view or edit that doesn't
23786   match the given title. Fixes inconsistencies with talk, history, edit links.
23787 * (bug 10397) Fix AJAX watch error fallback when we receive a bogus result
23788 * (bug 10396) Fix AJAX error when $wgScriptPath/index.php is not valid;
23789   using $wgScript now included in JS info
23790 * Use native XMLHttpRequest class in preference to ActiveX on IE 7; this
23791   avoids the "ActiveX "Do you want to allow ActiveX?" prompt when something
23792   security settings are cranked this way and AJAX-y gets used.
23793 * Delay AJAX watch initialization until click so IE 6 with ugly security
23794   settings doesn't prompt you until you use the link.
23795 * (bug 10401) Provide non-redirecting link to original title in Special:Movepage
23796 * Fix broken handling of log views for page titles consisting of one
23797   or more zeros, e.g. "0", "00" etc.
23798 * Fix read permission check for special pages with subpage parameters, e.g.
23799   Special:Confirmemail
23800 * Fix read permission check for unreadable page titles which are numerically
23801   equivalent to a whitelisted title
23802 * '?>' closing tag removed from all files to help avoid problems with extraneous
23803   whitespace (broken XML feeds, etc.)
23804 * Don't use garbled parser cache output when viewing custom CSS or JavaScript
23805   pages
23806 * (bug 10406) Fix Special:Listusers filter form for non-ASCII localizations
23807 * Fix empty message checks for message names containing &
23808   This corrects some odd behavior with sidebar items and custom namespaces
23809   containing ampersands.
23810 * (bug 10375) Change thousands separator character to &nbsp; for Latin (la)
23811 * (bug 10477) Fix AJAX watch for Farsi on Firefox: JavaScript encoding tweak
23812 * (bug 10496) Fix broken DISTINCT option logic in database backend
23813 * Fix CSS media declaration for "screen, projection"; was causing some
23814   validation issues
23815 * (bug 10495) $wgMemcachedDebug set twice in includes/DefaultSettings.php
23816 * (bug 10316) Prevent inconsistent cached skin settings in gen=js by setting
23817   the intended skin directly in the URL.
23818 * (bug 9903) Don't mark redirects in categories as stubs
23819 * (bug 6965) Cannot include "Template:R" with {{R}} (magic word conflict)
23820 * Padding parser functions now work with strings like '0' that evaluate to false
23821 * (bug 10332) Title->userCan( 'edit' ) may return false positive
23822 * Fix bug with <nowiki> in front of links for wikis where linkPrefixExtension is
23823   true
23824 * (bug 10552) Suppress rollback link in history for single-revision pages
23825 * (bug 10538) Gracefully handle invalid input on move success page
23826 * Fix for Esperanto double-x-encoding in move success page
23827 * (bug 10526) Fix toolbar/insertTags behavior for IE 6/7 and Opera (8+)
23828   Now matches the selection behavior on Mozilla / Safari.
23829   Patch by Alex Smotrov.
23830 * Don't show non-functional toolbar buttons on Opera 7 anymore
23831 * (bug 9151) Fix relative subpage links with section fragments
23832 * (bug 10560) Adding a space between category letter heading and "continues"
23833 * (bug 4650) Keep impossibly large/small counts off Special:Statistics
23834 * (bug 10608) PHP notice when installing with PostgreSQL
23835 * (bug 10615) Fix for transwiki import when CURL not available
23836 * (bug 8054) Return search page for empty search requests with ugly URLs
23837 * (bug 10572) Force refresh after clearing visitation timestamps on watchlist
23838 * (bug 10631) Warn when illegal characters are removed from filename at upload
23839 * Fix several JavaScript bugs under MSIE 5/Macintosh
23840 * (bug 10591) Use Arabic numerals (0,1,2...) for the Malayam language
23841 * (bug 10642) Fix shift-click checkbox behavior for Opera 9.0+ and 6.0
23842 * Work around Safari bug with pages ending in ".gz" or ".tgz"
23843 * Removed obsolete maintenance/changeuser.sql script; use RenameUser extension
23844 * (bug 2735) "Preview" shown in title bar for action=submit on special pages
23845 * Removed "restore" links from the deletion log embedded in Special:Undelete
23846 * Improved error reporting and robustness for file delete/undelete.
23847 * Improved speed of file delete by storing the SHA-1 hash in image/oldimage
23848 * Fixed leading zero in base 36 SHA-1 hash
23849 * Protection form no longer produces JavaScript errors
23850 * (bug 10741) File histories show "delete" links for non-sysops
23851 * (bug 10744) Treat "noarticletext" and "noarticletextanon" as wiki text when
23852   used on a non-existent page with "action=info"
23853 * Fix escaping of raw message text when used on a non-existent page with
23854   "action=info"
23855 * (bug 10683) Fix inconsistent handling of URL-encoded titles in links
23856   used in redirects (i.e. they now work)
23857 * (bug 8878) Changes to $dateFormats in German localization (removing unused,
23858   nonexistent formats, putting time after date)
23859 * (bug 10769) Database::update() should return boolean result
23860 * Fix preference checkbox display for right-to-left languages which caused
23861   them to be hidden in IE in some cases
23862 * Fix upload form display in right-to-left languages
23863 * Fixed regression in blocking of username '0'
23864 * (bug 9437) Don't overwrite edit form submission handler when setting up
23865   edit box scroll position preserve/restore behavior
23866 * (bug 10805) Fix "undo" link when viewing the diff of the most recent
23867   change to a page using "diff=0"
23868 * (bug 10765) img_auth.php will now refuse logged-out requests where
23869   $wgWhitelistRead is undefined, instead of (incorrectly) honouring them
23870 * Fixed img_auth.php file name extraction for whitelist checking
23871 * Tweak spacing of email preference display
23872 * Table sorting JavaScript prefers textContent over innerText to allow hidden
23873   sort keys to work on Safari
23874 * (bug 4530) Fix local name of Kurdish language
23875 * (bug 10830) Fix local name of Haitian Creole language
23876 * Fix invalid XHTML in Special:Protectedpages
23877 * Fix comments in contributions and log pages for right-to-left languages
23878 * Make installer include_path-independent, so it should work on hosts which
23879   disable user setting of PHP include_path setting
23880 * glob() is horribly unreliable and doesn't work on some systems, including
23881   free.fr shared hosting. No longer using it in Language::getLanguageNames()
23882 * (bug 10763) Fix multi-insert logic for PostgreSQL
23883 * Fix invalid XHTML when viewing a deleted revision
23884 * Fix syntax error in translations of magic words in Romanian language
23885 * (bug 8737) Fix warnings caused by incorrect use of `/dev/null` when piping
23886   process error output under Windows
23887 * (bug 7890) Don't list redirects to special pages in Special:BrokenRedirects
23888 * (bug 10783) Resizing PNG-24 images with GD no longer causes all alpha
23889   channel transparency to be lost and transparent pixels to be turned black
23890 * (bug 9339) General error pages were transforming messages and their parameters
23891   in the wrong order
23892 * (bug 9026) Incorrect heading numbering when viewing Special:Statistics with
23893   "auto-numbered headings" enabled
23894 * Fixed invalid XHTML in Special:Upload
23895 * (bug 11013) Make sure dl() is available before attempting to use it to check
23896   available databases in installer
23897 * Resizing transparent GIF images with GD now retains transparency by skipping
23898   resampling
23899 * (bug 11065) Fix regression in handling of wiki-formatted EXIF metadata
23900 * Double encoding broke Special:Newpages for some languages
23901 * Adding a newline before the statistics footer, to prevent parsing problems
23902 * Preventing the TOC from appearing in Special:Statistics
23903 * (bug 11082) Fix check for fully-specced table names in Database::tableName
23904 * (bug 11067) Fix regression in upload conflict thumbnail display
23905 * (bug 10985) Resolved cached entries on Special:DoubleRedirects were being
23906   suppressed, breaking paging - now strikes out "fixed" results
23907 * (bug 8393) <sup> and <sub> need to be preserved (without attributes) for
23908   entries in the table of contents
23909 * (bug 11114) Fix regression in read-only mode error display during editing
23910 * Force non-MySQL databases to use an ORDER BY in SpecialAllpages to ensure
23911   that the first page_title is truly the first page title.
23912 * (bug 10836) Change the summary on creating of new section
23913 * Inclusion of Special:Wantedpages now works again
23915 == API changes since 1.10 ==
23917 Full API documentation is available at https://www.mediawiki.org/wiki/API
23919 * New properties: links, templates, images, langlinks, categories, external
23920   links
23921 * Breaking Change: imagelinks renamed into imageusage (il->iu)
23922 * Bug fix: incorrect generator behavior in some cases
23923 * JSON format allows an optional callback function to wrap the result.
23924 * Login module disabled until a more secure solution can be implemented
23925 * (bug 9938) Querying by revision identifier returns the most recent revision
23926   for the corresponding page, rather than the requested revision
23927 * (bug 8772) Filter page revision queries by user
23928 * (bug 9927) User contributions queries do not accept IP addresses
23929 * Watchlist feed now reports a proper feed item when the user is not logged in
23930 * Watchlist feed date bug fixed - automatically shows one last day
23931 * Watchlist feed now allows to specify number of hours to monitor
23932 * list=allpages now returns a list instead of a map in JSON format
23933 * Breaking Change: in json, revisions are now returned as a list, not as a map.
23934 * Add: prop=info can show page is new flag, current page length, and visit
23935   counter.
23936 * Change: Query watchlist now shows flags only when explicitly requested with
23937   wlparam=flags
23938 * rc_this_oldid (textid) is no longer accessible from query watchlist
23939 * action=usercontribs: additional filtering by ucshow=; selection of needed
23940   fields with ucprop=; the textid (rev_text_id) is no longer being exposed
23941 * (bug 9970) Breaking Change: backlinks, embeddedin and imageusage now return
23942   lists in JSON instead of a map, and do not return anything when titles do
23943   not exist
23944 * (bug 9121) Introduced indexpageids query parameter to list the page_id
23945   values of all returned page items
23946 * (bug 10147) Now interwiki titles are not processed but added to a separate
23947   "interwiki" section of the output.
23948 * Added categorymembers list to query for pages in a category.
23949 * (bug 10260) Show page protection status
23950 * (bug 10392) Include MediaWiki version details in version output
23951 * (bug 10411) Site language in meta=siteinfo
23952 * (bug 10391) action=help doesn't return help if format is fancy markup
23953 * backlinks, embeddedin and imageusage lists should use (bl|ei|iu)title
23954   parameter instead of titles. Titles for these lists is obsolete and might stop
23955   working soon.
23956 * Added prop=imageinfo - gets image properties and upload history
23957 * (bug 10211) Added db server replication lag information in meta=siteinfo
23958 * Added external url search within wiki pages (list=exturlusage)
23959 * Added link enumeration (list=alllinks)
23960 * Added registered users enumeration (list=allusers)
23961 * Added full text search in titles and content (list=search)
23962 * (bug 10684) Expanded list=allusers functionality
23963 * Possible breaking change: prop=revisions no longer includes pageid for
23964   rvprop=ids
23965 * Added rvprop=size to prop=revisions (The size will not be shown if it is NULL
23966   in the database)
23967 * list=allpages now allows to filter by article min/max size and protection
23968   status
23969 * Added site statistics (siprop=statistics for meta=siteinfo)
23970 * (bug 10902) Unable to fetch user contributions from IP addresses
23971 * `list=usercontribs` no longer requires that the user exist
23972 * (bug 10971) `aufrom` parameter doesn't work with spaces
23973 * Fix username handling issue with `auprefix` parameter
23974 * Treat underscores as spaces for `aufrom` and `auprefix` parameters
23975 * Added edit/delete/... token retrieval to prop=info
23976 * Added meta=userinfo - logged-in user information, group membership, rights
23977 * (bug 11072) Fix regression in API image history query
23978 * (bug 11115) Adding SHA1 hash to imageinfo query
23979 * (bug 10898) API does not return an edit token for non-existent pages
23980 * (bug 10890) Timestamp support for categorymembers query
23981 * (bug 10980) Add exclude redirects on backlinks
23982 * IPv6 titles in User namespace are normalized (run cleanupTitles.php to fix any
23983   old stray pages)
23985 == Maintenance script changes since 1.10 ==
23987 * Add support for wgMaxTocLevel option in parserTests
23988 * (bug 6823) Disable article view counter in maintenance/dumpHTML.php
23989 * Fix maintenance/importImages.php so it doesn't barf PHP errors when no
23990   suitable files are found, and make the list of extensions an option (defaults
23991   to $wgFileExtensions)
23992 * Add option to maintenance/createAndPromote.php to give the user bureaucrat
23993   permissions (--bureaucrat)
23994 * Allow overwriting existing files with a conflicting name using
23995   maintenance/importImages.php
23996 * (bug 10266) Use native newlines when rebuilding a messages file.
23998 == Languages updated since 1.10 ==
24000 * Afrikaans (af)
24001 * Arabic (ar)
24002 * Bikol (bcl)
24003 * Bulgarian (bg)
24004 * Catalan (ca)
24005 * Danish (da)
24006 * German (de)
24007 * Greek (el)
24008 * Esperanto (eo)
24009 * Spanish (es)
24010 * Estonian (et)
24011 * Extremaduran (ext)
24012 * Farsi (fa)
24013 * Finnish (fi)
24014 * Vöro (fiu-vro)
24015 * French (fr)
24016 * Français Cadien (frc) (new)
24017 * Franco-Provençal/Arpetan (frp)
24018 * Galician (gl)
24019 * Hakka (hak)
24020 * Hebrew (he)
24021 * Upper Sorbian (hsb)
24022 * Haitian (ht)
24023 * Indonesian (id)
24024 * Icelandic (is)
24025 * Italian (it)
24026 * Japanese (ja)
24027 * Georgian (ka)
24028 * Kabyle (kab)
24029 * Kazakh (kk)
24030 * Korean (ko)
24031 * Kinaray-a (krj) (new)
24032 * Kurdish (ku)
24033 * Latin (la)
24034 * Lao (lo)
24035 * Lithuanian (lt)
24036 * Latviešu (lv)
24037 * Malayalam (ml)
24038 * Bahasa Melayu (ms)
24039 * Burmese (my)
24040 * Low German (nds)
24041 * Dutch (nl)
24042 * Norwegian (no)
24043 * Occitan (oc)
24044 * Punjabi (Gurmukhi) (pa)
24045 * Polish (pl)
24046 * Piedmontese (pms)
24047 * Portuguese (pt)
24048 * Romani (rmy)
24049 * Romanian (ro)
24050 * Aromanian (roa-rup)
24051 * Russian (ru)
24052 * Sakha (sah)
24053 * Sango (se) (new)
24054 * Slovak (sk)
24055 * Slovenian (sl)
24056 * Shona (sn)
24057 * Somali (so)
24058 * Albanian (sq)
24059 * Sundanese (su)
24060 * Swedish (sv)
24061 * Tamil (ta)
24062 * Thai (th)
24063 * Tigrinya (ti)
24064 * Setswana (tn)
24065 * Tok Pisin (tpi)
24066 * Uyghur (ug)
24067 * Volapük (vo)
24068 * Winaray (war) (new)
24069 * Yiddish (yi)
24070 * Old Chinese / Late Middle Chinese (zh-classical)
24071 * Chinese (PRC) (zh-cn)
24072 * Chinese (Taiwan) (zh-tw)
24073 * Cantonese (zh-yue)
24075 == MediaWiki 1.10 ==
24077 == MediaWiki 1.10.4 ==
24079 March 2, 2008
24081 * Correction for API path fix, broken in 1.10.3
24083 == MediaWiki 1.10.3 ==
24085 January 23, 2008
24087 This is a security update to the Winter 2007 quarterly release. A potential
24088 XSS injection vector affecting api.php only for Microsoft Internet Explorer
24089 users has been closed.
24092 To work around the vulnerability without upgrading, you may disable the API if
24093 you don't need it:
24095 :[[Manual:$wgEnableAPI|$wgEnableAPI]] = false;
24097 Not vulnerable versions:
24098 * 1.12 or later
24099 * 1.11 >= 1.11.1
24100 * 1.10 >= 1.10.3
24101 * 1.9 >= 1.9.5
24102 * 1.8 any version (if $wgEnableAPI has been left off)
24104 Vulnerable versions:
24105 * 1.11 <= 1.11.0rc1
24106 * 1.10 <= 1.10.2
24107 * 1.9 <= 1.9.4
24108 * 1.8 any version (if $wgEnableAPI has been switched on)
24110 MediaWiki 1.7 and below are not affected as they do not include the API
24111 functionality, however the BotQuery extension is similarly vulnerable unless
24112 updated to the latest SVN version.
24114 == MediaWiki 1.10.2 ==
24115 September 10, 2007
24117 This is a security fix update to the Spring 2007 quarterly release snapshot. A
24118 possible HTML/XSS injection vector in the API pretty-printing mode has been
24119 found and fixed.
24121 The vulnerability may be worked around in an unfixed version by simply
24122 disabling the API interface if it is not in use, by adding this to
24123 LocalSettings.php:
24124 :[[Manual:$wgEnableAPI|$wgEnableAPI]] = false;
24126 Not vulnerable versions:
24127 * 1.11 >= 1.11.0
24128 * 1.10 >= 1.10.2
24129 * 1.9 >= 1.9.4
24130 * 1.8 >= 1.8.5
24132 Vulnerable versions:
24133 * 1.11 <= 1.11.0rc1
24134 * 1.10 <= 1.10.1
24135 * 1.9 <= 1.9.3
24136 * 1.8 <= 1.8.4 (if $wgEnableAPI has been switched on)
24138 MediaWiki 1.7 and below are not affected as they do not include the faulty
24139 function, however the BotQuery extension is similarly vulnerable unless updated
24140 to the latest SVN version.
24142 == MediaWiki 1.10.1 ==
24143 July 13, 2007
24145 This is a bugfix update to the Spring 2007 quarterly release snapshot. A number
24146 of fixes to improve compatibility with PostgreSQL, some versions of MySQL, and
24147 some PHP configurations are included.
24149 Changes since 1.10.0:
24151 * (bug [[bugzilla:9417|9417]]) Uploading new versions of images when using
24152 Postgres no longer  throws warnings.
24153 * (bug [[bugzilla:9908|9908]]) Using tsearch2 with Postgres 8.1 no longer gives
24154 an error.
24155 * (bug [[bugzilla:9973|9973]]) Changed size was shown in advanced recentchanges
24156 collapsible items with $wgRCShowChangedSized = false.
24157 * Fixed installation on MyISAM or old InnoDB with charset=utf8, was giving
24158 overlong key errors.
24159 * Fixed zero-padding issues with MySQL 5 binary schema
24160 * (bug [[bugzilla:9820|9820]]) session.save_path check no longer halts
24161 installation, but warns of possible bad values
24162 * (bug [[bugzilla:9978|9978]]) Fixed session.save_path validation when using
24163 extended configuration format, e.g. "5;/tmp"
24165 == MediaWiki 1.10.0 ==
24166 May 9, 2007
24168 This is the quarterly release snapshot for Spring 2007. See below for a full
24169 list of changes since the 1.9.x series.
24171 Changes since 1.10.0rc2:
24173 * (bug [[bugzilla:9808|9808]]) Fix regression that ignored user 'rclimit'
24174 option for Special:Contributions
24176 == MediaWiki 1.10.0rc2 ==
24177 May 4, 2007
24179 THIS IS A RELEASE CANDIDATE MADE AVAILABLE FOR TESTING!
24180 A FINAL 1.10.0 RELEASE WILL APPEAR WITHIN A FEW DAYS.
24182 Changes since 1.10.0rc1:
24183 * Various l10n fixes and updates
24184 * Fix for upgrade of page_restrictions table
24185 * (bug [[bugzilla:9780|9780]]) Fix normalization of titles with initial colon
24186 followed by whitespace
24187 * Fix for regression in upload: wrong size info saved into image table
24188 * Avoid cyclic stub problems when authorization hooks do funny things with the
24189 user and the database at load time
24191 == MediaWiki 1.10.0rc1 ==
24192 This is the Spring 2007 branch release of MediaWiki.
24194 MediaWiki is now using a "continuous integration" development model with
24195 quarterly snapshot releases. The latest development code is always kept
24196 "ready to run", and in fact runs our own sites on Wikipedia.
24198 Release branches will continue to receive security updates for about a year
24199 from first release, but nonessential bugfixes and feature developments
24200 will be made on the development trunk and appear in the next quarterly release.
24202 Those wishing to use the latest code instead of a branch release can obtain
24203 it from source control: https://www.mediawiki.org/wiki/Download_from_SVN
24205 == Configuration changes ==
24207 * A new switch $wgCommandLineDarkBg used by maintenance scripts
24208   (parserTests.php). It lets you specify if your terminal use a dark background,
24209   the colorized output will be made lighter making things easier to read.
24210 * The minimum permissions needed to edit a page in each namespace can now be
24211   customized via the $wgNamespaceProtection array. By default, editing pages in
24212   the MediaWiki namespace requires "editinterface" permission, as before.
24213 * Allow restriction of autoconfirmed permission by edit count. New global
24214   setting $wgAutoConfirmCount (defaulting to zero, naturally).
24215 * Added rate limiter for Special:Emailuser
24216 * Private logs can now be created using $wgLogRestrictions
24217 * (Bug 8590) limited HTML is now always enabled ($wgUserHtml = true).
24218 * Deprecated $wgUseImageResize, thumbnailing will be enabled unconditionally.
24220 == New features since 1.9 ==
24222 * (bug 6937) Introduce "statistics-footer" message, appended to
24223   Special:Statistics
24224 * (bug 6638) List block flags in block log entries
24225 * (bugs 5051, 5376) Tooltips and accesskeys no longer require JavaScript
24226 * Added SkinTemplateOutputPageBeforeExec hook before SkinTemplate::outputPage()
24227   starts page output
24228   (http://lists.wikimedia.org/pipermail/wikitech-l/2007-January/028554.html)
24229 * Introduce "cascading protection" -- implicit protection on pages transcluded
24230   into a page protected with this option enabled
24231 * (bug 8567) Added hook RawPageViewBeforeOutput just before the text is blown
24232   out in action=raw, so extensions might influence the output.
24233 * (bug 3446) Add user preference to hide page content below diffs, can be
24234   overridden by adding diffonly=1 or diffonly=0 to the URL of the diff page
24235 * Add 'purge' privilege to replace the hardcoded check for login state in
24236   determining whether action=purge can be done via GET. Switching the
24237   permission on for anons can be helpful for benchmarking.
24238 * (bug 7842) Link back to deleted revision list from deleted revision preview
24239 * (bug 8619) Add user-aware "unblock" link to Special:Blockip
24240 * (bug 8522) Provide a "delete" link on Special:Brokenredirects for users with
24241   the appropriate permission
24242 * (bug 8628) Add user-aware block list link to Special:Blockip
24243 * (bug 8621) Log revisions marked as patrolled
24244 * Introduce "BookInformation" hook; see docs/hooks.txt for more details
24245 * Add title prefix search for Special:Undelete
24246 * Remove full-archive list from Special:Undelete
24247 * (bug 8136) Introduce 'ArticleUndelete' hook; see docs/hooks.txt for more info
24248 * (bug 8712) Expose user groups as a JavaScript global
24249 * Introduce 'CustomEditor' hook; see docs/hooks.txt for more information
24250 * New special page, Special:Protectedpages, which shows all protected pages
24251   and their protection status (full protection status is not pulled out due
24252   to performance considerations, so it just shows "full protected" or
24253   "semi protected".
24254 * (bug 4133) Allow page protections to be made with an expiry date, in the same
24255   format as block expiry dates. Existing protections are assumed to be infinite,
24256   as are protections made with the new field left blank.
24257 * (bug 8535) Allow certain vertical alignment attributes to be used as image
24258   keywords
24259 * (bug 6987) Allow perrow, widths, and heights attributes for <gallery>
24260 * (bug 3678) Allow disabling MediaWiki:Aboutsite in the same way as
24261   MediaWiki:Disclaimers; Also means that if any of the footer links are
24262   disabled in the wiki's default language (by setting to "-"), they'll also
24263   be disabled in other languages too (e.g. if the user specifies uselang=fr).
24264 * Sort log types in Special:Log
24265 * Added a classname ("mw-toolbar-editbutton") and unique IDs to the edit
24266   toolbar buttons
24267 * Hide irrelevant block options in Special:Blockip based on whether an
24268   IP address/range or username is listed. (Dynamic using JS.)
24269 * (bug 9032) Make quickbarSettings localizable through Special:Allmessages
24270 * (bug 7782) Standardisation of file info at image description pages.
24271 * (bug 1035) View contributions / recentchanges for an IP range.
24272 * (bug 8747) When unwatching pages from Special:Watchlist/edit, put the
24273   confirmation messages in a proper list with a CSS class and id.
24274 * (bug 9118) Show relevant log fragments on deletion confirmatio page
24275 * (bug 9009) Add username entry field to Special:Contributions
24276 * (bug 1723) Article size in history
24277 * (bug 9223) Disallow magic tilde sequences in page titles and usernames
24278 * (bug 6997) Link from Special:log/block to unblock form
24279 * (bug 9117) Link from Special:log/delete to undelete form
24280 * Link from Special:log/protect to change protection form
24281 * (bug 1196) Add IPv6 support added to blocks, more consistancy for IPv6
24282   contribs
24283 * (bug 3984) Searching in logs by title%
24284 * Show thumbnail of existing image if image exists already under this filename
24285 * (bug 5546) Watchlist reflects logged actions like move, protection, undelete
24286 * Support protocols other than HTTP in LinkFilter, use $wgUrlProtocols
24287 * (bug 3069) Warning on upload of scaled down images
24288 * Warning on upload of images with uppercase extension if image with lowercase
24289   extension exists
24290 * (bug 4624) Namespace selection for Special:Whatlinkshere
24291 * Introduce PageHistoryBeforeList and PageHistoryLineEnding hooks; see
24292   docs/hooks.txt for more information
24293 * (bug 9397) Introduce "sp-contributions-footer" and
24294   "sp-contributions-footer-anon" messages, shown at the end of
24295   Special:Contributions as appropriate for the target
24296 * (bug 8421) Expose current action in JavaScript globals (as 'wgAction')
24297 * (bug 9069) Use galleries in query pages dedicated to images
24298 * (bug 9177) Installer now warns of various conditions affecting
24299   session.save_path which can lead to broken session storage
24300 * (bug 9046) Special page to list pages without language links
24301 * (bug 9508) Special page to list articles with the fewest revisions
24302 * Introduce 'FileUpload' hook; see docs/hooks.txt for more information
24303 * Introduce 'SearchUpdate' hook; see docs/hooks.txt for more information
24304 * Introduce 'mywatchlist' message; used on personal menu to link to watchlist
24305   page
24306 * Introduce magic word {{NUMBEROFEDITS}}
24307 * Introduced media handlers for file-type specific operations.
24308 * Improved error reporting for image thumbnailing
24309 * Added sharpening option for ImageMagick thumbnailing
24310 * (bug 9656) Autosummaries will be generated for deletion of pages longer than
24311   500 characters
24312 * Predefined block reasons added to Special:Blockip
24313 * (bug 9196) Installer now check that zend.ze1_compatibility_mode is off
24314 * (bug 9697) Introduce 'InternalParseBeforeLinks' hook; see docs/hooks.txt for
24315   more information
24316 * 'contribsub' message changed to 'contribsub2' with two parameters to permit
24317   better localization.  Change is reverse-compatible and can be ignored for
24318   most wikis.
24319 * Adding a 'reason' field to Special:Userrights
24321 == Bugfixes since 1.9 ==
24323 * (bug 7292) Fix site statistics when moving pages in/out of content namespaces
24324 * (bug 8531) Correct local name of Lingála
24325 * Made the PLURAL: parser function return singular on -1 per default
24326 * Fixed up the AjaxSearch
24327 * Fix SpecialVersion->formatCredits input. Version and Url parameters should be
24328   null to be treated properly with isset.
24329 * Page restrictions moved into a new, dedicated table
24330 * Correct tooltip accesskey hint for Opera on the Macintosh
24331   (uses Shift-Esc-, not Ctrl-).
24332 * (bug 8002) Math should render left-to-right even in right-to-left wikis
24333 * Pass e-mail and real name fields to AuthPlugin::addUser, as additional
24334   optional fields, which may be considered useful at registration time.
24335 * PostgreSQL upgrade scripts fixed and updated
24336 * (bug 8613) Fix error when viewing "Recent Changes" and using Postgres.
24337 * Initialise site_stats table at upgrade time if data was missing
24338 * (bug 7250) Updated Unicode normalization tables to Unicode 5.0
24339 * Unmaintained Oracle support files have been removed.
24340 * Use browser default for printing size, don't force to 11pt
24341 * (bug 8632) Fix regression in page protection null edit update
24342 * (bug 8407) Disallow indexing of "printable" versions
24343 * (bug 8643) Correctly escape the page-specific CSS class for non-Monobook skins
24344 * (bug 8629) Document $wgFilterCallback
24345 * (bug 1000) Clarify warning about memory_limit in installer
24346 * Suppress PHP warning about set_time_limit in installer when safe mode is on
24347 * (bug 3000) Fall back to SCRIPT_NAME plus QUERY_STRING when REQUEST_URI is
24348   not available, as on IIS with PHP-CGI
24349 * Missing interwiki row for English Wikipedia restored (as "wikipedia:")
24350 * use configured cache servers for mctest.php
24351 * bucket details in mcc.php
24352 * fix input validation and remove debugging code in compressOld
24353 * full ID range for moveToExternal
24354 * fix resolveStubs.php for compatibility with older serialized data
24355 * maximum line length for bar graphs in getLagTimes.php
24356 * recognize specieswiki in rebuildInterwiki.inc
24357 * profile unicode cleanup in Xml
24358 * log slow parses in Article.php
24359 * profile wfMsgReal
24360 * log mkdir failures
24361 * profile AutoLoader
24362 * rebuild empty DjVu metadata containing ''
24363 * security fix for DjVu metadata retrieval
24364 * Undelete page list can use plural marker
24365 * (bug 8638) Fix update from 1.4 and earlier
24366 * (bug 8641) Fix order of updates to ipblocks table
24367 * (bug 8678) Fix detection of self-links for numeric titles in Parser
24368 * (bug 6171) Magically close tags in tables when not using Tidy.
24369 * Sanitizer now correctly escapes lonely '>' occurring before the first wikitag.
24370 * Ignore self closing on closing tags ( '</div />' now gives '</div>')
24371 * (bug 8673) Minor fix for web service API content-type header
24372 * Fix API revision list on PHP 5.2.1; bad reference assignment
24373 * (bug 8688) Handle underscores/spaces in Special:Blockip and
24374   Special:Ipblocklist in a consistent manner
24375 * (bug 8701) Check database lock status when blocking/unblocking users
24376 * ParserOptions and ParserOutput classes are now in their own files
24377 * (bug 8708) Namespace translations for Zealandic language
24378 * Renamed constructor methods to PHP 5 __construct reserved name
24379 * (bug 8715) Warn users when editing an interface message whether or not the
24380   message page exists
24381 * ar: fix the 'create a new page' on search page when no exact match found
24382 * (bug 8703) Corrected talk and image namespace name for Limburgish (li)
24383 * (bug 8671) Expose "wpDestFile" as a parameter to "uploadtext"
24384 * (bug 8403) Respect bad image list exceptions in galleries on wiki pages
24385 * Allow sending per-user contribution requests to "contributions" query group
24386 * (bug 3717) Update user count for AuthPlugin account autocreation
24387 * (bug 8719) Firefox release notes lie! Fix tooltips for Firefox 2 on x11;
24388   accesskeys default settings appear to be same as Windows.
24389 * Added an option to make Linker::userToolLinks() show the contribs link
24390   red when the user has no edits. Linker::userToolLinksRedContribs() is an
24391   alias to that which should be used to make it more self documentating.
24392 * (bug 8749) Bring MySQL 5 table defs back into sync
24393 * (bug 8751) Set session cookies to HTTPS-only to match other cookies
24394 * (bug 8652) Catch exceptions generated by malformed XML in multipage media
24395 * (bug 8782) Help text in Makefile
24396 * (bug 8777) Suppress 'previous' link on Special:Allpages when at first page
24397 * (bug 8774) Fix path for GNU FDL rights icon on new installs
24398 * Fix multipage selector drop-down for DjVu images to work when title
24399   is passed as a query string parameter; we have to pass the title as
24400   a form parameter or it gets dropped from the form submission URL
24401 * (bug 8819) Fix full path disclosure in with skins dependencies
24402 * Fixed bug affecting HTML formatting in sortable table column titles
24403 * Merged table sorting code into wikibits.js
24404 * (bug 8711) Stop floats in previews from spilling into edit area
24405 * (bug 8858) Safer handling when $wgImageLimits is changed. Added a note
24406   in DefaultSettings to make it clear.
24407 * (bug 4268) Fixed data-loss bug in compressOld batch text compression
24408   affecting pages which had null edits (move, protect, etc) as second
24409   edit in a batch group. Isolated and patched by Travis Derouin.
24410 * Fix for paths in 1.4->1.5 special-case updater script
24411 * (bug 8789) AJAX search: IE users can now use the return key
24412 * (bug 6844) Use <ins> and <del> tags to emphase the differences
24413 * (bug 6684) Fix improper javascript array iteration
24414 * (bug 4347) use MailAddress object for reply-to
24415 * Add AlphabeticPager abstract class
24416 * Use faster AlphabeticPager for Special:Categories
24417 * (bug 8875) Show printable link in MonoBook sidebar for locally nonexistent
24418   pages; perhaps useful for categories and shared images
24419 * Clean up session checks to better handle the case where the session was
24420   opened during the current request. May help with some caching corner
24421   cases.
24422 * (bug 8897) Fix whitespace removal for interlanguage links with link prefix
24423 * Add 'ParserTestTables' hook to expand the list of temporary tables copied
24424   by the parser test harness; use for extensions which require the presence
24425   of other tables while they work.
24426 * Message names changed for AlphabeticPager introduced with r19758
24427   for better localisations.
24428 * (bug 8944) The deprecated is_a() function is used in StubObjects.php
24429 * (bug 8992) Fix a remaining raw use of REQUEST_URI in history
24430 * (bug 8999) User.php gives "undefined user editcount" PHP notice.
24431 * (bug 8984) Fix a database error in Special:Recentchangeslinked
24432   when using the Postgres database.
24433 * Moved the main ob_start() from the default LocalSettings.php to WebStart.php.
24434   The ob_start() section should preferably be removed from older
24435   LocalSettings.php files.
24436 * Give Content-Length header for HTTP/1.0 clients.
24437 * Partial support for Flash cross-domain-policy filtering.
24438 * Lazy-initialize site_stats row on load when empty. Somewhat kinder to
24439   dump-based installations, avoiding PHP warnings when NUMBEROFARTICLES
24440   and such are used.
24441 * Add 'charset' to Content-Type headers on various HTTP error responses
24442   to forestall additional UTF-7-autodetect XSS issues. PHP sends only
24443   'text/html' by default when the script didn't specify more details,
24444   which some inconsiderate browsers consider a license to autodetect
24445   the deadly, hard-to-escape UTF-7.
24446     This fixes an issue with the Ajax interface error message on MSIE when
24447   $wgUseAjax is enabled (not default configuration); this UTF-7 variant
24448   on a previously fixed attack vector was discovered by Moshe BA from BugSec:
24449   http://www.bugsec.com/articles.php?Security=24
24450 * Trackback responses now specify XML content type
24451 * (bug 9044) Send a comment with action=raw pages in CSS/JS output mode
24452   to work around IE/Mac bug where empty pages time out verrrrryyyyy slowly,
24453   particularly with new keepalive-friendly HTTP on Wikipedia
24454 * (bug 8919) Suppress paging links and related messages where there are no
24455   rows to list for query pages
24456 * (bug 9057) Standardize MediaWiki: namespace for oc
24457 * (bug 8132) Suppress "Pages in this category" heading in categories when
24458   there are none
24459 * (bug 8958) Handle search operators better when using tsearch2 (Postgres)
24460 * (bug 8799) Use redirect table for Special:BrokenRedirects and
24461   Special:DoubleRedirects
24462 * (bug 8918) Enable PLURAL option for MediaWiki:showingresults and
24463   MediaWiki:showingresultsnum
24464 * (bug 9122) Fix minor display issue in RTL with section edit link margin
24465 * (bug 5805) Enable PLURAL option for some messages of watchlist and statistic
24466 * (bug 3953) Work around poor display of parenthesis in the in other
24467   languages section of MonoBook skin
24468 * (bug 8539) Enable PLURAL option for another message of recentchanges.
24469 * (bug 8728) MediaWiki:Badfiletype split into 3 messages
24470 * (bug 9131) Allow SpecialContributions to work with Postgres
24471 * (bug 9155) Allow footer info to wrap in Monobook
24472 * (bug 8847) Strip spurious #fragments from request URI to fix redirect
24473   loops on some server configurations
24474 * (bug 9097) column "pr_pagetype" does not exist
24475 * (bug 9217) Balance wfProfile calls in Skin::outputPage
24476 * (bug 9222) PostgreSQL updater should not be version-specific
24477 * Fix fallback implementation of mb_strlen so it works and isn't insanely
24478   slow for large strings, since it's used for page edit lengths
24479 * (bug 8815) Setting password in initUser() breaks LdapAuthentication plugin
24480 * (bug 9256) Add a quick note to index.php header comments
24481 * Make Special:Listusers caseinsensitive for first letter
24482 * Default tidy.conf has been moved from extensions module into includes.
24483 * Ignore lonely '''''
24484 * (bug 9244) When calling edit page for nonexistent section, generate error
24485   inside of just discarding edits, since edit links sometimes go to the wrong
24486   place.
24487 * (bug 9019) No warning during upload if image description page exists, but no
24488   image
24489 * (bug 8582) Allow thumbnailing when imagesize has a space.
24490 * (bug 8716) Change math_inputhash and math_outputhash to bytea for Postgres
24491 * (bug 9343) Correct internal name for Wolof language
24492 * (bug 9363) Fix Postgres error on Recentchangeslinked
24493 * (bug 5142) Fixed call of hook ArticleViewHeader
24494 * (bug 4777) Separate prev/next messages for Special:Whatlinkshere
24495 * Merge approx 15 missing Wikipedia language codes into wikipedia-interwiki.sql
24496   based on Jeff Merkey's mediawiki-1.9.3.WG-20070316.tar.gz.bz2 archive.
24497 * (bug 9411) Fix for shared image descriptions using query-string titles
24498 * (bug 4756) Add user tool links for self created accounts at special:log
24499   instead of sometimes broken block links from newuserlog extension
24500 * (bug 5817) Special:Recentchangeslinked now shows red link for nonexistent
24501   target page instead of silently redirecting
24502 * (bug 8914) Don't transform colons in {{anchorencode:}}
24503 * (bug 9241) Handle edit section links and include size links for cached
24504   templates the same as the first transclusion.
24505 * (bug 9466) "Rollback failed" page doesn't format edit comment
24506 * (bug 9472) Invalid XHTML on cached special pages
24507 * (bug 9472) Invalid XHTML on Special:Newpages
24508 * (bug 4764) "My contributions" not bold when viewing own contributions
24509 * (bug 9194) Add {{PLURAL:...}} to navigation bar of Special:Whatlinkshere
24510 * (bug 9033) Use a more specific error message when users are not able/allowed
24511   to edit page protection levels due to a block, database lock or permissions
24512 * Fixed $wgFeedLimit
24513 * (bug 9270) Corrected help namespace name for Dutch Lower Saxon (nds-nl)
24514 * (bug 929, 4215) Expose "rcdays" user preference in Special:Preferences
24515 * (bug 9554) Extension-provided group name messages not used
24516 * (bug 9565) Translate template namespace name for Hindi (hi)
24517 * (bug 8599) Correct localized names of zh-variants
24518 * (bug 3366) Require skins based on SkinTemplate to override the skinname
24519   property.
24520 * (bug 9220) Removed obsoletes functions in install-utils.inc.
24521 * Removed obsoletes Title::getRelatedCache and Title:touchArray
24522 * (bug 7285) Check MySQL username length during install
24523 * (bug 6910) Correct date/time formats in Vietnamese (vi)
24524 * (bug 9608) Correctly use ORDER BY in dumpLinks.php
24525 * (bug 9609) Correctly use ORDER BY in SpecialWhatlinkshere.php
24526 * Special:Random and Special:Randomredirect now try harder to send the user to
24527   a random page, and will give an error message if none really can be found
24528   instead of sending the user to the main page like they used to
24529 * Fix object variable used for displaying "not-patrolled" CSS class on list
24530 * Fixed interaction of page parameter to ImagePage with the HTML file cache
24531 * Fixed MIME type for SVG files, will be silently changed from image/svg
24532   to image/svg+xml after loading from the database.
24533 * Workaround for djvutoxml bug #1704049 (poor performance). Use djvudump
24534   instead.
24535 * Fixed odd behavior in ImagePage on DjVu thumbnailing errors
24536 * (bug 5439) "Go" title search will now jump to shared/foreign Image: and
24537   MediaWiki: pages that have not been locally edited.
24538 * (bug 9630) Limits links in Whatlinkshere forgot about namespace filter
24539 * Fixed upgrade for the non-standard MySQL schemas
24540 * Disable MySQL's strict mode at session start for MySQL 4.1+, to avoid the
24541   various problems that occur when it is on.
24542 * (bug 9585) Fix regression in tidy usage in Special:Undelete previews
24543 * (bug 3826) Normalize some invalid cookie name characters when setting
24544   up $wgCookiePrefix. Completes application of patch by Anders Kaseorg.
24545 * (bug 9649) Fix RTL form alignment for Special:Movepage
24546 * (bug 9582) Members of bot group now mark edits patrolled by default
24547 * (bug 9669) Fix limit ordering for rebuildrecentchanges; broken since
24548   converted from 1.4 to 1.5 schema
24549 * (bug 9682) Revert PHP 5.1 dependency on warning suppression for SVN info
24550 * (bug 5959) Anchors dropped from stub links
24551 * (bug 3348) Some additional weak password checks: password which is same
24552   as username will now be rejected.
24553 * (bug 8602) Converted Special:Contributions to use an IndexPager. The
24554   interpretation of the offset parameter has changed, and the go parameter
24555   has been removed.
24556 * (bug 6204) Fixes for indentation with $wgMaxTocLevel:
24557   - don't emit too many list close tags after an invisible header
24558   - don't emit too many final list close tags if last header is invisible
24559   - don't emit TOC when there are no visible headers
24560 * (bug 7629) Fix $wgBrowserBlackList to avoid false positive on MSIE
24561   when certain plugins are present which alter the user agent
24564 == Maintenance ==
24566 * New script maintenance/language/checkExtensioni18n.php used to check i18n
24567   progress in the extension repository.
24568 * Running maintenance/parserTests.php with '--record' option, will now
24569   automatically attempt to create the required tables
24570 * --purge option to do additional parser-cache purging for purgeList.php
24571 * Fix hardcoded background color in parserTests.php
24572 * parserTests.php : removed the 'light' option for --color argument, replacing
24573   it with a new global switch : $wgCommandLineDarkBg
24574 * (bug 8780) Clarify message for command-line scripts if LocalSettings.php
24575   exists but is not readable
24576 * dumpBackup / importDump now work with PostgreSQL
24577 * (bug 8975) Use "Maintenance script" as the default username for
24578   importImages.php and importTextFile.php scripts
24579 * (bug 8933) Fix maintenance/reassignEdits.php script
24580 * (bug 9440) Added "mediawikiwiki" interwiki prefix to MediaWiki.org
24581 * (bug 2979) Import now gracefully skips invalid titles with a warning
24582 * Restore '--norc' option for maintenance/importTextFile.php
24583 * Help information for maintenance/importTextFile.php now easier to read on
24584   consoles
24585 * Doxygen documentation now show the revision number of each file, generate
24586   graphs using dot and include a search engine.
24589 == Languages updated ==
24591 * Arabic (ar)
24592 * Aramaic (arc)
24593 * Aymara (ay)
24594 * Belarusian normative (be)
24595 * Belarusian alternative (be-x-old)
24596 * Bulgarian (bg)
24597 * Bihara (bh)
24598 * Breton (br)
24599 * Catalan (ca)
24600 * Czech (cs)
24601 * Danish (da)
24602 * German (de)
24603 * Greek (el)
24604 * Esperanto (eo)
24605 * Spanish (es)
24606 * Estonian (et)
24607 * Basque (eu)
24608 * Finnish (fi)
24609 * Võro (fiu-vro)
24610 * French (fr)
24611 * Hebrew (he)
24612 * Hindi (hi)
24613 * Upper Sorbian (hsb)
24614 * Hungarian (hu)
24615 * Armenian (hy)
24616 * Indonesian (id)
24617 * Italian (it)
24618 * Japanese (ja)
24619 * Javanese (jv)
24620 * Georgian (ka)
24621 * Kabyle (kab)
24622 * Kazakh (kk)
24623 * Korean (ko)
24624 * Kashmiri (ks)
24625 * Ripuarian (ksh)
24626 * Latin (la)
24627 * Luganda (lg)
24628 * Limburgish (li)
24629 * Lithuanian (lt)
24630 * Latvian (lv)
24631 * Marathi (mr)
24632 * Low Saxon (nds)
24633 * Dutch Lower Saxon (nds-nl)
24634 * Nepali (ne)
24635 * Nepal Bhasa (new)
24636 * Dutch (nl)
24637 * Occitan (oc)
24638 * Pali (pi)
24639 * Polish (pl)
24640 * Romanian (ro)
24641 * Russian (ru)
24642 * Sanskrit (sa)
24643 * Sicilian (scn)
24644 * Slovak (sk)
24645 * Sundanese (su)
24646 * Swedish (sv)
24647 * Tahitian (ty)
24648 * Ukrainian (uk)
24649 * Urdu (ur)
24650 * Uzbek (uz)
24651 * Vietnamese (vi)
24652 * Zealandic (zea)
24653 * Old Chinese / Late Middle Chinese (zh-classical)
24654 * Chinese (PRC) (zh-cn)
24655 * Chinese (Taiwan) (zh-tw)
24656 * Cantonese (zh-yue)
24658 == Compatibility ==
24660 MediaWiki 1.10 requires PHP 5 (5.1 recommended). PHP 4 is no longer supported.
24662 PHP 5.0.x fails on 64-bit systems due to serious bugs with array processing:
24663 http://bugs.php.net/bug.php?id=34879
24664 Upgrade affected systems to PHP 5.1 or higher.
24666 MySQL 3.23.x is no longer supported; some older hosts may need to upgrade.
24667 At this time we still recommend 4.0, but 4.1/5.0 will work fine in most cases.
24670 == Upgrading ==
24672 1.10 has several database changes since 1.9, and will not work without schema
24673 updates.
24675 If upgrading from before 1.7, you may want to run refreshLinks.php to ensure
24676 new database fields are filled with data.
24678 If you are upgrading from MediaWiki 1.4.x or earlier, some major database
24679 changes are made, and there is a slightly higher chance that things could
24680 break. Don't forget to always back up your database before upgrading!
24682 See the file UPGRADE for more detailed upgrade instructions.
24684 = MediaWiki release notes =
24685 Security reminder: MediaWiki does not require PHP's register_globals
24686 setting since version 1.2.0. If you have it on, turn it *off* if you can.
24688 = MediaWiki 1.9 =
24690 == MediaWiki 1.9.6 ==
24692 March 2, 2008
24694 * Correction for API path fix, broken in 1.9.5
24696 == MediaWiki 1.9.5 ==
24698 January 23, 2008
24700 This is a security update to the Winter 2007 quarterly release. A potential XSS
24701 injection vector affecting api.php only for Microsoft Internet Explorer users
24702 has been closed.
24705 To work around the vulnerability without upgrading, you may disable the API if
24706 you don't need it:
24708 :[[Manual:$wgEnableAPI|$wgEnableAPI]] = false;
24710 Not vulnerable versions:
24711 * 1.12 or later
24712 * 1.11 >= 1.11.1
24713 * 1.10 >= 1.10.3
24714 * 1.9 >= 1.9.5
24715 * 1.8 any version (if $wgEnableAPI has been left off)
24717 Vulnerable versions:
24718 * 1.11 <= 1.11.0rc1
24719 * 1.10 <= 1.10.2
24720 * 1.9 <= 1.9.4
24721 * 1.8 any version (if $wgEnableAPI has been switched on)
24723 MediaWiki 1.7 and below are not affected as they do not include the API
24724 functionality, however the BotQuery extension is similarly vulnerable unless
24725 updated to the latest SVN version.
24727 == MediaWiki 1.9.4 ==
24729 September 10, 2007
24731 This is a security and bug fix update to the Winter 2007 quarterly release.
24732 Minor compatibility fixes for IIS 5 are included.
24734 * (bug [[bugzilla:8847|8847]]) Strip spurious #fragments from request URI to
24735 fix redirect loops on some server configurations
24736 * A possible HTML/XSS injection vector in the API pretty-printing mode has been
24737 found and fixed.
24739 The vulnerability may be worked around in an unfixed version by simply
24740 disabling the API interface if it is not in use, by adding this to
24741 LocalSettings.php:
24743 :[[Manual:$wgEnableAPI|$wgEnableAPI]] = false;
24745 Not vulnerable versions:
24746 * 1.11 >= 1.11.0
24747 * 1.10 >= 1.10.2
24748 * 1.9 >= 1.9.4
24749 * 1.8 >= 1.8.5
24751 Vulnerable versions:
24752 * 1.11 <= 1.11.0rc1
24753 * 1.10 <= 1.10.1
24754 * 1.9 <= 1.9.3
24755 * 1.8 <= 1.8.4 (if $wgEnableAPI has been switched on)
24757 MediaWiki 1.7 and below are not affected as they do not include the faulty
24758 function, however the BotQuery extension is similarly vulnerable unless updated
24759 to the latest SVN version.
24761 == MediaWiki 1.9.3 ==
24763 February 20, 2007
24765 This is a security and bug-fix update to the Winter 2007 quarterly release.
24766 Minor compatibility fixes for IIS and PostgreSQL are included.
24768 An XSS injection vulnerability based on Microsoft Internet Explorer's UTF-7
24769 charset autodetection was located in the AJAX support module, affecting MSIE
24770 users on MediaWiki 1.6.x and up when the optional setting $wgUseAjax is enabled.
24772 If you are using an extension based on the optional Ajax module, either disable
24773 it or upgrade to a version containing the fix:
24775 * 1.9: fixed in 1.9.3
24776 * 1.8: fixed in 1.8.4
24777 * 1.7: fixed in 1.7.3
24778 * 1.6: fixed in 1.6.10
24780 There is no known danger in the default configuration, with ''$wgUseAjax'' off.
24782 * ([[mediazilla:8992|8992]]) Fix a remaining raw use of REQUEST_URI in history
24783 * ([[mediazilla:8984|8984]]) Fix a database error in
24784 Special:Recentchangeslinked when using the PostgreSQL database.
24785 * Add ''charset'' to Content-Type headers on various HTTP error responses to
24786 forestall additional UTF-7-autodetect XSS issues. PHP sends only ''text/html''
24787 by default when the script didn't specify more details, which some
24788 inconsiderate browsers consider a license to autodetect the deadly,
24789 hard-to-escape UTF-7. This fixes an issue with the Ajax interface error message
24790 on MSIE when ''$wgUseAjax'' is enabled (not default configuration); this UTF-7
24791 variant on a previously fixed attack vector was discovered by Moshe BA from
24792 BugSec: [http://www.bugsec.com/articles.php?Security=24
24793 http://www.bugsec.com/articles.php?Security=24]
24794 * Trackback responses now specify XML content type
24796 == MediaWiki 1.9.2 ==
24798 February 4, 2007
24800 This is a bug-fix update that fixes some installation and other minor issues
24801 with the 1.9.1 release as well as a security issue which was introduced in the
24802 1.9 branch.
24804 JavaScript code which regenerated the "sortable tables" feature did not
24805 properly sanitize input, leading to an HTML injection vulnerability.
24807 * ([[mediazilla:8774|8774]]) Fix path for GNU FDL rights icon on new installs
24808 * ([[mediazilla:8819|8819]]) Fix full path disclosure with skins dependencies
24809 * ([[mediazilla:8819|8819]]) Fixed data-loss bug in compressOld batch text
24810 compression affecting pages which had null edits (move, protect, etc) as second
24811 edit in a batch group. Isolated and patched by Travis Derouin.
24812 * Security fix for sortable tables JavaScript
24814 == MediaWiki 1.9.1 ==
24816 January 24, 2007
24818 This is a bug-fix update that fixes some installation and upgrade issues with
24819 the original 1.9.0 release.
24821 * ([[mediazilla:3000|3000]]) Fall back to SCRIPT_NAME plus QUERY_STRING when
24822 REQUEST_URI is not available, as on IIS with PHP-CGI
24823 * Security fix for DjVu images. (Only affects servers where .djvu file  uploads
24824 are enabled and ''$wgDjvuToXML'' is set.)
24825 * ([[mediazilla:8638|8638]]) Fix update from 1.4 and earlier
24826 * ([[mediazilla:8641|8641]]) Fix order of updates to ipblocks table for updates
24827 from <=1.7
24828 * ([[mediazilla:8673|8673]]) Minor fix for web service API content-type header
24829 * Fix API revision list on PHP 5.2.1; bad reference assignment
24830 * Fixed up the AjaxSearch
24831 * Exclude settings files when generating documentation. That could expose the
24832 database user and password to remote users.
24833 * ar: fix the 'create a new page' on search page when no exact match found
24834 * Correct tooltip accesskey hint for Opera on the Macintosh (uses Shift-Esc-,
24835 not Ctrl-).
24836 * ([[mediazilla:8719|8719]]) Firefox release notes lie! Fix tooltips for
24837 Firefox 2 on x11; accesskeys default settings appear to be same as Windows.
24839 == Changes since 1.8 ==
24841 * (bug 8200) Make category lists sorted by name when using Postgres.
24842 * (bug 7841) Support 'IGNORE' inserts for Postgres, fixes watchlist
24843   adding problem.
24844 * (bug 6835) Removing the includes/Parser.php::getTemplateArgs() function,
24845   because it seems to be unused.
24846 * (bug 7139) Increasing the visual width of the edit summary field on larger
24847   screen sizes, for the default monobook skin.
24848 * Fix PHP notice and estimates for dumpBackup.php and friends
24849 * Improved register_globals paranoia checks
24850 * (bug 7545) Fix PHP version check on install
24851 * Disable PHP exception backtrace printing unless $wgShowExceptionDetails
24852   is set. Backtraces may contain sensitive information in function call
24853   parameters.
24854 * (bug 6164) Avoid smashing Cite state if message transformation triggers
24855   during bad image list check, by skipping message transformation.
24856   This isn't a good permanent fix.
24857 * (bug 6918) Stopped borders and backgrounds from showing through floated
24858   tables in Monobook
24859 * (bug 6868) Un-hardcode section edit link style
24860 * (bug 3205) Stop right floats from stacking horizontally in non-Monobook skins
24861 * Added global $wgStyleVersion to centralize bumping CSS and JS file versions
24862   for cache-friendly style and script updating
24863 * (bug 7562) Fix non-ASCII namespaces on Windows/XAMPP servers
24864 * Friendlier check for PHP 5 in command-line scripts; it's common for parallel
24865   PHP 4 and 5 installations to interfere on the command-line.
24866 * Fix regression in autoconfirm permission check
24867 * (bug 3015) Add CSS ids to subcategory and page sections on category pages
24868 * (bug 7587) Fix erroneous id for specialpage tab, enabling informative popup
24869 * (bug 7599) Fix thumbnail purging, PHP notices on HTCP image page purge
24870 * (bug 7581) Update language name for cbk-zam
24871 * (bug 7444) Update namespace translations for Telugu (te), kept old values as
24872   alias for compatibility
24873 * (bug 4525) Move section links down visually to same level as headings
24874   (editsection links are now inside the heading elements)
24875 * Workaround for http://bugs.php.net/bug.php?id=31892 , PATH_INFO and hence
24876   URLs of the style /index.php/Main_Page were broken on some CGI installations.
24877 * (bug 7623) Validate custom HTML id's correctly in Monobook interface
24878 * (bug 2241) Fix collision of 'w' and 'd' accesskeys
24879 * (bug 5795) CSS class added to body based on page name for page-specific
24880   styling
24881 * (bug 6276) Stopped search field from getting too large in Cologne Blue
24882 * (bug 7644) User creations that are aborted by hooks shouldn't be counted
24883   against account creations per day limit
24884 * (bug 7636) Show Firefox 2 users correct accesskey prefix
24885 * (bug 6427) Block blocked IPs from using the mail password function
24886   to allow blocking of flooders
24887 * Include common.css from classic-style skins in main HTML with the bump URL
24888 * (bug 7607) Add Karakalpak (kaa) to Names.php and stub message file for
24889   linktrail
24890 * (bug 7582) Add 'tog-nolangconversion' to MessagesEn.php.
24891   This key is need for languages with variants (zh, sr, kk)
24892 * (bug 7606) MediaWiki messages for "rss" and "atom" missing
24893 * (bug 7609) Add some more '*-summary' messages to MessagesEn.php with empty
24894   strings to allow better localisation via Special:Allmessages. Mark this new
24895   messages as optional for localisation.
24896 * Fix user_newpass upgrade for prefixed tables (reported by Fyren)
24897 * (bug 7663) Include language variant switcher links on Nostalgia skin
24898 * (bug 6531) Fix PHP fatal error on installation page with bad username input.
24899 * (bug 6977) Remove 404 link for autogenerated database documentation.
24900 * (bug 7369) Allow "Show Changes" without requiring edit token.
24901 * (bug 7687) Fix movetalk box checks itself when confirming a delete and move.
24902 * (bug 7684) Obey watchcreated preference for Special:Upload watch checkbox
24903 * (bug 7686) Include id attribute on delete form confirmation button
24904 * Allow compound interwiki prefixes in $wgImportSources
24905 * (bug 7304) Added redirect table to store redirect targets.
24906 * Added querycachetwo table (similar to querycache but has two titles)
24907 * PageArchive can now return a Revision object for more convenient processing
24908   of deleted revision data
24909 * Added 'UndeleteShowRevision' hook in Special:Undelete
24910 * Error message on attempt to view invalid or missing deleted revisions
24911 * Remove unsightly "_" from namespace in Special:Allpages, Special:Prefixindex
24912 * (bug 3224) Allow minor edits by bots to skip new message notification on
24913   user talk pages. This can be disabled by adjusting the 'nominornewtalk'
24914   permission. Patch by Werdna.
24915 * (bug 7741) MATH: fixed broken syntax of underbrace etc. Fixed arrays
24916 * Fix purging for updated SVG files
24917 * (bug 7745) Add id attribute to search button in Monobook
24918 * (bug 7749) MATH: added some more LaTeX symbols, e.g. parallel, diamond, ast...
24919 * (bug 7304) Added code in Article.php to keep redirect table up to date.
24920 * Made special page names case-insensitive and localisable. Care has been taken
24921   to maintain backwards compatibility.
24922 * Used special page subpages in a few more places, instead of query parameters.
24923 * (bug 7758) Added wrapper span to "templates used" explanation to allow CSS
24924   styling (class="mw-templatesUsedExplanation").
24925 * Added {{#special:}} parser function, to give the local default title for
24926   special pages
24927 * (bug 7766) Remove redundant / from AJAX requests, can break some servers
24928 * Add tab links from extensions to classic-based skins (SkinTemplateTab hook)
24929   Provides better cross-skin compatibility for extensions using the modern
24930   skin hooks, such as Oversight
24931 * Moved variant language links on Cologne Blue and Nostalgia to before the
24932   login/logout link
24933 * Fix for parser tests with MySQL 5 in strict mode
24934 * Added block option "enable autoblocks"
24935 * Amend Special:Ipblocklist to note when a block has autoblock DISABLED.
24936 * (bug 7780) Fix regression in editing redirects
24937 * Add whitespace above "templates included on this page" using CSS, not
24938   hardcoded line break.
24939 * Remove entries from redirect table on article deletion
24940 * (bug 7788) Force section headers in new section links for users who have
24941   'prompt for blank edit summaries' on.
24942 * (bug 1133) Special:Emailuser: add an option to send yourself a copy of your
24943   mail.
24944 * (bug 461) Allow "Categories:" link at bottom of pages to be customized via
24945   pagecategorieslink message.
24946 * Sort the list of skins in "My Preferences" -> Skins by alphabetical order.
24947 * (bug 7785) Postgres compatibility for timestamps in RC feeds
24948 * (bug 7550) Normalize user parameter normally on Special:Log
24949 * (bug 7294) Fix PATH search for diff3 on install
24950 * Various fixes related to the blocking change re: autoblocks. On inserting
24951   an IP block, the ipb_enable_autoblock field is now automagically blanked,
24952   because it doesn't make any sense for an IP. Additionally, IP blocks
24953   without the ipb_enable_autoblock option no longer show up as "autoblock
24954   disabled" on Special:Ipblocklist.
24955 * (bug 7774) MATH: aded more amstex functions
24956 * (bug 1182) MATH: fixed inconsistent rendering of upper case Greek letters in
24957   TeX
24958 * Fix regression in streaming page dump generation
24959 * (bug 7801) Add support for parser function hooks in parser tests
24960 * checkUsernames.php now uses wfDebugLog instead of hardcoded path to log
24961 * (bug 7810) Update talk namespaces for Occitan
24962 * Allow case-sensitive URLs to be used for uploading from URLs.
24963 * (bug 1109) Correct fix for compressed 304 responses when additional output
24964   buffers have been installed within the compression handler
24965 * (bug 7819) Move automatic redirect edit summary after pre-save transform
24966   to work properly with subst: fun
24967 * (bug 7826) Fix typos in two English messages.
24968 * (bug 5365) Stop users being prompted to enter an edit summary for null edits,
24969   if they have selected that option in preferences.
24970 * (bug 5936) Show an 'm' to the left of the edit summary on diff pages for minor
24971   edits.
24972 * (bug 7820) Improve error reporting for uploads via URL.
24973 * (bug 5149) When autoblocks are enabled, retroactively apply an autoblock to
24974   the most recently used IP of a user when they are blocked.
24975 * Add an index on (rc_user_text,rc_timestamp) on the recentchanges table. This
24976   will make CheckUser.php and the new retroactive autoblock functionality
24977   faster.
24978 * Fix regression in Special:Undelete for revisions deleted under MediaWiki 1.4
24979   with compression or legacy encoding
24980 * (bug 6737) Fixes for MySQL 5 schema in strict mode
24981 * Approximate height for client-side scaling fallback instead of passing -1
24982   into the HTML output.
24983 * Make the DNSBL to check for proxy blocking configurable via $wgSorbsUrl
24984 * Add experimental recording/reporting mode to parser tests runner, to
24985   compare changes against the previous run.
24986   Additional tables 'testrun' and 'testitem' are in maintenance/testRunner.sql,
24987   source this and pass --record option to parserTests.php
24988 * Make the set of default parser test input files extensible via
24989   $wgParserTestFiles. This can now be appended to by extensions or local
24990   configuration files so that extension or custom tests can be automatically
24991   run along with the main batch.
24992 * Run PHP install version checks on update.php so command-line updaters see
24993   new version requirements
24994 * Do a check for the PHP 5.0.x 64-bit bug, since this is much more disruptive
24995   as of MW 1.8 than it used to be. Install or upgrade now aborts with a
24996   warning and a request to upgrade.
24997 * (bug 6440) Updated indexes to improve backlinking queries (links, templates,
24998   images)
24999 * Switched 'anon-only' block mode to default for IP blocks
25000 * (bug 3687, 7892) Add distinct heading for media files in category display,
25001   with count.
25002 * (bug 1578) Add different icons for external links to audio, video, or PDF in
25003   Monobook.
25004 * Made autoblocks block account creation if the user block has that option
25005   enabled.
25006 * Add auto-summaries to blankings and large removals without summaries.
25007 * (bug 7811) Allow preview of edit summaries.
25008 * (bug 6839) Wikibits.js minor changes to make JS-lint happier.
25009 * (bug 7932) Make sure that edit toolbar clears floats so it appears correctly.
25010 * (bug 6873) When viewing old revisions, add link to diff to current version.
25011 * (bug 3315) Provide rollback link directly on history page.
25012 * Replace 'old-revision-navigation' message with 'revision-info' and
25013   'revision-nav' messages, wrapped in divs with appropriate id's.
25014 * (bug 4178) MediaWiki:Common.js will now be included for all users if
25015   $wgUseSiteJs is enabled, in addition to (if applicable) MediaWiki:Monobook.js
25016   and user JS subpages.
25017 * (bug 7918) "Templates used on this page" changes during preview to reflect
25018   any added or removed templates, and works as expected for section edits.
25019 * (bug 7919) "Templates used on this page" is now shown for read-only pages.
25020 * (bug 7688) When viewing diff, section anchors in autosummary jump to section
25021   on current page instead of loading the latest version.
25022 * (bug 7970) Use current connection explicitly on Database::getServerVersion
25023 * (bug 2001) Tables with class="sortable" can now be dynamically sorted via
25024   JavaScript.
25025 * Added autosummary for new pages with 500 or less characters, and refactor
25026    the autosummary code so it's all done in one function. doEdit is getting too
25027    big!
25028 * (bug 7554) The correct MIME type for SVG images is now displayed on the
25029   image page (image/svg+xml, not image/svg).
25030 * (bug 7883) Added autoblock whitelisting feature, using which specific ranges
25031    can be protected from autoblocking. These ranges are specified, in list
25032   format, in the autoblock_whitelist system message.
25033 * Added placeholders for text injection by hooks to EditPage.php
25034 * (bug 8009) Automatic edit summary for redirects is not filled for edits in
25035   existing pages
25036 * Installer support for experimental MySQL 4.1/5.0 binary-safe schema
25037 * Use INSERT IGNORE for db-based BagOStuff add/insert, for more memcache-like
25038   behavior when keys already exist on add (instead of dying with an error...)
25039 * Add a hook 'UploadForm:initial' before the upload form is generated, and two
25040   member variable for text injection into the form, which can be filled by the
25041   hooks.
25042 * (bug 6295) Add a "revision patching" functionality, where an edit can be
25043   undone
25044   (with a functionality similar to diff rev1 rev2 | patch -R rev3 -o rev3).
25045   This is triggered by including &undo=revid in an edit URL. A link to a URL
25046   that will undo a given edit is shown on NEW revision headers on diff pages.
25047   The link leads to a "Show Changes" page showing what will be done to undo the
25048   edit.
25049 * Fix display of link in "already rolled back" message for image/category pages
25050 * (bug 6016) Left-aligned images should stack vertically, like right-aligned
25051   images, not horizontally.
25052 * Patch from LeonWP: added UploadForm:BeforeProcessing hook in SpecialUpload.php
25053 * Add AuthPluginSetup hook to override $wgAuth after configuration
25054 * Fix regression in authentication hook auto-creation on login
25055 * (bug 8110) Allow spaces in ISBNs
25056 * (bug 8024) Introduce "send me copies of emails I send to others" preference
25057 * Added 'EditPage::attemptSave' hook before an article is saved.
25058 * (bug 8083) Applied patch for sk localisation
25059 * Add a backslash character to the edit token, to prevent edits via certain
25060   broken proxies that mangle such characters in form submissions
25061 * (bug 7461) Allow overwriting pages using importTextFile.php
25062 * (bug 7946) importTextFile.php doesn't perform pre-save transform
25063 * (bug 8117) {{REVISIONTIMESTAMP}} showed weird default if $wgLocalTZoffset set;
25064   now uses current time for previews and if timestamp can't be loaded from DB
25065 * {{REVISIONTIMESTAMP}} now uses site local timezone instead of user timezone
25066   to ensure consistent behavior
25067 * {{REVISIONTIMESTAMP}} and friends should now work on non-MySQL backends
25068 * (bug 7671) Observe canonical media namespace prefix in Linker::formatComment
25069 * Added js variable wgCurRevisionId to the output
25070 * (bug 8141) Cleanup of Parser::doTableStuff, patch by AzaTht
25071 * (bug 8042) Make miser mode caching limits settable via $wgQueryCacheLimit
25072   instead of hardcoding to 1000
25073 * Enable QueryPage classes to override list formatting
25074 * (bug 5485) Show number of intervening revisions in diff view
25075 * (bug 8100) Fix XHTML validity in Taiwanese localization
25076 * Added redirect to section feature. Use it wisely.
25077 * Added a configuration variable allowing the "break out of framesets" feature
25078   to be switched on and off ($wgBreakFrames). Off by default.
25079 * Allow Xml::check() $attribs parameter to override 'value' attribute
25080 * DB schema change: added two columns (rc_old_len and rc_new_len) to the
25081   recentchanges table to store the text lengths before and after the edit
25082 * (bug 1085) Made Special:Recentchanges show the character difference between
25083   the changed revisions
25084 * Removed a redundant <strong> tag from diff pages that was causing display
25085   issues for some users
25086 * (bug 8203) The keyboard shortcut for "log out" was removed, because users
25087   were pressing it when they intended to press the shortcut for "preview".
25088 * (bug 8148) Handle non-removable output buffers gracefully when cleaning
25089   buffers for HTTP 304 responses, StreamFile, and Special:Export.
25090   Duplicated code merged into wfResetOutputBuffers() and wfClearOutputBuffers()
25091 * Special:AllPages : 'next page' link now point to the first title of the next
25092   chunk instead of pointing to the last title of current chunk.
25093 * (bug 4673) Special:AllPages : add a 'previous' link (new message 'prevpage')
25094 * (bug 8121) wfRandom() was not between 0 and 1
25095 * Add static method Parser::createAssocArgs($args), so parser functions can
25096   use the same code to parse arguments as the templates do.
25097 * Change behavior of logins using the temporary e-mailed password (as stored
25098   in user_newpassword hash field). Instead of just logging in silently and
25099   leaving the previous user_password field in place indefinitely, the user
25100   is now prompted to set a new password.
25102   The password-changing form is at Special:Resetpass; currently it's only
25103   usable for changing from the temporary password during login, but it
25104   could perhaps be generalized, replacing the subform in preferences.
25106   Once the new password is set successfully, the temporary password is wiped
25107   so it cannot be used to login a second time, and the login process
25108   is completed.
25109 * Suppress 'mail new password' button on login form if $wgAuth forbids
25110   changing user passwords; it wouldn't work very well...
25111 * Consolidate password length checks and $wgAuth manipulation into
25112   User::setPassword() to avoid duplicate code in different places
25113   that set passwords.
25114 * User::setPassword() now throws PasswordError exceptions if the password
25115   is illegal or cannot be set via $wgAuth. These can be caught and a human-
25116   readable error message displayed by UI code.
25117 * Added Title::isSubpage()
25118 * (bug 8241) Don't consider user pages of User:Foo.css to be CSS subpages
25119 * Set an explicit class on framed thumbnail inner divs and images, changed some
25120   CSS to use these instead of using descendent selectors.
25121 * Accept null parameter to User::setPassword() as indicating the password
25122   field should be cleared to an unusable state. Login will only be possible
25123   after the password is reset, for instance by e-mail.
25124 * (bug 6394) Invalidate the password set for "by e-mail" account creations
25125   to avoid accidental empty password creations.
25126 * Made the show change size function work on page moves, page creations, and
25127   log entries. Also fixed it in the javascript recentchanges.
25128 * (bug 8239) correctly get 50 new contributions when clicking '(50 next)'
25129 * (bug 2259) Fix old regression where e-mail addresses were no longer
25130   confirmed on login with mailed password.
25131 * Add a notification about the confirmation mail sent during account
25132   creation, so people don't immediately go off to request a second one.
25133 * Add a warning on Special:Confirmemail if a code was already sent and has
25134   not yet expired.
25135 * Add user_editcount field to provide data for heuristics on account use.
25136   Incremented on edit, with lazy initialization from past revision data.
25137   Can batch-initialize with maintenance/initEditCount.php (not yet friendly
25138   to replication environments, this will do all accounts in one query).
25139 * Allow raw SQL subsections in Database::update() SET portion as well as
25140   for WHERE portion. Handy for increments and such.
25141 * User::getOption now accept a default value to override default user values
25142   this makes it consistent with WebRequest::get* methods. Corrected code in
25143   various places accordingly.
25144 * (bug 8264) Fix JavaScript global vars for XHTML mode
25145 * Make $wgSiteNotice value wikitext again, for consistency with editable
25146   MediaWiki:Sitenotice and MediaWiki:Anonnotice.
25147 * (bug 8044) When redirecting from the canonical name of the special page
25148   to the localised one, parameters/subpages are omitted
25149 * (bug 8164) Special:Booksources should use GET for form submission
25150 * Rewrite Special:Booksources to clean up interface and remove redundant code
25151 * (bug 7925) Change Special:Allmessages message name filter javascript to be
25152   a bit more responsive and easier on the CPU
25153 * (bug 4488) Support watching pages on deletion; introduces new user preference
25154 * Minor restructuring of Special:Preferences; "watch pages I edit" and "watch
25155   pages I create" options now accessible under "Watchlist" options
25156 * (bug 8153) <nowiki> doesn't work in site notice
25157 * (bug 6690) wfMsgNoTrans() transforms messages
25158 * (bug 8274) Wrap edit tools in a <div> with a specified class
25159 * Detect PHP 5.0.x 64-bit bug and abort in WebStart.php; too many things break
25160   mysteriously otherwise (detection code copied from install-utils.inc)
25161 * (bug 8295) Change handling of <center> tags in doBlockLevels() to match that
25162   of <div>
25163 * (bug 8110) Make magic ISBN linking stricter: only match ten-digit sequences
25164   (plus optional ISBN-13 prefix) with no immediately following alphanumeric
25165   character, disallow multiple consecutive internal redirects
25166 * (bug 2785) Accept optional colon prefix in links when formatting comments
25167 * Don't show "you can view and copy the source of this page" message for
25168   pages which don't exist
25169 * (bug 8310) Blank line added to top of 'post' when page is blank
25170 * (bug 8109) Template parameters ignored in "recentchangestext"
25171 * Gracefully skip redirect-to-fragment on WebKit versions less than 420;
25172   it messes up on current versions of Safari but is ok in the latest
25173   nightlies. Checking the version number will allow it to automatically
25174   work when new releases of Safari appear.
25175 * Fix regression in thumb styles; size and padding didn't match with
25176   new arrangement.
25177 * (bug 8333) Fix quick user data update on login password change on
25178   replication database setups. User data is now pulled from master
25179   instead of slave in User::loadFromDatabase, ensuring that it is
25180   fresh and accurate when read and then saved back into cache.
25181   This was breaking with the Special:Rename operation which
25182   automatically logs the user in with the new password after changing
25183   it; pulling from slave meant the record was often not the updated
25184   one.
25185 * (bug 8335) Set image width to the first valid parameter found.
25186 * (bug 8350) Fix watchlist viewing bug when using Postgres.
25187 * (bug 6603) When warning about invalid file extensions, output the bit
25188   of the extension we actually checked
25189 * (bug 7669) Drop defaults on BLOB/TEXT columns for better compatibility
25190   with MySQL's strict mode, often enabled by the Windows installer.
25191   The defaults are ignored anyway when strict mode is off...
25192 * (bug 7685) Use explicit values for ar_text and ar_flags when deleting,
25193   for better compatibility with MySQL's strict mode
25194 * Update default interwiki values to reflect changed location of ursine:
25195 * (bug 5411) Remove autopatrol preference
25196 * Users who have the "autopatrol" permission will have their edits marked as
25197   patrolled automatically
25198 * Users who do not have the "autopatrol" permission will no longer be able
25199   to mark their own edits as patrolled
25200 * Introduce 'PingLimiter' hook; see docs/hooks.txt for more information
25201 * (bug 532) Tweaked alt text for some interface messages
25202 * (bug 8231) Gave useful alt text to the main <img> on image pages
25203 * (bug 371) Remove alt text for "Enlarge" icon on thumbnails
25204 * Initialize user_editcount to 0 instead of NULL for newly created accounts
25205 * (bug 3696) Strip LRM and RLM characters from titles to work around the
25206   problem some people have where titles cut-and-pasted from lists include
25207   the bidi override characters appended to the lists.
25208   A more thorough blacklist for forbidden and translatable characters would
25209   be wise, though, as might a cleaner method for the lists in the first place.
25210 * Fix regression in email password resets on read-restricted sites
25211 * Set tabindex on fields in deletion form so you don't have to tab through
25212   the links in the sitenotice
25213 * (bug 8271) Show full time and date on viewer for individual deleted
25214   revisions
25215 * (bug 8214) Output file size limit and actual file size in appropriate units
25216   on Special:Upload
25217 * (bug 8016) Purge objectcache table during upgrade processes - use the
25218   --nopurge option to prevent this when running maintenance/update.php
25219 * (bug 7612) Remove superfluous link to Special:Categories from result items
25220   on Special:Mostcategories
25221 * {{PLURAL:}} now handles formatted numbers correctly
25222 * (bug 8331) Added the change size value to watchlists; therefore made
25223   watchlists use RecentChange::newFromRow() instead of newFromCurRow()
25224 * (bug 8351) Fix undo for simple reverts
25225 * (bug 6856) User::clearNotification() does not respect read-only mode
25226 * (bug 6853) Use a checkbox on the installer form to indicate that a superuser
25227   account should be used; this is clearer than the old check which relied on
25228   the password never being an obscure value
25229 * Remove old unused watchlist cache, which was a leftover from the old schema
25230   where watchlists were more expensive to generate
25231 * Minor cosmetic changes to Special:Userrights
25232 * Added wgCanonicalSpecialPageName to JavaScript variables
25233 * Fix image deleting when using Postgres.
25234 * Output both source and destination titles in maintenance/moveBatch.php
25235 * Added basic parser tests for language variants
25236 * Enable selflinks and categories to be written in some of the language variants
25237 * Prevent conversion of JavaScript code in language variants
25238 * Output software version number in maintenance/parserTests.php
25239 * (bug 7169) Use Ajax to watch/unwatch articles if enabled
25240 * Make variant table caching a little more robust, using main language code
25241   in cache key. Probably this is still a bit wonky, though. Was breaking
25242   parser tests when Chinese tables were getting loaded into Serbian code.
25243 * (bug 8380) Be nicer about blank lines in deleteBatch.php
25244 * (bug 8401) Fix regression in SORBS lookup for some DNS setups
25245 * Use raw file descriptor in posix_isatty() check to avoid warning on
25246   Linux systems with at least some versions of PHP
25247 * (bug 5908) Allow overriding the default category sort key for all items on
25248   a page using {{DEFAULTSORT}}
25249 * (bug 6449) Throw a more definitive error message when installation fails
25250   due to an invalid database name
25251 * (bug 5827) Use full text for option link labels on Special:Watchlist
25252 * (bug 8018) Allow hiding minor edits from the watchlist
25253 * (bug 8427) MonoBook RTL IE 7.0 tweaks failed when sidebar's navigation
25254   section is renamed; no longer relies on first section name
25255 * Stabilize client-side table sorting even if the underlying Javascript sort()
25256   implementation is unstable
25257 * Add hook for extensions to add user information to the panel in preferences,
25258   next to the user name and ID.
25259 * (bug 8392) Display protection status of transcluded pages in the edit page
25260   template list. Patch by Fyren, with i18n naming tweak.
25261 * Fix for interwiki transclusion where target wiki uses query string for title
25262 * Resolve namespaces on interwiki Title objects using canonical namespace names
25263   if possible (should not happen, though, outside interwiki transclusion... and
25264   maybe not even then, but it does)
25265 * (bug 8447) Fix SQL typo breaking non-default $wgHitcounterUpdateFreq
25266 * Do not allow previews of deleted images to be cached
25267 * Add global variable $wgDefaultLanguageVariant used to set the default language
25268   variant of a wiki to something different than the main language code
25269 * Add 'variant' option to parserTests - runs test with the given variant as
25270   preferred, utilize it for more parser tests of language variants code
25271 * (bug 6503) Fix bug that stopped certain irrelevant links from being hidden
25272   for printing
25273 * Avoid PHP warning in Creative Commons metadata when a creative commons
25274   license is not actually set up
25275 * (bug 8463) Don't print external link icons for Monobook
25276 * (bug 8461) Support watching pages on move
25277 * (bug 8041) Work around bug with debug_backtrace when Zend Optimizer is
25278   loaded by skipping the function. Use wfDebugBacktrace() wrapper function.
25279 * Reduce config file clutter by setting various script and upload paths
25280   based on $IP or $wgScriptPath in Setup.php. They can still be explicitly
25281   overridden in LocalSettings.php if desired...
25282 * Attempt to detect redirect loops for the canonical title redirect, and
25283   give some hints to the poor confused administrator.
25284 * Introduce new flag 'R' - raw output for language variant escape tags
25285 * Advise users when updates for a query page have been disabled using
25286   $wgDisableQueryPageUpdate
25287 * (bug 8413) Improve comments for $wgNamespaceRobotPolicies
25288 * (bug 8330) Show "bytes" suffix on recent changes diff counter
25289   optionally... if set in rc-changes-size message (default empty for now)
25290 * (bug 8489) Support basic links in <gallery> caption attribute
25291 * (bug 8485) Correct Lingala number formatting
25292 * The MediaWiki namespace is no longer pre-filled with default messages on
25293   install. All default messages will be removed from the MediaWiki namespace
25294   on upgrade.
25295 * Recentchanges RSS/Atom feeds now use a separate message for the description
25296   to avoid cluttering it with useless wiki formatting
25297 * (bug 8417) Handle EXIF unknown dates
25298 * (bug 8372) Return nothing on empty <math> tags.
25299 * New maintenance script to show the cached statistics : showStats.php.
25300 * Count deleted edits when regenerating total edits in maintenance/initStats.php
25301 * (bug 3706) Allow users to be exempted from IP blocks. The ipblock-exempt
25302   permission key has been added to enable this behavior, by default assigned to
25303   sysops.
25304 * (bug 7948) importDump.php now warn that Recentchanges need to be rebuild.
25305 * (bug 7667) allow XHTML namespaces customization
25306 * (bug 8531) Correct local name of Lingála (patch by Raymond)
25307 * Fix regression with default lock file and cache directories; threw visible
25308   warning with open_basedir
25311 == 1.8 Compatibility changes ==
25313 === Zend Optimizer ===
25315 A bug in some versions of PHP 5 and Zend Optimizer which was triggered under
25316 MediaWiki 1.8.x has been worked around by disabling some internal debugging
25317 features when Zend Optimizer is loaded. This should solve some common
25318 "blank page" problems.
25320 === PHP 5.0 64-bit ===
25322 MediaWiki now checks for a condition where PHP 5.0.x corrupts array data
25323 on 64-bit systems and warns you to upgrade PHP to solve the problem. This
25324 bug causes Special: pages to fail on affected systems under MediaWiki 1.8
25325 and higher, and subtler data corruption on earlier versions.
25327 The only known workaround is to upgrade PHP to 5.1 or later, which you
25328 probably should do anyway for security reasons!
25330 === MySQL 5 ===
25332 MediaWiki should now install and run correctly on MySQL 5.0 and higher when
25333 MySQL's "strict mode" is enabled. (This is now the default for many Windows
25334 installations, though it seems to remain off by default on Unix.)
25336 This fixes errors about "cannot default default value for BLOB/TEXT fields".
25338 === ImageMagick ===
25340 Note that ImageMagick older than 6.x may no longer work for image resizing
25341 due to use of the -thumbnail option.
25344 == 1.8 Behavior changes ==
25346 === Localized special pages ===
25348 The names of Special: pages can now be localized, so links and URLs to them
25349 are more legible in languages that aren't English.
25351 Not all languages have included localized names yet.
25353 === E-mail password ===
25355 Users are now required to set a new password for themselves when they first
25356 log in with a newly generated e-mailed password.
25358 Requesting passwords frequently is prevented to reduce abusive mailbombing.
25360 === Undo revision ===
25362 An "undo" link now appears in diff view for easier reverting of older edits.
25363 When GNU diff3 is available for edit conflict merging, this can make it much
25364 easier to "undo" the changes of an older edit when there are surrounding
25365 changes elsewhere in the page.
25367 The changes must be manually reviewed and approved, as with conventional
25368 full-revision reverts.
25370 === Blocking ===
25372 User blocks can be set to disable the automatic blocking of IP addresses the
25373 account logs in with.
25376 == 1.8 Database changes ==
25378 * new 'redirect' table stores data on page redirects
25379 * new 'querycachetwo' table used for some cached special pages
25380 * 'ipblocks' table adds 'ipb_enable_autoblock'
25381 * 'recentchanges' table adds 'rc_old_len', 'rc_new_len' for size tracking
25382 * 'user' table has added 'user_newpass_time' and 'user_editcount' fields
25383 * some indexes have been updated on 'recentchanges'
25385 == 1.8 Configuration changes ==
25387 Several configuration options have changed since 1.8:
25389 === $wgEnableAPI ===
25391 The experimental machine API interface is now enabled by default, read-only.
25392 You can disable it by setting $wgEnableAPI = false; in LocalSettings.php.
25394 === $wgPathInfo ===
25396 The use of PATH_INFO (the text after the script name in 'index.php/Blah')
25397 is controlled by the $wgUsePathInfo setting. This is now explicitly disabled
25398 for CGI, apache2filter, and ISAPI configurations of PHP, for more consistency
25399 with the autodetection from the installer.
25401 In some rarer configurations you may have to switch $wgUsePathInfo from false
25402 to true or, perhaps, from true to false to make things work properly if bad
25403 PATH_INFO data comes through the server.
25405 The wiki now tries to detect this condition and should show you an error
25406 message describing what to change instead of sending the browser into an
25407 infinite redirect loop.
25409 === $wgScript and other path settings ===
25411 The following configuration variables are now automatically set in Setup.php
25412 if they are not overridden in LocalSettings.php:
25414 from $wgScriptPath:
25415  + $wgScript
25416  |  \- $wgArticlePath
25417  + $wgRedirectScript
25418  + $wgStylePath
25419  + $wgUploadPath
25420     \- $wgLogo
25421      + $wgMathPath
25423 from $IP:
25424  - $wgStyleDirectory
25425  + $wgUploadDirectory
25426    \- $wgMathDirectory
25427     + $wgTmpDirectory
25429 Newly generated configuration files will by default include only $wgScriptPath
25430 (hardcoded from the installer) and $IP (detected at runtime).
25432 Old configuration files which specify all these values explicitly should
25433 continue to work just fine, but if you use the defaults you can remove them
25434 to reduce clutter.
25436 === $wgGroupPermissions ===
25438 The sysop group now holds the "autopatrol" and "ipblock-exempt" rights by
25439 default.
25441 "autopatrol" replaces the preference for marking ones own edits patrolled
25442 by default; users holding this permission will automatically have their
25443 edits patrolled, while others cannot mark their own edits as patrolled
25444 even if they have patrolling rights.
25446 "ipblock-exempt" excludes the user from IP blocks; accounts which are blocked
25447 explicitly by name will still be blocked, however. This is given to sysops
25448 to minimize annoyance from accidental "collateral damage"; remember that a
25449 sysop will be able to lift the block if they desire.
25451 The bot group now holds the "nominornewtalk" right. A user with this right
25452 will not trigger new message notifications when making minor edits to user
25453 talk pages. This is meant to minimize annoyance from maintenance bot
25454 processes.
25456 === $wgUseWatchlistCache ===
25458 Watchlist caching has been removed. The feature was not maintained, and has
25459 been unnecessary since switching to the 'recentchanges' database table
25460 reduced server pressure for Wikipedia's watchlists.
25462 === $wgBreakFrames ===
25464 MediaWiki in the past attempted to detect when it was embedded in a frameset
25465 and "break out" of it, assuming it to be hostile.
25467 This behavior is now disabled by default, but can be reenabled by setting
25468 $wgBreakFrames to true in LocalSettings.php.
25471 == 1.8 New settings ==
25473 === $wgVariantArticlePath ===
25475 For languages with script variant support (Chinese, Serbian, and others),
25476 it's possible to use alternate URL paths to select the variant for article
25477 display, setting $wgVariantArticlePath.
25479 Documentation for this setting would be useful.
25481 === $wgMaxMsgCacheEntrySize ===
25483 The message cache can now skip items larger than a given size; this allows
25484 it to better handle the primary caching case when large CSS and JS blobs are
25485 present.
25487 === $wgStyleVersion ===
25489 When making significant changes to skin stylesheets and JavaScript files,
25490 you can append a string to this variable to tweak the generated URLs,
25491 forcing newly rendered pages to bring in a fresh version despite server-
25492 or browser-side caching.
25494 Normally this will be set in the course of MediaWiki development, but
25495 if doing development on a custom skin you may wish to poke it as well.
25497 === $wgRCShowChangedSize ===
25499 Special:Recentchanges and Special:Watchlist now show the number of bytes
25500 added or removed to an article to give an idea of the size of the edit.
25501 This information was previously available only in the IRC update feeds.
25503 To disable this site-wide, set $wgRCShowChangedSize to false.
25504 (Individual users can suppress the data in custom CSS.)
25506 Adjust $wgRCChangedSizeThreshold to trigger highlighting of particularly
25507 large changes.
25509 The formatting of the size figure can be adjusted through the
25510 [[MediaWiki:Rc-change-size]] message.
25512 === $wgQueryCacheLimit ===
25514 The number of rows stored for "expensive" special pages in miser mode
25515 can now be adjusted up or down from the default 1000.
25517 === $wgDisableQueryPageUpdate ===
25519 Individual "expensive" special pages can be skipped in processing by
25520 updateSpecialPages if added to this list.
25522 === $wgSorbsUrl ===
25524 The base hostname for the DNS-based proxy blacklist can now be overridden
25525 when $wgEnableSorbs is set, to use a different blacklist instead of SORBS.
25526 The blacklist would need to respond the same was as SORBS; any positive
25527 response will be taken as a proxy.
25529 === $wgAjaxWatch ===
25531 Experimental AJAX mode for the watch/unwatch tabs to execute inline.
25532 Does not include the UI messages describing how to reach the watchlist,
25533 so you may not want it on a general-audience site just yet.
25535 === $wgParserTestFiles ===
25537 MediaWiki's parser test suite can now be expanded with additional test
25538 files. Custom extensions can add their test files to this array, and
25539 they will be run along with the main tests by maintenance/parserTests.php
25541 = MediaWiki 1.8=
25543 == MediaWiki 1.8.5 ==
25545 September 10, 2007
25547 This is a security fix update to the Fall 2006 quarterly release snapshot. A
25548 possible HTML/XSS injection vector in the API pretty-printing mode has been
25549 found and fixed.
25551 The vulnerability may be worked around in an unfixed version by simply
25552 disabling the API interface if it is not in use, by adding this to
25553 LocalSettings.php:
25555 :[[Manual:$wgEnableAPI|$wgEnableAPI]] = false;
25557 (This is the default setting in 1.8.x.)
25559 Not vulnerable versions:
25560 * 1.11 >= 1.11.0
25561 * 1.10 >= 1.10.2
25562 * 1.9 >= 1.9.4
25563 * 1.8 >= 1.8.5
25565 Vulnerable versions:
25566 * 1.11 <= 1.11.0rc1
25567 * 1.10 <= 1.10.1
25568 * 1.9 <= 1.9.3
25569 * 1.8 <= 1.8.4 (if $wgEnableAPI has been switched on)
25571 MediaWiki 1.7 and below are not affected as they do not include the faulty
25572 function, however the BotQuery extension is similarly vulnerable unless updated
25573 to the latest SVN version.
25575 == MediaWiki 1.8.4 ==
25577 February 20, 2007
25579 This is a security and bug-fix update to the Fall 2006 quarterly release.
25581 An XSS injection vulnerability based on Microsoft Internet Explorer's UTF-7
25582 charset autodetection was located in the AJAX support module, affecting MSIE
25583 users on MediaWiki 1.6.x and up when the optional setting
25584 [[Manual:$wgUseAjax|$wgUseAjax]] is enabled.
25586 If you are using an extension based on the optional Ajax module, either disable
25587 it or upgrade to a version containing the fix:
25588 * 1.9: fixed in 1.9.3
25589 * 1.8: fixed in 1.8.4
25590 * 1.7: fixed in 1.7.3
25591 * 1.6: fixed in 1.6.10
25593 There is no known danger in the default configuration, with $wgUseAjax off.
25595 * (bug [[bugzilla:8819|8819]]) Fix full path disclosure with skins dependencies
25596 * Add 'charset' to Content-Type headers on various HTTP error responses to
25597 forestall additional UTF-7-autodetect XSS issues. PHP sends only 'text/html' by
25598 default when the script didn't specify more details, which some inconsiderate
25599 browsers consider a license to autodetect the deadly, hard-to-escape UTF-7.
25600 This fixes an issue with the Ajax interface error message on MSIE when
25601 [[Manual:$wgUseAjax|$wgUseAjax]] is enabled (not default configuration); this
25602 UTF-7 variant on a previously fixed attack vector was discovered by Moshe BA
25603 from BugSec: http://www.bugsec.com/articles.php?Security=24
25604 * Trackback responses now specify XML content type
25606 == MediaWiki 1.8.3 ==
25608 January 9, 2007
25610 MediaWiki 1.8.3 fixes several issues in the Fall 2006 snapshot release:
25612 * ([[mediazilla:7831|7831]]) Regression in AutoAuthenticate hook
25613 * Run PHP install version checks on update.php so command-line updaters see new
25614 version requirements
25615 * Do a check for the PHP 5.0.x 64-bit bug, since this is much more disruptive
25616 as of MW 1.8 than it used to be. Install or upgrade now aborts with a warning
25617 and a request to upgrade.
25618 * XSS fix in AJAX module
25620 An XSS injection vulnerability was located in the AJAX support module,
25621 affecting MediaWiki 1.6.x and up when the optional setting $wgUseAjax is
25622 enabled.
25624 There is no danger in the default configuration, with $wgUseAjax off.
25626 If you are using an extension based on the optional AJAX module, either disable
25627 it or upgrade to a version containing the fix:
25629 == MediaWiki 1.8.2 ==
25631 October 13, 2006
25633 MediaWiki 1.8.2 fixes several issues in the Fall 2006 snapshot release:
25635 * ([[mediazilla:7565|7565]]) Fixed typos in German localisation
25636 * ([[mediazilla:7562|7562]]) Fix non-ASCII namespaces on Windows/XAMPP servers
25638 == MediaWiki 1.8.1 ==
25640 October 11, 2006
25642 MediaWiki 1.8.1 fixes several issues in the Fall 2006 snapshot release:
25644 * Fix PHP notice and estimates for dumpBackup.php and friends
25645 * Improved register_globals paranoia checks
25646 * ([[mediazilla:7545|7545]]) Fix PHP version check on install
25647 * Experimental web API disabled by default
25648 * Disable PHP exception backtrace printing unless $wgShowExceptionDetails is
25649 set. Backtraces may contain sensitive information in function call parameters.
25651 == MediaWiki 1.8.0 ==
25653 October 10, 2006
25655 This is the quarterly release snapshot for Fall 2006. While the code has been
25656 running on Wikipedia for some time, installation and upgrade bits may be less
25657 well tested. Bug fix releases may follow in the coming days or weeks.
25659 MediaWiki is now using a "continuous integration" development model with
25660 quarterly snapshot releases. The latest development code is always kept "ready
25661 to run", and in fact runs our own sites on Wikipedia.
25663 Release branches will continue to receive security updates for about a year
25664 from first release, but nonessential bugfixes and feature development happen
25665 will be made on the development trunk and appear in the next quarterly release.
25667 Those wishing to use the latest code instead of a branch release can obtain it
25668 from source control: [[Download from SVN]]
25670 == Configuration changes ==
25671 * $wgUseETag, to enable/disable sending of HTTP ETag headers (default: disabled)
25672 * $wgLegalTitleChars now includes '+' by default for better compatibility with
25673 importing data dumps from Wikipedia
25674 * $wgDefaultUserOptions now includes all default option settings instead of
25675 only overrides.
25677 == Major new features ==
25678 * ([[mediazilla:7098|7098]]) Add an option to disable/enable sending of HTTP
25679 ETag headers, as it seems to result in broken behaviour in combination with
25680 Squid 2.6 (disabled by default).
25681 * ([[mediazilla:550|550]]) Allow blocks on anonymous users only.
25682 * ([[mediazilla:6420|6420]]) Render thumbnails for DJVU images, support
25683 multipage DJVU display on image pages. Added new 'page=' thumbnail option to
25684 select a page from a multipage djvu for thumbnail generation.
25685 * Full Postgres support is now enabled. It requires version 8.1 or better, and
25686 needs to have both plpgsql and tsearch2 already installed.
25687 * ([[mediazilla:6386|6386]]) fix grammatical errors in danish naming of talk
25688 namespaces.
25690 == Changes since 1.7 ==
25692 * Introduced AjaxResponse object, superceding AjaxCachePolicy
25693 * Changes to sajax_do_call: optionally accept an element to fill instead of a
25694   callback function; take the target function or element as a third parameter;
25695   pass the full XMLHttpRequest object to the handler function, instead of just
25696   the resultText value; use HTTP response codes to report errors.
25697 * (bug 6562) Removed unmaintained ParserXml.php for now
25698 * History paging overlap bug fixed
25699 * (bug 6586) Regression in "unblocked" subtitle
25700 * Don't put empty-page message into view-source when page text is blank
25701 * (bug 6587) Remove redundant "allnonarticles" message
25702 * Block improvements: Allow blocks on anonymous users only. Optionally allow
25703   or disallow account creation from blocked IP addresses. Prevent duplicate
25704   blocks. Fixed the problem of expiry and unblocking erroneously affecting
25705   multiple blocks. Fixed confusing lack of error message when a blocked user
25706   attempts to create an account. Fixed inefficiency of Special:Ipblocklist in
25707   the presence of large numbers of blocks; added indexes and implemented an
25708   indexed pager.
25709 * (bug 6448) Allow filtering of Special:Newpages according to username
25710 * (bug 6618) Improve permissions/error detection in Special:Lockdb
25711 * Quick hack for extension testing: parser test doesn't create new message
25712   cache object.
25713 * (bug 6299) Maintain parser's revision ID across recursive calls to fix
25714   {{REVISIONID}} when Cite extension is used
25715 * (bug 6622) Removed deprecated function Image::newFromTitle
25716 * (bug 6627) Fix regression in Special:Ipblocklist with table prefix
25717 * Removed forced dereferencements (new() returns a reference in PHP5)
25718 * Note about $wgUploadSizeWarning using byte
25719 * (bug 6592) Add most viewed pages summary to Special:Statistics
25720 * Pre-strip characters ignored in IDNs from URLs so they can't be used
25721   to break the blacklists for regular URLs
25722 * Fix regression in blocking of user accounts
25723 * (bug 6635) Fix regression searching for range blocks on Ipblocklist
25724 * Fix regression searching Ipblocklist with ugly URLs
25725 * (bug 6639) Use a consistent default for upload directories
25726 * Preserve entered reason when reporting unconfirmed lock on Special:Lockdb
25727 * (bug 6642) Don't offer to unlock the database when it isn't locked
25728 * cleanupTitles.php changed from --dry-run option to --fix, so default
25729   behavior is now a non-invasive check as with namespaceDupes.php
25730 * (bug 6660) Fix behavior of EditPage::blockedPage() when the article does
25731   not exist; now doesn't show the source box if the user hasn't provided it
25732   (blocked mid-edit) and the page doesn't exist
25733 * Improve default value of "blockedtext"
25734 * (bug 6680) Added localisation for Dutch bookstore list (nl)
25735 * Renamed maintainace script redundanttrans.php to unusedMessages.php - clearer
25736   usage
25737 * Fix regression which allowed some blocked users to create additional accounts
25738 * (bug 6657) Fix Hungarian linktrail
25739 * (bug 6751) Fix preview of blanked section with edit on first preview option
25740 * (bug 5456) Separate MediaWiki:Search into messages for both noun and verb,
25741   introduced 'MediaWiki:Searchbutton'
25742 * Made lines from initialiseMessages() appear as list items during installation
25743 * Moved the bulk of the localisation data from the Language*.php files to the
25744   Messages*.php files. Deleted most of the Languages*.php files.
25745 * Introduced "stub global" framework to provide deferred initialisation of core
25746   modules.
25747 * Removed placeholder values for $wgTitle and $wgArticle, these variables will
25748   now be null during the initialisation process, until they are set by index.php
25749   or another entry point.
25750 * Added DBA cache type, for BDB-style caches.
25751 * Removed custom date format functions, replacing them with a format string in
25752   the style of PHP's date(). Used string identifiers instead of integer
25753   identifiers, in both the language files and user preferences. Migration should
25754   be transparent in most cases.
25755 * Simplified the initialisation API for LoadBalancer objects.
25756 * Removed the broken altencoding feature.
25757 * Moved default user options and toggles from Language to User. Language objects
25758   are still able to define default preference overrides and extra user toggles,
25759   via a slightly different interface.
25760 * Don't include the date option in the parser cache rendering hash unless
25761   $wgUseDynamicDates is enabled.
25762 * Merged LanguageUtf8 with Language. Removed LanguageUtf8.php.
25763 * Removed inclusion of language files from the bottom of Language.php. This is
25764   now consistently done from Language::factory().
25765 * Add the name of the executing maintenance script to the debug log. Start the
25766   profiler during maintenance scripts.
25767 * Added "serialized" directory, for storing precompiled data in serialized form.
25768 * Fix regression in auto-set NS_PROJECT_TALK namespace
25769 * Fix regression in ordering of namespaces
25770 * (bug 6806, 6030) Added several global JS variables for article path, user
25771   name, page title, etc.
25772 * hooks registered with addOnloadHook are now called at the one of the html body
25773   by all skins.
25774 * Split ajax aided search from core ajax framework. Use wgUseAjax to enable the
25775   framework and wgAjaxSearch to enable the suggest feature for the search box.
25776 * Added experimental installer for extensions.
25777   See maintenance/installExtension.php
25778 * Added Tajic (tg) language file.
25779 * (bug 6903) Added Cantonese localisation (zh-yue)
25780 * Fix regression in Korean and Japanese date formatting (day of week)
25781 * (bug 6919) Add English alias magic words for Tatar (tt) language file.
25782 * (bug 6753) Fixed broken Kazakh linktrail (kk)
25783 * (bug 6700) Added Kazakh language variants to Names.php
25784 * (bug 6827) some i18n specific maintenance scripts fails after merge of
25785   localisation-work branch
25786 * Throwed an exception for the deprecated functions OutputPage::sysopRequired
25787   and OutputPage::developerRequired - use OutputPage::permissionRequired
25788   instead.
25789 * Removed the deprecated functions User::isSysop, User::isBureaucrat and
25790   User::isDeveloper - use User::isAllowed instead.
25791 * (bug 769) OutputPage::permissionRequired() should suggest groups with the
25792   needed permission
25793 * (bug 6971) Fix regression in Special:Export history view
25794 * Revamped Special:Imagelist
25795 * (bug 7000) updated MessagesPl.php
25796 * (bug 6946) Fix unexpected behavior change with GET hits to Special:Export
25797 * (bug 1866) Improve navigation on Special:Listusers; user now a starting
25798   point as with Special:Allpages, rather than a pure limit.
25799 * Clean up tab order on Special:Blockip
25800 * (bug 5969) Clean up tab order on Special:Userlogin forms
25801 * (bug 3512) namespaceDupes now handles spaces and initial caps properly
25802 * (bug 7037) Fix regression in login tab order
25803 * (bug 7031) Report missing email on 'email password' instead of false success
25804 * (bug 7010) Don't send email notifications for watched talk pages when user
25805   has selected to receive only updates for their own talk page
25806 * Added {{CURRENTHOUR}}
25807 * Added [[:Image:Foo.png]] style links to the pagelinks table
25808 * Avoid duplicate revision imports with Special:Import
25809 * (bug 7054) Validate email address before sending email confirmation message
25810 * (bug 7061) Format title on "from (page)" links on Special:Allpages
25811 * (bug 7044) Introduce "padleft" and "padright" colon functions
25812 * Pass page title as parameters to "linkshere" and "nolinkshere" and update
25813   default message text
25814 * Allows to upload from publicy accessible URL. Set $wgAllowCopyUploads = true;
25815   in LocalSettings.php
25816   Limited to $wgMaxUploadSize (default:100MB); URL upload is limited to sysops
25817   by default, and displayed as a second line if appropriate
25818 * (bug 832) Return to user page after emailing a user
25819 * (bug 366) Add local-system-timezone equivalents for date/time variables
25820 * (bug 7109) Fix Atom feed version number in header links
25821 * (bug 7075) List registered parser function hooks on Special:Version
25822 * (bug 7059) Introduce "anchorencode" colon function
25823 * Include SVN revision number in {{CURRENTVERSION}} output, where applicable
25824 * Fix bug in wfRunHooks which caused corruption of objects in the hook list
25825 * (bug 4979) Use simplified email addresses when running on Windows
25826 * (bug 4434) Show block log fragment on Special:Blockip
25827 * [[MediaWiki:Disambiguationspage]] may optionally contain wiki links to any
25828   number of disambiguation templates.
25829 * [[Special:Disambiguations]] now shows pages in NS:0 that link to any pages
25830   that embed any of the templates listed at [[MediaWiki:Disambiguationspage]].
25831 * Fix formatting of titles on Special:Undelete
25832 * (bug 7026) Fix action=raw&templates=expand
25833 * (bug 6976) Add namespace and direction classes to classic skins
25834 * (bug 7144) Don't "return to main" from OutputPage::loginToUse() if the user
25835   can't read the main page in the first place
25836 * (bug 7188) Fix minor borkage in HTMLForm
25837 * (bug 6675) Replaced message 'watchthis' with new message 'watchthisupload in
25838   Special:Upload
25839 * Add a quickie script dumpSisterSites.php for generating a page list in the
25840   format for WSR-1 SisterSites support
25841 * (bug 7223) Monobook.js is used for site content, should not be localized
25842 * Set default disabled values for DjVu render options
25843 * Added Xml::option() for generating <option>s easily
25844 * Localized page numbers in drop-down for DjVu page selection
25845 * Fixed linktrail for vi
25846 * (bug 6893) "Call to a member function exists() on a non-object" on
25847   trackback.php with bad input
25848 * (bug 6886) PHP undefined offset on bad input to Special:Revisiondelete
25849 * (bug 6887) PHP error for call to getId() on bad input to
25850   Special:Revisiondelete
25851 * (bug 6888) PHP error for call to getTimestamp() on bad input to
25852   Special:Revisiondelete
25853 * (bug 7252) Use dvipng support in texvc math rastrization. dvipng is required
25854   if texvc is rebuilt.
25855 * (bug 7279) Use wfBaseName in place of basename() in more places
25856 * Clear newtalk marker on diff links with explicit current revision number
25857 * (bug 7064) Replace hard-coded empty message checks with wfEmptyMsg calls
25858 * (bug 6777) Remove some PHP 4 compat cruft
25859 * Add --user, --comment, and --license options to importImages.php
25860 * (bug 6216) The immobile namespace message does not mention the source page
25861 * (bug 7299) Normalize username filter on Special:Newpages
25862 * (bug 7306) RTL text in an LTR wiki breaks appearance of Special:Recentchanges
25863 * (bug 7312) Don't emit SET NAMES utf8 if connection failed
25864 * (bug 7305) Proper compare for bot check on RC notify, should fix overrides
25865   that force edits by non-bot users to bot mode
25866 * Set Vary: Cookie on action=raw generated CSS and JS, to ensure that user
25867   preferences don't get stuck in proxy caches for other people
25868 * (bug 7324) Fix error message for failure of Database::sourceFile()
25869 * (bug 7309) Plurals: use singular form for zero in French and Brazilian
25870   Portuguese
25871 * Add page_no_title_convert field to support language variant conversion
25872   for page titles which shouldn't be converted on display/linking
25873 * Lazy extraction of text chunks in Revision objects, may reduce hits to
25874   external storage when actual text content is not used
25875 * Added experimental $wgRevisionCacheExpiry to cache extracted revision text
25876   in $wgMemc, to further reduce hits to external storage.
25877   Set to 0 (disabled) by default.
25878 * Minor changes to the installer.
25879 * Remove ":" for 'youremail' and 'yourrealname' in
25880   includes/templates/Userlogin.php so that ":" could be used in i18n for
25881   Special:Preferences (like 'username' and 'uid').
25882 * Fix layout for Special:Preferences->Date and Time (position for
25883   'timezonetext').
25884 * Updates to language variant code for Serbian et al
25885 * (bug 6756) Enabling RTL direction for kk-cn
25886 * (bug 6701) Kazakh language variants in MessagesEn.php
25887 * (bug 7335) SVN revision check in Special:Version fails on SVN 1.4 working copy
25888 * (bug 6518) Replaced 'lastmodified' with 'lastmodifiedat' and 'lastmodifiedby'
25889   with 'lastmodifiedatby' with separated parameters for date and time to allow
25890   better localisation. Updated all message files to display the old format for
25891   compatibility.
25892 * (bug 7357) Make supposedly static methods of Skin actually static
25893 * Added info text to Special:Deadendpages and Special:Lonelypages
25894 * Fix regression in cachability of generated CSS and JS for MonoBook skin,
25895   while avoiding clobbering of different users' cached data
25896 * (bug 6849) Block @ from usernames; interferes with multi-database tools and
25897   was meant to be banned years ago... For now existing accounts will not be
25898   prevented fromm login.
25899 * (bug 6092) Introduce magic words {{REVISIONDAY}}, {{REVISIONDAY2},
25900   {{REVISIONMONTH}}, {{REVISIONYEAR}} and {{REVISIONTIMESTAMP}}
25901 * (bug 7425) Preceeding whitespace in [[...]] breaks subpages
25902 * Try to reconnect after transitory database errors in dumpTextPass.php
25903 * (bug 6023) Fixed mismatch of 0/NULL for wl_notificationtimestamp; now
25904   notification mails are working after 'Mark all pages visited' button on
25905   Special:Watchlist is clicked
25906 * Made {{INT:}} a core parser function instead of a special case. The syntax
25907   and behavior is largely unchanged.
25908 * (bug 7448) Fixing the native name for Ewe (ee)
25909 * (bug 6864) Replace message 'editing' with new message 'editinguser' in
25910   Special:Userrights to allow better localisation
25911 * Add '*-summary' for special pages to MessagesEn.php to allow
25912   customizing/translation directly through Special:Allmessages
25913 * (bug 6130, bug 5818) Replaced message 'go'  with the new message
25914   'searcharticle' in skins to allow better localisation
25915 * Add + to $wgLegalTitleChars by default. Some sites may have occasional
25916   problems with hard-to-reach pages, but it should be less trouble than
25917   "I can't import dumps from Wikipedia" complaints
25918 * (bug 7460) Revert broken patch for bug 7226 which slows down
25919   Special:Allmessages by a factor of 16
25920 * Committed a bunch of live hacks from Wikimedia servers
25921 * (bug 6889) PHP notices in thumb.php with missing params
25922 * Cleaner error behavior on thumb.php with invalid page selection
25923 * (bug 6617) Validate timestamps on Special:Undelete
25924 * Do fewer unnecessary full writes of user rows; only update user_touched
25925   for watch/unwatch, group membership change, and login operations
25926 * Restructured the languages directory, to avoid problems when people
25927   untar MW 1.8 over the top of a 1.7 installation.
25928 * (bug 6890) SQL query error on bad input to Pager lists
25929   due to negative LIMIT clause, caused by integer wraparound.
25930 * Fixed various bugs related to table prefixes, especially the interaction
25931   between table prefixes and memcached, which was formerly completely broken.
25932 * (bug 7004) PHP iconv() notice on bad password input to Special:Userlogin.
25933 * (bug 6826) Extend pre-save transform context link ("pipe trick")
25934   syntax to pages with commas in title
25935 * Use ImageMagick -thumbnail option instead of -resize to avoid including
25936   excessive metadata in thumbs (requires ImageMagick 6.0.0 or newer).
25937 * (bug 7499) Corrections to Swedish talk namespace names
25938 * (bug 7508) Added option to compress HTML pages by dumpHTML.php
25939 * (bug 7519) Add plural in SpecialWatchlist
25940 * (bug 7459) Magic word variables are always case sensitive
25941 * Replaced {{SERVER}}{{localurl:xxx}} with {{fullurl:xxx}} in localisation files
25942 * Fix regression in Special:Watchlist text header
25943 * (bug 7510) Update article counts etc on undelete
25944 * (bug 7520) Update article counts on XML import
25945 * (bug 7526) Make $wgDefaultUserOptions work again
25946 * (bug 7472) Localize Help namespace for Basque
25947 * (bug 7529) Including a non-existent category in an article places that article
25948   in the category
25949 * (bug 4528) Lack of important LaTeX functions stackrel, rightleftharpoon
25950 * (bug 6721) missing symbols ulcorner, urcorner, llcorner, lrcorner,
25951   twoheadrightarrow, twoheadleftarrow
25952 * (bug 7367) Hyphens sometimes erroneously appended to equations when not
25953   converted to PNG
25954 * Add "title" to the opensearch link to allow automatic adding of the search
25955   engine in Firefox 2
25956 * (bug 7537) Add php5 to $wgFileBlacklist
25957 * (bug 6929) Restore AutoAuthenticate hook
25959 == Languages updated ==
25960 * Albanian (sq)
25961 * Bashkir (ba)
25962 * Bavarian (bar) stub file
25963 * Belarusian (be)
25964 * Bishnupriya (bpy) stub file
25965 * Brazilian Portuguese (pt-br)
25966 * Cantonese (zh-yue)
25967 * Catalan (ca)
25968 * Czech (cs)
25969 * Dutch (nl)
25970 * English (en)
25971 * Finnish (fi)
25972 * French (fr)
25973 * Georgian (ka)
25974 * German (de)
25975 * Hebrew (he)
25976 * Hungarian (hu)
25977 * Indonesian (id)
25978 * Japanese (ja)
25979 * Korean (ko)
25980 * Latin (la)
25981 * Lojban (jbo)
25982 * Macedonian (mk)
25983 * Mazandarani (mzn)
25984 * Polish (pl)
25985 * Portuguese (pt)
25986 * Ripuarian (ksh)
25987 * Romani (rmy)
25988 * Russian (ru)
25989 * Slovak (sk)
25990 * Spanish (es)
25991 * Tajic (tg)
25992 * Tatar (tt)
25993 * Telugu (te)
25994 * Uzbek (uz)
25995 * Yiddish (yi)
25997 == Compatibility ==
25998 MediaWiki 1.8 requires PHP 5 (5.1 recommended). PHP 4 is no longer supported.
26000 MySQL 3.23.x is no longer supported; some older hosts may need to upgrade. At
26001 this time we still recommend 4.0, but 4.1/5.0 will work fine in most cases.
26003 == Upgrading ==
26004 Some minor database changes have been made since 1.7:
26005 * new fields and indexes on ipblocks
26006 * index change on recentchanges
26008 Several changes from 1.5 and 1.6 do require updates to be run on upgrade. To
26009 ensure that these tables are filled with data, run refreshLinks.php after the
26010 upgrade.
26012 If you are upgrading from MediaWiki 1.4.x or earlier, some major database
26013 changes are made, and there is a slightly higher chance that things could
26014 break. Don't forget to always back up your database before upgrading!
26016 === Caveats ===
26017 Some output, particularly involving user-supplied inline HTML, may not produce
26018 100% valid or well-formed XHTML output. Testers are welcome to set $wgMimeType
26019 = "application/xhtml+xml"; to test for remaining problem cases, but this is not
26020 recommended on live sites. (This must be set for MathML to display properly in
26021 Mozilla.)
26023 = MediaWiki 1.7=
26025 == MediaWiki 1.7.3 ==
26027 February 20, 2007
26029 This is a security and bug-fix update to the Summer 2006 quarterly release.
26031 An XSS injection vulnerability based on Microsoft Internet Explorer's UTF-7
26032 charset autodetection was located in the AJAX support module, affecting MSIE
26033 users on MediaWiki 1.6.x and up when the optional setting
26034 [[Manual:$wgUseAjax|$wgUseAjax]] is enabled.
26036 If you are using an extension based on the optional Ajax module, either disable
26037 it or upgrade to a version containing the fix:
26039 * 1.9: fixed in 1.9.3
26040 * 1.8: fixed in 1.8.4
26041 * 1.7: fixed in 1.7.3
26042 * 1.6: fixed in 1.6.10
26044 There is no known danger in the default configuration, with
26045 [[Manual:$wgUseAjax|$wgUseAjax]] off.
26047 * Add 'charset' to Content-Type headers on various HTTP error responses to
26048 forestall additional UTF-7-autodetect XSS issues. PHP sends only 'text/html' by
26049 default when the script didn't specify more details, which some inconsiderate
26050 browsers consider a license to autodetect the deadly, hard-to-escape UTF-7.
26051 This fixes an issue with the Ajax interface error message on MSIE when
26052 [[Manual:$wgUseAjax|$wgUseAjax]] is enabled (not default configuration); this
26053 UTF-7 variant on a previously fixed attack vector was discovered by Moshe BA
26054 from BugSec: http://www.bugsec.com/articles.php?Security=24
26055 * Trackback responses now specify XML content type
26057 == MediaWiki 1.7.2 ==
26059 January 9, 2007
26061 * Note about $wgUploadSizeWarning using byte
26062 * Update to German bookstore list (de)
26063 * (bug [[bugzilla:6680|6680]]) Added localisation for Dutch bookstore list (nl)
26064 * (bug [[bugzilla:6708|6708]]) Minor updates to Russian translation (ru)
26065 * (bug [[bugzilla:6730|6730]]) Clearer usage of message 'titlematch' in German
26066 translation (de)
26067 * Added direction mark to Special:Listredirects
26068 * XSS fix in AJAX module
26070 An XSS injection vulnerability was located in the AJAX support module,
26071 affecting MediaWiki 1.6.x and up when the optional setting
26072 [[Manual:$wgUseAjax|$wgUseAjax]] is enabled.
26074 There is no danger in the default configuration, with
26075 [[Manual:$wgUseAjax|$wgUseAjax]] off.
26077 If you are using an extension based on the optional AJAX module, either disable
26078 it or upgrade to a version containing the fix:
26080 * 1.9: fixed in 1.9.0rc2
26081 * 1.8: fixed in 1.8.3
26082 * 1.7: fixed in 1.7.2
26083 * 1.6: fixed in 1.6.9
26086 == MediaWiki 1.7.1 ==
26088 July 8, 2006
26090 MediaWiki 1.7.1 is a security and bugfix maintenance release of the Summer 2006
26091 snapshot:
26093 A potential HTML/JavaScript-injection vulnerability in a debugging script has
26094 been fixed. Only versions and configurations of PHP vulnerable to the $GLOBALS
26095 overwrite vulnerability are affected.
26097 As a workaround for existing installs, profileinfo.php may simply be deleted if
26098 it's not being used.
26100 * Fix for 'emailconfirmed' implicit user group
26101 * Fix for upgrades on some versions of MySQL 4.0.x
26102 * Fixed potential XSS in profileinfo.php
26103 * Installer now shows clear error message about old PHP versions rather than a
26104 confusing parse error
26106 == MediaWiki 1.7.0 ==
26107 July 6, 2006
26109 This is the quarterly release snapshot for Summer 2006. While the code
26110 has been running on Wikipedia for some time, installation and upgrade
26111 bits may be less well tested. Bug fix releases may follow in the coming
26112 days or weeks.
26114 MediaWiki is now using a "[[w:en:Continuous_integration|continuous
26115 integration]]" development model with
26116 quarterly snapshot releases. The latest development code is always kept
26117 "ready to run", and in fact runs our own sites on Wikipedia.
26119 Release branches will continue to receive security updates for about a year
26120 from first release, but nonessential bugfixes and feature development happen
26121 will be made on the development trunk and appear in the next quarterly release.
26123 Those wishing to use the latest code instead of a branch release can obtain
26124 it from source control: [[Download from SVN]]
26126 == Changes since 1.6 ==
26128 * (bug 5458) Fix double-URL encoding in block log link in contribs and contribs
26129   link in block log
26130 * (bug 5462) Bogus missing patch warning in updater
26131 * (bug 5461) Use of deprecated "showhideminor" in Special:Recentchangeslinked
26132 * PHP warning when allow_call_time_pass_reference is off
26133 * Update to Finnish localization
26134 * (bug 5467) Link to page histories in watchlist edit mode
26135 * Further additions to Hebrew localisation
26136 * (bug 5476) Invalid xhtml in German localization
26137 * (bug 5479) Id translation for preferences tabs caption
26138 * (bug 5493) Id translation for special pages
26139 * Added skinname and style path parameters to CBT version of MonoBook
26140 * Include subversion revision number in Special:Version if available
26141 * (bug 5344) Fix regression that broke slashes in extension tag parameters
26142 * Improve Special:Log performance on big log sets
26143 * (bug 5507) Changed mediawiki:logouttext from plain to wikitext
26144 * (bug 4760) Prevent creation of entries in protection log when protection
26145   levels haven't changed
26146 * (bug 861) Show page protection/unprotection events in histories
26147 * (bug 5499) Don't clear the tag strip state when asked not to clear state.
26148   Fixes regression with use of <ref> in a template breaking <nowiki> etc.
26149 * Minor improvements to English language files
26150 * Display the anon talk page info message on anon talk pages again
26151   (moved outside the parser cache)
26152 * Optional {{DISPLAYTITLE|title with markup}} magic word
26153   Deactivated by default, set "$wgAllowDisplayTitle = true" in LocalSettings.php
26154   to activate
26155 * Cleaned SpecialContributions a bit
26156 * Added a table to track interlanguage links
26157 * (bug 5544) Fix redirect arrow in Special:Listredirects for right-to-left
26158   languages
26159 * Replace "doubleredirectsarrow" with a content language check that picks the
26160   appropriate arrow
26161 * (bug 5537) Add stub language file for Samogitian (bat-smg); inherits
26162   Lithuanian (lt)
26163 * Don't force edit summaries when a user is editing their own user/talk page
26164 * (bug 5510) Warning produced when using {{SUBPAGENAME}} in some namespaces
26165 * (bug 385) Installer support for PostgreSQL, fixes for PG compatibility
26166 * PersistentObject removed; it doesn't do anything and was broken besides.
26167   All extensions using it have been corrected.
26168 * Propagate ISBN number for Booksources in LanguageNo.php
26169 * (bug 5548) Improvements to Indonesian localisation [patch: Ivan Lanin]
26170 * Add TALKSPACE, SUBJECTSPACE, TALKPAGENAME, SUBJECTPAGENAME (and encoded forms
26171   for all) magic words
26172 * (bug 5403) Fix Special:Newpages RSS/Atom feeds
26173 * Reject malformed addresses in X-Forwarded-For entries
26174 * (bug 3359) Add hooks on completion of file upload
26175 * (bug 5559) Improve detection of ImageMagick [patch: Greg Turnquist]
26176 * (bug 5475) New pages feeds ignore "limit" argument
26177 * (bug 5184) CSS misapplied to elements in Special:Allmessages due to
26178   conflicting anchor identifiers
26179 * (bug 5519) Allow sidebar cache to be disabled; disable it by default.
26180 * Maintenance script to import the contents of a text file into a wiki page
26181 * Add $wgReservedUsernames configuration directive to block account creation/use
26182 * (bug 5576) Remove debugging hack in session check
26183 * (bug 5426) Lowercase treatment of titles in rights log leads to broken links
26184   on Special:Log
26185 * Minor improvements to French localisation files
26186 * (bug 5181) Update "nogomatch" for Slovak
26187 * (bug 5594) Id translation up to # Login and logout pages section
26188 * (bug 5536) Use content language for editing help link
26189 * Improvements to German localisation files
26190 * (bug 5570) Problems using <special page>/parameter link form for long titles
26191 * (bug 3884) Add $user parameter to AddNewUser hook, call it for by-email
26192   registrations as well as self-registrations.
26193 * (bug 4327) Report age of cached data sets in query pages
26194 * (bug 4662) Fix Safari check in wikibits.js
26195 * (bug 4663) Edit toolbar enabled in compatible versions of Safari
26196 * (bug 5572) Edit toolbar enabled in compatible versions of Konqueror (3.5+)
26197 * (bug 5235) Edit toolbar tooltips no longer show JavaScript junk in Opera
26198 * Edit toolbar now works in pure XHTML mode (application/xhtml+xml)
26199 * Add watchlist clear function to allow quick purging of all items
26200 * (bug 5625) Additional namespace translations for Welsh
26201 * Add meta tag and JavaScript variables to cached special pages which provides
26202   the timestamp of the last update, in YYYYMMDDHHMMSS format.
26203 * (bug 5628) More translations for MessagesHr.php
26204 * (bug 5595) Localisation for Bosnian language (bs)
26205 * (bug 2910) Default view preferences for watchlists
26206 * Add "hide bot edits from the watchlist" user preference
26207 * (bug 5250) Introduce Special:Unusedtemplates
26208 * Add user preference setting for an extended watchlist, showing all recent
26209   edits up to a certain edit, and not just the latest edit.
26210 * Made MessageRo.php more general
26211 * (bug 5640) Indonesian localisation improvements
26212 * (bug 5592) Actions are logged with the default language for the
26213    wiki, not the language of the user performing the operation.
26214 * (bug 5644) Error in LanguageBs.php file
26215 * (bug 5646) Compare for identical types in wfElement()
26216 * (bug 5472) Language::userAdjust()->minDiff not initialized on else condition
26217 * (bug 5386) LanguageMk.php: updated namespaces translations
26218 * (bug 5422) Stub for Romani (rmy) language which extends ro
26219 * Fix linktrail for LanguageSr
26220 * (bug 5664) Fix Bosnian linktrail
26221 * (bug 3825) Namespace filtering on Special:Newpages
26222 * (bug 1922) When Special:Wantedpages is cached, mark links to pages
26223   which have since been created
26224 * (bug 5659) Change grammar hacks for Bosnian Wikimedia namespaces.
26225   This sort of special casing should be removed and fixed properly.
26226 * Remove useless whitespace from Special:Brokenredirects header
26227 * Treat "allmessagesnotsupporteddb" as wikitext when echoing; change default
26228   text
26229 * (bug 5497) Regression in HTML normalization in 1.6 (unclosed <li>,<dd>,<dt>)
26230 * (bug 5709) Allow customisation of separator for categories
26231 * (bug 5684) Introduce Special:Randomredirect
26232 * (bug 5611) Add a name attribute to the text box containing source text in
26233   read-only pages
26234 * Indicate when a protected page is an interface message ("protectedinterface")
26235 * (bug 4259) Indicate when a protected page being edited is an interface message
26236   ("editinginterface")
26237 * (bug 4834) Fix XHTML output when using $wgMaxTocLevel
26238 * Pass login link to "whitelistedittext" containing 'returnto' parameter
26239 * (bug 5728): mVersion missing from User::__sleep() leading to constant cache
26240   miss
26241 * Updated maintenance/transstat.php so it can show duplicate messages
26242 * Improvements to update scripts; print out the version, check for superuser
26243   credentials before attempting a connection, and produce a friendlier error if
26244   the connection fails
26245 * (bug 5005) Fix XHTML <gallery> output.
26246 * (bug 5315) "Expires: -1" HTTP header made strictly valid (using 1970 date).
26247 * (bug 4825) note in DefaultSettings.php about 'profiling' table creation
26248 * Remove unneeded extra whitespace at top of Special:Categories
26249 * (bug 5679) time units are now using local numerals
26250 * (bug 5751) Updates to Portuguese localisation files
26251 * (bug 5741) Introduce {{NUMBEROFUSERS}} magic word
26252 * (bug 93) <nowiki> tags and tildes in templates
26253 * The returnto parameter is now actually used by SpecialUserlogin.php
26254 * Parser can now know that it is parsing an interface message
26255 * (bug 4737) MediaWiki:Viewcount supports {{PLURAL}} now
26256 * Fix bug in wfMsgExt under PHP 5.1.2
26257 * (bug 5761) Project talk namespace broken in Xal, Os, Udm and Cv
26258 * Rewrite reassignEdits script to be more efficient; support optional updates to
26259   recent changes table; add reporting and silent modes
26260 * Cleaned up formatNum usage in langfiles
26261 * (bug 5716) Warn when a user tries to upload a file which was previously
26262   deleted
26263 * (bug 5565) Add a class attribute to the table on Special:Allpages
26264 * "lang=xx" option for parser test cases to set content language
26265 * (bug 5764) Friulian translation updated
26266 * (bug 5757) Fix premature cutoff in LanguageConverter with extra end markers
26267 * (bug 5516) Show appropriate "return to" link on blocked page
26268 * (bug 5377) Do not auto-login when creating an account as another user
26269 * (bug 5284) Special redirect pages should remember parameters
26270 * Suppress 7za output on dumpBackup
26271 * (bug 5338) Reject extra initial colons in title
26272 * (bug 5487) Escape self-closed HTML pair tags
26273 * Add "raw suffix" magic word for some magic words, e.g. {{NUMBEROFUSERS|R}}
26274   will produce a count minus formatting
26275 * Fix Parser::cleanSig() to use Parser::startExternalParse() and choose an
26276   appropriate output format given the scope of the clean
26277 * (bug 5593) Change "bureaucrat log" to "rights log"
26278 * Show a boilerplate "(none)" in place of a blank within the log action text for
26279   user rights
26280 * (bug 137) Commented out translations for copyrightwarning which mention GNU
26281   FDL
26282 * (bug 5723) Don't count pages linked to from the MediaWiki namespace as
26283   "wanted"
26284 * (bug 5696) Add a third parameter, $3, to "rcnote", passing the current time
26285   formatted according to the current user's settings
26286 * (bug 5780) Thousands and decimal separators for Norwegian
26287 * Updated initStats maintenance script
26288 * (bug 5767) Fix date formats in Vietnamese locale
26289 * (bug 361) URL in URL, they were almost fixed. Now they are.
26290 * (bug 4876) Add __NEWSECTIONLINK__ magic word to force the "new section"
26291   link/tab to show up on specific pages on demand
26292 * Bidi-aid on list pages
26293 * (bug 5782) Allow entries in the bad image list to use canonical namespace
26294   names
26295 * (bug 5789) Treat "loginreqpagetext" as wikitext
26296 * Sanitizer: now handles nested <li> in <ul> or <ol>
26297 * (bug 5796) We require MySQL >=4.0.14
26298 * Add 'EmailConfirmed' hook
26299 * New findhooks.php script to find undocumented hooks.
26300 * Silently ignore errors on profiling table update.
26301 * (bug 5801) Correct handling of underscores in Special:Listusers
26302 * Clean up Special:Listusers; add an "(all)" label to the group selection box
26303 * (bug 5812) Use appropriate link colour in Special:Mostlinked
26304 * (bug 5802) {{CURRENTMONTHNAME}} variable broken in Vietnamese locale
26305 * (bug 5817) Appropriate handling for Special:Recentchangeslinked where the
26306   target page doesn't exist
26307 * Special:Randompage now additionally accepts English namespace name as
26308   parameter
26309 * (bug 2981) Really fixed linktrail for Tamil (ta)
26310 * Disallow substituting Special pages when included into a page
26311 * (bug 5587) Clean up the languages from references to the Groups special page
26312 * Added new group-X and group-X-member messages
26313 * Rewritten removeUnusedAccounts to be more efficient, print names of inactive
26314   accounts
26315 * Redirect Special:Userlist to Special:Listusers
26316 * Introduce $wgAllowTitlesInSVG, which allows the <title> attribute in uploaded
26317   files bearing the image/svg MIME type. Disabled by default due to the vast
26318   majority of web servers being hideously misconfigured. See DefaultSettings.php
26319   for more details.
26320 * Changed default LocalSettings.php to append the previous include path when
26321   setting it
26322 * (bug 5837) Use "members" for the value descriptor in Special:Categories,
26323   Special:Wantedcategories and Special:Mostlinkedcategories.
26324 * (bug 3309) Allow comments when undeleting pages
26325 * Clean up Special:Undelete a bit
26326 * (bug 5805) messages nbytes, ncategories can now use {{plural:}}
26327 * Clean up Special:Imagelist a bit
26328 * (bug 5838) Namespace names for Nds-NL
26329 * (bug 5749) Added Tyvan language files
26330 * (bug 5791) Fix SQL syntax in Special:BrokenRedirects, was causing incorrect
26331   data to show
26332 * (bug 5839) Prevent access to Special:Confirmemail for logged-out users
26333 * (bug 5853) Update for Portuguese messages (pt)
26334 * (bug 5851) Use Cyrillic for Kirghiz language name
26335 * (bug 5841) Allow the 'EditFilter' hook to return a non-fatal error message
26336 * (bug 5846) Link to individual group description pages in Special:Listusers
26337 * (bug 5857) Update for German localisation (de)
26338 * (bug 5858) Update for Russian language (ru)
26339 * (bug 5860) Update for Indonesian language (id)
26340 * (bug 1120) Update for Czech language (Cs)
26341 * Added many missing formatNum calls
26342 * Added grammar function to Belarusian (be)
26343 * (bug 5819) Add 'PersonalUrls' hook
26344 * (bug 5862) Update of Belarusian language (be)
26345 * (bug 5886) Update for Portuguese messages (pt)
26346 * (bug 5586) <gallery> treated text as links
26347 * (bug 5878) Update for Indonesian language (id)
26348 * (bug 5697) Update for Malay language (ms)
26349 * (bug 5890) Update for German language (de)
26350 * (bug 5889) Name for Sindhi language should appear as سنڌي
26351 * --force-normal parameter on dump scripts to force check for ICU extension
26352 * (bug 5895) Update for Dutch language (nl)
26353 * (bug 5891) Linktrail for Polish language (pl)
26354 * User::isBureaucrat , User::isDeveloper , User::isSysop deprecated in
26355   v1.6 now die with a backtrace. They will be removed in v1.8
26356 * dumpTextPass now skips goes to database for entries that were blank in the
26357   previous dump, as this may indicate a broken dump.
26358 * dumpTextPass progress includes percentage of items prefetched
26359 * dumpTextPass can now use 7zip files for prefetch
26360 * (bug 5915) Update to Indonesian localisation (id)
26361 * (bug 5913) Update for German localisation (de)
26362 * (bug 5905) Plural support for Bosnian localisation (bs)
26363 * Groups which won't hit the rate limiter now configurable with
26364   $wgRateLimitsExcludedGroups
26365 * (bug 5806) {{plural:}} support instead of "twin" MediaWiki messages
26366 * (bug 5931) Update for Polish language (pl)
26367 * Ignore the user and user talk namespaces on Special:Wantedpages
26368 * Introduce NUMBEROFPAGES magic word
26369 * (bug 5833) Introduce CURRENTVERSION magic word
26370 * (bug 5370) Allow throttling of password reminder requests with the rate
26371   limiter
26372 * (bug 5683) Respect parser output marked as uncacheable when saving
26373 * (bug 5918) Links autonumbering now work for all defined protocols
26374 * (bug 5935) Improvement to German localisation (de)
26375 * (bug 5937) Register links from gallery captions with the parent parser output
26376   object so that link tables receive those updates too
26377 * (bug 5845) Introduce BASEPAGENAME and BASEPAGENAMEE magic words
26378 * (bug 5941) Use content language when getting the administrator page title for
26379   Special:Statistics
26380 * (bug 5949) Update to Indonesian localisation (id)
26381 * (bug 5862) Update of Belarusian translation (be)
26382 * (bug 5950) Improvements to French localisation
26383 * (bug 5805) {{plural:}} support for counters in some special pages
26384 * (bug 5952) Improvement to German localisation (de)
26385 * Rename conflicting metadata help message to "metadata_help" (was "metadata")
26386   and treat it as wiki text
26387 * Improve preferences input filtering
26388 * Maintenance script to import multiple files into the wiki
26389 * (bug 5957) Update for Hebrew language (he)
26390 * (bug 5962) Update for Italian language (it)
26391 * (bug 5961) Update for Portuguese localisation (pt)
26392 * (bug 5849) Remove some hard-coded references to "Wikipedia" in messages
26393 * (bug 5967) Improvement to German localisation (de)
26394 * (bug 5962) Update for Italian language (it)
26395 * Suppress images in galleries which appear on the bad image list (when
26396   rendering for a wiki page; galleries in special pages and categories are
26397   unaffected)
26398 * Maintenance script to remove orphaned revisions from the database
26399 * (bug 5991) Update for Russian language (ru)
26400 * (bug 6001) PAGENAMEE and FULLPAGENAMEE don't work in FULLURL and LOCALURL
26401   magic words
26402 * (bug 5958) Switch Uzbek language name to use latin script
26403 * (bug 839) Add URLENCODE magic word
26404 * (bug 6004) Update for Polish language (pl)
26405 * (bug 5971) Improvement to German localisation (de)
26406 * (bug 4873) Don't overwrite the subtitle navigation when viewing a redirect
26407   page that isn't current
26408 * (bug 2203) Namespace updates for Thai
26409 * Fix breakage in parser test suite which caused incorrect reporting of the
26410   failure of {{NUMBEROFFILES}}. Now initialises the site_stats table with some
26411   dumb data. Updated the expected output for {{NUMBEROFARTICLES}} to reflect
26412   this.
26413 * (bug 6009) Use {{ns:project}} in messages where appropriate
26414 * (bug 6012) Update to Indonesian localisation (id)
26415 * (bug 6017) Update list of bookstores in German localisation files
26416 * (bug 5187) Allow programmatically bypassing username validation, for scripts
26417 * (bug 6025) SpecialImport: wrong message when no file selected
26418 * (bug 6015) EditPage: add spacing in the boxes "edit is minor" and "watch this"
26419 * (bug 6018) Userrights: new message when no user specified ('nouserspecified')
26420 * (bug 2015) Add "\sim" to ~ conversion for HTML rendering
26421 * (bug 6029) Improvement to German localisation (de)
26422 * (bug 5015) Update be: magic words
26423 * (bug 3974) Add parameter for site URL to "passwordremindertext"
26424 * (bug 6039) Update for Portuguese localisation (pt)
26425 * (bug 764) Add CREATE TEMPORARY TABLES to default database permissions
26426 * Big update to Swedish localisation (sv)
26427 * Use appropriate HTML functions to create the tool links on image pages, so
26428   they don't look garbled when tidy isn't on
26429 * (bug 5511) Fix URL-encoding of usernames in links on Special:Ipblocklist
26430 * (bug 6046) Update to Indonesian localisation (id) #15
26431 * (bug 5523) $wgNoFollowNsExceptions to allow disabling rel="nofollow" in
26432   specially-selected namespaces.
26433 * (bug 6055) Fix for HTML/JS injection bug in variable handler (found by Nick
26434   Jenkins)
26435 * Reordered wiki table handling and __TOC__ extraction in the parser to better
26436   handle some overlapping tag cases.
26437 * Only the first __TOC__ is now turned into a TOC
26438 * (bug 4610) Indicate patrolled status on watchlists and allow users to mark
26439   changes as patrolled using the diff links there
26440 * Add 'DiffViewHeader' hook called before diff page output
26441 * (bug 6051) Improvement to German localisation (de)
26442 * (bug 6054) Update to Indonesian localisation (id) #16
26443 * Add {{CURRENTTIMESTAMP}} magic word
26444 * (bug 6061) Improper escaping in some html forms
26445 * (bug 6065) Remove underscore when using NAMESPACE and TALKSPACE magics.
26446 * (bug 6074) Correct squid purging of offsite upload URLs
26447 * To simplify the lives of extension developers, the logging type arrays
26448   can now be appended to directly by an extension setup function. It is
26449   no longer necessary to write four separate functions just to add a
26450   custom log type.
26451 * (bug 6057) Count "licenses" as a message (and show it in Special:Allmessages)
26452 * Added $wgGrammarForms global
26453 * Fixed hardcoded 'done.' when removing watchlist entries.
26454 * (bug 5962) Update for Italian language (it)
26455 * (bug 6086) Remove vestigial attempt to call Article::validate()
26456 * wfHostname() function for consistent server hostname use in debug messages
26457 * Send thumbnailing error messages to 'thumbnail' log group
26458 * wfShellexec() now accepts an optional parameter to receive the exit code
26459 * Failed, but not zero-length, thumbnail renderings are now removed.
26460   Should help clean up when rsvg fails in weird ways.
26461 * (bug 6081) Change description for Turkmen language
26462 * Increase robustness of parser placeholders; fixes some glitches when
26463   adjacent to identifier-ish constructs such as URLs.
26464 * Shut up the parser test whining about files in a temp directory.
26465 * (bug 6098) Add Aragonese language support (an)
26466 * (bug 6101) Update for Russian language (ru)
26467 * Add $wgIgnoreImageErrors to suppress error messages for thumbnail rendering
26468   problems. If errors are transitory, this should reduce annoying messages
26469   making it into cached display.
26470 * (bug 6103) Wrap self-links in a CSS class ("selflink")
26471 * (bug 6102) For consistency with other markup, normalize all HTML-encoded
26472   character entities in URLs, not just ampersands. This allows use of eg
26473   &#61; when making URLs for template parameters.
26474 * Markup anality: escape </ as <\/ in toolbar javascript for pure correctness
26475   under HTML-compatible browsers.
26476 * (bug 5077) Added hook 'BeforePageDisplay' to SkinTemplate::outputPage
26477 * Replace fatally changed 'uploadnewversion' with 'uploadnewversion-linktext'
26478 * (bug 472) Syndication feeds for the last few edits of page history
26479 * Format edit comments in Recent Changes feed
26480 * Switch incorrectly ordered column headers on Recent Changes feed diffs
26481 * (bug 6117) Use message for history feed description, add German localization
26482 * (bug 1017) fixed thumbnails of animated gifs.
26483 * Add APC as object caching option
26484 * Update to Albanian localization (sq)
26485 * (bug 6099) Introduce {{DIRECTIONMARK}} magic word (with {{DIRMARK}} as an
26486   alias)
26487 * Use optimized php5-only microtime()
26488 * Add possibility to store local message cache as PHP executable script
26489 * Fix profiling table definition
26490 * (bug 6040) Run pre-save transform before calculating the diff. when doing a
26491   "show changes" operation in the editor
26492 * (bug 4033) Respect $wgStyleDirectory when checking available skins
26493 * Remove hideous backslashes from MessagesBr.php
26494 * Fix APC object cache issues, add functionality to installer
26495 * (bug 6133) Update strip state as we work. This mostly fixes extensions
26496   used in Cite.php <ref> tags when Tidy is on.
26497 * (bug 6139) Workaround for transclusion oddities in Vietnamese upload text
26498 * (bug 6136) Update to Catalan language (ca)
26499 * Update to Japanese localization (ja)
26500 * Add /usr/local/bin to the diff3 search paths in the installer
26501 * (bug 6106) Update to Indonesian localisation (id) #17
26502 * (bug 6125) Add links to edit old versions to diff views
26503 * (bug 5127) Auto edit summary when creating/editing redirect page
26504 * (bug 3926) Introduce {{#language:}} magic word
26505 * Fix section links from edit comments for [[:Image:Bla.jpg]] in section titles
26506 * (bug 6126) Allow fallback to customized primary language when user language
26507   message contains '-'; fixes licenses selector on Commons configuration after
26508   recent addition of the message to Messages.php
26509 * (bug 5527) Batch up job queue insertions for, hopefully, better survivability
26510   of lock contention etc. Duplicates are now removed at pop time instead of
26511   at insert time.
26512 * When showing the "blah has been undeleted" page, make sure it's a blue link
26513 * parserTests.php accepts a --file parameter to run an alternate test sutie
26514 * parser tests can now test extensions using !!hooks sections
26515 * Fix oddity with open tag parameters getting stuck on </li>
26516 * (bug 5384) Fix <!-- comments --> in <ref> extension
26517 * Nesting of different tag extensions and comments should now work more
26518   consistently and more safely. A cleaner, one-pass tag strip lets the
26519   'outer' tag either take source (<nowiki>-style) or pass it down to
26520   further parsing (<ref>-style). There should no longer be surprise
26521   expansion of foreign extensions inside HTML output, or differences
26522   in behavior based on the order tags are loaded.
26523 * (bug 885) Pre-save transform no longer silently appends close tags
26524 * Pre-save transform no longer changes the case of close tags
26525 * (bug 6164) Fix regression with <gallery> resetting <ref> state
26526 * Hackaround for IE 7 wrapping bug in MonoBook footer
26527 * New message sp-newimages-showfrom replaces rclistfrom on special:newimages
26528 * Improve handling of ;: definition list construct with overlapping or
26529   nested HTML tags
26530 * (bug 6171) Fix sanitizing of HTML-elements with an optional closing
26531   tag. The sanitizer still needs to learn how to make well-formed XML
26532   in this case.
26533 * Fix fatal error when specifying illegal name for manual thumbnail
26534 * (bug 6184) Use shinier Linker::userLink() to make user links in
26535   Special:Undelete
26536 * (bug 6170) Update for Kashubian translation (csb)
26537 * (bug 6191) Update to Indonesian translation (id) #18
26538 * (bug 6114) Update to Walloon localization (wa)
26539 * Added $wgNamespaceRobotPolicies to allow customisation of robot policies on a
26540   per-namespace basis.
26541 * Add <ol> to the list of block elements for doBlockLevels; avoids <p>s being
26542   interspersed into your ordered lists.
26543 * (bug 5021) Transcluding the same special page twice now works
26544 * Add 'SiteNoticeBefore' and 'SiteNoticeAfter' hooks
26545 * (bug 6182) Date passed in "sp-newimages-showfrom" not adjusted to user time
26546   preferences
26547 * (bug 2587) Fix for section editing with comment prefix
26548 * (bug 2607) Fix for section editing with mix of wiki and HTML headings
26549 * (bug 3342) Fix for section editing with headings wrapped in <noinclude>
26550 * (bug 3476) Fix for section editing with faux headings in extensions
26551 * (bug 5272) Fix for section editing with HTML-heading subsections
26552 * Fix for bogus wiki headings improperly detected with following text
26553 * Fix for HTML headings improperly not detected with preceding/following text
26554 * Section extraction and replacement functions merged into one implementation
26555   on the Parser object, so they can't get out of sync with each other.
26556 * Edit security precautions in raw HTML mode, etc
26557 * (bug 6197) Update to Indonesian translation (id) #19
26558 * (bug 6175) Improvement to German translation (de)
26559 * Redirect Special:Logs to Special:Log
26560 * (bug 6206) Linktrail for Swedish localization (se)
26561 * (bug 3202) Attributes now allowed on <pre> tags
26562 * Sanitizer::validateTagAttributes now available to discard illegal/unsafe
26563   attribute values from an array.
26564 * (bug 3837) Leave <center> as is instead of doing an unsafe text replacement
26565   to <div class="center">. <center> is perfectly valid in the target doctype
26566   (XHTML 1.0 Transitional), while the replacement didn't catch all cases and
26567   could even result in invalid output from valid input.
26568 * (bug 4280) Use 'noindex,nofollow' instead of 'noindex,follow' for default
26569   meta robots tag on diff view and special pages. Should reduce impact of
26570   robots on scrolling special pages, diffs etc on sites where robots.txt
26571   doesn't forbid access.
26572 * Regression fix: suppress warning about session failure when clicking to
26573   edit with 'preview on first edit' enabled.
26574 * (bug 6230) Regression fix: <nowiki> in [URL link text]
26575 * Added AutoLoader.php, which loads classes without need of require_once()
26576 * (bug 5981) Add plural function Slovenian (sl)
26577 * (bug 5945) Introduce {{CONTENTLANGUAGE}} magic word
26578 * {{PLURAL}} can now take up to five forms
26579 * (bug 6243) Fix email for usernames containing dots when using PEAR::Mail
26580 * Remove a number of needless {{ns:project}}-type transforms from messages
26581   files. These usages already have separate label text. Such transforms are
26582   wasteful on each page view.
26583 * Update to Yiddish localization (yi)
26584 * (bug 6254) Update to Indonesian translation (id) #20
26585 * (bug 6255) Fix transclusions starting with "#" or "*" in HTML attributes
26586 * Whitespace now normalized more or less properly in HTML attributes
26587 * Fix regression(?) in behavior of initial-whitespace-pre in <center>
26588 * (bug 6260) Update to Interlingua localization (ia)
26589 * Update to Vlax Romany localization (rmy)
26590 * Update to Latin translation (la)
26591 * Update to Dutch translation (nl)
26592 * Avoid some notices in page history with bad input
26593 * Use double quoted consistently on attributes in linker output; preparing
26594   for new normalization code when tidy not in use
26595 * Replace "nogomatch" with "noexactmatch" and place the magic colon in the
26596   messages themselves. Some minor tweaks to the actual message content.
26597 * Introduce $wgContentNamespaces which allows for articles to exist in
26598   namespaces other than the main namespace, and still be counted as valid
26599   content in the site statistics.
26600 * (bug 5932) Introduce {{PAGESINNAMESPACE}} magic word
26601 * Disable $wgAllowExternalImages by default.
26602 * (bug 2700) Nice things like link completion and signatures now work in
26603   <gallery> tags.
26604 * Cancel output buffering in StreamFile; when used inside gzip buffering this
26605   could cause funny timeout behavior as the Content-Length was wrong.
26606 * Return correct content-type header with 304 responses for StreamFile;
26607   it confuses Safari if you let it return "text/html".
26608 * (bug 6280) Correct GRAMMAR for Slovenian localisation (sl)
26609 * (bug 6162) Change date format for Dutch Low Saxon (nds-nl)
26610 * (bug 6296) Update to Indonesian localisation (id) #21
26611 * Introduce EditFormPreloadText hook, see docs/hooks.txt for more information
26612 * (bug 4054) Add "boteditletter" to recent changes flags
26613 * Update to Catalan localization (ca)
26614 * (bug 2099) Deleted image files can now be archived and undeleted.
26615   Set $wgSaveDeletedFiles on and an appropriate directory path in
26616   $wgFileStore['deleted']['directory']
26617 * (bug 6324) Fix regression in enhanced RC alignment
26618 * Introduce {{NUMBEROFADMINS}} magic word
26619 * Update to Slovak translation (sk)
26620 * Update to Alemannic localization (gsw)
26621 * (bug 6300) Bug fixes for sr: variants
26622 * namespaceDupes.php can now accept an arbitrary prefix, for checking rogue
26623   interwikis and such. Not yet fully automated.
26624 * (bug 6344) Add Special:Uncategorizedimages page
26625 * (bug 6357) Update to Russian translation (ru)
26626 * Workaround possible bug in Firefox nightlies by properly removing the
26627   Content-Encoding header instead of sending explicit 'identity' value
26628   in StreamFile
26629 * (bug 6304) Show timestamp for current revision in diff pages
26630 * Vertically align current version with old version header in diff display
26631 * (bug 6174) Remove redundant "emailforlost" message
26632 * (bug 6189) Show an error to an unprivileged user trying to create account
26633 * (bug 6365) Show user information in the "old revision" navigation links
26634 * Introduce 'FetchChangesList' hook; see docs/hooks.txt for more information
26635 * (bug 6345) Update to Indonesian localisation (id) #22
26636 * (bug 6279) Add genitive month names to Slovenian localisation
26637 * (bug 6351) Update to German translation (de)
26638 * Respect language directionality when displaying arrow in
26639   Special:Brokenredirects
26640 * Remove unused "validation" table definitions from the schema files
26641 * (bug 6398) Work around apparent PCRE bug breaking section editing when
26642   massively-indented preformatted text immediately followed a header
26643 * (bug 6392) Fix misbehaving <br /> in preferences form
26644 * Add translated magic words to Hebrew localization
26645 * (bug 6396) Change name for Chuvash language
26646 * Introduce optional (off by default) language selector bar for user login
26647   and registration. Customisable via the "loginlanguagelinks" message, the
26648   links will preserve "returnto" values. If the user creates an account while
26649   using such a link, then the language in use will be saved as their language
26650   preference.
26651 * Make sure '~~~' '~~~~' '~~~~~' are removed in Nickname preference.
26652 * Rename "ipusuccess" to "unblocked", change the format (now wiki text)
26653 * (bug 2316) Add "caption" attribute to <gallery> tag
26654 * Allow setting the skin object that ImageGallery will use; needed during parse
26655   operations (the skin must come from the ParserOptions, not $wgUser)
26656 * Fix notice in MacBinary detection debug data for files of certain lengths
26657 * (bug 6131) Add type detection for DjVu files, allowing them to be uploaded
26658   with validity checking and size detection. No inline thumbnailing yet,
26659   but could be added in the future.
26660 * (bug 6423) Don't update newtalk flag if page content didn't change (null edits
26661   were causing the newtalk flag to trigger inappropriately)
26662 * Parser functions are now set using magic words.
26663 * (bug 6428) Incorrect form action URL on Special:Newimages with hidebots = 0
26664   set
26665 * (bug 4990) Show page source to blocked users on edits, or their modified
26666   version if blocked during an edit
26667 * (bug 5903) When requesting the raw source of a non-existent message page,
26668   return blank content (as opposed to the message key)
26669 * Improve default blank content of MediaWiki:Common.css and
26670   MediaWiki:Monobook.css
26671 * (bug 6434) Allow customisation of submit button text on Special:Export
26672 * (bug 6314) Add user tool links on page histories
26673 * Fix display of file-type icons in galleries when $wgIgnoreImageErrors is off
26674 * (bug 6438) Update to Indonesian translation (id) #23
26675 * Adding the language code parameter to the hook "LanguageGetMagic", to allow
26676   localizble extensions magic words.
26677 * Update to Romanian translation (ro)
26678 * Update to Esperanto translation (eo)
26679 * Check for preg_match() existence when installing and die out whining about
26680   PCRE if it's not there, instead of throwing a fatal error
26681 * (bug 672) Add MathAfterTexvc hook
26682 * Update to Piedmontese localization (pms)
26683 * dumpBackup can optionally compress via dbzip2
26684 * (bug 2483) Run link updates on change via XML import
26685 * (bug 2481) List imported pages during Special:Import
26686 * (bug 2482) Log and RC entries for Special:Import events
26687 * Allow fetching all revisions from transwiki Special:Import
26688 * Allow fetching all revisions from Special:Export GET request
26689 * Disable output buffering on Special:Export; should help with streaming
26690   large numbers of history items.
26691 * Allow setting a maximum number of revisions for history Special:Export;
26692   pages with more than $wgExportMaxHistory revisions are excluded from
26693   export when history is requested.
26694 * Fix transwiki import of pages with space in name
26695 * Save null edit when importing pages through Special:Import
26696 * Update to Korean translation (ko)
26697 * Show a more specific message when an anonymous user tries to access
26698   Special:Watchlist
26699 * (bug 3278) Paging links in Special:Prefixindex
26700 * Added Latvian localization (lv)
26701 * (bug 6472) Fix regression in Special:Export with multiple pages
26702 * Update to Macedonian translation (mk)
26703 * Allow page moves over historyless self-redirects. Such are usually created
26704   as part of namespace rearrangements, and it's easier to clean them up if
26705   we can move over them.
26706 * Show some error results in moveBatch.php
26707 * (bug 6479) Allow specification of the skin to use during HTML dumps
26708 * (bug 6461) Link to page histories in Special:Newpages
26709 * (bug 6484) Don't do message transformations when preloading messages for
26710   editing
26711 * (bug 6201) Treat spaces as underscores in parameters to {{ns:}}
26712 * (bug 6006) Allow hiding the password change fields using an authentication
26713   plugin
26714 * (bug 6489) Use appropriate link colour on Special:Shortpages
26715 * Added formatnum magic word
26716 * Added Javanese localization (jv)
26717 * (bug 6491) Apply bad image list in category galleries
26718 * (bug 6488) Show relevant log fragment in Special:Movepage
26719 * Fix potential PHP notice in Special:Blockme when $wgBlockOpenProxies is true
26720 * Use mysql_real_escape_string instead of addslashes for string escaping in
26721   the MySQL Database class. This may fix some rare breakage with binary fields.
26722   Note that MediaWiki does not support the multibyte character sets where a
26723   "dumb" byte replacement can be actively dangerous; UTF-8 is always safe
26724   in this regard due to the bit patterns which make head and tail bytes
26725   distinct.
26726 * (bug 6497) Use $wgMetaNamespaceTalk for Esperanto if set
26727 * (bug 6498) Use localized forms for image size in Special:Undelete
26728 * (bug 6485) Update to Indonesian translation (id) #24
26729 * Extension messages translation is now possible.
26730 * Add target namespace override selector for transwiki imports.
26731   $wgImportTargetNamespace specifies the default, to be used for
26732   Wiktionary's 'Transwiki:' namespace etc.
26733 * (bug 6506) Update to German localisation (de)
26734 * (bug 502) Avoid silly tabs on bad title by using virtual special page
26735 * (bug 6511) Add diff links to old revision navigation bar
26736 * (bug 6511) Replace 'oldrevisionnavigation' message with
26737   'old-revision-navigation'
26738 * Fix regression in Polish genitive month forms
26739 * (bug 4037) Make input handling in Special:Allpages and Special:Prefixindex
26740   more consistent: Accept just a namespace prefix and a colon, reject input
26741   with interwiki prefixes, otherwise do what Title::makeTitleSafe() does.
26742 * (bug 6516) Update to Russian translation
26743 * New 'allpagesbadtitle' message for Special:Allpages, based on 'badtitletext'.
26744 * Rename "searchquery" to "searchsubtitle" and support wiki text in it
26745 * Introduce updateArticleCount maintenance script which uses a better check that
26746   reflects what Article::isCountable() tests for
26747 * Introduce 'BadImage' hook; see docs/hooks.txt for more information
26748 * Add "searchsubtitleinvalid" message for searches that are not valid titles.
26749 * (bug 5962) Update to Italian localisation
26750 * (bug 6530) Update to Indonesian localisation (id) #25
26751 * (bug 6523) Fix SVG issue in rebuildImages.php
26752 * (bug 6512) Link to page-specific logs on page histories
26753 * (bug 6504) Allow configuring session name with $wgSessionName
26754 * (bug 6185) Add standard user tool links to log page views
26755 * Update to Venetian translation (vec)
26756 * Update to Slovenian translation (sl)
26757 * Add standard user tool links to deleted revision list
26758 * Separate out EditPage's getContent bits from regular Article getContent.
26759   Cleans up read-only-mode warning on empty pages and neats up some code.
26760 * (bug 6565) Strict JavaScript writing
26761 * (bug 6570) Update to Indonesian localisation (id) #26
26762 * Added Telugu translation (te)
26763 * Update to Catalan translation (ca)
26764 * (bug 6560) Avoid PHP notice when trimming ISBN whitespace
26765 * Added namespace translation to Kannada (ka)
26766 * (bug 6566) Improve input validation on timestamp conversion
26767 * Implicit group "emailconfirmed" for all users whose email addresses are
26768   confirmed
26769 * (bug 6577) Avoid multiline parser breakage on <pre> with newline in attribute
26770 * (bug 6771) Make old revisions of MediaWiki pages available with action=raw
26773 == Compatibility ==
26774 MediaWiki 1.7 requires PHP 5 (5.1 recommended). PHP 4 is no longer supported.
26776 If you are unable to run PHP 5, you may have to stick with 1.6 for now.
26778 MySQL 3.23.x is no longer supported; some older hosts may need to upgrade.
26779 At this time we still recommend 4.0, but 4.1/5.0 will work fine in most cases.
26781 Experimental Oracle support has been dropped as it is unmaintained.
26783 == Upgrading ==
26784 Several changes to the database have been made from 1.6:
26786 * A new "langlinks" table tracks interlanguage links
26787 * A new "filearchive" table stores information on deleted files
26788 * A new "querycache_info" table stores information on query page updates
26790 To ensure that these tables are filled with data, run refreshLinks.php after
26791 the upgrade.
26793 If you are upgrading from MediaWiki 1.4.x or earlier, some major database
26794 changes are made, and there is a slightly higher chance that things could
26795 break. Don't forget to always back up your database before upgrading!
26797 == Configuration changes ==
26799 Some configuration options have changed:
26800 * $wgAllowExternalImages now defaults to off for increased security.
26801 * $wgLocalTZoffset was in hours, it is now using minutes.
26802 * Extensions may register special pages via the $wgSpecialPages array without
26803 forcing an early load of the SpecialPage.php class file.
26805 == Major new features ==
26807 * Deleted files can now be archived and undeleted, if you set up an appropriate
26808 non-web-accessible directory. Set $wgSaveDeletedFiles on and an appropriate
26809 directory path in $wgFileStore['deleted']['directory']
26810 * Experimental PostgreSQL support has been updated. It may or may not be in
26811 usable shape; those interested in PostgreSQL are encouraged to follow 1.8
26812 development.
26814 === Caveats ===
26815 Some output, particularly involving user-supplied inline HTML, may not
26816 produce 100% valid or well-formed XHTML output. Testers are welcome to
26817 set $wgMimeType = "application/xhtml+xml"; to test for remaining problem
26818 cases, but this is not recommended on live sites. (This must be set for
26819 MathML to display properly in Mozilla.)
26821 = MediaWiki 1.6 =
26823 == MediaWiki 1.6.12 ==
26825 February 7, 2009
26827 This is a security update to the Spring 2006 quarterly release.
26829 A number of cross-site scripting (XSS) security vulnerabilities were discovered
26830 in the web-based installer (config/index.php). These vulnerabilities all
26831 require a live installer -- once the installer has been used to install a
26832 wiki,  it is deactivated.
26834 Note that cross-site scripting vulnerabilities can be used to attack any
26835 website in the same cookie domain. So if you have an uninstalled copy of
26836 MediaWiki on the same site as an active web service, MediaWiki could be used to
26837 attack the active service.
26839 If you are hosting an old copy of MediaWiki that you have never installed, you
26840 are advised to remove it from the web.
26842 == MediaWiki 1.6.11 ==
26844 December 15, 2008
26846 This is a security update to the Spring 2006 quarterly release.
26848 David Remahl of Apple's Product Security team has identified a number of
26849 security issues in previous releases of MediaWiki. Subsequent analysis by the
26850 MediaWiki development team expanded the scope of these vulnerabilities. The
26851 issues with a significant impact are as follows:
26853 * An XSS vulnerability affecting Internet Explorer clients for all MediaWiki
26854 installations with uploads enabled. [CVE-2008-5250]
26855 * An XSS vulnerability affecting clients with SVG scripting capability (such as
26856 Firefox 1.5+), for all MediaWiki installations with SVG uploads enabled.
26857 [CVE-2008-5250]
26858 * A CSRF vulnerability affecting the Special:Import feature, for all MediaWiki
26859 installations since the feature was introduced in 1.3.0. [CVE-2008-5252]
26861 XSS (cross-site scripting) vulnerabilities allow an attacker to steal an
26862 authorised user's login session, and to act as that user on the wiki. The
26863 authorised user must visit a web page controlled by the attacker in order to
26864 activate the attack. Intranet wikis are vulnerable if the attacker can
26865 determine the intranet URL, even if the attacker cannot access it.
26867 CSRF vulnerabilities allow an attacker to act as an authorised user on the
26868 wiki, but unlike an XSS vulnerability, the attacker can only act as the user in
26869 a specific and restricted way. The present CSRF vulnerability allows pages to
26870 be edited, with forged revision histories. Like an XSS vulnerability, the
26871 authorised user must visit the malicious web page to activate the attack.
26873 Rather than backport our SVG validation code to this ancient branch, we have
26874 instead disabled SVG uploads. To enable SVG uploads, please upgrade to
26875 MediaWiki 1.13.3 or later.
26877 The other two issues have been fixed.
26879 == MediaWiki 1.6.10 ==
26881 February 20, 2007
26883 This is a security and bug-fix update to the Spring 2006 quarterly release.
26885 An XSS injection vulnerability based on Microsoft Internet Explorer's UTF-7
26886 charset autodetection was located in the AJAX support module, affecting MSIE
26887 users on MediaWiki 1.6.x and up when the optional setting $wgUseAjax is enabled.
26889 If you are using an extension based on the optional Ajax module, either disable
26890 it or upgrade to a version containing the fix:
26892 * 1.9: fixed in 1.9.3
26893 * 1.8: fixed in 1.8.4
26894 * 1.7: fixed in 1.7.3
26895 * 1.6: fixed in 1.6.10
26897 There is no known danger in the default configuration, with $wgUseAjax off.
26899 * ([[mediazilla:8819|bug 8819]]) Fix full path disclosure with skins
26900 dependencies
26901 * Add 'charset' to Content-Type headers on various HTTP error responses to
26902 forestall additional UTF-7-autodetect XSS issues. PHP sends only 'text/html' by
26903 default when the script didn't specify more details, which some inconsiderate
26904 browsers consider a license to autodetect the deadly, hard-to-escape UTF-7.
26905 This fixes an issue with the Ajax interface error message on MSIE when
26906 $wgUseAjax is enabled (not default configuration); this UTF-7 variant on a
26907 previously fixed attack vector was discovered by Moshe BA from BugSec:
26908 http://www.bugsec.com/articles.php?Security=24
26909 * Trackback responses now specify XML content type
26911 == MediaWiki 1.6.9 ==
26913 January 9, 2007
26915 * ([[mediazilla:6621|bug 6621]]) Backported German translation for
26916 'eauthentsent'
26918 * ([[mediazilla:6680|bug 6680]]) Added localisation for Dutch bookstore list
26919 (nl)
26920 * ([[mediazilla:6730|bug 6730]]) Clearer usage of message 'titlematch' in
26921 German translation (de)
26922 * XSS fix in AJAX module
26924 An XSS injection vulnerability was located in the AJAX support module,
26925 affecting MediaWiki 1.6.x and up when the optional setting $wgUseAjax is
26926 enabled.
26928 There is no danger in the default configuration, with $wgUseAjax off.
26930 If you are using an extension based on the optional AJAX module, either disable
26931 it or upgrade to a version containing the fix:
26933 * 1.9: fixed in 1.9.0rc2
26934 * 1.8: fixed in 1.8.3
26935 * 1.7: fixed in 1.7.2
26936 * 1.6: fixed in 1.6.9
26938 == MediaWiki 1.6.8 ==
26940 July 8, 2006
26942 MediaWiki 1.6.8 is a security and bugfix maintenance release of the Spring 2006
26943 snapshot:
26945 A potential HTML/JavaScript-injection vulnerability in a debugging script has
26946 been fixed. Only versions and configurations of PHP vulnerable to the $GLOBALS
26947 overwrite vulnerability are affected.
26949 As a workaround for existing installs, profileinfo.php may simply be deleted if
26950 it's not being used.
26952 * ([[mediazilla:5957|bug 5957]]) Updates to Hebrew translation (he)
26953 * Respect language directionality when displaying arrow in
26954 Special:Brokenredirects
26955 * ([[mediazilla:6415|bug 6415]]) Typo in Parser.php
26956 * Fixed potential XSS in profileinfo.php
26958 == MediaWiki 1.6.7 ==
26960 June 6, 2006
26962 MediaWiki 1.6.7 is a security and bugfix maintenance release of the Spring 2006
26963 snapshot:
26965 An HTML/JavaScript-injection vulnerability in the edit form has been closed.
26966 This vulnerability was new in 1.6.0; MediaWiki versions 1.5.x or earlier are
26967 not affected.
26969 Extensions, comments, and <nowiki><nowiki></nowiki> sections are now handled in
26970 a one-pass way which is more reliable and safer. Under earlier versions of
26971 MediaWiki, certain extensions could be abused to inject HTML/JavaScript into
26972 the page.
26974 Additional precautions are made against offsite form submissions when the
26975 restricted raw HTML mode is enabled.
26977 Some small localization and user interface updates are also included.
26979 *([[MediaZilla:6051|bug 6051]]) Improvement to German localisation (de)
26980 *([[MediaZilla:6017|bug 6017]]) Update bookstore list for German language (de)
26981 *([[MediaZilla:6138|bug 6138]]) Minor grammar tweak in "loginreqlink"
26982 *([[MediaZilla:5957|bug 5957]]) Update for Hebrew language (he)
26983 *Increase robustness of parser placeholders; fixes some glitches when adjacent
26984 to identifier-ish constructs such as URLs.
26985 *([[MediaZilla:5384|bug 5384]]) Fix <nowiki><!-- comments --> in <ref></nowiki>
26986 extension
26987 *Nesting of different tag extensions and comments should now work more
26988 consistently and more safely. A cleaner, one-pass tag strip lets the 'outer'
26989 tag either take source (<nowiki><nowiki></nowiki>-style) or pass it down to
26990 further parsing (<nowiki><ref></nowiki>-style). There should no longer be
26991 surprise expansion of foreign extensions inside HTML output, or differences in
26992 behavior based on the order tags are loaded.
26993 *([[MediaZilla:885|bug 885]]) Pre-save transform no longer silently appends
26994 close tags
26995 *Pre-save transform no longer changes the case of close tags
26996 *Edit security precautions in raw HTML mode, etc
26998 == MediaWiki 1.6.6 ==
27000 May 23, 2006
27002 MediaWiki 1.6.6 is a security and bugfix maintenance release.
27004 An XSS injection vector in brace replacement has been fixed, as have some
27005 potential problems with table parsing. Upgrading is strongly recommended for
27006 all users of 1.6. MediaWiki versions 1.5 and earlier are not affected.
27008 Additionally some localization and user interface updates are included.
27010 * Correct "revertpage" message in English
27011 * ([[MediaZilla:5507|bug 5507]]) Logouttext now uses wiki markup
27012 * (bugs [[MediaZilla:5857|5857]], [[MediaZilla:5957|5957]]) Update for German
27013 localisation (de)
27014 * ([[MediaZilla:5586|bug 5586]]) <nowiki><gallery></nowiki> treated text as
27015 links
27016 * ([[MediaZilla:5957|bug 5957]]) Update for Hebrew language (he)
27017 * ([[MediaZilla:6025|bug 6025]]) SpecialImport: wrong message when no file
27018 selected
27019 * ([[MediaZilla:6015|bug 6015]]) EditPage: add spacing in the boxes "edit is
27020 minor" and "watch this"
27021 * ([[MediaZilla:6018|bug 6018]]) Userrights: new message when no user specified
27022 ('nouserspecified')
27023 * ([[MediaZilla:6055|bug 6055]]) Fix for HTML/JS injection bug in variable
27024 handler (found by Nick Jenkins)
27025 * Reordered wiki table handling and <nowiki>__TOC__</nowiki> extraction in the
27026 parser to better handle some overlapping tag cases.
27027 * Only the first <nowiki>__TOC__</nowiki> is now turned into a TOC.
27028 * ([[MediaZilla:361|bug 361]]) URL in URL, they were almost fixed. Now they are.
27030 == MediaWiki 1.6.5 ==
27032 May 2, 2006
27034 * Rolled back the buggy patch for [[MediaZilla:5497|bug 5497]].
27036 == MediaWiki 1.6.4 ==
27038 May 2, 2006
27040 * Further improvements to Hebrew localisation
27041 * ([[MediaZilla:5544|bug 5544]]) Fix redirect arrow in Special:Listredirects
27042 for right-to-left languages
27043 * Replace "doubleredirectsarrow" with a content language check that picks the
27044 appropriate arrow
27045 * Remove live debugging hack which caused errors with certain database names
27046 * ([[MediaZilla:5510|bug 5510]]) Warning produced when using
27047 <nowiki>{{SUBPAGENAME}}</nowiki> in some namespaces
27048 * ([[MediaZilla:5548|bug 5548]]) Improvements to Indonesian localisation
27049 [patch: Ivan Lanin]
27050 * ([[MediaZilla:5403|bug 5403]]) Fix Special:Newpages RSS/Atom feeds
27051 * ([[MediaZilla:3359|bug 3359]]) Add hooks on completion of file upload
27052 * ([[MediaZilla:5184|bug 5184]]) CSS misapplied to elements in
27053 Special:Allmessages due to conflicting anchor identifiers
27054 * ([[MediaZilla:5519|bug 5519]]) Allow sidebar cache to be disabled; disable it
27055 by default.
27056 * Add $wgReservedUsernames configuration directive to block account creation/use
27057 * ([[MediaZilla:5576|bug 5576]]) Remove debugging hack in session check
27058 * ([[MediaZilla:5181|bug 5181]]) Update "nogomatch" for Slovak
27059 * ([[MediaZilla:5594|bug 5594]]) Id translation up to '# Login and logout
27060 pages' section
27061 * ([[MediaZilla:5536|bug 5536]]) Use content language for editing help link
27062 * Minor improvements to English language files
27063 * Improvements to German localisation files
27064 * ([[MediaZilla:5628|bug 5628]]) Translations for MessagesHr.php
27065 * (bugs [[MediaZilla:5595|5595]], [[MediaZilla:5644|5644]]) Localisation for
27066 Bosnian language (bs)
27067 * ([[MediaZilla:5592|bug 5592]]) Actions are logged with the default language
27068 for the wiki, not the language of the user performing the operation.
27069 * ([[MediaZilla:5646|bug 5646]]) Compare for identical types in wfElement()
27070 * Fix for concurrency problem in job queue (image description page invalidation)
27071 * ([[MediaZilla:5497|bug 5497]]) regeression in HTML normalization in 1.6
27072 (unclosed <nowiki><li>,<dd>,<dt></nowiki>)
27073 * ([[MediaZilla:5709|bug 5709]]) Allow customisation of separator for categories
27074 * ([[MediaZilla:4834|bug 4834]]) Fix XHTML output when using $wgMaxTocLevel
27075 * Improvements to update scripts; print out the version, check for superuser
27076 credentials before attempting a connection, and produce a friendlier error if
27077 the connection fails
27078 * ([[MediaZilla:5005|bug 5005]]): Fix XHTML <nowiki><gallery></nowiki> output.
27079 * ([[MediaZilla:5315|bug 5315]]) "Expires: -1" HTTP header made strictly valid
27080 (using 1970 date).
27081 * ([[MediaZilla:4825|bug 4825]]): note in DefaultSettings.php about 'profiling'
27082 table creation
27083 * Remove unneeded extra whitespace at top of Special:Categories
27084 * Rewrite reassignEdits script to be more efficient; support optional updates
27085 to recent changes table; add reporting and silent modes
27086 * Updated initStats maintenance script
27087 * ([[MediaZilla:5723|bug 5723]]) Don't count pages linked to from the MediaWiki
27088 namespace as "wanted"
27089 * ([[MediaZilla:5789|bug 5789]]) Treat "loginreqpagetext" as wikitext
27090 * ([[MediaZilla:5796|bug 5796]]) We require MySQL >=4.0.14
27092 == MediaWiki 1.6.3 ==
27094 April 10, 2006
27096 * Fix disappearing red-linked items in the watchlist editing view
27097 * ([[MediaZilla:5512|bug 5512]]) Spacing in "page has a history" deletion
27098 warning
27099 * ([[MediaZilla:5508|bug 5508]]) Switch ENGINE in table statements back to
27100 TYPE; fixes regression where some versions of MySQL 4.0.x wouldn't work
27101 * Added note about [[Manual:$wgUrlProtocols|$wgUrlProtocols]] format change
27103 == MediaWiki 1.6.2 ==
27105 April 8, 2006
27107 * Further improvements to Hebrew localisation
27108 * Fix 'copyright' message for Romanian
27109 * ([[MediaZilla:5476|bug 5476]]) Invalid xhtml in German localization
27110 * ([[MediaZilla:5479|bug 5479]]) Id translation for preferences tabs caption
27111 * ([[MediaZilla:5493|bug 5493]]) Id translation for special pages
27112 * Additional path fixes in the updater
27113 * ([[MediaZilla:5344|bug 5344]]) Fix regression that broke slashes in extension
27114 tag parameters
27116 == MediaWiki 1.6.1 ==
27118 April 5, 2006
27120 Some minor issues in the 1.6.0 release have been corrected:
27121 * ([[MediaZilla:5458|bug 5458]]) Fix double-URL encoding in block log link in
27122 contribs and contribs link in block log
27123 * ([[MediaZilla:5462|bug 5462]]) Bogus missing patch warning in updater
27124 * ([[MediaZilla:5461|bug 5461]]) Use of deprecated "showhideminor" in
27125 Special:Recentchangeslinked
27126 * PHP warning when allow_call_time_pass_reference is off
27127 * Update to Finnish localization
27129 == MediaWiki 1.6.0 ==
27131 April 5, 2006
27133 MediaWiki is now using a "continuous integration" development model with
27134 quarterly snapshot releases. The latest development code is always kept "ready
27135 to run", and in fact runs our own sites on Wikipedia.
27137 Release branches will continue to receive security updates for about a year
27138 from first release, but nonessential bugfixes and feature development will take
27139 place on the development trunk and will appear in the next quarterly release.
27141 Those wishing to use the latest code instead of a branch release can [[Download
27142 from SVN|obtain it from source control]].
27144 === What's new in 1.6 ===
27146 '''User interface:'''
27147 * The account creation form has been separated from the user login form.
27148 * Page protection/unprotection uses a new, expanded form
27150 '''Templates:'''
27151 * Categories and "what links here" now update as expected when adding or
27152 removing links in a template.
27153 * Template parameters can now have default values, as <nowiki>{{{name|default
27154 value}}}</nowiki>
27156 '''Uploads:'''
27157 * Optional support for rasterizing SVG images to PNG for inline display
27159 '''Feeds:'''
27160 * Feed generation upgraded to Atom 1.0
27161 * Diffs in RSS and Atom feeds are now colored for improved readability.
27163 '''Database:'''
27164 * MySQL 3.23.x support dropped; 4.0 or later required
27165 * Experimental support for Unicode mode of MySQL 4.1/5.0 (moderately tested)
27166 * Experimental Oracle support (not well tested!)
27168 '''Anti-spam extension support:'''
27169 * [[meta:SpamBlacklist extension|SpamBlacklist extension]] now has support for
27170 automated cleanup.
27171 * Support for a [[meta:ConfirmEdit extension|captcha extension]] to restrict
27172 automated spam edits.
27174 Numerous bug fixes and other behind-the-scenes changes have been made; see the
27175 file HISTORY for a complete change list.
27177 == Changes since 1.5 ==
27179 * (bug 2885) More PHP 5.1 fixes: skin, search, log, undelete
27181 Code quality:
27182 * Use strval() to make sure we don't accidentally get null on bad revision
27183   text loads or other fields mucking up XML export output
27184 * Clean up duplicate code for selection of changeslist style
27185 * Correct blob caching to reduce redundant blob loads on backups
27186 * (bug 3182) Clear link cache during import to prevent memory leak
27187 * Fixed possible infinite loop in formatComment
27188 * Wrap message page insertions in a transaction to speed up installation
27189 * Avoid notice warning on edit with no User-Agent header
27190 * (bug 3649) Remove obsolete, broken moveCustomMessages script
27191 * Avoid numerous redundant latest-revision lookups in history
27192 * Require PHP 4.3.2 or higher strictly now.
27193 * Tweak infinite-template-handling loop for PHP 5.1.1 string handling change
27194 * Remove unused OutputPage::addCookie()
27195 * Fix for short_open_tag off again; please don't break this, guys
27196 * (bug 4507) Adjust FULLPAGENAMEE escaping to standard form
27197 * (bug 5302) Merge the two #p-search .pBody statements in monobook css.
27199 Database:
27200 * Finally dropped MySQL 3.23.x support
27201 * Oracle support
27202 * (bug 3056) MySQL 3 compatibility fix: USE INDEX instead of FORCE INDEX
27203 * Update all stats fields on recount.sql
27204 * (bug 3227) Fix SQL injection introduced in experimental code
27205 * Fix table prefix usage in Block::enumBlocks
27206 * (bug 3448) Set page_len on undelete
27207 * (bug 3506) Avoid MySQL error when Listusers returns no results
27208 * Skip update of disused 'rc_cur_time' field (todo: discard the field)
27209 * (bug 3735) Fix to run under MySQL 5's strict mode
27210 * (bug 3786) Experimental support for MySQL 4.1/5.0 utf8 charset mode
27211   NOTE: Enabling this may break existing wikis, and still doesn't
27212   work for all Unicode characters due to MySQL limitations.
27213 * MySQL 5.0 strict mode fix for moving unwatched pages
27214 * Ability to set the table name for external storage servers
27215 * Update ipblocks table in MySQL 5 table defs
27216 * Removed FulltextStoplist.php, no longer used (was for MySQL 3.x workaround)
27217 * Added templatelinks table, to track template inclusions. User-visible effects
27218   will be:
27219   * (inclusion) tag for inclusions in Special:Whatlinkshere
27220   * More accurate list of used templates on the edit page
27221   * More reliable cache invalidation when templates outside the template
27222     namespace are changed
27223 * Respect database prefix in dumpHTML.inc
27224 * Removed read-only check from Database::query()
27225 * Added externallinks table, to track links to arbitrary URLs
27226 * Added job table, for deferred processing of jobs. The immediate application is
27227   to complete the link table refresh operation when templates are changed.
27228 * Don't change the password of the MySQL root user.
27230 Documentation:
27231 * (bug 3306) Document $wgLocalTZoffset
27233 Hooks:
27234 (list not complete)
27235 * Move ArticleSave hook execution into Article insert/update functions,
27236   so they get called on non-EditPage actions that use these functions
27237   to create or update pages.
27238 * Added EditFilter hook, and output callback on EditPage::showEditForm()
27239   for a place to add in captcha-type extensions in the edit flow
27240 * (bug 3684) Fix typo in fatal error backtraces in Hooks.php
27241 * Fix for hook callbacks on objects containing no fields
27242 * Add a hook for additional user creation throttle / limiter extensions
27243 * Use $wgOut->parse() in wfGetSiteNotice() instead of creating a new parser
27244   instance. This allows use of extension hooks if required.
27245 * Added AutoAuthenticate hook for external User object suppliers
27246 * Added 'PageRenderingHash' hook for changing the parser cache hash key
27247   from an extension that changes rendering based on nonstandard options.
27248 * Add 'GetInternalURL' hook to match the GetFullURL and GetLocalURL ones
27249 * (bug 4456) Add hook for marking article patrolled
27250 * Add UserRights hook, fires after a user's group memberships are changed
27252 Images:
27253 * Support SVG rendering with rsvg
27254 * Cap arbitrary SVG renders to given image size or $wgSVGMaxSize pixels wide
27255 * (bug 3127) Render large SVGs at image page size correctly
27256 * Fix scaling of non-integer SVG unit sizes
27257 * (bug 2800) Don't scale up small images on |thumb| without explicit size
27258 * Use the real file link instead of the default-size rasterized version for
27259   large SVG images on image description page
27260 * Include the file name/type/size line for non-resized images
27261 * (bug 3489) PHP 5.1 compat problem with captioned images
27262 * (bug 3643) Fix image page display of large images with resizing disabled
27263 * Added a limit to the size of image files which can be thumbnailed
27264 * (bug 3806) Gracefully fall back to client-side scaling on |thumb| image
27265   that passes $wgMaxImageArea
27266 * (bug 153) Adjust thumbnail size calculations to match consistently;
27267   patch by David Benbennick
27268 * (bug 4162) Add $wgThumbnailEpoch timestamp to force old thumbs to
27269   be rerendered on demand, sitewide
27270 * (bug 1850) Additional fixes so existing local and remote images
27271   get a blue link even if there's no local description page
27272 * Avoid FATAL ERROR when creating thumbnail of non-existing image
27273 * (bug 4207) Wrong image size when using 100x200px syntax to scale image up
27274   patch by David Benbennick
27275 * Don't delete thumbnails when refreshing exif metadata. This caused thumbs
27276   to vanish mysteriously from time to time for files that didn't have metadata.
27277 * (bug 4426) Add link to user_talk page on image pages
27278 * Support a custom convert command for thumbnailing. See DefaultSettings.php
27279   and the comments for $wgCustomConvertCommand, for more information.
27280 * UserCan hook now allows advisory return values, rather than mandatory ones.
27282 Installer:
27283 * (bug 3782) Throw fatal installation warning if mbstring.func_overload on.
27284   Why do people invent these crazy options that change language semantics?
27285 * Fixed installer bugs 921 and 3914 (issues with using root and so forth)
27286 * (bug 4258) Use ugly urls for ISAPI by default
27287   patch by Rob Church
27288 * Improve installer
27289     * Use a superuser account (such as root), if specifed, to create tables
27290     * Don't overwrite conservative permissions on the mySQL user with ALL
27291       permissions, if said user exists
27292     * Changes to some of the wording of explanations for fields
27293 * (bug 1734) granting db permissions failed with db usernames containg '-'
27294 * Add basic check for session support in PHP and die if not present
27296 Maintenance:
27297 * Fix problem reported on mailing list where re-initialising stats didn't work
27298   (can't insert duplicate rows with the same id field)
27299 * Added --conf option to command line scripts, allowing the user to specify a
27300   different LocalSettings.php.
27301 * Maintenance script to delete unused text records
27302 * Maintenance script to delete non-current revisions
27303 * Maintenance script to wipe a page and all revisions from the database
27304 * Maintenance script to reassign edits from one user to another
27305 * Maintenance script to find and remove links to a given domain
27306   (cleanupSpam.php)
27307 * Fix --report interval option for dumpTextPass
27309 i18n / Languages:
27310 * Partial support for Basque language (from wikipedia and meta)
27311 * (bug 3141) Partial support for Breton language (thanks Fulup).
27312 * Support for venitian language
27313 * (bug 1334) LanguageGa.php update
27314 * Finnish date format was hardcoded, now implemented properly
27315 * (bug 3190) Added some date format choices for language sr
27316 * (bug 2753) Some namespaces were not translated in LanguageTa.php (Tamil)
27317 * (bug 3204) Fix typo breaking special pages in fy localization
27318 * (bug 3177) Estonian date formats not implemented in LanguageEt.php
27319 * (bug 1020) Changing user interface language does not work immediately
27320 * (bug 3271) Updated LanguageNn.php for HEAD
27321 * Experimental feature to allow translation of block expiry times
27322   Implementation only for Finnish currently
27323 * (bug 3304) Language file for Croatian (LanguageHr.php)
27324 * (bug 2143) Update Vietnamese interface
27325 * (bug 3063) Remove some hardcodings from Hebrew localisation
27326 * (bug 3408) Bulgarian formatNum corrected
27327 * (bug 1512) Disable x-code interp on Esperanto URLs for now, it does more
27328   harm than good under current system by breaking incoming URLs with "ux".
27329   (Editing is not affected, just URLs.)
27330 * (bug 1423) LanguageJa.php update
27331 * Fix language name for dv
27332 * (bug 3503) Update LanguageSq.php from sq.wikipedia.org messages
27333 * (bug 3629) Fix date & time format for Frisian
27334 * (bug 3334) Namespace changes for Polish
27335 * (bug 3580) Change default Dutch language file to more neutral
27336 * (bug 3656) LanguageHr.php - added convertPlural
27337 * (bug 3414) LanguageBe.php - added convertPlural
27338 * (bug 3163) Full translation of LanguageBr
27339 * (bug 3617) Update for portuguese language (pt)
27340 * Namespaces hacks on LanguagePl
27341 * (bug 3682) LanguageSr.php - added convertPlural
27342 * (bug 3694) LanguageTr.php update
27343 * (bug 3711) Removed invisible unicode characters from LanguageHu
27344 * (bug 2981) Linktrail for Tamil (ta)
27345 * (bug 3722) Update of Arabic language (ar) Namespace changes
27346 * Removed hardcoded Norwegian (no) project namespaces
27347 * (bug 2324) image for redirects should be without text and oriented according
27348   to content language
27349 * (bug 3666) Don't spew PHP warnings in prefs on unrecognized site language
27350 * (bug 3817) Use localized date formats in preferences; 'no preference' option
27351   localizable as 'datedefault' message. Tweaked lots of languages files...
27352 * (bug 2721) Regression: Use European number separators for vi: wikis
27353 * (bug 3961) minor languageDe changes
27354 * (bug 1984) LanguageKo.php (Korean) update
27355 * (bug 3804) update of LanguageWa.php file
27356 * (bug 3886) Update for Portuguese language (pt)
27357 * (bug 4020) Update namespaces for ms
27358 * (bug 3922) bidi embedding overrides on category links
27359 * (bug 4061) Update of Slovene namespace names (LanguageSl.php)
27360 * (bug 4064) LanguageDe comma changes
27361 * (bug 3922) Further tweaks to bidi overrides in category list for old
27362   versions of Safari and Konqueror
27363 * Fix custom namespaces on wikis set for Portuguese
27364 * (bug 4153) Fix block length localizations in Greek
27365 * (bug 3844) ab: av: ba: ce: & kv: now inherit from LanguageRu.php
27366              ii: & za: now inherit from LanguageZn_cn.php
27367 * (bug 4165) Correct validation for user language selection (data taint)
27368 * (bug 4192) Remove silly 'The Free Encyclopedia' default sitesubtitle
27369 * Use content-lang for sitenotice
27370 * (bug 4233) Update LanguageJa.php
27371 * (bug 4279) Small correction to LanguageDa.php
27372 * (bug 4108, 4336) Remove trailing whitespace from various messages, which
27373   mucks up message updating to create dupe entries
27374 * (bug 4389) Fix math options on zh-hk and zh-tw (but not localized)
27375 * (bug 4392) Update of LanguageSr.php
27376 * (bug 4382) Frisian numeric format
27377 * (bug 4424) Update for Spanish language (es) 100% messages translated
27378 * (bug 4425) Typos in Polish translation
27379 * (bug 4436) Update for Turkish language (tr)
27380 * (bug 4413) Update of Farsi language file (LanguageFa.php)
27381 * Update for LanguageSr (Serbian): magic words
27382 * (bug 137) MediaWiki:Copyrightwarning hardcoding
27383 * (bug 4457) Update for Portuguese language (pt)
27384 * convertPlural breakage fixed a little
27385 * (bug 4144) Support for Sudanese language (Basa Sunda)
27386 * Big cleanup:
27387  - Removed obsolote, badly or untranslated messages
27388  - Removed references to wikipedia/wikimedia etc in messages
27389  - Other cleanup, like removing html and javascript and extension calls
27390  - Removed hardcoded namespaces: Tt, Ms, Ia, Ga, Fo, Bn, Csb, He, Nv, Oc, Tlh
27391  - Removed some useless backwards compatibility hacks
27392  - Fixed formatnum on many languages
27393 * wgAmericanDates check produced incorrect results in languages that don't have
27394   a such distinction
27395 * (bug 4548) Update for Portuguese language (pt): time format
27396 * (bug 4530) Use consistent name for Kurdish
27397 * Tweak default "upload disabled" text
27398 * (bug 4504) Use site language for namespace name resolution
27399 * (bug 4510) Correct Barnes & Noble bookstore URLs
27400 * (bug 3991) Allow the operation of wikicode on Protect move only text
27401 * (bug 4267) Switch dv sd ug ks arc languages to RTL
27402 * Default main page content improved per bug 4690
27403 * (bug 4615) Update for Portuguese language (pt)
27404 * Separated MessagesSl.php as the other languages.
27405 * (bug 4960) Add additional namespaces variants to Yiddish for compatibility
27406 * (bug 4805) Removed more wikipedia-references from MessagesUk.php
27407 * (bug 5015) Update magic words translation in LanguageBe.php
27408 * (bug 4859) Update for Portuguese messages (pt)
27409 * (bug 4788) One string for MessagesPl
27410 * Restriction types now use restriction-* messages instead of ui messages
27411 * (bug 4685) Slovenian LanguageSl.php hardcodes project namespace
27412 * (bug 5097) Fix Hungarian language (hu): thousands separator
27413 * (bug 5098) Update for Portuguese messages (pt)
27414 * (bug 5113) Spelling error in French language file
27415 * (bug 5105) Magic words for LanguageAr.php
27416 * (bug 3993) Variants for Serbian language
27417 * Typo in English messages file
27418 * (bug 4114) Spacing in watchlist rows (in editing mode)
27419 * Update default "exporttext" to reflect that Special:Import exists
27420 * (bug 4960) Add additional namespaces variants to Yi projects: Yiddish Wikinews
27421   fix
27422 * (bug 5357) Add the icon near the user name also in RTL interfaces
27423 * (bug 5156) Update for Hebrew language (he)
27424 * (bug 4497,4704,5010) Added some new language codes.
27425 * (bug 5362) Piedmontese added
27426 * (bug 5349) Update for Portuguese messages (pt)
27427 * (bug 3573) Finished full Greek translation: namespaces
27428 * (bug 5288) Initial localisation for Az
27429 * (bug 4361) Fix "allmessagesnotsupportedui" so it doesn't refer to nonexisting
27430   page
27431 * Tweak wording of "allmessagesnotsupporteddb"
27433 Parser:
27434 * (bug 2522) {{CURRENTDAY2}} now shows the current day number with two digits
27435 * (bug 3210) Fix Media: links with remote image URL path
27436 * (bug 3405) Don't use raw letters as aliases of MSGNW: and SUBST:
27437 * (bug 3412) Clean up date format handling so ~~~~-sigs work with default
27438   format as designed. Documentation comments updated.
27439 * Fix Parser::unstrip on PHP 5.1.0RC4
27440 * (bug 3797) Don't expand variables and sigs in comments
27441 * Allow parser cache on redirect targets
27442 * Run wikitext-escaping on plaintext sigs (no wiki markup, just name)
27443 * Check for unbalanced HTML tags on raw sigs (markup allowed, but show
27444   a warning in prefs and use default sig if not balanced)
27445 * Respect <noinclude> and <includeonly> during {{subst:}} expansion as well as
27446   ordinary templates.
27447 * Support <includeonly> in templates loaded through preload= parameter
27448 * (bug 3979) Save correct {{REVISIONID}} into parser cache on edit
27449 * Substitute {{REVISIONID}} correctly in diff display
27450 * (bug 1850) Allow red-links on image pages linked with [[:image:foo]]
27451 * Fix XML validity checks in parser tests on PHP 5.1
27452 * (bug 4377) "[" is not valid in URLs
27453 * (bug 4453) fix for __TOC__ dollar-number breakage
27454 * Convert unnecessary URL escape codes in external links to their equivalent
27455   character before doing anything with them. This prevents certain kinds of
27456   spam filter evasion.
27457 * (bug 4783) : Fix for "{{ns:0}} does not render"
27458 * Improved support for interwiki transclusion
27459 * (bug 1850) Image link to nonexistent file fixed.
27460 * (bug 5167) Add {{SUBPAGENAME}} and {{SUBPAGENAMEE}} variables
27461 * (bug 4949) Missing : in "addedwatchtext" for English and Spanish
27462 * Allow user-defined functions, which work in a similar way to {{GRAMMAR:}}
27463   etc. Registered via an interface similar to tag hooks.
27465 Upload:
27466 * (bug 2527) Always set destination filename when new file is selected
27467 * (bug 3076) Support MacBinary-encoded uploads from IE/Mac
27468 * (bug 2554) Tell users they are uploading too large file
27469 * Support for a license selection box on Special:Upload, configurable from
27470   MediaWiki:Licenses
27471 * Add 'reupload' and 'reupload-shared' permission keys to restrict new uploads
27472   overwriting existing files; default is the old behavior (allowed).
27474 Security:
27475 * (bug 3244) Fix remote image loading hack, JavaScript injection on MSIE
27476 * (bug 3280) Respect 'move' group permission on page moves
27477 * (bug 2613) Clear saved passwords from the form
27478 * IP privacy fix for blocklist search on autoblocks
27479 * Security fix for <math>
27480 * Security fix for tables
27481 * Security fix for Special:Upload license selection list
27482 * Add UploadVerification hook for custom file upload validation/security checks
27483 * Blacklist additional MSIE CSS safety tricks
27484 * Fix meta robots tag on Special:Version again to avoid listing vulnerable
27485   versions for convenient harvesting by automated worms
27486 * Sanitizer CSS comment processing order fix
27487 * Forbid usernames that can be interpreted as titles with namespaces, as that
27488   leads to hard-to-manage names.
27489 * (bug 4071) Generate passwords long enough for $wgMinimalPasswordLength
27490 * Add createpage and createtalk permission keys, allowing a quick
27491   switch to disable page creation for anonymous users.
27492 * (bug 675) Add page protection level for unregistered/new accounts
27493 * User::isNewbie now uses the registration date and $wgAutoconfirmAge
27494 * Add 'deletedhistory' permission key for ability to view deleted history
27495   list via Special:Undelete. Default is off, replicating the 1.5 behavior,
27496   but it can be turned back on for random users to replicate the previous
27497   1.6 dev behavior.
27498 * Set cookies to secure mode based on use of HTTPS or $wgCookieSecure
27499 * (bug 4371) Disallow tilde character in signatures
27500 * Removed broken wgAllowAnonymousMinor and added new group right minoredit
27501 * Added detection for WMF files (application/x-msmetafile), added this
27502   MIME type to the default blacklist. Prevented inline display of images
27503   which are not of known image types. This is in response to
27504   https://en.wikipedia.org/wiki/Windows_Metafile_vulnerability
27505 * Blocked users can no longer roll back, change the protection of, or
27506   delete/undelete pages
27507 * Protect against spoofing of X-Forwarded-For header
27508 * XSS issue : now sanitize search query input (fixed in 1.5rc3)
27509 * Remove deprecated $wgOnlySysopsCanPatrol references; use
27510   User::isAllowed( 'patrol' )
27511   per bug 5282. Patch by Alan Harder.
27512 * Prevent registration/login with the username "MediaWiki default"
27514 Special Pages:
27515 * Rearranged Special:Movepage form to reduce confusion between destination
27516   title and reason input boxes
27517 * (bug 1956) Hide bot uploads from Special:Newimages
27518 * (bug 3220) Fix escaping of block URLs in Recentchanges
27519 * (bug 3284) Ipblocklist paging, substring search
27520 * Allow filtering of robot edits in Special:Watchlist by setting
27521   $wgFilterRobotsWL = true.
27522 * Fix interlanguage links on special pages when extra namespaces configured
27523 * (bug 3475) anon contrib links on Special:Newpages
27524 * Special:Import/importDump fixes: report XML parse errors, accept <minor/>
27525 * (bug 2369) Add separate message for input box on Special:Prefixindex
27526 * (bug 3798) DoubleRedirects no longer has hard coded arrows
27527 * (bug 3803) Fix links on Special:Wantedcategories with miser mode off
27528 * Fix Special:BrokenRedirects on MySQL 5.0
27529 * (bug 3807) Fix 'all' in namespaces drop-down on contribs, rc
27530 * Fail gracefully on invalid namespace in Special:Newpages
27531 * (bug 3762) Define missing Special:Import UI messages
27532 * (bug 3761) Avoid deprecation warnings in Special:Import
27533 * (bug 2894) Enhanced Recent Changes link fixes
27534 * (bug 4059) fix 'hide minor edits' on Recentchangeslinked
27535 * (bug 146) List number of category members in Special:Categories
27536   (patch by Joel Nothman)
27537 * (bug 4090) Fix diff links in Special:Recentchangeslinked
27538 * (bug 4093) '&bot=1' in Special:Contributions now propagate to other links
27539 * Fix display of old recentchanges records for page moves
27540 * (bug 360) Let Whatlinkshere track [[:image:foo]] links
27541 * (bug 3073) Keep search parameter on paging in Special:Newimages
27542 * Removed Special:Validate, it's been superseded by the Review extension
27543 * (bug 4359) red [[user:#id]] links generated in [[special:Log]]
27544 * (bug 1996) Special page to list redirects
27545 * (bug 4334) Add "watch" links to Special:Unwatchedpages
27546 * Generate target user page links in Special:Ipblocklist where appropriate
27547   (i.e. not an autoblock)
27548 * Generate link to talk page of the blocker in Special:Ipblocklist, move
27549   contribs. link of the target next to their name
27550 * (bug 2714) Backlink from special:whatlinkshere was hard set as 'existing'
27551 * Move parentheses out of <a> link in Special:Contributions
27552 * (bug 3192): properly check 'limit' parameter on Special:Contributions
27553 * (bug 3187) watchlist text refer to unexistent "Stop watching" action
27554 * Add block, block log and general log links to Special:Contributions
27555 * Add contributions link to block log items
27556 * Added optional "hide own edits" feature to Special:Recentchanges
27557 * (bug 5018) Anchors for each message in Special:Allmessages
27558 * Introduce $wgWantedPagesThreshold per bug 5011; Special:Wantedpages will not
27559   list pages with less than this number of links. Defaults to 1.
27560 * (bug 4319) Don't show a "create account" link on the login form when
27561   account creation is disabled.
27562 * JavaScript filter for Special:Allmessages
27563 * (bug 3047) Don't mention talk pages on Special:Movepage when there isn't one
27564 * Show links to user page, talk page and contributions page on Special:Newpages
27565 * Special:Export can now export a list of all contributors to an article (off by
27566   default)
27567 * (bug 5372) Add number of files to Special:Statistics
27568 * (bug 2871) Links to talk pages in watchlist editing view
27569 * (bug 5385) Allow hiding anonymous edits on Special:Recentchanges
27570 * (bug 2544) Illogical error reporting order in Special:Userlogin
27571 * (bug 5409) Hide "show/hide patrolled edits" in Special:Recentchanges if
27572   patrolling is disabled
27573 * (bug 5447) Convert first letter of username to uppercase before searching in
27574   Special:Listusers
27575 * (bug 759) Wrap redirects on the watchlist editing page in a span, class
27576   "watchlistredir"
27577 * (bug 1862) Namespace filtering in watchlists
27579 Misc.:
27580 * PHP 4.1 compatibility fix: don't use new_link parameter to mysql_connect
27581   if running prior to 4.2.0 as it causes the call to fail
27582 * (bug 3117) Fix display of upload size and type with tidy on
27583 * (bug 2323) Remove "last" tabindex from history page
27584 * (bug 3116) Division by zero on [[Image:Foo.png|123x123px|]]
27585 * Fix display of read-only lockfile message
27586 * Include software-visible client IP address in Special:Version comment
27587   as a proxy debugging aid
27588 * (bug 3170) Page Title failed to obey MediaWiki:Pagetitle.
27589   wikititlesuffix was removed
27590 * Add ability to break off certain debug topics into additional log files;
27591   use $wgDebugLogGroups to configure and wfDebugLog() to log.
27592 * Edit conflict on recreation of deleted page
27593 * (bug 3216) Don't show empty warning page when no warnings.
27594 * (bug 3218) Use proper quoting on history Compare Revisions button
27595 * Fix upgrade from 1.4 due to version number check breakage [for rc future]
27596 * Fix upgrade from 1.4 with no old revisions
27597 * Remove "info" editing toolbar that was shown in browsers which do not
27598 fully support the editing toolbar, but was found to be too confusing.
27599 * Don't override edit conflict suppression on section edits; section merging
27600   should provide the expected transparency here and fits usage patterns better.
27601 * (bug 3292) Fix move-over-redirect test when current entries are not plaintext
27602 * (bug 2078) Don't hide watch tab on preview
27603 * Fix regressions in ChangesList traditional layout
27604 * Fix edit on double-click for move-protected pages in Classic skin
27605 * (bug 3485) Fix bogus warning about filename capitalization when off
27606 * (bug 2570) Add 'watch this page' checkbox on uploads, watch uploads
27607   by default when 'watchdefault' option is on
27608 * Add options to dumpBackup.php for making split/partial dumps by page id
27609 * Added filter options, compression piping, and multiple output streams for
27610   dumpBackup.php
27611 * (bug 3595) Warn and abort if importDump.php called in read-only mode.
27612 * (bug 3598) Update message cache on message page deletion, patch by Tietew
27613 * Added separate noarticletext and newarticletext messages for logged in and
27614   anon users.
27615 * (bug 3332) Installation now uses Monobook, validates, plus usability
27616   improvements.
27617 * (bug 3660) Update diff3 detection to work with Windows/Cygwin
27618 * (bug 2330) Don't do funny thinks with "links" in MediaWiki:Undeletedtext
27619 * Two-pass data dump for friendliness to the DB (--stub, then dumpTextPass.php)
27620 * Data dump 'prefetch' mode to read normalized text from a prior dump
27621   (requires PHP 5, XMLReader extension)
27622 * (bug 2773) Print style sheet no longer overrides RTL text direction
27623 * (bug 2938) Update MediaWiki:Exporttext to be more general
27624 * Various fixes
27625 * Fix wfMsg*() replacements; args containing literal $[2-9] were wiped
27626 * Added @import for [[MediaWiki:Common.css]] to all skins
27627 * Edit box now remembers scrollbar position on preview
27628 * (bug 3816) Throw edit conflict instead of fatal error when a page is
27629   moved or deleted during section edit
27630 * (bug 3771) Handle internal functions in backtrace in wfAbruptExit()
27631 * (bug 3291) 'last' diff link for last history line when not at end
27632 * (bug 3667) Add missing global in page move code
27633 * (bug 2885) Remove unnecessary reference parameter which broke classic skin
27634   talk notification on PHP 5.0.5
27635 * (bug 3852) "Redirected from" link no longer obscured on double-redirects
27636 * changed directory hierarchy in images/math/. System upgrades from old to
27637   new hierarchy on the fly.
27638 * (bug 3487) Fix category edit preview with preview-on-bottom
27639 * (bug 918) Search index incorrectly joined words at == headings ==
27640 * (bug 3877) Render math images into temp directory, then move to hashed
27641   subdir so you can render new math images and have them work
27642 * (bug 2392) Fix Atom items content type, upgrade to Atom 1.0
27643 * Allow $wgFeedCacheTimeout of 0 to disable feed caching
27644 * Fix WebRequest::getRequestURL() to strip off the host bits squid prepends
27645 * Require POST for action=purge, to stop bots from purging the cache
27646 * Added local message cache feature ($wgLocalMessageCache), to reduce bandwidth
27647   requirements to the memcached server.
27648 * (bug 3562) for go search, try Caps-Variants-Broken-At-Non-Whitespace
27649 * (bug 2569) Use PATH_SEPARATOR instead of trying to guess based on
27650   DIRECTORY_SEPARATOR (was wrong on NetWare)
27651 * (bug 2740) Accept image deletions on 'enter' submit from MSIE
27652 * (bug 3939) Don't try to load text for interwiki redirect target
27653 * (bug 3948) Avoid notice warning in debug statement in bad search
27654 * Recognize Special:Search consistently so read whitelist works
27655 * (bug 3999) Change atom 1.0 feed id; had been unnecessarily complex due to
27656   unclear language in the spec. Now using the URL, same as the permalink,
27657   which someone else will probably whine about because it's not 'perma'
27658   enough or something.
27659 * (bug 4014) Fix include mode for Allpages on small page sets
27660 * (bug 3996) Fix text for new entries in RC RSS/Atom feed
27661 * (bug 3065) Update both watched namespaces when renaming pages
27662 * Changed mail form to have a bigger message entry box (like for editing
27663   a page
27664 * Fix ulimit parameters for wfShellExec when memory_limit is specified in 'm'
27665 * (bug 2111) Collapsable exif metadata table, clean up display
27666 * Reduce fractions in display of exif exposure time
27667 * (bug 4048) Optional footer link to site privacy policy
27668 * Don't die() when update.php reaches the end of the warning count
27669 * (bug 1915) Fix edit links when 'direction' used with 'oldid';
27670   using revision ID reported via OutputPage; Skin::editUrlOptions()
27671 * Remove obsolete 'redirect=no' on some edit links
27672 * Include oldid for the second revision on edit link on diff view
27673 * (bug 4035) Fix prev/next revision links on edit page
27674 * (bug 4100, 3049) Add 'edittools' message to hold edit tools, put it
27675   on Special:Upload as well as edit, rearrange edit page pieces a bit.
27676   Copyright warning now above the buttons to ensure it's visible,
27677   template list at the bottom so it can grow.
27678 * Optional summary parameter to action=rollback, for user javascript
27679 * (bug 4167) Fix regression caused by patch for bug 153
27680 * (bug 4169) Use $wgLegalTitleChars in pipe trick conversions
27681 * (bug 4170) Decode HTML character escapes in sort key
27682 * (bug 4201) Fix user-talk mode for Enotif, and general code cleanup
27683 * (bug 4214) Skip redundant action text inserts into the HTML <title>
27684 * (bug 4212) Skip redundant meta-robots tag for default settings
27685 * Fix regression: old version missing from edit links in Nostalgia skin
27686 * (bug 1600) Trigger edit conflict on duplicate section=new submissions
27687 * (bug 4001) Use local variables properly in wikibits.js akeytt()
27688 * Fix regression: old version missing from edit links on CSS/JS pages
27689 * (bug 3211) Include Date, To mail headers when using PEAR::Mail
27690 * (bug 3407) Fix encoding of subject and from/to headers on notification
27691   mails; userMailer() now takes a MailAddress wrapper object instead of
27692   a raw string to abstract things a level.
27693 * Fixed --server override on dumpTextPass.php
27694 * Added plugin interface for dumpBackup, so additional filters and output
27695   sink types can be registered at runtime from an extension
27696 * (bug 349) Fix for some numeric differences not being highlighted
27697   patch by Andrius Ramanauskas
27698 * (bug 4298) Include rc_id on enhanced RC singleton diff links for patrolling
27699 * Did some refactoring on ChangesList.php merging dupe code
27700 * (bug 1586) Fix interwiki generator for wikimedia obscure domains
27701 * (bug 3493) Mark edits patrolled when they are reverted
27702   patch by Leon Planken
27703 * Removed experimental Amethyst skin from default set
27704 * Upgrade old skin preferences properly at Special:Preferences
27705   (used to spontaneously switch to Classic skin for old numeric pref records)
27706 * (bug 3424) Update page_touched for category members on category page creation
27707 * Log views show message when no matches
27708 * Fix raw sitenotice display on database error
27709 * Fix autoconfirm check for old accounts
27710 * (bug 4368) Don't show useless empty preview on new section creation
27711 * Don't show useless empty preview on new page creation
27712 * (bug 4411) Fix messages diff link for classic skin
27713 * (bug 4385) Separate parser cache entries for non-editing users, so section
27714   edit links don't vanish / appear unwanted on protected pages
27715 * (bug 2726, 3397) Fix [[Special:]] and [[:Image]] links in action=render
27716 * (bug 4419) Remove obsolete magnify.png.old
27717 * Removed $wgUseCategoryMagic option, categories are now enabled unconditionally
27718 * (bug 3318) UI workarounds for disabled items in license selector
27719   MSIE/Win: items now grayed out, JS will revert to 'non selected' if clicked
27720   Safari: JS will revert to 'non selected' if clicked (but not gray)
27721   MSIE/Mac: indented items now visible (JS hack)
27722 * (bug 714) "plainlinks" class issues in IE, Opera
27723 * (bug 4317) Inconsistent "broken redirects" messages
27724 * Default interface text for "selflinks" tweaked
27725 * (bug 3194) default implementation of translateBlockExpiry
27726   which uses ipboptions
27727 * (bug 4446) $wgExportAllowHistory option to explicitly disable history in
27728   Special:Export form, 'exportnohistory' message to translate live hack.
27729 * Maintenance script to delete unused user accounts
27730 * (bug 912) Search box easier to reach in text browsers (lynx, links)
27731 * $wgParserCacheExpireTime added
27732 * Skip loading of RecentChange.php except where needed
27733 * Enforce $wgSVGMaxSize when rendering, even for SVGs with a very large source
27734   size. This is necessary to limit server memory usage.
27735 * Cleanup and error checking on Special:Listredirects
27736 * Clear up some instances of old OutputPage::sysopRequired() function usage
27737 * Improve "upload disabled" notice
27738 * Move parts of index.php to include/Wiki.php in an attempt to both cleanup
27739   index.php and create a MediaWiki-class mediaWiki base object
27740 * (bug 4104) Added OutputPageBeforeHTML hook for tweaking primary wiki output
27741   HTML on final output (cached or not)
27742 * Avoid PHP notice on command-line scripts if empty argument is passed ('')
27743 * (bug 4571) Partial fix hack for {{fulllurl:}} in action=render
27744 * (bug 3502) Bowtie symbol for TeX
27745 * (bug 4000) Support for \textstyle et al. in <math>
27746 * (bug 1663) support color in TeX formulas
27747 * (bug 2026) missing glue around \not= (TeX)
27748 * (bug 4576) Missing '>' broke license selector's first option in IE, Opera
27749 * Override $wgLocaltimezone in parser tests for us outside Iceland and UK
27750 * Fix extra whitespace at end of Wiki.php, DESTROYS XML OUTPUT
27751 * Remove redundant 'echo' statements from MonoBook.php
27752 * (bug 1103) Fix up redirect handling for images, categories
27753   Redirects are now followed from the top-level, outside of the Article
27754   content loading and viewing, for clarity and consistency.
27755 * (bug 4104) 'OutputPageBeforeHTML' hook to postprocess article HTML on
27756   page view (comes after parser cache, if used). Patch by ThomasV.
27757 * Linker::formatComment corrupted the passed title object on PHP 5
27758   if the comment included a section link. Use clone() to make a safe copy.
27759 * Add wfClone() wrapper since we're still using PHP 4 on some servers.
27760 * Remove obsolete killthread.php
27761 * Added wfDie() wrapper, and some manual die(-1), to force the return code
27762   to the shell to return nonzero when we crap out with an error.
27763 * Allow input of the stub from a compressed file instead of stdin
27764   for dumpTextPass.php; easier to get errors back on the shell
27765 * Added an attractive space on the namespace selector on contribs
27766 * Move PHP 5-friendly XHTML doctype hack to Sanitizer, use for sig checks.
27767   Fixes use of named entities in sigs on PHP 5
27768 * (bug 4482) Include move comment on the null edit as well as the redirect
27769 * (bug 3990) Use existing session name if session.auto_start is on
27770   Fixes checks for open sessions, such as the cookie warning on login.
27771   Patch by Zbigniew Braniecki.
27772 * Add cache-safe alternate sitenotice for anonymous users.
27773   (MediaWiki:Anonnotice) This is displayed instead of the regular sitenotice,
27774   if it exists. If not, the regular sitenotice shows. If that doesn't exist,
27775   the value of $wgSiteNotice is used, and if that's null, then nothing is shown.
27776 * Spit the generated LocalSettings code out during the installer as an aid
27777   to debugging issues. (Keep this?)
27778 * Use __FILE__ to form path in new LocalSettings.php, so it stays accurate
27779   when the directory is relocated for typical usage.
27780 * Auto-update $wgCacheEpoch when LocalSettings.php changes on new installs.
27781   For typical usage this will be a light burden and should reduce confusion
27782   when the configuration is edited.
27783 * Fix $wgCacheEpoch's effect on client-side caching.
27784 * (bug 1122) gray out 'older revision' when viewing first article revision.
27785 * Clearer message in DefaultSettings.php: edit LocalSettings.php instead
27786 * MonoBook skin top link id changed from "contentTop" to "top" (shared with
27787   name attribute)
27788 * (bug 3350) Missing label for move talk page checkbox.
27789 * (bug 2108) Sort entries when using category browser
27790 * (bug 2393) Fix MIME type for Atom feeds ( application/rss+atom )
27791 * Add ".deps.php" include-file preloaders for some dynamically-loaded
27792   language and skin classes. Should help with the broken base-class
27793   problem under PHP 5 with APC as opcode cache. See details:
27794   https://lists.wikimedia.org/hyperkitty/list/wikitech-l@lists.wikimedia.org/thread/4NVSC4LAZX6ACO77QVLRQYAWULAJCKJ2/
27795 * Small changes to tabs in Monobook skin c/o Chris Ware
27796 * (bug 4679) Work around buggy basename() function in PHP5, which breaks
27797   uploads of files starting with multibyte characters on Linux.
27798   wfBaseName() doesn't suffer this bug, and understands backslash on
27799   both Unix and Windows.
27800 * (bug 3603) headscripts variable not hooked up to MonoBook skin
27801 * Allow local cdb-based interwiki cache
27802 * Use the "block", not the "protect" permission, when determining whether to
27803   show a "block user" link in the toolbox
27804 * Fix backup dump text prefetch for XMLReader constant changes in PHP 5.1
27805 * Suppress useless percentage indicator on output from 7za during dumps
27806 * (bug 4633) Add (previous 200) (next 200) also above catlinks
27807 * (bug 4686) Fix regression where ?diff=0&oldid=0 caused fatal error on
27808   pages with only one revision. Fixes message diff link on first edit.
27809 * Fix dependence on hardcoded UNIQ_PREFIX in LanguageConverter.php
27810 * Do not check lag on external storage servers
27811 * Do not tidy interface messages (unless full tidy is set)
27812 * Do not trust equality propagation and give more hints to MySQL
27813   optimizer for revision fetches (avoids index scans)
27814 * Use revision rate for ETA in dump generation; it tends to be more stable
27815   than the per-page count for full-history dumps.
27816 * Include timestamp in wfDebugLog breakouts
27817 * (bug 4469) Namespace-specific notice to be displayed below site-notice
27818   Edit messages like "MediaWiki:Namespacenotice-" plus namespace name
27819   which is blank for main namespace, or like e.g. "User_talk"
27820 * Adjust user login/creation form hooks to work with a captcha plugin
27821 * (bug 1284) Inline styles for diffs in Recent Changes RSS/Atom feeds
27822 * (bug 4824) IE7 beta 2 broke compatibility with PNG logo workarounds,
27823   and seems to work ok with other bits. No longer including the IE
27824   workarounds JavaScript for IE 7 and above.
27825 * Fix extra namespace for Bulgarian
27826 * (bug 4303) Add $wgFavicon to change the shorticon icon link from
27827   the default /favicon.ico or disable it (if set to false)
27828 * (bug 3347) strip linebreaks in math error source
27829 * (bug 4841) Warning for non-logged-in edits
27830 * (bug 4867) Leave invalid EXIF date fields unformatted instead of
27831   showing a bogus current timestamp
27832 * Reset $wgActionPaths during parser test; corrects some false failures
27833   in the automated test report.
27834 * (bug 4875) Define a div containing the shared image description
27835 * (bug 4860) Expose Title->userCan() as Hooks
27836 * (bug 4828) Fix genitive month-name variable for cs, pl, uk
27837 * (bug 4842) Fix 'show number of watching users' with enhanced RC
27838 * (bug 4889) Fix image talk namespace for Tamil
27839 * (bug 4147) Added cleanupWatchlist.php to clear out bogus watchlist entries
27840 * (partial bug 3456) Disable auto redirect to Main Page after account creation
27841 * (bug 4824) Separate out IE7 CSS compat hacks, fix for RTL pages
27842 * Added support for wikidiff2 and similar external diff engines.
27843 * Allow cookies to be shared between multiple wikis with a shared user database
27844 * Blocking some Unicode whitespace characters in usernames. Should check
27845   if some or all should be blocked from all page titles.
27846 * Unknown log types no longer throw notices everywhere in RecentChanges
27847 * (bug 4502, 5017) Don't render potentially hostile deleted page contents
27848   on Special:Undelete by default; show source, with an optional preview.
27849   The revisions list no longer shows the latest text by default, so it can
27850   still be operated if the text is hostile.
27851 * (bug 5013) Check for existence on "return to" links
27852 * Removed trailing whitespace on a bunch more messages.
27853 * Fix missing bad title check in Special:Booksources
27854 * Remove empty booksources string in fy
27855 * Avoid corrupting <gallery> inside <!-- comment -->
27856 * Remove legacy PHPTal code, hasn't been maintained in ages.
27857 * Tweak Userlogin include order for APC issue
27858 * Don't try to link to current page on protection tab
27859 * More exact checking in Title::equals() to fox moves of numerically similar
27860   page titles. (Odd hex title bug on 64-bit.)
27861 * Fix explicit s-maxage=0 on raw pages; should help with proxy issues in
27862   generated stylesheets... hopefully...
27863 * (bug 4685) More fixes for Slovenian project namespace
27864 * Fixed and enhanced a little the Live Preview, which had been broken for some
27865   time
27866 * Added article size limit, $wgMaxArticleSize
27867 * (bug 4974) Don't follow redirected talk page on "new messages" link
27868 * (bug 4970) Make category paging limits configurable
27869 * (bug 4535) Warn user when editing CSS or JS subpage of a skin that doesn't
27870   exist
27871 * Make Live Preview an user preference, still controllable by the global
27872   variable
27873 * Rename the stub LanguageAls / LanguageGem_alsation to LanguageGsw to follow
27874   updated language code assignments
27875 * (bug 5081) Remove bogus fix for invalid characters in links which simply
27876   broke use of legitimate multiple whitespace characters in bracketed link.
27877 * (bug 4838) Add relative oldids (prev, next, cur) for raw pages
27878   Patch by Lupin
27879 * (bug 5086) Force image resize dimensions on ImageMagick, as for instance
27880   "-resize 100x35!"; some thumbs were off due to differences in rounding and
27881   would be generated smaller than expected.
27882 * (bug 5062) Width sometimes one pixel short when using maximum heights
27883 * Purge thumbnails and metadata cache for action=purge on an image page
27884 * (bug 4273) Bounce back with a message when attempting to submit a new comment
27885   with an empty main textbox (user probably hit Enter in subject field)
27886 * (bug 5141) Gracefully handle the new account link when createaccount off
27887 * (bug 5150 and related) Fix missing ID attribute in HTML namespace selector
27888 * (bug 5152) Proper HTML escaping on subpage breadcrumbs
27889 * (bug 4855) Section edit links now have the section name in the title
27890   attribute.
27891 * (bug 2115) Support shift-selecting multiple checkboxes with JavaScript.
27892 * (bug 5161) Don't try to load template list for nonexistent pages
27893 * (bug 5228) Workaround for broken LanguageConverter title overrides; avoid
27894   unnecessary hidden UI work when watch/unwatch is performed on edit
27895 * Fixed bogus master fallback in external storage
27896 * (bug 5246) Add speak:none to "hiddenStructure" class in main.css
27897 * Further work on rev_deleted; changed to a bitfield with several data-hiding
27898   options. Not yet ready for production use; Special:Revisiondelete is
27899   incomplete, and the flags are not preserved across page deletion/undeletion.
27900   To try it; add the 'deleterevision' permission to a privileged group.
27901 * (bug 5270) Fix broken linktrail for br, cv, fr, hr, nn, oc, ta, wa
27902 * Add a clickable contribs link in user tool links (rc, watchlist, diff view)
27903   to see how people like it. (There was one in the old hacked-up diff view.)
27904 * (bug 5236) Load wikibits.js before site-customized javascript
27905 * (bug 4119) Workaround for <nowiki> following link in Walloon; remove capitals
27906   from linktrail, as they're not used anywhere else.
27907 * (bug 4781) Output links with the percent-encoding they're supplied with;
27908   save the normalization for internal link storage. The normalization is a bit
27909   buggy and can make incorrect foldings in the query string and such, so isn't
27910   reliable beyond the hostname where it's used for the spam bulk checker.
27911 * Don't URL-decode in the title attribute for URL links; it can produce false
27912   results that don't code back to their original values.
27913 * (bug 4611) Add user preference (default on) to add new pages to creators's
27914   watchlist
27915 * (bug 5286) Fix regression in display of missing/bad revision IDs
27916 * (bug 4729) Add user preference that marks a user's edits as patrolled if user
27917   is able to
27918 * (bug 4630) Add user preference to prompt users when entering blank edit
27919   summaries
27920 * Added optional suggest feature for the search box. Set wgUseAjax to true to
27921   enable it.
27922 * (bug 5277) Use audio/midi rather that audio/mid
27923 * (bug 5410) Use namespace name when a custom namespace's nstab-NS message is
27924   nonexistent
27925 * (bug 5432) Fix inconsistencies in cookie names when using table prefixes
27926 * Additional protections against HTML breakage in table parsing
27927 * (bug 5355) Include skin name and style JS settings in page source;
27928   fixes regression where Opera 6/7 and KHTML CSS fixes weren't applied
27929   when wikibits.js was moved up before user JS inclusion.
27930 * Added $wgColorErrors: if set, database error messages will be highlighted
27931   when running command-line scripts in a Unix terminal.
27932 * (bug 5195) rebuildrecentchanges.php works again; Database::insertSelect now
27933   has a parameter for select options.
27934 * Fix updateSearchIndex.php for new schema
27935 * Fix bogus "filename too short" error when uploading files with a period in the
27936   base name, e.g. "Mr. Zee.png"
27937 * (bug 2139) Show page title in subtitle when viewing "read only" page
27938 * (bug 5452) Update language name for Cree
27940 == Compatibility ==
27942 Older PHP 4.2 and 4.1 releases are no longer supported; PHP 4 users must
27943 upgrade to 4.3 or later.
27945 MediaWiki 1.6 is the last major version to support PHP 4; future versions will
27946 require PHP 5.
27948 MySQL 3.23.x is no longer supported; some older hosts may need to upgrade.
27949 At this time we still recommend 4.0, but 4.1/5.0 will work fine in most cases.
27951 == Upgrading ==
27953 Several changes to the database have been made from 1.5; these are relatively
27954 minor but do require that the update process be run before the new code will
27955 work properly:
27957 * A new "templatelinks" table tracks template inclusions.
27958 * A new "externallinks" table tracks URL links; this can be used by a mass
27959 spam-cleanup tool in the SpamBlacklist extension.
27960 * A new "jobs" table stores a queue of pages to update in the background; this
27961 is used to update links in including pages when templates are edited.
27963 To ensure that these tables are filled with data, run refreshLinks.php after
27964 the upgrade.
27966 If you are upgrading from MediaWiki 1.4.x or earlier, some major database
27967 changes are made, and there is a slightly higher chance that things could
27968 break. Don't forget to always back up your database before upgrading!
27970 === Caveats ===
27972 Some output, particularly involving user-supplied inline HTML, may not produce
27973 100% valid or well-formed XHTML output. Testers are welcome to set $wgMimeType
27974 = "application/xhtml+xml"; to test for remaining problem cases, but this is not
27975 recommended on live sites. (This must be set for MathML to display properly in
27976 Mozilla.)
27979 = MediaWiki 1.5 =
27981 == MediaWiki 1.5.9 ==
27982 * (bug 3359) Add hooks on completion of file upload
27984 == MediaWiki 1.5.8 ==
27986 March 26, 2006
27988 MediaWiki 1.5.8 is a security and bugfix maintenance release.
27990 A bug in decoding of certain encoded links could allow injection of raw
27991 HTML into page output; this could potentially lead to XSS attacks.
27993 Some minor UI fixes were also made, see the change log at the bottom of
27994 this file.
27997 == MediaWiki 1.5.7 ==
27999 March 2, 2006
28001 MediaWiki 1.5.7 is a bugfix maintenance release.
28003 Most importantly, a security issue in the installer has been fixed. The bug
28004 affects new installations of 1.5.6 only. If the user specified the MySQL root
28005 password, to allow the installer to create an unprivileged account, the
28006 installer would not only create the new account but also change the root
28007 password to be equal to the password of the new account.
28009 Anyone affected by this bug will need to change the root password back
28010 manually. For information about how to change passwords in MySQL please see:
28011 http://dev.mysql.com/doc/refman/5.1/en/passwords.html
28013 This version includes fixes for compatibility with Internet Explorer 7
28014 beta 2, and various other bugs; see the full changelog at the end of
28015 the release notes.
28018 == MediaWiki 1.5.6 ==
28020 January 19, 2006
28022 MediaWiki 1.5.6 is a security and bugfix maintenance release.
28024 A bug in edit comment formatting could send PHP into an infinite loop
28025 if certain malformed links were included. In most installations, this
28026 would cause the script to fail after PHP's 30-second failsafe timeout.
28028 Some improvements have been made to the installer which should make
28029 installation possible on a system with a broken MySQL "root" account.
28031 For several other minor fixes, see the complete changelog at the end
28032 of this file.
28035 == MediaWiki 1.5.5 ==
28037 January 5, 2006
28039 MediaWiki 1.5.5 is a security and bugfix maintenance release.
28041 Detection for uploads of Windows Metafile (.wmf) images has been added
28042 to help protect against a client-side vulnerability in unpatched Microsoft
28043 Windows operating systems.
28045 Sites which have enabled uploads and added non-standard file types
28046 (such as .ogg, .doc, or .pdf) should upgrade to this release to ensure
28047 that malicious .wmf files can't be uploaded with a fake extension;
28048 such files could put visitors to the site at risk.
28050 For more details on this, see:
28051 https://en.wikipedia.org/wiki/Windows_Metafile_vulnerability
28053 Additionally, a maintenance script removeUnusedAccounts.php has been added;
28054 this replaces an older Perl script which had not been updated for the new
28055 schema in 1.5.
28058 == MediaWiki 1.5.4 ==
28060 December 21, 2005
28062 MediaWiki 1.5.4 is a security and bugfix maintenance release.
28064 A hardcoded internal placeholder string has been replaced with a random
28065 one. This closes a hole where security checks in inline style attributes
28066 could be bypassed, injecting JavaScript code that could execute in
28067 Microsoft Internet Explorer.
28069 Other browsers would not be vulnerable.
28071 Several minor fixes are included in this release, most notably a fix
28072 to clear the "you have new messages" flag properly for usernames
28073 containing spaces when e-mail notification is enabled.
28075 See the changelog at the end of the release notes for a full list of
28076 fixes.
28079 == MediaWiki 1.5.3 ==
28081 December 4, 2005
28083 MediaWiki 1.5.3 is a security and bugfix maintenance release.
28085 Validation of the user language option was broken by a code change in
28086 May 2005, opening the possibility of remote code execution as this
28087 parameter is used in forming a class name dynamically created with
28088 eval().
28090 The validation has been corrected in this version. All prior 1.5 release
28091 and prelease versions are affected; 1.4 and earlier and not affected.
28093 Additionally several bugs have been fixed; see the changelog later in
28094 this file for a complete list.
28097 == MediaWiki 1.5.2 ==
28099 November 2, 2005
28101 MediaWiki 1.5.2 is a bugfix maintenance release.
28103 A change in PHP 4.4.1 and PHP 5.1.0RC broke handling of extension and
28104 <pre> sections, causing garbage data to be inserted in output and saved
28105 edits. This version works around the change.
28107 Several other glitches with MySQL 5.0 and PHP 5.0.5 were also fixed;
28108 see the change log below for a complete list.
28111 == MediaWiki 1.5.1 ==
28113 October 26, 2005
28115 MediaWiki 1.5.1 is a bugfix and security maintenance release, and is a
28116 recommended upgrade for all installations.
28118 This release includes further corrections to the inline CSS style sanitation
28119 which works around a JavaScript "feature" on Microsoft Internet Explorer.
28120 Users of Microsoft Internet Explorer for Windows may be vulnerable to
28121 XSS injections on prior versions; users of standards-compliant browsers
28122 are not vulnerable.
28124 Major fixes include:
28125 * Image pages work again with resizing disabled
28126 * Works in MySQL 5.0 strict mode
28128 There is experimental support in this release for explicitly declaring
28129 the UTF-8 charset in the database; this has been tested with MySQL 5.0.15
28130 but should work on 4.1 as well.
28132 IMPORTANT: Changing this setting on an existing wiki may produce interesting
28133 data corruption, depending on server configuration. Page contents should,
28134 usually, be unaffected, but page titles and other items may be. Limitations
28135 in MySQL's Unicode support mean that characters outside the BMP cannot be used
28136 in page titles or various other fields when using this mode.
28138 Table definitions are in maintenance/mysql5/tables.sql, and the runtime
28139 option to send 'SET NAMES utf8' is set by $wgDBmysql5 = true.
28141 (MySQL 3.23.x and 4.0.x do not support character set declarations; on these
28142 versions MediaWiki simply works with UTF-8 data and MySQL is blissfully
28143 unaware of it.)
28147 == MediaWiki 1.5.0 final ==
28149 October 5, 2005
28151 MediaWiki 1.5.0 is the new stable release branch of MediaWiki, and is
28152 recommended for all new installations.
28154 Any wikis running a 1.5 beta or release candidate are strongly recommended
28155 to upgrade to the final release, which includes a number of bug fixes and
28156 a security fix for CSS bugs in Microsoft Internet Explorer.
28158 IMPORTANT: Running a 1.3 or 1.4 wiki and don't want to jump to 1.5 yet?
28159 Be sure to upgrade to 1.3.17 or 1.4.11, also released today. Versions
28160 prior to 1.3.16 and 1.4.10 have a serious data corruption bug which is
28161 triggered by a spambot known to operate in the wild.
28164 === What's new in 1.5? ===
28166 Schema:
28167   The core table schema has changed significantly. This should make better
28168   use of the database's cache and disk I/O, and make significantly speed up
28169   rename and delete operations on pages with very long edit histories.
28171   Unfortunately this does mean upgrading a wiki of size from 1.4 will require
28172   some downtime for the schema restructuring, but future storage backend
28173   changes should be able to integrate into the new system more easily.
28175 Permalinks:
28176   The current revision of a page now has a permanent 'oldid' number assigned
28177   immediately, and the id numbers are now preserved across deletion/undeletion.
28178   A permanent reference to the current revision of a page is now just a matter
28179   of going to the 'history' tab and copying the first link in the list.
28181 Page move log:
28182   Renames of pages are now recorded in Special:Log and the page history.
28183   A handy revert link is available from the log for sysops.
28185 Editing diff:
28186   Ever lost track of what you'd done so far during an edit? A 'Show diff'
28187   button on the edit page now makes it easy to remember.
28189 Uploads:
28190   It's now possible to specify the final filename of an upload distinct
28191   from the original filename on your disk.
28193   An image link for a missing file will now take you straight to the upload
28194   page.
28196   More metadata is pre-extracted from uploaded images, which will ease pressure
28197   on disk or NFS volumes used to store images. EXIF metadata is displayed on
28198   the image description page if PHP is configured with the necessary module.
28200   If .svg files are added to the upload whitelist, you can choose to render
28201   them to rasterized .png images for inline display using one of several
28202   external helper programs. See DefaultSettings.php for SVG options.
28204 User accounts:
28205   There are some changes to the user permissions system, with assignable
28206   groups. Note that this does *not* allow you to make pages which are only
28207   accessible to certain groups.
28209   For details see: https://www.mediawiki.org/wiki/Manual:User_rights
28211 E-mail:
28212   User-to-user e-mail can now be restricted to require a mail-back confirmation
28213   first to reduce potential for abuse with false addresses.
28215   Updates to user talk pages and watchlist entries can optionally send e-mail
28216   notifications.
28218 External hooks:
28219   A somewhat experimental interface for hooking in an external editor
28220   application is included.
28222 And...
28223   A bunch of stuff we forgot to mention.
28226 === What's gone? ===
28228 Latin-1:
28229   Wikis must now be encoded in Unicode UTF-8; this has been the default for
28230   some time, but some languages could optionally be installed in Latin-1 mode.
28231   This is no longer supported.
28233   You can check if your current wiki is in Latin-1 mode by using your browser's
28234   "view source"; look for a line like this:
28236     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
28238   If it says charset=utf-8, you're ready. If it says charset=iso8859-1,
28239   you may need to convert your data. (English-language wikis avoiding
28240   any accented characters may be able to get away without conversion.)
28242 MySQL 3.x:
28243   Some optimization hacks for MySQL 3.x have been removed as part of the schema
28244   clean-up (specifically, the inverse_timestamp fields).
28246   MediaWiki 1.5 may still run on 3.x, but wikis of non-trivial size should
28247   very seriously consider upgrading to a more modern release. MySQL 3.x support
28248   will probably be entirely dropped in the next major release.
28250 Special:Maintenance
28251   These tools were, ironically enough, not really maintained. This special
28252   page has been removed; insofar as some of its pieces were useful and haven't
28253   already been supplanted by other special pages they should be rewritten in
28254   an efficient and safe manner in the future.
28257 === Caveats ===
28259 Upgrade:
28260   Wikis in Latin-1 encoding are no longer supported; only Unicode UTF-8.
28261   A new option $wgLegacyEncoding is provided to allow on-the-fly recoding of
28262   old page text entries, but other metadata fields (titles, comments etc) need
28263   to be pre-converted. The standard upgrade process does not yet fully automate
28264   this, but you can try the alternate partial-upgrader in upgrade1_5.php.
28266   The upgrade from 1.4 to 1.5 schema has not been tested for all cases, so
28267   it's possible you may experience problems in some combinations.
28269 Backups:
28270   The text entries of deleted pages are no longer removed from the main
28271   text table on deletion. If you provide public backup dumps of your databases,
28272   you will probably want to use the new XML-format dump generator, available
28273   as maintenance/dumpBackup.php.
28275   For more information on how we run our own public data dumps at Wikimedia,
28276   see http://meta.wikimedia.org/wiki/Data_dumps
28278 PostgreSQL:
28279   The table definitions for PostgreSQL install are out of date. PostgreSQL
28280   support may return in later releases, pending appropriate patches.
28282 MySQL 4.1+:
28283   Some users may encounter installation problems with MySQL 4.1 or higher
28284   due to strange charset encoding / collation configurations. Try setting
28285   to 'latin1' or 'utf8' if you encounter problems.
28289 == MediaWiki 1.5 release candidate 4 ==
28291 August 29, 2005
28293 MediaWiki 1.5rc4 is a preview release of the new 1.5 release series.
28294 It fixes compatibility with PHP 5.1, and corrects two cross-site scripting
28295 security bugs:
28297 * <math> tags were handled incorrectly when TeX rendering support is off,
28298   as in the default configuration.
28299 * Extension or <nowiki> sections in Wiki table syntax could bypass HTML
28300   style attribute restrictions for cross-site scripting attacks against
28301   Microsoft Internet Explorer
28303 Wikis where the optional math support has been *enabled* are not vulnerable
28304 to the first, but are vulnerable to the second.
28308 == MediaWiki 1.5 release candidate 3 ==
28310 August 24, 2005
28312 MediaWiki 1.5rc3 is a preview release of the new 1.5 release series.
28313 It fixes several major problems in 1.5rc2:
28315 * Fixed a cross-site scripting injection in the search form
28316   (broken since 1.5beta1)
28318 * Fixed upgrades from 1.4 database schema
28319   (broken since 1.5rc2)
28321 1.3 and 1.4 releases are not vulnerable to the XSS bug, but anyone
28322 running an earlier 1.5 beta or release candidate should upgrade
28323 immediately.
28326 == MediaWiki 1.5 release candidate 2 ==
28328 August 23, 2005
28330 MediaWiki 1.5rc2 is a preview release of the new 1.5 release series.
28331 Numerous bug fixes since last beta, plus a security fix; see change
28332 log below for full details.
28334 A flaw in the interaction between extensions and HTML attribute
28335 sanitization was discovered which could allow unauthorized use
28336 of offsite resources in style sheets, and possible exploitation
28337 of a JavaScript injection feature on Microsoft Internet Explorer.
28339 This version expands the returned text and properly checks it
28340 before output.
28342 A 1.5rc1 release was mistakenly made from the incorrect source code
28343 branch; 1.5rc2 is identical to the actual 1.5rc1 in revision control
28344 except for version number.
28347 == MediaWiki 1.5 beta 4 ==
28349 July 30, 2005
28351 MediaWiki 1.5 beta 4 is a preview release of the new 1.5 release series.
28352 A number of bugs have been fixed since beta 3; see the full changelist below.
28355 == MediaWiki 1.5 beta 3 ==
28357 July 7, 2005
28359 MediaWiki 1.5 beta 3 is a preview release of the new 1.5 release
28360 series, with a security update over beta 2.
28362 Incorrect escaping of a parameter in the page move template could
28363 be used to inject JavaScript code by getting a victim to visit a
28364 maliciously constructed URL. Users of vulnerable releases are
28365 recommended to upgrade to this release.
28367 Vulnerable versions:
28368 * 1.5 preview series: n <= 1.5beta2 vulnerable, fixed in 1.5beta3
28369 * 1.4 stable series: 1.4beta6 <= n <= 1.4.5 vulnerable, fixed in 1.4.6
28370 * 1.3 legacy series: not vulnerable
28372 This release also includes several bug fixes and localization updates.
28373 See the changelog at the end of this file for a detailed list.
28377 == MediaWiki 1.5 beta 2 ==
28379 July 5, 2005
28381 MediaWiki 1.5 beta 2 is a preview release of the new 1.5 release series.
28382 While most exciting new bugs should have been ironed out at this point,
28383 third-party wiki operators should probably not run this beta release
28384 on a public site without closely following additional development.
28386 Anyone who _has_ been running beta 1 is very very strongly advised to
28387 upgrade to beta 2, as it fixes many bugs from the previous beta including
28388 a couple of HTML and SQL injections.
28390 This release should be followed by one or two release candidates and
28391 a 1.5.0 final within the next few weeks.
28393 Beta upgraders, note there are some minor database changes. For upgrades
28394 from 1.4, see the file UPGRADE for details on significant database and
28395 configuration file changes.
28397 Beta 2 includes a preliminary command-line XML wiki dump importer tool,
28398 maintenance/importDump.php, paired with maintenance/dumpBackup.php.
28399 These use the same format as Special:Export and Special:Import, able
28400 to package a wiki's entire page set independent of the backend database
28401 and compression format.
28404 == MediaWiki 1.5 beta 1 ==
28406 June 26, 2005
28408 MediaWiki 1.5 beta 1 is a preview release, pretty much feature complete,
28409 of the new 1.5 release series. There are several known and likely a number
28410 of unknown bugs; it is not recommended to use this release in a production
28411 environment but would be recommended for testing in mind of an upcoming
28412 deployment.
28414 A number of significant changes have been made since the alpha releases,
28415 including database changes and a reworking of the user permissions settings.
28416 See the file UPGRADE for details of upgrading and changing your prior
28417 configuration settings for the new system.
28421 == MediaWiki 1.5 alpha 2 ==
28423 June 3, 2005
28425 MediaWiki 1.5 alpha 2 includes a lot of bug fixes, feature merges,
28426 and a security update.
28428 Incorrect handling of page template inclusions made it possible to
28429 inject JavaScript code into HTML attributes, which could lead to
28430 cross-site scripting attacks on a publicly editable wiki.
28432 Vulnerable releases and fix:
28433 * 1.5 prerelease: fixed in 1.5alpha2
28434 * 1.4 stable series: fixed in 1.4.5
28435 * 1.3 legacy series: fixed in 1.3.13
28436 * 1.2 series no longer supported; upgrade to 1.4.5 strongly recommended
28439 == MediaWiki 1.5 alpha 1 ==
28441 May 3, 2005
28443 This is a testing preview release, being put out mainly to aid testers in
28444 finding installation bugs and other major problems. It is strongly recommended
28445 NOT to run a live production web site on this alpha release.
28447 **  WARNING: USE OF THIS ALPHA RELEASE MAY INFEST YOUR HOUSE WITH  **
28448 **  TERMITES, ROT YOUR TEETH,  GROW HAIR ON YOUR PALMS, AND PASTE  **
28449 **  INNUENDO  INTO  YOUR  C.V.  RIGHT  BEFORE  A  JOB  INTERVIEW!  **
28450 **  DON'T SAY WE DIDN'T WARN YOU, MAN. WE TOTALLY DID RIGHT HERE.  **
28453 === Smaller changes since 1.4 ===
28455 Various bugfixes, small features, and a few experimental things:
28457 * 'live preview' reduces preview reload burden on supported browsers
28458 * support for external editors for files and wiki pages:
28459   https://www.mediawiki.org/wiki/Manual:External_editors
28460 * Schema reworking:
28461   https://www.mediawiki.org/wiki/Proposed_Database_Schema_Changes/October_2004
28462 * (bug 15) Allow editors to view diff of their change before actually submitting
28463   an edit
28464 * (bug 190) Hide your own edits on the watchlist
28465 * (bug 510): Special:Randompage now works for other namespaces than NS_MAIN.
28466 * (bug 1015) support for the full wikisyntax in <gallery> captions.
28467 * (bug 1105) A "Destination filename" (save as) added to Special:Upload Upload.
28468 * (bug 1352) Images on description pages now get thumbnailed regardless of
28469   whether the thumbnail is larger than the original.
28470 * (bug 1662) A new magicword, {{CURRENTMONTHABBREV}} returns the abbreviation of
28471   the current month
28472 * (bug 1668) 'Date format' supported for other languages than English, see:
28473   https://lists.wikimedia.org/hyperkitty/list/wikitech-l@lists.wikimedia.org/thread/5SH5IDCNYZTRBQQZ33GS7WYDEJ3PSEZE/
28474 * (bug 1739) A new magicword, {{REVISIONID}} give you the article or diff
28475   database revision id, useful for proper citation.
28476 * (bug 1998) Updated the Russian translation.
28477 * (bug 2064) Configurable JavaScript mimetype with $wgJsMimeType
28478 * (bug 2084) Fixed a regular expression in includes/Title.php that was accepting
28479   invalid syntax like #REDIRECT [[foo] in redirects
28480 * It's now possible to invert the namespace selection at Special:Allpages and
28481   Special:Contributions
28482 * No longer using sorbs.net to check for open proxies by default.
28483 * What was $wgDisableUploads is now $wgEnableUploads, and should be set to true
28484   if one wishes to enable uploads.
28485 * Supplying a reason for a block is no longer mandatory
28486 * Language conversion support for category pages
28487 * $wgStyleSheetDirectory is no longer an alias for $wgStyleDirectory;
28488 * Special:Movepage can now take parameters like Special:Movepage/Page_to_move
28489   (used to just be able to take parameters via a GET request like
28490   index.php?title=Special:Movepage&target=Page_to_move)
28491 * (bug 2151) The delete summary now includes editor name, if only one has edited
28492   the article.
28493 * (bug 2105) Fixed from argument to the PHP mail() function. A missing space
28494   could prevent sending mail with some versions of sendmail.
28495 * (bug 2228) Updated the Slovak translation
28496 * ...and more!
28499 === Changes since 1.5alpha1 ===
28501 * (bug 73) Category sort key is set to file name when adding category to
28502   file description from upload page (previously it would be set to
28503   "Special:Upload", causing problems with category paging)
28504 * (bug 419) The contents of the navigation toolbar are now editable through
28505   the MediaWiki namespace on the  MediaWiki:navbar page.
28506 * (bug 498) The Views heading in MonoBook.php is now localizable
28507 * (bug 898) The wiki can now do advanced sanity check on uploaded files
28508   including virus checks using external programs.
28509 * (bug 1692) Fix margin on unwatch tab
28510 * (bug 1906) Generalize project namespace for Latin localization, update
28511   namespaces
28512 * (bug 1975) The name for Limburgish (li) changed from "Lèmburgs" to "Limburgs
28513 * (bug 2019) Wrapped the output of Special:Version in <div dir='ltr'> in order
28514   to preserve the correct flow of text on RTL wikis.
28515 * (bug 2067) Fixed crash on empty quoted HTML attribute
28516 * (bug 2075) Corrected namespace definitions in Tamil localization
28517 * (bug 2079) Removed links to Special:Maintenance from movepagetext message
28518 * (bug 2094) Multiple use of a template produced wrong results in some cases
28519 * (bug 2095) Triple-closing-bracket thing partly fixed
28520 * (bug 2110) "noarticletext" should not display on Image page for "sharedupload"
28521   media
28522 * (bug 2150) Fix tab indexes on edit form
28523 * (bug 2152) Add missing bgcolor to attribute whitelist for <td> and <th>
28524 * (bug 2176) Section edit 'show changes' button works correctly now
28525 * (bug 2178) Use temp dir from environment in parser tests
28526 * (bug 2217) Negative ISO years were incorrectly converted to BC notation
28527 * (bug 2234) allow special chars in database passwords during install
28528 * Deprecated the {{msg:template}} syntax for referring to templates, {{msg: is
28529   now the wikisyntax representation of wfMsgForContent()
28530 * Fix for reading incorrectly re-gzipped HistoryBlob entries
28531 * HistoryBlobStub: the last-used HistoryBlob is kept open to speed up
28532   multiple-revision pulls
28533 * Add $wgLegacySchemaConversion update-time option to reduce amount of
28534   copying during the schema upgrade: creates HistoryBlobCurStub reference
28535   records in text instead of copying all the cur_text fields. Requires
28536   that the cur table be left in place until/unless such fields are migrated
28537   into the main text store.
28538 * Special:Export now includes page, revision, and user id numbers by
28539   default (previously this was disabled for no particular reason)
28540 * dumpBackup.php can dump the full database to Export XML, with current
28541   revisions only or complete histories.
28542 * The group table was renamed to groups because "group" is a reserved word in
28543   SQL which caused some inconveniances.
28544 * New fileicons for c, cpp, deb, dvi, exe, h, html, iso, java, mid, mov, o,
28545   ogg, pdf, ps, rm, rpm, tar, tex, ttf and txt files based on the KDE
28546   crystalsvg theme.
28547 * Fixed a bug in Special:Newimages that made it impossible to search for '0'
28548 * Added language variant support for Icelandic, now supports "Íslenzka"
28549 * The #p-nav id in MonoBook is now #p-navigation
28550 * Putting $4 in msg:userstatstext will now give the percentage of
28551   admnistrators out of normal users.
28552 * links and brokenlinks tables merged to pagelinks; this will reduce pain
28553   dealing with moves and deletes of widely-linked pages.
28554 * Add validate table and val_ip column through the updater.
28555 * Simple rate limiter for edits and page moves; set $wgRateLimits
28556   (somewhat experimental; currently needs memcached)
28557 * (bug 2262) Hide math preferences when TeX is not enabled
28558 * (bug 2267) Don't generate thumbnail at the same size as the source image.
28559 * Fix rebuildtextindex.inc for new schema
28560 * Remove linkscc table code, no longer used.
28561 * (bug 2271) Use faster text-only link replacement in image alt text
28562   instead of rerunning expensive link lookup and HTML generation.
28563 * Only build the HTML attribute whitelist tree once.
28564 * Replace wfMungeToUtf8 and do_html_entity_decode with a single function
28565   that does both numeric and named chars: Sanitizer::decodeCharReferences
28566 * Removed some obsolete UTF-8 converter functions
28567 * Fix function comment in debug dump of SQL statements
28568 * (bug 2275) Update search index more or less right on page move
28569 * (bug 2053) Move comment whitespace trimming from edit page to save;
28570   leaves the whitespace from the section comment there on preview.
28571 * (bug 2274) Respect stub threshold in category page list
28572 * (bug 2173) Fatal error when removing an article with an empty title from the
28573   watchlist
28574 * Removed -f parameter from mail() usage, likely to cause failures and bounces.
28575 * (bug 2130) Fixed interwiki links with fragments
28576 * (bug 684) Accept an attribute parameter array on parser hook tags
28577 * (bug 814) Integrate AuthPlugin changes to support Ryan Lane's external
28578   LDAP authentication plugin
28579 * (bug 2034) Armor HTML attributes against template inclusion and links munging
28581 === Changes since 1.5alpha2 ===
28583 * (bug 2319) Fix parse hook tag matching
28584 * (bug 2329) Fix title formatting in several special pages
28585 * (bug 2223) Add unique index on user_name field to prevent duplicate accounts
28586 * (bug 1976) fix shared user database with a table prefix set
28587 * (bug 2334) Accept null for attribs in wfElement without PHP warning
28588 * (bug 2309) Allow templates and template parameters in HTML attribute zone,
28589   with proper validation checks. (regression from fix for 2304)
28590 * Disallow close tags and enforce empty tags for <hr> and <br>
28591 * Changed user_groups format quite a bit.
28592 * (bug 2368) Avoid fatally breaking PHP 4.1.2 in a debug line
28593 * (bug 2367) Insert correct redirect link record on page move
28594 * (bug 2372) Fix rendering of empty-title inline interwiki links
28595 * (bug 2384) Fix typo in regex for IP address checking
28596 * (bug 650) Prominently link MySQL 4.1 help page in installer if a possible
28597   version conflict is detected
28598 * (bug 2394) Undo incompatible breakage to {{msg:}} compatibility includes
28599 * (bug 1322) Use a shorter cl_sortkey field to avoid breaking on MySQL 4.1
28600   when the default charset is set to utf8
28601 * (bug 2400) don't send confirmation mail on account creation if
28602   $wgEmailAuthentication is false.
28603 * (bug 2172) Fix problem with nowiki beeing replaced by marker strings
28604   when a template with a gallery was used.
28605 * Guard Special:Userrights against form submission forgery
28606 * (bug 2408) page_is_new was inverted (whoops!)
28607 * Added wfMsgHtml() function for escaping messages and leaving params intact
28608 * Fix ordering of Special:Listusers; fix groups list so it shows all groups
28609   when searching for a specific group and can't be split across pages
28610 * (bug 1702) Display a handy upload link instead of a useless blank link
28611   for [[media:]] links to nonexistent files.
28612 * (bug 873) Fix usage of createaccount permission; replaces $wgWhitelistAccount
28613 * (bug 1805) Initialise $wgContLang before $wgUser
28614 * (bug 2277) Added Friulian language file
28615 * (bug 2457) The "Special page" href now links to the current special page
28616   rather than to "".
28617 * (bug 1120) Updated the Czech translation
28618 * A new magic word, {{SCRIPTPATH}}, returns $wgScriptPath
28619 * A new magic word, {{SERVERNAME}}, returns $wgServerName
28620 * A new magic word, {{NUMBEROFFILES}}, returns the number of rows in the image
28621   table
28622 * Special:Imagelist displays titles with " " instead of "_"
28623 * Less gratuitous munging of content sample in delete summary
28624 * badaccess/badaccesstext to supercede sysop*, developer* messages
28625 * Changed $wgGroupPermissions to more cut-n-paste-friendly format
28626 * 'developer' group deprecated by default
28627 * Special:Upload now uses 'upload' permission instead of hardcoding login check
28628 * Add 'importupload' permission to disable direct uploads to Special:Import
28629 * (bug 2459) Correct escaping in Special:Log prev/next links
28630 * (bug 2462 etc) Taking out the experimental dash conversion; it broke too many
28631   things for the current parser to handle cleanly
28632 * (bug 2467) Added a Turkish language file
28633 * Fixed a bug in Special:Contributions that caused the namespace selection to
28634   be forgotten between submits
28635 * Special:Watchlist/edit now has namespace subheadings
28636 * (bug 1714) the "Save page" button now has right margin to separate it from
28637   "Show preview" and "Show changes"
28638 * Special:Statistics now supports action=raw, useful for bots designed to
28639   harwest e.g. article counts from multiple wikis.
28640 * The copyright confirmation box at Special:Upload is now turned off by default
28641   and can be turned back on by setting $wgCopyrightAffirmation to a true value.
28642 * Restored prior text for password reminder button and e-mail, replacing
28643   the factually inaccurate text that was there.
28644 * (bug 2178) Fix temp dir check again
28645 * (bug 2488) Format 'deletedtext' message as wikitext
28646 * (bug 750) Keep line endings consistent in LocalSettings.php
28647 * (bug 1577) Add 'printable version' tab in MonoBook for people who don't
28648   realize you can just hit print to get a nicely formatted printable page.
28649 * Trim whitespace from option values to weather line-ending corruption problems
28650 * Fixed a typo in the Romanian language file (NS_MESIA => NS_MEDIA)
28651 * (bug 2504) Updated the Finnish translation
28652 * (bug 2506, 2512) Updated the Nynorsk translation
28653 * (bug 996) Replace $wgWhitelistEdit with 'edit' permission; fixup UPGRADE
28654   documentation about edit and read whitelists.
28655 * (bug 2515) Fix incremental link table update
28656 * Removed some wikipedia-specifica from LanguageXx.php's
28657 * (bug 2496) Allow MediaWiki:edithelppage to point to external page
28658 * Added a versionRequired() function to OutputPage, useful for extension
28659   writers that want to control what version of MediaWiki their extension
28660   can be used with.
28661 * Serialized user objects now checked for versioning
28662 * Fix for interwiki link regression
28663 * Printable link shorter in monobook
28664 * Experimental Latin-1-and-replication-friendly upgrader script
28665 * (bug 2520) Don't show enotif options when disabled
28667 == Changes since 1.5beta1 ==
28669 * (bug 2531) Changed the interwiki name for sh (Serbocroatian) to
28670   Srpskohrvatski/Српскохрватски (was Српскохрватски (Srbskohrvatski))
28671 * Nonzero return code for command-line scripts on wfDebugDieBacktrace()
28672 * Conversion fix for empty old table in upgrade1_5.php
28673 * Try reading revisions from master if no result on slave
28674 * (bug 2538) Suppress notice on user serialized checks
28675 * Fix paging on Special:Contributions
28676 * (bug 2541) Fix unprotect tab
28677 * (bug 1242) category list now show on edit page
28678 * Skip sidebar entries where link text is '-'
28679 * Convert non-UTF-8 URL parameters even if referer is local
28680 * (bug 2460) <img> width & height properly filled when resizing image
28681 * (bug 2273) deletion log comment used user interface language
28682 * Try reading revision _text_ from master if no result on slave
28683 * Use content-language message cache for raw view of message pages
28684 * (bug 2530) Not displaying talk pages on Special:Watchlist/edit
28685 * Fixed a bug that would occour if $wgCapitalLinks was set to false, a user
28686   agent could create a username that began with a lower case letter that was
28687   not in the ASCII character set ( now user $wgContLang->ucfirst() instead of
28688   PHP ucfirst() )
28689 * Moved the user name / password validity checking from
28690   LoginForm::addNewAccountInternal() to two new functions,
28691   User::isValidUserName() and User::isValidPassword(), extensions can now do
28692   these checks without rewriting code.
28693 * Fix $wgSiteNotice when MediaWiki:Sitenotice is set to default '-'
28694 * Fixed a bug where the watchlist count without talk pages would be off by a
28695   factor of two.
28696 * upgrade1_5.php uses insert ignore, allows to skip image info initialization
28697 * Fix namespaces in category list.
28698 * Add rebuildImages.php to update image metadata fields
28699 * Special:Ancientpages is expensive in new schema for now
28700 * (bug 2568) Fixed a logic error in the Special:Statistics code which caused
28701   the displayed percentage of admins to be totally off.
28702 * (bug 2560) Don't show blank width/height attributes for missing size
28703 * Don't show bogus messages about watchlist notifications when disabled
28704 * Don't show old debug messages in watchlist
28705 * (bug 2576) Fix recording of transclusion links
28706 * (bug 2577) Allow sysops to enter non-standard block times
28707 * Fixed a bug where Special:Contributions wouldn't remember the 'invert'
28708   status between next/previous buttons.
28709 * Move MonoBook printable link from tab to sidebar
28710 * (bug 2567) Fix HTML escaping on category titles in list
28711 * (bug 2562) Show rollback link for current revisions on diff pages
28712 * (bug 2583) Add --missinig option on rebuildImages.php to add db entries
28713   for uploaded files that don't have them
28714 * (bug 2572) Fix edit conflict handling
28715 * (bug 2595) Show "Earlier" and "Latest" links on history go to the first/last
28716   page in the article history pager.
28717 * Don't show empty-page text in 'Show changes' on new page
28718 * (bug 2591) Check for end, fix limits on Whatlinkshere
28719 * (bug 2584) Fix output of subcategory list
28720 * (bug 2597) Don't crash when undeleting an image description page
28721 * (bug 2564) Don't show "editingold" warning for recent revision
28722 * Various code cleanup and HTML escaping fixlets
28723 * Copy IRC-over-UDP update option from REL1_4
28724 * (bug 2548) Keep summary on 'show changes' of section edit
28725 * Move center on toc to title part to avoid breaking .toc style usage
28726 * HTML sanitizer: correct multiple attributes by keeping last, not first
28727 * (bug 2614) Fix section edit links on diff-to-current with oldid set
28728   Also fix navigation links on current-with-oldid view.
28729 * (bug 2620) Return to prior behavior for some more things (such as
28730   subpage parent links) on current-diff view.
28731 * (bug 2618) Fix regression from another fix; show initial preview for
28732   categories only if the page does not exist.
28733 * (bug 2625) Keep group & user settings when paging in Listusers
28734 * (bug 2627) Fix regression: diff radio button initial selection
28735 * Copy fix for old search URLs with Lucene search plugin from REL1_4
28736 * (bug 619) Don't use incompatible diff3 executable on non-Linux systems.
28737 * (bug 2631) Fix Hebrew namespaces.
28738 * (bug 2630) Indicate no-longer-valid cached entries in BrokenRedirects list
28739 * (bug 2644, 2645) "cur" diff links in page history, watchlist and
28740   recentchanges should specify current ID explicitly.
28741 * (bug 2609) Fix text justification preferenced with MonoBook skin.
28742 * (bug 2594) Display article tab as red for non-existent articles.
28743 * (bug 2656) Fix regression: prevent blocked users from reverting images
28744 * (bug 2629) Automatically capitalize usernames again instead of
28745   rejecting lowercase with a useless error message
28746 * (bug 2661) Fix link generation in contribs
28747 * Add support for &preload=Page_name (load text of an existing page into
28748 edit area) and &editintro=Page_name (load text of an existing page instead
28749 of MediaWiki:Newpagetext) to &action=edit, if page is new.
28750 * (bugs 2633, 2672, 2685, 2695) Fix Estonian, Portuguese, Italian, Finnish and
28751   Spanish numeric formatting
28752 * Fixed Swedish numeric formatting
28753 * (bug 2658) Fix signature time, localtime to match timezone offset again
28754 * Files from shared repositories (e.g. commons) now display with their
28755   image description pages when viewed on local wikis.
28756 * Restore compatibility namespace aliases for French Wikipedia
28757 * Fix diff order on Enhanced RC 'changes' link
28758 * (bug 2650) Fix national date type display on wikis that don't support
28759   dynamic date conversion.
28760 * FiveUpgrade: large table hacks, install iw_trans update before links
28761 * (bug 2648) Rename namespaces in Afrikaanse
28762 * Special:Booksources checks if custom list page exists before using it
28763 * (bug 1170) Fixed linktrail for da: and ru:
28764 * (bug 2683) Really fix apostrophe escaping for toolbox tips
28765 * (bug 923) Fix title and subtitle for rclinked special page
28766 * (bug 2642) watchdetails message in several languages used  <a></a> instead of
28767   [ ]
28768 * (bug 2181) basic CSB language localisation by Tomasz G. Sienicki (thanks for
28769   the patch)
28770 * Fix correct use of escaping in edit toolbar bits
28771 * Removed language conversion support from Icelandic
28772 * (bug 2616) Fix proportional image scaling, giving correct height
28773 * (bug 2640) Include width and height attributes on unscaled images
28774 * Workaround for mysterious problem with bogus epoch If-Last-Modified reqs
28775 * (bug 1109) Suppress compressed output on 304 responses
28776 * (bug 2674) Include some site configuration info in export data:
28777   namespaces definitions, case-sensitivity, site name, version.
28778 * Use xml:space="preserve" hint on export <text> elements
28779 * Make language variant selection work again for zh
28781 == Changes since 1.5beta2 ==
28783 * Escaped & correctly in Special:Contributions
28784 * (bug 2534) Hide edit sections with CSS to make right click to edit section
28785   work
28786 * (bug 2708) Avoid undefined notice on cookieless login attempt
28787 * (bug 2188) Correct template namespace for Greek localization
28788 * Fixed number formatting for Dutch
28789 * (bug 1355) add class noprint to commonPrint.css
28790 * (bug 2350) Massive update for Limburgish (li) language using Wikipédia
28791 * Massive update for Arab (ar) language using Wikipédia
28792 * (bug 1560) Massive update for Kurdish (ku) language using Wikipédia
28793 * (bug 2709) Some messages were not read from database
28794 * (bug 2416) Don't allow search engine robots to index or follow nonexisting
28795   articles
28796 * Fix escaping in page move template.
28797 * (bug 153) Discrepancy between thumbnail size and <img> height attribute
28799 == Changes since 1.5beta3 ==
28801 * Fix talk page move handling
28802 * (bug 2721) New language file for Vietnamese with the Vietnamese number
28803   notation
28804 * (bug 2749) &nbsp; would appear as a literal in image galleries for Cs, Fr,
28805   Fur, Pl and Sv
28806 * (bug 787) external links being rendered when they only have one slash
28807 * Fixed a missing typecast in Language::dateFormat() that would cause some
28808   interesting errors with signitures.
28809 * (bug 2764) Number format for Nds
28810 * (bug 1553) Stop forcing lowercase in Monobook skin for German language.
28811 * (bug 1064) Implements Special:Unusedcategories
28812 * (bug 2311) New language file for Macedonian
28813 * Fix nohistory message on empty page history
28814 * Fix fatal error in history when validation on
28815 * Cleaned up email notification message formatting
28816 * Finally fixed Special:Disambiguations that was broke since SCHEMA_WORK
28817 * (bug 2761) fix capitalization of "i" in Turkish
28818 * (bug 2789) memcached image metadata now cleared after deletion
28819 * Add serialized version number to image metadata cache records
28820 * (bug 2780) Fix thumbnail generation with GD for new image schema
28821 * (bug 2791) Slovene numeric format
28822 * (bug 655) Provide empty search form when searching for nothing
28823 * Nynorsk numeric format fix
28824 * (bug 2825) Fix regression in newtalk notifications for anons w/ enotif off
28825 * (bug 2833) Fix bug in previous fix
28826 * With $wgCapitalLinks off, accept off-by-first-letter-case in 'go' match
28827 * Optional parameters for [[Special:Listusers]]
28828 * (bug 2832) [[Special:Listadmins]] redirects to [[Special:Listusers/sysop]]
28829 * (bug 785) Parser did not get out of <pre> with list elements
28830 * Some shared upload fixes
28831 * (bug 2768) section=new on nonexistent talk page does not add heading
28832 * support preload= parameter for section=new
28833 * show comment subject in preview when using section=new
28834 * use comment form when creating a new talk page
28835 * (bug 460) Properly handle <center> tags as a block.
28836 * Undo inconsistent editing behavior change
28837 * (bug 2835) Back out fix for bug 2802, caused regressions in category sort
28838 * PHP 4.1.2 compatibility fix: define floatval() equivalent if missing
28839 * (bug 2901) Number format for Catalan
28840 * Special:Allpages performance hacks: index memcached caching, removed
28841   inverse checkbox, use friendlier relative offsets in index build
28842 * Bring back "Chick" skin for mobile devices. It needs testing.
28843 * Fix spelling of $wgForwardSearchUrl in DefaultSettings.php
28844 * Specify USE INDEX on Allpages chunk queries, sometimes gets lost
28845   due to bogus optimization
28846 * (bug 275) Section duplication fix
28847 * Remove unused use of undefined variable in UserMailer
28848 * Fix notice on search index update due to non-array
28849 * (bug 2885) Fix fatal errors and notices in PHP 5.1.0beta3
28850 * (bug 2931) Fix additional notices on reference use in PHP 4.4.0
28851 * (bug 2774) Add three new $wgHooks to LogPage which enable extensions to add
28852   their own logtypes, see extensions/Renameuser/SpecialRenameuser.php for an
28853   example of this.
28854 * (bug 740) Messages from extensions now appear in Special:Allmessages
28855 * (bug 2857) fixed parsing of lists in <pre> sections
28856 * (bug 796) Trackback support
28857 * Fix 1.5 regression: weird, backwards diff links on new pages in enhanced RC
28858   are now suppressed as before.
28859 * New skin: Simple
28860 * "uselang" and "useskin" URL parameters can now be used in the URL when
28861   viewing a page, to change the language and skin of a page respectively.
28862 * Skins can now be previewed in preferences
28863 * (bug 2943) AuthPlugin::getCanonicalName() name canonicalization hook,
28864   patch from robla
28865 * Wrap revision insert & page update in a transaction, rollback on late
28866   edit conflict.
28867 * (bug 2953) 'other' didn't work in Special:Blockip when localized
28868 * (bug 2958) Rollback and delete auto-summary should be in the project's
28869   content language
28870 * Removed useless protectreason message
28871 * Spelling fix: $wgUrlProtcols -> $wgUrlProtocols
28872 * Switch Moldovan local name to cyrillic
28873 * Fix typo in undefined array index access prevention
28874 * (bug 2947) Update namespaces for sr localization
28875 * (bug 2952) Added Asturian language file with translated namespaces
28876 * (bug 2676) Apply a protective transformation on editing input/output
28877   for browsers that hit the Unicode blacklist. Patch by plugwash.
28878 * (bug 2999) Fix encoding conversion of pl_title in upgrade1_5.php
28879 * compressOld.php disabled, as it's known to be broken.
28882 === Changes since 1.5beta4 ===
28884 * Fix Special:Allmessages under PHP 5
28885 * (bug 2911) Special:Watchlist allowed only one type of limit at a time
28886 * (bug 693) Special:Allmessages is excessively wide and redundant
28887 * (bug 3001) Updated and applied live hack for recentchanges-based watchlist
28888 * (bug 145) Finish 'exclude redirect' implementation in search form
28889 * Rearranged Special:Movepage form to reduce confusion between destination
28890   title and reason input boxes
28891 * (bug 2527) Always set destination filename when new file is selected
28892 * (bug 3056) MySQL 3 compatibility fix: USE INDEX instead of FORCE INDEX
28893 * PHP 4.1 compatibility fix: don't use new_link parameter to mysql_connect
28894   if running prior to 4.2.0 as it causes the call to fail
28895 * (bug 3117) Fix display of upload size and type with tidy on
28896 * (bug 1487) invalid html on empty list in banlist
28897 * (bug 3017) Hotkey conflict for delete and show changes
28898 * made pixel unit translateable and blocklistline now eats infiniteblock
28899   and expiringblock
28900 * (bug 3092) Wrong numerical separator for big numbers in Serbian.
28901 * (bug 2855) Credit for a uniq author showed its realname even with
28902   $wgAllowRealName=false.
28903 * New special page: SpecialMostlinked
28904 * (bug 2393) Fix MIME type for Atom feeds ( application/rss+atom )
28905 * Fix display of read-only lockfile message
28906 * Added a new hook, 'AddNewAccount', which is run after account creation
28907 * Update all stats fields on recount.sql
28908 * Include software-visible client IP address in Special:Version comment
28909   as a proxy debugging aid
28910 * (bug 3162) Fix 'undefined property page_is_new' error on watchlist
28911 * (bug 1734) granting db permissions failed with db usernames containg '-'
28912 * (bug 3170) wikititlesuffix was removed, use pagetitle instead
28913 * (bug 3187) watchlist text refer to unexistent "Stop watching" action
28914 * (bug 3190) Added some date format choices for language sr
28915 * (bug 1334) LanguageGa.php update
28916 * (bug 1020) Changing user interface language does not work immediately
28917 * (bug 2753) Some namespaces were not translated in LanguageTa.php (Tamil)
28918 * (bug 3204) Fix typo breaking special pages in fy localization
28919 * (bug 3210) Fix Media: links with remote image URL path
28920 * (bug 3220) Fix escaping of block URLs in Recentchanges
28921 * (bug 3238): Updated LanguageNn.php for 1_5 branch
28922 * (bug 3192): properly check 'limit' parameter on Special:Contributions
28923 * (bug 3244) Fix remote image loading hack, JavaScript injection on MSIE
28924 * Fix URL sanitization in HTML attributes, which broke in this branch
28925 * (bug 3475) anon contrib links on Special:Newpages
28928 === Changes since 1.5rc2 ===
28930 * Fix upgrade from 1.4 due to version number check breakage
28931 * Fix upgrade from 1.4 with no old revisions
28932 * (bug 2108) Sort entries when using category browser
28933 * XSS issue : now sanitize search query input
28936 === Changes since 1.5rc3 ===
28938 * (bug 3280) Respect 'move' group permission on page moves
28939 * (bug 2885) More PHP 5.1 fixes: skin, search, log, undelete
28940 * Security fix for <math>
28941 * Security fix for tables
28944 === Changes since 1.5rc4 ===
28946 * (bug 3292) Fix move-over-redirect test when current entries are not plaintext
28947 * (bug 2078) Don't hide watch tab on preview
28948 * (bug 3306) Document $wgLocalTZoffset
28949 * Support SVG rendering with rsvg
28950 * Cap arbitrary SVG renders to given image size or $wgSVGMaxSize pixels wide
28951 * (bug 3127) Render large SVGs at image page size correctly
28952 * (bug 3448) Set page_len on undelete
28953 * (bug 2800) Don't scale up small iamges on |thumb| without explicit size
28954 * Use the real file link instead of the default-size rasterized version for
28955   large SVG images on image description page
28956 * Include the file name/type/size line for non-resized images
28957 * (bug 3412) Clean up date format handling so ~~~~-sigs work with default
28958   format as designed. Documentation comments updated.
28959 * (bug 1423) LanguageJa.php update
28960 * (bug 3405) Don't use raw letters as aliases of MSGNW: and SUBST:
28961 * (bug 3485) Fix bogus warning about filename capitalization when off
28962 * (bug 2792) Update rebuildrecentchanges.inc for new schema
28963 * Special:Import/importDump fixes: report XML parse errors, accept <minor/>
28964 * (bug 3489) PHP 5.1 compat problem with captioned images
28965 * (bug 3350) Missing label for move talk page checkbox.
28966 * (bug 2570) Add 'watch this page' checkbox on uploads, watch uploads
28967   by default when 'watchdefault' option is on
28968 * (bug 3182) Clear link cache during import to prevent memory leak
28969 * (bug 3573) Full Greek Translation
28970 * (bug 3595) Warn and abort if importDump.php called in read-only mode.
28971 * (bug 3598) Update message cache on message page deletion, patch by Tietew
28972 * Blacklist additional MSIE CSS safety tricks
28975 === Changes since 1.5.0 ===
28977 * (bug 3629) Fix date & time format for Frisian
28978 * (bug 3641) Fix handling of unrecognized file uploads with known extensions
28979 * (bug 3643) Fix image page display of large images with resizing disabled
28980 * Fix meta robots tag on Special:Version again to avoid listing vulnerable
28981   versions for convenient harvesting by automated worms
28982 * (bug 3684) Fix typo in fatal error backtraces in Hooks.php
28983 * Backport fix for reference usage notice in Special:Search on PHP 4.4.0
28984 * Backport database connect error display fix from HEAD
28985 * (bug 2773) Print style sheet no longer overrides RTL text direction
28986 * MonoBook skin top link id changed from "contentTop" to "top" (shared with
28987   name attribute)
28988 * Wrap message page insertions in a transaction to speed up installation
28989 * Fix Special:MovePage invalid HTML attribute for reason textarea
28990 * Avoid notice warning on edit with no User-Agent header
28991 * (bug 3734) Swapped out obsolete recount.sql with initStats.php
28992 * (bug 3735) Fix to run under MySQL 5's strict mode
28993 * (bug 3786) Experimental support for MySQL 4.1/5.0 utf8 charset mode
28994   NOTE: Enabling this may break existing wikis, and still doesn't
28995   work for all Unicode characters due to MySQL limitations.
28996 * Sanitizer CSS comment processing order fix
28999 === Changes since 1.5.1 ===
29001 * Fix Special:BrokenRedirects on MySQL 5.0
29002 * (bug 3809) Backport fix for detecting diff3 failure
29003 * MySQL 5.0 strict mode fix for moving unwatched pages
29004 * (bug 3782) Throw fatal installation warning if mbstring.func_overload on.
29005   Why do people invent these crazy options that change language semantics?
29006 * (bug 3762) Define missing Special:Import UI messages
29007 * (bug 3771) Handle internal functions in backtrace in wfAbruptExit()
29008 * (bug 3649) Remove obsolete, broken moveCustomMessages script
29009 * (bug 3667) Add missing global in page move code
29010 * (bug 3761) Avoid deprecation warnings in Special:Import
29011 * (bug 2885) Remove unnecessary reference parameter which broke classic skin
29012   talk notification on PHP 5.0.5
29013 * (bug 3845) Update attribute.php for 1.5 schema
29014 * Fix Parser::unstrip on PHP 4.4.1 and PHP 5.1.0RC4
29017 === Changes since 1.5.2 ===
29019 * (bug 3612) Remove old broken version of maintenance/compressOld.php
29020   The working version is in maintenance/storage/compressOld.php
29021 * (bug 2740) Accept image deletions on 'enter' submit from MSIE
29022 * (bug 3933) specify XML namespace for Atom 0.3 feeds
29023 * (bug 3939) Don't try to load text for interwiki redirect target
29024 * (bug 3948) Avoid notice warning in debug statement in bad search
29025 * Recognize Special:Search consistently so read whitelist works
29026 * (bug 4013) typo in fr
29027 * (bug 3996) Fix text for new entries in RC RSS/Atom feed
29028 * (bug 2894) Enhanced Recent Changes link fixes
29029 * (bug 3065) Update both watched namespaces when renaming pages
29030 * Move parentheses out of <a> link in Special:Contributions
29031 * (bug 4071) Generate passwords long enough for $wgMinimalPasswordLength
29032 * (bug 4035) Fix prev/next revision links on edit page
29033 * (bug 4165) Correct validation for user language selection (data taint)
29034 * Clearer message in DefaultSettings.php: edit LocalSettings.php instead
29037 === Changes since 1.5.3 ===
29039 * (bug 3805) Clear 'new messages' flag properly in enotif mode
29040   for usernames containing spaces
29041 * (bug 2714) Backlink from special:whatlinkshere was hard set as 'existing'
29042 * (bug 4249) Typo in entities2literals.pl
29043 * (bug 4233) Update for japanese language
29044 * (bug 4279) Small correction to LanguageDa.php
29045 * (bug 4267) Switch dv sd ug ks arc languages to RTL
29046 * (bug 3991) Allow the operation of wikicode on Protect move only text
29047 * Added AutoAuthenticate hook for external User object suppliers
29048 * Parser internal placeholder string now fully randomized for safety
29050 === Changes since 1.5.4 ===
29052 * Maintenance script to delete unused user accounts
29053 * Added detection for WMF files (application/x-msmetafile), added this
29054   MIME type to the default blacklist. Prevented inline display of images
29055   which are not of known image types. This is in response to
29056   https://en.wikipedia.org/wiki/Windows_Metafile_vulnerability
29058 === Changes since 1.5.5 ===
29060 * (bug 4258) When installing under IIS, $wgArticlePath = "$wgScript?title=$1"
29061   should be set
29062 * (bug 4510) Correct Barnes & Noble bookstore URLs
29063 * (bug 4504) Use site language for namespace name resolution
29064 * Installer fixes from HEAD backported; now uses a more sensible method of
29065   establishing which mySQL user to use, which clears up bug 921 et al. Minor
29066   changes to installer.
29067 * Fix problem reported on mailing list where re-initialising stats didn't work
29068   (can't insert duplicate rows with the same id field)
29069 * (bug 1122) gray out 'older revision' when viewing first article revision.
29070 * Respect database prefix in dumpHTML.inc
29071 * Minor improvements to removeUnusedAccounts.php maintenance script
29072 * Fix for single-digit week numbers from {{CURRENTWEEK}}, broken by PHP 4.4.1
29073 * Removed read-only check from Database::query()
29074 * Added --conf option to command line scripts, allowing the user to specify a
29075   different LocalSettings.php.
29077 === Changes since 1.5.6 ===
29079 * Default main page content improved per bug 4690
29080 * Fix dependence on hardcoded UNIQ_PREFIX in LanguageConverter.php
29081 * Fixed Special:Unlockdb
29082 * Maintenance script to delete unused text records
29083 * Maintenance script to delete non-current revisions
29084 * Maintenance script to wipe a page and all revisions from the database
29085 * (bug 4768) Wrong Russian translation (typo)
29086 * Performance bugfix: propagate equality manually for Revision fetches
29087 * (bug 4773) PHP fatal error when invalid title passed to Special:Export
29088 * Added missing table defs. for transcache to installer schemas
29089 * (bug 4824) IE7 beta 2 broke compatibility with PNG logo workarounds,
29090   and seems to work ok with other bits. No longer including the IE
29091   workarounds JavaScript for IE 7 and above.
29092 * (bug 2532) Image directory structure migration bug
29093 * (bug 4881) Correction to the fix for 1487; Ipblocklist showed 'no blocks'
29094   message at the end of the list even if there were blocks.
29095 * (bug 4805) Removed more wikipedia-references from LanguageUk.php
29096 * Introduce $wgWantedPagesThreshold per bug 5011; Special:Wantedpages will not
29097   list pages with less than this number of links. Defaults to 1.
29098 * Allow customisation of paging limits for items in categories using the
29099   $wgCategoryPagingLimit global, per bug 4970.
29100 * Improve "nogomatch" text to make it more obvious that a page can be created.
29101 * (bug 5113) Spelling error in French language file
29102 * Don't change the password of the MySQL root user.
29104 === Changes since 1.5.7 ===
29106 * (bug 5180) User login page shows inappropriate email blurb
29107 * Add the "AbortNewAccount" hook on account creation; see hooks.txt for more
29108   info.
29109 * Update default "exporttext" to reflect that Special:Import exists
29110 * Add links to useful material to the default main page content
29111 * Fix fragment HTML injection
29113 === Changes since 1.5.8 ===
29115 * Fixed obvious mistakes in Finnish (fi) translation
29116 * Fixed obvious mistakes in Kurdish (ku) translation
29117 * Merge two #p-search .pBody statements i monobook/main.css
29118 * (bug 5156) Update for Hebrew language (he) translation
29119 * Add the "UserRights" hook on user group changes; see hooks.txt for more info.
29120 * Translated "listingcontinuesabbrev" for German
29122 === Caveats ===
29124 Some output, particularly involving user-supplied inline HTML, may not
29125 produce 100% valid or well-formed XHTML output. Testers are welcome to
29126 set $wgMimeType = "application/xhtml+xml"; to test for remaining problem
29127 cases, but this is not recommended on live sites. (This must be set for
29128 MathML to display properly in Mozilla.)
29130 = MediaWiki 1.4 =
29132 == MediaWiki 1.4.15 ==
29134 (released March 26, 2006) MediaWiki 1.4.15 is a security maintenance release. A
29135 bug in decoding of certain encoded links could allow injection of raw HTML into
29136 page output; this could potentially lead to XSS attacks. Additionally, this
29137 release may display more correctly in IE7 betas.
29139 == MediaWiki 1.4.14 ==
29140 (released January 19, 2006) MediaWiki 1.4.14 is a security and bugfix
29141 maintenance release. A bug in edit comment formatting could send PHP into an
29142 infinite loop if certain malformed links were included. In most installations,
29143 this would cause the script to fail after PHP's 30-second failsafe timeout. For
29144 several other minor fixes, see the complete changelog at the end of this file.
29146 == MediaWiki 1.4.13 ==
29147 (released January 5, 2006) MediaWiki 1.4.13 is a security maintenance
29148 release.Detection for uploads of Windows Metafile (.wmf) images has been added
29149 to help protect against a client-side vulnerability in unpatched Microsoft
29150 Windows operating systems. Sites which have enabled uploads and added
29151 non-standard file types (such as .ogg, .doc, or .pdf) should upgrade to this
29152 release to ensure that malicious .wmf files can't be uploaded with a fake
29153 extension; such files could put visitors to the site at risk. For more details
29154 on this, see: https://en.wikipedia.org/wiki/Windows_Metafile_vulnerability
29156 == MediaWiki 1.4.12 ==
29157 (released 2005-11-02) MediaWiki 1.4.12 is a bugfix and security maintenance
29158 release. A change in PHP 4.4.1 broke handling of extension and
29159 <nowiki><pre></nowiki> sections, causing garbage data to be inserted in output
29160 and saved edits. This version works around the change. This release includes
29161 further corrections to the inline CSS style sanitation which works around a
29162 JavaScript "feature" on Microsoft Internet Explorer. Users of Microsoft
29163 Internet Explorer for Windows may be vulnerable to XSS injections on prior 1.4
29164 releases; users of standards-compliant browsers are not vulnerable.
29166 == MediaWiki 1.4.11 ==
29167 (released 2005-10-05) MediaWiki 1.4.11 is a security maintenance release.
29168 Unsafe handling of CSS by Microsoft Internet Explorer could be exploited to
29169 produce cross-site scripting attacks by JavaScript injection to clients running
29170 that browser. This release blacklists several additional variants from use in
29171 HTML inline style attributes. All publicly accessible wikis are recommended to
29172 upgrade to reduce the risk to visitors using Microsoft web browsers. Note: the
29173 MediaWiki 1.4.x series is not compatible with PHP 5.0.5 or higher. Upgrade to
29174 the 1.5.0 release if you require this version of PHP 5.
29176 == MediaWiki 1.4.10 ==
29177 (released 2005-09-21) MediaWiki 1.4.10 is a security maintenance release. A bug
29178 in edit submission handling could cause corruption of the previous revision in
29179 the database if an abnormal URL was used, such as those used by some spambots.
29180 Affected releases:
29181 * 1.4.x <= 1.4.9; fixed in 1.4.10
29182 * 1.3.x <= 1.3.15; fixed in 1.3.16
29183 1.5 release candidates are not affected by this problem. All publicly editable
29184 wikis are strongly recommended to upgrade immediately.
29185 1.4 releases can be manually patched by changing this bit in EditPage.php:
29187 <syntaxhighlight lang="php">
29188 function importFormData( &$request ) {
29189         if( $request->wasPosted() ) {
29190 </syntaxhighlight>
29192 <syntaxhighlight lang="php">
29193     function importFormData( &$request ) {
29194         if( $request->getVal( 'action' ) == 'submit' && $request->wasPosted() )
29195         {
29196 </syntaxhighlight>
29197 == MediaWiki 1.4.9 ==
29198 (released 2005-08-29) MediaWiki 1.4.9 is a security maintenance release. It
29199 corrects two cross-site scripting security bugs:
29200 * <nowiki><math></nowiki> tags were handled incorrectly when TeX rendering
29201 support is off, as in the default configuration.
29202 * Extension or <nowiki><nowiki></nowiki> sections in Wiki table syntax could
29203 bypass HTML style attribute restrictions for cross-site scripting attacks
29204 against Microsoft Internet Explorer Wikis where the optional math support has
29205 been *enabled* are not vulnerable to the first, but are vulnerable to the
29206 second.
29208 == MediaWiki 1.4.8 ==
29209 (released 2005-08-23) MediaWiki 1.4.8 is a bug fix and security maintenance
29210 release. A flaw in the interaction between extensions and HTML attribute
29211 sanitization was discovered which could allow unauthorized use of offsite
29212 resources in style sheets, and possible exploitation of a JavaScript injection
29213 feature on Microsoft Internet Explorer. This version expands the returned text
29214 and properly checks it before output. Additionally, an update to
29215 skins/MonoBook.php ensures that sites using the default MonoBook skin will
29216 display correctly in the Internet Explorer 7 beta. (1.3 and 1.5 are not
29217 affected by this bug.)
29219 == MediaWiki 1.4.7 ==
29220 (released 2005-07-16)
29221 MediaWiki 1.4.7 is a bug fix release. Those affected by the following problems
29222 in 1.4.6 should upgrade:
29223 * Watchlist breakage on MySQL 3.23.x and with table prefix enabled
29224 * Possible breakage in watchlist, some image resizing modes on PHP 4.1.2 1.4.6
29225 included a fix for a cross-site scripting vulnerability, so anyone running
29226 older 1.4 releases is very strongly encouraged to upgrade as well. Note to
29227 upgraders: this version of MediaWiki is known to produce a large number of
29228 notice-level warnings under the newly released PHP 4.4.0. These appear however
29229 to be harmless; if you encounter them add this to your LocalSettings.php to
29230 suppress the notices: error_reporting( E_ALL & ~E_NOTICE ); PHP 5.1.0beta3 is
29231 known to be incompatible at this time.
29233 == MediaWiki 1.4.6 ==
29234 (released 2005-07-07) MediaWiki 1.4.6 is a bug fix and security update release.
29235 Incorrect escaping of a parameter in the page move template could
29236 be used to inject JavaScript code by getting a victim to visit a maliciously
29237 constructed URL. Users of vulnerable releases are recommended to upgrade to
29238 this release. Vulnerable versions:
29239 * 1.5 preview series: n <= 1.5beta2 vulnerable, fixed in 1.5beta3
29240 * 1.4 stable series: 1.4beta6 <= n <= 1.4.5 vulnerable, fixed in 1.4.6
29241 * 1.3 legacy series: not vulnerable This release also includes fixes for some
29242 rare bug annoying HTTP errors, a PHP 4.1.2 breakage bug, and works around some
29243 template limitations introduced in 1.4.5. See the changelog at the end of this
29244 file for a detailed list of bugs fixed.
29246 == MediaWiki 1.4.5 ==
29247 (released 2005-06-03) MediaWiki 1.4.5 is a security update and bugfix release.
29248 Incorrect handling of page template inclusions made it possible to inject
29249 JavaScript code into HTML attributes, which could lead to cross-site scripting
29250 attacks on a publicly editable wiki. Vulnerable releases and fix:
29251 * 1.5 prerelease: fixed in 1.5alpha2
29252 * 1.4 stable series: fixed in 1.4.5
29253 * 1.3 legacy series: fixed in 1.3.13
29254 * 1.2 series no longer supported; upgrade to 1.4.5 strongly recommended This
29255 release also includes a number of bug fixes (see changelog below) and merges
29256 some large-server load balancing patches from Wikipedia. An experimental rate
29257 limiter for page edits and moves can be enabled with global, per-IP,
29258 per-subnet, or per-user bases. See configuration options in
29259 includes/DefaultSettings.php
29261 == MediaWiki 1.4.4 ==
29262 (released 2005-05-04) MediaWiki 1.4.4 is a bugfix release for the 1.4 stable
29263 release series. Some bugs in the installer/updater and refreshLinks maintenance
29264 script were introduced in the last release and have been corrected.
29266 == MediaWiki 1.4.3 ==
29268 (released 2005-04-28)
29270 MediaWiki 1.4.3 is a bugfix release for the 1.4 stable release series.
29272 Chiefly, this fixes a compatibility problem with PHP 5 and a minor link
29273 table corruption bug on initial page save.
29276 == MediaWiki 1.4.2 ==
29278 (released 2005-04-20)
29280 MediaWiki 1.4.2 is a security and bug fix release for the 1.4 stable release
29281 series.
29283 A cross-site scripting injection vulnerability was discovered, which
29284 affects only MSIE clients and is only open if MediaWiki has been
29285 manually configured to run output through HTML Tidy ($wgUseTidy).
29287 Several other bugs are fixed in this release, see the changelog below.
29289 All new installations are highly recommended to use 1.4.2 instead of
29290 1.3.x; 1.3.x users should consider upgrading for bug fixes and new
29291 features. Ealier 1.4.x release and beta users should upgrade to this
29292 release for relevant bug fixes; see the changelog later in this file.
29295 If you have trouble, remember to read this whole file and the online FAQ page
29296 before asking for help:
29298 https://www.mediawiki.org/wiki/Manual:FAQ
29301 === READ THIS FIRST: Upgrading ===
29303 If upgrading from an older release, see the notes in the file UPGRADE.
29304 There are a couple of minor database changes from the beta releases,
29305 and somewhat larger changes from 1.3.x.
29307 Upgrading from a previous 1.4.x stable release installation should
29308 generally only require copying the new files over the old ones.
29311 ==== READ THIS FIRST, TOO: MySQL 4.1 AND 5.0 ====
29313 MySQL 5.0 is a beta release, not yet ready for production use. If you
29314 are using it, the notes below about 4.1 apply to you too.
29316 If you have the choice of MySQL 4.0 or MySQL 4.1 and don't need 4.1 for
29317 some other application, you should consider sticking with 4.0 for the
29318 moment. 4.1 may require you to do extra fiddling to get things to work
29319 due to changes that aren't fully backwards-compatible.
29321 MySQL 4.1 has changed the authentication protocol in an incompatible
29322 way; many PHP installations still use the older client libraries and
29323 CANNOT CONNECT TO THE SERVER WITH A PASSWORD without some changes.
29325 See: http://dev.mysql.com/doc/mysql/en/Old_client.html
29327 If MySQL is set with utf-8 as the default character set, installation
29328 may fail with "key too long" errors. Set the default charset to 'latin1'
29329 for installation and it should work.
29331 The mysqldump backup generator now applies an automatic conversion to
29332 UTF-8, which may irretrivably corrupt your data. Pass the -charset option
29333 with the original default charset (eg 'latin1') to skip the conversion.
29336 ==== READ THIS FIRST IF RUNNING ON A WINDOWS SERVER ====
29338 MediaWiki is tested and deployed primarily under the Apache web server
29339 on Linux Unix systems. There are known to be problems running on
29340 Microsoft's IIS which are not fully resolved. If you have a choice,
29341 try running under Apache on Windows, or on a Unix/Linux box instead.
29343 If you're having trouble with blank pages on IIS and can't switch,
29344 try the workaround suggested in this bug report:
29345 http://bugzilla.wikimedia.org/show_bug.cgi?id=1763
29348 === New features ===
29350 * 'Recentchanges Patrol' to mark new edits that haven't yet been viewed.
29351 * New, searchable deletion/upload/protection logs
29352 * Image gallery generation (Special:Newimages and <gallery> tag)
29353 * SVG rasterization support (requires external support tools)
29354 * Users can select from the available localizations to override the
29355   default user interface language.
29356 * Traditional/Simplified Chinese conversion support
29357 * rel="nofollow" support to combat linkspam
29359 The current implementation adds this attribute to _all_ external URL
29360 links in wiki text (but not internal [[wiki links]] or interwiki links).
29361 To disable the attribute for _all_ external links, add this line to your
29362 LocalSettings.php:
29364   $wgNoFollowLinks = false
29366 For background information on nofollow see:
29368   http://www.google.com/googleblog/2005/01/preventing-comment-spam.html
29371 === Installation and compatibility ===
29373 * The default MonoBook theme now works with PHP 5.0
29374 * Installation on systems with PHP's safe mode or other oddities
29375   should work more reliably, as MonoBook no longer needs to
29376   create a compiled template file for the wiki to run.
29377 * A table prefix may be specified, to avoid conflicts with other
29378   web applications forced to share a database.
29379 * More thorough UTF-8 input validation; fixes non-ASCII uploaded
29380   filenames from Safari.
29381 * Command-line database upgrade script.
29384 === Customizability ===
29386 * Default user options can now be overridden in LocalSettings.
29387 * Skins system more modular: templates and CSS are now in /skins/
29388   New skins can be dropped into this directory and used immediately.
29389 * More extension hooks have been added.
29390 * Authentication plugin hook.
29391 * More internal code documentation, generated with phpdoc:
29392   https://doc.wikimedia.org/mediawiki-core/master/php/html/
29395 === Optimization ===
29397 * For many operations, MediaWiki 1.4 should run faster and use
29398   less memory than MediaWiki 1.3. Page rendering is up to twice
29399   as fast. (Use a PHP accelerator such as Turck MMCache for best
29400   results with any PHP application, though!)
29401 * The parser cache no longer requires memcached, and is enabled
29402   by default. This avoids a lot of re-rendering of pages that
29403   have been shown recently, greatly speeding longer page views.
29404 * Support for compiled PHP modules to speed up page diff and
29405   Unicode validation/normalization. (Requires ability to compile
29406   and load PHP extensions).
29409 === What isn't ready yet ===
29411 * A new user/groups permissions scheme has been held back to 1.5.
29412 * An experimental SOAP interface will be made available as an extension
29413 * PostgreSQL support is largely working, minus search and the installer.
29414   You can perform a manual installation.
29415 * E-mail notification of watched page changes and verification of
29416   user-submitted e-mail addresses is not yet included.
29417 * Log pages are not automatically imported into the new log table
29418   at upgrade time. A script to import old text log entries is
29419   incomplete, but may be available in later point releases.
29420 * Some localizations are still incomplete.
29424 == Changelog ==
29426 === Important security updates ===
29428 A security audit found and fixed a number of problems. Users of MediaWiki
29429 1.3.10 and earlier should upgrade to 1.3.11; users of 1.4 beta releases
29430 prior to 1.4rc1 should upgrade immediately.
29432 ==== Cross-site scripting vulnerability ====
29434 XSS injection points can be used to hijack session and authentication
29435 cookies as well as more serious attacks.
29437 * Media: links output raw text into an attribute value, potentially
29438   abusable for JavaScript injection. This has been corrected.
29439 * Additional checks added to file upload to protect against MSIE and
29440   Safari MIME-type autodetection bugs.
29442 As of 1.3.10/1.4beta6, per-user customized CSS and JavaScript is disabled
29443 by default as a general precaution. Sites which want this ability may set
29444 $wgAllowUserCss and $wgAllowUserJs in LocalSettings.php.
29447 ==== Cross-site request forgery ====
29449 An attacker could use JavaScript-submitted forms to perform various
29450 restricted actions by tricking an authenticated user into visiting
29451 a malicious web page. A fix for page editing in 1.3.10/1.4beta6 has
29452 been expanded in this release to other forms and functions.
29454 Authors of bot tools may need to update their code to include the
29455 additional fields.
29458 ==== Directory traversal ====
29460 An unchecked parameter in image deletion could allow an authenticated
29461 administrator to delete arbitrary files in directories writable by the
29462 web server, and confirm existence of files not deletable.
29465 ==== Older issues ====
29467 Note that 1.4 beta releases prior to beta 5 include an input validation
29468 error which could lead to execution of arbitrary PHP code on the server.
29469 Users of older betas should upgrade immediately to the current version.
29472 Beta 6 also introduces the use of rel="nofollow" attributes on external
29473 links in wiki pages to reduce the effectiveness of wiki spam. This will
29474 cause participating search engines to ignore external URL links from wiki
29475 pages for purposes of page relevancy ranking.
29478 === Misc bugs fixed in beta 1 ===
29480 * (bug 95) Templates no longer limited to 5 inclusions per page
29481 * New user preference for limiting the image size for images on image
29482   description pages
29483 * (bug 530) Allow user to preview article on first edit
29484 * (bug 479) [[RFC 1234]] will now make an internal link
29485 * (bug 511) PhpTal skins shown bogus 'What links here' etc on special pages
29486 * (bug 770) Adding filter and username exact search match for Special:Listusers
29487 * (bug 733) Installer die if it can not write LocalSettings.php
29488 * (bug 705) Various special pages no more show the rss/atom feed links
29489 * (bug 114) use category backlinks in Special:Recentchangeslinked
29491 === Beta 2 fixes ===
29493 * (bug 987) Reverted bogus fix for bug 502
29494 * (bug 992) Fix enhanced recent changes in PHP5
29495 * (bug 1009) Fix Special:Makesysop when using table prefixes
29496 * (bug 1010) fix broken Commons image link on Classic & Cologne Blue
29497 * (bug 985) Fix auto-summary for section edits
29498 * (bug 995) Close <a> tag
29499 * (bug 1004) renamed norsk language links (twice)
29500 * Login works again when using an old-style default skin
29501 * Fix for load balancing mode, notify if using old settings format
29502 * (bug 1014) Missing image size option on old accounts handled gracefully
29503 * (bug 1027) Fix page moves with table prefix
29504 * (bug 1018) Some pages fail with stub threshold enabled
29505 * (bug 1024) Fix link to high-res image version on Image: pages
29506 * (bug 1016) Fix handling of lines omitting Image: in a <gallery> tag
29507 * security fix for image galleries
29508 * (bug 1039) Avoid error message in certain message cache failure modes
29509 * Fix string escaping with PostgreSQL
29510 * (bug 1015) [partial] -- use comment formatter on image gallery text
29511 * Allow customization of all UI languages
29512 * use $wgForceUIMsgAsContentMsg to make regular UI messages act as content
29513 * new user option for zh users to disable language conversion
29514 * Defer message cache initialization, shaving a few ms off file cache hits
29515 * Fixed Special:Allmessages when using table prefixes
29516 * (bug 996) Fix $wgWhitelistRead to work again
29517 * (bug 1028) fix page move over redirect to not fail on the unique index
29519 === Beta 3 fixes ===
29521 * Hide RC patrol markers when patrol is disabled or not allowed to patrol.
29522 * Fix language selection for upgraded accounts
29523 * (bug 1076) navigation links in QueryPage should be translated by wgContLang.
29524 * (bug 922) bogus DOS line endings in LanguageEl.php
29525 * Fix index usage in contribs
29526 * Caching and load limiting options for Recentchanges RSS/Atom feed
29527 * (bug 1074) Add stock icons for non-image files in gallery/Newimages
29528 * Add width and height attributes on thumbs in gallery/Newimages
29529 * Enhance upload extension blacklist to protect against vulnerable
29530   Apache configurations
29532 === Beta 4 fixes ===
29534 * (bug 1090) Fix sitesupport links in CB/classic skins
29535 * Gracefully ignore non-legal titles in a <gallery>
29536 * Fix message page caching behavior when $wgCapitalLinks is turned off
29537   after installation and the wiki is subsequently upgraded
29538 * Database error messages include the database server name/address
29539 * Paging support for large categories
29540 * Fix image page scaling when thumbnail generation is disabled
29541 * Select the content language in prefs when bogus interface language is set
29542 * Fix interwiki links in edit comments
29543 * Fix crash on banned user visit
29544 * Avoid PHP warning messages when thumbnail not generated
29545 * (bug 1157) List unblocks correctly in Special:Log
29546 * Fix fatal errors in LanguageLi.php
29547 * Undo overly bright, difficult to read colors in Cologne Blue
29548 * (bug 1162) fix five-tilde date inserter
29549 * Add raw signatures option for those who simply must have cute sigs
29550 * (bug 1164) Let wikitext be used in Loginprompt and Loginend messages
29551 * Add the dreaded <span> to the HTML whitelist
29552 * (bug 1170) Fix Russian linktrail
29553 * (bug 1168) Missing text on the bureaucrat log
29554 * (bug 1180) Fix Makesysop on shared-user-table sites
29555 * (bug 1178) Fix previous diff link when using 'oldid=0'
29556 * (bug 1173) Stop blocked accounts from reverting/deleting images
29557 * Keep generated stylesheets cache-separated for each user
29558 * (bug 1175) Fix "preview on first edit" mode
29559 * Fix revert bug caused by bug 1175 fix
29560 * Fix CSS classes on minor, new, unpatrolled markers in enhanced RC
29561 * Set MySQL 4 boolean search back to 'and' mode by default
29562 * (bug 1193) Fix move-only page protection mode
29563 * Fix zhtable Makefile to include the traditional manual table
29564 * Add memcache timeout for the zh conversion tables
29565 * Allow user customization of the zh conversion tables through
29566   MediaWiki:zhconversiontable
29567 * Add zh-min-man (back) to language names list
29568 * Ported $wgCopyrightIcon setting from REL1_3A
29569 * (bug 1218) Show the original image on image pages if the thumbnail would be
29570   bigger than the original image
29571 * (bug 1213) i18n of Special:Log labels
29572 * (bug 1013) Fix jbo, minnan in language names list
29573 * Added magic word MAG_NOTITLECONVERT to indicate that the title of the page
29574   do not need to be converted. Useful in zh:
29575 * (bug 1224) Use proper date messages for date reformatter
29576 * (bug 1241) Don't show 'cont.' for first entry of the category list
29577 * (bug 1240) Special:Preferences was broken in Slovenian locale when
29578   $wgUseDynamicDates is enabled
29579 * Added magic word MAG_NOCONTENTCONVERT to suppress the conversion of the
29580   content of an article. Useful in zh:
29581 * write-lock for updating the zh conversion tables in memcache
29582 * recursively parse subpages of MediaWiki:Zhconversiontable
29583 * (bug 1144) Fix export for fy language
29584 * make removal of an entry from zhconversiontable work
29585 * (bug 752) Don't insert newline in link title for url with %0a
29586 * Fix missing search box contents in MonoBook skin
29587 * Add option to forward search directly to an external URL (eg google)
29588 * Correctly highlight the fallback language variant when the selected
29589   variant is disabled. Used in zh: only for now.
29591 === Beta 5 fixes ===
29593 * (bug 1124) Fix ImageGallery XHTML compliance
29594 * (bug 1186) news: in the middle of a word
29595 * (bug 1283) Use underlining and borders to highlight additions/deletions
29596   in diff-view
29597 * Use user's local timezone in Special:Log display
29598 * Show filename for images in gallery by default (restore beta 3 behavior)
29599 * (bug 1201) Double-escaping in brokenlinks, imagelinks, categorylinks,
29600   searchindex
29601 * When using squid reverse proxy, cache the redirect to the Main_Page
29602 * (bug 1302) Fix Norwegian language file
29603 * (bug 1205) Fix broken article saving in PHP 5.1
29604 * (bug 1206) Implement CURRENTWEEK and CURRENTDOW magic keyword (will give
29605   number of the week and number of the day).
29606 * (bug 1204) Blocks do not expire automatically
29607 * (bug 1184) expiry time of indefinite blocks shown as the current time
29608 * (bug 1317) Fix external links in image captions
29609 * (bug 1084) Fix logo not rendering centrally in IE
29610 * (bug 288) Fix tabs wrapping in IE6
29611 * (bug 119) Fix full-width tabs with RTL text in IE
29612 * (bug 1323) Fix logo rendering off-screen in IE with RTL language
29613 * Show "block" link in Special:Recentchanges for logged in users, too, if
29614   wgUserSysopBans is true.
29615 * (bug 1326) Use content language for '1movedto2' in edit history
29616 * zh: Fix warning when HTTP_ACCEPT_LANGUAGE is not set
29617 * zh: Fix double conversion for zh-sg and zh-hk
29618 * (bug 1132) Fix concatenation of link lists in refreshLinks
29619 * (bug 1101) Fix memory leak in refreshLinks
29620 * (bug 1339) Fix order of @imports in Cologne Blue CSS
29621 * Don't try to create links without namespaces ([[Category:]] link bug)
29622 * Memcached data compression fixes
29623 * Several valid XHTML fixes
29624 * (bug 624) Fix IE freezing rendering whilst waiting for CSS with MonoBook
29625 * (bug 211) Fix tabbed preferences with XHTML MIME type
29626 * Fix for script execution vulnerability.
29628 === Beta 6 fixes ===
29630 * (bug 1335) implement 'tooltip-watch' in Language.php
29631 * Fix linktrail for nn: language
29632 * (bug 1214) Fix prev/next links in Special:Log
29633 * (bug 1354) Fix linktrail for fo: language
29634 * (bug 512) Reload generated CSS on preference change
29635 * (bug 63) Fix displaying as if logged in after logout
29636 * Set default MediaWiki:Sitenotice to '-', avoiding extra database hits
29637 * Skip message cache initialization on raw page view (quick hack)
29638 * Fix notice errors in wfDebugDieBacktrace() in XML callbacks
29639 * Suppress notice error on bogus timestamp input (returns epoch as before)
29640 * Remove unnecessary initialization and double-caching of parser variables
29641 * Call-tree output mode for profiling
29642 * (bug 730) configurable $wgRCMaxAge; don't try to update purged RC entries
29643 * Add $wgNoFollowLinks option to add rel="nofollow" on external links
29644   (on by default)
29645 * (bug 1130) Show actual title when moving page instead of encoded one.
29646 * (bug 925) Fix headings containing <math>
29647 * (bug 1131) Fix headings containing interwiki links
29648 * (bug 1380) Update Nynorsk language file
29649 * (bug 1232) Fix sorting of cached Special:Wantedpages in miser mode
29650 * (bug 1217) Image within an image caption broke rendering
29651 * (bug 1384) Make patrol signs have the same width for page moves as for edits
29652 * (bug 1364) fix "clean up whitespace" in Title:SecureAndSplit
29653 * (bug 1389) i18n for proxyblocker message
29654 * Add fur/Furlan/Friulian to language names list
29655 * Add TitleMoveComplete hook on page renames
29656 * Allow simple comments for each translation rules in MW:Zhconversiontable
29657 * (bug 1402) Make link color of tab subject page link on talk page indicate
29658   whether article exists
29659 * (bug 1368) Fix SQL error on stopword/short word search w/ MySQL 3.x
29660 * Translated Hebrew namespace names
29661 * (bug 1429) Stop double-escaping of block comments; fix formatting
29662 * (bug 829) Fix URL-escaping on block success
29663 * (bug 1228) Fix double-escaping on &amp; sequences in [enclosed] URLs
29664 * (bug 1435) Fixed many CSS errors
29665 * (bug 1457) Fix XHTML validation on category column list
29666 * (bug 1458) Don't save if edit form submission is incomplete
29667 * Logged-in edits and preview of user CSS/JS are now locked to a session token.
29668 * Per-user CSS and JavaScript subpage customizations now disabled by default.
29669   They can be re-enabled via $wgAllowUserJs and $wgAllowUserCss.
29670 * Removed .ogg from the default uploads whitelist as an extra precaution.
29671   If your web server is configured to serve Ogg files with the correct
29672   Content-Type header, you can re-add it in LocalSettings.php:
29673     $wgFileExtensions[] = 'ogg';
29675 === RC1 fixes ===
29677 * Fix notice error on nonexistent template in wikitext system message
29678 * (bug 1469) add missing <ul> tags on Special:Log
29679 * (bug 1470) remove extra <ul> tags from Danish log messages
29680 * Fix notice on purge w/ squid mode off
29681 * (bug 1477) hide details of SQL error messages by default
29682   Set $wgShowSQLErrors = true for debugging.
29683 * (bug 1430) Don't check for template data when editing page that doesn't exist
29684 * Recentchanges table purging fixed when using table prefix
29685 * (bug 1431) Avoid redundant objectcache garbage collection
29686 * (bug 1474) Switch to better-cached index for statistics page count
29687 * Run Unicode normalization on all input fields
29688 * Fix translation for allpagesformtext2 in LanguageZh_cn and LanguageZh_tw
29689 * Block image revert without valid login
29690 * (bug 1446) stub Bambara (bm) language file using French messages
29691 * (bug 1432) Update Estonian localization
29692 * (bug 1471) unclosed <p> tag in Danish messages
29693 * convertLinks script fixes
29694 * Corrections to template loop detection
29695 * XHTML encoding fix for usernames containing & in Special:Emailuser
29696 * (for zh) Search for variant links even when conversion is turned off,
29697   to help prevent duplicate articles.
29698 * Disallow ISO 8859-1 C1 characters and "no-break space" in user names
29699   on Latin-1 wikis.
29700 * Correct the name of the main page it LanguageIt
29701 * Allow Special:Makesysop to work for usernames containing SQL special
29702   characters.
29703 * Fix annoying blue line in Safari on scaled-down images on description page
29704 * Increase upload sanity checks
29705 * Fix XSS bug in Media: links
29706 * Add cross-site form submission protection to various actions
29707 * Fix fatal error on some dubious page titles
29708 * Stub threshold displays correctly again
29711 === 1.4.0 final fixes ===
29713 * (bug 65) Fix broken interwiki link encoding on Latin-1 wikis; force to UTF-8
29714 * (bug 563) Fix UTF-8 interwiki URL redirects via Latin-1 wikis
29715 * (bug 1536) Fix page info
29716 * Support os (Ossetic) as language code, using Russian localization base
29717 * (bug 1610) Support non (Old Norse) as language code, using Icelandic
29718   localization base
29719 * (bug 1618) Properly list custom namespaces in Special:Allpages
29720 * (bug 1622) Remove trailing' >' when using category browser
29721 * (bug 1570) Fix php 4.2.x error on conflict merging
29722 * (bug 1585) Fix page title on post-login redirection page
29723 * Run UTF-8 validation on old text in Recentchanges RSS diffs
29724 * (bug 1642) fix a mime type typo in img_auth.php
29725 * Automated interwiki redirects only for local interwikis
29726 * Respect read-only mode on block removals
29727 * Trim old illegal characters from syndication feeds
29728 * Reduce message cache outage recovery delay from 1 day to 5 minutes
29729 * (bug 1403) Update Finnish localization
29730 * (bug 1478) Punjabi localization
29731 * (bug 1667) Update script 5 second countdown.
29732 * (bug 1057) Fix logging table encoding (error on MySQL 4.1)
29733 * (bug 1680) Fix linktrail for fo
29734 * (bug 1653) Removing hardcoded messages in Special:Allmessages
29735 * (bug 1594) Render a hyphen in a formula as &minus; in HTML
29736 * (bug 1495) Fall back to default language MediaWiki: for custom messages
29737 * (bug 1617) Show different error messages for "user does not
29738     exist" and "wrong password" when using AuthPlugin
29739 * (bug 1532), (bug 1544) Changed language names for
29740     'bn', 'bo', 'dv', 'dz', 'ht', 'ii', 'li', 'lo', 'ng', 'or', 'pa', 'si',
29741     'ti', 've'
29742 * Fix editing on non-Esperanto wiki with user language pref set to Esperanto
29743 * Make conversion table for zh-sg default to zh-cn, and zh-hk default to zh-tw
29744 * Fix PHP notice in MonoBook when counters disabled
29745 * (bug 1696) Update namespaces, dates in uk localization
29746 * (bug 551) Installer warns about magic_quotes_runtime and magic_quotes_sybase
29747   instead of trying to install with corrupt table files
29748 * Installer no longer tries to move non-default MediaWiki: pages into Template:
29749 * User-to-user email disabled by default ($wgEnableUserEmail)
29752 === 1.4.1 fixes ===
29754 * (bug 1720) fix genitive month names for uk
29755 * (bug 1704) fixed untranslateable string in Special:Log
29756 * (bug 1638) Added Belrusian language file
29757 * (bug 1736) typo in SpecialValidate.php
29758 * (bug 73) Upload doesn't run edit updates on description page (links,
29759   search index and categories)
29760 * (bug 646) <math> fails to recognize \ll and \gg
29761 * (bug 926) \div element from TeX not supported in <math> element
29762 * (bug 1147) add \checkmark to whitelist in texutil.ml
29763 * (bug 937) \limits function from LaTeX not supported in <math> element
29764 * Support for manually converting article title to different Chinese
29765   variants (for zh)
29766 * (bug 1488, bug 1744) Fix encoding for preferences, dates in Latin-1 mode
29767 * (bug 1042) Fix UTF-8 case conversion for PHP <4.3 with mbstring extension
29768 * Fix code typo that broke article credits display
29769 * Installation fixes for running under IIS
29770 * (bug 1556) login page tab order. "remember" checkbox now come after password.
29771 * SQL debug log fixlets
29772 * (bug 1815) Fix namespace in old revision display with mismatched title
29773 * (bug 1788) Fix link duplication when edit/upload comment includes newlines
29774 * Change default on $wgSysopUserBans and $wgSysopRangeBans to true
29775 * Fix link conversion for URL request
29776 * (bug 1851) Updated download URL for the SCIM packages used by zhtable
29777 * (bug 1853) Try stripping quotes from term for 'go' title match
29778 * Fix missing function in Latin1 mode
29779 * (bug 1860) Anchors of interwiki links did not get normalized
29780 * (bug 1847) accept lowercase x in ISBN, do not accept invalid A-W,Y,Z
29781 * Fix link conversion for URL request, hopefully without breaking the wiki
29782 * (bug 1849) New option allows to consider categorized images as used on
29783   Special:Unusedimages
29784 * Localized category namespace for ka (Georgian)
29785 * (bug 1107) Work around includes problem in installer when parent dir is not
29786   readable by the web server
29787 * (bug 1927) Incorrect escaping on wikitext message in Blockip
29790 === 1.4.2 fixes ===
29792 * Fix math options in Finnish localization
29793 * Use in-process Tidy extension if available when $wgUseTidy is on
29794 * (bug 1933) Fix PATH_INFO usage under IIS with PHP ISAPI module
29795 * (bug 1188) <nowiki> in {{subst:}} includes fixed
29796 * (bug 1936) <!-- comments --> in {{subst:}} includes fixed
29797 * Fix a potential MSIE JavaScript injection vector in Tidy mode
29800 === 1.4.3 fixes ===
29802 * (bug 1636) Refs like &#0355; were misinterpreted as octal in some places
29803 * (bug 1163) Special:Undelete showed oldest revision instead of newest
29804 * (bug 1938) Fix escaping of illegal character references in link text
29805 * (bug 1997) Fix for error on display of renamed items in Recentchanges on PHP5
29806 * (bug 1949) Profiling typo in rare error case
29807 * (bug 1963) Fix deletion log link when $wgCapitalLinks is off
29808 * (bug 1970) Don't show move tab for immobile pages
29809 * (bug 1770) Page creation recorded links from the 'newarticletext' message
29810 * Optional change to the site_stats table. When applied, this removes the need
29811   for expensive queries in Special:Statistics.
29814 === 1.4.4 fixes ===
29816 * (bug 725) Let dir="ltr" attribute work again in MonoBook on RTL languages
29817 * (bug 2024) Skip JavaScript error for custom skins where .js message not set
29818 * (bug 2025) Updated Indonesian localization
29819 * (bug 2039) Updated Lithuanian localization
29822 === Caveats ===
29824 Some output, particularly involving user-supplied inline HTML, may not
29825 produce 100% valid or well-formed XHTML output. Testers are welcome to
29826 set $wgMimeType = "application/xhtml+xml"; to test for remaining problem
29827 cases, but this is not recommended on live sites. (This must be set for
29828 MathML to display properly in Mozilla.)
29831 For notes on 1.3.x and older releases, see HISTORY.
29834 === Online documentation ===
29836 Documentation for both end-users and site administrators is currently being
29837 built up on MediaWiki.org, and is covered under the GNU Free Documentation
29838 License:
29840   https://www.mediawiki.org/
29843 === Mailing list ===
29845 A MediaWiki-l mailing list has been set up distinct from the Wikipedia
29846 wikitech-l list:
29848   http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
29850 A low-traffic announcements-only list is also available:
29851   http://lists.wikimedia.org/mailman/listinfo/mediawiki-announce
29853 It's highly recommended that you sign up for one of these lists if you're
29854 going to run a public MediaWiki, so you can be notified of security fixes.
29857 === IRC help ===
29859 There's usually someone online in #mediawiki on irc.freenode.net
29861 =MediaWiki 1.3=
29863 == MediaWiki 1.3.18 ==
29864 (released 2005-11-02)
29865 MediaWiki 1.3.18 is a bugfix and security maintenance release. A change in PHP
29866 4.4.1 broke handling of extension and <nowiki><pre></nowiki> sections, causing
29867 garbage data to be inserted in output and saved edits. This version works
29868 around the change. This release includes further corrections to the inline CSS
29869 style sanitation which works around a JavaScript "feature" on Microsoft
29870 Internet Explorer. Users of Microsoft Internet Explorer for Windows may be
29871 vulnerable to XSS injections on prior 1.3 releases; users of
29872 standards-compliant browsers are not vulnerable.
29874 == MediaWiki 1.3.17 ==
29875 (released 2005-10-05)
29876 MediaWiki 1.3.17 is a security maintenance release. Unsafe handling of CSS by
29877 Microsoft Internet Explorer could be exploited to produce cross-site scripting
29878 attacks by JavaScript injection to clients running that browser. This release
29879 blacklists several additional variants from use in HTML inline style
29880 attributes. All publicly accessible wikis are recommended to upgrade to reduce
29881 the risk to visitors using Microsoft web browsers.Note: the MediaWiki 1.3.x
29882 series is not compatible with PHP 5.0.5 or higher. Upgrade to the 1.5.0 release
29883 if you require this version of PHP 5.
29885 == MediaWiki 1.3.16 ==
29886 (released 2005-09-21)
29887 MediaWiki 1.3.16 is a security maintenance release. A bug in edit submission
29888 handling could cause corruption of the previous revision in the database if an
29889 abnormal URL was used, such as those used by some spambots. Affected releases:
29890 * 1.4.x <= 1.4.9; fixed in 1.4.10
29891 * 1.3.x <= 1.3.15; fixed in 1.3.16
29892 1.5 release candidates are not affected by this problem. All publicly editable
29893 wikis are strongly recommended to upgrade immediately.
29894 1.3 releases can be manually patched by changing this bit in
29895 {{manual|EditPage.php}}:
29896 <syntaxhighlight lang="php">
29897     if( $this->tokenOk( $request ) ) {
29898         $this->save    = $request->wasPosted() && !$this->preview;
29899     } else {
29900 </syntaxhighlight>
29902 <syntaxhighlight lang="php">
29903     if( $this->tokenOk( $request ) ) {
29904         $this->save    = $request->getVal( 'action' ) == 'submit' &&
29905                          $request->wasPosted() && !$this->preview;
29906     } else {
29907 </syntaxhighlight>
29909 == MediaWiki 1.3.15, 2005-08-29 ==
29910 MediaWiki 1.3.15 is a security maintenance release. It corrects across-site
29911 scripting security bug:
29912 * <nowiki><math></nowiki> tags were handled incorrectly when TeX rendering
29913 support is off, as in the default configuration. Wikis where the optional math
29914 support has been *enabled* are not vulnerable. The 1.3.x series is no longer
29915 maintained except for security fixes; new users and those seeking bug fixes
29916 should upgrade to 1.4.9 or 1.5.0.
29918 == MediaWiki 1.3.14, 2005-08-23 ==
29919 MediaWiki 1.3.14 is a security maintenance release. A flaw in the interaction
29920 between extensions and HTML attribute sanitization was discovered which could
29921 allow unauthorized use of offsite resources in style sheets, and possible
29922 exploitation of a JavaScript injection feature on Microsoft Internet Explorer.
29923 The 1.3.x series is no longer maintained except for security fixes; new users
29924 and those seeking bug fixes should upgrade to 1.4.8 or 1.5.0. Existing 1.3.x
29925 installations not willing to upgrade to the current stable release should apply
29926 the change manually:
29927 In includes/Parser.php, function {{code|inline=y|lang=php|fixTagAttributes()}}
29928 add:
29929 <syntaxhighlight lang="php">
29930        # Any placeholder items should have been unstripped already before
29931        # we got to this point. Raw text inserted later could be dangerous.
29932        if( strpos( $t, UNIQ_PREFIX ) !== false ) {
29933            wfDebug( "Parser::fixTagAttributes found stripped data placeholder;
29934            dropping attributes\n" );
29935            $t = '';
29936        }
29937 </syntaxhighlight>
29938 If you are actively using extensions to generate HTML attribute values, upgrade
29939 to 1.4 or 1.5 for a more thorough fix.
29941 == MediaWiki 1.3.13, 2005-06-03 ==
29942 MediaWiki 1.3.13 is a security maintenance release. Incorrect handling of page
29943 template inclusions made it possible to inject JavaScript code into HTML
29944 attributes, which could lead to cross-site scripting attacks on a publicly
29945 editable wiki. Vulnerable releases and fix:
29946 * 1.5 prerelease: fixed in 1.5alpha2
29947 * 1.4 stable series: fixed in 1.4.5
29948 * 1.3 legacy series: fixed in 1.3.13
29949 * 1.2 series no longer supported; upgrade to 1.4.5 strongly recommended The
29950 1.3.x series is no longer maintained except for security fixes; new users and
29951 those seeking general bug fixes should install 1.4.5. Existing 1.3.x
29952 installations not willing or able to upgrade to the current stable relase
29953 should update the installation to 1.3.13; only includes/Parser.php has changed
29954 from 1.3.12.
29956 == MediaWiki 1.3.12, 2005-02-20 ==
29957 MediaWiki 1.3.12 is a security maintenance release. A cross-site scripting
29958 injection vulnerability was discovered, which affects only MSIE clients and is
29959 only open if MediaWiki has been manually configured to run output through HTML
29960 Tidy ($wgUseTidy). The 1.3.x series is no longer maintained except for security
29961 fixes; new users and those seeking bug fixes should upgrade to 1.4.2. Existing
29962 1.3.x installations using Tidy not willing to upgrade to the current stable
29963 relase should either turn off Tidy or update the installation to 1.3.12.
29965 == MediaWiki 1.3.11, 2005-02-20 ==
29966 MediaWiki 1.3.11 is a security release.
29967 A security audit found and fixed a number of problems. Users of MediaWiki
29968 1.3.10 and earlier should upgrade to 1.3.11; users of 1.4 beta releases should
29969 upgrade to 1.4rc1.
29971 === Cross-site scripting vulnerability ===
29972 XSS injection points can be used to hijack session and authentication cookies
29973 as well as more serious attacks.
29974 * Media: links output raw text into an attribute value, potentially abusable
29975 for JavaScript injection. This has been corrected.
29976 * Additional checks added to file upload to protect against MSIE and Safari
29977 MIME-type autodetection bugs.
29978 As of <code>1.3.10/1.4beta6</code>, per-user customized CSS and JavaScript is
29979 disabled by default as a general precaution. Sites which want this ability may
29980 set {{wg|AllowUserCss}} and {{wg|AllowUserJs}} in LocalSettings.php.
29982 === Cross-site request forgery ===
29983 An attacker could use JavaScript-submitted forms to perform various restricted
29984 actions by tricking an authenticated user into visiting a malicious web page. A
29985 fix for page editing in 1.3.10/1.4beta6 has been expanded in this release to
29986 other forms and functions. Authors of bot tools may need to update their code
29987 to include the additional fields.
29989 === Directory traversal ===
29990 An unchecked parameter in image deletion could allow an authenticated
29991 administrator to delete arbitrary files in directories writable by the web
29992 server, and confirm existence of files not deletable.
29994 == MediaWiki 1.3.10, 2005-02-03 ==
29995 MediaWiki 1.3.10 is a security release.
29996 An attacker could craft a URL which, when visited by a particular logged-in
29997 user, would execute arbitrary JavaScript code on the user's browser in the
29998 wiki's site context. This attack has been blocked, and as an extra precaution
29999 the user CSS and JavaScript subpage support is now disabled by default. Sites
30000 which want this ability may set {{wg|AllowUserCss}} and {{wg|AllowUserJs}} in
30001 {{manual|LocalSettings.php}}. Additional protections have been added against
30002 off-site form submissions
30003 hijacking user credentials. Authors of bot tools may need to update their code
30004 to include additional fields. All wikis running 1.3.x are strongly urged to
30005 upgrade to 1.3.10.
30006 Changes from 1.3.9:
30007 * Logged-in edits and preview of user CSS/JS are now locked to a session token.
30008 * Per-user CSS and JavaScript subpage customizations now disabled by default.
30009 They can be re-enabled via {{wg|AllowUserJs}} and {{wg|AllowUserCss}}.
30010 * Removed .ogg from the default uploads whitelist as an extra precaution. If
30011 your web server is configured to serve Ogg files with the correct Content-Type
30012 header, you can re-add it in LocalSettings.php: {{wg|FileExtensions}}<code>[] =
30013 'ogg'</code>
30015 == MediaWiki 1.3.9, 2004-12-12 ==
30016 MediaWiki 1.3.9 is a security and bug fix release.
30017 A flaw in upload handling has been found which may allow upload and  execution
30018 of arbitrary scripts with the permissions of the web server. Only wikis that
30019 have enabled uploads and have a vulnerable Apache  configuration will be
30020 affected, but to be safe all wikis should upgrade. Wikis with uploads available
30021 should either disable uploads or upgrade to 1.3.9 immediately; if other files
30022 are customized and require merging changes,
30023 includes/{{manual|SpecialUpload.php}} may be replaced individually to add the
30024 fix. (It is also recommended to configure your web server to disable script
30025 execution in the 'images' subdirectory where uploads are placed, which prevents
30026 most attacks even if the wiki fails.)
30027 Changes from 1.3.8:
30028 * Backported "Templates used in this page"-feature of EditPage
30029 * Allow "MySkin" as a default skin.
30030 * ({{bugzilla|938}}) Parse namespaces correctly on self-interwiki links
30031 * ({{bugzilla|1010}}) fix broken Commons image link on [[Skin:Classic|Classic]]
30032 & [[Skin:Cologne Blue|Cologne Blue]]
30033 * ({{bugzilla|1004}}) Norsk language names for interwiki links changed, Nauruan
30034 language name changed
30035 * Enhance upload extension blacklist to protect against vulnerable Apache
30036 configurations
30038 == MediaWiki 1.3.8, 2004-11-15 ==
30039 MediaWiki 1.3.8 is a bugfix release. Those running wikis with uploads enabled
30040 are strongly recommended to upgrade as this fixes several problems with
30041 overwriting previously-uploaded files.
30042 Changes from 1.3.7:
30043 * ({{bugzilla|506}}) fix {{code|inline=y|lang=html|array_key_exists()}} warning
30044 for IIS servers using ISAPI mode
30045 * ({{bugzilla|718}}) fix bad charset in (file) cached pages
30046 * use local numerals in category page (for Hindi et al)
30047 * alias month abbreviations to month names in Hindi
30048 * add localized numerals for Gujarati and Kannada
30049 * fix Category and project namespaces for Hindi
30050 * Don't output bogus timestamp on [[Special:RecentChanges]] if no entries
30051 * Correct template include path which broke some but not all Windows installs
30052 * Fix edit form submission problem with some PHP versions
30053 * Disallow unreachable titles with %XX hex codes
30054 * Allow page [[0]] to be renamed
30055 * ({{bugzilla|774}}) when saving with <code>section=new</code>, return to the
30056 anchor as with existing numbered section edits
30057 * Experimental shared upload overlay area (disabled by default)
30058 * ({{bugzilla|806}}) Removed some "Wikipedia" hardcoding in German localization
30059 * User option localization fix for some extensions
30060 * ({{bugzilla|809}}) now try to load the mysql php extension if it isn't loaded
30061 * ({{bugzilla|848}}) fix error message in [[Special:Newpages]] RSS and Atom
30062 feeds
30063 * ({{bugzilla|26}}) fix cache headers on anon talk page notification
30064 * ({{bugzilla|874}}) added 'cgi' to {{wg|FileBlacklist}}
30065 * ({{bugzilla|862}}) localize date and time format for Finnish
30066 * ({{bugzilla|548}}) Don't overwrite images until the user confirms it
30068 == MediaWiki 1.3.7, 2004-10-18 ==
30069 Changes from 1.3.6:
30070 * Fix protected-page related security issue.
30072 == MediaWiki 1.3.6, 2004-10-14 ==
30073 Changes from 1.3.5:
30074 * ({{bugzilla|296}}) Variables in user interface messages are no longer
30075 substituted at install time, so changes to the site name etc should be easier
30076 to make
30077 * ({{bugzilla|149}}) [[Special:RecentChanges]] "changes from" link preserves
30078 limit
30079 * ({{bugzilla|433}}) tooltip for "Undelete" tab now labeled correctly
30080 * ({{bugzilla|439}}) unclickable "Move" tab no longer displays on protected
30081 pages
30082 * ({{bugzilla|484}}) graceful deletion of images where the actual file is
30083 missing
30084 * ({{bugzilla|686}}) fixed [[plural]]s in Catalan localization
30085 * Fixed potential HTML/JavaScript injection attack in the
30086 [[Extension:UnicodeConverter|UnicodeConverter]] extension. (This extension is
30087 not enabled by default.)
30088 * Fixed potential HTML/JavaScript injection attack via raw page views to a
30089 maliciously crafted wiki page.
30090 * ({{bugzilla|187}}, {{bugzilla|669}}) Fixed centered thumbnails, using
30091 {{code|inline=y|lang=html|<div>}} instead of {{code|inline=y|lang=html|<span>}}.
30092 * catch MySQL error 2000 during installation.
30093 * ({{bugzilla|704}}) Removed misleading LocalSettings.sample
30094 * Fix cross site scripting bugs in [[Special:Ipblocklist]],
30095 [[Special:EmailUser]]
30096 * Fix SQL injection and cross site scripting bugs in Special:Maintenance
30097 * Fix cross site scripting bugs and possible filename validation vulnerability
30098 in ImagePage.
30099 * and more of that sort
30101 == MediaWiki 1.3.5, 2004-09-30 ==
30102 Changes from 1.3.4:
30103 * Clean up input validation in 'raw' page output mode which was a potential
30104 cross-site scripting opportunity.
30106 == MediaWiki 1.3.4, 2004-09-28 ==
30107 === SECURITY NOTE ===
30108 As of 1.3.4, MediaWiki performs some screening of newly uploaded files for
30109 validity. (Some)  corrupt image files, and HTML files mistakenly or maliciously
30110 masquerading as images, should now be rejected. These checks protect against
30111 Internet Explorer security holes relating to type autodetection which are a
30112 potential cross-site scripting attack vector, and also rejects at least one
30113 known version of the "JPEG virus" which might attack unpatched clients. If you
30114 already have invalid files uploaded this will not protect against them. If you
30115 have expanded the <code>filetype</code> whitelist or disabled the strict type
30116 checking, other dangerous file types may still get through. You should always
30117 be careful when allowing uploads!
30118 Changes from 1.3.3:
30119 * Fixed lots of template-related bugs, esp. for cases where template variables
30120 are used for links, images, etc.
30121 * Fixed transformation of page messages when viewing [[Special:Allmessages]]
30122 * Handle "ISBN ISBN 1234" correctly
30123 * Fixed warning on Category pages
30124 * Fixed some bad error messages on login page
30125 * Fixed history entry for initial main page on install
30126 * Removed problematic <code>{</code> and <code>}</code> from legal title
30127 characters
30128 * Strip leading blank from output in preformatted text.
30129 * Fixed problem when moving pages to titles with '#' in
30130 * Optional {{wg|RawHtml}} for raw {{code|inline=y|lang=html|<html>}} sections.
30131 Use only on limited- participation 'trusted' wikis, as it does not protect
30132 against cross-site scripting attacks. For security, this option can only be
30133 enabled if in {{wg|WhitelistEdit}} mode.
30134 * Fixed problem where pages which were created as a redirect following a move
30135 never showed on [[Special:Randompage]].
30136 * Fixed line spacing on printed table of contents
30137 * Allow links to pages with names of the form [[RFC 1234]]
30138 * Fixed broken edit links being shown for sections from included templates
30139 * Verify that uploaded image files are of the claimed type.
30141 == MediaWiki 1.3.3, 2004-09-09 ==
30142 Changes from 1.3.2:
30143 * Fix for long numeric page titles
30144 * Fix Go search for "0", numeric almost-self-links
30145 * Avoid caching of pages with "You have new messages" headers
30146 * Fix for upgrades as non-root users from 1.2 command-line installs.
30147 * Fix for {{wg|DebugDumpSql}} debug mode.
30148 * {{wg|ExtraNamespaces}} setting for configuring additional namespaces (see
30149 note in {{manual|DefaultSettings.php}})
30150 * 'recache' on query pages now disabled when miser mode is on; special case the
30151 global settings in your {{manual|LocalSettings.php}} to do automatic updates.
30152 * Don't block UTF-8 titles containing byte 0xA0 (bug added in 1.3.2)
30153 * Watch/unwatch tabs now shown on edit pages in MonoBook.
30154 * Fix default skin in Irish localization (ga)
30155 * Add Traditional Chinese localization (zh-tw)
30156 * Changed default sortkey of subcategories. Don't include "Category:"-prefix
30157 any longer
30158 * More helpful info on spam catcher.
30159 * Allow larger offsets for queries such as [[Special:Listusers]]
30160 * Semicolon (;) added to French non-break space rules
30161 * Possible fix for some install errors with path names permission problems.
30162 * Removed [[Project:All system messages]], which has been superseded by the
30163 much faster [[Special:Allmessages]]. This speeds up installation considerably.
30165 == MediaWiki 1.3.2, 2004-08-30 ==
30166 Changes from 1.3.1:
30167 * Fix namespaced page creation links when no go match
30168 * When cookies are disabled, don't show login screen twice
30169 * Install should no longer die when PHP is pre-configured to compress output
30170 * Fixed bug that caused long Japanese pages to time out with Tidy active
30171 * When session.handler is set incorrectly, try automatic override to 'files'
30172 * Watch/Unwatch links back to the affected page instead of Main Page
30173 * Upload link no longer displayed on Monobook if uploading is disabled
30174 * Special:Allmessages faster, shows correct original text, works in safe mode
30176 == MediaWiki 1.3.1, 2004-08-14 ==
30177 Changes from 1.3.0:
30178 * Watchlist parameters now work with register_globals off
30179 * Fixed parsing of ''italics'' and '''bold''' mark-up (again)
30180 * Special:Allpages display is more sensible on smaller wikis
30181 * Fixed XHTML parsing error in classic skins
30182 * Moved pages update watchlist correctly
30183 * Fixed rebuildall.php on case-sensitive Unix filesystems
30184 * Disabled file cache compression by default due to incompatibility with output
30185 buffer compression (ob_gzhandler)
30186 * New magic word {{code|inline=y|PAGENAMEE}} (URL-escaped version of
30187 {{code|inline=y|PAGENAME}})
30188 * Installation avoids blank username; better message on missing XML module
30189 * {{wg|WhitelistAccount}} no longer breaks all logins.
30191 == MediaWiki 1.3.0, 2004-08-11 ==
30192 Look & layout:
30193 * New default layout '[[Skin:MonoBook|MonoBook]]' (available on PHP4 only
30194 currently)
30195 * Print stylesheet now built-in to every page
30196 * More or less correct XHTML 1.0 (served as text/html by default)
30197 Wiki features:
30198 * Image captions can now include links and other basic formatting
30199 * Image bounding box can be specified instead of width, e.g. as 100x100px,
30200 making the image not wider than 100px and not higher than 100px, keeping aspect
30201 ratio.
30202 * Templates have been expanded with parameters, and separated from the
30203 MediaWiki: localization scheme.
30204 * Categories more or less work
30205 * added a special page for listing users with sysop rights.
30206 Editing:
30207 * Automatic merging of edit conflicts that don't directly interfere
30208 * Edit summaries can now include basic formatting and links
30209 Metadata and output:
30210 * Linked Creative Commons copyright metadata (optional)
30211 * RSS 2.0 & Atom 0.3 feeds for Recent Changes, New Pages
30212 Optional modules:
30213 * WikiHiero hieroglyphic module can be added (separate download)
30214 * Timeline module can be added (separate download). Requires ploticus.
30215 * TeX now has an experimental MathML output mode (incomplete!)
30216 Installation and upgrading:
30217 * The old install.php and update.php have been removed. In-place installation
30218 introduced in 1.2 is now the standard installation and upgrade method, see
30219 INSTALL and UPGRADE for directions.
30220 Database:
30221 * The links table has been changed to use a cur_id for l_from. The link tables
30222 must be converted on upgrade, which may entail some downtime.
30223 Code and compatibility:
30224 * Should now run clean with error reporting set to E_ALL.
30225 * register_globals hack from 1.2 has been replaced with safer code
30226 * Bundled PHPTAL 0.7.0 from http://phptal.sourceforge.net/ (with some patches)
30227 * Most image-related code moved to Image.php
30228 * More fixes for PHP 4.1.2 (thanks to Asheesh Laroia)
30229 * URL encoding fix for anchors
30230 * All languages now available in UTF-8 mode
30231 * Various other fixes
30233 === Caveats ===
30234 Some output, particularly involving user-supplied inline HTML, may not produce
30235 100% valid or well-formed XHTML output. Testers are welcome to set $wgMimeType
30236 = "application/xhtml+xml"; to test for remaining problem cases, but this is not
30237 recommended on live sites. (This must be set for MathML to display properly in
30238 Mozilla.) The new 'MonoBook' skin is not compatible with PHP 5 due to bugs in
30239 the underlying PHPTAL library. It will be automatically disabled when running
30240 on PHP5; the older look and feel will be used instead.