aboutsummaryrefslogtreecommitdiffstats
path: root/includes/actions/Action.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/skinJames D. Forrester2025-03-251-1/+1
* Namespace all remaining files in includes/exceptionJames D. Forrester2025-03-251-4/+4
* Namespace all remaining files in includes/actionsJames D. Forrester2025-03-191-0/+11
* Namespace all remaining files in includes/pageJames D. Forrester2025-03-181-0/+4
* Replace remaining gendered pronounsTacsipacsi2025-03-021-1/+1
* Add type hints to detect bool/null message paramsBartosz Dziewoński2024-11-141-1/+4
* Use namespaced classesUmherirrender2024-10-211-0/+1
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-1/+1
* Merge "Clarify Action::requiresWrite() and ApiBase::isWriteMode() comments"jenkins-bot2024-08-261-3/+12
|\
| * Clarify Action::requiresWrite() and ApiBase::isWriteMode() commentsAaron Schulz2024-08-261-3/+12
* | Action: consistently document the meaning of write operationsdaniel2024-08-201-1/+14
|/
* Namespace MessageSpecifier under Wikimedia\Message\Bartosz Dziewoński2024-07-281-0/+1
* Replace some uses of deprecated PermissionManager::getPermissionErrors()Bartosz Dziewoński2024-06-271-4/+1
* Namespace Message, move to appropriate directoryJames D. Forrester2024-02-141-0/+1
* Namespace includes/contextJames D. Forrester2024-02-081-0/+1
* Hard deprecate returning a string from Action::getPageTitle()C. Scott Ananian2023-09-221-1/+2
* Deprecate returning a string from Action::getPageTitle()C. Scott Ananian2023-09-211-1/+9
* Introduce ActionFactory::getActionInfodaniel2023-09-201-1/+17
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+1
* Reorg: Move WebRequest to includes\RequestAmir Sarabadani2023-09-111-0/+1
* Reorg: Move three output related classes to includes/Output/Amir Sarabadani2023-09-051-0/+1
* Drop Action::exists() and ActionFactory::actionExists(), deprecated since 1.38James D. Forrester2023-08-161-16/+0
* Action::getPageTitle() can return a MessageC. Scott Ananian2023-08-101-1/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Make use of ?:, ?? and ??= operators in mostly trivial casesthiemowmde2022-12-051-5/+1
* actions: Inject HookContainer into abstract Action classUmherirrender2022-11-221-2/+23
* Merge "Action: Remove deprecated constructor parameters"jenkins-bot2022-11-221-49/+4
|\
| * Action: Remove deprecated constructor parametersBartosz Dziewoński2022-11-031-49/+4
* | Various doc fixes about false and null on method arguments/return typesUmherirrender2022-11-031-1/+1
|/
* Revert "Reorg: Move some of request related classes to MediaWiki/Request"Zabe2022-10-271-2/+1
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-261-1/+2
* Setup: Adopt RequestContext::getActionName for most early callersTimo Tijhof2022-09-201-3/+2
* actions: Add Action::getAuthority and use itUmherirrender2022-07-081-0/+11
* actions: Add missing ->text() in RevertAction::getPageTitle()Timo Tijhof2022-04-131-3/+3
* Allow ContentHandler to "override" non-existent actionsTim Starling2022-03-081-0/+3
* Fix various documentation related to null typesUmherirrender2022-02-261-1/+1
* SECURITY: Require 'read' right for most actionsKunal Mehta2021-12-151-0/+10
* actions: Update deprecated code in Actions::checkCanExecute()Derick Alangi2021-10-281-4/+5
* Merge "Specify DB to query when checking if a user is blocked from a page"jenkins-bot2021-08-261-1/+5
|\
| * Specify DB to query when checking if a user is blocked from a pageThalia2021-05-241-1/+5
* | Action::addHelpLink() - don't call getActionName()DannyS7122021-08-061-1/+1
* | Mark Action::getHookContainer() as @internalDannyS7122021-08-021-0/+1
* | Add an ActionFactory and start converting to DIDannyS7122021-07-291-84/+12
* | build: Updating dependencieslibraryupgrader2021-07-221-3/+3
|/
* Remove deprecated code in Action::factoryDannyS7122021-03-221-15/+4
* Replace deprecated WikiPage::factory in action related classesUmherirrender2020-11-111-1/+1
* Remove final modifier on private functionAmmar Abdulhamid2020-09-061-1/+1
* Replace usages and deprecate Skin::makeUrlAmmar Abdulhamid2020-08-311-5/+7
* 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