[root]/classes/org/makumba/controller
html
(0 files, 0 lines)
http
(1 files, 132 lines)
jsp
(2 files, 325 lines)
validation
(0 files, 0 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 92 (100.0%) | 2591 (100.0%) | 28.1 |
| cristi | 8 (8.7%) | 973 (37.6%) | 121.6 |
| rosso_nero | 30 (32.6%) | 752 (29.0%) | 25.0 |
| manuel_gay | 23 (25.0%) | 603 (23.3%) | 26.2 |
| cristian_bogdan | 22 (23.9%) | 161 (6.2%) | 7.3 |
| poempernikkel | 2 (2.2%) | 57 (2.2%) | 28.5 |
| marius9 | 2 (2.2%) | 28 (1.1%) | 14.0 |
| filip_kis | 1 (1.1%) | 9 (0.3%) | 9.0 |
| stefan | 2 (2.2%) | 4 (0.2%) | 2.0 |
| adlerscout | 1 (1.1%) | 3 (0.1%) | 3.0 |
| jzbont | 1 (1.1%) | 1 (0.0%) | 1.0 |
catching exception that might happen during actor computation
11 lines of code changed in 1 file:
refactoring CharsetFilter to a controllerHandler
34 lines of code changed in 1 file:
(hopefully) fixing a bug with actor value computation
0 lines of code changed in 1 file:
correctly checking for duplicate MDD function names, new utility method, minor removal of unneeded string constants
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
1 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 1 file:
reading config file section only once
4 lines of code changed in 1 file:
Refactored a bit:
- Made a new getMethod method which allows the lookup of the old and new methods at the same time.
- Also kept the fix of rudi for the findXXX method lookup.
I don't understand why I can't use my getMethod around lines 374 though.
57 lines of code changed in 1 file:
fix to jasper's fix - also checking for old-style DB args for login purposes
0 lines of code changed in 1 file:
Changes in the lookup of BL methods to enable the use of Transaction instead of Database as a method argument.
If Database, a fine log is made in the org.makumba.controller logger, saying that Database is deprecated.
0 lines of code changed in 1 file:
fixing generics warnings
0 lines of code changed in 1 file:
avoiding useless string concatenation
6 lines of code changed in 1 file:
removing non-static methods
0 lines of code changed in 1 file:
changed ini library
5 lines of code changed in 1 file:
global makumba config, unifying MakumbaController.properties into it, first version of "welcome page" for makumba tools
0 lines of code changed in 2 files:
no need for empty bl methods
16 lines of code changed in 1 file:
no need for empty bl methods
12 lines of code changed in 1 file:
fixing a MAJOR bug with not allowing maps as session attributes anymore
38 lines of code changed in 2 files:
another convenience function
0 lines of code changed in 3 files:
using convenience function, throwing unauthenticated
0 lines of code changed in 1 file:
added some comments
0 lines of code changed in 1 file:
applying source code cleanup
0 lines of code changed in 1 file:
rewrote actor lookup, actor() function with most matching parameters is chosen
0 lines of code changed in 1 file:
implemented actor logout (cannot test though)
0 lines of code changed in 1 file:
actor fields are now put in the session; other improvements and checks
114 lines of code changed in 1 file:
small fix
0 lines of code changed in 1 file:
support for authorization constraints
0 lines of code changed in 1 file:
removing "context" code, now the context is in the transaction used.
1 lines of code changed in 1 file:
support for finding actor_type by attempting to run queries of the form SELECT x FROM type WHERE x.actor*(*) until one actor function matches the existing attributes
0 lines of code changed in 1 file:
resolving generics
2 lines of code changed in 1 file:
resolving generics
9 lines of code changed in 1 file:
adding handler head for after_delete operation
0 lines of code changed in 1 file:
allowing handler methods to modify the request/response objects
217 lines of code changed in 2 files:
organising imports, code clean-up
0 lines of code changed in 1 file:
- adding possibility to choose transaction provider class in BL through the getTransactionProvider() method
- adding possibility to set a default transaction provider for the whole application in MakumbaController.properties (defaultTransactionProvider property)
- test to trigger transaction provider choosing logic
- fixing login test
0 lines of code changed in 1 file:
cleaning up & formatting code
81 lines of code changed in 1 file:
not much point for a soft cache
0 lines of code changed in 1 file:
support for after_delete
0 lines of code changed in 1 file:
Moving controller handlers together with the classes they use
3 lines of code changed in 6 files:
RuntimeWrappedException is now a standard throwable with a cause. could be eliminated totally I guess
0 lines of code changed in 1 file:
(31 more)