Commit Graph

156 Commits

Author SHA1 Message Date
Brett Porter 6bfba959b8 fix reporting date parsing issues, and remove snapshots
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@451579 13f79535-47bb-0310-9956-ffa450edef68
2006-09-30 10:59:46 +00:00
Jesse McConnell fbb5dcf9f1 added an environment check to determine of repositories exist without their corresponding roles, and repair the situation should that be the case.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@451354 13f79535-47bb-0310-9956-ffa450edef68
2006-09-29 17:26:59 +00:00
Brett Porter 275cb0a556 update role hint of Jdo factory
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@451131 13f79535-47bb-0310-9956-ffa450edef68
2006-09-29 05:27:46 +00:00
Brett Porter 9363c889d5 fix build since factory moved
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@451114 13f79535-47bb-0310-9956-ffa450edef68
2006-09-29 04:25:41 +00:00
Joakim Erdfelt d74b2c904e Correcting authentication bits.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@451069 13f79535-47bb-0310-9956-ffa450edef68
2006-09-29 00:19:12 +00:00
Jesse McConnell 1a15006e5a removed a duplicate interceptor reference
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@450944 13f79535-47bb-0310-9956-ffa450edef68
2006-09-28 18:03:49 +00:00
Brett Porter 51dab6ff2f add security
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@450867 13f79535-47bb-0310-9956-ffa450edef68
2006-09-28 14:29:23 +00:00
Brett Porter 4410dc8534 remove unused
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@450862 13f79535-47bb-0310-9956-ffa450edef68
2006-09-28 14:23:19 +00:00
Brett Porter 46926538b8 add role profiles
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@450822 13f79535-47bb-0310-9956-ffa450edef68
2006-09-28 12:06:45 +00:00
Brett Porter 1e99374aee start to migrate Archiva to the new role creation technique
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@450765 13f79535-47bb-0310-9956-ffa450edef68
2006-09-28 08:55:32 +00:00
Emmanuel Venisse f432e73c6d Remove db conf comments
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@450036 13f79535-47bb-0310-9956-ffa450edef68
2006-09-26 12:56:41 +00:00
Brett Porter 30bfe0adda [MRM-181,MRM-182] fix build and runtime configuration
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@448856 13f79535-47bb-0310-9956-ffa450edef68
2006-09-22 08:01:31 +00:00
Joakim Erdfelt 09164151bb Adding archiva.log output and audit.log output.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@448344 13f79535-47bb-0310-9956-ffa450edef68
2006-09-20 21:16:11 +00:00
Brett Porter bff86a7088 upgrade derby
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@448201 13f79535-47bb-0310-9956-ffa450edef68
2006-09-20 13:33:10 +00:00
Brett Porter 3a9ddca3d7 use data source instead
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@448135 13f79535-47bb-0310-9956-ffa450edef68
2006-09-20 09:19:35 +00:00
Joakim Erdfelt 184b4bed37 * Adding back ability of ConfigurationInterceptor to redirect to the "Admin User Needed" action.
* Adding UserManagerListener to DefaultRoleManager to add dynamic roles to newly created users.



