Skip to content
Snippets Groups Projects
user avatar
Andreas Fernandez authored
This patch simplifies some JavaScript-side validations in FormEngine.
Most notably, parsing dates and times is now handled by moment.js
(which will be replaced by luxon in the future), allowing us to remove
decades-old mambo-jambo code nobody can reverse-engineer
nowadays.

In the same run, `ltrim()` and the unused `btrim()` methods are
removed in favor of modern JavaScript functions.

Previously, it was possible to supply the invalid date "13-13-2016"
which was magically fixed to "13-01-2017". However, this was only
possible by setting the value and triggering the `change` event via
JavaScript and NOT by using the backend as a sane user. The behavior
introduced with this patch is now streamlined to behave like using
the datepicker or entering the field in the input field.

Resolves: #99058
Releases: main
Change-Id: I98af867ee3bda91222d21bcee1bc1f4c92e41d7e
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76544


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarRoman Büchler <info@buechler.pro>
Tested-by: default avatarNikita Hovratov <nikita.h@live.de>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarRoman Büchler <info@buechler.pro>
Reviewed-by: default avatarNikita Hovratov <nikita.h@live.de>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
544ddf37
Name Last commit Last update
..