Add support for Number grouping(commafy) based on CLDR number grouping patterns like...
[lhc/web/wiklou.git] / includes / Xml.php
2011-08-14 Sam ReedFix fail from r94473
2011-08-14 Sam ReedMade Xml::buildTable() wrap header stuff in <thead...
2011-08-02 Siebrand MazelandUpdate whitespace, braces.
2011-06-29 PlatonidesFollow up r91072. This is indeed not needed.
2011-06-29 PlatonidesDelay expansion of XmlSelect options until getting...
2011-06-28 Antoine MussoFind 'all' special ns regardless of its rank in the...
2011-06-28 Antoine MussoDisable ns selector checkboxes when 'all' namespace...
2011-06-23 Antoine MussoXml::label now apply the 'title' attribute when provided
2011-06-17 Sam ReedSwap else if for elseif
2011-06-01 Jure Kajzer* moved infobox to Html (r88109#c16937)
2011-05-21 Sam ReedMore documentation
2011-05-15 Jure Kajzer* fixed typo
2011-05-14 Jure Kajzerdiscussion with hashar
2011-05-06 Sam ReedXml::hidden() --> Html::hidden()
2011-05-06 Sam ReedMore versions added to @deprecated tags
2011-02-26 Chad HorohoeNull -> null, reorder docs to match signature
2011-02-14 Brion Vibber* (bug 25571) Xml::encodeJsVar now passes floats native...
2011-01-22 Ryan Kaldariadding comment
2011-01-10 Sam ReedDocumentation addition/tweaks
2010-11-06 Happy-melonClarify doc, per r63675 CR.
2010-11-04 Niklas LaxströmAdded @since tags for stuff introduced in r75994
2010-11-04 Tim Starling* Introduced Xml::encodeJsCall(), to replace the awkwar...
2010-10-27 Sam ReedMore function parameter commenting
2010-10-27 Sam ReedParameter documentation
2010-10-14 Sam ReedBig attack on unused variables...
2010-09-07 PlatonidesRemove $wgContLanguageCode usage in core.
2010-09-04 Sam ReedBraces and spaces
2010-06-09 Aryeh GregorMake r66504 a little more concise
2010-06-07 Chad Horohoe(bug 23797) Xml::input() now allows '0' for the value...
2010-05-30 Aryeh GregorRemove most named character references from output
2010-05-16 Siebrand MazelandFix for r66504 per Nikerabbit's CR. Actually copy-paste...
2010-05-15 Siebrand MazelandHTML5 fix: Bad value for attribute size on element...
2010-03-18 Alexandre EmsenhuberFix for r63675: the parameter is $attribs, not $attrs
2010-03-13 Happy-melonStrict type checking, otherwise can't set a default...
2010-03-13 Happy-melonApply CSS classes for XML checkboxes/radiobuttons to...
2010-02-03 Tim StarlingRevert r56514 and r60421 per CR.
2010-01-27 Aryeh GregorUse Html::element() for Xml::submitButton()
2010-01-04 Tim StarlingFix for bug 9413 and the related Malayalam issue report...
2009-12-26 OverlordQFollowup to r56514 r56174 empty strings are not NULL
2009-11-14 OverlordQCode cleanup, covert leading spaces into tabs per codin...
2009-10-04 Alexandre Emsenhuberfix some doxygen warnings
2009-09-17 Andrew GarrettIn Xml::encodeJsVar, keep backwards compatibility by...
2009-09-08 Brion VibberRevert r55842 "Can now pass in element attributes other...
2009-09-08 Andrew GarrettAdd AJAX category management system. Includes suggestio...
2009-09-04 Nimish GautamCan now pass in element attributes other than just...
2009-08-21 Aryeh GregorMake Xml::hidden() a wrapper around Html::hidden()
2009-06-26 Niklas LaxströmCore change for r52446, allow querying params like id
2009-04-24 Andrew GarrettBranch merge of preferences work branch. Includes fixes...
2009-04-17 Alexandre EmsenhuberFix doxygen warnings
2009-02-18 Aaron SchulzFixed E_NOTICE
2009-02-12 Aaron Schulz* consolidated getDateMenu duplication into xml.php
2008-12-31 Brion VibberRevert r45027, r45028 "* summary and subject messages...
2008-12-25 Alexandre Emsenhuber* summary and subject messages now uses wiki text rathe...
2008-12-16 Chad HorohoeAdd two new XML methods for building tables (buildTable...
2008-09-30 Chad HorohoeCleanup for Xml::namespaceSelector():
2008-08-29 Victor VasilievAs Raymond points out, there is a mw-submit class
2008-08-29 Victor Vasiliev* Add class='mw-input' to the input row
2008-08-20 Andrew GarrettPHP Sucks. Having a value of 0 was making $value appear...
2008-08-13 Aryeh GregorCleanup some of my old code a bit. These should still...
2008-08-05 Aryeh GregorRe-commit turning makeKnownLinkObj(), makeBrokenLinkObj...
2008-08-05 Brion VibberRevert r38591 -- "Make good-faith effort to run BrokenL...
2008-08-04 Aryeh GregorMake good-faith effort to run BrokenLink hook in Linker...
2008-08-03 Aryeh GregorLast commit contained errors. Revert most of it, keep...
2008-08-03 Aryeh Gregor* Output title before class in Linker::link() to match...
2008-06-27 Alexandre EmsenhuberDon't allow contentless tags for <textarea>
2008-06-27 Andrew GarrettDon't let textareas be done in short form
2008-06-27 Andrew GarrettUse class=mw_label instead of valign and align
2008-06-27 Andrew GarrettCore changes for AbuseFilter extension.
2008-06-17 Niklas Laxström* Fix comments
2008-06-10 Chad HorohoeDocument Xml::hidden().
2008-05-16 Alexandre EmsenhuberFixed Doxygen warnings when generating documentation...
2008-05-11 Niklas Laxström* Code cleanup
2008-05-10 Niklas Laxström* Consistent case and autoloader
2008-05-10 Niklas Laxström* Added code two commonly needed use cases: separate...
2008-05-10 Niklas Laxström* Typo in comment
2008-04-28 Alexandre Emsenhuberbug fixes:
2008-04-24 Andrew GarrettTypo
2008-04-24 Andrew GarrettFix loss of in moving buildForm to Xml.php, generalise...
2008-04-24 Andrew GarrettBy suggestion of NikeRabbit, move wfBuildForm into...
2008-04-19 Niklas Laxström* Shortcut for common use case
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-13 Aryeh GregorUse the standard we've agreed upon for class names...
2008-04-12 Aaron SchulzAdd class
2008-01-28 Brion VibberCleanup for r30216:
2008-01-28 Huji* Renaming Xml::reasonDropDown to Xml::listDropDown...
2008-01-25 HujiIntroducing Xml::reasonDropDown
2008-01-11 Brion Vibber* (bug 12588) Fix selection in namespace selector on...
2007-09-01 Andrew GarrettAllow an element name to be specified in Xml::namespace...
2007-08-20 Brion Vibberaaand restore behavior from prior to r24882 on expected...
2007-08-20 Brion VibberThrow an exception for invalid data in expandAttributes...
2007-08-17 Rob ChurchMake Xml::expandAttributes() a bit more robust against...
2007-08-08 Rob ChurchRevert r24574 and r24667 per Brion on bug 10798
2007-08-04 Rob ChurchRewrite Xml::namespaceSelector() before it drives me...
2007-08-04 Rob Church* (bug 10798) Exclude MediaWiki namespace from filterin...
2007-07-07 Brion Vibbercase change for aesthetic purposes
2007-07-07 Brion Vibber* (bug 10477) Fix AJAX watch for Farsi on Firefox:...
2007-07-06 Aaron Schulz*Re-add contribs year/month filter. Now it simply jumps...
2007-07-05 Tim Starlinggen=js has the wrong cache properties for language...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-27 Brion VibberStripping out the year/month filter on contribs for...
next