Directory classes/org/makumba/controller/jsp/

Directory Created:
2003-05-21 01:46
Total Files:
2
Deleted Files:
2
Lines of Code:
325

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 42 (100.0%) 739 (100.0%) 17.5
cristi 10 (23.8%) 465 (62.9%) 46.5
manuel_gay 10 (23.8%) 221 (29.9%) 22.1
rosso_nero 9 (21.4%) 37 (5.0%) 4.1
cristian_bogdan 4 (9.5%) 16 (2.2%) 4.0
stefan 4 (9.5%) 0 (0.0%) 0.0
fred 2 (4.8%) 0 (0.0%) 0.0
adler 3 (7.1%) 0 (0.0%) 0.0

Most Recent Commits

rosso_nero 2008-07-29 02:01 Rev.: 2938

making robust against data definition not found errors

8 lines of code changed in 1 file:

  • classes/org/makumba/controller/jsp: LogoutTag.java (+8 -4)
rosso_nero 2008-07-29 01:59 Rev.: 2937

applied source code cleanup

17 lines of code changed in 1 file:

  • classes/org/makumba/controller/jsp: LogoutTag.java (+17 -11)
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/jsp: LogoutTag.java (changed)
rosso_nero 2008-06-25 01:08 Rev.: 2645

resolving generics

0 lines of code changed in 1 file:

  • classes/org/makumba/controller/jsp: LoginTag.java (changed)
rosso_nero 2008-05-18 00:43 Rev.: 2376

printing an error message when the login page was accessed directly

5 lines of code changed in 1 file:

  • classes/org/makumba/controller/jsp: LoginTag.java (+5)
manuel_gay 2007-11-21 14:59 Rev.: 2088

Moving controller handlers together with the classes they use

1 lines of code changed in 1 file:

  • classes/org/makumba/controller/jsp: LoginTag.java (+1 -1)
cristian_bogdan 2007-11-01 04:15 Rev.: 1973

finished moving a static constant

1 lines of code changed in 1 file:

  • classes/org/makumba/controller/jsp: LoginTag.java (+1 -1)
manuel_gay 2007-10-03 18:46 Rev.: 1742

Moving response tag

0 lines of code changed in 1 file:

  • classes/org/makumba/controller/jsp: ResponseTag.java (del)
manuel_gay 2007-10-02 12:22 Rev.: 1727

Formatting code

126 lines of code changed in 1 file:

  • classes/org/makumba/controller/jsp: LoginTag.java (+126 -116)
manuel_gay 2007-10-01 12:20 Rev.: 1715

Formatting source

89 lines of code changed in 2 files:

  • classes/org/makumba/controller/jsp: LogoutTag.java (+66 -61), ResponseTag.java (+23 -18)
manuel_gay 2007-09-25 12:36 Rev.: 1683

Removing dependencies on list

3 lines of code changed in 1 file:

  • classes/org/makumba/controller/jsp: LoginTag.java (+3 -1)
manuel_gay 2007-09-24 18:36 Rev.: 1678

Refactoring: merging list and forms refactoring branch

1 lines of code changed in 1 file:

  • classes/org/makumba/controller/jsp: LoginTag.java (+1 -1)
manuel_gay 2007-09-17 20:06 Rev.: 1600

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:

  • classes/org/makumba/controller/jsp: LoginTag.java (+1 -1), PageAttributes.java (del)
manuel_gay 2007-08-28 13:48 Rev.: 1452

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.

0 lines of code changed in 1 file:

  • classes/org/makumba/controller/jsp: PageAttributes.java (changed)
rosso_nero 2006-08-16 02:17 Rev.: 1286

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:

  • classes/org/makumba/controller/jsp: PageAttributes.java (+7 -1)
rosso_nero 2006-08-15 19:38 Rev.: 1281

adding method to remove an attribute
adding method to check whether an attribute exists in the attributes
implemented toString method to print debug info

0 lines of code changed in 1 file:

  • classes/org/makumba/controller/jsp: PageAttributes.java (changed)
rosso_nero 2005-06-25 16:16 Rev.: 1049

Merging Antwerpen Branch

0 lines of code changed in 3 files:

  • classes/org/makumba/controller/jsp: LoginTag.java (changed), LogoutTag.java (changed), ResponseTag.java (changed)
cristian_bogdan 2005-03-20 21:06 Rev.: 917

removed a compiler warning

6 lines of code changed in 1 file:

  • classes/org/makumba/controller/jsp: LoginTag.java (+6 -4)
cristian_bogdan 2005-03-16 07:42 Rev.: 903

organized imports via Eclipse

9 lines of code changed in 1 file:

  • classes/org/makumba/controller/jsp: LogoutTag.java (+9 -3)
cristi 2004-08-15 18:43 Rev.: 749

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:

  • classes/org/makumba/controller/jsp: PageAttributes.java (+4)
cristi 2004-07-30 21:18 Rev.: 737

initial support for setAttribute()

4 lines of code changed in 1 file:

  • classes/org/makumba/controller/jsp: PageAttributes.java (+4)
adler 2004-06-08 21:10 Rev.: 685

removed unused imports

0 lines of code changed in 3 files:

  • classes/org/makumba/controller/jsp: LoginTag.java (changed), PageAttributes.java (changed), ResponseTag.java (changed)
stefan 2003-09-10 23:05 Rev.: 377

bug 530 - refactored to move HtmlUtils from org.makumba.util to org.makumba

0 lines of code changed in 1 file:

  • classes/org/makumba/controller/jsp: LoginTag.java (changed)
fred 2003-07-02 00:58 Rev.: 307

Support actor="..." with wildcard *. Undo v2.2 in the sense that actor is again required field

0 lines of code changed in 1 file:

  • classes/org/makumba/controller/jsp: LogoutTag.java (changed)
fred 2003-06-30 22:29 Rev.: 306

bug 34, support <mak:logout />

0 lines of code changed in 1 file:

  • classes/org/makumba/controller/jsp: LogoutTag.java (changed)
stefan 2003-05-21 11:46 Rev.: 134

added the LGPL license header

0 lines of code changed in 3 files:

  • classes/org/makumba/controller/jsp: LogoutTag.java (changed), PageAttributes.java (changed), ResponseTag.java (changed)
cristi 2003-05-21 02:00 Rev.: 131

moving revision number to 2.0

0 lines of code changed in 4 files:

  • classes/org/makumba/controller/jsp: LoginTag.java (changed), LogoutTag.java (changed), PageAttributes.java (changed), ResponseTag.java (changed)
cristi 2003-05-21 01:46 Rev.: 130

join of the newController branch and other 0.5.7 fixes

457 lines of code changed in 4 files:

  • classes/org/makumba/controller/jsp: LoginTag.java (new 169), LogoutTag.java (new 116), PageAttributes.java (new 150), ResponseTag.java (new 22)
Generated by StatSVN 0.5.0