index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
Xml.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use wfMessage instead of deprecated wfMsg*
Alex Monk
2012-08-18
1
-5
/
+5
*
Use Xml::languageSelector in SpecialAllmessages
robin
2012-07-10
1
-10
/
+16
*
Added missing GPLv2 headers in some places.
Alexandre Emsenhuber
2012-05-09
1
-1
/
+20
*
Combine getLanguageNames and getTranslatedLanguageNames into one function whi...
Robin Pepermans
2012-02-27
1
-19
/
+3
*
Improve documentation
Sam Reed
2012-02-21
1
-2
/
+2
*
Followup r107002
Sam Reed
2012-02-16
1
-0
/
+1
*
More return documentation
Sam Reed
2012-02-09
1
-0
/
+1
*
Fixing some of the "@return true" or "@return false", need to be "@return boo...
Sam Reed
2012-02-09
1
-2
/
+2
*
Fixing some of the "@return true" or "@return false", need to be "@return boo...
Sam Reed
2012-02-09
1
-2
/
+2
*
Revert r110321: introduces an XSS vulnerability because FormatJson::encode() ...
Tim Starling
2012-02-08
1
-6
/
+39
*
[Xml::encodeJsVar] Use FormatJson::encode / native json_encode instead
Krinkle
2012-01-30
1
-39
/
+6
*
[Xml::encodeJsVar] Change to match FormatJson::encode output
Krinkle
2012-01-30
1
-3
/
+3
*
comment / style for Html::namespaceSelector()
Antoine Musso
2012-01-30
1
-4
/
+4
*
[Xml/Html] new method Html::namespaceSelector
Krinkle
2012-01-25
1
-34
/
+11
*
[Unit testing] Re-order attribs to a-z to make testing more reliable
Krinkle
2012-01-25
1
-2
/
+2
*
follow-up to r106912 - NULL to null
Ryan Kaldari
2012-01-04
1
-1
/
+1
*
follow-up to r106912, making change to correct branch this time
Ryan Kaldari
2011-12-21
1
-11
/
+29
*
Type hinting
Happy-melon
2011-10-17
1
-11
/
+11
*
Small cleanups to XmlSelect
Niklas Laxström
2011-10-08
1
-4
/
+4
*
Fix fail from r94473
Sam Reed
2011-08-14
1
-2
/
+2
*
Made Xml::buildTable() wrap header stuff in <thead></thead>
Sam Reed
2011-08-14
1
-2
/
+5
*
Update whitespace, braces.
Siebrand Mazeland
2011-08-02
1
-7
/
+46
*
Follow up r91072. This is indeed not needed.
Platonides
2011-06-29
1
-1
/
+1
*
Delay expansion of XmlSelect options until getting the HTML.
Platonides
2011-06-29
1
-3
/
+7
*
Find 'all' special ns regardless of its rank in the select
Antoine Musso
2011-06-28
1
-2
/
+0
*
Disable ns selector checkboxes when 'all' namespace is selected
Antoine Musso
2011-06-28
1
-0
/
+2
*
Xml::label now apply the 'title' attribute when provided
Antoine Musso
2011-06-23
1
-1
/
+7
*
Swap else if for elseif
Sam Reed
2011-06-17
1
-7
/
+7
*
* moved infobox to Html (r88109#c16937)
Jure Kajzer
2011-06-01
1
-42
/
+0
*
More documentation
Sam Reed
2011-05-21
1
-46
/
+114
*
* fixed typo
Jure Kajzer
2011-05-15
1
-2
/
+2
*
discussion with hashar
Jure Kajzer
2011-05-14
1
-0
/
+41
*
Xml::hidden() --> Html::hidden()
Sam Reed
2011-05-06
1
-7
/
+0
*
More versions added to @deprecated tags
Sam Reed
2011-05-06
1
-1
/
+1
*
Null -> null, reorder docs to match signature
Chad Horohoe
2011-02-26
1
-3
/
+3
*
* (bug 25571) Xml::encodeJsVar now passes floats natively instead of converti...
Brion Vibber
2011-02-14
1
-2
/
+2
*
adding comment
Ryan Kaldari
2011-01-22
1
-1
/
+1
*
Documentation addition/tweaks
Sam Reed
2011-01-10
1
-1
/
+1
*
Clarify doc, per r63675 CR.
Happy-melon
2010-11-06
1
-1
/
+4
*
Added @since tags for stuff introduced in r75994
Niklas Laxström
2010-11-04
1
-0
/
+2
*
* Introduced Xml::encodeJsCall(), to replace the awkward repetitive code that...
Tim Starling
2010-11-04
1
-0
/
+44
*
More function parameter commenting
Sam Reed
2010-10-27
1
-9
/
+9
*
Parameter documentation
Sam Reed
2010-10-27
1
-7
/
+7
*
Big attack on unused variables...
Sam Reed
2010-10-14
1
-1
/
+0
*
Remove $wgContLanguageCode usage in core.
Platonides
2010-09-07
1
-4
/
+4
*
Braces and spaces
Sam Reed
2010-09-04
1
-6
/
+15
*
Make r66504 a little more concise
Aryeh Gregor
2010-06-09
1
-3
/
+2
*
(bug 23797) Xml::input() now allows '0' for the value parameter
Chad Horohoe
2010-06-07
1
-1
/
+1
*
Remove most named character references from output
Aryeh Gregor
2010-05-30
1
-4
/
+4
*
Fix for r66504 per Nikerabbit's CR. Actually copy-paste and not adjust issue.
Siebrand Mazeland
2010-05-16
1
-1
/
+1
[next]