[root]/classes/org/makumba/list
engine
(5 files, 1176 lines)
valuecomputer
(4 files, 523 lines)
html
(6 files, 580 lines)
pagination
(1 files, 365 lines)
tags
(12 files, 2084 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 23 (100.0%) | 465 (100.0%) | 20.2 |
| manuel_gay | 13 (56.5%) | 321 (69.0%) | 24.6 |
| rosso_nero | 7 (30.4%) | 125 (26.9%) | 17.8 |
| cristian_bogdan | 2 (8.7%) | 14 (3.0%) | 7.0 |
| marius9 | 1 (4.3%) | 5 (1.1%) | 5.0 |
not using deprectated method
1 lines of code changed in 1 file:
- making TransactionProvider intelligent: if getConnectionTo() wants to access a dataSource that is not of the type of the TransactionProvider implementation, automatically switches to the right implementation
- experimentation: method to unload static reference to singleton on context uninstall. maybe it will help with our problem
- fixing bug 1090
10 lines of code changed in 1 file:
fixed a bug with reflection
5 lines of code changed in 1 file:
Using singletonHolder class wherever possible
0 lines of code changed in 1 file:
avoiding NPE if the enclosing tag has no name
0 lines of code changed in 1 file:
Start of Makumba Defaults config
re-implementing loads of servlets in controller handlers
0 lines of code changed in 1 file:
download servlet for file type
114 lines of code changed in 1 file:
added a fixme
0 lines of code changed in 1 file:
implementing add-to-result-of-mak-input for add forms; simple implementation, yet working only on mak:input dataType=".." inputs
0 lines of code changed in 1 file:
formatting code
0 lines of code changed in 1 file:
better error message if addTag is not inside a list/object
7 lines of code changed in 1 file:
refactoring: moving all the cache keys to MakumbaJSPAnalyser, so it is possible to have an overview
0 lines of code changed in 1 file:
making (more) sure that makumba forms don't produce bad HQL due to the ptr.id issue
query language can now be extracted via MakumbaJspAnalyzer
14 lines of code changed in 1 file:
Improving error message a bit
1 lines of code changed in 1 file:
Makes the default constructor public, needed for some more strict JVMs
0 lines of code changed in 1 file:
Avoiding creation of useless object instances of Providers by using singletons
13 lines of code changed in 1 file:
Removing leftovers of hibernate_ pointers
1 lines of code changed in 1 file:
changing method signature, allowing more inputs for search forms
4 lines of code changed in 1 file:
Updating imports (Attributes, GenericTag)
0 lines of code changed in 1 file:
Instantiating FormDataProvider using basic dependency injection
0 lines of code changed in 1 file:
Refactoring: moving classes from utils to the most appropriate location, moving form-related classes to forms package.
1 lines of code changed in 1 file:
Removing leftover dependencies of forms on list
0 lines of code changed in 1 file:
Refactoring: merging list and forms refactoring branch
294 lines of code changed in 1 file: