aboutsummaryrefslogtreecommitdiffstats
path: root/includes/page
Commit message (Expand)AuthorAgeFilesLines
* phpcs: remove some unneeded suppressionsDannyS7122021-02-172-2/+0
* Merge "Make WikiPage a (non-proper) PageIdentity"jenkins-bot2021-02-162-17/+138
|\
| * Make WikiPage a (non-proper) PageIdentityDaniel Kinzler2021-02-102-17/+138
* | Use static closures where safe to useUmherirrender2021-02-112-9/+9
|/
* Introduce helper WikiAwareEntityTraitPetr Pchelko2021-02-081-20/+3
* Make RevisionStore use PageIdentity where easyPetr Pchelko2021-02-011-0/+54
* rdbms: Remove outdated MySQL 4 references and fix doc URLsTimo Tijhof2021-01-301-1/+1
* Add WikiAwareEntity interface for cross-wiki entity methods.Petr Pchelko2021-01-293-27/+11
* Merge "PageIdentityValue: fix isSamePageAs for foreign wikis"jenkins-bot2021-01-201-3/+4
|\
| * PageIdentityValue: fix isSamePageAs for foreign wikisdaniel2021-01-201-3/+4
* | Merge "WikiPage: deprecated construction on bad titles"jenkins-bot2021-01-201-0/+34
|\ \ | |/ |/|
| * WikiPage: deprecated construction on bad titlesdaniel2021-01-201-0/+34
* | Define equality for PageIdentity and LinkTargetdaniel2021-01-192-0/+39
|/
* Strict return types for PageIdentitydaniel2021-01-182-8/+8
* Introduce PageIdentity interfacedaniel2021-01-143-0/+455
* Merge "WikiPage: Add process cache for content model"jenkins-bot2021-01-121-1/+2
|\
| * WikiPage: Add process cache for content modelMáté Szabó2021-01-051-1/+2
* | Merge "Add type hints to several hook interfaces"jenkins-bot2021-01-071-1/+1
|\ \
| * | Add type hints to several hook interfacesDaimona Eaytoy2021-01-041-1/+1
| |/
* / Add new ArticleParserOptions hookC. Scott Ananian2021-01-052-0/+33
|/
* build: Enable SecurityCheck-DoubleEscaped and suppress issuesUmherirrender2020-12-301-0/+2
* WikiPage: Fix undefined $content in corner case of ::getDeletionUpdates()C. Scott Ananian2020-12-241-1/+2
* Swap out uses of User->isLoggedIn() with ->isRegistered()James D. Forrester2020-12-221-8/+8
* Cache some context and service variablesReedy2020-12-201-6/+9
* SECURITY: Act like users don't exist if hidden from viewerDannyS7122020-12-181-0/+8
* Merge "WikiPage: add interim replacement for WikiPage::doEditContent() requir...jenkins-bot2020-12-171-6/+83
|\
| * WikiPage: add interim replacement for WikiPage::doEditContent() requiring $userTaavi Väänänen2020-12-151-6/+83
* | Article: view from old revision cache - set correct revId.Petr Pchelko2020-12-171-1/+1
* | Merge "Remove 'stubthreshold' from ParserCache key."jenkins-bot2020-12-152-11/+2
|\ \
| * | Remove 'stubthreshold' from ParserCache key.Petr Pchelko2020-12-072-11/+2
* | | Introduce RevisionOutputCachedaniel2020-12-141-42/+10
| |/ |/|
* | mw-warning class is replaced with warningboxjdlrobson2020-12-091-9/+30
* | Article::view - remove the old subtitle from doOutputFromParserCache.Petr Pchelko2020-12-081-10/+2
* | ImagePage: fix a typo (Intial -> Initial)DannyS7122020-12-081-1/+1
* | Article:view - always try using ParserCache for old revisions.Petr Pchelko2020-12-072-10/+24
|/
* ParserOutputAccess: don't compate RevisionRecord to intPetr Pchelko2020-12-031-1/+1
* Make ParserCache respect ParserOptions::isSafeToCachePetr Pchelko2020-12-021-12/+4
* PoolWorkArticleViewOld: use WANObjectCachedaniel2020-11-301-4/+4
* Document list of change tags as string[]Umherirrender2020-11-202-3/+3
* Merge "Article: split view() method."jenkins-bot2020-11-191-201/+252
|\
| * Article: split view() method.daniel2020-11-181-201/+252
* | Introduce JsonCodec to help with serialization/deserializationPetr Pchelko2020-11-191-8/+8
* | Merge "PoolWorkArticleView: inject logger"jenkins-bot2020-11-181-4/+14
|\ \
| * | PoolWorkArticleView: inject loggerdaniel2020-11-181-4/+14
* | | Merge "ParserOutputAccess: add metrics"jenkins-bot2020-11-181-0/+20
|\ \ \
| * | | ParserOutputAccess: add metricsdaniel2020-11-171-0/+20
| |/ /
* | | Merge "ParserOutputAccess: cache ouput for old revisions"jenkins-bot2020-11-181-40/+120
|\| |
| * | ParserOutputAccess: cache ouput for old revisionsdaniel2020-11-171-40/+120
* | | Merge "Drop Article::getEmptyPageParserOutput"jenkins-bot2020-11-182-39/+2
|\ \ \
| * | | Drop Article::getEmptyPageParserOutputPetr Pchelko2020-11-152-39/+2