Another try at fixing bug 93 "tilde signatures inside nowiki tags sometimes get expan...
authorPaul Copperman <pcopp@users.mediawiki.org>
Tue, 7 Jun 2011 15:12:26 +0000 (15:12 +0000)
committerPaul Copperman <pcopp@users.mediawiki.org>
Tue, 7 Jun 2011 15:12:26 +0000 (15:12 +0000)
commit27b5141563906d369db232f1dbfa4a1ed82ea460
treef65e0763c252e61afc338655e36e6201379b4330
parentb9a8dad2755cd86d7236aa52b509051d4a155648
Another try at fixing bug 93 "tilde signatures inside nowiki tags sometimes get expanded (<includeonly><nowiki>~~~~</nowiki></includeonly>)"

* Change the preprocessor to insert strip items for <ignore> nodes during pre-save-transform, just like <comment> nodes are handled already. This effectively disables all pre-save-transform steps inside <includeonly> tags.
* Adapt parser tests to the new behavior.
RELEASE-NOTES-1.19
includes/parser/Preprocessor_DOM.php
includes/parser/Preprocessor_Hash.php
tests/parser/parserTests.txt