wiki.techinc.nl/includes/page
jdlrobson 24949480eb Give skins more flexibility over table of contents render
* Do not store table of contents in parser output
* Instead inject table of contents via strpos where needed
  inside Article based on Skin "toc" option
* Use <mw:tocplace> as a TOC placeholder; for Parsoid compatibility
  this will be replaced with a <meta> tag in a followup patch.

Bug: T287767
Change-Id: I44045b3b9e78e7ab793da3f37e3c0dbc91cd7d39
2021-10-25 22:26:41 +00:00
..
Hook Deprecate the UndeleteForm::undelete hook 2021-09-28 15:40:50 +00:00
Article.php Give skins more flexibility over table of contents render 2021-10-25 22:26:41 +00:00
CategoryPage.php
ContentModelChangeFactory.php
DeletePage.php Change return format of DeletePage entrypoints 2021-10-20 19:26:12 +00:00
DeletePageFactory.php
ExistingPageRecord.php
ImageHistoryList.php Pre-format comments for non-local files too 2021-10-05 12:38:18 -07:00
ImageHistoryPseudoPager.php Don't pass nulls to CommentFormatter::formatStrings 2021-10-20 06:56:13 -07:00
ImagePage.php Rename ParserOutput::{allow,prevent}Clickjacking() -> ::{get,set}PreventClickjacking() 2021-10-01 14:13:47 -04:00
LegacyArticleIdAccess.php
MergeHistoryFactory.php
MovePageFactory.php
Page.php
PageArchive.php Deprecate replaced PageArchive methods 2021-10-21 18:28:03 +02:00
PageCommandFactory.php Migrate WikiPage::doEditUpdates() to using PageUpdaterFactory 2021-10-07 11:17:43 +01:00
PageIdentity.php
PageIdentityValue.php
PageLookup.php
PageRecord.php
PageReference.php
PageReferenceValue.php
PageSelectQueryBuilder.php
PageStore.php Fix return type of PageStore::newSelectQueryBuilder() 2021-10-18 11:56:17 +02:00
PageStoreFactory.php
PageStoreRecord.php
ParserOutputAccess.php
ProperPageIdentity.php
RollbackPage.php
RollbackPageFactory.php
UndeletePage.php Migrate WikiPage::doEditUpdates() to using PageUpdaterFactory 2021-10-07 11:17:43 +01:00
UndeletePageFactory.php Add perm checks to UndeletePage and make it a real service 2021-10-04 20:25:49 +00:00
WikiCategoryPage.php
WikiFilePage.php
WikiPage.php Change return format of DeletePage entrypoints 2021-10-20 19:26:12 +00:00
WikiPageFactory.php