Current configuration on the wiki
Find a file
Derick Alangi 1afd52e3e4 REST: Move Helper classes to their own namespace
Mixing Handlers with Helpers doesn't look nice for consistency
reasons. Helpers should be in their own place (grouped) in the
Handlers directory as they're really "helpers for the handlers".

Change-Id: Ieeb7a0a706a4cb38778f312bfbfe781a1f366d14
2023-01-16 21:16:09 +01:00
.phan build: Add phan stub for ReturnTypeWillChange 2022-12-16 14:51:07 +01:00
cache
docs Merge "rdbms: Remove deprecation mark for $wgSharedDB" 2023-01-12 07:45:42 +00:00
extensions Use spacey style also for code in comments and documentation 2022-08-12 08:59:10 +00:00
images
includes REST: Move Helper classes to their own namespace 2023-01-16 21:16:09 +01:00
languages Localisation updates from https://translatewiki.net. 2023-01-16 08:08:41 +01:00
maintenance REST: Move Helper classes to their own namespace 2023-01-16 21:16:09 +01:00
mw-config
resources Merge "Gallery: Improve initial state and fix thumbnail sizes" 2023-01-12 23:21:36 +00:00
skins
tests REST: Move Helper classes to their own namespace 2023-01-16 21:16:09 +01:00
.dockerignore
.editorconfig build: Exclude .git/** in .editorconfig 2022-06-22 01:53:33 +01:00
.eslintignore
.eslintrc.json
.fresnel.yml
.gitattributes
.gitignore
.gitreview
.mailmap
.phpcs.xml maintenance: Migrate mcc.php from CommandLineInc to Maintenance 2023-01-14 02:02:59 +00:00
.stylelintrc.json
.svgo.config.js
.vsls.json
api.php
autoload.php REST: Move Helper classes to their own namespace 2023-01-16 21:16:09 +01:00
CODE_OF_CONDUCT.md
composer.json Upgrading psr/container (1.1.1 => 1.1.2) 2023-01-15 15:52:53 +00:00
composer.local.json-sample
COPYING
CREDITS
DEVELOPERS.md Merge "Add Windows-specific instructions in DEVELOPERS.md" 2022-12-14 03:19:55 +00:00
docker-compose.yml MediaWiki-Docker: Switch PHP images to PHP 8.1 2022-12-15 07:31:23 +00:00
FAQ
Gruntfile.js
HISTORY HISTORY: Add 1.35.9, 1.38.5, 1.39.1 2022-12-22 22:32:07 +00:00
img_auth.php
index.php
INSTALL
jsduck.json
load.php
opensearch_desc.php
package-lock.json
package.json
phpunit.xml.dist
README.md
RELEASE-NOTES-1.40 Upgrading psr/container (1.1.1 => 1.1.2) 2023-01-15 15:52:53 +00:00
rest.php
SECURITY Add SECURITY 2017-10-03 13:03:35 -07:00
thumb.php Merge "Replace deprecated PermissionManager::getGroupPermissions" 2022-12-14 21:54:17 +00:00
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.