Commit Graph

19 Commits

Author SHA1 Message Date
bc59f08bbb first version of new validation algorithm, that is a lot faster 2016-08-07 16:57:55 +02:00
4c4d25f3b5 little performance optimization (less method calls) 2016-08-06 21:41:14 +02:00
6af20575e8 uniqueness validation is now also supported by the validation rules editor 2016-08-05 23:45:23 +02:00
b6731f7641 - added unique validation
- show line number
- goto line action
2016-08-05 23:09:47 +02:00
82c9c336f8 clear script cache before revalidation, otherwise a script change in the edit dialog does not work 2016-07-30 17:12:34 +02:00
64d5000b62 reorganized storage of models 2016-07-22 20:45:26 +02:00
Andreas Billmann
fc26dcc9aa validation rules are now editable through context menu 2016-02-05 08:01:13 +01:00
Andreas Billmann
10c2592510 switched from config to Gson for better json support as the validation config will be editable in the application directly 2016-02-02 03:20:14 +01:00
Andreas Billmann
8d0073f1bc empty strings shouldn't be validated by complex validations 2015-12-18 01:53:29 +01:00
Andreas Billmann
a5435c6b5f support double value validation 2015-12-17 23:55:08 +01:00
Andreas Billmann
a67937a262 support list of possible values 2015-12-17 23:41:20 +01:00
Andreas Billmann
09834ab07f i18n parameterized validation error messages 2015-12-17 22:09:32 +01:00
Andreas Billmann
c9d13d4d58 little fluent API to shorten boild plate code 2015-12-17 21:32:52 +01:00
Andreas Billmann
5121b998c5 prepare the usage of dynamic validation messages 2015-12-17 21:15:37 +01:00
Andreas Billmann
8ebc18e452 replaced static validation error text 2015-12-17 20:52:09 +01:00
Andreas Billmann
9278bfa13a add support for i18n validation messages 2015-12-17 20:44:07 +01:00
Andreas Billmann
11fb9b1094 new feature: clickable error list 2015-12-07 22:41:59 +01:00
Andreas Billmann
feabaa70a9 first steps for header validation 2015-12-04 16:22:21 +01:00
Andreas Billmann
07084bd18e Initial commit 2015-11-28 23:06:14 +01:00