[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)
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 |
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:
Fix project group tabs and project summary when the xwork result is 'input'
2 lines of code changed in:
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:
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:
make sure the logo works even if there are validation errors on the rest of the page
1 lines of code changed in:
align fix to poorly named global result to newest redback snapshots
1 lines of code changed in:
[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-1153] Add project group level release button
Submitted by: Henry S. Isidro
7 lines of code changed in:
[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:
forgot this part for continuum-1145
7 lines of code changed in:
CONTINUUM-1088 added policy enforcement interceptor to validate/enforce conditions like this
3 lines of code changed in:
[CONTINUUM-1133] Add validator for Project Site URL in wagon notifier
Submitted by: Henri S. Isidro
2 lines of code changed in:
[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-1030] Fix working copy if the release fails
Submitted by: Edwin Punzalan
14 lines of code changed in:
Update license
95 lines of code changed in:
[CONTINUUM-1099] Consistency in confirmation message
Submitted by: Napoleon Esmundo C. Ramirez
1 lines of code changed in:
[CONTINUUM-1074] Add form validation of 'Add/Edit Notifier' page
Submitted by: Franz Allan Valencia See
123 lines of code changed in:
[CONTINUUM-1064] Add validation on scheduler fields
Submitted by: Maria Odea Ching
1 lines of code changed in:
[CONTINUUM-1061] go back to the project group after deleting a project
Submitted by: Napoleon Esmundo C. Ramirez
4 lines of code changed in:
1 lines of code changed in:
(95 more)