wiki.techinc.nl/includes/content
Aaron Schulz 5099ee9f72 parser: add speculative page IDs to use with {{PAGEID}}
This works similarly to speculative rev IDs with {{REVISIONID}}.
Re-parses can be avoided if the page ID is correctly guessed.

Also make the {{PAGEID:X}} parser function set vary-page-id.

Bug: T226785
Change-Id: I0b19be45e6ddd6cde330bfcd09d243e4e5beda01
2019-07-26 16:41:00 +10:00
..
AbstractContent.php Deprecate Content::getNativeData, add TextContent::getText 2019-01-16 11:57:50 -08:00
CodeContentHandler.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
Content.php Deprecate Content::getNativeData, add TextContent::getText 2019-01-16 11:57:50 -08:00
ContentHandler.php Avoid usage of deprecated Revision::* constants, use RevisionRecord 2019-07-21 15:03:03 +01:00
CssContent.php Remove all $wgParser use from core 2019-04-17 15:16:50 +03:00
CssContentHandler.php
FileContentHandler.php Replace some uses of deprecated wfFindFile() and wfLocalFile() 2019-06-11 13:26:37 +00:00
JavaScriptContent.php Remove all $wgParser use from core 2019-04-17 15:16:50 +03:00
JavaScriptContentHandler.php
JsonContent.php JsonContent: Add missing prefix to selector 2019-04-15 02:49:47 +00:00
JsonContentHandler.php JsonContentHandler: Make sure makeEmptyContent() is valid JSON 2016-09-08 12:52:56 -07:00
MessageContent.php Deprecate Content::getNativeData, add TextContent::getText 2019-01-16 11:57:50 -08:00
TextContent.php Remove all $wgParser use from core 2019-04-17 15:16:50 +03:00
TextContentHandler.php Deprecate Content::getNativeData, add TextContent::getText 2019-01-16 11:57:50 -08:00
WikitextContent.php parser: add speculative page IDs to use with {{PAGEID}} 2019-07-26 16:41:00 +10:00
WikitextContentHandler.php Deprecate Content::getNativeData, add TextContent::getText 2019-01-16 11:57:50 -08:00
WikiTextStructure.php Replace strlen() calls with strict string comparisons 2019-03-28 12:32:39 +01:00