aboutsummaryrefslogtreecommitdiffstats
path: root/includes/logging/RenameuserLogFormatter.php
Commit message (Collapse)AuthorAgeFilesLines
* Namespace all remaining files in includes/loggingJames D. Forrester2025-03-191-0/+5
| | | | | Bug: T353458 Change-Id: Ibe1810f1c71316a9124e1dc6ae405097dafd5267
* logging: Use LinkTarget in LogFormatter::getPreloadTitles overridesUmherirrender2025-02-131-1/+11
| | | | | | | Also avoid null as array item, as that is not allowed according to the return type Change-Id: I4083c55a69d6186448a13f35f18d96bfe9ffd23c
* Merge "i18n: Use local digits for users rename log entry"jenkins-bot2024-07-191-0/+5
|\
| * i18n: Use local digits for users rename log entryEbrahim Byagowi2024-07-201-0/+5
| | | | | | | | | | | | | | | | | | The issue can be spotted on the following link that number of edits the user had before the rename isn't getting proper local number format, https://fa.wikipedia.org/wiki/Special:Log/renameuser?uselang=fa Change-Id: Ieb258f2363ef0f4e370aaba040c11750f3d8684f
* | Add a grep helper in RenameuserLogFormatterEbrahim Byagowi2024-07-191-0/+3
|/ | | | | | | As I had some difficulty finding where the messages are used in the code so hopefully this will help the next person. Change-Id: I5b6669a3c7df13f622a10f43679b88da3e3a0cd4
* Use namespaced classes (2)Umherirrender2024-06-161-0/+1
| | | | | | | Changes to the use statements done automatically via script Addition of missing use statement done manually Change-Id: Id9f3e775e143d1a17b6b96812a8230cfba14d9d3
* Copy the Renameuser extension into coreTim Starling2023-03-031-0/+116
Copy the Renameuser extension into core, with minimal code changes. The hook handlers are inlined into Article, SpecialLog and SpecialContributions. Bug: T27482 Change-Id: I314021f4138773df6aaf2753b33ab8283cd16974