aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Wiki.php
Commit message (Expand)AuthorAgeFilesLines
* Rename Wiki.php to MediaWiki.phpwithoutaname2014-07-131-722/+0
* Added BeforeHttpsRedirect hook allowing extensions to cancel forceHTTPSYuri Astrakhan2014-05-281-23/+26
* MediaWiki::performAction, return 404 on nosuchaction errorSergio Santoro2014-05-221-0/+1
* Make phpcs-strict pass on includes/ (4/~10)Siebrand Mazeland2014-05-111-3/+6
* http -> https rewrite: Only replace one http by httpsumherirrender2014-04-281-1/+1
* Fixed some @params documentation (includes/*)umherirrender2014-04-201-7/+7
* Merge "Avoid site outages due to broken job queues"jenkins-bot2014-04-151-2/+7
|\
| * Avoid site outages due to broken job queuesAaron Schulz2014-04-111-2/+7
* | Commit DB changes as normal on exception-based GUI errorsAaron Schulz2014-04-141-1/+9
|/
* Avoid making a derivative request to Special:RunJobs when the job queue is emptyAaron Schulz2014-04-091-0/+4
* Added $wgRunJobsAsync to allow running jobs the old wayJesús Martínez Novo2014-04-091-1/+8
* Reduce connect timeout in MediaWiki::triggerJobsErik Bernhardson2014-03-251-1/+4
* Avoid header notice log spam from RunJobs APIAaron Schulz2014-03-181-11/+7
* Call ignore_user_abort() right before committing to the DBAaron Schulz2014-03-121-0/+3
* Have ApiRunJobs run periodic tasksNik Everett2014-03-071-2/+4
* Avoid API error/header leakage from jobs APIAaron Schulz2014-02-281-9/+3
* Handle some extra cases in triggerJobs()Aaron Schulz2014-02-281-2/+16
* Moved job running via $wgJobRunRate to a special APIAaron Schulz2014-02-271-49/+42
* Added --wiki parameter to runJobs.php callAaron Schulz2014-02-071-1/+2
* Various fixes to job running code in Wiki.phpAaron Schulz2014-01-291-3/+10
* Remove deprecated MediaWiki::articleFromTitle() and WikiPage::createUpdates()Siebrand Mazeland2014-01-221-13/+0
* Merge "Don't convert bad curids to the Main Page"jenkins-bot2014-01-041-1/+1
|\
| * Don't convert bad curids to the Main PageJackmcbarn2014-01-021-1/+1
* | Merge "Add fastcgi_finish_request where appropriate"jenkins-bot2014-01-031-0/+3
|\ \
| * | Add fastcgi_finish_request where appropriateTyler Anthony Romeo2014-01-031-0/+3
* | | Change Title::getInterwiki() in conditions to Title::isExternal()umherirrender2014-01-021-3/+3
| |/ |/|
* | Move closing parenthesis from multi line if and function to own lineumherirrender2013-12-011-18/+18
|/
* Introduce WebRequest::getProtocol()Tim Starling2013-11-061-1/+1
* Kill $wgArticleChad Horohoe2013-11-011-7/+0
* exception: Use MWExceptionHandler::logException in more placesTimo Tijhof2013-10-301-1/+1
* Correctly update wl_notificationtimestamp when viewing old revisionsBartosz Dziewoński2013-10-271-0/+1
* Move forceHTTPS check until after wgTitle is setupcsteipp2013-10-071-20/+22
* Merge "Add Vary: X-Forwarded-Proto for https redirects"jenkins-bot2013-10-011-0/+2
|\
| * Add Vary: X-Forwarded-Proto for https redirectscsteipp2013-09-301-0/+2
* | Move 'main page as default title' further down to unbreak diff urlsNiklas Laxström2013-09-301-4/+11
|/
* Pass context to Action::factoryaude2013-09-191-1/+2
* Also redirect if prefixed https cookie is presetcsteipp2013-08-301-0/+2
* Remove prefix from forceHTTPS cookiecsteipp2013-08-291-1/+1
* Core support for disabling HTTPS based on GeoIPTim Starling2013-08-211-1/+4
* Fix super long lineChad Horohoe2013-08-191-1/+2
* Add some logging for weird redirected POSTsChad Horohoe2013-08-191-2/+14
* Change secure login to use a user preferenceTyler Anthony Romeo2013-08-191-3/+10
* Hide exceptions in MediaWiki::doJobs() as deferred updates do.Aaron Schulz2013-05-141-20/+27
* Pass array to Title::getLocalURL instead of an urlencoded stringumherirrender2013-04-271-1/+1
* Changed on-request job running to shell out instead of doing a loop.Aaron Schulz2013-04-251-20/+31
* Fixed spacing in files direct in includes folderumherirrender2013-04-211-2/+2
* Wrap job execution around profiling calls.Aaron Schulz2013-04-181-1/+3
* Correct case of Title::getPrefixedDBkey() callsAlexandre Emsenhuber2013-03-091-1/+1
* fix some spacingumherirrender2013-03-071-4/+4
* fix some spacingumherirrender2013-01-271-2/+2