Directory classes/org/makumba/controller/http/

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

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

Lines of Code

classes/org/makumba/controller/http/ Lines of Code

Developers

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

Most Recent Commits

manuel_gay 2009-09-23 16:58 Rev.: 4055

refactoring CharsetFilter to a controllerHandler

1 lines of code changed in 2 files:

  • classes/org/makumba/controller/http: CharsetFilter.java (del), ControllerFilter.java (+1)
manuel_gay 2009-08-29 20:19 Rev.: 4028

removing useless import

1 lines of code changed in 1 file:

  • classes/org/makumba/controller/http: ControllerFilter.java (+1 -1)
marius9 2009-08-13 21:51 Rev.: 4008

Removed redundancy in the CharsetFilter

0 lines of code changed in 1 file:

  • classes/org/makumba/controller/http: CharsetFilter.java (changed)
rosso_nero 2009-02-04 18:57 Rev.: 3686

some minor things: fixed warnings, added FIXMEs

5 lines of code changed in 1 file:

  • classes/org/makumba/controller/http: CharsetFilter.java (+5 -5)
manuel_gay 2009-01-06 19:59 Rev.: 3578

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

  • classes/org/makumba/controller/http: ControllerFilter.java (-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 2 files:

  • classes/org/makumba/controller/http: CharsetFilter.java (changed), ControllerFilter.java (changed)
rosso_nero 2008-09-05 04:37 Rev.: 3154

Start of Makumba Defaults config
re-implementing loads of servlets in controller handlers

0 lines of code changed in 1 file:

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

allowing handler methods to modify the request/response objects

6 lines of code changed in 1 file:

  • classes/org/makumba/controller/http: ControllerFilter.java (+6 -3)
rosso_nero 2008-05-18 15:13 Rev.: 2379

code clean-up, formatted

0 lines of code changed in 1 file:

  • classes/org/makumba/controller/http: ControllerFilter.java (changed)
manuel_gay 2008-03-15 16:13 Rev.: 2235

Avoiding creation of useless object instances of Providers by using singletons

1 lines of code changed in 1 file:

  • classes/org/makumba/controller/http: CharsetFilter.java (+1 -1)
cristian_bogdan 2008-03-03 03:51 Rev.: 2227

signature change

1 lines of code changed in 1 file:

  • classes/org/makumba/controller/http: ControllerFilter.java (+1 -1)
cristian_bogdan 2008-02-25 00:20 Rev.: 2220

better computation of imax
more wide (for all handlers) and safe finalization

12 lines of code changed in 1 file:

  • classes/org/makumba/controller/http: ControllerFilter.java (+12 -6)
cristian_bogdan 2007-11-22 04:12 Rev.: 2119

removed references to Configuration when it is default, thus heavily reducing dependencies to the class

0 lines of code changed in 1 file:

  • classes/org/makumba/controller/http: CharsetFilter.java (changed)
cristian_bogdan 2007-11-21 19:40 Rev.: 2110

new controller handler, to take care of analyzer per-request initialization

0 lines of code changed in 1 file:

  • classes/org/makumba/controller/http: ControllerFilter.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 1 file:

  • classes/org/makumba/controller/http: ControllerFilter.java (+3 -7)
cristian_bogdan 2007-11-02 00:17 Rev.: 1981

removed unused stuff

0 lines of code changed in 1 file:

  • classes/org/makumba/controller/http: ControllerFilter.java (changed)
cristian_bogdan 2007-11-02 00:15 Rev.: 1980

ok, enough with this class... finished the todos

0 lines of code changed in 1 file:

  • classes/org/makumba/controller/http: ControllerFilter.java (changed)
cristian_bogdan 2007-11-01 23:45 Rev.: 1979

yet another fix. tough stuff with new code :)

0 lines of code changed in 1 file:

  • classes/org/makumba/controller/http: ControllerFilter.java (changed)
cristian_bogdan 2007-11-01 04:16 Rev.: 1974

fixed 2 biiig errors, finished moving a static constant

3 lines of code changed in 1 file:

  • classes/org/makumba/controller/http: ControllerFilter.java (+3 -5)
cristian_bogdan 2007-10-30 18:32 Rev.: 1971

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:

  • classes/org/makumba/controller/http: ControllerFilter.java (changed)
cristian_bogdan 2007-10-30 12:56 Rev.: 1966

rewritten Manu's hand-work (ask me about the joke)

33 lines of code changed in 1 file:

  • classes/org/makumba/controller/http: ControllerFilter.java (+33 -83)
manuel_gay 2007-10-23 13:04 Rev.: 1899

Removing not needed classes

