Current configuration on the wiki
Find a file
Dreamy Jazz f9d59fd08e Expand GetTextMaintTest
Why:
* The tests for getText.php do not currently cover the situation
  where ::fatalError is called, because before
  I554a963c63eb4f22ebb3273053a7b83a33dcb4d1 this would cause the
  test suite to exit early.
** After that patch, it will throw an error instead of calling
   exit() when running PHPUnit tests.
* With that patch, it is possible to test the script for
  situations where we expect ::fatalError to be called.

What:
* Expand GetTextMaintTest to test what happens when the title
  argument is invalid (i.e. a invalid page name or a page name
  that does not exist).

Bug: T371167
Change-Id: I45f9e7d04c945e1c3a5045c13093bc9170c41ac4
2024-08-10 11:19:39 +00:00
.phan
cache
docs Merge "Stats: Remove $wgSamplingStatsdClient, deprecate SamplingStatsdClient class" 2024-08-08 21:00:34 +00:00
extensions
images
includes Merge "Move remaining four classes in includes/content into Content namespace" 2024-08-10 11:11:26 +00:00
languages Add namespace translations for Xhosa and Swazi 2024-08-09 18:53:23 +00:00
maintenance Test code in Maintenance class that calls ::fatalError 2024-08-10 12:12:50 +02:00
mw-config
resources Merge "Simplify directionality overrides in redirectPage styles" 2024-08-10 09:14:05 +00:00
skins
tests Expand GetTextMaintTest 2024-08-10 11:19:39 +00:00
.dockerignore
.editorconfig
.eslintignore
.eslintrc.json
.fresnel.yml
.git-blame-ignore-revs
.gitattributes
.gitignore
.gitmessage
.gitreview
.mailmap
.phpcs.xml
.stylelintrc.json
.svgo.config.js
.vsls.json
api.php
autoload.php Move remaining four classes in includes/content into Content namespace 2024-08-10 10:40:53 +02:00
CODE_OF_CONDUCT.md
composer.json Merge "ResourceLoader: Update wikimedia/less.php from 5.0.0 to 5.1.1" 2024-08-09 22:06:06 +00:00
composer.local.json-sample
COPYING
CREDITS
DEVELOPERS.md
docker-compose.yml
FAQ
Gruntfile.js
HISTORY
img_auth.php
index.php
INSTALL
jsdoc.json
load.php
opensearch_desc.php
package-lock.json
package.json
phpunit.xml.dist
README.md
RELEASE-NOTES-1.43 Merge "Move remaining four classes in includes/content into Content namespace" 2024-08-10 11:11:26 +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.