aboutsummaryrefslogtreecommitdiffstats
path: root/includes/MagicWord.php
Commit message (Expand)AuthorAgeFilesLines
* Fix various documentation related to null typesUmherirrender2022-02-261-1/+1
* Use @internal instead of @private per policydaniel2020-06-261-1/+1
* Rename MagicWordwgVariableIDs hook to GetMagicVariableIDsC. Scott Ananian2020-06-101-1/+4
* Miscellaneous documentation updatesDannyS7122020-02-161-1/+1
* Drop MagicWord static getters, deprecated in 1.32James D. Forrester2020-01-171-57/+0
* Clean up spacing of doc commentsUmherirrender2019-08-051-2/+2
* Simplify by using ?: operatorFomafix2019-04-151-5/+1
* Hard-deprecate MagicWord static methodsAryeh Gregor2019-04-091-0/+5
* Update MagicWord to use ContentLanguageAryeh Gregor2018-08-011-5/+12
* MagicWordFactory to replace MagicWord static members/methodsAryeh Gregor2018-07-301-196/+15
* Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-1/+1
* Use PHP 7 '<=>' operator in 'sort()' callbacksBartosz Dziewoński2018-05-301-7/+1
* Updated type and function docs for MagicWord.phpUmherirrender2017-10-021-12/+31
* Remove deprecated MagicWord::replaceMultiple()Max Semenik2017-08-141-27/+0
* Add missing & to @param documentation to match functon callUmherirrender2017-08-111-4/+4
* build: Update mediawiki/mediawiki-codesniffer to 0.10.1Kunal Mehta2017-07-221-1/+1
* Merge "Miscellaneous indentation tweaks"jenkins-bot2017-02-281-2/+2
|\
| * Miscellaneous indentation tweaksBartosz Dziewoński2017-02-271-2/+2
* | includes: Replace implicit Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-211-1/+1
|/
* Replace use of &$thisBrad Jorsch2017-01-311-2/+2
* Add a new {{PAGELANGUAGE}} variable for use in wikitextdivadsn2017-01-071-0/+1
* Clean up array() syntax from docs, part VIAmir Sarabadani2016-09-121-5/+5
* Add access modifiers to MagicWord.phpaddshore2016-03-011-39/+39
* Move MagicWordArray class to own fileaddshore2016-03-011-308/+0
* Convert all array() syntax to []Kunal Mehta2016-02-171-37/+37
* Log warnings on on preg_* failures in MagicWordArray::matchAndRemove()Gergő Tisza2015-10-291-2/+19
* Revert throwing exceptions on preg_* failuresGergő Tisza2015-10-291-14/+2
* Include preg_last_error() in error message when preg_* failsGergő Tisza2015-10-291-2/+4
* Throw Exceptions on preg_* failures in MagicWordArray::matchAndRemove()Kunal Mehta2015-10-231-2/+12
* Fix use of preg_match_all in MagicWord.phpumherirrender2015-09-101-4/+6
* Remove unused private field in MagicWordArrayjeroendedauw2015-09-101-3/+0
* Merge "Remove obvious function-level profiling"jenkins-bot2015-01-071-3/+0
|\
| * Remove obvious function-level profilingChad Horohoe2015-01-071-3/+0
* | Marked replaceMultiple() as deprecatedEvan McIntire2015-01-071-1/+2
|/
* Replace wfRunHooks calls with direct Hooks::run callsAaron Schulz2014-12-101-2/+2
* Remove hitcounters and associated codeChad Horohoe2014-10-201-2/+0
* Add missing @return to function docsumherirrender2014-08-231-0/+3
* Support {{!}} as a magic wordJackmcbarn2014-06-261-0/+1
* MagicWord: Fix an indentBartosz Dziewoński2014-05-231-1/+1
* Make phpcs-strict pass on includes/ (6/~10)Siebrand Mazeland2014-05-121-19/+64
* Fix return type documentation for getCacheTTL()Siebrand Mazeland2014-05-101-1/+1
* Fixed some @params documentation (includes/*)umherirrender2014-04-221-30/+30
* Fix spacing after @param and friends in commentsumherirrender2014-04-051-1/+1
* Raw option of parser functions should match complete wordumherirrender2014-01-121-0/+27
* Add CASCADINGSOURCES parser functionJackmcbarn2014-01-041-0/+1
* Make MagicWordArray compatible with PCRE 8.34+Kevin Israel2013-12-311-1/+3
* Added {{REVISIONSIZE}} variable to get the current size of a revision.umherirrender2013-09-211-0/+1
* MagicWord: Remove some commented-out codeMatmaRex2013-07-011-2/+1
* Fixed spacing and removed unneeded parenthesisumherirrender2013-05-171-3/+3
* Introducing a new variable {{ROOTPAGENAME}}blotmandroid2013-04-241-0/+2