Current configuration on the wiki
Find a file
Kunal Mehta 5f8d76336d Fix misc phan errors by adjusting documentation (#8)
PhanTypeInvalidRightOperand was triggering on
ApiQueryBase::showHiddenUsersAddBlockInfo() on the line
`$actorQuery['tables'] + $commentQuery['tables']` (and the next one).
For whatever reason, phan was unable to automatically understand that
the right side was an array (though it was able to understand
$actorQuery, which has nearly identical code...), so I added more
specific hinting to CommentStore::getJoin() using phan's union types,
which resolved the issue.

And incorrect documentation on LogEntry::getDeleted() was triggering
PhanTypeMismatchBitwiseBinaryOperands since you can't do bitwise
operations on a string and an integer.

Change-Id: I13b791e4b754ffbc340b55cfb752e2d9226f1949
2019-04-05 23:31:16 -07:00
.phan Fix misc phan errors by adjusting documentation (#8) 2019-04-05 23:31:16 -07:00
cache
docs Add &$tags argument to MarkPatrolled hook 2019-04-01 10:10:34 +02:00
extensions
images
includes Fix misc phan errors by adjusting documentation (#8) 2019-04-05 23:31:16 -07:00
languages Merge "Localisation updates from https://translatewiki.net." 2019-04-05 23:46:19 +00:00
maintenance Merge "Make WrapOldPasswords pass "refresh" to User::clearSharedCache()" 2019-04-05 23:58:12 +00:00
mw-config Use the WebRequest::getCheck() shortcut where possible 2019-03-11 09:50:52 +01:00
resources Update OOUI to v0.31.3 2019-04-04 14:58:58 -07:00
skins
tests Make teardownTestDB() close any dangling connections before changing the prefix 2019-04-05 19:52:40 +00:00
.editorconfig
.eslintrc.json build: Update eslint-config-wikimedia to 0.11.0 2019-02-20 23:36:03 +00:00
.fresnel.yml Fix comment typo in fresnel config file and remove an unnecessary comma 2019-04-03 17:25:49 +03:00
.gitattributes
.gitignore resources: Add caching for faster runs and offline use 2019-03-24 20:57:46 +00:00
.gitreview
.mailmap Add me to .mailmap and remove duplicate name 2019-01-08 05:43:55 +00:00
.phpcs.xml Move MediaTransformOutput classes to own files 2019-03-30 12:23:14 +01:00
.stylelintrc.json
.travis.yml build: Remove git-depth:3 from Travis CI config 2019-03-21 00:33:39 +00:00
api.php
autoload.php Merge "jobqueue: remove entire unused JobQueueAggregator class hierarchy" 2019-04-03 17:43:31 +00:00
CODE_OF_CONDUCT.md
composer.json build: Updating mediawiki/mediawiki-codesniffer to 25.0.0 2019-04-05 15:43:30 -07:00
composer.local.json-sample
COPYING
CREDITS Add me to .mailmap and remove duplicate name 2019-01-08 05:43:55 +00:00
FAQ
Gruntfile.js eslint: Enable caching 2019-02-19 19:57:08 +00:00
HISTORY Check line length of HISTORY 2019-04-02 13:10:34 -07:00
img_auth.php
index.php
INSTALL Bump minimum SQLite version to 3.8.0 2019-03-10 17:30:09 -07:00
jsduck.json Update OOUI to v0.31.3 2019-04-04 14:58:58 -07:00
load.php resourceloader: Instantiate main class via ServiceWiring 2019-02-18 17:55:09 +00:00
opensearch_desc.php
package.json build: Update eslint-config-wikimedia to 0.11.0 2019-02-20 23:36:03 +00:00
profileinfo.php profileinfo: Remove unused constructor call parameter 2019-03-27 10:34:34 +01:00
README
README.mediawiki
RELEASE-NOTES-1.33 Merge "Add meta=userinfo&uiprop=latestcontrib" 2019-04-04 23:23:54 +00:00
SECURITY
thumb.php
thumb_handler.php
UPGRADE

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