aboutsummaryrefslogtreecommitdiffstats
path: root/includes/actions/RawAction.php
Commit message (Expand)AuthorAgeFilesLines
* Use namespaced classesUmherirrender2024-10-211-0/+1
* Add namespace and deprecation alias to TextContentEbrahim Byagowi2024-05-191-0/+1
* InfoAction: Minor cleanupReedy2024-05-041-31/+36
* Namespace includes/cacheJames D. Forrester2024-02-201-1/+1
* Move Parser to Mediawiki\Parser namespaceSubramanya Sastry2024-02-161-0/+1
* Namespace includes/contextJames D. Forrester2024-02-081-0/+1
* Replace deprecated User::newFromName with UserFactory::newFromNameDogu2024-01-081-3/+8
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+1
* Use real type hints for services etc. in actions/Bartosz Dziewoński2023-08-291-11/+4
* RawAction: Allow non-TextContent Contents to support action=raw if they wantJames D. Forrester2023-07-171-1/+1
* make action 'raw' slot-awareSimon Stier2022-12-201-2/+12
* actions: Inject HookContainer into abstract Action classUmherirrender2022-11-221-9/+1
* Merge "Action: Remove deprecated constructor parameters"jenkins-bot2022-11-221-3/+3
|\
| * Action: Remove deprecated constructor parametersBartosz Dziewoński2022-11-031-3/+3
* | Various doc fixes about false and null on method arguments/return typesUmherirrender2022-11-031-1/+1
|/
* actions: Add Action::getAuthority and use itUmherirrender2022-07-081-1/+1
* Merge "Use User::isRegistered for readability instead of ::getId falsy check"jenkins-bot2022-05-231-1/+1
|\
| * Use User::isRegistered for readability instead of ::getId falsy checkUmherirrender2022-04-291-1/+1
* | Fix many typos in commentsMatěj Suchánek2022-05-101-1/+1
|/
* Use MainConfigNames instead of string literals, #4Aryeh Gregor2022-04-261-2/+3
* action: Remove usage of protection related deprecated Title functionUmherirrender2022-04-131-3/+11
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+1
* Remove unneeded variable assignmentUmherirrender2021-09-031-2/+0
* Inject HookContainer into RawActionDannyS7122021-08-061-1/+9
* Inject services into a bunch more actionsDannyS7122021-07-291-8/+36
* Use context Authority in Actions for permission checksPetr Pchelko2021-02-221-1/+1
* Swap out uses of User->isLoggedIn() with ->isRegistered()James D. Forrester2020-12-221-2/+2
* Document HttpError to help taint-checkUmherirrender2020-12-121-2/+1
* Replace deprecated Title::getCdnUrlsUmherirrender2020-11-031-1/+1
* Remove terminating line breaks from debug messagesTim Starling2020-06-031-1/+1
* Hooks::run() call site migrationTim Starling2020-05-301-3/+1
* Fix some Squiz.Scope.MethodScope.MissingReedy2020-05-161-1/+1
* Remove direct access to Action::page and Article::page propertiesArtBaltai2020-03-271-2/+4
* Remove usage of deprecated static Revision methods from actionsPetr Pchelko2020-03-061-2/+5
* Remove IE 6 security features from server-side codeTim Starling2019-11-281-4/+0
* Hard deprecate User::isEveryoneAllowedPetr Pchelko2019-10-301-3/+3
* Remove usages of Title::get{Previous,Next}RevisionIdPetr Pchelko2019-09-131-5/+13
* Replace User::isAllowed with PermissionManager.Petr Pchelko2019-08-201-1/+2
* context: Use getRawVal instead of getVal for 'uselang' and 'useskin'Timo Tijhof2019-07-301-3/+1
* Remove $wgUseKeyHeader and OutputPage::getKeyHeader(), deprecated in 1.32C. Scott Ananian2019-06-191-3/+0
* Return null from overwritten FormlessAction::onViewUmherirrender2019-06-181-2/+5
* Rename CDN config variables to be generic, deprecating the old namesJames D. Forrester2019-05-241-1/+1
* Remove all $wgParser use from coreAryeh Gregor2019-04-171-3/+2
* Fix function/class caseMax Semenik2019-03-291-2/+2
* Simplify strings in PHP codeFomafix2019-03-011-1/+1
* Refactor calls to deprecated function Content::getNativeData()Bill Pirkle2019-02-151-1/+1
* SECURITY: Don't allow loading unprotected JS filesBrian Wolff2018-10-211-0/+24
* skins: Remove 'usemsgcache' and deprecate getDynamicStylesheetQueryTimo Tijhof2018-09-291-54/+25
* Document some understanding of MessageCache in RawAction/EditPageTimo Tijhof2018-09-291-6/+23
* Fix some phan-taint-check false positivesBrian Wolff2018-09-211-0/+3