aboutsummaryrefslogtreecommitdiffstats
path: root/includes/HTMLForm.php
Commit message (Expand)AuthorAgeFilesLines
...
* Revert r95408, breaks preferencesSam Reed2011-08-241-2/+3
* Revert changes to HTMLForm from r92155Sam Reed2011-08-241-1/+1
* (bug 30335) Fix for HTMLForms using GET breaking when non-friendly URLs are usedJohn Du Hart2011-08-231-0/+6
* w/s fix for r92882Chad Horohoe2011-08-021-1/+1
* Document parameter in loadInputFromParametersAaron Schulz2011-07-221-1/+2
* Update code comments that point to 1.18 to point to 1.19Sam Reed2011-07-181-2/+2
* Restructure tab code of mediawiki.special.preferences.js . * 10 levels of ind...Leo Koppelkamm2011-07-141-1/+1
* use tab name, not tab index for anchors on Special:Preferences. Bug 29672 . P...Leo Koppelkamm2011-07-111-1/+1
* Bug 29792: notice undefined index 'other' due to my commit r91803Robin Pepermans2011-07-091-1/+1
* Allow the 'other' parameter for HTMLForm selectorother: it is used in Special...Robin Pepermans2011-07-091-1/+2
* HTMLForm: Add option to output a title for a fieldset & activate it for Speci...Leo Koppelkamm2011-07-081-2/+6
* Changed calls to Linker::tooltipAndAccesskeyAttribs() to be static and fixed ...Alexandre Emsenhuber2011-07-041-2/+2
* Follow-up r80988: fix function documentationBryan Tong Minh2011-06-301-0/+2
* (bug 29511) block dropdown reasons should be in wiki content language.Happy-melon2011-06-271-4/+7
* Fix more __get() calls on RequestContextSam Reed2011-06-171-4/+4
* And some more....Sam Reed2011-05-281-1/+1
* Misc EOL w/s and spaces-instead-of-tabs fixes. One day I'll get around to na...Mark A. Hershberger2011-05-251-9/+9
* Simplify message existence checks by using wfMessage() instead of wfEmptyMsg()Alexandre Emsenhuber2011-05-241-11/+8
* Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia...Siebrand Mazeland2011-05-171-3/+5
* DocumentationSam Reed2011-05-041-1/+1
* Revert r86872: Breaks LiquidThreads page moves with the below failure. Thread...Siebrand Mazeland2011-04-251-4/+34
* Implement an interface and abstract class to hold the widely-reused get(Reque...Happy-melon2011-04-251-34/+4
* Some type-hinting and documentation in HTMLForm.phpHappy-melon2011-04-231-1/+29
* Look mum, no globals! Implement a RequestContext for HTMLForm, passed in the...Happy-melon2011-04-131-31/+54
* Follow-up r85025: fix the you're-trying-to-block-yourself-you-twit warning, a...Happy-melon2011-04-011-1/+1
* Follow-up r83907: abstract the flatlist mode into a descriptor option, and ma...Happy-melon2011-03-271-1/+9
* Topple the last bastion of global-function-based special pages. Also fix HTM...Happy-melon2011-03-261-1/+1
* Refactor the get-legend-for-section-fieldset logic out into its own function ...Happy-melon2011-03-241-1/+11
* Some tweaks to HTMLMultiSelect form to make it play nicely with GET forms, an...Happy-melon2011-03-141-10/+15
* Follow-up r83809 r83810: improved documentationNiklas Laxström2011-03-131-0/+2
* HTMLForm:Niklas Laxström2011-03-131-4/+33
* Follow-up r83755: @deprecated @since is wrong, doesn't have the expected sema...Happy-melon2011-03-121-1/+1
* Follow-up r83298: keep the two elements of the message separate in an array i...Happy-melon2011-03-121-19/+34
* Remove second parameters from wfEmptyMsg() callsAntoine Musso2011-03-071-1/+1
* Follow-up r83280; looks like I accidentally deprecated a piece of legacy JS :DHappy-melon2011-03-051-11/+2
* HTMLFormField class to build a select-dropdown-with-additional-text-field str...Happy-melon2011-03-051-0/+147
* Follow-up r83183, r83202:Happy-melon2011-03-051-19/+19
* revert r82283, loads of unrelated changesHappy-melon2011-02-161-43/+21
* Create a user.groups module in ResourceLoader, which bundles a CSS and JS pag...Happy-melon2011-02-161-21/+43
* Follow-up r77640: Check whether there are errors before asking Status to tran...Bryan Tong Minh2011-02-021-1/+5
* (bug 26929) Introduced the edittools-upload message, which will be inserted u...Bryan Tong Minh2011-01-271-4/+13
* HTMLForm: All section headers and footers. Added an optional second $section ...Bryan Tong Minh2011-01-251-3/+29
* bug 10158 : do not mention allowing others to contact you if $wgEnableUserEma...Antoine Musso2011-01-141-0/+15
* Fix for bug 26561: clickjacking attacks. See the bug report for full document...Tim Starling2011-01-041-0/+3
* Nicer way of doing r78566, and also one which won't incur Tim's wrath... :DHappy-melon2010-12-181-5/+7
* r52070 breaks the use of optgroups etc: array(...) is cast to 'Array'. Need ...Happy-melon2010-12-181-1/+4
* Follow-up r78445: don't spam a useless edit token into the URL for GET requests.Happy-melon2010-12-151-7/+10
* Clean up the running mess that is r64866, r65040, and then r67277. Implement...Happy-melon2010-12-151-19/+18
* Follow-up r78445: validation errors would never be shown on a GET formHappy-melon2010-12-151-1/+5
* Allow HTMLForms to be submitted by GET requests.Happy-melon2010-12-151-1/+10