aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Wiki.php
Commit message (Expand)AuthorAgeFilesLines
...
* [JobQueue] Optimized JobQueueGroup::pop().Aaron Schulz2013-01-141-30/+13
* Reuse the WikiPage object to save a db queryBrian Wolff2013-01-041-2/+12
* Rewritten $wgAdaptiveMessageCacheNiklas Laxström2012-10-261-3/+0
* Fixed the caching of redirects in SquidTim Starling2012-10-171-4/+5
* [JobQueue] Job queue refactoring and generalizing.ASchulz2012-10-161-13/+36
* Update docs for return and exception infoSiebrand Mazeland2012-10-091-0/+1
* (bug 29898) Set cookie to force HTTPS from HTTPcsteipp2012-09-211-0/+17
* Merge "No need to call parseTitle() directly in MediaWiki::__construct()."Demon2012-07-301-1/+0
|\
| * No need to call parseTitle() directly in MediaWiki::__construct().Alexandre Emsenhuber2012-07-191-1/+0
* | Reorder methods in the MediaWiki class for better consistency.Alexandre Emsenhuber2012-07-241-86/+86
* | Execute jobs on all index.php requests.Alexandre Emsenhuber2012-07-211-18/+18
|/
* Fix comments added in change 10088Liangent2012-06-191-3/+1
* Big oops - merged to wrong branch.awjrichards2012-06-051-0/+11
* Revert to arbitrarily old point before initial remote branch creation to help...awjrichards2012-06-021-11/+0
* setSquidMaxage() globally if we can purge it, instead of in actions.Liangent2012-06-041-0/+11
* Give a warning when people use $wgArticle. Add's a class that can be used to ...Brian Wolff2012-02-131-1/+1
* Revert r111168 (removed of $wgArticle) since it seems that this is too early ...Alexandre Emsenhuber2012-02-121-0/+7
* GOOD BYE $wgArticle!Alexandre Emsenhuber2012-02-101-8/+0
* Please review carefully, I cannot see negative side effects from this patch. ...Thomas Gries2012-02-051-1/+1
* wfTime() -> microtime( true ), no need to use the former which is just a wrap...Alexandre Emsenhuber2012-02-031-2/+2
* fix doc and var namesJeroen De Dauw2012-01-291-5/+5
* Unused globalPlatonides2012-01-261-2/+0
* bug 33646 Badtitle error page now emits a 400 HTTP status.Antoine Musso2012-01-251-2/+2
* [Action] Fix action=ajaxKrinkle2012-01-211-6/+14
* [Wiki.php] Minor clean upKrinkle2012-01-211-10/+12
* Reinstate r109223 per CR + fixesKrinkle2012-01-211-48/+7
* Reverted r109223 per CRAaron Schulz2012-01-171-7/+48
* [Actions] Move action logic out of MediaWiki::getAction/MediaWiki::performAct...Krinkle2012-01-171-48/+7
* [Actions] Move the remaining actions out of MediaWiki::performAction into sin...Krinkle2012-01-171-39/+4
* Reverted r108743 per CR comment. This should at least be discussed first.Aaron Schulz2012-01-121-0/+2
* Kill "* @return void"Sam Reed2012-01-121-2/+0
* DocumentationSam Reed2012-01-121-0/+12
* Apparently we can commit code that doesn't compile but I am not allowed to ha...Niklas Laxström2012-01-111-4/+4
* Add @since to getPerformedAction, added in r108342Sam Reed2012-01-111-0/+2
* Fix typo from r108342.Krinkle2012-01-081-1/+1
* Implement MediaWiki::getPerformedAction()Krinkle2012-01-081-2/+27
* * Added WikiPage to RequestContext and related so that it can be shared to av...Alexandre Emsenhuber2012-01-061-5/+8
* Updated comment since $wgArticle is going to be removed in 1.20.Alexandre Emsenhuber2012-01-021-2/+2
* * Inlinise the only usage of $user in MediaWiki::main()Alexandre Emsenhuber2011-12-191-3/+2
* Revert r106545 and pass a null variable by ref (also updated the documentatio...Alexandre Emsenhuber2011-12-181-2/+3
* followup r88898 -- move BeforeInitialize hook to where it can beMark A. Hershberger2011-12-181-3/+2
* w/sMark A. Hershberger2011-12-181-6/+6
* Get rid of a few more $wgTitlesChad Horohoe2011-12-151-3/+3
* added missing deprecation noticesJeroen De Dauw2011-12-131-0/+1
* * (bug 32276) Skins were generating output using the internal page title whic...Sam Reed2011-11-281-1/+15
* Follow-up r102521Platonides2011-11-091-1/+1
* Some updates to EditPage and ExternalEdit:Alexandre Emsenhuber2011-11-091-14/+7
* * Merged Title::userCanRead() check in Title::getUserPermissionsErrors()Alexandre Emsenhuber2011-11-061-8/+15
* * Made OuputPage::showPermissionsErrorPage() show a different messages for 'r...Alexandre Emsenhuber2011-11-051-1/+1
* Make use of Title::isSpecialPage() in various placesAaron Schulz2011-11-021-2/+2