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
/
Html.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle null passed to wfShorthandToInteger() and Html::element()
Mark A. Hershberger
2022-07-12
1
-1
/
+1
*
Get the MainConfig from MediaWikiServices instead of RequestContext
Umherirrender
2022-05-24
1
-2
/
+2
*
Drop messagebox, warningbox, errorbox classes
Jon Robson
2022-04-11
1
-22
/
+4
*
Use name constants to access config settings.
daniel
2022-04-07
1
-5
/
+6
*
Untie Wikimedia message boxes from on-wiki messageboxes
Jdlrobson
2022-01-27
1
-3
/
+37
*
Refactor global variables to use MediaWikiServices instead
TChin
2022-01-10
1
-10
/
+15
*
Remove some more comments that literally repeat the code
Thiemo Kreuz
2021-12-09
1
-1
/
+1
*
Html::openElement() micro-optimisations
Tim Starling
2021-08-02
1
-109
/
+135
*
Remove deprecated HTML:infoBox
bwang
2021-06-21
1
-38
/
+0
*
Remove some more comments that literally repeat the code
Thiemo Kreuz
2021-06-18
1
-2
/
+2
*
Revert "message boxes: Use CSS classes adhering to class naming scheme"
VolkerE
2021-01-25
1
-23
/
+3
*
message boxes: Use CSS classes adhering to class naming scheme
Volker E
2021-01-14
1
-3
/
+23
*
Deprecate Html::infobox
Ammar Abdulhamid
2020-11-21
1
-0
/
+4
*
Improve class property documentation
Umherirrender
2020-10-30
1
-3
/
+6
*
languages: Introduce LanguageConverterFactory
Peter Ovchyn
2020-02-03
1
-1
/
+3
*
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
James D. Forrester
2020-01-10
1
-1
/
+1
*
Merge "Set method visibility in some classes"
jenkins-bot
2019-12-09
1
-1
/
+1
|
\
|
*
Set method visibility in some classes
Umherirrender
2019-12-05
1
-1
/
+1
*
|
Fix more scalar types in docblocks
Daimona Eaytoy
2019-12-08
1
-1
/
+1
|
/
*
Use ctype_digit() instead of regular expressions
Thiemo Kreuz
2019-11-08
1
-4
/
+2
*
Mild refactoring of ContentSecurityPolicy
Brian Wolff
2019-10-28
1
-2
/
+2
*
installer: Deprecate WebInstaller::getInfoBox, getWarningBox and getErrorBox
Volker E
2019-09-26
1
-1
/
+1
*
Replace infobox usages and extend successbox, warningbox and errorbox
Volker E
2019-09-24
1
-7
/
+13
*
Html: Make linkButton() documentation less confusing
Roan Kattouw
2019-07-10
1
-4
/
+3
*
Merge "installer: Fix Html::infoBox param docs and mark as internal"
jenkins-bot
2019-07-08
1
-6
/
+6
|
\
|
*
installer: Fix Html::infoBox param docs and mark as internal
Timo Tijhof
2019-07-05
1
-6
/
+6
*
|
Don't process "all" option in Html::namespaceSelectorOptions
Matěj Suchánek
2019-07-04
1
-9
/
+7
|
/
*
Use [...] instead of array(...) in PHP comments and documentation
Fomafix
2019-06-17
1
-1
/
+1
*
Collapse some nested if statements
Reedy
2019-04-04
1
-8
/
+4
*
Simplify strings in PHP code
Fomafix
2019-03-01
1
-2
/
+2
*
Remove comments literally repeating the next line of code
Thiemo Kreuz
2019-02-27
1
-1
/
+0
*
Add warning if you give Html::openElement a name with a space
Brian Wolff
2018-12-20
1
-0
/
+6
*
Render namespace lists in the user's language
Erik Bernhardson
2018-10-12
1
-5
/
+9
*
Html: Reject </script> from inlineScript() and leave rest unescaped
Timo Tijhof
2018-08-30
1
-5
/
+9
*
Support a heading of '0' in Html::messageBox()
Kunal Mehta
2018-08-19
1
-1
/
+1
*
Mass conversion of $wgContLang to service
Aryeh Gregor
2018-08-11
1
-4
/
+5
*
CSP: Allow an option of disabling nonces
Brian Wolff
2018-07-10
1
-2
/
+2
*
Fix PhanTypeMismatchDeclaredParam
Umherirrender
2018-07-07
1
-2
/
+2
*
Use \u{00A0} instead of   or
Fomafix
2018-06-24
1
-1
/
+1
*
Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient
Bartosz Dziewoński
2018-05-30
1
-3
/
+3
*
Initial support for Content Security Policy, disabled by default
Brian Wolff
2018-05-13
1
-2
/
+18
*
ParserOutput: Add 'deduplicateStyles' post-cache transformation
Brad Jorsch
2018-02-11
1
-2
/
+5
*
Add unit tests for Html helper methods and change messageBox visibility
jdlrobson
2017-11-21
1
-1
/
+1
*
Provide message/warning/error box abstraction
jdlrobson
2017-11-13
1
-0
/
+46
*
Escape single quotes in attributes
Max Semenik
2017-11-08
1
-22
/
+1
*
Improve Html/Xml element generation docs
Gergő Tisza
2017-03-01
1
-5
/
+9
*
includes: Replace implicit Bugzilla bug numbers with Phab ones
James D. Forrester
2017-02-21
1
-1
/
+1
*
Html: Unblacklist HTML5 form validation attributes
Bartosz Dziewoński
2017-01-10
1
-16
/
+0
*
Update weblinks in comments from HTTP to HTTPS
Fomafix
2016-11-07
1
-14
/
+14
*
Clean up array() syntax in docs, part VII
Amir Sarabadani
2016-09-27
1
-26
/
+26
[next]