[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%) | 1288 (100.0%) | 8.7 |
| cristi | 39 (26.5%) | 476 (37.0%) | 12.2 |
| manuel_gay | 27 (18.4%) | 334 (25.9%) | 12.3 |
| rosso_nero | 27 (18.4%) | 236 (18.3%) | 8.7 |
| cristian_bogdan | 32 (21.8%) | 180 (14.0%) | 5.6 |
| fred | 2 (1.4%) | 54 (4.2%) | 27.0 |
| adler | 4 (2.7%) | 8 (0.6%) | 2.0 |
| stefan | 15 (10.2%) | 0 (0.0%) | 0.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
0 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
0 lines of code changed in 1 file:
formatting code
0 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.
0 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.
0 lines of code changed in 1 file:
improving javadoc
8 lines of code changed in 1 file:
Improving javadoc
0 lines of code changed in 1 file:
Formatting source
0 lines of code changed in 1 file:
Formatting source
0 lines of code changed in 1 file:
Workaround for the hibernate bug with column names
0 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
0 lines of code changed in 1 file:
getTestSF is no more
1 lines of code changed in 1 file:
using transactions, to fix problems with hibernate not refreshing query results after editing
0 lines of code changed in 1 file:
fixes for edit forms to work with hibernate HQL
0 lines of code changed in 1 file:
Changed method signature to get queries without makumba parameterization.
Some fixes regarding .id & hibernate_ pointers
code clean up
85 lines of code changed in 1 file:
bypassing Attribute parameterizer & multiple attribute parameterizer for HQL queries (hibernate takes care of named parameters)
5 lines of code changed in 1 file:
we don't rewrite groupBy and orderBy with hibernate. we also recognize p.id and p.hibernate_citizenship
16 lines of code changed in 1 file:
using named resource cache for hql analyzer
1 lines of code changed in 1 file:
reformatted, made inner queries work even with JOIN instead of comma
0 lines of code changed in 2 files:
selecting p.id instead of p when automatically adding projections
5 lines of code changed in 1 file:
fixed small bugs
0 lines of code changed in 2 files:
query runner adapted to changes in HQL analyzer
43 lines of code changed in 1 file:
fixing a bug
0 lines of code changed in 1 file:
Fixes to query runner for double & set types.
problems still exist with selecting pointers
41 lines of code changed in 1 file:
First version of hibernate query runner (bugs exist still with pointers and collections)
14 lines of code changed in 1 file:
fixed a little bug
17 lines of code changed in 1 file:
fix to use either makumba-OQL or hibernate-QL analyzer.
27 lines of code changed in 1 file:
using hibernate queries when needed
1 lines of code changed in 5 files:
Merging Antwerpen Branch
0 lines of code changed in 11 files:
removed dependence on RecordInfo and FieldInfo
5 lines of code changed in 2 files:
organized imports via Eclipse
41 lines of code changed in 8 files:
support for variableFrom and semiconstant where, orderBy, groupBy
62 lines of code changed in 2 files:
(19 more)