Don't allow boolean HTML5 attribs into XHTML1
[lhc/web/wiklou.git] / includes / Html.php
2010-06-11 Aryeh GregorDon't allow boolean HTML5 attribs into XHTML1
2010-06-07 Aryeh GregorUpdate boolean attribute list from HTML5 draft
2010-06-03 Aryeh Gregor(bug 23769) Disable HTML5 form validation for now
2010-05-09 Chad Horohoe(bug 23440) Add "selected" to $boolAttribs
2010-05-08 Niklas LaxströmInstaller is no longer hardcoded to xhtml doctype
2010-03-21 Aryeh GregorOmit some start/end tags if not well-formed XML
2010-02-24 Niklas LaxströmLittle docs to help developers keep track of versions...
2010-02-21 Aryeh GregorFix comment, remove unused global
2010-01-27 Chad HorohoeUse isset() instead of array_key_exists()
2010-01-15 Aryeh GregorMerge all skins' output of opening <body> tag
2009-12-30 Raimond SpekkingTweak 'HMTL 5' -> 'HTML5' per suggestion on translatewi...
2009-12-15 Aryeh Gregormaxlength=200 for page move summary in HTML5
2009-12-11 Aryeh GregorFix bugs in r59360, r59361, r59363
2009-12-02 Daniel FriesenEditPage refactor and improvements.
2009-11-23 Sam ReedFurther followup to r59360
2009-10-01 Aryeh GregorEscape '<' in attribute values for well-formed XML
2009-09-23 Aryeh GregorImprove $attribs documentation in Html
2009-09-22 Aryeh GregorFix "Invalid argument for foreach()" in Html
2009-09-18 Aryeh GregorTighten up unquoted attribute output
2009-09-18 Aaron Schulztypecast $attribs to an array to avoid on-site notices
2009-09-18 Aryeh GregorDon't drop default attrib values in non-HTML5
2009-09-16 Aaron SchulzDefault $attribs to an array in expandAttributes()
2009-09-16 Alex Z(bug 20655) If $wgHtml5 is false, run attribute values...
2009-09-07 Aryeh GregorFix silly <table class=''>
2009-09-07 Aryeh GregorRefactor redundant attrib dropping into new method
2009-09-06 Aryeh GregorFix YET ANOTHER PHP WEAK TYPING BUG
2009-09-06 Aryeh GregorMove more <input> logic from input() to element()
2009-08-26 Aryeh GregorUse type=search for Monobook sidebar
2009-08-23 Aryeh GregorEmit CDATA more intelligently
2009-08-21 Aryeh GregorTypo in comment
2009-08-21 Aryeh GregorAutofocus Special:Search box
2009-08-21 Aryeh GregorOmit useless value="" in Html::input()
2009-08-21 Aryeh GregorOnly require necessary fields in Special:ResetPass
2009-08-21 Aryeh GregorMove validation logic from input() to rawElement()
2009-08-21 Aryeh GregorCorrect outdated comments
2009-08-21 Aryeh GregorDon't escape >" in tag contents, no point
2009-08-20 Aryeh GregorRemove somewhat braindead comments
2009-08-19 Brion VibberCleanup from r54770 "Add Html::input() convenience...
2009-08-18 Aryeh GregorMake element() escape input like in Xml
2009-08-11 Aryeh GregorAdd Html::input() convenience function
2009-08-11 Aryeh GregorFor HTML 5, drop type="" attributes for CSS/JS