[root]/classes/org/makumba/providers/datadefinition/makumba/validation

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 41 (100.0%) | 894 (100.0%) | 21.8 |
| manuel_gay | 19 (46.3%) | 796 (89.0%) | 41.8 |
| rosso_nero | 21 (51.2%) | 91 (10.2%) | 4.3 |
| cristian_bogdan | 1 (2.4%) | 7 (0.8%) | 7.0 |
- changing syntax of unique() {field1, field2} :"error" to unique(field1,field2) : "error"
- fixing bug in comparison validation rule: validation rule breaks if an int/real field is left blank
- preparing RecordEditor to allow for advanced validation mechanism, when form is not complete (i.e. validation rule validates on a field that is not in the form)
8 lines of code changed in 4 files:
implementing live validation for new MDD parser; passing all form tests
11 lines of code changed in 1 file:
fixing warnings
4 lines of code changed in 2 files:
moved method to more generic class, make mdd viewer more robust
16 lines of code changed in 1 file:
changing method signature
2 lines of code changed in 1 file:
avoiding using Text.toString(), using getString() wherever we know about it.
this is done in preparation to change Text.toString() to something more meaningful and less memory-intensive
7 lines of code changed in 1 file:
compare strings only if a value is entered
8 lines of code changed in 1 file:
getter methods
8 lines of code changed in 1 file:
solving compiler warnings regarding templates & unused methods
2 lines of code changed in 5 files:
fixing return type
1 lines of code changed in 1 file:
remove obsolete code
0 lines of code changed in 1 file:
added one more test case
2 lines of code changed in 1 file:
fixing compiler warning
1 lines of code changed in 1 file:
changes for in-mdd definition
47 lines of code changed in 6 files:
Moving validation rules to dataDefinition provider
777 lines of code changed in 14 files: