

| Directory | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 7 (100.0%) | 15 (100.0%) | 2.1 |
| classes/org/makumba/forms/tags/ | 2 (28.6%) | 6 (40.0%) | 3.0 |
| classes/org/makumba/devel/ | 4 (57.1%) | 5 (33.3%) | 1.2 |
| classes/org/makumba/providers/datadefinition/makumba/ | 1 (14.3%) | 4 (26.7%) | 4.0 |

Return a upperCaseBeginning(name) as description, if there is no defined description in the MDD, so that the form autogenerator output looks a bit nicer.
4 lines of code changed in 1 file:
Fixing a small bug what I created with my last commit. When processing the range end tag, then the value does not need to be taken from the range begin field, just the name.
1 lines of code changed in 1 file:
Changed the computeTypeSpecificQuery(...) function so that it accepts the already-found value, instead of trying to find it from the request parameters. This caused an issue with fields which had multiple inputs (like dates) since there was no POST parameter with the given inputName, but they were split.
5 lines of code changed in 1 file:
Specified method="post" for new- and addForm's
2 lines of code changed in 1 file:
Added a missing method="post" to the generated nested mak:editForm, since without it the parameters on the action URL got lost when using the GET method.
1 lines of code changed in 1 file:
Fixed a bug where a pointer variable was not correctly initialized due to the usage of var="" instead of printVar="" in a <mak:value/>
1 lines of code changed in 1 file:
Fixed a broken mak:editForm tag in the CodeGenerator (it made: ' action="someAction.jsp" />" >' instead of ' action="someAction.jsp" >')
1 lines of code changed in 1 file: