[root]/classes/org/makumba/controller/jsp

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 42 (100.0%) | 800 (100.0%) | 19.0 |
| cristi | 10 (23.8%) | 288 (36.0%) | 28.8 |
| manuel_gay | 10 (23.8%) | 222 (27.8%) | 22.2 |
| rosso_nero | 9 (21.4%) | 106 (13.3%) | 11.7 |
| stefan | 4 (9.5%) | 70 (8.8%) | 17.5 |
| fred | 2 (4.8%) | 68 (8.5%) | 34.0 |
| cristian_bogdan | 4 (9.5%) | 25 (3.1%) | 6.2 |
| adler | 3 (7.1%) | 21 (2.6%) | 7.0 |
making robust against data definition not found errors
8 lines of code changed in 1 file:
applied source code cleanup
17 lines of code changed in 1 file:
implemented actor logout (cannot test though)
9 lines of code changed in 1 file:
resolving generics
4 lines of code changed in 1 file:
printing an error message when the login page was accessed directly
5 lines of code changed in 1 file:
Moving controller handlers together with the classes they use
1 lines of code changed in 1 file:
finished moving a static constant
1 lines of code changed in 1 file:
Moving response tag
0 lines of code changed in 1 file:
Formatting code
126 lines of code changed in 1 file:
Formatting source
89 lines of code changed in 2 files:
Removing dependencies on list
3 lines of code changed in 1 file:
Refactoring: merging list and forms refactoring branch
1 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.
1 lines of code changed in 2 files:
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.
1 lines of code changed in 1 file:
implemented check to prevent endless loops
- apparentely in RequestAttributes the request attributes contain a reference to the makumba attributes, which in turn get printed by invoking the toString method..
- check in PageAttributes just to be on the safe side.
7 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
49 lines of code changed in 1 file:
Merging Antwerpen Branch
16 lines of code changed in 3 files:
removed a compiler warning
6 lines of code changed in 1 file:
organized imports via Eclipse
9 lines of code changed in 1 file:
supporting the standard servlet login mechanism (
bug 663).
the old login mechanism is still supported.
but the standard servlet mechanism (if used) takes precedence.
4 lines of code changed in 1 file:
(8 more)