[root]/classes/org/makumba/list
engine
(5 files, 1177 lines)
valuecomputer
(4 files, 505 lines)
html
(6 files, 576 lines)
pagination
(1 files, 387 lines)
tags
(13 files, 2568 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 24 (100.0%) | 663 (100.0%) | 27.6 |
| manuel_gay | 14 (58.3%) | 340 (51.3%) | 24.2 |
| rosso_nero | 7 (29.2%) | 303 (45.7%) | 43.2 |
| cristian_bogdan | 2 (8.3%) | 15 (2.3%) | 7.5 |
| marius9 | 1 (4.2%) | 5 (0.8%) | 5.0 |
- extending and refactoring page analysis: adding support for EL expressions
- fixing error recognition: currently running or analyzed tag is used (again) in order to display where the error occurs, leading to a more detailed error message. also adding a mechanism to persist the analysis state in case of an error in the servletContext scope, so that the error message does not disappear when the page is reloaded
- simplifying mechanism for checking validity of tag attribute values
- simplifying ValueComputer API
13 lines of code changed in 1 file:
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
7 lines of code changed in 1 file:
avoiding NPE if the enclosing tag has no name
1 lines of code changed in 1 file:
Start of Makumba Defaults config
re-implementing loads of servlets in controller handlers
9 lines of code changed in 1 file:
download servlet for file type
110 lines of code changed in 1 file:
added a fixme
2 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
71 lines of code changed in 1 file:
formatting code
100 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
9 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
1 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)
1 lines of code changed in 1 file:
(4 more)