* Document a bit
[lhc/web/wiklou.git] / includes / Html.php
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