Directory classes/org/makumba/controller/

Directory Created:
2003-05-21 01:46
Total Files:
7
Deleted Files:
4
Lines of Code:
1327

[root]/classes/org/makumba/controller
                    Folder removed from repo html (0 files, 0 lines)
                    directory in repo http (1 files, 132 lines)
                    directory in repo jsp (2 files, 325 lines)
                    Folder removed from repo validation (0 files, 0 lines)

Lines of Code

classes/org/makumba/controller/ Lines of Code

Developers

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

Most Recent Commits

manuel_gay 2009-09-28 13:09 Rev.: 4060

catching exception that might happen during actor computation

11 lines of code changed in 1 file:

  • classes/org/makumba/controller: Logic.java (+11 -5)
manuel_gay 2009-09-23 16:58 Rev.: 4055

refactoring CharsetFilter to a controllerHandler

34 lines of code changed in 1 file:

  • classes/org/makumba/controller: CharsetControllerHandler.java (new 34)
manuel_gay 2009-06-07 19:26 Rev.: 3916

(hopefully) fixing a bug with actor value computation

0 lines of code changed in 1 file:

  • classes/org/makumba/controller: Logic.java (changed)
rosso_nero 2009-01-09 19:14 Rev.: 3603

correctly checking for duplicate MDD function names, new utility method, minor removal of unneeded string constants

1 lines of code changed in 1 file:

  • classes/org/makumba/controller: Logic.java (+1 -1)
manuel_gay 2009-01-05 23:36 Rev.: 3575

- 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:

  • classes/org/makumba/controller: Logic.java (+1 -1)
manuel_gay 2009-01-03 03:54 Rev.: 3533

- 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:

  • classes/org/makumba/controller: Logic.java (changed)
rosso_nero 2008-12-31 01:45 Rev.: 3500

reading config file section only once

4 lines of code changed in 1 file:

  • classes/org/makumba/controller: Logic.java (+4 -3)
poempernikkel 2008-12-25 23:29 Rev.: 3460

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:

  • classes/org/makumba/controller: Logic.java (+57 -117)
rosso_nero 2008-12-25 19:22 Rev.: 3456

fix to jasper's fix - also checking for old-style DB args for login purposes

0 lines of code changed in 1 file:

  • classes/org/makumba/controller: Logic.java (changed)
poempernikkel 2008-12-24 17:25 Rev.: 3452

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:

  • classes/org/makumba/controller: Logic.java (changed)
rosso_nero 2008-12-23 05:28 Rev.: 3448

fixing generics warnings

0 lines of code changed in 1 file:

  • classes/org/makumba/controller: Logic.java (-1)
rosso_nero 2008-12-16 04:14 Rev.: 3401

avoiding useless string concatenation

6 lines of code changed in 1 file:

  • classes/org/makumba/controller: Logic.java (+6 -6)
rosso_nero 2008-10-31 08:46 Rev.: 3309

removing non-static methods

0 lines of code changed in 1 file:

  • classes/org/makumba/controller: Logic.java (changed)
rosso_nero 2008-10-20 04:20 Rev.: 3276

changed ini library

5 lines of code changed in 1 file:

  • classes/org/makumba/controller: Logic.java (+5 -5)
rosso_nero 2008-10-16 16:03 Rev.: 3261

global makumba config, unifying MakumbaController.properties into it, first version of "welcome page" for makumba tools

0 lines of code changed in 2 files:

  • classes/org/makumba/controller: FilterConditionControllerHandler.java (changed), Logic.java (changed)
marius9 2008-10-05 19:09 Rev.: 3210

no need for empty bl methods

16 lines of code changed in 1 file:

  • classes/org/makumba/controller: Logic.java (+16 -16)
marius9 2008-10-05 17:56 Rev.: 3204

no need for empty bl methods

12 lines of code changed in 1 file:

  • classes/org/makumba/controller: Logic.java (+12 -2)
rosso_nero 2008-10-05 17:11 Rev.: 3199

fixing a MAJOR bug with not allowing maps as session attributes anymore

38 lines of code changed in 2 files:

  • classes/org/makumba/controller: Logic.java (+2 -2), MakumbaActorHashMap.java (new 36)
rosso_nero 2008-07-25 17:07

another convenience function

0 lines of code changed in 3 files:

  • classes/org/makumba/controller: Logic.java (-4)
rosso_nero 2008-07-25 16:26 Rev.: 2915

using convenience function, throwing unauthenticated

