Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 1212 (100.0%) | 28187 (100.0%) | 23.2 |
doc/ | 64 (5.3%) | 8779 (31.1%) | 137.1 |
classes/org/makumba/view/jsptaglib/ | 222 (18.3%) | 3590 (12.7%) | 16.1 |
classes/org/makumba/util/ | 64 (5.3%) | 1875 (6.7%) | 29.2 |
classes/org/makumba/ | 83 (6.8%) | 1618 (5.7%) | 19.4 |
/ | 60 (5.0%) | 1552 (5.5%) | 25.8 |
classes/org/makumba/db/ | 53 (4.4%) | 1437 (5.1%) | 27.1 |
classes/org/makumba/controller/http/ | 30 (2.5%) | 1089 (3.9%) | 36.3 |
classes/org/makumba/abstr/ | 106 (8.7%) | 971 (3.4%) | 9.1 |
classes/org/makumba/importer/ | 22 (1.8%) | 923 (3.3%) | 41.9 |
classes/org/makumba/controller/html/ | 53 (4.4%) | 902 (3.2%) | 17.0 |
classes/org/makumba/devel/ | 31 (2.6%) | 816 (2.9%) | 26.3 |
classes/org/makumba/db/sql/ | 91 (7.5%) | 748 (2.7%) | 8.2 |
classes/org/makumba/view/ | 39 (3.2%) | 711 (2.5%) | 18.2 |
classes/test/ | 22 (1.8%) | 648 (2.3%) | 29.4 |
classes/org/makumba/db/sql/oql/ | 55 (4.5%) | 602 (2.1%) | 10.9 |
classes/org/makumba/controller/ | 8 (0.7%) | 558 (2.0%) | 69.7 |
doc/hacking/ | 6 (0.5%) | 546 (1.9%) | 91.0 |
classes/org/makumba/controller/jsp/ | 10 (0.8%) | 288 (1.0%) | 28.8 |
servlet_context/WEB-INF/ | 18 (1.5%) | 272 (1.0%) | 15.1 |
classes/org/makumba/view/html/ | 9 (0.7%) | 97 (0.3%) | 10.7 |
classes/org/makumba/db/sql/mysql/ | 3 (0.2%) | 78 (0.3%) | 26.0 |
classes/org/makumba/db/sql/odbcjet/ | 33 (2.7%) | 49 (0.2%) | 1.4 |
classes/org/makumba/db/sql/informix/ | 6 (0.5%) | 36 (0.1%) | 6.0 |
doc/api/ | 2 (0.2%) | 2 (0.0%) | 1.0 |
doc/manual/ | 10 (0.8%) | 0 (0.0%) | 0.0 |
classes/org/makumba/db/sql/qed/ | 12 (1.0%) | 0 (0.0%) | 0.0 |
classes/org/makumba/db/sql/pgsql/old/ | 8 (0.7%) | 0 (0.0%) | 0.0 |
classes/org/makumba/db/sql/pgsql/ | 12 (1.0%) | 0 (0.0%) | 0.0 |
classes/org/makumba/db/sql/odbcjet/v4/ | 10 (0.8%) | 0 (0.0%) | 0.0 |
classes/org/makumba/db/sql/msql/ | 12 (1.0%) | 0 (0.0%) | 0.0 |
classes/org/makumba/db/sql/dbcp/ | 14 (1.2%) | 0 (0.0%) | 0.0 |
classes/org/makumba/db/sql/cloudscape/ | 8 (0.7%) | 0 (0.0%) | 0.0 |
classes/org/makumba/abstr/translator/ | 18 (1.5%) | 0 (0.0%) | 0.0 |
classes/org/makumba/abstr/printer/ | 18 (1.5%) | 0 (0.0%) | 0.0 |
0.5.13.7
4 lines of code changed in 1 file:
fixed limit bug with mysql 5
reversed arguments in a call
3 lines of code changed in 2 files:
0.5.13.6
4 lines of code changed in 1 file:
fix for the case when the programming error occurs in the included file
8 lines of code changed in 1 file:
fixed bug: tag file, line and column detection were wrong after an include
30 lines of code changed in 2 files:
better pointing to the source file.
probably the earlier version didn't work for includes
1 lines of code changed in 1 file:
if there are bugs when retrieving the source code, we don't show the source code
6 lines of code changed in 1 file:
0.5.13.5
3 lines of code changed in 1 file:
this was rather stupid, it clearly fails at includes, when there's no root, but the stack is still needed
0 lines of code changed in 1 file:
0.5.13.4
6 lines of code changed in 1 file:
fix for bug 789, cleaning threadLocal variables so they are not set when the thread is reused for another access
13 lines of code changed in 2 files:
if display was false, the max++ increment didn't execute...
so we execute it first, then use max-1
3 lines of code changed in 1 file:
0.5.13.3
4 lines of code changed in 1 file:
f mak:input has display false, the formatting of the input is not done any more
(it was done, then ignored, resulting to resource waste)
6 lines of code changed in 2 files:
fixed a bug occuring when the title of a type is non-string
the choser becomes useless then anyway, so probably <mak:input > always has display="false" or (more recently) uses <mak:option > inside
1 lines of code changed in 1 file:
0.5.13.2
4 lines of code changed in 1 file:
fixed small bug in treating unknown errors.
made JSP compilation errors to be considered known
34 lines of code changed in 1 file:
one more tomcat dependency
1 lines of code changed in 1 file:
better exception handling. we still catch all exceptions, including jasper ones!
6 lines of code changed in 1 file:
OQL error message appeared twice
1 lines of code changed in 1 file:
(209 more)