[root]/classes/org/makumba/forms/validation

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 23 (100.0%) | 494 (100.0%) | 21.4 |
| manuel_gay | 10 (43.5%) | 361 (73.1%) | 36.1 |
| rosso_nero | 11 (47.8%) | 124 (25.1%) | 11.2 |
| marius9 | 2 (8.7%) | 9 (1.8%) | 4.5 |
ajax forms and live validation play nice together
simplifying live validation interface a bit
ajax wheel is now in makumba.css
4 lines of code changed in 2 files:
Using an ordered hashset in order to reduce the likeliness of validation rules being generated in a different order on repeated executions, as this might fail the tests
2 lines of code changed in 1 file:
fixing a bug in the live validation on comparison rules - when adding a rule for the second arg, which needed to be inverted
24 lines of code changed in 2 files:
formatting
24 lines of code changed in 1 file:
formatted
31 lines of code changed in 1 file:
custom messages for standard validation errors (
bug 1098)
5 lines of code changed in 1 file:
implementing live validation for new MDD parser; passing all form tests
125 lines of code changed in 2 files:
live validation fixes
1 lines of code changed in 1 file:
using again uncompressed version for better debugging purposes
1 lines of code changed in 1 file:
new versions of scripts, using compressed ones to save download
1 lines of code changed in 1 file:
taking form identifier into account, correcting rules slightly
36 lines of code changed in 2 files:
fixing a typo
2 lines of code changed in 1 file:
slight improvement of generated code
1 lines of code changed in 1 file:
applying code clean up, resolving generics
4 lines of code changed in 1 file:
Uniqueness validation
8 lines of code changed in 1 file:
Moving validation rules to dataDefinition provider
5 lines of code changed in 1 file:
Updating Responder import
1 lines of code changed in 1 file:
Refactoring: moving classes from utils to the most appropriate location, moving form-related classes to forms package.
219 lines of code changed in 2 files: