aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Html.php
Commit message (Expand)AuthorAgeFilesLines
...
* Html: Update list of $voidElementsBartosz Dziewoński2016-09-191-3/+1
* SECURITY: Escape '<' and ']]>' in inline <style> blocksBrian Wolff2016-08-231-0/+11
* OutputPage: Fix blank line between <html> and <head>Timo Tijhof2016-07-211-7/+1
* Exclude duplicate srcset urlsMatthias Mullie2016-07-201-2/+14
* Remove support for $wgWellFormedXml=falseBrian Wolff2016-05-121-51/+11
* OutputPage: Minor clean up of <head> and HTMLTimo Tijhof2016-03-241-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-77/+77
* Remove redundant 'type' attributes from style and script tagsOri Livneh2015-12-091-4/+0
* Typo in comment of Html::radio()Edward Chernenko2015-10-161-2/+2
* Remove empty line commentsumherirrender2015-10-141-1/+0
* Fixed spacingumherirrender2015-09-261-1/+1
* OOUIHTMLForm: Implement HTMLSelectNamespaceBartosz Dziewoński2015-07-131-25/+43
* Html: Add buttonAttributes() more diligentlyBartosz Dziewoński2015-06-051-0/+3
* Fixing definition and use of $attrs parameter in Html::buttonAttributeskaldari2015-06-011-7/+6
* Add array type hints to minor methods in the Html classThiemo Mättig2015-04-081-16/+11
* Html::srcSet: allow density to be specified either with or without trailing 'x'Ori Livneh2015-04-051-6/+20
* SECURITY: Escape > in Html::expandAttributescsteipp2015-04-011-2/+5
* Replace Html::... with self::... in the Html classThiemo Mättig2015-03-271-18/+18
* Fix misleading $class = false default in Html::infoBoxThiemo Mättig2015-03-261-1/+1
* More specific types in doc tags in the Html classThiemo Mättig2015-03-261-8/+9
* Remove a hack, and a hack for the hack, for MediaWiki UI input fieldsBartosz Dziewoński2015-03-141-4/+0
* Html: Make addition of 'mw-ui-input' conditional on $wgUseMediaWikiUIEverywhereBartosz Dziewoński2015-03-131-8/+9
* Shorten long lines in Html.php to make phpcs passAmir E. Aharoni2015-03-031-2/+4
* Html::openElement: Don't omit closing tags.Ricordisamoa2015-02-181-8/+0
* Don't discourage usage of Html::element()Federico Leva2015-01-091-2/+1
* Fix some stuttering in comments and documentationRicordisamoa2014-12-171-1/+1
* Standardize indentation of multiline 'if'/'elseif' conditionsBartosz Dziewoński2014-11-171-13/+11
* Html: Use https for @see url of buttonAttributes()Prateek Saxena2014-10-031-1/+1
* Hygiene: Make construction of buttons easierjdlrobson2014-09-301-0/+65
* Html: Don't accept paths relative to skins/common/images/ in infoBox()Bartosz Dziewoński2014-09-081-9/+2
* Add missing @return to function docsumherirrender2014-08-231-0/+3
* Add blanket support for mediawiki ui via globalsjdlrobson2014-08-151-2/+33
* Fix documentation for Html::closeElementMatthew Flaschen2014-08-091-3/+2
* Merge "Html::closeElement: Don't omit closing tags."jenkins-bot2014-08-081-17/+0
|\
| * Html::closeElement: Don't omit closing tags.Matthew Flaschen2014-08-071-17/+0
* | Unify the spelling of MIME in documentationrillke2014-08-071-5/+5
|/
* Added Html::radio, Html::check, and Html::label.Tyler Anthony Romeo2014-07-291-0/+58
* Cleanup some docs (includes/*.php)umherirrender2014-07-241-2/+2
* Fixed spacingumherirrender2014-07-191-1/+1
* Html: Throw exception if array is used for an attribute not supporting itThiemo Mättig2014-07-101-1/+5
* Make phpcs-strict pass on includes/ (1/~10)Siebrand Mazeland2014-05-111-7/+11
* Fixed some @params documentation (includes/*)umherirrender2014-04-221-15/+15
* Removed unneeded spaces and colons in @param and friendsumherirrender2014-04-081-15/+15
* Fix spacing between two functionsumherirrender2014-03-151-0/+1
* Fixed spacingumherirrender2013-12-011-2/+2
* Html: Fix a copy-paste error in docsBartosz Dziewoński2013-11-231-1/+1
* Add a line of explanation to Html::expandAttributesBartosz Dziewoński2013-10-161-0/+1
* No spaces after (casts)MatmaRex2013-09-041-1/+1
* Followup If21705c2, Shorten remaining urls to the whatwg HTML spec.Daniel Friesen2013-06-081-1/+1
* Shorten our in-comment urls to the whatwg HTML spec.Daniel Friesen2013-06-051-3/+3