aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
Commit message (Expand)AuthorAgeFilesLines
...
* Made index.php's profiling cosistent with other entry scriptsAlexandre Emsenhuber2011-04-021-10/+14
* Fix for r78512: set the default value to "view" for the action parameterAlexandre Emsenhuber2011-03-061-1/+1
* Update copyright yearAlexandre Emsenhuber2011-01-011-1/+1
* Add main contributors in SpecialVersion to README and index.php as wellBryan Tong Minh2010-12-291-1/+2
* Per ^demon, follow-up r78260: introduced MediaWiki::getAction() to get the ac...Alexandre Emsenhuber2010-12-161-7/+3
* Call finalCleanup() after outputting a cached page to run the deferred update...Alexandre Emsenhuber2010-12-091-2/+3
* Use the AutoLoader to load the AjaxDispatcher classAlexandre Emsenhuber2010-12-081-3/+0
* Removed OutputPage::setEncodings(); its current implementation just converts ...Alexandre Emsenhuber2010-12-081-1/+0
* * Don't unset $wgTitle if it's null, just let it as is so that the variable i...Alexandre Emsenhuber2010-12-071-6/+1
* Merged wfDoUpdates() and MediaWiki::doUpdates() in wfDoUpdates(); avoids code...Alexandre Emsenhuber2010-12-071-1/+1
* Rm two unused varsChad Horohoe2010-12-061-2/+0
* * (bug 26253) Removed $wgPostCommitUpdateListAlexandre Emsenhuber2010-12-061-3/+0
* Revert r70960 "AjaxDispatcher, now ~30 lines shorter and not using $_GET or $...Aryeh Gregor2010-08-131-1/+1
* AjaxDispatcher, now ~30 lines shorter and not using $_GET or $_POSTChad Horohoe2010-08-121-1/+1
* Remove unnecessary require(). Autoloader already handles thisChad Horohoe2010-08-091-1/+0
* Remove extra linebreakChad Horohoe2010-03-211-1/+0
* Annual copyright year updateAryeh Gregor2010-01-011-1/+1
* Mass convert NULL -> null. Left strings and comments alone, obviously.Chad Horohoe2009-12-111-1/+1
* Reverted r58646 as per my comments on bug 20554.Tim Starling2009-12-011-5/+0
* API: (bug 20554) Expose average slave lag (avglag) as well as maxlag. Patch b...Roan Kattouw2009-11-061-0/+5
* reverted r55161 - not neededAaron Schulz2009-08-171-19/+14
* Fixed html filecache handling of ?curid urlsAaron Schulz2009-08-171-13/+19
* Handle todo: Mediawiki::initialize() is now called Mediawiki::performRequestF...Chad Horohoe2009-07-311-1/+1
* Reverted r50065, restInPeace does this since r49684.Tim Starling2009-05-271-1/+0
* Commit master changes on all ajax requests. There's no reason that this shoul...Tim Starling2009-04-301-0/+1
* * Added "@file" so that doxygen doesn't attribute the comment to the first in...Alexandre Emsenhuber2009-03-201-2/+4
* Increment yearsAryeh Gregor2009-01-081-1/+1
* Fix doc comment, sighAaron Schulz2008-12-281-2/+2
* FileCache - Leave raw page cache control alone to avoid hitsAaron Schulz2008-12-281-1/+3
* FileCache tweaks:Aaron Schulz2008-12-281-4/+3
* Opps, forgot to commit thisAaron Schulz2008-12-281-1/+1
* * Move filecache hits to faster lower level index.php codeAaron Schulz2008-12-271-2/+24
* Revert r44801 "Tweaks from profiling"Brion Vibber2008-12-231-1/+1
* Tweaks from profilingAaron Schulz2008-12-191-1/+1
* Whitespace/style consistencyAaron Schulz2008-12-091-6/+4
* * (bug 12568) configuration script now produce valid XHTMLAlexandre Emsenhuber2008-07-201-1/+2
* tweaks:Alexandre Emsenhuber2008-04-291-2/+2
* * Introduced LBFactory -- an abstract class for configuring database load bal...Tim Starling2008-03-301-3/+3
* Drop some useless parameters to silly methods on the pretty much broken Media...Brion Vibber2008-03-261-1/+1
* * Document Exception.phpAlexandre Emsenhuber2008-03-211-1/+1
* Rewrite a bit the MediaWiki class:Alexandre Emsenhuber2008-03-191-11/+13
* Whitespace tweakAaron Schulz2008-02-191-1/+1
* * Use full path (for example for apc.filters)Niklas Laxström2008-02-091-2/+3
* Update some copyright dates to 2008Victor Vasiliev2008-02-041-1/+1
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* maxlag hidden parameter. Allows client-side bots to throttle under slave lag ...Tim Starling2007-04-221-0/+7
* * (bug 9256) Add a quick note to index.php header commentsBrion Vibber2007-03-121-0/+34
* Revert r19529 ('ajax editors list'); per chat w/ hashar I recommend working o...Brion Vibber2007-01-211-11/+7
* Optional feature : 'Ajax show editors' based on an idea by Tim StarlingAntoine Musso2007-01-201-7/+11
* Load the ajax stuff once we have a title or we will not be able to parseAntoine Musso2007-01-091-4/+5