| Commit message (Expand) | Author | Age | Files | Lines |
* | (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 |
* | Revert r95408, breaks preferences | Sam Reed | 2011-08-24 | 1 | -2/+3 |
* | Revert changes to HTMLForm from r92155 | Sam Reed | 2011-08-24 | 1 | -1/+1 |
* | (bug 30335) Fix for HTMLForms using GET breaking when non-friendly URLs are used | John Du Hart | 2011-08-23 | 1 | -0/+6 |
* | w/s fix for r92882 | Chad Horohoe | 2011-08-02 | 1 | -1/+1 |
* | Document parameter in loadInputFromParameters | Aaron Schulz | 2011-07-22 | 1 | -1/+2 |
* | Update code comments that point to 1.18 to point to 1.19 | Sam Reed | 2011-07-18 | 1 | -2/+2 |
* | Restructure tab code of mediawiki.special.preferences.js . * 10 levels of ind... | Leo Koppelkamm | 2011-07-14 | 1 | -1/+1 |
* | use tab name, not tab index for anchors on Special:Preferences. Bug 29672 . P... | Leo Koppelkamm | 2011-07-11 | 1 | -1/+1 |
* | Bug 29792: notice undefined index 'other' due to my commit r91803 | Robin Pepermans | 2011-07-09 | 1 | -1/+1 |
* | Allow the 'other' parameter for HTMLForm selectorother: it is used in Special... | Robin Pepermans | 2011-07-09 | 1 | -1/+2 |
* | HTMLForm: Add option to output a title for a fieldset & activate it for Speci... | Leo Koppelkamm | 2011-07-08 | 1 | -2/+6 |
* | Changed calls to Linker::tooltipAndAccesskeyAttribs() to be static and fixed ... | Alexandre Emsenhuber | 2011-07-04 | 1 | -2/+2 |
* | Follow-up r80988: fix function documentation | Bryan Tong Minh | 2011-06-30 | 1 | -0/+2 |
* | (bug 29511) block dropdown reasons should be in wiki content language. | Happy-melon | 2011-06-27 | 1 | -4/+7 |
* | Fix more __get() calls on RequestContext | Sam Reed | 2011-06-17 | 1 | -4/+4 |
* | And some more.... | Sam Reed | 2011-05-28 | 1 | -1/+1 |
* | Misc EOL w/s and spaces-instead-of-tabs fixes. One day I'll get around to na... | Mark A. Hershberger | 2011-05-25 | 1 | -9/+9 |