


| Directory | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 32 (100.0%) | 61 (100.0%) | 1.9 |
| classes/test/ | 4 (12.5%) | 20 (32.8%) | 5.0 |
| classes/org/makumba/controller/html/ | 1 (3.1%) | 18 (29.5%) | 18.0 |
| / | 7 (21.9%) | 10 (16.4%) | 1.4 |
| doc/ | 4 (12.5%) | 5 (8.2%) | 1.2 |
| classes/org/makumba/ | 1 (3.1%) | 5 (8.2%) | 5.0 |
| classes/org/makumba/db/sql/ | 7 (21.9%) | 3 (4.9%) | 0.4 |
| lib/ | 3 (9.4%) | 0 (0.0%) | 0.0 |
| doc/hacking/ | 2 (6.3%) | 0 (0.0%) | 0.0 |
| classes/org/makumba/view/jsptaglib/ | 1 (3.1%) | 0 (0.0%) | 0.0 |
| classes/org/makumba/db/sql/mysql/ | 2 (6.3%) | 0 (0.0%) | 0.0 |

trying various svn keywords
5 lines of code changed in 1 file:
cvs->svn (link, footer from svn Id)
0 lines of code changed in 1 file:
fixed the source view on the web links.... still plenty to do with cvs ant tasks
4 lines of code changed in 1 file:
cleanup of duplicated functionality
0 lines of code changed in 1 file:
disabled a test for
http://bugzilla.makumba.org/cgi-bin/bugzilla/show_bug.cgi?id=527
5 lines of code changed in 1 file:
updated javadoc generation
3 lines of code changed in 1 file:
alphabetical order (si.makumba.org seems outdated)
3 lines of code changed in 1 file:
updated links
2 lines of code changed in 1 file:
described my latest fixes (none of them was tested yet)
2 lines of code changed in 1 file:
handles anchors in deleteLink
(inspired by https://private.best.eu.org/groups/archive/emailView.jsp?team=8luwv2r&email=feuiqvs)
needs to be tested!
18 lines of code changed in 1 file:
made it not fail with possible JSP 2.0 taglib directive:
<%@taglib tagdir="/WEB-INF/tags" prefix="tags" %>
0 lines of code changed in 1 file:
adding hsqldb.jar to classpath (and testing cvs commit)
1 lines of code changed in 1 file:
fixing bug 905 : on each new db "SET QUOTED_IDENTIFIER OFF" is executed first
0 lines of code changed in 1 file:
Support for MS SQL Server 2000 - all tests are passing, except the delete with hardcoded string parameter with double quotes (... where "c.name LIKE \"www"\ ")
limit and offset are not supported yet, as there is no standard syntax for it (MS SQL uses TOP x, with no support for offset). Obviously this needs a test.
15 lines of code changed in 11 files:
first it tries to get driver based on #sqlEngine property, then by parsing jdbc url (not sure if this is even still needed, leaving for backward compatibility)
Needed for mssql driver with url "jdbc:microsoft:sqlserver://localhost:1433" (otherwise we'd need to call the sqlengine "microsoft"
not tested with mysql yet.
3 lines of code changed in 1 file:
Exact jdbc driver version determined with RegEx
(fixed previously introduced, non-critical bug)
0 lines of code changed in 1 file:
added layout & basic spambot protection
0 lines of code changed in 2 files:
Updated to work with
a) JDBC driver: MySQL-AB JDBC Driver version: mysql-connector-java-3.1.8 ( $Date: 2005/04/14 20:36:13 $, $Revision: 1.27.4.64 $ )
which has no "-" after version dewey
b) MySQL 4.1.12a-nt, which describes InnoDB tables with "...) ENGINE=InnoDB DEFAULT CHARSET=utf8"
0 lines of code changed in 1 file:
updated links to cvsweb, which is now slightly different
0 lines of code changed in 1 file:
updated links to cvsweb, now at sf.net
0 lines of code changed in 2 files: