aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryLogEvents.php
Commit message (Expand)AuthorAgeFilesLines
* api: Use type declaration on undocumented private functionsUmherirrender2025-04-041-1/+1
* Namespace all remaining files in includes/loggingJames D. Forrester2025-03-191-4/+4
* Inject services into API classesFomafix2024-10-281-3/+5
* api: Use type-declaration for string arg in ApiBase::__constructUmherirrender2024-10-171-10/+1
* Replace uses of deprecated ChangeTags static methodsJames D. Forrester2024-10-161-2/+5
* Add namespace to includes/api classesJames D. Forrester2024-09-251-0/+10
* Replace deprecated LogFormatter::newFromRow/newFromEntryUmherirrender2024-07-291-2/+6
* api: Join actor conditionally on list=logeventsUmherirrender2024-04-301-11/+14
* api: Fix PSR2.Classes.PropertyDeclaration.Multiple errorsTaavi Väänänen2024-04-211-4/+10
* Add explicit parentheses around mixed boolean operatorUmherirrender2024-03-231-1/+1
* Add `temp` flags to api callsSTran2023-12-121-1/+10
* Add 'temp' to allowed user types in various APIsThalia2023-11-301-1/+1
* api: Migrate away from buildLike to expression builderAmir Sarabadani2023-11-081-1/+5
* Use real type hints for services etc. in api/ApiQuery*.phpBartosz Dziewoński2023-08-291-8/+3
* i18n: Split apihelp for standard dir parameterUmherirrender2023-08-051-0/+4
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* api: Include associated rev id of log events in list=logeventsUmherirrender2023-02-101-1/+5
* Split a base class out of CommentStoreAlexander Vorwerk2023-01-011-0/+1
* Merge "api: Replace deprecated Linker::formatComment"jenkins-bot2022-12-151-1/+1
|\
| * api: Replace deprecated Linker::formatCommentUmherirrender2022-12-111-1/+1
* | Use str_starts_with/str_ends_with/str_containsUmherirrender2022-12-121-1/+1
|/
* api: Validate timestamp in continue parameterUmherirrender2022-11-011-1/+1
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* Deduplicate code for parsing API 'continue' parametersBartosz Dziewoński2022-09-291-7/+3
* Use buildComparison() instead of raw SQL in more API modules (easy cases)Bartosz Dziewoński2022-09-291-6/+6
* Merge "api: Report external titles in more places as apierror-invalidtitle"jenkins-bot2022-08-051-2/+2
|\
| * api: Report external titles in more places as apierror-invalidtitleUmherirrender2022-04-161-2/+2
* | Call IContextSource::getAuthority instead of IContextSource::getUserUmherirrender2022-06-291-6/+6
* | api: Replace numerous more deprecated constantsReedy2022-06-061-1/+2
* | api: Replace numerous deprecated constantsReedy2022-06-061-16/+18
* | Merge "api: Avoid unneeded page join in list=logevents"jenkins-bot2022-04-211-9/+14
|\ \ | |/ |/|
| * api: Avoid unneeded page join in list=logeventsUmherirrender2022-04-061-9/+14
* | Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-5/+6
|/
* phan: Remove PhanPossiblyUndeclaredVariable suppressionUmherirrender2022-03-301-3/+4
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+3
* Allow setting max execution time to several special pagesAmir Sarabadani2021-12-151-0/+5
* Introduce CommentFormatterTim Starling2021-09-281-4/+24
* api: Inject ChangeTagDefStore into ApiQueryLogEventsUmherirrender2021-07-021-4/+9
* Remove logging table index hintAmir Sarabadani2021-06-211-7/+0
* Use array_fill_keys() instead of array_flip() if that reflects the developer'...Tim Starling2021-06-151-2/+2
* ApiQueryLogEvents: when user is specified, omit STRAIGHT_JOINTim Starling2021-05-071-1/+2
* Stop using legacy ActorMigration field "log_user"Tim Starling2021-04-281-18/+8
* Inject CommentStore service into api query modulesDannyS7122021-04-231-2/+11
* Use Authority and GroupPermissionLookup in Action APICindy Cicalese2021-02-231-4/+2
* Remove unnecessary phan issue suppressionAmmarpad2021-01-081-1/+0
* Better handling for Logging index that's being renamedAmmarpad2020-12-291-1/+4
* Reflect name change of logging indexes in codeAmmarpad2020-12-231-1/+1
* Fix some PHPStorm inspection warnings in includes/apiTim Starling2020-02-181-0/+1
* API: Use ParamValidator libraryBrad Jorsch2020-02-041-3/+4
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-13/+13