aboutsummaryrefslogtreecommitdiffstats
path: root/includes/logging/LogFormatter.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/loggingJames D. Forrester2025-03-191-1/+8
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-171-1/+0
* Replace isset() with null checksUmherirrender2024-12-191-2/+2
* Add type hints to detect bool/null message paramsBartosz Dziewoński2024-11-141-1/+5
* Use namespaced classesUmherirrender2024-10-211-0/+3
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-1/+1
* logging: Hard-deprecate LogFormatter::newFromRow/newFromEntryUmherirrender2024-07-291-2/+4
* TagLogFormatter: Don't depend on Message implementation detailsBartosz Dziewoński2024-06-251-1/+1
* Use namespaced classes (2)Umherirrender2024-06-161-0/+1
* logging: Hard-deprecate instantiating core loggers without DIBartosz Dziewoński2024-04-031-6/+4
* logging: Add LogFormatterFactoryGergő Tisza2024-03-301-23/+3
* logging: Inject services into LegacyLogFormatterUmherirrender2024-03-281-1/+1
* logging: Inject services into LogFormatter base class and use itUmherirrender2024-03-281-10/+91
* logging: Clarify meaning of `userToolLinks($edits)` parameterTimo Tijhof2024-02-131-3/+1
* Namespace includes/contextJames D. Forrester2024-02-081-0/+2
* Support dependency injection in log formattersGergő Tisza2024-01-201-3/+9
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+1
* Namespace remaining 'specialpage' files under \MediaWiki\SpecialPageJames D. Forrester2023-09-181-0/+1
* Remove isRegistered checks from some UserEditTracker callersThalia2023-07-241-1/+1
* logging: Improve documentation of log parameter handlingGergő Tisza2023-07-121-6/+13
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Reorg: Move HTML-related classes out of includes/ to Html/Amir Sarabadani2023-02-161-0/+1
* logging: Add class for suppressed items on Special:LogUmherirrender2023-01-201-5/+5
* Merge "Make use of ?:, ?? and ??= operators in mostly trivial cases"jenkins-bot2022-12-161-4/+1
|\
| * Make use of ?:, ?? and ??= operators in mostly trivial casesthiemowmde2022-12-051-4/+1
* | Replace deprecated Linker::commentBlock/revCommentUmherirrender2022-12-111-1/+2
* | Reorg: Move DummyLinker and Linker to linker/Amir Sarabadani2022-12-081-0/+1
|/
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* LogFormatter: Cast argument of ctype_digit to string [php8.1]Brian Wolff2022-07-271-1/+1
* Call IContextSource::getAuthority instead of IContextSource::getUserUmherirrender2022-06-291-1/+1
* Remove LogFormatter::styleRestricedElementMatěj Suchánek2022-06-161-11/+0
* Fix many typos in commentsMatěj Suchánek2022-05-101-1/+1
* logging: Use MainConfigNames constantsUmherirrender2022-04-221-2/+4
* Add explicit casts between scalar typesUmherirrender2022-03-011-1/+1
* Explicit cast TS_UNIX to int for arithmetic operations and int argsUmherirrender2022-01-111-2/+2
* Refactor global variables to use MediaWikiServices insteadTChin2022-01-101-2/+3
* Fix typos in comments (L)Siddharth VP2022-01-091-2/+2
* Remove or replace usages of "sane"Reedy2021-11-221-1/+0
* docs: LogFormatter: $plaintext and $irctext are booleanslens00212021-09-251-2/+2
* Deprecate LogFormatter::styleRestricedElementAlexander Vorwerk2021-07-121-4/+15
* Convert logging namespace to AuthorityPetr Pchelko2021-02-231-3/+1
* Introduce LogEntry::getPerformerIdentity and deprecate ::getPerformerVadim Kovalenko2021-02-171-7/+11
* taint-check: Set raw taints on Message::rawParamUmherirrender2020-12-131-1/+2
* Suppress taint-check issues in LogFormatter/LogPageUmherirrender2020-11-281-0/+1
* Update a lot of unspecific "array" types in PHPDocsThiemo Kreuz2020-10-281-1/+2
* Merge "Replace "@stable for subclassing" with "@stable to extend""jenkins-bot2020-07-131-1/+1
|\
| * Replace "@stable for subclassing" with "@stable to extend"daniel2020-07-131-1/+1
* | Merge "Replace "@stable for calling" by "@stable to call""jenkins-bot2020-07-131-1/+1
|\ \
| * | Replace "@stable for calling" by "@stable to call"daniel2020-07-131-1/+1
| |/
* / Replace "@stable for overriding" with "@stable to override"daniel2020-07-131-10/+10
|/