New getHTML() method for QuickTemplate to get the HTML of a template.
authorJack Phoenix <jack@countervandalism.net>
Thu, 21 Nov 2013 07:47:39 +0000 (09:47 +0200)
committerJack Phoenix <jack@countervandalism.net>
Thu, 21 Nov 2013 11:38:31 +0000 (13:38 +0200)
commite501186d01d621b956aa442f7597bd9ed043dc34
tree5a2f6d4498b0467632060446aaba970112ff4959
parent0c2a9d4f97b4b9e6eb86cb8710b0b8a291cfbb45
New getHTML() method for QuickTemplate to get the HTML of a template.

OutputPage's addTemplate() is now a wrapper around QuickTemplate.

This allows more flexible usage of templated HTML, as
required by some third-party extensions.

Change-Id: I943e8e50438c716b7b56d2f908da38a4bf73d9e2
includes/OutputPage.php
includes/SkinTemplate.php