aboutsummaryrefslogtreecommitdiffstats
path: root/includes/actions/FormAction.php
Commit message (Expand)AuthorAgeFilesLines
* Replace deprecated HTMLForm::addPreText/addPostTextUmherirrender2024-07-141-3/+3
* Use namespaced classes (3)Umherirrender2024-06-161-0/+1
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-0/+2
* FormAction: Correct return type documentation of getFormEd Sanders2021-04-271-1/+1
* Merge "Replace "@stable for subclassing" with "@stable to extend""jenkins-bot2020-07-131-1/+1
|\
| * Replace "@stable for subclassing" with "@stable to extend"daniel2020-07-131-1/+1
* | Replace "@stable for overriding" with "@stable to override"daniel2020-07-131-8/+8
|/
* Mark action base classes as extensibledaniel2020-07-081-0/+13
* Hooks::run() call site migrationTim Starling2020-05-301-10/+7
* Remove direct access to Action::page and Article::page propertiesArtBaltai2020-03-271-2/+13
* WatchAction::onSubmit return correct value, not always trueFlorian Schmidt2018-05-231-1/+6
* Convert various FormActions to OOUIThis, that and the other2017-03-111-1/+13
* Convert all array() syntax to []Kunal Mehta2016-02-171-6/+6
* Distinguish read vs write mode Action classesAaron Schulz2016-01-151-0/+4
* WatchAction: Clean up redundant getFormFields() and show()Timo Tijhof2015-09-281-5/+11
* WatchAction: Require POST for index.php action=watchTimo Tijhof2015-09-281-1/+2
* Replace wfRunHooks calls with direct Hooks::run callsAaron Schulz2014-12-101-2/+2
* Documentation: put FormAction and FormlessAction into "Actions" groupwithoutaname2014-08-021-4/+3
* Remove execute() from Action and subclasseswithoutaname2014-07-161-44/+0
* Fixed some @params documentationumherirrender2014-04-141-7/+7
* Fix spacing after @param and friends in commentsumherirrender2014-04-051-1/+1
* Split the rest of Action.php into /actions/addshore2014-03-031-0/+168