aboutsummaryrefslogtreecommitdiffstats
path: root/includes/skins/QuickTemplate.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/skinJames D. Forrester2025-03-251-0/+5
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-171-2/+0
* Simplify redundant Message::exists and ::isDisabledthiemowmde2024-11-051-2/+1
* Merge "Skin: Remove deprecated skin methods"jenkins-bot2024-10-191-1/+1
|\
| * Skin: Remove deprecated skin methodsJon Robson2024-10-191-1/+1
* | Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-1/+1
|/
* Namespace Config-related classes under \MediaWiki\ConfigJames D. Forrester2023-09-211-0/+1
* Hard deprecate QuickTemplate template keyjdlrobson2021-12-201-0/+33
* skins: Clarify SkinTemplate and QuickTemplate class doc commentsTimo Tijhof2021-09-061-2/+32
* build: Enable SecurityCheck-DoubleEscaped and suppress issuesUmherirrender2020-12-301-0/+1
* build: Enable phan-taint-check-plugin and suppress issuesUmherirrender2020-12-301-1/+0
* Replace "@stable for subclassing" with "@stable to extend"daniel2020-07-131-1/+1
* Mark skin base classes as stable for subclassing.daniel2020-07-091-0/+1
* Hooks::run() call site migrationTim Starling2020-05-301-0/+3
* skins: Drop several usage of deprecated methods now unusedDerick A2020-05-261-13/+0
* Fix more Squiz.Scope.MethodScope.MissingReedy2020-05-181-12/+6
* skins: Remove deprecated method Skin::getSkinNameMessages()Derick A2020-03-011-1/+1
* Merge "Set method visibility for various constructors"jenkins-bot2019-12-051-1/+1
|\
| * Set method visibility for various constructorsUmherirrender2019-12-031-1/+1
* | Remove duplicate variable name from class property PHPDocsThiemo Kreuz2019-12-021-1/+1
|/
* Remove deprecated QuickTemplate::setRef()Max Semenik2019-10-271-12/+0
* skins: Hard-deprecate QuickTemplate::msgWiki()Piotr Miazga2019-08-171-1/+1
* Remove several methods, deprecated in 1.32Derick Alangi2019-05-091-13/+0
* Use the .= operator to concatenate a var with anotherDerick Alangi2019-03-061-1/+1
* Soft deprecate QuickTemplate::msgWiki()Thiemo Kreuz2019-02-011-2/+3
* Replace deprecated calls to OutputPage::parse()C. Scott Ananian2018-10-291-2/+2
* Deprecate QuickTemplate::msgHtml & fix phan-taint-warning in includes/skinsBrian Wolff2018-09-211-0/+8
* Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-2/+2
* Use PHP 7 '??' operator instead of if-then-elseFomafix2018-06-121-5/+1
* skins: Remove MediaWikiI18N class and QuickTemplate::setTranslatorTimo Tijhof2018-04-181-16/+0
* build: Updating mediawiki/mediawiki-codesniffer to 16.0.0Umherirrender2018-02-171-1/+1
* skins: Deprecate MediaWikiI18N::translate()Timo Tijhof2018-02-021-12/+12
* skins: Deprecate QuickTemplate::setTranslator and MediaWikiI18N::setTimo Tijhof2018-02-021-0/+3
* skins: Deprecate QuickTemplate::setRef()Timo Tijhof2018-01-311-0/+4
* Fix spacing for @param and indent of function commentsUmherirrender2017-08-151-5/+5
* Add missing & to @param documentation to match functon callUmherirrender2017-08-111-2/+2
* Add missing class propertys in QuickTemplateaddshore2017-06-301-0/+10
* Get ConfigFactory & MainConfig from MediaWikiServicesaddshore2016-11-231-1/+2
* Fix FakeTemplate usage in LoginSignupSpecialPageGergő Tisza2016-06-151-5/+0
* Fix trivial PHPCS violations in */skins/* directoriesBartosz Dziewoński2016-03-021-1/+1
* Templates:Captcha position modified,extend functionality added to QuickTemplateSumit Asthana2015-01-201-0/+14
* Split SkinTemplate.php per-classBartosz Dziewoński2014-09-241-0/+180