git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@448077 13f79535-47bb-0310-9956-ffa450edef68
2006-09-20 05:42:22 +00:00
Brett Porter 70618a63a9 [MRM-137] rename security defaults, and make default construction a load-on-start component instead of waiting for requests
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@448028 13f79535-47bb-0310-9956-ffa450edef68
2006-09-20 02:01:00 +00:00
Jesse McConnell 9b13beba5d fix the redirect on registration to go to the login page as opposed to the browse page
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@447983 13f79535-47bb-0310-9956-ffa450edef68
2006-09-19 21:43:10 +00:00
Brett Porter b08bb7abc1 formatting, and remove archiveClasses as it is unneeded
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@447835 13f79535-47bb-0310-9956-ffa450edef68
2006-09-19 12:53:45 +00:00
Jesse McConnell f34871ea6d added in a refresh in case the user store is nukes and the repos still exist, it will now add roles for the existing repos.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@447799 13f79535-47bb-0310-9956-ffa450edef68
2006-09-19 10:28:26 +00:00
Jesse McConnell c8f3d6ba77 added a checkboxlist.ftl
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@447796 13f79535-47bb-0310-9956-ffa450edef68
2006-09-19 10:03:18 +00:00
Jesse McConnell 83330beec2 new plexus-security snapshots with the authz mostly working minus some formatting and an odd duplication issue I am lookin into now to see if its a ui quirk.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@447780 13f79535-47bb-0310-9956-ffa450edef68
2006-09-19 08:43:03 +00:00
Jesse McConnell 5453aa4a18 adding the index back in
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@447675 13f79535-47bb-0310-9956-ffa450edef68
2006-09-19 02:00:29 +00:00
Brett Porter b4a5ea7fb3 more exclusions
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@447672 13f79535-47bb-0310-9956-ffa450edef68
2006-09-19 01:44:54 +00:00
Joakim Erdfelt 89fedaf3db [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
2006-09-19 00:39:24 +00:00
Brett Porter d9d167c5c3 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
2006-09-18 01:40:26 +00:00
Jesse McConnell 18c7e96632 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
2006-09-16 04:38:02 +00:00
Jesse McConnell 1ef65b87ed 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
2006-09-15 20:03:12 +00:00
Jesse McConnell bceb4898ea 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
2006-09-15 17:15:23 +00:00
Brett Porter d221e70b91 set correct line endings
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@446573 13f79535-47bb-0310-9956-ffa450edef68
2006-09-15 11:03:30 +00:00
Jesse McConnell 4ef19c632b 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
2006-09-14 21:56:43 +00:00
Jesse McConnell 8f32614cf9 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
2006-09-14 16:19:02 +00:00
Maria Odea B. Ching 28baa27be4 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
2006-09-14 11:27:42 +00:00
Jesse McConnell 18c425ea7c 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
2006-09-14 06:15:15 +00:00
Jesse McConnell 997a1988c0 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
2006-09-14 06:05:59 +00:00
Maria Odea B. Ching 3ca919b9f3 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
2006-09-14 03:39:47 +00:00
Brett Porter e89a397189 fix imports
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@443204 13f79535-47bb-0310-9956-ffa450edef68
2006-09-14 02:59:51 +00:00
Jesse McConnell 4f9f32be51 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
2006-09-14 01:29:27 +00:00
Jesse McConnell ca5303139b 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
2006-09-13 21:17:14 +00:00
Jesse McConnell e0e1b86df1 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
2006-09-13 17:37:36 +00:00
Jesse McConnell f079ef8f1d 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
2006-09-13 17:04:17 +00:00
Maria Odea B. Ching afbb9de2b4 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
2006-09-13 11:07:11 +00:00
Maria Odea B. Ching d63313093d 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
2006-09-13 10:11:04 +00:00
Jesse McConnell 74797f8efe 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
2006-09-13 00:40:25 +00:00
Jesse McConnell 6aafdc87a0 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
2006-09-13 00:35:45 +00:00
Jesse McConnell f4aef56ff6 minor textual improvements
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442749 13f79535-47bb-0310-9956-ffa450edef68
2006-09-12 22:57:27 +00:00
Jesse McConnell 94a9fd0ee0 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
2006-09-12 22:39:29 +00:00
Jesse McConnell a2c359a19f 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
2006-09-12 22:31:02 +00:00
Jesse McConnell d671cfc524 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
2006-09-12 21:50:57 +00:00
Jesse McConnell bf694ebfed fix permission name reference
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442703 13f79535-47bb-0310-9956-ffa450edef68
2006-09-12 20:58:26 +00:00
Jesse McConnell cc1180e914 fix permission name reference
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442700 13f79535-47bb-0310-9956-ffa450edef68
2006-09-12 20:55:43 +00:00
Jesse McConnell 684fe571a5 added some new permissions
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442699 13f79535-47bb-0310-9956-ffa450edef68
2006-09-12 20:54:04 +00:00
Jesse McConnell 938c0ac92b 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
2006-09-12 19:44:24 +00:00
Jesse McConnell f84cd0a20e 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
2006-09-12 18:44:16 +00:00
Maria Odea B. Ching 1e72457fd7 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
2006-09-12 08:12:25 +00:00
Jesse McConnell 434f84adba 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
2006-09-11 19:24:10 +00:00
Jesse McConnell e5610b9357 fix second person registering issue
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442127 13f79535-47bb-0310-9956-ffa450edef68
2006-09-11 08:43:22 +00:00
Jesse McConnell d89e505d1e remove unneeded file
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442122 13f79535-47bb-0310-9956-ffa450edef68
2006-09-11 08:15:33 +00:00
Jesse McConnell dd3f12a49f 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
2006-09-11 08:05:03 +00:00
Brett Porter d1752d8e60 [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
2006-09-11 04:55:27 +00:00
Brett Porter 0f5630ecf1 [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
2006-09-11 02:13:21 +00:00
Brett Porter 40b955d387 [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
2006-09-11 00:01:48 +00:00
Brett Porter b57273dff3 [MRM-166] add multiple report groups
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@442028 13f79535-47bb-0310-9956-ffa450edef68
2006-09-10 23:21:19 +00:00
Brett Porter 9dd5b3e988 clarify some TODO elements
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441803 13f79535-47bb-0310-9956-ffa450edef68
2006-09-09 15:51:32 +00:00
Brett Porter 1a3026414e [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
2006-09-09 15:47:24 +00:00
Brett Porter ffded4338d [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
2006-09-09 15:19:42 +00:00
Brett Porter b340526e56 [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
2006-09-09 11:13:31 +00:00
Brett Porter 2906f4b296 [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
2006-09-09 08:08:37 +00:00
Brett Porter 1f481e2126 [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
2006-09-08 16:56:58 +00:00
Brett Porter 44dce10087 [MRM-77] preliminary reporting web interface
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441516 13f79535-47bb-0310-9956-ffa450edef68
2006-09-08 14:33:45 +00:00
Emmanuel Venisse 3e5e310c64 Use the new groupId of jstl
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441425 13f79535-47bb-0310-9956-ffa450edef68
2006-09-08 08:10:16 +00:00
Brett Porter 90f0dddc43 [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
2006-09-08 05:16:51 +00:00
Brett Porter 2ae0f74fec remove completed TODOs
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441376 13f79535-47bb-0310-9956-ffa450edef68
2006-09-08 05:14:55 +00:00
Brett Porter c6eac18301 fix artifact ID
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441356 13f79535-47bb-0310-9956-ffa450edef68
2006-09-08 02:40:42 +00:00
Jesse McConnell cd5c7d2a72 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
2006-09-07 16:55:55 +00:00
Jesse McConnell 158f91cccb 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
2006-09-07 16:05:47 +00:00
Brett Porter e4cfdac7b3 [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
2006-09-06 04:02:08 +00:00
Brett Porter 201211ad99 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
2006-09-06 01:37:10 +00:00
Maria Odea B. Ching c660685dc8 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
2006-09-06 00:48:22 +00:00
Brett Porter 69b9e89f09 tweak style, remove shadows from images
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440546 13f79535-47bb-0310-9956-ffa450edef68
2006-09-06 00:48:20 +00:00
Brett Porter 0f99012b6b display description properly
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440374 13f79535-47bb-0310-9956-ffa450edef68
2006-09-05 15:37:45 +00:00
Brett Porter b2d80fe809 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
2006-09-05 14:53:29 +00:00
Maria Odea B. Ching eab93a0129 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
2006-09-05 12:09:18 +00:00
Brett Porter c0e84cdce7 [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
2006-09-05 04:08:15 +00:00
Emmanuel Venisse 8139feeda8 Remove finalName rewriting
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440084 13f79535-47bb-0310-9956-ffa450edef68
2006-09-04 14:15:02 +00:00
Brett Porter 1fa628623b [MRM-136] make the browse interface perform acceptably on large repositories
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@439966 13f79535-47bb-0310-9956-ffa450edef68
2006-09-04 07:31:52 +00:00
Brett Porter 2d819799e7 remove old proxy test classes
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@439927 13f79535-47bb-0310-9956-ffa450edef68
2006-09-04 04:38:10 +00:00
Brett Porter 96ba48bf47 [MRM-144] various minor improvements to code
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@439134 13f79535-47bb-0310-9956-ffa450edef68
2006-09-01 01:47:48 +00:00
Brett Porter f8dd7d4c5d [MRM-144] improve the search tests and handling of tokens
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437984 13f79535-47bb-0310-9956-ffa450edef68
2006-08-29 06:36:57 +00:00
Brett Porter b103fbf497 [MRM-144] clarify TODO items
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437583 13f79535-47bb-0310-9956-ffa450edef68
2006-08-28 07:16:16 +00:00
Brett Porter a17f3d69cd fix CSS bug
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437576 13f79535-47bb-0310-9956-ffa450edef68
2006-08-28 06:56:53 +00:00
Brett Porter 3f37453723 [MRM-144] change to server-side comment
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437575 13f79535-47bb-0310-9956-ffa450edef68
2006-08-28 06:56:25 +00:00
Brett Porter 6d9088f7e6 [MRM-144] fix some minor issues
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437570 13f79535-47bb-0310-9956-ffa450edef68
2006-08-28 06:48:46 +00:00
Brett Porter a0b0073b59 upgrade webwork
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437561 13f79535-47bb-0310-9956-ffa450edef68
2006-08-28 06:29:53 +00:00
Brett Porter 3fc7f23def [MRM-131] fix url rendering bugs
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437201 13f79535-47bb-0310-9956-ffa450edef68
2006-08-26 18:22:23 +00:00
Brett Porter 08866503a2 [MRM-131] fix url rendering bugs
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437200 13f79535-47bb-0310-9956-ffa450edef68
2006-08-26 18:17:15 +00:00
Brett Porter 6dc709e9b9 [MRM-131] add depended on by page
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437197 13f79535-47bb-0310-9956-ffa450edef68
2006-08-26 18:07:54 +00:00
Brett Porter 8c3eb496f9 [MRM-131] add dependencies page
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437175 13f79535-47bb-0310-9956-ffa450edef68
2006-08-26 16:01:32 +00:00
Brett Porter e4cfd8fd47 add form focus
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437124 13f79535-47bb-0310-9956-ffa450edef68
2006-08-26 08:17:19 +00:00
Brett Porter e352b7e147 fix location of template for WW
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@437122 13f79535-47bb-0310-9956-ffa450edef68
2006-08-26 08:16:08 +00:00