aboutsummaryrefslogtreecommitdiffstats
path: root/includes/parser/MagicWordFactory.php
Commit message (Expand)AuthorAgeFilesLines
* parser: Add a new {{USERLANGUAGE}} magic word for use in wikitextdvorapa2024-09-071-0/+1
* Add __EXPECTUNUSEDTEMPLATE__ magic word to filter Special:UnusedTemplatesSophivorus2024-08-201-0/+1
* Move Language and friends into Language namespaceJames D. Forrester2024-08-101-1/+1
* Make {{#language}} consistent with {{#dir}} and {{#bcp47}}C. Scott Ananian2024-07-301-0/+1
* Add {{#bcp47}} parser functionC. Scott Ananian2024-07-301-0/+1
* Add {{#dir}} parser functionEbrahim Byagowi2024-07-191-0/+1
* Standardise all our class alias deprecation comments for ease of greppingJames D. Forrester2024-03-191-3/+1
* Deprecate MagicWordFactory::getSubstIDsthiemowmde2023-11-131-7/+10
* parser: deprecate unused MagicWord::getId, improve docs and testsTimo Tijhof2023-10-261-6/+8
* parser: Add strict type constraints to MagicWord… classesthiemowmde2023-10-161-25/+15
* Remove meaningless /** #@- */ commentsthiemowmde2023-10-151-3/+0
* parser: Improve PHPDoc type hints in MagicWord… classesthiemowmde2023-10-111-2/+2
* Follow-up a1b4699: Add in-code comment on aliases for when they were addedJames D. Forrester2023-08-281-0/+3
* parser: improve cache TTL accuracy for CURRENT*/LOCAL* magic wordsAaron Schulz2023-03-281-49/+2
* Reorg: Move MagicWord related files to under parser/Amir Sarabadani2022-12-091-0/+301