aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Xml.php
Commit message (Expand)AuthorAgeFilesLines
* Use wfMessage instead of deprecated wfMsg*Alex Monk2012-08-181-5/+5
* Use Xml::languageSelector in SpecialAllmessagesrobin2012-07-101-10/+16
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-091-1/+20
* Combine getLanguageNames and getTranslatedLanguageNames into one function whi...Robin Pepermans2012-02-271-19/+3
* Improve documentationSam Reed2012-02-211-2/+2
* Followup r107002Sam Reed2012-02-161-0/+1
* More return documentationSam Reed2012-02-091-0/+1
* Fixing some of the "@return true" or "@return false", need to be "@return boo...Sam Reed2012-02-091-2/+2
* Fixing some of the "@return true" or "@return false", need to be "@return boo...Sam Reed2012-02-091-2/+2
* Revert r110321: introduces an XSS vulnerability because FormatJson::encode() ...Tim Starling2012-02-081-6/+39
* [Xml::encodeJsVar] Use FormatJson::encode / native json_encode insteadKrinkle2012-01-301-39/+6
* [Xml::encodeJsVar] Change to match FormatJson::encode outputKrinkle2012-01-301-3/+3
* comment / style for Html::namespaceSelector()Antoine Musso2012-01-301-4/+4
* [Xml/Html] new method Html::namespaceSelectorKrinkle2012-01-251-34/+11
* [Unit testing] Re-order attribs to a-z to make testing more reliableKrinkle2012-01-251-2/+2
* follow-up to r106912 - NULL to nullRyan Kaldari2012-01-041-1/+1
* follow-up to r106912, making change to correct branch this timeRyan Kaldari2011-12-211-11/+29
* Type hintingHappy-melon2011-10-171-11/+11
* Small cleanups to XmlSelectNiklas Laxström2011-10-081-4/+4
* Fix fail from r94473Sam Reed2011-08-141-2/+2
* Made Xml::buildTable() wrap header stuff in <thead></thead>Sam Reed2011-08-141-2/+5
* Update whitespace, braces.Siebrand Mazeland2011-08-021-7/+46
* Follow up r91072. This is indeed not needed.Platonides2011-06-291-1/+1
* Delay expansion of XmlSelect options until getting the HTML.Platonides2011-06-291-3/+7
* Find 'all' special ns regardless of its rank in the selectAntoine Musso2011-06-281-2/+0
* Disable ns selector checkboxes when 'all' namespace is selectedAntoine Musso2011-06-281-0/+2
* Xml::label now apply the 'title' attribute when providedAntoine Musso2011-06-231-1/+7
* Swap else if for elseifSam Reed2011-06-171-7/+7
* * moved infobox to Html (r88109#c16937)Jure Kajzer2011-06-011-42/+0
* More documentationSam Reed2011-05-211-46/+114
* * fixed typoJure Kajzer2011-05-151-2/+2
* discussion with hasharJure Kajzer2011-05-141-0/+41
* Xml::hidden() --> Html::hidden()Sam Reed2011-05-061-7/+0
* More versions added to @deprecated tagsSam Reed2011-05-061-1/+1
* Null -> null, reorder docs to match signatureChad Horohoe2011-02-261-3/+3
* * (bug 25571) Xml::encodeJsVar now passes floats natively instead of converti...Brion Vibber2011-02-141-2/+2
* adding commentRyan Kaldari2011-01-221-1/+1
* Documentation addition/tweaksSam Reed2011-01-101-1/+1
* Clarify doc, per r63675 CR.Happy-melon2010-11-061-1/+4
* Added @since tags for stuff introduced in r75994Niklas Laxström2010-11-041-0/+2
* * Introduced Xml::encodeJsCall(), to replace the awkward repetitive code that...Tim Starling2010-11-041-0/+44
* More function parameter commentingSam Reed2010-10-271-9/+9
* Parameter documentationSam Reed2010-10-271-7/+7
* Big attack on unused variables...Sam Reed2010-10-141-1/+0
* Remove $wgContLanguageCode usage in core.Platonides2010-09-071-4/+4
* Braces and spacesSam Reed2010-09-041-6/+15
* Make r66504 a little more conciseAryeh Gregor2010-06-091-3/+2
* (bug 23797) Xml::input() now allows '0' for the value parameterChad Horohoe2010-06-071-1/+1
* Remove most named character references from outputAryeh Gregor2010-05-301-4/+4
* Fix for r66504 per Nikerabbit's CR. Actually copy-paste and not adjust issue.Siebrand Mazeland2010-05-161-1/+1