| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fix some doxygen warnings | Alexandre Emsenhuber | 2009-10-04 | 1 | -0/+1 |
* | In Xml::encodeJsVar, keep backwards compatibility by encoding empty arrays as... | Andrew Garrett | 2009-09-17 | 1 | -1/+2 |
* | Revert r55842 "Can now pass in element attributes other than just id to build... | Brion Vibber | 2009-09-08 | 1 | -3/+0 |
* | Add AJAX category management system. Includes suggestion system, dialogs for ... | Andrew Garrett | 2009-09-08 | 1 | -2/+5 |
* | Can now pass in element attributes other than just id to buildTable functions | Nimish Gautam | 2009-09-04 | 1 | -0/+3 |
* | Make Xml::hidden() a wrapper around Html::hidden() | Aryeh Gregor | 2009-08-21 | 1 | -10/+3 |
* | Core change for r52446, allow querying params like id | Niklas Laxström | 2009-06-26 | 1 | -0/+8 |
* | Branch merge of preferences work branch. Includes fixes for several bugs. WAR... | Andrew Garrett | 2009-04-24 | 1 | -0/+24 |
* | Fix doxygen warnings | Alexandre Emsenhuber | 2009-04-17 | 1 | -4/+4 |
* | Fixed E_NOTICE | Aaron Schulz | 2009-02-18 | 1 | -2/+1 |
* | * consolidated getDateMenu duplication into xml.php | Aaron Schulz | 2009-02-12 | 1 | -0/+30 |
* | Revert r45027, r45028 "* summary and subject messages now uses wiki text rath... | Brion Vibber | 2008-12-31 | 1 | -25/+23 |
* | * summary and subject messages now uses wiki text rather than raw HTML | Alexandre Emsenhuber | 2008-12-25 | 1 | -23/+25 |
* | Add two new XML methods for building tables (buildTable and buildTableRow). A... | Chad Horohoe | 2008-12-16 | 1 | -0/+41 |
* | Cleanup for Xml::namespaceSelector(): | Chad Horohoe | 2008-09-30 | 1 | -3/+7 |
* | As Raymond points out, there is a mw-submit class | Victor Vasiliev | 2008-08-29 | 1 | -1/+1 |
* | * Add class='mw-input' to the input row | Victor Vasiliev | 2008-08-29 | 1 | -5/+9 |
* | PHP Sucks. Having a value of 0 was making $value appear as false, so you coul... | Andrew Garrett | 2008-08-20 | 1 | -1/+2 |
* | Cleanup some of my old code a bit. These should still be replaced with nicer... | Aryeh Gregor | 2008-08-13 | 1 | -1/+1 |
* | Re-commit turning makeKnownLinkObj(), makeBrokenLinkObj(), makeLinkObj() into... | Aryeh Gregor | 2008-08-05 | 1 | -1/+1 |
* | Revert r38591 -- "Make good-faith effort to run BrokenLink hook in Linker::li... | Brion Vibber | 2008-08-05 | 1 | -2/+2 |
* | Make good-faith effort to run BrokenLink hook in Linker::link(). No parser-t... | Aryeh Gregor | 2008-08-04 | 1 | -2/+2 |
* | Last commit contained errors. Revert most of it, keep only the tweaks to lin... | Aryeh Gregor | 2008-08-03 | 1 | -26/+1 |
* | * Output title before class in Linker::link() to match behavior of makeLink()... | Aryeh Gregor | 2008-08-03 | 1 | -1/+26 |
* | Don't allow contentless tags for <textarea> | Alexandre Emsenhuber | 2008-06-27 | 1 | -3/+4 |
* | Don't let textareas be done in short form | Andrew Garrett | 2008-06-27 | 1 | -1/+1 |
* | Use class=mw_label instead of valign and align | Andrew Garrett | 2008-06-27 | 1 | -1/+1 |
* | Core changes for AbuseFilter extension. | Andrew Garrett | 2008-06-27 | 1 | -8/+27 |
* | * Fix comments | Niklas Laxström | 2008-06-17 | 1 | -1/+1 |
* | Document Xml::hidden(). | Chad Horohoe | 2008-06-10 | 1 | -3/+2 |
* | Fixed Doxygen warnings when generating documentation for this file and docume... | Alexandre Emsenhuber | 2008-05-16 | 1 | -27/+85 |
* | * Code cleanup | Niklas Laxström | 2008-05-11 | 1 | -0/+20 |
* | * Consistent case and autoloader | Niklas Laxström | 2008-05-10 | 1 | -1/+1 |
* | * Added code two commonly needed use cases: separate label and input, and select | Niklas Laxström | 2008-05-10 | 1 | -3/+39 |
* | * Typo in comment | Niklas Laxström | 2008-05-10 | 1 | -1/+1 |
* | bug fixes: | Alexandre Emsenhuber | 2008-04-28 | 1 | -2/+2 |
* | Typo | Andrew Garrett | 2008-04-24 | 1 | -1/+1 |
* | Fix loss of in moving buildForm to Xml.php, generalise it (this isn't just f... | Andrew Garrett | 2008-04-24 | 1 | -2/+2 |
* | By suggestion of NikeRabbit, move wfBuildForm into Xml.php | Andrew Garrett | 2008-04-24 | 1 | -0/+29 |
* | * Shortcut for common use case | Niklas Laxström | 2008-04-19 | 1 | -0/+4 |
* | * remove end of line whitespace | Siebrand Mazeland | 2008-04-14 | 1 | -34/+33 |
* | Use the standard we've agreed upon for class names: prefixed with "mw-", word... | Aryeh Gregor | 2008-04-13 | 1 | -1/+1 |
* | Add class | Aaron Schulz | 2008-04-12 | 1 | -1/+1 |
* | Cleanup for r30216: | Brion Vibber | 2008-01-28 | 1 | -3/+13 |
* | * Renaming Xml::reasonDropDown to Xml::listDropDown to make sure it doesn't i... | Huji | 2008-01-28 | 1 | -4/+6 |
* | Introducing Xml::reasonDropDown | Huji | 2008-01-25 | 1 | -1/+46 |
* | * (bug 12588) Fix selection in namespace selector on Special:Newpages | Brion Vibber | 2008-01-11 | 1 | -0/+8 |
* | Allow an element name to be specified in Xml::namespaceSelector. | Andrew Garrett | 2007-09-01 | 1 | -2/+2 |
* | aaand restore behavior from prior to r24882 on expected input | Brion Vibber | 2007-08-20 | 1 | -2/+4 |
* | Throw an exception for invalid data in expandAttributes() so we get a backtra... | Brion Vibber | 2007-08-20 | 1 | -0/+2 |