aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Xml.php
Commit message (Expand)AuthorAgeFilesLines
...
* fix some doxygen warningsAlexandre Emsenhuber2009-10-041-0/+1
* In Xml::encodeJsVar, keep backwards compatibility by encoding empty arrays as...Andrew Garrett2009-09-171-1/+2
* Revert r55842 "Can now pass in element attributes other than just id to build...Brion Vibber2009-09-081-3/+0
* Add AJAX category management system. Includes suggestion system, dialogs for ...Andrew Garrett2009-09-081-2/+5
* Can now pass in element attributes other than just id to buildTable functionsNimish Gautam2009-09-041-0/+3
* Make Xml::hidden() a wrapper around Html::hidden()Aryeh Gregor2009-08-211-10/+3
* Core change for r52446, allow querying params like idNiklas Laxström2009-06-261-0/+8
* Branch merge of preferences work branch. Includes fixes for several bugs. WAR...Andrew Garrett2009-04-241-0/+24
* Fix doxygen warningsAlexandre Emsenhuber2009-04-171-4/+4
* Fixed E_NOTICEAaron Schulz2009-02-181-2/+1
* * consolidated getDateMenu duplication into xml.phpAaron Schulz2009-02-121-0/+30
* Revert r45027, r45028 "* summary and subject messages now uses wiki text rath...Brion Vibber2008-12-311-25/+23
* * summary and subject messages now uses wiki text rather than raw HTMLAlexandre Emsenhuber2008-12-251-23/+25
* Add two new XML methods for building tables (buildTable and buildTableRow). A...Chad Horohoe2008-12-161-0/+41
* Cleanup for Xml::namespaceSelector():Chad Horohoe2008-09-301-3/+7
* As Raymond points out, there is a mw-submit classVictor Vasiliev2008-08-291-1/+1
* * Add class='mw-input' to the input rowVictor Vasiliev2008-08-291-5/+9
* PHP Sucks. Having a value of 0 was making $value appear as false, so you coul...Andrew Garrett2008-08-201-1/+2
* Cleanup some of my old code a bit. These should still be replaced with nicer...Aryeh Gregor2008-08-131-1/+1
* Re-commit turning makeKnownLinkObj(), makeBrokenLinkObj(), makeLinkObj() into...Aryeh Gregor2008-08-051-1/+1
* Revert r38591 -- "Make good-faith effort to run BrokenLink hook in Linker::li...Brion Vibber2008-08-051-2/+2
* Make good-faith effort to run BrokenLink hook in Linker::link(). No parser-t...Aryeh Gregor2008-08-041-2/+2
* Last commit contained errors. Revert most of it, keep only the tweaks to lin...Aryeh Gregor2008-08-031-26/+1
* * Output title before class in Linker::link() to match behavior of makeLink()...Aryeh Gregor2008-08-031-1/+26
* Don't allow contentless tags for <textarea>Alexandre Emsenhuber2008-06-271-3/+4
* Don't let textareas be done in short formAndrew Garrett2008-06-271-1/+1
* Use class=mw_label instead of valign and alignAndrew Garrett2008-06-271-1/+1
* Core changes for AbuseFilter extension.Andrew Garrett2008-06-271-8/+27
* * Fix commentsNiklas Laxström2008-06-171-1/+1
* Document Xml::hidden().Chad Horohoe2008-06-101-3/+2
* Fixed Doxygen warnings when generating documentation for this file and docume...Alexandre Emsenhuber2008-05-161-27/+85
* * Code cleanupNiklas Laxström2008-05-111-0/+20
* * Consistent case and autoloaderNiklas Laxström2008-05-101-1/+1
* * Added code two commonly needed use cases: separate label and input, and selectNiklas Laxström2008-05-101-3/+39
* * Typo in commentNiklas Laxström2008-05-101-1/+1
* bug fixes:Alexandre Emsenhuber2008-04-281-2/+2
* TypoAndrew Garrett2008-04-241-1/+1
* Fix loss of in moving buildForm to Xml.php, generalise it (this isn't just f...Andrew Garrett2008-04-241-2/+2
* By suggestion of NikeRabbit, move wfBuildForm into Xml.phpAndrew Garrett2008-04-241-0/+29
* * Shortcut for common use caseNiklas Laxström2008-04-191-0/+4
* * remove end of line whitespaceSiebrand Mazeland2008-04-141-34/+33
* Use the standard we've agreed upon for class names: prefixed with "mw-", word...Aryeh Gregor2008-04-131-1/+1
* Add classAaron Schulz2008-04-121-1/+1
* Cleanup for r30216:Brion Vibber2008-01-281-3/+13
* * Renaming Xml::reasonDropDown to Xml::listDropDown to make sure it doesn't i...Huji2008-01-281-4/+6
* Introducing Xml::reasonDropDownHuji2008-01-251-1/+46
* * (bug 12588) Fix selection in namespace selector on Special:NewpagesBrion Vibber2008-01-111-0/+8
* Allow an element name to be specified in Xml::namespaceSelector.Andrew Garrett2007-09-011-2/+2
* aaand restore behavior from prior to r24882 on expected inputBrion Vibber2007-08-201-2/+4
* Throw an exception for invalid data in expandAttributes() so we get a backtra...Brion Vibber2007-08-201-0/+2