| Commit message (Expand) | Author | Age | Files | Lines |
* | HTMLForm: throw a warning when no callback is set | Max Semenik | 2012-05-22 | 1 | -0/+3 |
* | Added missing GPLv2 headers in some places. | Alexandre Emsenhuber | 2012-05-14 | 1 | -0/+21 |
* | (bug 31757) Add a word-separator between help-messages in HTMLForm | umherirrender | 2012-04-21 | 1 | -0/+5 |
* | Better fix for bug 36049, now using isset() rather than !empty() | awjrichards | 2012-04-20 | 1 | -1/+1 |
* | (bug 36049) placeholder attrib for HTMLForm Textarea | awjrichards | 2012-04-19 | 1 | -0/+4 |
* | Html::setSubmitTextMsg double escapes | Niklas Laxström | 2012-04-11 | 1 | -1/+1 |
* | Separate $wgArticlePath from $wgUsePathInfo. | Daniel Friesen | 2012-03-24 | 1 | -2/+2 |
* | A little fix in whitespace and comment spelling. | Amir E. Aharoni | 2012-03-22 | 1 | -2/+2 |
* | Follow up to r113142; fix incorrect conversion to array (value can be array a... | Jeroen De Dauw | 2012-03-07 | 1 | -1/+1 |
* | follow up to r113113, get rid of code ducpliation and fix docs to reflect act... | Jeroen De Dauw | 2012-03-06 | 1 | -15/+14 |
* | fix support for passing args to help-message(s), which was documented to be t... | Jeroen De Dauw | 2012-03-06 | 1 | -2/+6 |
* | TODO about 'class' throwing a fatal error | Antoine Musso | 2012-03-05 | 1 | -0/+4 |
* | Whitespace cleanup | Niklas Laxström | 2012-03-01 | 1 | -2/+2 |
* | Documentation followups from lastnight | Sam Reed | 2012-02-10 | 1 | -1/+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 | -1/+1 |
* | Fixing some of the "@return true" or "@return false", need to be "@return boo... | Sam Reed | 2012-02-09 | 1 | -1/+1 |
* | (bug 33992) - "Allow anon a formless purge with POST". Changed HTMLForm::tryA... | Aaron Schulz | 2012-01-30 | 1 | -3/+18 |
* | comment mAction / whitespaces | Antoine Musso | 2012-01-30 | 1 | -6/+7 |
* | allow people to actually specify post targets with a query | Jeroen De Dauw | 2012-01-29 | 1 | -1/+20 |
* | Reverted r109957 per slush (see CR comments) | Aaron Schulz | 2012-01-28 | 1 | -98/+0 |
* | Add HTMLFormFields for namespaces and restriction levels. This is not a 1.19 ... | John Du Hart | 2012-01-24 | 1 | -0/+98 |
* | Documentation | Sam Reed | 2012-01-19 | 1 | -1/+1 |
* | Fixing comments | mrbluesky | 2012-01-13 | 1 | -4/+4 |
* | A couple more for r108785 | Sam Reed | 2012-01-13 | 1 | -1/+1 |
* | [Core JS] More fixing of global config variable usage | Krinkle | 2011-12-31 | 1 | -1/+1 |
* | Moving the flatlist option to HTMLFormField to prevent code duplication per h... | John Du Hart | 2011-12-23 | 1 | -15/+6 |
* | actually use the flipping cssclass arg, so its possible to set a css class wi... | Jeroen De Dauw | 2011-12-21 | 1 | -2/+25 |
* | add missing deprecation notices and added deprecation version to existing ones | Jeroen De Dauw | 2011-12-13 | 1 | -1/+1 |
* | Revert r104353, r104354, r104356, r104358, r104383: changes to pagers break... | Brion Vibber | 2011-12-06 | 1 | -111/+0 |
* | Followup r104353, updating Special:ProtectedTitles | John Du Hart | 2011-11-28 | 1 | -0/+93 |
* | This is the rework I was talking about in r104318 for 1.19. Instead of having... | John Du Hart | 2011-11-27 | 1 | -0/+18 |
* | Following r100264, update usages in core | John Du Hart | 2011-11-16 | 1 | -1/+1 |
* | Removed usage of $wgUser in block and unblock processing: | Alexandre Emsenhuber | 2011-11-13 | 1 | -2/+2 |
* | checkbox could not be checked through URL parameter | Antoine Musso | 2011-11-01 | 1 | -1/+4 |
* | On the preferences form, make preferences and other items at the top level of... | Roan Kattouw | 2011-10-31 | 1 | -1/+14 |
* | Make indentation consistent in HTMLForm doc comment | Roan Kattouw | 2011-10-26 | 1 | -4/+4 |
* | Adding functions to HTMLForm for explicitly setting the content of the header... | John Du Hart | 2011-10-23 | 1 | -1/+44 |
* | HTMLForm is now a context source. | John Du Hart | 2011-10-23 | 1 | -35/+4 |
* | Adding flatlists to HTMLRadioField, sort of like HTMLMultiSelect | John Du Hart | 2011-10-23 | 1 | -3/+11 |
* | Follow up r100512, adding @since tags and using wfMessage | John Du Hart | 2011-10-23 | 1 | -2/+4 |
* | Removing extra stuff that was committed in r100512 | John Du Hart | 2011-10-22 | 1 | -47/+1 |
* | Adding functions to HTMLForm for setting the submitText and WrapperLegend to ... | John Du Hart | 2011-10-22 | 1 | -1/+64 |
* | (bug 31405) block reason preload. Patch by Brad Jorsch. | Happy-melon | 2011-10-17 | 1 | -1/+11 |
* | Type hinting | Happy-melon | 2011-10-17 | 1 | -1/+12 |
* | * Use the context when building the preferences form descriptor | Alexandre Emsenhuber | 2011-10-09 | 1 | -1/+1 |
* | Add a method to HTML for getting just the HTML (As opposed to passing it righ... | John Du Hart | 2011-10-08 | 1 | -9/+14 |
* | * (bug 31089) Fix regression in Special:Block reasons list (MediaWiki:Ipbreas... | Brion Vibber | 2011-09-22 | 1 | -16/+7 |
* | Use IContextSource instead of RequestContext inside type hints and instanceof... | Daniel Friesen | 2011-09-15 | 1 | -6/+6 |
* | Followup r92155, move preferences-specific code introduced in HTMLForm to Pre... | Roan Kattouw | 2011-08-25 | 1 | -4/+6 |