Allow to enable OOUI via a parser tag extension
authorFlorian <florian.schmidt.stargatewissen@gmail.com>
Sat, 25 Jul 2015 15:32:08 +0000 (17:32 +0200)
committerFlorian <florian.schmidt.stargatewissen@gmail.com>
Sat, 25 Jul 2015 15:36:33 +0000 (17:36 +0200)
commit2d50e289756cdd5a6bd4a83bda71496b2e7fa9ff
tree889f15bf6ec98649482376f9420a0ab8bd2e762a
parent13028443ccddfa23c53ab652eb8a28a0ce29b32b
Allow to enable OOUI via a parser tag extension

This change adds the possibility to enable OOUI out of the parser,
which enabled parser tag functions to easily enable OOUI, if they
need it, for every page view out of the function that handles the
parser tag.

Bug: T106949
Change-Id: If1e139d4f07be98e418e11470794ea42e8a9b2eb
includes/OutputPage.php
includes/parser/Parser.php
includes/parser/ParserOutput.php