Move NewPP limit report HTML comments to JS variables
authorAaron Schulz <aschulz@wikimedia.org>
Mon, 18 Jul 2016 19:52:10 +0000 (12:52 -0700)
committerOri Livneh <ori@wikimedia.org>
Tue, 26 Jul 2016 18:31:20 +0000 (11:31 -0700)
commitb7c4c8717f964d1890d185ec3e6e9481fcb734e4
treef582134858f18c6a666faff48469c5fa136d5366
parent2581614c13ffdb55ad9d7c2fc35651d094824529
Move NewPP limit report HTML comments to JS variables

* Instead of having messy code to create a hidden HTML
  comment of English strings at the bottom of the page,
  expose the structured data of the parse information
  to JS so tools can use it.
* Make makeConfigSetScript() use pretty output so these
  variables are also easy to read in "view source".
* Remove ParserLimitReportFormat hook, since the data
  is not formatted to HTML anymore.

Bug: T110763
Change-Id: I2783c46c6d80f828f9ecf5e71fc8f35910454582
RELEASE-NOTES-1.28
docs/hooks.txt
includes/OutputPage.php
includes/parser/Parser.php
includes/parser/ParserOutput.php
includes/resourceloader/ResourceLoader.php