aboutsummaryrefslogtreecommitdiffstats
path: root/includes/content/AbstractContent.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/exceptionJames D. Forrester2025-03-251-1/+1
* content: Improve class docs for various Content classesTimo Tijhof2025-03-121-117/+43
* Remove trivial 1-line PHPDocs that just repeat the codethiemowmde2025-01-161-3/+0
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-1/+1
* Move remaining four classes in includes/content into Content namespaceJames D. Forrester2024-08-101-1/+7
* Drop MessageContent, deprecated since 1.38James D. Forrester2024-08-101-1/+1
* Remove deprecated methods from Content interfacedaniel2023-11-211-184/+0
* Use a reference when registering a ParserOptions watcherC. Scott Ananian2023-11-061-1/+1
* Drop AbstractContent::getRedirectChain and ::getUltimateRedirectTarget, depre...James D. Forrester2023-10-051-39/+0
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+1
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-0/+1
* AbstractContent: Hard-deprecate getNativeData(), deprecated since 1.33James D. Forrester2023-08-191-1/+3
* Replace internal Hooks::runnerUmherirrender2023-05-111-3/+6
* Fix some PHPStorm inspections (#1)Tim Starling2023-03-251-1/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Merge "Make use of ?:, ?? and ??= operators in mostly trivial cases"jenkins-bot2022-12-161-3/+1
|\
| * Make use of ?:, ?? and ??= operators in mostly trivial casesthiemowmde2022-12-051-3/+1
* | Reorg: Move MagicWord related files to under parser/Amir Sarabadani2022-12-091-0/+1
|/
* Various doc fixes about false and null on method arguments/return typesUmherirrender2022-11-031-2/+2
* Define concrete method in order to deprecate it in subclassesSébastien Beyou2022-08-281-0/+21
* Replace deprecated calls `ParserOptions::newCanonical( 'canonical' )`Derick Alangi2022-06-161-1/+1
* Remove support for $wgMaxRedirectdaniel2022-05-061-32/+12
* Use MainConfigNames instead of string literals, #3Aryeh Gregor2022-04-261-1/+3
* Refactor global variables to use MediaWikiServices insteadTChin2022-01-101-2/+2
* Fix typos in comments (A-B)Siddharth VP2021-12-261-1/+1
* Introduce `Redirect(Lookup&Store)` services to handle redirectsDerick Alangi2021-12-011-0/+4
* Hard-deprecate Content::prepareSave.Roman Stolar2021-11-111-2/+5
* Move Content::prepareSave to ContentHandlerRoman Stolar2021-11-111-5/+22
* Hard-deprecate Content::getParserOutput and AbstractContent::fillParserOutput.Roman Stolar2021-10-291-4/+8
* Move Content::getParserOutput & AbstractContent::fillParserOutput to ContentH...Roman Stolar2021-09-291-33/+44
* Detect and monitor against multiple Parser invocation during edit requestsCindy Cicalese2021-09-231-6/+12
* Hard-deprecate Content::preSaveTransform.Roman Stolar2021-08-251-1/+3
* Hard-deprecate Content::preloadTransform.Roman Stolar2021-08-231-1/+2
* Move Content::preloadTransform to ContentHandlerRoman Stolar2021-08-171-3/+8
* Move Content::preSaveTransform to ContentHandlerPetr Pchelko2021-07-291-2/+8
* Remove Content::getSecondaryDataUpdates() and all usage of it.Roman Stolar2021-07-221-38/+0
* Remove Content::getDeletionUpdates() and all usage of it.Roman Stolar2021-07-221-17/+0
* Remove deprecated hook 'SecondaryDataUpdate'.Roman Stolar2021-07-211-2/+0
* Replace deprecated WikiPage::factory in AbstractContentUmherirrender2020-11-111-1/+2
* Merge "Replace "@stable for subclassing" with "@stable to extend""jenkins-bot2020-07-131-1/+1
|\
| * Replace "@stable for subclassing" with "@stable to extend"daniel2020-07-131-1/+1
* | Merge "Replace "@stable for calling" by "@stable to call""jenkins-bot2020-07-131-1/+1
|\ \
| * | Replace "@stable for calling" by "@stable to call"daniel2020-07-131-1/+1
| |/
* / Replace "@stable for overriding" with "@stable to override"daniel2020-07-131-19/+19
|/
* Mark Content and ContentHandler base classes as extensibledaniel2020-07-091-0/+27
* Hooks::run() call site migrationTim Starling2020-05-301-5/+5
* Introduce ContentHandlerFactoryArtBaltai2020-02-071-1/+11
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-2/+2
* Remove duplicate variable name from class property PHPDocsThiemo Kreuz2019-12-021-1/+1
* parser: document what 0/null rev IDs do when given to Parser::parseAaron Schulz2019-08-211-2/+3