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.

Kunal Mehta 0e704369ad Bump 1.29.3 6 роки тому
cache ec8b809b02 Revert .htaccess permissions back to 0644 11 роки тому
docs cbf1ce236a registration: Move attributes out of the top level 7 роки тому
extensions e6cbf54ed1 Update git submodules 6 роки тому
images da6dd475f6 Change bug ID to Phabricator task ID 9 роки тому
includes 0e704369ad Bump 1.29.3 6 роки тому
languages 6e50006596 SECURITY: Do not allow botpassword login if account locked. 6 роки тому
maintenance 1057bce693 Let built-in web server handle .php requests 6 роки тому
mw-config fdf499f2ff stylelint: Drop over-ride for 'declaration-no-important' and make pass 8 роки тому
resources 4e8366eae3 resources: Bump moment.js from 2.15.0 to 2.19.3 7 роки тому
serialized 5b48bf1b92 Clean up after "Kill mbstring fallbacks" 8 роки тому
skins 48b28b717b Updating submodules to reflect their release branches 7 роки тому
tests 06c3566f64 resourceloader: Disable a flaky MessageBlobStoreTest case 6 роки тому
vendor @ b657733085 5ec32f890e Add vendor submodule 6 роки тому
.eslintrc.json 96f40f152a qunit: Make eslint config pass on qunit test files 8 роки тому
.gitattributes 2f8cebc92a SECURITY: Don't exclude .htaccess files from `git archive` 6 роки тому
.gitignore 33e63cf407 Also add vendor to submodules 7 роки тому
.gitmodules 5ec32f890e Add vendor submodule 6 роки тому
.gitreview c91a55aa63 Swapping defaultbranch for track 8 роки тому
.mailmap 701b81049e Update CREDITS 7 роки тому
.rubocop.yml 405f2225e6 rubocop: ignore node_modules and fix a single offense 9 роки тому
.stylelintrc fdf499f2ff stylelint: Drop over-ride for 'declaration-no-important' and make pass 8 роки тому
.travis.yml 7399a3ec01 build: Make Travis CI 'Postgres' build non-voting 7 роки тому
COPYING f15c51aa27 COPYING: Update the list of CC licenses icons used 10 роки тому
CREDITS 701b81049e Update CREDITS 7 роки тому
FAQ 5a113eaddd Documentation link changes 8 роки тому
Gemfile 8d6e0418ef Update tests to Selenium 3 8 роки тому
Gemfile.lock 8d6e0418ef Update tests to Selenium 3 8 роки тому
Gruntfile.js 7dfe22b45e build: Update karma to 1.5.0, karma-firefox-launcher to 1.0.1 7 роки тому
HISTORY 6a602dffe2 Update HISTORY for 1.28.1/1.27.2/1.23.16 7 роки тому
INSTALL 5a113eaddd Documentation link changes 8 роки тому
README c00d2fa945 Fix typo in README 8 роки тому
README.mediawiki 29505e5477 Symlink README.mediawiki to README so Github renders it as wikitext. 12 роки тому
RELEASE-NOTES-1.29 0e704369ad Bump 1.29.3 6 роки тому
Rakefile 377eb1f7bf Migration of browsertests* Jenkins jobs to selenium* jobs 8 роки тому
StartProfiler.sample 588783ec0e Fixed class name typo in docs 9 роки тому
UPGRADE 08fd2e483f Remove some ancient upgrade information from release notes 8 роки тому
api.php 66b21e0d7d SECURITY: API: Avoid some silliness with browser-guessed filenames 7 роки тому
autoload.php 35ba539231 Add missing ComposerVendorHtaccessCreator class to autoload.php 7 роки тому
composer.json e6fe65bd56 registration: Validate no duplicate keys exist in extension.json 6 роки тому
composer.local.json-sample 9588165133 Add a composer.local.json-sample 9 роки тому
img_auth.php e08e923935 /*.php: Replace implicit Bugzilla bug numbers with Phab ones 8 роки тому
index.php b60a467f58 Add Localisation to the links, add the link to Localisation in Languages/Language.php 8 роки тому
jsduck.json f53fd6fd47 Remove unused 'jquery.arrowSteps' (deprecated in 1.28) 8 роки тому
load.php 98c6743413 resourceloader: Disable ChronologyProtector to speed up wfGetLB() 8 роки тому
opensearch_desc.php 53b4892ffb Warn on session access in profileinfo.php and opensearch_desc.php 8 роки тому
package.json 06f5c12940 selenium: Abstract test command behind 'npm run' 6 роки тому
phpcs.xml a46ab3d9ed Have phpcs skip local configuration files 8 роки тому
profileinfo.php 53b4892ffb Warn on session access in profileinfo.php and opensearch_desc.php 8 роки тому
thumb.php 7b5f08e703 Replace deprecated Context::getStats() with MWServices::getStatsdDataFactory() 8 роки тому
thumb_handler.php 86a9b8c06c Clean up access points 11 роки тому

README

== 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.

* Ready to get started?
** https://www.mediawiki.org/wiki/Special:MyLanguage/Download
* Looking for the technical manual?
** https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Contents
* Seeking help from a person?
** https://www.mediawiki.org/wiki/Special:MyLanguage/Communication
* Looking to file a bug report or a feature request?
** https://bugs.mediawiki.org/
* Interested in helping out?
** https://www.mediawiki.org/wiki/Special:MyLanguage/How_to_contribute

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.