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.

Brad Jorsch 1f664ea4eb WatchedItemStore::countVisitingWatchersMultiple() shouldn't query all titles when asked for none hace 6 años
cache ec8b809b02 Revert .htaccess permissions back to 0644 hace 11 años
docs 4e567efa64 Remove $wgScriptExtension (deprecated and ignored since 1.25) hace 6 años
extensions e7f2209acf Add Extension:Nuke submodule to REL1_31 hace 6 años
images da6dd475f6 Change bug ID to Phabricator task ID hace 9 años
includes 1f664ea4eb WatchedItemStore::countVisitingWatchersMultiple() shouldn't query all titles when asked for none hace 6 años
languages 6f98988380 SECURITY: Do not allow botpassword login if account locked. hace 6 años
maintenance bb8c060128 Drop archive.ar_text and ar_flags hace 6 años
mw-config a3335f4b3b installer: Do not wrongly hide namespace input field hace 6 años
resources 1018983d74 Fix typo: bytePointLimit -> byteLimit hace 6 años
serialized 5b48bf1b92 Clean up after "Kill mbstring fallbacks" hace 9 años
skins 63a4e21bbd Update git submodules hace 6 años
tests 500d7b8525 registration: Use the correct key for skin dependencies hace 6 años
vendor @ 46bc943c16 34f4a899fb Add vendor submodule hace 6 años
.eslintrc.json 96f40f152a qunit: Make eslint config pass on qunit test files hace 8 años
.gitattributes 845dee9fa4 SECURITY: Don't exclude .htaccess files from `git archive` hace 6 años
.gitignore d910b1e282 Add TimedMediaHandler's images/transcoded to .gitignore hace 7 años
.gitmodules e7f2209acf Add Extension:Nuke submodule to REL1_31 hace 6 años
.gitreview c91a55aa63 Swapping defaultbranch for track hace 8 años
.mailmap 4b424910ce Update CREDITS and .mailmap hace 6 años
.phpcs.xml 69dbaf3f88 build: Updating mediawiki/mediawiki-codesniffer to 17.0.0 hace 7 años
.stylelintrc.json 1064426327 build: Update stylelint hace 7 años
.travis.yml 220bda9175 Merge "tests: Commit initial version of DevelopmentSettings.php" hace 7 años
CODE_OF_CONDUCT.md d60300556b Add CODE_OF_CONDUCT.md hace 7 años
COPYING 3af1e25343 Replace HTTP by HTTPS in docs hace 7 años
CREDITS 4b424910ce Update CREDITS and .mailmap hace 6 años
FAQ 5a113eaddd Documentation link changes hace 8 años
Gruntfile.js 4cbd36db87 selenium: Remove Jenkins configuration file hace 7 años
HISTORY cb68d6dacf Fix typo in word compatibility hace 7 años
INSTALL aec80a1fb7 Bump PHP version requirement to 7.0.0+ hace 6 años
README c00d2fa945 Fix typo in README hace 8 años
README.mediawiki 29505e5477 Symlink README.mediawiki to README so Github renders it as wikitext. hace 12 años
RELEASE-NOTES-1.31 1f664ea4eb WatchedItemStore::countVisitingWatchersMultiple() shouldn't query all titles when asked for none hace 6 años
SECURITY 8912423276 Add SECURITY hace 7 años
StartProfiler.sample 588783ec0e Fixed class name typo in docs hace 10 años
UPGRADE 3af1e25343 Replace HTTP by HTTPS in docs hace 7 años
api.php c75f0e95c9 SECURITY: API: Avoid some silliness with browser-guessed filenames hace 7 años
autoload.php 49aa4d3f9c installer: Fix display of UPGRADE by disabling InterwikiLookup hace 6 años
composer.json 94acc8fa8d Only load PEAR Smtp mailer from vendor/composer, not from `pear` itself hace 6 años
composer.local.json-sample 9588165133 Add a composer.local.json-sample hace 9 años
img_auth.php e08e923935 /*.php: Replace implicit Bugzilla bug numbers with Phab ones hace 8 años
index.php 255d76f2a1 build: Updating mediawiki/mediawiki-codesniffer to 15.0.0 hace 7 años
jsduck.json 777336288b Rename jquery.byteLimit→lengthLimit, mediawiki.widgets.visibleByteLimit→visibleLengthLimit hace 7 años
load.php 18b4aee3df resourceloader: Disable ChronologyProtector on load.php (again) hace 6 años
opensearch_desc.php 53b4892ffb Warn on session access in profileinfo.php and opensearch_desc.php hace 8 años
package.json 47d3d91796 Merge "build: Switch QUnit package from deprecated 'qunitjs' to 'qunit'" into REL1_31 hace 6 años
profileinfo.php 255d76f2a1 build: Updating mediawiki/mediawiki-codesniffer to 15.0.0 hace 7 años
thumb.php 39f0f919c5 Update suppressWarning()/restoreWarning() calls hace 7 años
thumb_handler.php 86a9b8c06c Clean up access points hace 11 años

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.