Tighten up unquoted attribute output
[lhc/web/wiklou.git] / includes / Html.php
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