James D. Forrester
8e940c4f21
Standardise all our class alias deprecation comments for ease of grepping
...
Change-Id: I7f85d931d3b79da23e87b4e5692b2e14be8fcaa0
2024-03-19 20:11:29 +00:00
James D. Forrester
e0d1e6e174
Follow-up bbe704b: Add in-code comment on aliases for when they were added
...
Change-Id: I1883eaf8b58d2da9b989584efa203745fd512640
2023-08-28 14:31:53 -04:00
Matěj Suchánek
676fcf4379
Replace substr with cleaner string methods
...
Use str_starts_with, str_ends_with or string offset where appropriate.
This fixes a bug in MimeAnalyzer where the "UTF-16LE" header could not
be identified because of wrong constant. This is the exact type of bug
that the new functions can avoid.
Change-Id: I9f30881e7e895f011db29cf5dcbe43bc4f341062
2023-05-20 15:40:21 +02:00
Amir Sarabadani
bbe704b5c1
Reorg: Move some of request related classes to MediaWiki/Request
...
Redoing I5ea70120d74 but without moving WebRequest that caused issues
with phan-taint-plugin.
Moving:
- DerivativeRequest
- FauxRequest
- FauxRequestUpload
- PathRouter
- WebRequestUpload
Bug: T321882
Change-Id: I832b133aaf61ee9f6190b0227d2f3de99bd1717b
2022-10-28 10:15:31 +00:00
Zabe
f6b9381d7f
Revert "Reorg: Move some of request related classes to MediaWiki/Request"
...
This reverts commit 2bdc0b2b72 .
Reason for revert: T166010#8349431
Bug: T166010
Change-Id: Idcd3025647aec99532f5d69b9c1718c531761283
2022-10-27 13:14:16 +00:00
Amir Sarabadani
2bdc0b2b72
Reorg: Move some of request related classes to MediaWiki/Request
...
Moving:
- DerivativeRequest
- FauxRequest
- FauxRequestUpload
- PathRouter
- WebRequest
- WebRequestUpload
Bug: T166010
Change-Id: I5ea70120d745f2876ae31d039f3f8a51e49e9ad8
2022-10-26 16:49:10 +02:00