aboutsummaryrefslogtreecommitdiffstats
path: root/includes/diff
Commit message (Expand)AuthorAgeFilesLines
* Replace a number of uses of class aliases with the real thingsJames D. Forrester2025-03-261-0/+3
* Namespace all remaining files in includes/exceptionJames D. Forrester2025-03-253-0/+3
* Merge "[OutputPage] replace ParserOutput::getText() options with ParserOption...jenkins-bot2025-03-241-1/+1
|\
| * [OutputPage] replace ParserOutput::getText() options with ParserOptions, v2C. Scott Ananian2025-03-211-1/+1
* | DifferenceEngine: Replace use of deprecated PermissionStatus methodsBartosz Dziewoński2025-03-231-4/+17
|/
* Namespace all remaining files in includes/recentchangesJames D. Forrester2025-03-201-1/+1
* Namespace all remaining files in includes/pageJames D. Forrester2025-03-181-1/+1
* Avoid constructing Title from LinkTarget where not neededthiemowmde2025-01-241-6/+4
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-171-4/+0
* Remove trivial 1-line PHPDocs that just repeat the codethiemowmde2025-01-164-16/+0
* Modernize status and error message handlingBartosz Dziewoński2024-11-281-7/+5
* diff: Load codex messagebox styles for Html::warningBox usageUmherirrender2024-11-271-0/+8
* Don't copy POST query params when generating link/redirect URLsBartosz Dziewoński2024-11-161-1/+1
* Use namespaced classesUmherirrender2024-10-216-0/+9
* Deprecate OutputPage::{get,set}PreventClickjacking()C. Scott Ananian2024-10-171-4/+5
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-164-5/+5
* Add namespace to remaining parts of Wikimedia\Mime and Wikimedia\StatsJames D. Forrester2024-09-271-0/+1
* Add missing documentation to class properties (frontend-related)Umherirrender2024-09-051-0/+1
* Move Language and friends into Language namespaceJames D. Forrester2024-08-102-2/+2
* Drop writeapi userrightReedy2024-07-311-3/+1
* diff: migrate TextSlotDiffRenderer to use StatsFactoryCole White2024-06-281-5/+19
* Merge "Use namespaced classes (1)"jenkins-bot2024-06-182-0/+2
|\
| * Use namespaced classes (1)Umherirrender2024-06-162-0/+2
* | diff: Mark TextSlotDiffRenderer DI setters as `@internal`Timo Tijhof2024-06-151-0/+2
|/
* Merge "Add namespace and deprecation alias to TextContent"jenkins-bot2024-05-201-0/+1
|\
| * Add namespace and deprecation alias to TextContentEbrahim Byagowi2024-05-191-0/+1
* | Import InvalidArgumentException at top of the sourceEbrahim Byagowi2024-05-192-3/+5
|/
* Merge "Metrics: Migrate MediaWiki.diff_cache.* to statslib"jenkins-bot2024-05-101-4/+12
|\
| * Metrics: Migrate MediaWiki.diff_cache.* to statslibLarissa Gaulia2024-05-041-4/+12
* | Add namespace and deprecation alias to DeprecationHelperHakan Özdemir2024-05-051-0/+1
|/
* Always show patrol link regardless of whether in diff-only modeJon Robson2024-02-221-8/+3
* diff: Change order of inline diff legend elementsSam Wilson2024-02-151-1/+1
* Diffs: Always render patrol link in HTML and hide via CSSJon Robson2024-02-121-9/+15
* build: Upgrade mediawiki/mediawiki-phan-config from 0.13.0 to 0.14.0 manuallyJames D. Forrester2024-02-101-3/+3
* Namespace includes/contextJames D. Forrester2024-02-084-1/+6
* Change more uses of getDBLoadBalancerFactory() to getConnectionProvider()Bartosz Dziewoński2024-01-231-1/+1
* PoolCounter: Namespace classesAmir Sarabadani2023-12-201-0/+1
* Namespace ParserOutputJames D. Forrester2023-12-141-1/+1
* Use namespaced classesUmherirrender2023-12-111-0/+1
* Move user options related classes into its own namespaceMartin Urbanec2023-11-291-1/+1
* diff: Fix LinkRenderer method callAmmarpad2023-10-251-0/+1
* Diffs: Use JS friendly data timestamp instead of mediawiki timestampJon Robson2023-10-231-3/+8
* Merge "DifferenceEngine: Wrap edit, undo thank link tools with CSS parentheses"jenkins-bot2023-10-171-3/+2
|\
| * DifferenceEngine: Wrap edit, undo thank link tools with CSS parenthesesJon Robson2023-10-171-3/+2
* | Merge "DifferenceEngine: Add user meta information on diff pages"jenkins-bot2023-10-171-2/+73
|\ \
| * | DifferenceEngine: Add user meta information on diff pagesJon Robson2023-10-171-2/+73
| |/
* / TextSlotDiffRenderer: show tooltip instead of help icon on inline switchMusikAnimal2023-10-171-2/+3
|/
* Remove meaningless /** #@- */ commentsthiemowmde2023-10-151-2/+0
* diff: add help message to inline switchhmonroy2023-10-131-1/+2
* Merge "DifferenceEngine: Separate previous/next from diff itself"jenkins-bot2023-10-111-2/+26
|\