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
/
WebRequest.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorg: Move WebRequest to includes\Request
Amir Sarabadani
2023-09-11
1
-1465
/
+0
*
http: fix JobRunner overriding requestId with null
Piotr Miazga
2023-08-09
1
-2
/
+7
*
http: Propagate `tracestate` and `traceparent` headers
Piotr Miazga
2023-08-07
1
-21
/
+7
*
Refactor SpecialPreferencesTest
Daimona Eaytoy
2023-07-19
1
-2
/
+2
*
core: Replace deprecated calls to wfExpandUrl with UrlUtils::expand
James D. Forrester
2023-06-23
1
-3
/
+4
*
Merge "fix typo in comment"
jenkins-bot
2023-06-06
1
-1
/
+1
|
\
|
*
fix typo in comment
Novem Linguae
2023-06-05
1
-1
/
+1
*
|
Replace substr with cleaner string methods
Matěj Suchánek
2023-05-20
1
-3
/
+2
|
/
*
Use HookContainer in WebRequest
Umherirrender
2023-05-06
1
-5
/
+8
*
Just another 80 or so PHPStorm inspection fixes (#4)
Tim Starling
2023-03-25
1
-2
/
+1
*
Reorg: Move WebResponse and FauxResponse to Request/
Amir Sarabadani
2023-03-01
1
-0
/
+2
*
WebRequest: Document that "URL params can be arrays"
Thiemo Kreuz
2023-02-21
1
-5
/
+5
*
Make use of ??= in more places
DannyS712
2022-12-17
1
-9
/
+3
*
Reorg: Move some of request related classes to MediaWiki/Request
Amir Sarabadani
2022-10-28
1
-1
/
+4
*
Revert "Reorg: Move some of request related classes to MediaWiki/Request"
Zabe
2022-10-27
1
-0
/
+1473
*
Reorg: Move some of request related classes to MediaWiki/Request
Amir Sarabadani
2022-10-26
1
-1473
/
+0
*
build: Update mediawiki/mediawiki-phan-config to 0.12.0
Daimona Eaytoy
2022-10-08
1
-2
/
+0
*
Support CDN query parameter re-ordering
Ori Livneh
2022-08-09
1
-0
/
+47
*
Remove WebRequest::checkUrlExtension
Matěj Suchánek
2022-06-20
1
-14
/
+0
*
Use str_starts_with/str_ends_with
Aryeh Gregor
2022-05-02
1
-1
/
+1
*
WebRequest: Micro-optimise getIP
Timo Tijhof
2022-04-06
1
-17
/
+13
*
Add wiki-farm support
daniel
2022-04-01
1
-3
/
+10
*
phan: Remove PhanPossiblyUndeclaredVariable suppression
Umherirrender
2022-03-30
1
-0
/
+2
*
phan: Disable null_casts_as_any_type setting
Umherirrender
2022-03-21
1
-0
/
+1
*
phan: Disable scalar_implicit_cast setting
Umherirrender
2022-03-18
1
-0
/
+3
*
Remove or replace usages of "sane"
Reedy
2021-11-22
1
-1
/
+2
*
WebRequest: Document getVal caveat and recommend getText or getRawVal
Timo Tijhof
2021-08-23
1
-36
/
+42
*
Hard deprecate User::getIntOption()
Alexander Vorwerk
2021-08-11
1
-3
/
+6
*
Replace deprecated Language::getVariants in WebRequest
Umherirrender
2021-08-04
1
-2
/
+4
*
Setup: Restrict WebRequest::interpolateTitle() to index.php requests
Timo Tijhof
2021-07-27
1
-5
/
+0
*
Merge "Create FauxRequestUpload to fake uploads in tests"
jenkins-bot
2021-05-15
1
-6
/
+3
|
\
|
*
Create FauxRequestUpload to fake uploads in tests
Umherirrender
2021-04-06
1
-6
/
+3
*
|
Use some more neutral language
Reedy
2021-04-18
1
-2
/
+2
|
/
*
Merge "WebRequest: Document magic argument on WebRequest::getValues"
jenkins-bot
2021-02-11
1
-5
/
+4
|
\
|
*
WebRequest: Document magic argument on WebRequest::getValues
Umherirrender
2021-02-11
1
-5
/
+4
*
|
Merge "WebRequest: Radically simplify getRequestId() method"
jenkins-bot
2021-02-04
1
-9
/
+8
|
\
\
|
*
|
WebRequest: Radically simplify getRequestId() method
Timo Tijhof
2021-02-01
1
-9
/
+8
|
|
/
*
/
WebRequest: Make internal getPathInfo() no longer public
Timo Tijhof
2021-02-03
1
-3
/
+4
|
/
*
Update wikimedia/ip-utils from 1.0.0 to 3.0.1
Reedy
2021-01-26
1
-2
/
+28
*
Improve docs in WebRequest/WebRequestUpload
Umherirrender
2020-12-21
1
-9
/
+10
*
Remove documentation that literally repeats the code
Thiemo Kreuz
2020-10-27
1
-2
/
+0
*
Remove hard deprecated WebRequest::getLimitOffset
DannyS712
2020-08-21
1
-16
/
+0
*
Make WebRequest::getAcceptLang() return floats instead of strings
Thiemo Kreuz
2020-07-14
1
-3
/
+13
*
GlobalFunctions,WebRequest: Remove use of AtEase for parse_url()
Timo Tijhof
2020-07-08
1
-3
/
+0
*
Support SameSite=None cookies
Tim Starling
2020-07-07
1
-1
/
+34
*
Use @internal instead of @private per policy
daniel
2020-06-26
1
-3
/
+3
*
WebRequest: Rewrite language handling in getAcceptLang()
Umherirrender
2020-06-20
1
-25
/
+21
*
Remove unneeded null check from WebRequest::normalizeUnicode
Umherirrender
2020-06-16
1
-2
/
+1
*
Remove terminating line breaks from debug messages
Tim Starling
2020-06-03
1
-1
/
+0
*
Hooks::run() call site migration
Tim Starling
2020-05-30
1
-2
/
+2
[next]