Current configuration on the wiki
Find a file
Timo Tijhof 0be2e83ef4 resourceloader: Restore feedback for SkinModule invalid argument
This was added in 381499a675 in response to the issue that when a skin
adopts a feature that was new in MW 1.36, it caused an exception when
that version of the skin is then installed on MW 1.35. That's expected,
and generally helpful because the default support policy requires
like-for-like (MW 1.35 with REL1_35, this applies to all skins and
extensions, except for a few like Translate and SemanticMediaWiki).

However, while supporting LTS within master is unusual, there are
indeed the Translate/SemanticMediaWiki projects, and this problem has
already been solved years ago there by using a conditional with
$wgVersion. The proposed approach on T271441 actually also involves
such a conditional, but late at runtime instead of in the module
definition. Anyway, the way it was fixed in Timeless already solves
the problem by not passing down the invalid feature in the first
place, thus making the 381499a675 patch obsolete. I'm not aware of
any skin in Gerrit having such a compat policy, but if they exist,
they can fix it the same way, by defining the module in code with
a condition, just as Translate/SemanticMediaWiki do.

Bug: T271441
Change-Id: If97b3d04ac1e3355ee4f229db11e524d24ebd27a
2021-05-14 20:30:15 +00:00
.phan
.pipeline
cache
docs Merge "Add extension.json merge strategy "provide_default"" 2021-05-13 23:20:47 +00:00
extensions
images
includes resourceloader: Restore feedback for SkinModule invalid argument 2021-05-14 20:30:15 +00:00
languages Localisation updates from https://translatewiki.net. 2021-05-14 08:41:42 +02:00
maintenance Merge "purgeParserCache.php: Remove carriage return printer, minor cleanup" 2021-05-14 00:27:40 +00:00
mw-config Unify list-style CSS 2021-05-03 01:26:50 -07:00
resources Merge "Legacy feature should not load thumbnail style rules (only layout)" 2021-05-14 02:35:51 +00:00
skins
tests resourceloader: Restore feedback for SkinModule invalid argument 2021-05-14 20:30:15 +00:00
.dockerignore
.editorconfig build: Fix .editorconfig to allow spaces in markdown files 2021-04-29 23:56:23 +01:00
.eslintignore Add polyfills for ES6 array methods 2021-04-21 14:43:27 -07:00
.eslintrc.json
.fresnel.yml
.gitattributes
.gitignore
.gitreview
.mailmap
.phpcs.xml build: Cleanup and improve .phpcs.xml 2021-04-29 20:51:09 +00:00
.stylelintrc.json
.travis.yml
.vsls.json
api.php
autoload.php Remove SearchResultPageIdentity interface 2021-05-10 16:05:45 +02:00
CODE_OF_CONDUCT.md
composer.json Update wikimedia/minify to 2.2.2 2021-05-08 00:27:50 +01:00
composer.local.json-sample
COPYING
CREDITS Remove duplicate mention on CREDITS 2021-05-12 00:26:35 +00:00
DEVELOPERS.md
docker-compose.yml
FAQ
Gruntfile.js
HISTORY
img_auth.php
index.php
INSTALL
jsduck.json Add polyfills for ES6 array methods 2021-04-21 14:43:27 -07:00
load.php
opensearch_desc.php
package-lock.json
package.json selenium: Fix failing selenium-daily-beta(commons)-MediaWiki Jenkins job 2021-04-30 13:42:20 +02:00
phpunit.xml.dist
README.md
RELEASE-NOTES-1.36 Update wikimedia/minify to 2.2.2 2021-05-08 00:27:50 +01:00
RELEASE-NOTES-1.37 Merge "ApiPageSet: replace Title in method signatures" 2021-05-12 22:51:49 +00:00
rest.php
SECURITY
thumb.php
thumb_handler.php
UPGRADE

MediaWiki

MediaWiki is a free and open-source wiki software package written in PHP. It serves as the platform for Wikipedia and the other Wikimedia projects, used by hundreds of millions of people each month. MediaWiki is localised in over 350 languages and its reliability and robust feature set have earned it a large and vibrant community of third-party users and developers.

MediaWiki is:

  • feature-rich and extensible, both on-wiki and with hundreds of extensions;
  • scalable and suitable for both small and large sites;
  • simple to install, working on most hardware/software combinations; and
  • available in your language.

For system requirements, installation, and upgrade details, see the files RELEASE-NOTES, INSTALL, and UPGRADE.

MediaWiki is the result of global collaboration and cooperation. The CREDITS file lists technical contributors to the project. The COPYING file explains MediaWiki's copyright and license (GNU General Public License, version 2 or later). Many thanks to the Wikimedia community for testing and suggestions.