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
/
logging
/
LogFormatter.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Namespace all remaining files in includes/logging
James D. Forrester
2025-03-19
1
-1
/
+8
*
Remove 2-line PHPDocs that just repeat the types from the code
thiemowmde
2025-01-17
1
-1
/
+0
*
Replace isset() with null checks
Umherirrender
2024-12-19
1
-2
/
+2
*
Add type hints to detect bool/null message params
Bartosz Dziewoński
2024-11-14
1
-1
/
+5
*
Use namespaced classes
Umherirrender
2024-10-21
1
-0
/
+3
*
Use explicit nullable type on parameter arguments
Umherirrender
2024-10-16
1
-1
/
+1
*
logging: Hard-deprecate LogFormatter::newFromRow/newFromEntry
Umherirrender
2024-07-29
1
-2
/
+4
*
TagLogFormatter: Don't depend on Message implementation details
Bartosz Dziewoński
2024-06-25
1
-1
/
+1
*
Use namespaced classes (2)
Umherirrender
2024-06-16
1
-0
/
+1
*
logging: Hard-deprecate instantiating core loggers without DI
Bartosz Dziewoński
2024-04-03
1
-6
/
+4
*
logging: Add LogFormatterFactory
Gergő Tisza
2024-03-30
1
-23
/
+3
*
logging: Inject services into LegacyLogFormatter
Umherirrender
2024-03-28
1
-1
/
+1
*
logging: Inject services into LogFormatter base class and use it
Umherirrender
2024-03-28
1
-10
/
+91
*
logging: Clarify meaning of `userToolLinks($edits)` parameter
Timo Tijhof
2024-02-13
1
-3
/
+1
*
Namespace includes/context
James D. Forrester
2024-02-08
1
-0
/
+2
*
Support dependency injection in log formatters
Gergő Tisza
2024-01-20
1
-3
/
+9
*
Namespace User under \MediaWiki\User
James D. Forrester
2023-09-19
1
-0
/
+1
*
Namespace remaining 'specialpage' files under \MediaWiki\SpecialPage
James D. Forrester
2023-09-18
1
-0
/
+1
*
Remove isRegistered checks from some UserEditTracker callers
Thalia
2023-07-24
1
-1
/
+1
*
logging: Improve documentation of log parameter handling
Gergő Tisza
2023-07-12
1
-6
/
+13
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-0
/
+1
*
Reorg: Move HTML-related classes out of includes/ to Html/
Amir Sarabadani
2023-02-16
1
-0
/
+1
*
logging: Add class for suppressed items on Special:Log
Umherirrender
2023-01-20
1
-5
/
+5
*
Merge "Make use of ?:, ?? and ??= operators in mostly trivial cases"
jenkins-bot
2022-12-16
1
-4
/
+1
|
\
|
*
Make use of ?:, ?? and ??= operators in mostly trivial cases
thiemowmde
2022-12-05
1
-4
/
+1
*
|
Replace deprecated Linker::commentBlock/revComment
Umherirrender
2022-12-11
1
-1
/
+2
*
|
Reorg: Move DummyLinker and Linker to linker/
Amir Sarabadani
2022-12-08
1
-0
/
+1
|
/
*
Use short array destructuring instead of list()
Tim Starling
2022-10-21
1
-1
/
+1
*
LogFormatter: Cast argument of ctype_digit to string [php8.1]
Brian Wolff
2022-07-27
1
-1
/
+1
*
Call IContextSource::getAuthority instead of IContextSource::getUser
Umherirrender
2022-06-29
1
-1
/
+1
*
Remove LogFormatter::styleRestricedElement
Matěj Suchánek
2022-06-16
1
-11
/
+0
*
Fix many typos in comments
Matěj Suchánek
2022-05-10
1
-1
/
+1
*
logging: Use MainConfigNames constants
Umherirrender
2022-04-22
1
-2
/
+4
*
Add explicit casts between scalar types
Umherirrender
2022-03-01
1
-1
/
+1
*
Explicit cast TS_UNIX to int for arithmetic operations and int args
Umherirrender
2022-01-11
1
-2
/
+2
*
Refactor global variables to use MediaWikiServices instead
TChin
2022-01-10
1
-2
/
+3
*
Fix typos in comments (L)
Siddharth VP
2022-01-09
1
-2
/
+2
*
Remove or replace usages of "sane"
Reedy
2021-11-22
1
-1
/
+0
*
docs: LogFormatter: $plaintext and $irctext are booleans
lens0021
2021-09-25
1
-2
/
+2
*
Deprecate LogFormatter::styleRestricedElement
Alexander Vorwerk
2021-07-12
1
-4
/
+15
*
Convert logging namespace to Authority
Petr Pchelko
2021-02-23
1
-3
/
+1
*
Introduce LogEntry::getPerformerIdentity and deprecate ::getPerformer
Vadim Kovalenko
2021-02-17
1
-7
/
+11
*
taint-check: Set raw taints on Message::rawParam
Umherirrender
2020-12-13
1
-1
/
+2
*
Suppress taint-check issues in LogFormatter/LogPage
Umherirrender
2020-11-28
1
-0
/
+1
*
Update a lot of unspecific "array" types in PHPDocs
Thiemo Kreuz
2020-10-28
1
-1
/
+2
*
Merge "Replace "@stable for subclassing" with "@stable to extend""
jenkins-bot
2020-07-13
1
-1
/
+1
|
\
|
*
Replace "@stable for subclassing" with "@stable to extend"
daniel
2020-07-13
1
-1
/
+1
*
|
Merge "Replace "@stable for calling" by "@stable to call""
jenkins-bot
2020-07-13
1
-1
/
+1
|
\
\
|
*
|
Replace "@stable for calling" by "@stable to call"
daniel
2020-07-13
1
-1
/
+1
|
|
/
*
/
Replace "@stable for overriding" with "@stable to override"
daniel
2020-07-13
1
-10
/
+10
|
/
[next]