Current configuration on the wiki
Find a file
daniel 9ff8edfa1e HtmlOutputRendererHelper: fix semantics of getRevisionId
getRevisionId is documented to return 0 for fake revisions, but it was
returning 0 for the current revision as well. This patch makes a clear
distinction, with 0 meaning current (like elsewhere in the code), and
null meaning a fake revision.

This patch includes a fix for redirect handling in ParsoidHandler::wt2html.
This fix is needed here because it previously relied on getRevisionId()
to return the actual revision ID; this would fail, since getRevisionId()
will return 0 when the current revision of a page is requested.

Change-Id: I33d1ab54023c6ac96c6bb5e4750b980e381cb464
2022-12-06 23:06:25 +01:00
.phan phan: Don't analyze .inc files, we don't use them now 2022-12-04 06:56:09 -05:00
.pipeline
cache
docs AutoLoader: Drop support for $wgAutoloadAttemptLowercase 2022-12-04 02:38:57 -05:00
extensions
images
includes HtmlOutputRendererHelper: fix semantics of getRevisionId 2022-12-06 23:06:25 +01:00
languages Revert change from I7939e85aca5edf9b8c391b9e3167ac9634708fbf 2022-12-06 09:47:58 +00:00
maintenance Fix casing of class and function name usages 2022-12-04 19:09:30 +00:00
mw-config
resources Merge "Update Codex from v0.3.0 to v0.4.0" 2022-12-06 19:16:20 +00:00
skins
tests HtmlOutputRendererHelper: fix semantics of getRevisionId 2022-12-06 23:06:25 +01:00
.dockerignore
.editorconfig
.eslintignore
.eslintrc.json
.fresnel.yml
.gitattributes .gitattributes: Ship docker-compose.yml to the tarball 2022-11-30 09:37:13 -05:00
.gitignore
.gitreview
.mailmap
.phpcs.xml phpcs: Remove comment regarding silence (at-sign) operator in tests 2022-12-03 05:05:40 -05:00
.stylelintrc.json
.svgo.config.js build: Update 'svgo' to latest v2.8.0 2022-02-27 23:54:58 +00:00
.vsls.json
api.php
autoload.php When content is marked bad, show an error, don't pretend it is empty 2022-12-05 22:03:45 +00:00
CODE_OF_CONDUCT.md
composer.json build: Updating dependencies 2022-11-16 00:37:35 +00:00
composer.local.json-sample
COPYING
CREDITS
DEVELOPERS.md Tell Windows users not to add user and group ID to .env 2022-11-16 15:37:08 +00:00
docker-compose.yml docker: update to latest published images 2022-09-27 15:10:05 -06:00
FAQ
Gruntfile.js
HISTORY
img_auth.php
index.php
INSTALL
jsduck.json
load.php
opensearch_desc.php
package-lock.json build: Updating npm dependencies 2022-11-22 00:27:10 +00:00
package.json selenium: Remove unneeded MW_SCRIPT_PATH environment variable 2022-11-25 15:01:33 +01:00
phpunit.xml.dist
README.md
RELEASE-NOTES-1.39
RELEASE-NOTES-1.40 Merge "Update Codex from v0.3.0 to v0.4.0" 2022-12-06 19:16:20 +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.