]>
source.dussan.org Git - archiva.git/log
Brett Porter [Tue, 19 Sep 2006 01:44:54 +0000 (01:44 +0000)]
more exclusions
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@447672
13f79535 -47bb-0310-9956-
ffa450edef68
Joakim Erdfelt [Tue, 19 Sep 2006 00:39:24 +0000 (00:39 +0000)]
[MRM-137] The big plexus-security integration commit.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@447657
13f79535 -47bb-0310-9956-
ffa450edef68
Joakim Erdfelt [Tue, 19 Sep 2006 00:04:47 +0000 (00:04 +0000)]
Minor property update to test new commit rights.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@447651
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Mon, 18 Sep 2006 01:40:26 +0000 (01:40 +0000)]
Add a tab for dependency tree
Submitted by: Pete Marvin King (with modifications)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@447183
13f79535 -47bb-0310-9956-
ffa450edef68
Jesse McConnell [Sat, 16 Sep 2006 04:38:02 +0000 (04:38 +0000)]
removing the secure action interceptor since joakim was having classnotfoundexceptions with it that I haven't been able to reproduce, so better safe then sorry so just removing it for the time being until I can track down the issue.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@446819
13f79535 -47bb-0310-9956-
ffa450edef68
Jesse McConnell [Fri, 15 Sep 2006 20:03:12 +0000 (20:03 +0000)]
throw an exception int he secure action code when the session is null, telling the interceptor to deny access
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@446712
13f79535 -47bb-0310-9956-
ffa450edef68
Jesse McConnell [Fri, 15 Sep 2006 17:15:23 +0000 (17:15 +0000)]
aligned the UserManagementAction with the cleaned up SecureAction interface in plexus-security
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@446659
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Fri, 15 Sep 2006 11:03:30 +0000 (11:03 +0000)]
set correct line endings
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@446573
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Fri, 15 Sep 2006 06:11:20 +0000 (06:11 +0000)]
no longer part of the maven release
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@446529
13f79535 -47bb-0310-9956-
ffa450edef68
Jesse McConnell [Thu, 14 Sep 2006 21:56:43 +0000 (21:56 +0000)]
UserManagementAction is now implementing the SecureAction interface from plexus-security, all action statements in the xwork.xml using this Action now require authenticated sessions and that the user using them has edit-user or edit-all-users operations granted. Before we go any further on these I am hoping folks can take a peek and see if its too clunky or if perhaps we should change the interfaces for this type of functionality.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@443495
13f79535 -47bb-0310-9956-
ffa450edef68
Jesse McConnell [Thu, 14 Sep 2006 16:19:02 +0000 (16:19 +0000)]
added in the security policy mechanism for guest users in the DefaultArchivaDefaults, another joakim patch
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@443392
13f79535 -47bb-0310-9956-
ffa450edef68
Maria Odea B. Ching [Thu, 14 Sep 2006 11:27:42 +0000 (11:27 +0000)]
Submitted by Joakim Erdfelt
Fix for plexus security error when running archiva webapp. (several outstanding bugs were fixed in plexus-security-authorizer, but those bug fixes impacted archiva-webapp.)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@443318
13f79535 -47bb-0310-9956-
ffa450edef68
Jesse McConnell [Thu, 14 Sep 2006 06:15:15 +0000 (06:15 +0000)]
another joakim patch, this time adding some test cases for this previous patch and fixing up some permissions
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@443255
13f79535 -47bb-0310-9956-
ffa450edef68
Jesse McConnell [Thu, 14 Sep 2006 06:05:59 +0000 (06:05 +0000)]
fixed up the user manglement page to work with the multiple entry points to it, as well as the granting of roles from the forms
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@443254
13f79535 -47bb-0310-9956-
ffa450edef68
Maria Odea B. Ching [Thu, 14 Sep 2006 03:39:47 +0000 (03:39 +0000)]
Updated ConfigurationAction. Removed cron expression validation in execute(). Created method for getting the cron expression.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@443212
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Thu, 14 Sep 2006 02:59:51 +0000 (02:59 +0000)]
fix imports
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@443204
13f79535 -47bb-0310-9956-
ffa450edef68
Jesse McConnell [Thu, 14 Sep 2006 01:29:27 +0000 (01:29 +0000)]
MRM-172 patch provided by joakim for adding webdev authenticationa nd authorization support for connecting clients accessing managed repositories
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@443183
13f79535 -47bb-0310-9956-
ffa450edef68
Jesse McConnell [Wed, 13 Sep 2006 21:17:14 +0000 (21:17 +0000)]
move a couple of pages around and improve an action
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@443124
13f79535 -47bb-0310-9956-
ffa450edef68
Jesse McConnell [Wed, 13 Sep 2006 17:37:36 +0000 (17:37 +0000)]
remove the role debugging actions declarations and corresponding jsps
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@443041
13f79535 -47bb-0310-9956-
ffa450edef68
Jesse McConnell [Wed, 13 Sep 2006 17:04:17 +0000 (17:04 +0000)]
intern work on making user.jsp support user management for other people, keeping it simple for eventual integration with a more complete plexus user management
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@443023
13f79535 -47bb-0310-9956-
ffa450edef68
Maria Odea B. Ching [Wed, 13 Sep 2006 11:07:11 +0000 (11:07 +0000)]
Created one input form used by register.jsp and registerAdmin.jsp.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442940
13f79535 -47bb-0310-9956-
ffa450edef68
Maria Odea B. Ching [Wed, 13 Sep 2006 10:11:04 +0000 (10:11 +0000)]
Revised the validation for cron expression. Also revised the configure.jsp page (for the cron editor) -- removed the <table> tags.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442925
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Wed, 13 Sep 2006 05:21:12 +0000 (05:21 +0000)]
[MRM-163] add support for legacy repo javadoc and source jars
Submitted by: nicolas de loof
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442847
13f79535 -47bb-0310-9956-
ffa450edef68
Jesse McConnell [Wed, 13 Sep 2006 00:40:25 +0000 (00:40 +0000)]
adding validator from patch by joakim, thanks!
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442773
13f79535 -47bb-0310-9956-
ffa450edef68
Jesse McConnell [Wed, 13 Sep 2006 00:35:45 +0000 (00:35 +0000)]
applied patch from joakim that cleaned up some jsp, thanks!
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442771
13f79535 -47bb-0310-9956-
ffa450edef68
Jesse McConnell [Tue, 12 Sep 2006 22:57:27 +0000 (22:57 +0000)]
minor textual improvements
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442749
13f79535 -47bb-0310-9956-
ffa450edef68
Jesse McConnell [Tue, 12 Sep 2006 22:39:29 +0000 (22:39 +0000)]
now that we have a forced admin user creation, no need for the cheating sidebar of role granting
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442744
13f79535 -47bb-0310-9956-
ffa450edef68
Jesse McConnell [Tue, 12 Sep 2006 22:31:02 +0000 (22:31 +0000)]
new setup wizard that forces the creation of an administrator user
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442742
13f79535 -47bb-0310-9956-
ffa450edef68
Jesse McConnell [Tue, 12 Sep 2006 21:50:57 +0000 (21:50 +0000)]
added additional checks for report viewing and generation
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442726
13f79535 -47bb-0310-9956-
ffa450edef68
Jesse McConnell [Tue, 12 Sep 2006 20:58:26 +0000 (20:58 +0000)]
fix permission name reference
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442703
13f79535 -47bb-0310-9956-
ffa450edef68
Jesse McConnell [Tue, 12 Sep 2006 20:55:43 +0000 (20:55 +0000)]
fix permission name reference
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442700
13f79535 -47bb-0310-9956-
ffa450edef68
Jesse McConnell [Tue, 12 Sep 2006 20:54:04 +0000 (20:54 +0000)]
added some new permissions
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442699
13f79535 -47bb-0310-9956-
ffa450edef68
Jesse McConnell [Tue, 12 Sep 2006 19:44:24 +0000 (19:44 +0000)]
reworked login and register so flow is improved and its functional!
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442680
13f79535 -47bb-0310-9956-
ffa450edef68
Jesse McConnell [Tue, 12 Sep 2006 18:44:16 +0000 (18:44 +0000)]
moderately working authz on many of the important jsp pages and improvements in the corresponding actions
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442672
13f79535 -47bb-0310-9956-
ffa450edef68
Maria Odea B. Ching [Tue, 12 Sep 2006 08:12:25 +0000 (08:12 +0000)]
Updated cron expression editor (configure.jsp). Added validation for cron expression.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442513
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Tue, 12 Sep 2006 07:20:42 +0000 (07:20 +0000)]
[MRM-60] add an "old snapshot artifact" report
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442502
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Tue, 12 Sep 2006 05:46:12 +0000 (05:46 +0000)]
[MRM-60] add a basic "old artifact" report
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442459
13f79535 -47bb-0310-9956-
ffa450edef68
Jesse McConnell [Mon, 11 Sep 2006 19:24:10 +0000 (19:24 +0000)]
improved the flow of login / registration and decorator
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442298
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Mon, 11 Sep 2006 14:11:50 +0000 (14:11 +0000)]
make test order independant
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442226
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Mon, 11 Sep 2006 13:51:28 +0000 (13:51 +0000)]
fix processor construction
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442221
13f79535 -47bb-0310-9956-
ffa450edef68
Jesse McConnell [Mon, 11 Sep 2006 08:43:22 +0000 (08:43 +0000)]
fix second person registering issue
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442127
13f79535 -47bb-0310-9956-
ffa450edef68
Jesse McConnell [Mon, 11 Sep 2006 08:15:33 +0000 (08:15 +0000)]
remove unneeded file
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442122
13f79535 -47bb-0310-9956-
ffa450edef68
Jesse McConnell [Mon, 11 Sep 2006 08:05:03 +0000 (08:05 +0000)]
plexus-security integration part deux, we have access control working using user manager based authentication, jdo user manager store and jdo rbac authz stores. sample authz is included in several of the jsp files. notes, the jsp/admin/rbac jsp files are temporary, useful for debugging potential role issues for the moment only, they are not meant to be a lasting part of archiva. derby is the db being used, and its located in src/main/webapp/WEB-INF/database if you are using jetty locally
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442119
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Mon, 11 Sep 2006 04:55:27 +0000 (04:55 +0000)]
[MRM-60] add support for notices in addition to warnings and failures
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442098
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Mon, 11 Sep 2006 02:13:21 +0000 (02:13 +0000)]
[MRM-166] add filtering and problem identification
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442072
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Mon, 11 Sep 2006 00:01:48 +0000 (00:01 +0000)]
[MRM-166] better display of ungenerated reports, and only list metadata that has had failures or warnings
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442039
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Sun, 10 Sep 2006 23:21:19 +0000 (23:21 +0000)]
[MRM-166] add multiple report groups
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442028
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Sat, 9 Sep 2006 15:51:32 +0000 (15:51 +0000)]
clarify some TODO elements
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441803
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Sat, 9 Sep 2006 15:47:24 +0000 (15:47 +0000)]
[MRM-166] select repository to show in reports page
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441799
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Sat, 9 Sep 2006 15:28:22 +0000 (15:28 +0000)]
[MRM-166] ignore .reports and .index when doing discovery
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441798
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Sat, 9 Sep 2006 15:27:15 +0000 (15:27 +0000)]
[MRM-166] move reports to .reports in preparation for multiple results
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441797
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Sat, 9 Sep 2006 15:19:42 +0000 (15:19 +0000)]
[MRM-167] add the execution times to the report
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441795
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Sat, 9 Sep 2006 14:50:31 +0000 (14:50 +0000)]
[MRM-166] ability to filter reports to specific problems (white site)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441792
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Sat, 9 Sep 2006 14:46:31 +0000 (14:46 +0000)]
[MRM-166] white site additions for multiple report execution
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441790
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Sat, 9 Sep 2006 11:27:23 +0000 (11:27 +0000)]
[MRM-77] avoid problems with metadata reporting
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441780
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Sat, 9 Sep 2006 11:13:31 +0000 (11:13 +0000)]
[MRM-77] move reports to admin namespace
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441778
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Sat, 9 Sep 2006 10:35:39 +0000 (10:35 +0000)]
flush cache at the correct point
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441777
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Sat, 9 Sep 2006 08:08:37 +0000 (08:08 +0000)]
[MRM-77] run report in the background
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441757
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Sat, 9 Sep 2006 07:05:03 +0000 (07:05 +0000)]
[MRM-77] hadle some edge cases in reports
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441751
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Fri, 8 Sep 2006 17:32:50 +0000 (17:32 +0000)]
[MRM-77] fix for reports for distributions that are non-standard types
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441583
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Fri, 8 Sep 2006 16:56:58 +0000 (16:56 +0000)]
[MRM-77] ability to regenerate the report
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441573
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Fri, 8 Sep 2006 15:51:41 +0000 (15:51 +0000)]
[MRM-77] related updates to the white site
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441546
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Fri, 8 Sep 2006 14:53:27 +0000 (14:53 +0000)]
[MRM-77] improve display of dependency errors
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441523
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Fri, 8 Sep 2006 14:45:54 +0000 (14:45 +0000)]
updated site.css
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441521
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Fri, 8 Sep 2006 14:33:45 +0000 (14:33 +0000)]
[MRM-77] preliminary reporting web interface
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441516
13f79535 -47bb-0310-9956-
ffa450edef68
Emmanuel Venisse [Fri, 8 Sep 2006 08:10:16 +0000 (08:10 +0000)]
Use the new groupId of jstl
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441425
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Fri, 8 Sep 2006 07:52:21 +0000 (07:52 +0000)]
[MRM-161] report on metadata
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441419
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Fri, 8 Sep 2006 05:58:25 +0000 (05:58 +0000)]
[MRM-161] clean up report results
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441391
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Fri, 8 Sep 2006 05:17:35 +0000 (05:17 +0000)]
remove unused classes
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441378
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Fri, 8 Sep 2006 05:16:51 +0000 (05:16 +0000)]
[MRM-161] introduce a model for storing reports in the repository, and wire them up on the back of the indexer.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441377
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Fri, 8 Sep 2006 05:14:55 +0000 (05:14 +0000)]
remove completed TODOs
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441376
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Fri, 8 Sep 2006 02:40:42 +0000 (02:40 +0000)]
fix artifact ID
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441356
13f79535 -47bb-0310-9956-
ffa450edef68
Jesse McConnell [Thu, 7 Sep 2006 16:55:55 +0000 (16:55 +0000)]
small example authz file that lets me test authz with a user on a page
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441141
13f79535 -47bb-0310-9956-
ffa450edef68
Jesse McConnell [Thu, 7 Sep 2006 16:05:47 +0000 (16:05 +0000)]
starting to use the plexus-security bits now, the store-model.xml file will eventually going away, the login and logout actions now work and you can register a user now and login. doing so doesn't do anything for you atm, but its the start showing the security system being used in actions. next will come authorization implementation and usage
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441128
13f79535 -47bb-0310-9956-
ffa450edef68
Arnaud Heritier [Thu, 7 Sep 2006 10:20:12 +0000 (10:20 +0000)]
ignore eclipse files
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441046
13f79535 -47bb-0310-9956-
ffa450edef68
Maria Odea B. Ching [Thu, 7 Sep 2006 09:09:21 +0000 (09:09 +0000)]
Updated cron editor expression in config.xml
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441031
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Thu, 7 Sep 2006 05:57:38 +0000 (05:57 +0000)]
[MRM-137] not needed
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440986
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Thu, 7 Sep 2006 05:55:45 +0000 (05:55 +0000)]
[MRM-137] tidy some screens
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440985
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Thu, 7 Sep 2006 05:41:56 +0000 (05:41 +0000)]
[MRM-137] update the user management screens
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440983
13f79535 -47bb-0310-9956-
ffa450edef68
Jesse McConnell [Wed, 6 Sep 2006 21:55:55 +0000 (21:55 +0000)]
add role assignment confirmation page
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440888
13f79535 -47bb-0310-9956-
ffa450edef68
Jesse McConnell [Wed, 6 Sep 2006 21:48:14 +0000 (21:48 +0000)]
tweak sample repository assignment
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440885
13f79535 -47bb-0310-9956-
ffa450edef68
Jesse McConnell [Wed, 6 Sep 2006 21:44:35 +0000 (21:44 +0000)]
added a couple of sample pages for role assignment and login
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440884
13f79535 -47bb-0310-9956-
ffa450edef68
Emmanuel Venisse [Wed, 6 Sep 2006 15:49:17 +0000 (15:49 +0000)]
Remove java5 code
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440740
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Wed, 6 Sep 2006 04:02:08 +0000 (04:02 +0000)]
[MRM-161] remove scheduled execution, as it will be synchronised with the indexing
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440607
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Wed, 6 Sep 2006 02:38:02 +0000 (02:38 +0000)]
[MRM-161] rename some classes
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440577
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Wed, 6 Sep 2006 02:08:31 +0000 (02:08 +0000)]
[MRM-161] extract an interface for results
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440570
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Wed, 6 Sep 2006 01:37:10 +0000 (01:37 +0000)]
some more style tweaks ad add download URL
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440554
13f79535 -47bb-0310-9956-
ffa450edef68
Maria Odea B. Ching [Wed, 6 Sep 2006 00:48:22 +0000 (00:48 +0000)]
Removed comments in the validator xml files.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440547
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Wed, 6 Sep 2006 00:48:20 +0000 (00:48 +0000)]
tweak style, remove shadows from images
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440546
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Tue, 5 Sep 2006 15:37:45 +0000 (15:37 +0000)]
display description properly
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440374
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Tue, 5 Sep 2006 14:53:29 +0000 (14:53 +0000)]
apply a new stylesheet
Submitted by: Joel Sudiacal (CSS and icons)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440363
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Tue, 5 Sep 2006 14:13:07 +0000 (14:13 +0000)]
ignore target
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440347
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Tue, 5 Sep 2006 14:06:10 +0000 (14:06 +0000)]
update white site style
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440344
13f79535 -47bb-0310-9956-
ffa450edef68
Maria Odea B. Ching [Tue, 5 Sep 2006 12:09:18 +0000 (12:09 +0000)]
PR: MRM-150
Added validation on the forms.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440329
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Tue, 5 Sep 2006 07:18:46 +0000 (07:18 +0000)]
[MRM-161] these were already removed
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440285
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Tue, 5 Sep 2006 07:00:52 +0000 (07:00 +0000)]
[MRM-161] move the query layer tests, remove unnecessary mocks, and fix tests to test legitimate things. Remove tests for null artifact ids, etc since it is impossible that they would be created with a normal (non-mock) API and the reporting will get these errors fed through from the file positioning and model validation errors instead
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440282
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Tue, 5 Sep 2006 05:12:31 +0000 (05:12 +0000)]
[MRM-161] move the query layer to a separate module
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440260
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Tue, 5 Sep 2006 04:45:59 +0000 (04:45 +0000)]
[MRM-161] some reporting clean up
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440257
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Tue, 5 Sep 2006 04:08:15 +0000 (04:08 +0000)]
[MRM-161] add the reporter scheduled task
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440244
13f79535 -47bb-0310-9956-
ffa450edef68
Brett Porter [Tue, 5 Sep 2006 01:13:31 +0000 (01:13 +0000)]
[MRM-136] fix caching so that it changes when the index does
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440211
13f79535 -47bb-0310-9956-
ffa450edef68