0 lines of code changed in 1 file:

  • classes/org/makumba/controller: Logic.java (changed)
rosso_nero 2008-07-25 15:58 Rev.: 2913

added some comments

0 lines of code changed in 1 file:

  • classes/org/makumba/controller: Logic.java (changed)
rosso_nero 2008-07-25 15:48 Rev.: 2912

applying source code cleanup

0 lines of code changed in 1 file:

  • classes/org/makumba/controller: Logic.java (changed)
cristian_bogdan 2008-07-21 19:41 Rev.: 2890

rewrote actor lookup, actor() function with most matching parameters is chosen

0 lines of code changed in 1 file:

  • classes/org/makumba/controller: Logic.java (changed)
cristian_bogdan 2008-07-20 12:34 Rev.: 2859

implemented actor logout (cannot test though)

0 lines of code changed in 1 file:

  • classes/org/makumba/controller: Logic.java (changed)
cristian_bogdan 2008-07-20 02:09 Rev.: 2853

actor fields are now put in the session; other improvements and checks

114 lines of code changed in 1 file:

  • classes/org/makumba/controller: Logic.java (+114 -26)
cristian_bogdan 2008-07-19 01:57 Rev.: 2849

small fix

0 lines of code changed in 1 file:

  • classes/org/makumba/controller: Logic.java (changed)
cristian_bogdan 2008-07-19 01:17 Rev.: 2848

support for authorization constraints

0 lines of code changed in 1 file:

  • classes/org/makumba/controller: Logic.java (changed)
cristian_bogdan 2008-07-18 03:09 Rev.: 2843

removing "context" code, now the context is in the transaction used.

1 lines of code changed in 1 file:

  • classes/org/makumba/controller: Logic.java (+1 -10)
cristian_bogdan 2008-07-15 03:32 Rev.: 2829

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:

  • classes/org/makumba/controller: Logic.java (changed)
rosso_nero 2008-06-25 21:06 Rev.: 2664

resolving generics

2 lines of code changed in 1 file:

  • classes/org/makumba/controller: Logic.java (+2 -2)
rosso_nero 2008-06-25 20:50 Rev.: 2663

resolving generics

9 lines of code changed in 1 file:

  • classes/org/makumba/controller: Logic.java (+9 -9)
manuel_gay 2008-06-11 03:37 Rev.: 2537

adding handler head for after_delete operation

0 lines of code changed in 1 file:

  • classes/org/makumba/controller: Logic.java (changed)
rosso_nero 2008-05-18 15:35 Rev.: 2380

allowing handler methods to modify the request/response objects

217 lines of code changed in 2 files:

  • classes/org/makumba/controller: EmptyLineFilter.java (new 215), FilterConditionControllerHandler.java (+2 -1)
rosso_nero 2008-05-18 15:12 Rev.: 2378

organising imports, code clean-up

0 lines of code changed in 1 file:

  • classes/org/makumba/controller: FilterConditionControllerHandler.java (changed)
manuel_gay 2008-05-12 03:32 Rev.: 2298

- 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:

  • classes/org/makumba/controller: Logic.java (changed)
manuel_gay 2008-05-11 23:54 Rev.: 2289

cleaning up & formatting code

81 lines of code changed in 1 file:

  • classes/org/makumba/controller: Logic.java (+81 -45)
cristian_bogdan 2008-03-03 03:57 Rev.: 2230

not much point for a soft cache

0 lines of code changed in 1 file:

  • classes/org/makumba/controller: Logic.java (changed)
cristian_bogdan 2007-11-27 03:17 Rev.: 2151

support for after_delete

0 lines of code changed in 1 file:

  • classes/org/makumba/controller: Logic.java (changed)
manuel_gay 2007-11-21 14:59 Rev.: 2088

Moving controller handlers together with the classes they use

3 lines of code changed in 6 files:

  • classes/org/makumba/controller: ControllerHandler.java (del), DatabaseConnectionControllerHandler.java (del), DbConnectionProvider.java (del), ErrorControllerHandler.java (del), FilterConditionControllerHandler.java (+2), Logic.java (+1)
cristian_bogdan 2007-11-01 04:18 Rev.: 1975

RuntimeWrappedException is now a standard throwable with a cause. could be eliminated totally I guess

0 lines of code changed in 1 file:

  • classes/org/makumba/controller: ErrorControllerHandler.java (changed)

(31 more)

Generated by StatSVN 0.5.0