aboutsummaryrefslogtreecommitdiffstats
path: root/includes/editpage/Constraint
Commit message (Expand)AuthorAgeFilesLines
* editpage: Refactor user right, rate limit and block checks to use AuthorityBartosz Dziewoński2025-04-056-274/+119
* Use type declaration on undocumented private functionsUmherirrender2025-04-021-1/+1
* Namespace all remaining files in includes/changetagsJames D. Forrester2025-03-251-1/+1
* editpage: Make BrokenRedirectConstraint provide its own error messageSomeRandomDeveloper2025-02-211-2/+8
* editpage: Make PageSizeConstraint provide its own error messageBartosz Dziewoński2025-02-211-2/+6
* Fix broken redirect warning showing for special or interwiki targetsSomeRandomDeveloper2025-01-221-5/+5
* Add a warning when trying to create a double redirectSomeRandomDeveloper2025-01-171-0/+104
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-173-18/+0
* Remove trivial 1-line PHPDocs that just repeat the codethiemowmde2025-01-164-12/+0
* Merge "Rename brokenredirect i18n key"jenkins-bot2024-12-031-1/+1
|\
| * Rename brokenredirect i18n keySomeRandomDeveloper2024-12-021-1/+1
* | Extract redirect target to a variableSomeRandomDeveloper2024-12-021-13/+18
|/
* Add a warning when trying to create a broken redirectSomeRandomDeveloper2024-11-261-0/+89
* Fix some more bool/null message paramsBartosz Dziewoński2024-11-031-1/+1
* Remove meaningless @var documentation from constantsthiemowmde2024-10-091-1/+0
* Replace a few more uses of deprecated Status / StatusValue methodsBartosz Dziewoński2024-08-221-7/+4
* Move Language and friends into Language namespaceJames D. Forrester2024-08-102-2/+2
* Move remaining four classes in includes/content into Content namespaceJames D. Forrester2024-08-105-5/+5
* EditFilterMergedContentHookConstraint: fix docs typoDannyS7122024-07-211-1/+1
* Move section-check logic to ExistingSectionEditConstraintDannyS7122024-07-121-0/+13
* Move AS_REVISION_WAS_DELETED handling into constraintDannyS7122024-07-121-5/+22
* Rename AutoSummaryMissingSummaryConstraintDannyS7122024-07-121-1/+1
* editpage/Constraint: Resolve TODOs about `==` / `===`Bartosz Dziewoński2024-07-123-8/+5
* EditPage::internalAttemptSave() - move more logic to constraintsDannyS7122024-07-112-4/+14
* Update property declarations to use type hints in editpage/Constraint/Doğu Abaris2024-07-1119-205/+74
* Replace some uses of deprecated PermissionManager::getPermissionErrors()Bartosz Dziewoński2024-06-271-1/+1
* Namespace Message, move to appropriate directoryJames D. Forrester2024-02-141-1/+1
* Namespace includes/contextJames D. Forrester2024-02-082-2/+2
* EditPage: replace usage of User::pingLimiterdaniel2024-01-022-26/+50
* Use namespaced classesUmherirrender2023-12-111-2/+2
* Change EditPage 'edit' rights check to do per page instead of generalBrian Wolff2023-11-043-85/+62
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-194-4/+4
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-1/+1
* rdbms: Move ReadOnlyMode and ConfiguredReadOnlyMode to rdbms libraryAmir Sarabadani2023-05-042-2/+2
* Reorg: Move ReadOnlyMode classes to db/Amir Sarabadani2023-04-282-2/+2
* Reorg: Namespace the Title classJames D. Forrester2023-03-027-7/+7
* Reorg: Move HTML-related classes out of includes/ to Html/Amir Sarabadani2023-02-161-1/+1
* Various doc fixes about false on method arguments/return typesUmherirrender2022-11-101-1/+1
* EditPage: Disentangle edit summary and section titleBartosz Dziewoński2022-07-193-37/+18
* Fix edit API using summary as section title incorrectlyBartosz Dziewoński2022-06-132-5/+5
* Use MainConfigNames instead of string literals, #4Aryeh Gregor2022-04-261-2/+3
* TempUser EditPage and permissionsTim Starling2022-04-261-1/+2
* Improve error messages in EditFilterMergedContentHookConstraintDaimona Eaytoy2022-03-222-16/+45
* Fix uses of (error|warning|success)box in corestang2022-03-201-6/+2
* Fix various documentation related to null types (part II)Umherirrender2022-03-081-1/+1
* Move property initialisation out of the constructorThiemo Kreuz2022-01-271-2/+1
* Fix typos in comments (I-J)Siddharth VP2021-12-301-2/+2
* Fix typos in comments (A-B)Siddharth VP2021-12-261-1/+1
* Cleanup mixed space/tab line indentUmherirrender2021-09-041-1/+1
* build: Updating dependencieslibraryupgrader2021-07-2222-53/+53