


| Directory | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 1212 (100.0%) | 29423 (100.0%) | 24.2 |
| doc/ | 64 (5.3%) | 8660 (29.4%) | 135.3 |
| classes/org/makumba/view/jsptaglib/ | 222 (18.3%) | 3256 (11.1%) | 14.6 |
| classes/org/makumba/ | 83 (6.8%) | 2716 (9.2%) | 32.7 |
| / | 60 (5.0%) | 1910 (6.5%) | 31.8 |
| classes/org/makumba/util/ | 64 (5.3%) | 1794 (6.1%) | 28.0 |
| classes/org/makumba/devel/ | 31 (2.6%) | 1672 (5.7%) | 53.9 |
| classes/org/makumba/abstr/ | 106 (8.7%) | 1521 (5.2%) | 14.3 |
| classes/org/makumba/controller/http/ | 30 (2.5%) | 1195 (4.1%) | 39.8 |
| classes/org/makumba/db/ | 53 (4.4%) | 1029 (3.5%) | 19.4 |
| classes/org/makumba/controller/ | 8 (0.7%) | 973 (3.3%) | 121.6 |
| classes/org/makumba/controller/html/ | 53 (4.4%) | 866 (2.9%) | 16.3 |
| classes/test/ | 22 (1.8%) | 767 (2.6%) | 34.8 |
| classes/org/makumba/db/sql/ | 91 (7.5%) | 615 (2.1%) | 6.7 |
| doc/hacking/ | 6 (0.5%) | 555 (1.9%) | 92.5 |
| classes/org/makumba/view/ | 39 (3.2%) | 476 (1.6%) | 12.2 |
| classes/org/makumba/controller/jsp/ | 10 (0.8%) | 465 (1.6%) | 46.5 |
| classes/org/makumba/importer/ | 22 (1.8%) | 373 (1.3%) | 16.9 |
| servlet_context/WEB-INF/ | 18 (1.5%) | 227 (0.8%) | 12.6 |
| classes/org/makumba/db/sql/oql/ | 55 (4.5%) | 196 (0.7%) | 3.5 |
| classes/org/makumba/view/html/ | 9 (0.7%) | 104 (0.4%) | 11.5 |
| classes/org/makumba/db/sql/odbcjet/ | 33 (2.7%) | 17 (0.1%) | 0.5 |
| classes/org/makumba/abstr/printer/ | 18 (1.5%) | 7 (0.0%) | 0.3 |
| classes/org/makumba/db/sql/qed/ | 12 (1.0%) | 6 (0.0%) | 0.5 |
| classes/org/makumba/db/sql/odbcjet/v4/ | 10 (0.8%) | 6 (0.0%) | 0.6 |
| classes/org/makumba/db/sql/pgsql/ | 12 (1.0%) | 5 (0.0%) | 0.4 |
| classes/org/makumba/abstr/translator/ | 18 (1.5%) | 3 (0.0%) | 0.1 |
| classes/org/makumba/db/sql/msql/ | 12 (1.0%) | 2 (0.0%) | 0.1 |
| classes/org/makumba/db/sql/dbcp/ | 14 (1.2%) | 2 (0.0%) | 0.1 |
| classes/org/makumba/db/sql/cloudscape/ | 8 (0.7%) | 2 (0.0%) | 0.2 |
| doc/api/ | 2 (0.2%) | 1 (0.0%) | 0.5 |
| classes/org/makumba/db/sql/pgsql/old/ | 8 (0.7%) | 1 (0.0%) | 0.1 |
| classes/org/makumba/db/sql/mysql/ | 3 (0.2%) | 1 (0.0%) | 0.3 |
| doc/manual/ | 10 (0.8%) | 0 (0.0%) | 0.0 |
| classes/org/makumba/db/sql/informix/ | 6 (0.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
0 lines of code changed in 1 file:
0.5.13.5
0 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
0 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
0 lines of code changed in 1 file:
0.5.13.3
0 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
0 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!
0 lines of code changed in 1 file:
OQL error message appeared twice
1 lines of code changed in 1 file:
(209 more)