[root]/classes/org/makumba/list/html
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 40 (100.0%) | 710 (100.0%) | 17.7 |
manuel_gay | 22 (55.0%) | 533 (75.1%) | 24.2 |
rosso_nero | 17 (42.5%) | 174 (24.5%) | 10.2 |
cristian_bogdan | 1 (2.5%) | 3 (0.4%) | 3.0 |
Removing makumba dependency on jspwiki (we didn't use this anyway)
0 lines of code changed in 2 files:
correct path to the download servlet
2 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
50 lines of code changed in 5 files:
fixing generics
2 lines of code changed in 1 file:
fixing generics warnings
7 lines of code changed in 5 files:
avoiding using Text.toString(), using getString() wherever we know about it.
this is done in preparation to change Text.toString() to something more meaningful and less memory-intensive
3 lines of code changed in 1 file:
added new formatting to strip HTML tags (useful when using stuff in title="...")
10 lines of code changed in 2 files:
download servlet for file type
73 lines of code changed in 2 files:
adapted comment
1 lines of code changed in 1 file:
formatted code
67 lines of code changed in 2 files:
passing on the form responder value
1 lines of code changed in 1 file:
allowing editing of TS_Create/modify in search forms (as we only search...)
1 lines of code changed in 1 file:
Introducing boolean type
72 lines of code changed in 2 files:
using stringutils from commons-lang
12 lines of code changed in 2 files:
Refactoring: moving classes from utils to the most appropriate location, moving form-related classes to forms package.
14 lines of code changed in 4 files:
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.
395 lines of code changed in 8 files: