Fork of MediaWiki
转到文件
WaitSpring 069bec4736 Merge branch 'REL1_41' into REL1_41-qw 2024-04-18 13:08:06 +08:00
.phan Merge "Add tests for taint-check" 2023-09-25 15:30:27 +00:00
cache Update Apache config syntax in .htaccess files 2024-03-25 20:51:59 +00:00
docs docs: Set stable permalink on markdown files 2024-03-27 23:52:01 +00:00
extensions Update git submodules 2024-04-17 06:16:22 +00:00
images Set "X-Content-Type-Options: nosniff" header in images/.htaccess 2023-02-24 23:59:22 -05:00
includes Merge branch 'REL1_41' into REL1_41-qw 2024-04-18 13:08:06 +08:00
languages Merge branch 'REL1_41' into REL1_41-qw 2024-04-18 13:08:06 +08:00
maintenance Merge branch 'REL1_41' into REL1_41-qw 2024-04-18 13:08:06 +08:00
mw-config Make use of jQuery method chaining where it makes sense 2023-02-14 09:17:04 +01:00
resources Resources.php: Replace short urls with full urls 2024-01-05 20:24:18 +00:00
skins Update git submodules 2024-04-17 06:16:39 +00:00
tests Merge branch 'REL1_41' into REL1_41-qw 2024-04-18 13:08:06 +08:00
vendor@26d70cd753 Update git submodules 2024-04-05 19:35:13 +00:00
.dockerignore
.editorconfig Set .editorconfig to not trim lines in parser tests 2023-04-30 01:06:11 -04:00
.eslintignore tests: Configure ESLint to permit ES2022 syntax in test suites 2023-04-17 21:41:53 +00:00
.eslintrc.json
.fresnel.yml
.gitattributes .gitattributes: Ship docker-compose.yml to the tarball 2022-11-30 09:37:13 -05:00
.gitignore Squashed commit of the following: 2024-01-06 17:08:12 +08:00
.gitmessage git: Introduce .gitmessage 2023-05-21 14:20:31 +03:00
.gitmodules Branch commit for REL1_41 2023-10-10 02:06:59 +00:00
.gitreview
.mailmap Squashed commit of the following: 2024-01-06 17:08:12 +08:00
.phpcs.xml Bump codesniffer to 42.0.0 2023-09-27 15:06:32 -04:00
.stylelintrc.json Login page: Use Codex CSS components 2023-07-06 17:20:17 -07:00
.svgo.config.js build: Update SVGO to v3.0.2 2023-06-15 12:24:22 -07:00
.vsls.json build: Upgrade eslint-config-wikimedia from 0.22.1 to 0.24.0 2023-02-07 10:17:30 -05:00
CODE_OF_CONDUCT.md
COPYING
CREDITS Squashed commit of the following: 2024-01-06 17:08:12 +08:00
DEVELOPERS.md DEVELOPERS.md: reword WSL instructions to include best practices 2023-11-21 19:55:17 +00:00
FAQ
Gruntfile.js build: Fix file name for stylelintrc.json in grunt-watch 2023-07-04 21:32:23 +02:00
HISTORY HISTORY: Update for recent releases 2023-10-09 18:22:35 +00:00
INSTALL Prepare active branch following REL1_40 cut, labelling as 1.41-alpha 2023-03-13 22:49:46 -04:00
README.md
RELEASE-NOTES-1.41 Start 1.41.2 2024-03-28 21:54:57 +00:00
SECURITY
UPGRADE Update DEVELOPERS.md and UPGRADE with new way to use update.php 2023-06-16 12:33:56 +00:00
api.php Replace some deprecated wfExpandUrl calls with UrlUtils::expand 2023-05-30 19:48:01 +00:00
autoload.php rdbms: Drop some of class aliases of DatabaseMySQL 2023-11-01 14:30:35 +00:00
composer.json debug: Update PsySH 0.11.1 -> 0.12.3 2024-04-06 22:02:44 +00:00
composer.local.json-sample
docker-compose.yml docker: Update apache2 image to one with a /view rewrite rule 2023-07-20 15:32:51 -04:00
img_auth.php Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
index.php
jsduck.json resources: Remove jquery.color, jquery.fullscreen, and jquery.form 2023-10-07 01:46:09 +00:00
load.php Centralize logic behind building ChronologyProtector object 2023-08-30 18:44:09 +00:00
opensearch_desc.php Replace some deprecated wfExpandUrl calls with UrlUtils::expand 2023-05-30 19:48:01 +00:00
package-lock.json build: Update linters 2023-08-21 16:33:43 +01:00
package.json build: Update linters 2023-08-21 16:33:43 +01:00
phpunit.xml.dist phpunit: Determine what extensions to load in unit tests via config 2023-09-25 23:03:48 +00:00
rest.php
thumb.php thumb: Fix "PHP Deprecated: strlen(): Passing null to parameter" 2023-12-18 14:20:09 +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.