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

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 142 (100.0%) | 3089 (100.0%) | 21.7 |
| cristi | 30 (21.1%) | 1195 (38.7%) | 39.8 |
| manuel_gay | 43 (30.3%) | 609 (19.7%) | 14.1 |
| filip_kis | 2 (1.4%) | 563 (18.2%) | 281.5 |
| rosso_nero | 33 (23.2%) | 408 (13.2%) | 12.3 |
| jzbont | 1 (0.7%) | 98 (3.2%) | 98.0 |
| adler | 8 (5.6%) | 90 (2.9%) | 11.2 |
| cristian_bogdan | 15 (10.6%) | 80 (2.6%) | 5.3 |
| marius9 | 3 (2.1%) | 42 (1.4%) | 14.0 |
| adlerscout | 1 (0.7%) | 4 (0.1%) | 4.0 |
| stefan | 6 (4.2%) | 0 (0.0%) | 0.0 |
refactoring CharsetFilter to a controllerHandler
1 lines of code changed in 2 files:
removing useless import
1 lines of code changed in 1 file:
Removed redundancy in the CharsetFilter
0 lines of code changed in 1 file:
some minor things: fixed warnings, added FIXMEs
5 lines of code changed in 1 file:
- removing fetching of servletName that does not work at filter startup time
- making it compulsory to have a Makumba.conf
0 lines of code changed in 1 file:
- moving database configuration to Makumba.conf
- fixing the OO design of TransactionProvider-s, now they extend TransactionProvider instead of implementing some strange interface
- updating hibernate version
sorry for the big commit but it's a big change. please test, comment, etc.
0 lines of code changed in 2 files:
Start of Makumba Defaults config
re-implementing loads of servlets in controller handlers
0 lines of code changed in 1 file:
allowing handler methods to modify the request/response objects
6 lines of code changed in 1 file:
code clean-up, formatted
0 lines of code changed in 1 file:
Avoiding creation of useless object instances of Providers by using singletons
1 lines of code changed in 1 file:
signature change
1 lines of code changed in 1 file:
better computation of imax
more wide (for all handlers) and safe finalization
12 lines of code changed in 1 file:
removed references to Configuration when it is default, thus heavily reducing dependencies to the class
0 lines of code changed in 1 file:
new controller handler, to take care of analyzer per-request initialization
0 lines of code changed in 1 file:
Moving controller handlers together with the classes they use
3 lines of code changed in 1 file:
removed unused stuff
0 lines of code changed in 1 file:
ok, enough with this class... finished the todos
0 lines of code changed in 1 file:
yet another fix. tough stuff with new code :)
0 lines of code changed in 1 file:
fixed 2 biiig errors, finished moving a static constant
3 lines of code changed in 1 file:
added one more template method to let a handler do stuff after all the other handlers have done their before method, but before the chain
0 lines of code changed in 1 file:
rewritten Manu's hand-work (ask me about the joke)
33 lines of code changed in 1 file:
Removing not needed classes
0 lines of code changed in 2 files:
Refactoring ControllerFilter in order to separate concerns
92 lines of code changed in 1 file:
removing not needed code
0 lines of code changed in 1 file:
fixing compiler warnings
12 lines of code changed in 1 file:
exception handling - added custom error page support and error logging on db
563 lines of code changed in 2 files:
Refactoring Responder in an object-oriented way
0 lines of code changed in 1 file:
Refactoring a bit, updating imports from moves (Attributes, Responder)
0 lines of code changed in 1 file:
Moving Responder classes to one place, refactoring a bit Responder
0 lines of code changed in 1 file:
Moving Attribute related classes to one place
0 lines of code changed in 3 files:
Fixing Java 5.0 compiler warnings
3 lines of code changed in 1 file:
adding afterHandler for forms
46 lines of code changed in 1 file:
Formatting source
0 lines of code changed in 1 file:
Refactoring: introducing TransactionProvider and removing static dependencies from MakumbaSystem wherever possible.
23 lines of code changed in 5 files:
Refactoring: removing dependencies from MakumbaSystem, using Providers and Configuration instead
13 lines of code changed in 3 files:
Refactoring: moving classes from utils to the most appropriate location, moving form-related classes to forms package.
6 lines of code changed in 3 files:
Removing dependencies on list
4 lines of code changed in 1 file:
Refactoring: merging list and forms refactoring branch
33 lines of code changed in 2 files:
adding logging info for debugging
0 lines of code changed in 1 file:
fixing some generics warnings
2 lines of code changed in 1 file:
(58 more)