Current configuration on the wiki
Find a file
Máté Szabó 8661130e02 jobqueue: Mark JobSpecification as newable
Why:

- JobSpecification is the preferred way to enqueue jobs without
  instantiating a full Job subclass instance, and the only way to
  enqueue a job in the context of a foreign wiki.
- As such, it's used by several extensions. However, it's not explicitly
  marked as newable.

What:

- Mark JobSpecification as newable.

Change-Id: I3dca96857c875da1ee6f0f6054a12aa6ec276697
2024-10-04 23:05:59 +02:00
.phan
cache
docs Switch over a bunch of class_alias uses to actuals 2024-10-03 17:09:36 +00:00
extensions
images
includes jobqueue: Mark JobSpecification as newable 2024-10-04 23:05:59 +02:00
languages Localisation updates from https://translatewiki.net. 2024-10-04 09:04:00 +02:00
maintenance Use statslib for metrics emitted by HtmlOutputRendererHelper 2024-10-04 14:52:30 -04:00
mw-config Move services state management out of DatabaseInstaller 2024-10-01 16:47:30 +00:00
resources Switch over a bunch of class_alias uses to actuals 2024-10-03 17:09:36 +00:00
skins
tests Merge "eslint: Manually enforce prefer-const in tests" 2024-10-04 20:41:16 +00:00
.dockerignore
.editorconfig
.eslintignore REST: validate JSON in tests 2024-09-20 15:42:32 +00:00
.eslintrc.json
.fresnel.yml
.git-blame-ignore-revs
.gitattributes
.gitignore
.gitmessage
.gitreview
.mailmap
.phpcs.xml build: Remove exclude of MediaWiki.Commenting.PropertyDocumentation 2024-09-18 17:27:01 +00:00
.stylelintrc.json
.svgo.config.js
.vsls.json
api.php
autoload.php Add namespace to remaining parts of Wikimedia\FileBackend 2024-10-03 16:21:22 +00:00
CODE_OF_CONDUCT.md
composer.json Bump wikimedia/parsoid to 0.20.0-a23 2024-09-30 15:44:28 -04:00
composer.local.json-sample
COPYING
CREDITS
DEVELOPERS.md Codex: Allow a local development version to be used 2024-08-22 17:20:24 -07:00
docker-compose.yml
FAQ
Gruntfile.js
HISTORY HISTORY: Add point releases 2024-10-01 02:21:50 +01:00
img_auth.php
index.php
INSTALL
jsdoc.json
load.php
opensearch_desc.php
package-lock.json Update Codex from v1.13.0 to v1.13.1 2024-10-01 18:34:35 +00:00
package.json Update Codex from v1.13.0 to v1.13.1 2024-10-01 18:34:35 +00:00
phpunit.xml.dist
README.md
RELEASE-NOTES-1.43 Merge "Mark getDirMark as deprecated" 2024-10-04 11:40:48 +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.