aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiEditPage.php
Commit message (Expand)AuthorAgeFilesLines
* Handle collisions from SerialProvider::acquireIndexDreamy Jazz2023-12-211-1/+4
* Move user options related classes into its own namespaceMartin Urbanec2023-11-291-1/+1
* StatusValue: Allow passing arbitrary data to augment resultAmmarpad2023-11-281-2/+2
* Add ApiCreateTempUserTrait for APIs that create temporary usersThalia2023-11-011-32/+11
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+1
* Use real type hints for services etc. in api/ except ApiQuery*.phpBartosz Dziewoński2023-08-291-20/+7
* ApiWatchlistTrait: Use real type hints, remove duplicate definitionsBartosz Dziewoński2023-08-291-3/+0
* ApiEditPage: Check permissions of the temp user if we will create oneBartosz Dziewoński2023-08-081-2/+30
* ApiEditPage: Return URL to finish creating temp account if enabledBartosz Dziewoński2023-06-221-0/+39
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Reorg: Move EditPage.php to MediaWiki\EditPageAmir Sarabadani2023-02-151-0/+1
* Make use of ??= in more placesDannyS7122022-12-171-3/+1
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-281-0/+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
* build: Update mediawiki/mediawiki-phan-config to 0.12.0Daimona Eaytoy2022-10-081-0/+1
* ApiEditPage: Create temporary account on edit attempt if enabledBartosz Dziewoński2022-09-301-0/+1
* api: Swap wfMessage() for $this->msg()Reedy2022-08-131-1/+1
* api: Replace numerous more deprecated constantsReedy2022-06-061-2/+2
* api: Replace numerous deprecated constantsReedy2022-06-061-21/+23
* SECURITY: ApiEditPage: update title after redirectsTaavi Väänänen2022-06-021-1/+3
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-3/+6
* Merge "api: Simplify param handling for undoafter on action=edit"jenkins-bot2022-03-301-2/+2
|\
| * api: Simplify param handling for undoafter on action=editUmherirrender2022-03-301-2/+2
* | phan: Remove PhanTypePossiblyInvalidDimOffset suppressionUmherirrender2022-03-281-0/+2
|/
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+4
* Edits via API should set cookie for anonsjdlrobson2021-12-171-0/+8
* Introduce `Redirect(Lookup&Store)` services to handle redirectsDerick Alangi2021-12-011-38/+31
* ApiEditPage: Harden content model mismatch checksAmmarpad2021-10-021-3/+10
* Revert "Use CsrfTokenSet as CSRF token source"Kunal Mehta2021-08-051-2/+1
* Use CsrfTokenSet as CSRF token sourcePetr Pchelko2021-07-121-1/+2
* api: Replace deprecated User::getOption in ApiEditPageUmherirrender2021-07-061-1/+6
* api: Inject services into ApiWatchlistTraitUmherirrender2021-07-061-4/+13
* api: Replace deprecated WikiPage::factory in ApiEditPageUmherirrender2021-07-021-2/+9
* api: Inject services into ApiEditPageUmherirrender2021-06-301-13/+34
* Remove the fallback for create rights (covered in PM edit rights check).Roman Stolar2021-06-301-1/+1
* Use the edited page's title for magic words in action=edit error messagesBartosz Dziewoński2021-05-211-0/+2
* Add comment to fall-through cases in switchUmherirrender2021-04-151-0/+1
* Clean up some logic in ApiEditPageDannyS7122021-04-121-24/+21
* Convert ChangeTags public interface to Authority.Petr Pchelko2021-02-241-1/+1
* Safe-guard switch possibly doing bad comparisonsThiemo Kreuz2021-02-101-4/+5
* Merge "ApiEditPage: Document that it is extended"jenkins-bot2020-10-061-0/+7
|\
| * ApiEditPage: Document that it is extendedDannyS7122020-09-301-0/+7
* | Revert "Revert "ApiEditPage: Show existing watchlist expiry if statusAmmar Abdulhamid2020-09-301-6/+13
|/
* Merge "Revert "ApiEditPage: Show existing watchlist expiry if status is not b...jenkins-bot2020-09-301-22/+7
|\
| * Revert "ApiEditPage: Show existing watchlist expiry if status is not being ch...DannyS7122020-09-301-22/+7
* | Merge "ApiEditPage: Don't swap undo and undoafter parameters"jenkins-bot2020-09-301-4/+0
|\ \ | |/ |/|
| * ApiEditPage: Don't swap undo and undoafter parametersDov Alperin2020-09-211-4/+0
* | ApiEditPage: Show existing watchlist expiry if status is not being changed.Ammar Abdulhamid2020-09-291-7/+22
|/
* Merge "Remove requirement for ApiWatchlistTrait to be in ApiBase."jenkins-bot2020-09-111-1/+1
|\