aboutsummaryrefslogtreecommitdiffstats
path: root/includes/installer/WebInstaller.php
Commit message (Expand)AuthorAgeFilesLines
* Reorg: Move HTML-related classes out of includes/ to Html/Amir Sarabadani2023-02-161-0/+1
* Revert "Reorg: Move some of request related classes to MediaWiki/Request"Zabe2022-10-271-2/+1
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-261-1/+2
* build: Update mediawiki/mediawiki-phan-config to 0.12.0Daimona Eaytoy2022-10-081-2/+0
* Merge "WebInstaller::infoBox(): Remove extra indenting"jenkins-bot2022-10-051-12/+11
|\
| * WebInstaller::infoBox(): Remove extra indentingReedy2022-10-051-12/+11
* | WebInstaller: Don't try and run trim() on nullReedy2022-10-051-1/+1
|/
* Remove unused key variable from foreach loopsUmherirrender2022-09-211-1/+1
* Add wiki-farm supportdaniel2022-04-011-1/+4
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+2
* Add various fallback values for null return valuesUmherirrender2022-03-091-1/+1
* Merge "installer: Fix docs for getInfoBox/label"jenkins-bot2022-02-261-4/+4
|\
| * installer: Fix docs for getInfoBox/labelUmherirrender2022-02-261-4/+4
* | Fix various documentation related to null typesUmherirrender2022-02-261-1/+1
|/
* installer: Various tweaks for taint-checkDaimona Eaytoy2022-02-101-0/+1
* Use LanguageNameUtils constants instead of stringsAlexander Vorwerk2021-12-051-1/+2
* build: Update mediawiki/mediawiki-phan-config to 0.11.0Umherirrender2021-09-071-2/+0
* Installer: Fix mediawiki-announce auto subscription codeKevin Israel2021-08-291-3/+3
* Remove unneeded explicit true/false inside conditionsUmherirrender2021-08-171-1/+1
* Installer: The installer should use `.warningbox` for styling warnings, not `...jdlrobson2021-04-151-9/+4
* Drop wgContLang, deprecated in 1.32James D. Forrester2021-03-081-2/+1
* build: Enable phan-taint-check-plugin and suppress issuesUmherirrender2020-12-301-8/+15
* Move Html::infoBox logic to WebInstallerAmmar Abdulhamid2020-11-191-1/+35
* installer: Remove deprecated getWarningBox() and getErrorBox()Timo Tijhof2020-07-291-26/+0
* installer: Undeprecate WebInstaller::getInfoBox(), still usedKunal Mehta2020-07-141-2/+0
* In the web installer, use secure session cookiesTim Starling2020-06-251-1/+7
* installer: Add intro to Welcome page, add Help/Bug/Contribute linksTimo Tijhof2020-06-221-3/+2
* Update all use of $wgVersion to MW_VERSIONTimo Tijhof2020-02-251-1/+1
* Merge "installer: Parse error message"jenkins-bot2020-02-181-1/+1
|\
| * installer: Parse error messageTobi_4062020-02-181-1/+1
* | Remove usages of deprecated Language methodsPetr Pchelko2020-02-161-1/+3
|/
* installer: Rename Doxygen group from "Deployment" to "Installer"Timo Tijhof2019-11-251-2/+2
* Add missing @param and @return to documentationUmherirrender2019-11-101-0/+1
* Remove Language::factory and getParentLanguage useAryeh Gregor2019-10-271-1/+2
* installer: Deprecate WebInstaller::getInfoBox, getWarningBox and getErrorBoxVolker E2019-09-261-0/+6
* Replace infobox usages and extend successbox, warningbox and errorboxVolker E2019-09-241-3/+4
* Unsuppress another phan issue (part 7)Daimona Eaytoy2019-09-031-0/+4
* installer: Remove <doclink/> parser function and last use of itTimo Tijhof2019-07-181-20/+1
* installer: Avoid <doclink/> hack for 'config-sidebar' renderingTimo Tijhof2019-07-051-2/+16
* installer: Convert <downloadlink/> hack to raw message paramTimo Tijhof2019-07-051-9/+7
* installer: Fix Html::infoBox param docs and mark as internalTimo Tijhof2019-07-051-6/+5
* Installer: Use HTML/CSS instead of JavaScript to toggle the help messageFomafix2019-06-151-2/+11
* Get rid of unnecessary func_get_args() and friendsAryeh Gregor2019-04-121-15/+13
* Collapse some nested if statementsReedy2019-04-041-5/+3
* installer: Replace the use of global $wgParser with servicesDerick Alangi2019-03-031-3/+3
* Only expand `{{...}}` in messages once (part 2)C. Scott Ananian2018-10-261-1/+1
* Use PHP 7 '??' operator instead of if-then-elseFomafix2018-10-211-25/+5
* Mass conversion of $wgContLang to serviceAryeh Gregor2018-08-111-2/+4
* Start working on phan-taint-check warnings. Fix minor escaping issues.Brian Wolff2018-07-121-12/+20
* Merge "Web installer: Correctly escape U+00A0 NO-BREAK SPACE"jenkins-bot2018-07-091-2/+2
|\