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 b5871fe02a WatchedItemStore::countVisitingWatchersMultiple() shouldn't query all titles when asked for none 6 yıl önce
cache ec8b809b02 Revert .htaccess permissions back to 0644 11 yıl önce
docs 750ac4dd89 Fix findHooks.php 7 yıl önce
extensions 636a2b9024 Update git submodules 6 yıl önce
images da6dd475f6 Change bug ID to Phabricator task ID 9 yıl önce
includes b5871fe02a WatchedItemStore::countVisitingWatchersMultiple() shouldn't query all titles when asked for none 6 yıl önce
languages 2cbf4020fd SECURITY: Do not allow botpassword login if account locked. 6 yıl önce
maintenance 22565f2d4d Let built-in web server handle .php requests 6 yıl önce
mw-config 2c03d167fa build: Upgrade grunt-eslint from 19.0.0 to 20.0.0 7 yıl önce
resources 909f82da0f Revert #contentSub and #jump-to-nav margin changes 7 yıl önce
serialized 5b48bf1b92 Clean up after "Kill mbstring fallbacks" 8 yıl önce
skins d96e2075ea Adding submodules of bundled REL1_30 extensions/skins/vendor 7 yıl önce
tests f224877723 resourceloader: Disable a flaky MessageBlobStoreTest case 6 yıl önce
vendor @ 8adb7b2e22 ef73b4ec8a Add vendor submodule 6 yıl önce
.eslintrc.json 96f40f152a qunit: Make eslint config pass on qunit test files 8 yıl önce
.gitattributes 85eded11f7 SECURITY: Don't exclude .htaccess files from `git archive` 6 yıl önce
.gitignore 1b775a6be7 Ignore npm-debug.log 7 yıl önce
.gitmodules ef73b4ec8a Add vendor submodule 6 yıl önce
.gitreview c91a55aa63 Swapping defaultbranch for track 8 yıl önce
.mailmap 1ebfeb489a Update .mailmap file 7 yıl önce
.stylelintrc.json 4e076701a0 Use json extension for .stylelintrc 7 yıl önce
.travis.yml 3baef9f510 build: Update Travis CI config to use fast Trusty containers 7 yıl önce
CODE_OF_CONDUCT.md d60300556b Add CODE_OF_CONDUCT.md 7 yıl önce
COPYING f15c51aa27 COPYING: Update the list of CC licenses icons used 10 yıl önce
CREDITS 1ebfeb489a Update .mailmap file 7 yıl önce
FAQ 5a113eaddd Documentation link changes 8 yıl önce
Gruntfile.js 622f75dc94 Gruntfile.js: Remove obsolete eslint omissions 7 yıl önce
HISTORY 2f86533a55 Add 1.27.3 to RELEASE-NOTES 7 yıl önce
INSTALL 1d086c8dbd Explicitly require Postgres 9.1 6 yıl önce
README c00d2fa945 Fix typo in README 8 yıl önce
README.mediawiki 29505e5477 Symlink README.mediawiki to README so Github renders it as wikitext. 12 yıl önce
RELEASE-NOTES-1.30 b5871fe02a WatchedItemStore::countVisitingWatchersMultiple() shouldn't query all titles when asked for none 6 yıl önce
StartProfiler.sample 588783ec0e Fixed class name typo in docs 9 yıl önce
UPGRADE 08fd2e483f Remove some ancient upgrade information from release notes 8 yıl önce
api.php 00316dbb81 SECURITY: API: Avoid some silliness with browser-guessed filenames 7 yıl önce
autoload.php 0a1acb0395 Add missing ComposerVendorHtaccessCreator class to autoload.php 7 yıl önce
composer.json 8599c4eaa4 Merge "registration: Validate no duplicate keys exist in extension.json" into REL1_30 6 yıl önce
composer.local.json-sample 9588165133 Add a composer.local.json-sample 9 yıl önce
img_auth.php e08e923935 /*.php: Replace implicit Bugzilla bug numbers with Phab ones 8 yıl önce
index.php b60a467f58 Add Localisation to the links, add the link to Localisation in Languages/Language.php 8 yıl önce
jsduck.json d666212a47 jsduck: Explcitly name library files so we don't pull in CSS files 7 yıl önce
load.php 98c6743413 resourceloader: Disable ChronologyProtector to speed up wfGetLB() 8 yıl önce
opensearch_desc.php 53b4892ffb Warn on session access in profileinfo.php and opensearch_desc.php 8 yıl önce
package.json 01d90559b3 selenium: Abstract test command behind 'npm run' 6 yıl önce
phpcs.xml 86463f3df6 build: Updating mediawiki/mediawiki-codesniffer to 0.12.0 7 yıl önce
profileinfo.php 8785e4a5b3 Replace remaining uses of deprecated DB_SLAVE with DB_REPLICA 7 yıl önce
thumb.php 6854fc6182 Removed deprecated ExtractThumbParameters hook 7 yıl önce
thumb_handler.php 86a9b8c06c Clean up access points 11 yıl önce

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.