Current configuration on the wiki
Find a file
Martin Urbanec a656d03597 Introduce backend class for blocking users
Rather than having to do DatabaseBlock calls directly,
and then ManualLogEntry calls to facilitate logging,
let's create a BlockUser service, capable of blocking users
and logging, optionally with permission checking.

This should make blocking users easier for developers,
for instance, AbuseFilter or CheckUser can easily
benefit from this commit.

Bug: T189073
Change-Id: Ifdced735b694b85116cb0e43dadbfa8e4cdb8cab
2020-09-22 14:14:01 +01:00
.phan
.pipeline
cache
docs Prevent service injection to LoadExtensionSchemaUpdates hook 2020-09-18 08:01:52 +10:00
extensions
images
includes Introduce backend class for blocking users 2020-09-22 14:14:01 +01:00
languages Localisation updates from https://translatewiki.net. 2020-09-22 08:33:03 +02:00
maintenance Fix description for pruneFileCache.php 2020-09-18 22:53:01 +00:00
mw-config
resources Introduce backend class for blocking users 2020-09-22 14:14:01 +01:00
skins
tests Introduce backend class for blocking users 2020-09-22 14:14:01 +01:00
.editorconfig
.eslintignore
.eslintrc.json eslint: Move mediawiki/valid-package-file-require disables inline 2020-08-26 19:54:52 +01:00
.fresnel.yml
.gitattributes Remove package-lock.json from the tarball 2020-08-07 23:10:26 -07:00
.gitignore
.gitreview
.mailmap
.phpcs.xml
.stylelintrc.json
.travis.yml
.vsls.json
api.php
autoload.php Introduce TinyInt db datatype for doctrine DBAL 2020-09-17 10:21:47 +02:00
CODE_OF_CONDUCT.md
composer.json Updating nikic/php-parser (v4.9.1 => v4.10.0) 2020-09-20 13:56:09 +01:00
composer.local.json-sample
COPYING
CREDITS
DEVELOPERS.md
docker-compose.yml
FAQ
Gruntfile.js
HISTORY
img_auth.php
index.php
INSTALL RELEASE-NOTES and INSTALL tweaks 2020-09-02 14:54:56 +00:00
jsduck.json
load.php
opensearch_desc.php
package-lock.json build: Auto-fix npm audit issues 2020-09-10 16:23:31 +01:00
package.json build: Auto-fix npm audit issues 2020-09-10 16:23:31 +01:00
phpunit.xml.dist phpunit: fail on warnings 2020-09-09 20:19:52 +02:00
README.md
RELEASE-NOTES-1.35 Hard-deprecate the ParserBeforeStrip/ParserAfterStrip hooks 2020-09-20 14:10:36 +01:00
RELEASE-NOTES-1.36 Introduce backend class for blocking users 2020-09-22 14:14:01 +01: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.