Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 122 (100.0%) | 1385 (100.0%) | 11.3 |
doc/ | 10 (8.2%) | 541 (39.1%) | 54.1 |
classes/org/makumba/controller/http/ | 8 (6.6%) | 414 (29.9%) | 51.7 |
classes/org/makumba/db/sql/ | 8 (6.6%) | 68 (4.9%) | 8.5 |
servlet_context/WEB-INF/ | 1 (0.8%) | 64 (4.6%) | 64.0 |
classes/org/makumba/view/jsptaglib/ | 13 (10.7%) | 60 (4.3%) | 4.6 |
classes/test/ | 5 (4.1%) | 48 (3.5%) | 9.6 |
classes/org/makumba/devel/ | 7 (5.7%) | 43 (3.1%) | 6.1 |
classes/org/makumba/util/ | 10 (8.2%) | 27 (1.9%) | 2.7 |
classes/org/makumba/abstr/ | 15 (12.3%) | 24 (1.7%) | 1.6 |
classes/org/makumba/controller/jsp/ | 3 (2.5%) | 21 (1.5%) | 7.0 |
classes/org/makumba/controller/html/ | 7 (5.7%) | 19 (1.4%) | 2.7 |
classes/org/makumba/view/ | 4 (3.3%) | 16 (1.2%) | 4.0 |
classes/org/makumba/importer/ | 4 (3.3%) | 16 (1.2%) | 4.0 |
classes/org/makumba/ | 6 (4.9%) | 10 (0.7%) | 1.6 |
/ | 2 (1.6%) | 6 (0.4%) | 3.0 |
classes/org/makumba/db/ | 3 (2.5%) | 3 (0.2%) | 1.0 |
classes/org/makumba/db/sql/oql/ | 5 (4.1%) | 2 (0.1%) | 0.4 |
classes/org/makumba/db/sql/msql/ | 1 (0.8%) | 2 (0.1%) | 2.0 |
classes/org/makumba/db/sql/oracle/ | 2 (1.6%) | 1 (0.1%) | 0.5 |
classes/org/makumba/db/sql/qed/ | 1 (0.8%) | 0 (0.0%) | 0.0 |
classes/org/makumba/db/sql/odbcjet/ | 2 (1.6%) | 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/abstr/translator/ | 1 (0.8%) | 0 (0.0%) | 0.0 |
fix html bug
1 lines of code changed in 1 file:
correction
13 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
1 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
113 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
288 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)
1 lines of code changed in 1 file:
improved with Cristi's comments.
also the logic was also restructured.
89 lines of code changed in 1 file:
replaced println with MakumbaSystem.getMakumbaLogger()
7 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.
196 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
10 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)