From: Matthias Schmidt Date: Tue, 25 Dec 2012 15:53:46 +0000 (+0100) Subject: Adds support for min/max value for integer option type X-Git-Tag: 2.0.0_Beta_1~682^2~2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3ef894e86ca8cb48ec01bc9417f290cc43b1d703;p=GitHub%2FWoltLab%2FWCF.git Adds support for min/max value for integer option type The validation of the min/max value happens in the PHP class but can also be directly done in the browser because of the min and max properties of the input element. --- diff --git a/com.woltlab.wcf/option.xml b/com.woltlab.wcf/option.xml index 90ba1783aa..6038d55e88 100644 --- a/com.woltlab.wcf/option.xml +++ b/com.woltlab.wcf/option.xml @@ -119,7 +119,7 @@ boolean 0 - + @@ -257,12 +259,13 @@ imagick:wcf.acp.option.image_adapter_type.imagick]]> security.general.session integer 1800 - ^[^0] + 1