From: Alexander Ebert Date: Thu, 11 May 2017 13:03:31 +0000 (+0200) Subject: Preparing release 2.1.15 X-Git-Tag: 2.1.15~2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=66141d091788bdc3d9aa05a0825a4c05726f6a28;p=GitHub%2FWoltLab%2FWCF.git Preparing release 2.1.15 --- diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 9ca15742c3..b9f8f8e30e 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -5,8 +5,8 @@ 1 - 2.1.14 - 2017-04-06 + 2.1.15 + 2017-05-11 @@ -135,7 +135,10 @@ acp/rebuild_comments_com.woltlab.wcf_2.1.php - + files_update.tar + templates_update.tar + + language/*.xml diff --git a/wcfsetup/install/files/lib/form/AbstractModerationForm.class.php b/wcfsetup/install/files/lib/form/AbstractModerationForm.class.php index a23736ab06..fb93815f7e 100644 --- a/wcfsetup/install/files/lib/form/AbstractModerationForm.class.php +++ b/wcfsetup/install/files/lib/form/AbstractModerationForm.class.php @@ -75,6 +75,10 @@ abstract class AbstractModerationForm extends AbstractForm { public function readParameters() { parent::readParameters(); + if (!WCF::getUser()->userID) { + throw new PermissionDeniedException(); + } + // if the moderation queue entry has been created after the user visited the // site the last time, they have not been assigned to the queue entry yet, // thus `ViewableModerationQueue::getViewableModerationQueue()` will always diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 4be98730f6..d64c5e954a 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -38,7 +38,7 @@ if (!@ini_get('date.timezone')) { } // define current wcf version -define('WCF_VERSION', '2.1.14 (Typhoon)'); +define('WCF_VERSION', '2.1.15 (Typhoon)'); // define current unix timestamp define('TIME_NOW', time()); diff --git a/wcfsetup/install/lang/en.xml b/wcfsetup/install/lang/en.xml index 7ec65fa1dc..9a9a1f257e 100644 --- a/wcfsetup/install/lang/en.xml +++ b/wcfsetup/install/lang/en.xml @@ -3318,4 +3318,4 @@ If you do not want to receive further email notifications for this event, you ca - \ No newline at end of file +