aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiEditPage.php
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Remove requirement for ApiWatchlistTrait to be in ApiBase.Ammar Abdulhamid2020-09-071-1/+1
* | API: Handle ContentHandler exception for content model mismatchAmmar Abdulhamid2020-09-041-0/+18
|/
* Use strict (in)equality with namespaces constants when LHS is definitely an i...Ed Sanders2020-07-311-1/+1
* Merge "EditPage: handle undoafter param properly"jenkins-bot2020-07-141-1/+3
|\
| * EditPage: handle undoafter param properlyOstrzyciel2020-07-081-1/+3
* | Add watchlist expiry support to applicable APIsMusikAnimal2020-07-131-10/+31
|/
* Fix SingleSpaceBeforeSingleLineCommentReedy2020-05-111-1/+1
* Soft deprecate Page interfaceArtBaltai2020-04-091-2/+2
* Replace isset() in if() conditions with ?? if possibleThiemo Kreuz2020-03-231-11/+5
* Merge "Remove usage of deprecated Revision from ApiEditPage"jenkins-bot2020-03-111-14/+30
|\
| * Remove usage of deprecated Revision from ApiEditPagePetr Pchelko2020-03-061-14/+30
* | ApiEditPage: add baserevid parameterdaniel2020-03-111-2/+12
|/
* Fix some PHPStorm inspection warnings in includes/apiTim Starling2020-02-181-1/+0
* Introduce ContentHandlerFactoryArtBaltai2020-02-071-3/+9
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-9/+9
* ApiEditPage: Fix error message for edit conflictsBartosz Dziewoński2019-12-131-1/+1
* ApiEditPage: Test for bad redirect targetsBrad Jorsch2019-12-041-1/+15
* Fix new phan errors, part 5Daimona Eaytoy2019-10-181-0/+1
* phan: Disable enable_class_alias_supportUmherirrender2019-09-151-1/+1
* Remove usages of Title::get{Previous,Next}RevisionIdPetr Pchelko2019-09-131-5/+10
* Unsuppress more phan issues (part 5)Daimona Eaytoy2019-09-011-0/+1
* Unsuppress other phan issues (part 4)Daimona Eaytoy2019-08-311-3/+1
* Revert "Clean up ApiEditPage content handler undo logic"Anomie2019-08-191-2/+3
* Clean up ApiEditPage content handler undo logicDannyS7122019-08-191-3/+2
* api: Avoid usage of deprecated Revision::FOR_THIS_USER constantDerick Alangi2019-07-211-1/+1
* Avoid usage of deprecated Revision::* constants, use RevisionRecordDerick Alangi2019-07-211-2/+4
* Drop APIEditBeforeSave hookRazeSoldier2019-07-021-15/+0
* Use (int) rather than intval()Reedy2019-02-251-3/+3
* API: Spread autoblocks from action=edit and action=moveBrad Jorsch2019-02-191-1/+2
* Enforce partial blocksDayllan Maza2018-10-241-5/+1