Fork of MediaWiki
转到文件
WaitSpring 81379dc88c
Merge branch 'REL1_39' into REL1_39-qw-2
2024-02-19 18:47:48 +08:00
.phan TempFSFile: Use a WeakMap for reference tracking if available 2023-02-21 21:48:10 +00:00
.pipeline
cache
docs SECURITY: Add xml mime types to $wgMimeTypeExclusions 2023-09-28 23:01:14 +01:00
extensions Update git submodules 2024-02-19 06:35:10 +00:00
images Disable php in .htaccess of images directory as a hardening measure. 2023-01-04 21:16:48 +00:00
includes Merge branch 'REL1_39' into REL1_39-qw-2 2024-02-19 18:47:48 +08:00
languages Merge branch 'REL1_39' into REL1_39-qw-2 2024-02-19 18:47:48 +08:00
maintenance Merge branch 'REL1_39' into REL1_39-qw-2 2023-12-24 09:46:15 +08:00
mw-config Installer: Disable logo dropper for now 2022-10-06 19:20:05 +00:00
resources Remove feedback messages from RawHtmlMessages 2023-09-27 11:04:15 +00:00
skins Update git submodules 2024-02-19 06:36:17 +00:00
tests Merge branch 'REL1_39' into REL1_39-qw-2 2024-02-19 18:47:48 +08:00
vendor@51837cb2a0 Update git submodules 2024-02-13 00:42:53 +00:00
.dockerignore
.editorconfig build: Exclude `.git/**` in .editorconfig 2022-06-22 01:53:33 +01:00
.eslintignore build: Run eslint for /docs/ and make pass 2022-07-27 00:43:02 +02:00
.eslintrc.json eslint: Only apply client rules to client files 2022-02-09 02:40:11 +00:00
.fresnel.yml
.gitattributes .gitattributes: Ship docker-compose.yml to the tarball 2022-11-30 16:17:22 +00:00
.gitignore update .gitignore 2023-09-18 22:39:09 +08:00
.gitmodules Branch commit for REL1_39 2022-09-06 02:05:34 +00:00
.gitreview
.mailmap Update CREDITS 2023-09-18 22:40:29 +08:00
.phpcs.xml ResourceLoader namespace (attempt 2) 2022-05-24 15:41:46 +00:00
.stylelintrc.json build: Update stylelint-config-wikimedia to 0.13.0 2022-05-04 23:17:03 +01:00
.svgo.config.js build: Update 'svgo' to latest v2.8.0 2022-02-27 23:54:58 +00:00
.vsls.json
CODE_OF_CONDUCT.md
COPYING
CREDITS Update CREDITS 2023-09-18 22:40:29 +08:00
DEVELOPERS.md DEVELOPERS.md: reword WSL instructions to include best practices 2023-11-21 19:59:25 +00:00
FAQ
Gruntfile.js build: Run eslint for /docs/ and make pass 2022-07-27 00:43:02 +02:00
HISTORY Various whitespace changes 2022-07-12 20:07:23 +02:00
INSTALL Merge "Raise minimum supported postgres version from 9.5 to 10" 2022-08-08 21:33:42 +00:00
README.md Fix bullets in `README.md` 2022-02-14 19:38:27 -08:00
RELEASE-NOTES-1.39 RELEASE-NOTES-1.39: Add missing CVE 2023-12-22 01:25:12 +00:00
SECURITY
UPGRADE Remove line about upgrading extensions from 1.14 2022-07-23 12:25:31 +02:00
api.php
autoload.php Add UserGroupManager::getUserPrivilegedGroups() 2023-09-04 17:21:33 +00:00
composer.json Update wikimedia/parsoid to 0.16.3 2024-02-12 17:38:59 -05:00
composer.local.json-sample
docker-compose.yml docker: update to latest published images 2022-09-27 22:11:31 +00:00
img_auth.php
index.php index.php: Remove global $mediaWiki variable 2022-03-26 21:55:56 +00:00
jsduck.json mediawiki.base: Restore and document importScript "once" behaviour 2022-09-01 02:27:54 +02:00
load.php resourceloader: Minor doc changes following PSR-4 namepace change 2022-05-29 16:41:19 +00:00
opensearch_desc.php
package-lock.json build: Updating npm dependencies 2024-02-04 19:13:07 +00:00
package.json build: Updating npm dependencies 2022-12-04 00:40:27 +00:00
phpunit.xml.dist phpunit.xml.dist: Align contents with suite.xml 2022-07-12 10:32:32 +02:00
rest.php
thumb.php Replace trivial usages of code in strings with concatenation 2022-08-26 12:26:44 +00:00
thumb_handler.php

README.md

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.