aboutsummaryrefslogtreecommitdiffstats
path: root/includes/parser/MagicWordArray.php
Commit message (Expand)AuthorAgeFilesLines
* Re-apply "Drop all 49 remaining class_aliases from MediaWiki 1.40"Daimona Eaytoy2025-03-051-3/+0
* Revert "Drop all 49 remaining class_aliases from MediaWiki 1.40"Ahmon Dancy2025-03-041-0/+3
* Drop all 49 remaining class_aliases from MediaWiki 1.40James D. Forrester2025-03-041-3/+0
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-1/+1
* Merge "Rewrite MagicWordArray::matchAndRemove to use single preg_… call"jenkins-bot2024-05-151-33/+17
|\
| * Rewrite MagicWordArray::matchAndRemove to use single preg_… callthiemowmde2024-03-011-33/+17
* | Standardise all our class alias deprecation comments for ease of greppingJames D. Forrester2024-03-191-3/+1
|/
* Merge "Make MagicWordArray not fail on old revs with broken UTF-8"jenkins-bot2023-10-271-0/+4
|\
| * Make MagicWordArray not fail on old revs with broken UTF-8thiemowmde2023-10-271-0/+4
* | parser: Replace exception with /J modifier in MagicWordArraythiemowmde2023-10-271-12/+3
|/
* parser: deprecate unused MagicWord::getId, improve docs and testsTimo Tijhof2023-10-261-25/+23
* parser: Use more specific exceptions in MagicWord classesthiemowmde2023-10-251-15/+9
* parser: Replace key/current/next loop with foreachthiemowmde2023-10-231-16/+20
* parser: Add strict type constraints to MagicWord… classesthiemowmde2023-10-161-7/+6
* parser: Improve PHPDoc type hints in MagicWord… classesthiemowmde2023-10-111-12/+13
* Remove unused public methods from MagicWord & MagicWordArraythiemowmde2023-10-041-29/+4
* Follow-up a1b4699: Add in-code comment on aliases for when they were addedJames D. Forrester2023-08-281-0/+3
* Reorg: Move MagicWord related files to under parser/Amir Sarabadani2022-12-091-0/+376