aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Html.php
Commit message (Expand)AuthorAgeFilesLines
* Handle null passed to wfShorthandToInteger() and Html::element()Mark A. Hershberger2022-07-121-1/+1
* Get the MainConfig from MediaWikiServices instead of RequestContextUmherirrender2022-05-241-2/+2
* Drop messagebox, warningbox, errorbox classesJon Robson2022-04-111-22/+4
* Use name constants to access config settings.daniel2022-04-071-5/+6
* Untie Wikimedia message boxes from on-wiki messageboxesJdlrobson2022-01-271-3/+37
* Refactor global variables to use MediaWikiServices insteadTChin2022-01-101-10/+15
* Remove some more comments that literally repeat the codeThiemo Kreuz2021-12-091-1/+1
* Html::openElement() micro-optimisationsTim Starling2021-08-021-109/+135
* Remove deprecated HTML:infoBoxbwang2021-06-211-38/+0
* Remove some more comments that literally repeat the codeThiemo Kreuz2021-06-181-2/+2
* Revert "message boxes: Use CSS classes adhering to class naming scheme"VolkerE2021-01-251-23/+3
* message boxes: Use CSS classes adhering to class naming schemeVolker E2021-01-141-3/+23
* Deprecate Html::infoboxAmmar Abdulhamid2020-11-211-0/+4
* Improve class property documentationUmherirrender2020-10-301-3/+6
* languages: Introduce LanguageConverterFactoryPeter Ovchyn2020-02-031-1/+3
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-1/+1
* Merge "Set method visibility in some classes"jenkins-bot2019-12-091-1/+1
|\
| * Set method visibility in some classesUmherirrender2019-12-051-1/+1
* | Fix more scalar types in docblocksDaimona Eaytoy2019-12-081-1/+1
|/
* Use ctype_digit() instead of regular expressionsThiemo Kreuz2019-11-081-4/+2
* Mild refactoring of ContentSecurityPolicyBrian Wolff2019-10-281-2/+2
* installer: Deprecate WebInstaller::getInfoBox, getWarningBox and getErrorBoxVolker E2019-09-261-1/+1
* Replace infobox usages and extend successbox, warningbox and errorboxVolker E2019-09-241-7/+13
* Html: Make linkButton() documentation less confusingRoan Kattouw2019-07-101-4/+3
* Merge "installer: Fix Html::infoBox param docs and mark as internal"jenkins-bot2019-07-081-6/+6
|\
| * installer: Fix Html::infoBox param docs and mark as internalTimo Tijhof2019-07-051-6/+6
* | Don't process "all" option in Html::namespaceSelectorOptionsMatěj Suchánek2019-07-041-9/+7
|/
* Use [...] instead of array(...) in PHP comments and documentationFomafix2019-06-171-1/+1
* Collapse some nested if statementsReedy2019-04-041-8/+4
* Simplify strings in PHP codeFomafix2019-03-011-2/+2
* Remove comments literally repeating the next line of codeThiemo Kreuz2019-02-271-1/+0
* Add warning if you give Html::openElement a name with a spaceBrian Wolff2018-12-201-0/+6
* Render namespace lists in the user's languageErik Bernhardson2018-10-121-5/+9
* Html: Reject </script> from inlineScript() and leave rest unescapedTimo Tijhof2018-08-301-5/+9
* Support a heading of '0' in Html::messageBox()Kunal Mehta2018-08-191-1/+1
* Mass conversion of $wgContLang to serviceAryeh Gregor2018-08-111-4/+5
* CSP: Allow an option of disabling noncesBrian Wolff2018-07-101-2/+2
* Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-2/+2
* Use \u{00A0} instead of &#160; or &nbsp;Fomafix2018-06-241-1/+1
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-3/+3
* Initial support for Content Security Policy, disabled by defaultBrian Wolff2018-05-131-2/+18
* ParserOutput: Add 'deduplicateStyles' post-cache transformationBrad Jorsch2018-02-111-2/+5
* Add unit tests for Html helper methods and change messageBox visibilityjdlrobson2017-11-211-1/+1
* Provide message/warning/error box abstractionjdlrobson2017-11-131-0/+46
* Escape single quotes in attributesMax Semenik2017-11-081-22/+1
* Improve Html/Xml element generation docsGergő Tisza2017-03-011-5/+9
* includes: Replace implicit Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-211-1/+1
* Html: Unblacklist HTML5 form validation attributesBartosz Dziewoński2017-01-101-16/+0
* Update weblinks in comments from HTTP to HTTPSFomafix2016-11-071-14/+14
* Clean up array() syntax in docs, part VIIAmir Sarabadani2016-09-271-26/+26