Last modified: 2014-06-22 15:25:29 UTC
For example: https://ru.wikipedia.org/w/index.php?title=Special:Cite&page=MediaWiki&id=46449518 (BibTeX) SyntaxHighlight works and source code formated well, but no styles loaded.
It's not actually a SyntaxHighlight_geshi box...
Why not? It looks like usual highlighted text: <div dir="ltr" class="mw-geshi mw-code mw-content-ltr"> <div class="bibtex source-bibtex"> <pre class="de1"> ... </pre> </div> </div>
I confirm this bug.
It is not loaded on [[Special:ExpandTemplates]] either. Example: https://en.wikipedia.org/wiki/Special:ExpandTemplates?wpInput=%3Csource+lang%3D%22java%22%3E%0Apublic+static+void+main%0A%3C%2Fsource%3E
I just tested, but the both [[Special:Cite]] and [[Special:ExpandTemplates]] do not seem to load modules of parsed content at all. This bug is thus no longer dependent on bug 35017. Test links: http://en.wikipedia.beta.wmflabs.org/wiki/Special:ExpandTemplates?wpInput=%3Csource+lang%3D%22java%22%3E%0Apublic+static+void+main%0A%3C%2Fsource%3E http://en.wikipedia.beta.wmflabs.org/w/index.php?title=Special%3ACite&page=Main_Page
Change 131411 had a related patch set uploaded by TheDJ: Special:Cite: Load RL modules of parsed content https://gerrit.wikimedia.org/r/131411
I tried a similar patch for expand templates, but for some reason that doesn't seem to work. will investigate later.
Change 131412 had a related patch set uploaded by TheDJ: Special:ExpandTemplates: Load RL modules https://gerrit.wikimedia.org/r/131412
Change 131411 merged by jenkins-bot: Special:Cite: Load RL modules of parsed content https://gerrit.wikimedia.org/r/131411
Change 131412 merged by jenkins-bot: Special:ExpandTemplates: Load RL modules https://gerrit.wikimedia.org/r/131412