From 4ed2dd5211c18c6206581d829dee169ec1c6abf7 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Tue, 11 Oct 2016 16:09:51 +0200 Subject: [PATCH] Resolved todos --- com.woltlab.wcf/bbcode.xml | 10 ---------- .../WoltLabSuiteMediaGalleryBBCode.class.php | 19 ------------------- wcfsetup/install/lang/de.xml | 2 +- wcfsetup/install/lang/en.xml | 2 +- 4 files changed, 2 insertions(+), 31 deletions(-) delete mode 100644 wcfsetup/install/files/lib/system/bbcode/WoltLabSuiteMediaGalleryBBCode.class.php diff --git a/com.woltlab.wcf/bbcode.xml b/com.woltlab.wcf/bbcode.xml index 7c86111a26..d2d65c91e0 100644 --- a/com.woltlab.wcf/bbcode.xml +++ b/com.woltlab.wcf/bbcode.xml @@ -201,16 +201,6 @@ - - wcf\system\bbcode\WoltLabSuiteMediaGalleryBBCode - - - ^\d+(,\d+)*$ - 1 - - - - wcf\system\bbcode\WoltLabSuitePageBBCode diff --git a/wcfsetup/install/files/lib/system/bbcode/WoltLabSuiteMediaGalleryBBCode.class.php b/wcfsetup/install/files/lib/system/bbcode/WoltLabSuiteMediaGalleryBBCode.class.php deleted file mode 100644 index 278a08beff..0000000000 --- a/wcfsetup/install/files/lib/system/bbcode/WoltLabSuiteMediaGalleryBBCode.class.php +++ /dev/null @@ -1,19 +0,0 @@ - - * @package WoltLabSuite\Core\System\Bbcode - */ -class WoltLabSuiteMediaGalleryBBCode extends AbstractBBCode { - /** - * @inheritDoc - */ - public function getParsedTag(array $openingTag, $content, array $closingTag, BBCodeParser $parser) { - return '

TODO: WoltLabSuiteMediaGalleryBBCode

'; - } -} diff --git a/wcfsetup/install/lang/de.xml b/wcfsetup/install/lang/de.xml index cb14763e80..af8f3d4393 100644 --- a/wcfsetup/install/lang/de.xml +++ b/wcfsetup/install/lang/de.xml @@ -1369,7 +1369,7 @@ GmbH=Gesellschaft mit beschränkter Haftung]]> - + {$page->name} wirklich löschen?]]> diff --git a/wcfsetup/install/lang/en.xml b/wcfsetup/install/lang/en.xml index 6cc3399961..c015dd6c8b 100644 --- a/wcfsetup/install/lang/en.xml +++ b/wcfsetup/install/lang/en.xml @@ -2825,7 +2825,7 @@ Errors are: - + {$page->name}?]]> -- 2.20.1