index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
installer
/
WebInstaller.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Reorg: Move some of request related classes to MediaWiki/Request"
Zabe
2022-10-27
1
-2
/
+1
*
Reorg: Move some of request related classes to MediaWiki/Request
Amir Sarabadani
2022-10-26
1
-1
/
+2
*
build: Update mediawiki/mediawiki-phan-config to 0.12.0
Daimona Eaytoy
2022-10-08
1
-2
/
+0
*
Merge "WebInstaller::infoBox(): Remove extra indenting"
jenkins-bot
2022-10-05
1
-12
/
+11
|
\
|
*
WebInstaller::infoBox(): Remove extra indenting
Reedy
2022-10-05
1
-12
/
+11
*
|
WebInstaller: Don't try and run trim() on null
Reedy
2022-10-05
1
-1
/
+1
|
/
*
Remove unused key variable from foreach loops
Umherirrender
2022-09-21
1
-1
/
+1
*
Add wiki-farm support
daniel
2022-04-01
1
-1
/
+4
*
phan: Disable null_casts_as_any_type setting
Umherirrender
2022-03-21
1
-0
/
+2
*
Add various fallback values for null return values
Umherirrender
2022-03-09
1
-1
/
+1
*
Merge "installer: Fix docs for getInfoBox/label"
jenkins-bot
2022-02-26
1
-4
/
+4
|
\
|
*
installer: Fix docs for getInfoBox/label
Umherirrender
2022-02-26
1
-4
/
+4
*
|
Fix various documentation related to null types
Umherirrender
2022-02-26
1
-1
/
+1
|
/
*
installer: Various tweaks for taint-check
Daimona Eaytoy
2022-02-10
1
-0
/
+1
*
Use LanguageNameUtils constants instead of strings
Alexander Vorwerk
2021-12-05
1
-1
/
+2
*
build: Update mediawiki/mediawiki-phan-config to 0.11.0
Umherirrender
2021-09-07
1
-2
/
+0
*
Installer: Fix mediawiki-announce auto subscription code
Kevin Israel
2021-08-29
1
-3
/
+3
*
Remove unneeded explicit true/false inside conditions
Umherirrender
2021-08-17
1
-1
/
+1
*
Installer: The installer should use `.warningbox` for styling warnings, not `...
jdlrobson
2021-04-15
1
-9
/
+4
*
Drop wgContLang, deprecated in 1.32
James D. Forrester
2021-03-08
1
-2
/
+1
*
build: Enable phan-taint-check-plugin and suppress issues
Umherirrender
2020-12-30
1
-8
/
+15
*
Move Html::infoBox logic to WebInstaller
Ammar Abdulhamid
2020-11-19
1
-1
/
+35
*
installer: Remove deprecated getWarningBox() and getErrorBox()
Timo Tijhof
2020-07-29
1
-26
/
+0
*
installer: Undeprecate WebInstaller::getInfoBox(), still used
Kunal Mehta
2020-07-14
1
-2
/
+0
*
In the web installer, use secure session cookies
Tim Starling
2020-06-25
1
-1
/
+7
*
installer: Add intro to Welcome page, add Help/Bug/Contribute links
Timo Tijhof
2020-06-22
1
-3
/
+2
*
Update all use of $wgVersion to MW_VERSION
Timo Tijhof
2020-02-25
1
-1
/
+1
*
Merge "installer: Parse error message"
jenkins-bot
2020-02-18
1
-1
/
+1
|
\
|
*
installer: Parse error message
Tobi_406
2020-02-18
1
-1
/
+1
*
|
Remove usages of deprecated Language methods
Petr Pchelko
2020-02-16
1
-1
/
+3
|
/
*
installer: Rename Doxygen group from "Deployment" to "Installer"
Timo Tijhof
2019-11-25
1
-2
/
+2
*
Add missing @param and @return to documentation
Umherirrender
2019-11-10
1
-0
/
+1
*
Remove Language::factory and getParentLanguage use
Aryeh Gregor
2019-10-27
1
-1
/
+2
*
installer: Deprecate WebInstaller::getInfoBox, getWarningBox and getErrorBox
Volker E
2019-09-26
1
-0
/
+6
*
Replace infobox usages and extend successbox, warningbox and errorbox
Volker E
2019-09-24
1
-3
/
+4
*
Unsuppress another phan issue (part 7)
Daimona Eaytoy
2019-09-03
1
-0
/
+4
*
installer: Remove <doclink/> parser function and last use of it
Timo Tijhof
2019-07-18
1
-20
/
+1
*
installer: Avoid <doclink/> hack for 'config-sidebar' rendering
Timo Tijhof
2019-07-05
1
-2
/
+16
*
installer: Convert <downloadlink/> hack to raw message param
Timo Tijhof
2019-07-05
1
-9
/
+7
*
installer: Fix Html::infoBox param docs and mark as internal
Timo Tijhof
2019-07-05
1
-6
/
+5
*
Installer: Use HTML/CSS instead of JavaScript to toggle the help message
Fomafix
2019-06-15
1
-2
/
+11
*
Get rid of unnecessary func_get_args() and friends
Aryeh Gregor
2019-04-12
1
-15
/
+13
*
Collapse some nested if statements
Reedy
2019-04-04
1
-5
/
+3
*
installer: Replace the use of global $wgParser with services
Derick Alangi
2019-03-03
1
-3
/
+3
*
Only expand `{{...}}` in messages once (part 2)
C. Scott Ananian
2018-10-26
1
-1
/
+1
*
Use PHP 7 '??' operator instead of if-then-else
Fomafix
2018-10-21
1
-25
/
+5
*
Mass conversion of $wgContLang to service
Aryeh Gregor
2018-08-11
1
-2
/
+4
*
Start working on phan-taint-check warnings. Fix minor escaping issues.
Brian Wolff
2018-07-12
1
-12
/
+20
*
Merge "Web installer: Correctly escape U+00A0 NO-BREAK SPACE"
jenkins-bot
2018-07-09
1
-2
/
+2
|
\
|
*
Web installer: Correctly escape U+00A0 NO-BREAK SPACE
Kevin Israel
2018-07-08
1
-2
/
+2
[next]