aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specialpage/FormSpecialPage.php
Commit message (Expand)AuthorAgeFilesLines
* Rename FormSpecialPage::[pre|post]Text() to *Html()Gergő Tisza2022-01-061-2/+24
* Use static closures where safe to useUmherirrender2021-02-111-1/+1
* Hooks::run() call site migrationTim Starling2020-05-301-1/+1
* Allow user, language and IP to be passed to UserBlockedErrorThalia2019-10-171-1/+6
* Remove extra param comment and enable phpcs ruleUmherirrender2019-10-111-0/+2
* Unsuppress more phan issues (part 3)Daimona Eaytoy2019-08-311-2/+3
* specials: Fix incomplete documentation of execute() paramThiemo Kreuz2019-03-281-3/+3
* Block Special pages only if the user is sitewide blockedDavid Barratt2019-03-041-2/+4
* Add getLoginSecurityLevel() support to FormSpecialPageBrad Jorsch2018-06-051-2/+41
* FormSpecialPage: Only add redirectparams for POST formsKunal Mehta2016-10-181-5/+6
* Convert all array() syntax to []Kunal Mehta2016-02-171-3/+3
* Remove return value from FormSpecialPage::checkExecutePermissionsAaron Schulz2015-10-041-3/+0
* OOUIHTMLForm: Support setWrapperLegend()Bartosz Dziewoński2015-07-131-1/+5
* Remove FormSpecialPage::$fieldsKunal Mehta2015-03-191-3/+1
* Fix phpcs errors and warnings in includes/specialpageKunal Mehta2015-03-151-1/+6
* HTMLForm: Separate VForm code to a subclassBartosz Dziewoński2015-01-141-8/+12
* Replace wfRunHooks calls with direct Hooks::run callsAaron Schulz2014-12-101-1/+1
* HTMLForm submission callback documentation updatesBrad Jorsch2014-07-031-2/+3
* Combine SpecialPageBeforeFormDisplay set of hooks into oneKevin Israel2014-06-281-1/+1
* Fixed some @params documentation (includes/[specialpage|specials])umherirrender2014-04-191-10/+10
* Fix spacing after @param and friends in commentsumherirrender2014-04-051-1/+1
* Split includes/SpecialPage.phpBartosz Dziewoński2013-12-091-0/+192