Article: Add RL modules for the ParserOutput when showing CSS/JS page
authorBartosz Dziewoński <matma.rex@gmail.com>
Mon, 5 May 2014 16:58:34 +0000 (18:58 +0200)
committerLegoktm <legoktm.wikipedia@gmail.com>
Fri, 20 Jun 2014 19:48:25 +0000 (19:48 +0000)
commit108d4aa2ba821066acc173725ea500d5693d8888
tree65d42220ca0ce8af52a5dbee4f5cb870dc0c3820
parente8f1fede77c5d593f57b3aaec3bfe2353e117314
Article: Add RL modules for the ParserOutput when showing CSS/JS page

It previously added only the page HTML, which meant that ResourceLoader
modules associated with the page and other metadata was lost. This
affected the new way of doing things in SyntaxHighlight (Idf4ad439).

We still do not show categories, language links and other things
on the pages (although internally they behave just like in wikitext)

Also needs a fix in DifferenceEngine because our code sucks so much.

Bug: 64859
Change-Id: I5867985693b27ccc9195fddde8b922e67463e836
includes/Article.php
includes/diff/DifferenceEngine.php