[root]/classes/org/makumba/view
html
(0 files, 0 lines)
jsptaglib
(0 files, 0 lines)
validation
(0 files, 0 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 147 (100.0%) | 2969 (100.0%) | 20.1 |
| cristi | 39 (26.5%) | 711 (23.9%) | 18.2 |
| rosso_nero | 27 (18.4%) | 692 (23.3%) | 25.6 |
| cristian_bogdan | 32 (21.8%) | 645 (21.7%) | 20.1 |
| manuel_gay | 27 (18.4%) | 572 (19.3%) | 21.1 |
| stefan | 15 (10.2%) | 279 (9.4%) | 18.6 |
| fred | 2 (1.4%) | 54 (1.8%) | 27.0 |
| adler | 4 (2.7%) | 16 (0.5%) | 4.0 |
| rudi | 1 (0.7%) | 0 (0.0%) | 0.0 |
Refactoring: moving classes from utils to the most appropriate location, moving form-related classes to forms package.
0 lines of code changed in 15 files:
Removing dependencies on list
0 lines of code changed in 1 file:
Refactoring: separating list, analysis, and a number of dependencies. Introducing org.makumba.commons which will grow later on.
Sorry for the hugue commit but it's one coherent refactoring, it should go together.
4 lines of code changed in 1 file:
fixed a bug: if hibernate jars are not present, makumba fails to close the database at webapp reload.
the getClass() call in NamedResources.close() throws an exception if the class searched has a field or a method (even unused) of a type that is not in classpath
1 lines of code changed in 1 file:
keeping info about the field-name / field definition the exception occured on
6 lines of code changed in 1 file:
adding support for null option
3 lines of code changed in 1 file:
formatting code
12 lines of code changed in 1 file:
Phase 1 of fixing bug related to misleading display of ANFE exceptions (bugzilla is down, I can't get the bug number). Rudi, I hope this won't collide with the multiple exception work you are doing.
11 lines of code changed in 1 file:
Fixing bug: passing wrong type as query parameter. Commenting, throwing exception if we are in a situation where the result is not what we think it will be.
15 lines of code changed in 1 file:
improving javadoc
8 lines of code changed in 1 file:
Improving javadoc
9 lines of code changed in 1 file:
Formatting source
137 lines of code changed in 1 file:
Formatting source
55 lines of code changed in 1 file:
Workaround for the hibernate bug with column names
11 lines of code changed in 1 file:
Writing more javadoc, formatting source
322 lines of code changed in 3 files:
getting the session factory from the database
11 lines of code changed in 2 files:
fixing a bug when trying to find the "label" in a real number, e.g. in
<mak:value expr="p.age * 2.5" />, where 2 is thought of as a label
9 lines of code changed in 1 file:
adding (jsp) wiki formatting to makumba
bundeling functionality of html=, urlencode= into format=
5 lines of code changed in 1 file:
adding method to remove an attribute
adding method to check whether an attribute exists in the attributes
implemented toString method to print debug info
27 lines of code changed in 1 file:
getTestSF is no more
1 lines of code changed in 1 file:
(39 more)