/trunk/makumba Developers: lnagel

Login name:
lnagel
Total Commits:
7 (0.1%)
Lines of Code:
5 (0.0%)
Most Recent Commit:
2009-08-18 12:26
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for lnagel

Activity by Day of Week for lnagel

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 7 (100.0%) 5 (100.0%) 0.7
classes/org/makumba/devel/ 4 (57.1%) 4 (80.0%) 1.0
classes/org/makumba/forms/tags/ 2 (28.6%) 1 (20.0%) 0.5
classes/org/makumba/providers/datadefinition/makumba/ 1 (14.3%) 0 (0.0%) 0.0

Activity of lnagel

Most Recent Commits

lnagel 2009-08-18 12:26 Rev.: 4010

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.

0 lines of code changed in 1 file:

  • classes/org/makumba/providers/datadefinition/makumba: FieldInfo.java (changed)
lnagel 2009-05-24 16:32 Rev.: 3880

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:

  • classes/org/makumba/forms/tags: SearchTag.java (+1 -2)
lnagel 2009-05-23 00:07 Rev.: 3878

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.

0 lines of code changed in 1 file:

  • classes/org/makumba/forms/tags: SearchTag.java (changed)
lnagel 2009-05-22 13:11 Rev.: 3867

Specified method="post" for new- and addForm's

2 lines of code changed in 1 file:

  • classes/org/makumba/devel: CodeGenerator.java (+2 -2)
lnagel 2009-05-21 00:59 Rev.: 3852

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.

0 lines of code changed in 1 file:

  • classes/org/makumba/devel: CodeGenerator.java (changed)
lnagel 2009-05-21 00:48 Rev.: 3851

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:

  • classes/org/makumba/devel: CodeGenerator.java (+1 -1)
lnagel 2009-05-21 00:14 Rev.: 3850

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:

  • classes/org/makumba/devel: CodeGenerator.java (+1 -2)
Generated by StatSVN 0.5.0