


| Directory | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 122 (100.0%) | 346 (100.0%) | 2.8 |
| classes/org/makumba/controller/http/ | 8 (6.6%) | 90 (26.0%) | 11.2 |
| servlet_context/WEB-INF/ | 1 (0.8%) | 64 (18.5%) | 64.0 |
| classes/org/makumba/view/jsptaglib/ | 13 (10.7%) | 48 (13.9%) | 3.6 |
| doc/ | 10 (8.2%) | 33 (9.5%) | 3.3 |
| classes/org/makumba/abstr/ | 15 (12.3%) | 24 (6.9%) | 1.6 |
| classes/test/ | 5 (4.1%) | 20 (5.8%) | 4.0 |
| classes/org/makumba/importer/ | 4 (3.3%) | 14 (4.0%) | 3.5 |
| classes/org/makumba/ | 6 (4.9%) | 10 (2.9%) | 1.6 |
| classes/org/makumba/util/ | 10 (8.2%) | 9 (2.6%) | 0.9 |
| classes/org/makumba/devel/ | 7 (5.7%) | 9 (2.6%) | 1.2 |
| classes/org/makumba/db/sql/ | 8 (6.6%) | 9 (2.6%) | 1.1 |
| classes/org/makumba/view/ | 4 (3.3%) | 8 (2.3%) | 2.0 |
| / | 2 (1.6%) | 6 (1.7%) | 3.0 |
| classes/org/makumba/db/ | 3 (2.5%) | 2 (0.6%) | 0.6 |
| classes/org/makumba/db/sql/qed/ | 1 (0.8%) | 0 (0.0%) | 0.0 |
| classes/org/makumba/db/sql/oracle/ | 2 (1.6%) | 0 (0.0%) | 0.0 |
| classes/org/makumba/db/sql/oql/ | 5 (4.1%) | 0 (0.0%) | 0.0 |
| classes/org/makumba/db/sql/odbcjet/ | 2 (1.6%) | 0 (0.0%) | 0.0 |
| classes/org/makumba/db/sql/msql/ | 1 (0.8%) | 0 (0.0%) | 0.0 |
| classes/org/makumba/db/sql/dbcp/ | 3 (2.5%) | 0 (0.0%) | 0.0 |
| classes/org/makumba/db/sql/cloudscape/ | 1 (0.8%) | 0 (0.0%) | 0.0 |
| classes/org/makumba/controller/jsp/ | 3 (2.5%) | 0 (0.0%) | 0.0 |
| classes/org/makumba/controller/html/ | 7 (5.7%) | 0 (0.0%) | 0.0 |
| classes/org/makumba/abstr/translator/ | 1 (0.8%) | 0 (0.0%) | 0.0 |

fix html bug
1 lines of code changed in 1 file:
correction
0 lines of code changed in 1 file:
added info about dbsv
23 lines of code changed in 3 files:
correction in the explanation
9 lines of code changed in 1 file:
in OQL NULL is named nil
0 lines of code changed in 1 file:
support for JSP 2.0
64 lines of code changed in 1 file:
just applied the CSS style, needs more formating, add links + ankors
0 lines of code changed in 1 file:
eliminated all warnings when we do ant publishDoc
1 lines of code changed in 3 files:
fixed most of the warnings in javadoc
25 lines of code changed in 11 files:
added a few things from the changelog (from 0.5.9 till 0.5.10.5). Please check if I got everything right. Thanks
0 lines of code changed in 1 file:
fixed the problem with net congestion + (some) tests done
88 lines of code changed in 1 file:
changed text report to developers (instead ITC)
0 lines of code changed in 1 file:
improved with Cristi's comments.
also the logic was also restructured.
0 lines of code changed in 1 file:
replaced println with MakumbaSystem.getMakumbaLogger()
0 lines of code changed in 1 file:
missing one import
1 lines of code changed in 1 file:
removed unused imports
4 lines of code changed in 1 file:
dos2unix: nothing changed but the fileformat was coverted to unix, so the next changes can be noticed
1 lines of code changed in 2 files:
New version of Multipart that doesn't create a byte[] with the size of the file.
It should solve the problem of big uploads.
I run a couple of tests and it seems to work but more test is needed.
There are some println in the code for testing purposes.
0 lines of code changed in 1 file:
test added to check the endings. A read in some RFC that the standard is CR LF.
After some test this code can be made nicer and println should be removed
0 lines of code changed in 1 file:
corrected the checking for the ending: it can be CRLF or only CR
quote from a webpage:
- PC uses CR+LF
- Unix adopted plain LF as the line termination sequence
- Macintosh uses just CR
but Mac OS X files either have the unix-style LF, or the old-Mac style CR
CR - carriage return
LF - line feed (or NL - new line)
4 lines of code changed in 1 file:
(6 more)