0 lines of code changed in 2 files:

  • classes/org/makumba/controller/http: AllowedException.java (del), ErrorFilter.java (del)
manuel_gay 2007-10-23 12:59 Rev.: 1893

Refactoring ControllerFilter in order to separate concerns

92 lines of code changed in 1 file:

  • classes/org/makumba/controller/http: ControllerFilter.java (+92 -379)
rosso_nero 2007-10-22 02:14 Rev.: 1879

removing not needed code

0 lines of code changed in 1 file:

  • classes/org/makumba/controller/http: ControllerFilter.java (changed)
rosso_nero 2007-10-21 02:18 Rev.: 1875

fixing compiler warnings

12 lines of code changed in 1 file:

  • classes/org/makumba/controller/http: ErrorFilter.java (+12 -22)
filip_kis 2007-10-20 12:07 Rev.: 1865

exception handling - added custom error page support and error logging on db

563 lines of code changed in 2 files:

  • classes/org/makumba/controller/http: ControllerFilter.java (+63 -15), ErrorFilter.java (new 500)
manuel_gay 2007-10-12 17:41 Rev.: 1785

Refactoring Responder in an object-oriented way

0 lines of code changed in 1 file:

  • classes/org/makumba/controller/http: ControllerFilter.java (changed)
manuel_gay 2007-10-03 18:51 Rev.: 1746

Refactoring a bit, updating imports from moves (Attributes, Responder)

0 lines of code changed in 1 file:

  • classes/org/makumba/controller/http: ControllerFilter.java (changed)
manuel_gay 2007-10-03 18:50 Rev.: 1745

Moving Responder classes to one place, refactoring a bit Responder

0 lines of code changed in 1 file:

  • classes/org/makumba/controller/http: Responder.java (del)
manuel_gay 2007-10-03 18:46 Rev.: 1741

Moving Attribute related classes to one place

0 lines of code changed in 3 files:

  • classes/org/makumba/controller/http: HttpParameters.java (del), MultipartHttpParameters.java (del), RequestAttributes.java (del)
manuel_gay 2007-10-02 12:11 Rev.: 1726

Fixing Java 5.0 compiler warnings

3 lines of code changed in 1 file:

  • classes/org/makumba/controller/http: MultipartHttpParameters.java (+3 -3)
rosso_nero 2007-10-02 02:34 Rev.: 1724

adding afterHandler for forms

46 lines of code changed in 1 file:

  • classes/org/makumba/controller/http: Responder.java (+46 -13)
manuel_gay 2007-10-01 11:39 Rev.: 1714

Formatting source

0 lines of code changed in 1 file:

  • classes/org/makumba/controller/http: CharsetFilter.java (changed)
manuel_gay 2007-09-28 18:35 Rev.: 1707

Refactoring: introducing TransactionProvider and removing static dependencies from MakumbaSystem wherever possible.

23 lines of code changed in 5 files:

  • classes/org/makumba/controller/http: CharsetFilter.java (+9 -2), ControllerFilter.java (-1), MultipartHttpParameters.java (-1), RequestAttributes.java (+7 -2), Responder.java (+7 -2)
manuel_gay 2007-09-28 15:35 Rev.: 1704

Refactoring: removing dependencies from MakumbaSystem, using Providers and Configuration instead

13 lines of code changed in 3 files:

  • classes/org/makumba/controller/http: ControllerFilter.java (+5 -5), MultipartHttpParameters.java (+2 -2), Responder.java (+6 -6)
manuel_gay 2007-09-25 15:54 Rev.: 1688

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:

  • classes/org/makumba/controller/http: ControllerFilter.java (+2 -2), RequestAttributes.java (+1 -1), Responder.java (+3 -3)
manuel_gay 2007-09-25 12:36 Rev.: 1684

Removing dependencies on list

4 lines of code changed in 1 file:

  • classes/org/makumba/controller/http: ControllerFilter.java (+4 -4)
manuel_gay 2007-09-24 18:36 Rev.: 1678

Refactoring: merging list and forms refactoring branch

33 lines of code changed in 2 files:

  • classes/org/makumba/controller/http: ControllerFilter.java (+2 -2), RequestAttributes.java (+31 -1)
rosso_nero 2007-09-20 19:21 Rev.: 1666

adding logging info for debugging

0 lines of code changed in 1 file:

  • classes/org/makumba/controller/http: ControllerFilter.java (changed)
rosso_nero 2007-09-20 03:21 Rev.: 1652

fixing some generics warnings

2 lines of code changed in 1 file:

  • classes/org/makumba/controller/http: Responder.java (+2 -2)

(58 more)

Generated by StatSVN 0.5.0