jenkins-bot 0c045de899 Merge "registration: Let extensions add PHP version requirements" před 6 roky
..
code-coverage 4cc3cc4336 Tests aren't in /maintenance anymore! ;) před 12 roky
databases 6f4448dd71 Remove DB2 support před 11 roky
html b5a262a8d3 .gitignore for generated html doc před 12 roky
kss 80e5b160e0 resourceloader: Move queue formatting out of OutputPage před 8 roky
php-memcached 0a0d5cb7f7 Fix typos před 6 roky
uidesign 00096d8f4a docs: Remove table-layout documentation from core před 6 roky
README 5a113eaddd Documentation link changes před 8 roky
contenthandler.txt 99800a9e03 Removed deprecated ContentHandler hooks. před 7 roky
database.txt e1a203603c Replace wfGetLB před 6 roky
deferred.txt 77ecdb1d3a Fix $wgUpdateRowsPerJob default in docs/deferred.txt před 7 roky
distributors.txt 6f8431c4f5 Hard-deprecate the $wgUseTidy option před 6 roky
doxygen_first_page.php 9f5b6f5aeb Fix whitespace issues around parentheses před 9 roky
export-0.1.xsd 221b42e9ed Fix trailing whitespace (and mixed spaces) in XSD files před 12 roky
export-0.10.xsd da3c19fb17 Change position of <model> and <format> tags in XML dumps. před 10 roky
export-0.2.xsd 221b42e9ed Fix trailing whitespace (and mixed spaces) in XSD files před 12 roky
export-0.3.xsd 221b42e9ed Fix trailing whitespace (and mixed spaces) in XSD files před 12 roky
export-0.4.xsd 221b42e9ed Fix trailing whitespace (and mixed spaces) in XSD files před 12 roky
export-0.5.xsd 221b42e9ed Fix trailing whitespace (and mixed spaces) in XSD files před 12 roky
export-0.6.xsd 221b42e9ed Fix trailing whitespace (and mixed spaces) in XSD files před 12 roky
export-0.7.xsd 0e2d8996c2 xsd: fix id within contributor to allow 0 před 12 roky
export-0.8.xsd 098f7680a4 Fix escaping of pattern in export-0.8.xsd před 12 roky
export-0.9.xsd 726d1dfde3 Fix 2 0.8 to 0.9 in export-0.9.xsd před 10 roky
export-demo.xml 600df4e83e Fix common typos před 6 roky
extension.schema.v1.json 8af76decf8 registration: Let extensions add PHP version requirements před 6 roky
extension.schema.v2.json 8af76decf8 registration: Let extensions add PHP version requirements před 6 roky
globals.txt a930bf7d7b Remove deprecated global $parserMemc and wfGetParserCacheStorage před 6 roky
hooks.txt 6aaaa070f3 Remove MimeMagic před 6 roky
injection.txt d7410db0fd Allow reset of global services (redux). před 8 roky
language.txt 7b622d6ab3 http://www.mediawiki.org --> https://www.mediawiki.org před 10 roky
linkcache.txt c099155a17 ellapsed => elapsed před 9 roky
logger.txt 1195e11a8a Move MWLogger classes to MediaWiki\Logger namespace před 9 roky
magicword.txt 7cf3765ddf Fixed typo: available před 10 roky
maintenance.txt 3631901139 Clean up some old readme files and remove references to SVN před 11 roky
memcached.txt 8c116df0f5 docs: Update for deprecated $parserMemc před 6 roky
ontology.owl dc2fd34eb1 Add more data to categories dump před 6 roky
pageupdater.txt e8632ab0f6 [MCR] Factor PageUpdater out of WikiPage před 6 roky
schema.txt 7b622d6ab3 http://www.mediawiki.org --> https://www.mediawiki.org před 10 roky
scripts.txt 6ff469e57f Improve profileinfo.php documentation před 6 roky
sitelist-1.0.xsd 85e2086369 Maintenance script for importing site info. před 9 roky
sitelist.txt c099155a17 ellapsed => elapsed před 9 roky
sitescache.txt aded554d70 Split SiteLookup interface from SiteStore před 9 roky
skin.txt b3e930c48b Add 'Special:MyLanguage' in 'All skins' category link před 6 roky
title.txt 15833dafdf Fix case of some Title methods před 11 roky

README

/docs Directory README
======================

The 'docs' directory contain various text files that should help you understand
the most important parts of the code of MediaWiki. More in-depth documentation
can be found at:
https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Code
https://www.mediawiki.org/wiki/Special:MyLanguage/Developer_hub
API documentation is automatically generated and updated daily at:
https://doc.wikimedia.org/mediawiki-core/master/php/html/

You can get a fresh version using 'make doc' or mwdocgen.php in the
../maintenance/ directory.


For end users, most of the documentation is located online at:
https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents
Documentation for MediaWiki site administrators is at:
https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Contents