index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
Wiki.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename Wiki.php to MediaWiki.php
withoutaname
2014-07-13
1
-722
/
+0
*
Added BeforeHttpsRedirect hook allowing extensions to cancel forceHTTPS
Yuri Astrakhan
2014-05-28
1
-23
/
+26
*
MediaWiki::performAction, return 404 on nosuchaction error
Sergio Santoro
2014-05-22
1
-0
/
+1
*
Make phpcs-strict pass on includes/ (4/~10)
Siebrand Mazeland
2014-05-11
1
-3
/
+6
*
http -> https rewrite: Only replace one http by https
umherirrender
2014-04-28
1
-1
/
+1
*
Fixed some @params documentation (includes/*)
umherirrender
2014-04-20
1
-7
/
+7
*
Merge "Avoid site outages due to broken job queues"
jenkins-bot
2014-04-15
1
-2
/
+7
|
\
|
*
Avoid site outages due to broken job queues
Aaron Schulz
2014-04-11
1
-2
/
+7
*
|
Commit DB changes as normal on exception-based GUI errors
Aaron Schulz
2014-04-14
1
-1
/
+9
|
/
*
Avoid making a derivative request to Special:RunJobs when the job queue is empty
Aaron Schulz
2014-04-09
1
-0
/
+4
*
Added $wgRunJobsAsync to allow running jobs the old way
Jesús Martínez Novo
2014-04-09
1
-1
/
+8
*
Reduce connect timeout in MediaWiki::triggerJobs
Erik Bernhardson
2014-03-25
1
-1
/
+4
*
Avoid header notice log spam from RunJobs API
Aaron Schulz
2014-03-18
1
-11
/
+7
*
Call ignore_user_abort() right before committing to the DB
Aaron Schulz
2014-03-12
1
-0
/
+3
*
Have ApiRunJobs run periodic tasks
Nik Everett
2014-03-07
1
-2
/
+4
*
Avoid API error/header leakage from jobs API
Aaron Schulz
2014-02-28
1
-9
/
+3
*
Handle some extra cases in triggerJobs()
Aaron Schulz
2014-02-28
1
-2
/
+16
*
Moved job running via $wgJobRunRate to a special API
Aaron Schulz
2014-02-27
1
-49
/
+42
*
Added --wiki parameter to runJobs.php call
Aaron Schulz
2014-02-07
1
-1
/
+2
*
Various fixes to job running code in Wiki.php
Aaron Schulz
2014-01-29
1
-3
/
+10
*
Remove deprecated MediaWiki::articleFromTitle() and WikiPage::createUpdates()
Siebrand Mazeland
2014-01-22
1
-13
/
+0
*
Merge "Don't convert bad curids to the Main Page"
jenkins-bot
2014-01-04
1
-1
/
+1
|
\
|
*
Don't convert bad curids to the Main Page
Jackmcbarn
2014-01-02
1
-1
/
+1
*
|
Merge "Add fastcgi_finish_request where appropriate"
jenkins-bot
2014-01-03
1
-0
/
+3
|
\
\
|
*
|
Add fastcgi_finish_request where appropriate
Tyler Anthony Romeo
2014-01-03
1
-0
/
+3
*
|
|
Change Title::getInterwiki() in conditions to Title::isExternal()
umherirrender
2014-01-02
1
-3
/
+3
|
|
/
|
/
|
*
|
Move closing parenthesis from multi line if and function to own line
umherirrender
2013-12-01
1
-18
/
+18
|
/
*
Introduce WebRequest::getProtocol()
Tim Starling
2013-11-06
1
-1
/
+1
*
Kill $wgArticle
Chad Horohoe
2013-11-01
1
-7
/
+0
*
exception: Use MWExceptionHandler::logException in more places
Timo Tijhof
2013-10-30
1
-1
/
+1
*
Correctly update wl_notificationtimestamp when viewing old revisions
Bartosz Dziewoński
2013-10-27
1
-0
/
+1
*
Move forceHTTPS check until after wgTitle is setup
csteipp
2013-10-07
1
-20
/
+22
*
Merge "Add Vary: X-Forwarded-Proto for https redirects"
jenkins-bot
2013-10-01
1
-0
/
+2
|
\
|
*
Add Vary: X-Forwarded-Proto for https redirects
csteipp
2013-09-30
1
-0
/
+2
*
|
Move 'main page as default title' further down to unbreak diff urls
Niklas Laxström
2013-09-30
1
-4
/
+11
|
/
*
Pass context to Action::factory
aude
2013-09-19
1
-1
/
+2
*
Also redirect if prefixed https cookie is preset
csteipp
2013-08-30
1
-0
/
+2
*
Remove prefix from forceHTTPS cookie
csteipp
2013-08-29
1
-1
/
+1
*
Core support for disabling HTTPS based on GeoIP
Tim Starling
2013-08-21
1
-1
/
+4
*
Fix super long line
Chad Horohoe
2013-08-19
1
-1
/
+2
*
Add some logging for weird redirected POSTs
Chad Horohoe
2013-08-19
1
-2
/
+14
*
Change secure login to use a user preference
Tyler Anthony Romeo
2013-08-19
1
-3
/
+10
*
Hide exceptions in MediaWiki::doJobs() as deferred updates do.
Aaron Schulz
2013-05-14
1
-20
/
+27
*
Pass array to Title::getLocalURL instead of an urlencoded string
umherirrender
2013-04-27
1
-1
/
+1
*
Changed on-request job running to shell out instead of doing a loop.
Aaron Schulz
2013-04-25
1
-20
/
+31
*
Fixed spacing in files direct in includes folder
umherirrender
2013-04-21
1
-2
/
+2
*
Wrap job execution around profiling calls.
Aaron Schulz
2013-04-18
1
-1
/
+3
*
Correct case of Title::getPrefixedDBkey() calls
Alexandre Emsenhuber
2013-03-09
1
-1
/
+1
*
fix some spacing
umherirrender
2013-03-07
1
-4
/
+4
*
fix some spacing
umherirrender
2013-01-27
1
-2
/
+2
[next]