Current configuration on the wiki
Find a file
Eddie Greiner-Petter 274bddfb57 Show better error for anons on Special:EmailUser
When a anon user visits Special:EmailUser, the PermissionError message
is shown (as only members of the group "user" (all logged in users) are
allowed to do this). There is a better error message, which tells "You
must be logged in and have a valid email adress in your preferences."
available, but was only shown to users who are logged in but did not
have a valid mail adress in their settings, because the check for the
permission "emailuser" happened before the check for the valid mail
(which returns false for anon users). Exchanging the order of those
makes the right error message appear.

Bug: T160309
Change-Id: I26175df1f7577937d9781950058ca458984ce2cb
2017-03-16 13:22:51 +00:00
cache
docs Revert "[search] Remove more dead code" 2017-03-14 13:11:04 -07:00
extensions
images
includes Show better error for anons on Special:EmailUser 2017-03-16 13:22:51 +00:00
languages Merge "Change 'history-show-deleted' message to 'Revision deleted only' for clarity" 2017-03-15 22:34:16 +00:00
maintenance Merge "Add --tidy option to maintenance/parse.php" 2017-03-14 23:23:29 +00:00
mw-config stylelint: Drop over-ride for 'declaration-no-important' and make pass 2017-03-01 12:55:16 -08:00
resources Merge "jquery.ui: Add previously undocumented changes in PATCHES" 2017-03-16 00:05:54 +00:00
serialized
skins
tests Merge "RCFilters: Don't allow underscore in filter or group names" 2017-03-16 06:03:20 +00:00
.eslintrc.json
.gitattributes
.gitignore
.gitreview
.mailmap Update CREDITS and .mailmap files 2017-03-13 18:29:15 +00:00
.rubocop.yml
.stylelintrc stylelint: Drop over-ride for 'declaration-no-important' and make pass 2017-03-01 12:55:16 -08:00
.travis.yml build: Simplify Travis configuration 2017-02-23 19:33:32 -08:00
api.php api.php: Fully spell out "constructor" 2017-02-28 20:50:31 -08:00
autoload.php Back-end of new RecentChanges page, refactoring 2017-03-11 01:42:01 +00:00
composer.json composer.json: Make ext-curl a suggested package for MediaWiki core 2017-03-09 21:31:00 +00:00
composer.local.json-sample
COPYING
CREDITS Update CREDITS and .mailmap files 2017-03-13 18:29:15 +00:00
FAQ
Gemfile Update tests to Selenium 3 2017-02-27 15:11:49 +01:00
Gemfile.lock Update tests to Selenium 3 2017-02-27 15:11:49 +01:00
Gruntfile.js
HISTORY
img_auth.php
index.php
INSTALL
jsduck.json
load.php
opensearch_desc.php
package.json
phpcs.xml
profileinfo.php
Rakefile
README
README.mediawiki
RELEASE-NOTES-1.29 Merge "Avoid breaking wikis that were modifying $wgDummyLanguageCodes" 2017-03-15 02:59:07 +00:00
StartProfiler.sample
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.