| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Part 1, proof of concept. Hundreds of files left to go. These changes
brought to you in large part by vim macros.
Bug: T305805
Change-Id: I44789091e9f6394c800a11b29f22528c8dcacf71
|
|
|
|
|
|
|
|
| |
Adding float as type when INF is used as argument
Found by phan strict checks
Change-Id: I7e19cd0d9b09bf685e4e8387c900f303b669ad54
|
|
|
|
|
|
| |
Bug: T231636
Depends-On: I6e5fba7bd273219b1206559420b5bdb78734aa84
Change-Id: I50377746f01749b058c39fd8229f9d566224cc43
|
|
|
|
| |
Change-Id: I722d6fe3d50c594858e3e7960fb99ef2fc1664b3
|
|
|
|
|
|
| |
Auto fix MediaWiki.Commenting.FunctionComment.DefaultNullTypeParam sniff
Change-Id: I865323fd0295aabd06f3e3c75e0e5043fb31069e
|
|
|
|
|
|
|
| |
Apparently 'ip' is overwritten by logstash at some level, so use 'ipKey'
instead.
Change-Id: I0547acdbb9f3fc7a990bd4baa2d748e89bac8c3b
|
|
|
|
| |
Change-Id: I2d6fa73fe857a0495df13aa25071e69b1ec2ba70
|
|
|
|
| |
Change-Id: Id9c26ec5ca730a9536f8fdccb8853eb03cbe87a4
|
|
|
|
| |
Change-Id: Iafdd7e00747060572463ffb05aae4543f3a06163
|
|
|
|
|
|
|
|
|
|
| |
The `type` log event attribute is used in Wikimedia production logging
to categorize log events by source (e.g. 'mediawiki', 'restbase', etc).
Adding a `type` key to the logging context overwrites the default value
of 'mediawiki'. Rename the key to `throttle` in the context and the
message template.
Change-Id: Ic274159774e43a8749f83c850fff7897956cf377
|
|
|
|
| |
Change-Id: I3b2ede8a11863c0fb775d851abb251e44ad616db
|
|
This implements the AuthManager class and its needed interfaces and
subclasses, and integrates them into the backend portion of MediaWiki.
Integration with frontend portions of MediaWiki (e.g. ApiLogin,
Special:Login) is left for a followup.
Bug: T91699
Bug: T71589
Bug: T111299
Co-Authored-By: Gergő Tisza <gtisza@wikimedia.org>
Change-Id: If89d24838e326fe25fe867d02181eebcfbb0e196
|