Directory continuum-webapp/src/main/resources/

Directory Created:
2005-12-12 19:10
Total Files:
5
Deleted Files:
4
Lines of Code:
804

Browse with ViewVC

[root]/continuum-webapp/src/main/resources

                     META-INF (0 files, 0 lines)

                         plexus (1 files, 560 lines)

                     localization (1 files, 572 lines)

                     org (0 files, 0 lines)

                         apache (0 files, 0 lines)

                             maven (0 files, 0 lines)

                                 continuum (1 files, 24 lines)

                                     web (0 files, 0 lines)

                                         action (30 files, 824 lines)

                                             admin (4 files, 142 lines)

                                             notifier (20 files, 632 lines)

                     template (0 files, 0 lines)

                         default (34 files, 690 lines)

Lines of Code

continuum-webapp/src/main/resources/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 134 (100.0%) 1790 (100.0%) 13.3
evenisse 83 (61.9%) 891 (49.8%) 10.7
jmcconnell 27 (20.1%) 542 (30.3%) 20.0
trygvis 4 (3.0%) 192 (10.7%) 48.0
carlos 7 (5.2%) 78 (4.4%) 11.1
brett 5 (3.7%) 59 (3.3%) 11.8
kenney 6 (4.5%) 18 (1.0%) 3.0
epunzalan 1 (0.7%) 7 (0.4%) 7.0
oching 1 (0.7%) 3 (0.2%) 3.0

Most Recent Commits

jmcconnell 2007-03-16 23:57

this is a fix for something discovered in plxredback-66



the security setup on continuum stems from the ContinuumActionSupport

class which is the parent to most actions in continuum. it is also where

all of the authz goop is abstracted away too, and it uses the prepare

interceptor to put the securitySession of the user into action. Well

the xwork interceptor stack was setup so that this happened _before_ the

autologin interceptors were calls, which in effect made the first

page on the autologin path fail the authorizations of that action...



this was masked because once that other interceptor ran it was all setup to

go so jsp's rendering on the page actually had the relevant information

available.



moral of the story, get your interceptor stack in order...

4 lines of code changed in:

  • continuum-webapp/src/main/resources: xwork.xml (+4 -4)
evenisse 2007-02-21 16:34

Fix project group tabs and project summary when the xwork result is 'input'

2 lines of code changed in:

  • continuum-webapp/src/main/resources: xwork.xml (+2)
evenisse 2007-02-21 16:01

o Fix NPE when user try to release an empty group

o Print release error messages instead of exception

1 lines of code changed in:

  • continuum-webapp/src/main/resources: xwork.xml (+1)
oching 2007-02-20 03:41

PR: CONTINUUM-1147

Added isAuthorized* methods in ContinuumActionSupport for checking authorization in action classes with

different

permissions.

Implemented SecureAction in some of the action classes that has a specific permission. Also added 'modify-project-notifier' operation in ProjectDeveloperDynamicRoleProfile.

3 lines of code changed in:

  • continuum-webapp/src/main/resources: xwork.xml (+3 -1)
brett 2007-02-14 16:57

make sure the logo works even if there are validation errors on the rest of the page

1 lines of code changed in:

  • continuum-webapp/src/main/resources: xwork.xml (+1)
jmcconnell 2007-02-13 01:56

align fix to poorly named global result to newest redback snapshots

1 lines of code changed in:

  • continuum-webapp/src/main/resources: xwork.xml (+1 -1)
evenisse 2007-02-06 14:17

[CONTINUUM-1115] selecting a project to build returns you to the project group page

Submitted by: Teodoro Cue Jr.

2 lines of code changed in:

  • continuum-webapp/src/main/resources: xwork.xml (+2)
evenisse 2007-02-06 14:03

[CONTINUUM-1153] Add project group level release button

Submitted by: Henry S. Isidro

7 lines of code changed in:

  • continuum-webapp/src/main/resources: xwork.xml (+7)
evenisse 2007-02-06 12:11

[CONTINUUM-1154] Return to the group notifiers list if the notifier is edited from this list

Submitted by: Teodoro Cue Jr.

7 lines of code changed in:

  • continuum-webapp/src/main/resources: xwork.xml (+7 -1)
epunzalan 2007-01-30 12:07

forgot this part for continuum-1145

7 lines of code changed in:

  • continuum-webapp/src/main/resources: xwork.xml (+7 -3)
jmcconnell 2007-01-26 17:45

CONTINUUM-1088 added policy enforcement interceptor to validate/enforce conditions like this

3 lines of code changed in:

  • continuum-webapp/src/main/resources: xwork.xml (+3)
evenisse 2007-01-12 10:36

[CONTINUUM-1133] Add validator for Project Site URL in wagon notifier

Submitted by: Henri S. Isidro

2 lines of code changed in:

evenisse 2007-01-10 16:38

[CONTINUUM-1117][CONTINUUM-1131][CONTINUUM-1132] Fix wagon notifier, allow configuration from continuum pages

Submitted by: Henry S. Isidro

22 lines of code changed in:

  • continuum-webapp/src/main/resources: xwork.xml (+22)
evenisse 2007-01-09 18:34

[CONTINUUM-1030] Fix working copy if the release fails

Submitted by: Edwin Punzalan

14 lines of code changed in:

  • continuum-webapp/src/main/resources: xwork.xml (+14 -2)
evenisse 2007-01-04 14:35

Update license

95 lines of code changed in:

evenisse 2007-01-02 17:33

[CONTINUUM-1099] Consistency in confirmation message

Submitted by: Napoleon Esmundo C. Ramirez

1 lines of code changed in:

  • continuum-webapp/src/main/resources: xwork.xml (+1 -1)
evenisse 2006-12-20 10:47

[CONTINUUM-1074] Add form validation of 'Add/Edit Notifier' page

Submitted by: Franz Allan Valencia See

123 lines of code changed in:

  • continuum-webapp/src/main/resources: xwork.xml (+123 -120)
evenisse 2006-12-18 13:44

[CONTINUUM-1064] Add validation on scheduler fields

Submitted by: Maria Odea Ching

1 lines of code changed in:

evenisse 2006-12-18 11:44

[CONTINUUM-1061] go back to the project group after deleting a project

Submitted by: Napoleon Esmundo C. Ramirez

4 lines of code changed in:

  • continuum-webapp/src/main/resources: xwork.xml (+4 -1)
evenisse 2006-12-12 17:14

1 lines of code changed in:

  • continuum-webapp/src/main/resources: xwork.xml (+1 -5)

(95 more)

Generated by StatSVN 0.3.2-SNAPSHOT