* #5309 / min/max broken for date fields. Add min/max attributes to input and date input tag
* Fabric now detects 'dirty'
* Manual.rst: Remove broken link to W3C file upload.
Version 0.25.10
---------------
...
...
@@ -94,7 +127,7 @@ Features
Bug Fixes
^^^^^^^^^
* Bug in sendeEmail: invalid SSL_version specified at /usr/share/perl5/IO/Socket/SSL.pm line 575. Patch for sendEmail (see https://unix.stackexchange.com/a/68952).
* Bug in sendEmail: invalid SSL_version specified at /usr/share/perl5/IO/Socket/SSL.pm line 575. Patch for sendEmail (see https://unix.stackexchange.com/a/68952).
* #5309 / min/max broken for date fields. Add min/max attributes to input and date input tag
* Fabric now detects 'dirty'
* Manual.rst: Remove broken link to W3C file upload.
Version 0.25.10
---------------
...
...
@@ -94,7 +127,7 @@ Features
Bug Fixes
^^^^^^^^^
* Bug in sendeEmail: invalid SSL_version specified at /usr/share/perl5/IO/Socket/SSL.pm line 575. Patch for sendEmail (see https://unix.stackexchange.com/a/68952).
* Bug in sendEmail: invalid SSL_version specified at /usr/share/perl5/IO/Socket/SSL.pm line 575. Patch for sendEmail (see https://unix.stackexchange.com/a/68952).
* #5309 / min/max broken for date fields. Add min/max attributes to input and date input tag
* Fabric now detects 'dirty'
* Manual.rst: Remove broken link to W3C file upload.
Version 0.25.10
---------------
...
...
@@ -94,7 +127,7 @@ Features
Bug Fixes
^^^^^^^^^
* Bug in sendeEmail: invalid SSL_version specified at /usr/share/perl5/IO/Socket/SSL.pm line 575. Patch for sendEmail (see https://unix.stackexchange.com/a/68952).
* Bug in sendEmail: invalid SSL_version specified at /usr/share/perl5/IO/Socket/SSL.pm line 575. Patch for sendEmail (see https://unix.stackexchange.com/a/68952).
// throw new UserFormException("Date or time of min|max definition not recognized '" . $patternOrRange . "' - " . $e->formatMessage(), ERROR_SANATIZE_INVALID_VALUE);
// }
break;
default:
break;
}
// Prepare Check
switch($sanitizeClass){
caseSANITIZE_ALLOW_MIN_MAX:
caseSANITIZE_ALLOW_MIN_MAX_DATE:
if($minMax[0]===''||$minMax[1]===''){
thrownewUserFormException('Missing definition of value for min or max.',ERROR_MISSING_MIN_MAX);
}
$errorText="Value '$value' is out of range of '$patternOrRange'.";