aboutsummaryrefslogtreecommitdiffstats
path: root/includes/HTMLForm.php
Commit message (Expand)AuthorAgeFilesLines
* HTMLForm: throw a warning when no callback is setMax Semenik2012-05-221-0/+3
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-141-0/+21
* (bug 31757) Add a word-separator between help-messages in HTMLFormumherirrender2012-04-211-0/+5
* Better fix for bug 36049, now using isset() rather than !empty()awjrichards2012-04-201-1/+1
* (bug 36049) placeholder attrib for HTMLForm Textareaawjrichards2012-04-191-0/+4
* Html::setSubmitTextMsg double escapesNiklas Laxström2012-04-111-1/+1
* Separate $wgArticlePath from $wgUsePathInfo.Daniel Friesen2012-03-241-2/+2
* A little fix in whitespace and comment spelling.Amir E. Aharoni2012-03-221-2/+2
* Follow up to r113142; fix incorrect conversion to array (value can be array a...Jeroen De Dauw2012-03-071-1/+1
* follow up to r113113, get rid of code ducpliation and fix docs to reflect act...Jeroen De Dauw2012-03-061-15/+14
* fix support for passing args to help-message(s), which was documented to be t...Jeroen De Dauw2012-03-061-2/+6
* TODO about 'class' throwing a fatal errorAntoine Musso2012-03-051-0/+4
* Whitespace cleanupNiklas Laxström2012-03-011-2/+2
* Documentation followups from lastnightSam Reed2012-02-101-1/+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-1/+1
* Fixing some of the "@return true" or "@return false", need to be "@return boo...Sam Reed2012-02-091-1/+1
* (bug 33992) - "Allow anon a formless purge with POST". Changed HTMLForm::tryA...Aaron Schulz2012-01-301-3/+18
* comment mAction / whitespacesAntoine Musso2012-01-301-6/+7
* allow people to actually specify post targets with a queryJeroen De Dauw2012-01-291-1/+20
* Reverted r109957 per slush (see CR comments)Aaron Schulz2012-01-281-98/+0
* Add HTMLFormFields for namespaces and restriction levels. This is not a 1.19 ...John Du Hart2012-01-241-0/+98
* DocumentationSam Reed2012-01-191-1/+1
* Fixing commentsmrbluesky2012-01-131-4/+4
* A couple more for r108785Sam Reed2012-01-131-1/+1
* [Core JS] More fixing of global config variable usageKrinkle2011-12-311-1/+1
* Moving the flatlist option to HTMLFormField to prevent code duplication per h...John Du Hart2011-12-231-15/+6
* actually use the flipping cssclass arg, so its possible to set a css class wi...Jeroen De Dauw2011-12-211-2/+25
* add missing deprecation notices and added deprecation version to existing onesJeroen De Dauw2011-12-131-1/+1
* Revert r104353, r104354, r104356, r104358, r104383: changes to pagers break...Brion Vibber2011-12-061-111/+0
* Followup r104353, updating Special:ProtectedTitlesJohn Du Hart2011-11-281-0/+93
* This is the rework I was talking about in r104318 for 1.19. Instead of having...John Du Hart2011-11-271-0/+18
* Following r100264, update usages in coreJohn Du Hart2011-11-161-1/+1
* Removed usage of $wgUser in block and unblock processing:Alexandre Emsenhuber2011-11-131-2/+2
* checkbox could not be checked through URL parameterAntoine Musso2011-11-011-1/+4
* On the preferences form, make preferences and other items at the top level of...Roan Kattouw2011-10-311-1/+14
* Make indentation consistent in HTMLForm doc commentRoan Kattouw2011-10-261-4/+4
* Adding functions to HTMLForm for explicitly setting the content of the header...John Du Hart2011-10-231-1/+44
* HTMLForm is now a context source.John Du Hart2011-10-231-35/+4
* Adding flatlists to HTMLRadioField, sort of like HTMLMultiSelectJohn Du Hart2011-10-231-3/+11
* Follow up r100512, adding @since tags and using wfMessageJohn Du Hart2011-10-231-2/+4
* Removing extra stuff that was committed in r100512John Du Hart2011-10-221-47/+1
* Adding functions to HTMLForm for setting the submitText and WrapperLegend to ...John Du Hart2011-10-221-1/+64
* (bug 31405) block reason preload. Patch by Brad Jorsch.Happy-melon2011-10-171-1/+11
* Type hintingHappy-melon2011-10-171-1/+12
* * Use the context when building the preferences form descriptorAlexandre Emsenhuber2011-10-091-1/+1
* Add a method to HTML for getting just the HTML (As opposed to passing it righ...John Du Hart2011-10-081-9/+14
* * (bug 31089) Fix regression in Special:Block reasons list (MediaWiki:Ipbreas...Brion Vibber2011-09-221-16/+7
* Use IContextSource instead of RequestContext inside type hints and instanceof...Daniel Friesen2011-09-151-6/+6
* Followup r92155, move preferences-specific code introduced in HTMLForm to Pre...Roan Kattouw2011-08-251-4/+6