Added context support for html processors
authorAlexander Ebert <ebert@woltlab.com>
Sun, 26 Jun 2016 11:22:35 +0000 (13:22 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 26 Jun 2016 11:22:42 +0000 (13:22 +0200)
commit3ba08b8e8bdbd2e653d0d06d0ea1c66a2d562b43
tree0bbcb7ce9088e1fa86c2972c0d7b70b91b73f656
parentf3f19ae5adcc59a185ddec7478be65443bf83cbd
Added context support for html processors
wcfsetup/install/files/lib/acp/form/ArticleAddForm.class.php
wcfsetup/install/files/lib/data/article/content/ArticleContent.class.php
wcfsetup/install/files/lib/system/html/IHtmlProcessor.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/html/input/HtmlInputProcessor.class.php
wcfsetup/install/files/lib/system/html/node/AbstractHtmlNodeProcessor.class.php
wcfsetup/install/files/lib/system/html/node/IHtmlNodeProcessor.class.php
wcfsetup/install/files/lib/system/html/output/HtmlOutputProcessor.class.php