Current configuration on the wiki
Find a file
Aaron Schulz c2a52446e2 Convert doDeleteArticleReal to startAtomic()/endAtomic()
* They no longer commit the update, but just make sure
  it is part of a transaction. The BEGIN/COMMIT will
  happen at request start/end given DBO_TRX or in this
  method otherwise (like when in CLI mode). This avoids
  premature committing of other transactions.
* FileDeleteForm was the only caller using $commit=false
  for WikiPage::doDeleteArticleReal() and its proxies
  WikiPage::doDeleteArticle() and Article::doDeleteArticle().
  The ugly $commit flag is now removed.
* No caller was using $id for WikiPage::doDeleteArticleReal()
  and its proxies WikiPage::doDeleteArticle() and
  Article::doDeleteArticle(). It is now removed and we can
  be sure the lock() and CAS logic always hit in the method.
  The rollback() calls are not needed given the page row lock
  and having them there could break outer transactions.
* Updated FileDeleteForm to use startAtomic()/endAtomic() so
  the article and file delete are still wrapped in a
  transaction. Note that LocalFile::delete() does reference
  counting and trxLevel() checks so it will not try to begin()
  and break FileDeleteForm's transaction via startAtomic().
* Moved less important 'page-recent-delete' key update down
  for sanity in case it blows up.

Change-Id: Idb98510506c0edd02236c30badaec97d86e07696
2015-10-26 12:08:53 -07:00
cache
docs Add $suppress to ArticleDelete hook 2015-10-14 16:06:46 +00:00
extensions
images
includes Convert doDeleteArticleReal to startAtomic()/endAtomic() 2015-10-26 12:08:53 -07:00
languages Localisation updates from https://translatewiki.net. 2015-10-22 20:46:05 +02:00
maintenance Make DeferredUpdates::doUpdates always commit per task 2015-10-22 01:27:08 +00:00
mw-config
resources Merge "Revert "mediawiki.Upload.BookletLayout: If the user can't upload, don't show them the form"" 2015-10-22 21:31:12 +00:00
serialized
skins
tests Add WRITE_SYNC flag to BagOStuff::set()/merge() 2015-10-22 01:44:09 +00:00
.gitattributes
.gitignore
.gitreview
.jscsrc build: Enable jscs jsDoc rule 'checkTypes' and make pass 2015-10-01 15:28:06 -07:00
.jshintignore
.jshintrc
.mailmap
.rubocop.yml
.travis.yml build: Don't run Travis CI for wmf/* branches 2015-09-30 16:07:47 -07:00
api.php
autoload.php Remove old ProfilerOutputUdp class 2015-10-21 20:59:47 -07:00
composer.json Update OOjs UI to v0.12.12 2015-10-13 13:40:33 -07:00
COPYING
CREDITS
FAQ
Gemfile
Gemfile.lock
Gruntfile.js build: Upgrade grunt-banana-checker from v0.3.0 to v0.4.0 2015-10-12 14:13:54 -04:00
HISTORY
img_auth.php
index.php
INSTALL
jsduck.json Restructure /resources/src/mediawiki.page/ 2015-09-28 20:18:17 -07:00
load.php
opensearch_desc.php Change some line comments to multi line comments 2015-10-14 09:40:50 +02:00
package.json build: Upgrade grunt-banana-checker from v0.3.0 to v0.4.0 2015-10-12 14:13:54 -04:00
phpcs.xml Re-enable last phpcs rule 2015-10-14 17:08:50 +00:00
profileinfo.php
README
README.mediawiki
RELEASE-NOTES-1.26 Move release notes about mw.Upload and friends to 1.26 2015-10-14 00:57:54 +02:00
RELEASE-NOTES-1.27 Convert doDeleteArticleReal to startAtomic()/endAtomic() 2015-10-26 12:08:53 -07:00
StartProfiler.sample
thumb.php
thumb_handler.php
UPGRADE
wiki.phtml

== MediaWiki ==

MediaWiki is a free and open-source wiki software package written in PHP. It
serves as the platform for Wikipedia and the other projects of the Wikimedia
Foundation, which deliver content in over 280 languages to more than half a
billion people each month. MediaWiki's 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/Download
* Looking for the technical manual?
** https://www.mediawiki.org/wiki/Manual:Contents
* Seeking help from a person?
** https://www.mediawiki.org/wiki/Communication
* Looking to file a bug report or a feature request?
** https://bugs.mediawiki.org/
* Interested in helping out?
** https://www.mediawiki.org/wiki/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.