Update dependencies
7 lines of code changed in:
[CONTINUUM-1221] We don't need to get the project with dependencies because child artifacts aren't yet in the repo and we can't download them
3 lines of code changed in:
[CONTINUUM-1219] Add modules in reactor projects list and sort them
Submitted by: Lester Ecarma
46 lines of code changed in:
[CONTINUUM-1217] Use the local repository defined in settings.xml
Submitted by: Lester Ecarma
3 lines of code changed in:
Use the released modello
Fix the build with the new modello
3 lines of code changed in:
remove , from timestamp format as it is invalid
1 lines of code changed in:
[CONTINUUM-1155] Allow user to choose if he want to use scm credential from cache when he add a new project
100 lines of code changed in:
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:
Released container
2 lines of code changed in:
Use latest container, it has another great fix for component managers
2 lines of code changed in:
That should be continuum working on the latest container too, though there may still be a few role-hint tweaks needed
15 lines of code changed in:
update to jpox 1.1.7 and jpox-maven-plugin 1.1.7-snap
17 lines of code changed in:
use of jpox.column and jpox.table to clean up the model of potential reserved key words for a wide array of databases, this is due to joakim's addition of strict model validation with modello
11 lines of code changed in:
Update modello
1 lines of code changed in:
[CONTINUUM-1203] Fix NPE when the config file doesn't exist in user directory
45 lines of code changed in:
[CONTINUUM-1205] move SQL log level to error
8 lines of code changed in:
more role hints
28 lines of code changed in:
We need this component declaration for now, as the released components were on non-default role-hints, but the impl expects a default, so we provide it.
This can be removed once continuum gets a 2.1-SNAP maven dep
19 lines of code changed in:
Use the correct hints
3 lines of code changed in:
added continuum-group-project-administrator to the rename chunk for responding correctly to project group renaming
1 lines of code changed in:
[CONTINUUM-1202] Build only projects in current group
68 lines of code changed in:
Fix some security issues
36 lines of code changed in:
0 lines of code changed in:
[CONTINUUM-1201] Fix Authorization error after installation
7 lines of code changed in:
revert my previous bad commit.
0 lines of code changed in:
8 lines of code changed in:
Update plexus
2 lines of code changed in:
Update plexus-xwork to prevent error 404 after login redirection
1 lines of code changed in:
Remove duplicated license
0 lines of code changed in:
Rename some store method as suggested by Trygve
32 lines of code changed in:
Replace all doInput() by input()
15 lines of code changed in: