aboutsummaryrefslogtreecommitdiffstats
path: root/includes/editpage
Commit message (Expand)AuthorAgeFilesLines
* PermissionManager: Differentiate between cascading protection of file content...Dylan F2025-03-241-11/+13
* Merge "TemplatesOnThisPage: Do not show non-functional link for special pages"jenkins-bot2024-10-181-0/+4
|\
| * TemplatesOnThisPage: Do not show non-functional link for special pagesAmmarpad2024-10-151-0/+4
* | Use explicit nullable type on parameter argumentsUmherirrender2024-10-162-3/+3
* | Namespace all remaining classes in includes/parserJames D. Forrester2024-10-152-2/+2
|/
* Remove meaningless @var documentation from constantsthiemowmde2024-10-091-1/+0
* Improve history merge log commentsBartosz Dziewoński2024-10-031-1/+1
* Add namespace to remaining parts of Wikimedia\Mime and Wikimedia\StatsJames D. Forrester2024-09-271-1/+1
* Add namespace to IDBAccessObject and DBAccessObjectUtilsJames D. Forrester2024-09-271-1/+1
* Migrate all uses of deprecated URL global functions to use wfGetUrlUtils()James D. Forrester2024-09-101-3/+6
* Avoid use of deprecated wfExpandUrl in IntroMessageBuilderEbrahim Byagowi2024-09-081-3/+7
* Merge "Remove ParserOutput::getText() calls from core (runOutputPipeline)"jenkins-bot2024-09-061-6/+12
|\
| * Remove ParserOutput::getText() calls from core (runOutputPipeline)Isabelle Hurbain-Palatin2024-09-061-6/+12
* | Add missing documentation to class properties (frontend-related)Umherirrender2024-09-051-0/+10
|/
* 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-108-10/+10
* editpage: Replace use of legacy error arraysBartosz Dziewoński2024-08-091-11/+12
* editpage: Remove special case for block messages on previewBartosz Dziewoński2024-08-081-7/+1
* EditPage, ApiEditPage: Use parantheses to be explicit about order of evaluationJames D. Forrester2024-07-291-1/+1
* Merge "Hard deprecate public access to EditPage::internalAttemptSave()"jenkins-bot2024-07-241-6/+21
|\
| * Hard deprecate public access to EditPage::internalAttemptSave()DannyS7122024-07-211-6/+21
* | EditFilterMergedContentHookConstraint: fix docs typoDannyS7122024-07-211-1/+1
|/
* EditPage: refactor to create generateUndoEditSummary()Novem Linguae2024-07-171-51/+66
* EditPage: improve variable namesNovem Linguae2024-07-171-10/+8
* Move section-check logic to ExistingSectionEditConstraintDannyS7122024-07-122-12/+23
* Move AS_REVISION_WAS_DELETED handling into constraintDannyS7122024-07-122-18/+29
* Rename AutoSummaryMissingSummaryConstraintDannyS7122024-07-122-4/+4
* editpage/Constraint: Resolve TODOs about `==` / `===`Bartosz Dziewoński2024-07-123-8/+5
* EditPage: Resolve PhanCoalescingNeverNull errorsBartosz Dziewoński2024-07-121-6/+2
* EditPage::internalAttemptSave() - move more logic to constraintsDannyS7122024-07-113-15/+29
* 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
* Add MediaWiki\Watchlist namespace to the related classesEbrahim Byagowi2024-05-221-1/+1
* Add namespace and deprecation alias to TextContentEbrahim Byagowi2024-05-191-1/+1
* Add namespace and deprecation alias to DeprecationHelperHakan Özdemir2024-05-051-1/+1
* Merge "editpage: Migrate to IReadableDatabase::newSelectQueryBuilder"jenkins-bot2024-05-041-12/+12
|\
| * editpage: Migrate to IReadableDatabase::newSelectQueryBuilderUmherirrender2024-05-041-12/+12
* | EditPage: Update RequestContext user after temp account creationKosta Harlan2024-05-031-0/+4
|/
* Merge "docs: Adjust all @deprecated tags to use 'since…' for consistency"jenkins-bot2024-05-021-1/+1
|\
| * docs: Adjust all @deprecated tags to use 'since…' for consistencyJames D. Forrester2024-05-011-1/+1
* | Temporary accounts: Perform redirect for first successful editKosta Harlan2024-04-291-2/+13
|/
* Temporary accounts: Create user on edit save attemptsKosta Harlan2024-04-291-29/+24
* Ignore/fix MediaWiki.Commenting.PropertyDocumentation.WrongStyleTaavi Väänänen2024-04-221-1/+1
* Merge "Use explicit value checks where "0" is valid input"jenkins-bot2024-03-301-1/+1
|\
| * Use explicit value checks where "0" is valid inputMatěj Suchánek2024-02-221-1/+1
* | Edit Recovery: always store and don't restore on POSTSam Wilson2024-03-201-0/+2
* | Standardise all our class alias deprecation comments for ease of greppingJames D. Forrester2024-03-192-6/+2
* | Merge "editpage: track edit conflicts in edit failures stat"jenkins-bot2024-02-292-23/+75
|\ \
| * | editpage: track edit conflicts in edit failures statCole White2024-02-282-23/+75
| |/