1163 Commits

Author SHA1 Message Date
Edwin L. Punzalan
35b0864eac I think archiva will also benefit from CONTINUUM-1066 (improves Internet Explorer support)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@488544 13f79535-47bb-0310-9956-ffa450edef68
2006-12-19 06:17:12 +00:00
Emmanuel Venisse
0bfd74881a Update plexus-naming
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@488172 13f79535-47bb-0310-9956-ffa450edef68
2006-12-18 09:24:31 +00:00
Emmanuel Venisse
4210287741 Update p-sec
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@488171 13f79535-47bb-0310-9956-ffa450edef68
2006-12-18 09:24:30 +00:00
Henri Yandell
e5d08acbd0 mail.jar and activation.jar are now upgraded to newer free-er versions
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@487747 13f79535-47bb-0310-9956-ffa450edef68
2006-12-16 01:36:58 +00:00
Jesse McConnell
340459c606 initial site for meeper and a brief howto sync up central
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@487615 13f79535-47bb-0310-9956-ffa450edef68
2006-12-15 18:39:19 +00:00
Emmanuel Venisse
941ca15c25 [MRM-250] Fix log directory
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@487595 13f79535-47bb-0310-9956-ffa450edef68
2006-12-15 16:45:29 +00:00
Edwin L. Punzalan
d9246e90df PR: MRM-250
- pointed log files into ${appserver.base}
- added jetty:run configuration for ${appserver.base}

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@487503 13f79535-47bb-0310-9956-ffa450edef68
2006-12-15 09:48:58 +00:00
Emmanuel Venisse
57f9240bc2 Remove some directories added by other webapps
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@487500 13f79535-47bb-0310-9956-ffa450edef68
2006-12-15 09:43:07 +00:00
Emmanuel Venisse
5bbf93f28e Update some dependencies
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@486604 13f79535-47bb-0310-9956-ffa450edef68
2006-12-13 11:41:08 +00:00
Brett Porter
9947ce18fb add default Archiva configuration
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@486529 13f79535-47bb-0310-9956-ffa450edef68
2006-12-13 07:19:07 +00:00
Emmanuel Venisse
204d306e66 Use latest plexus-appserver
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@486059 13f79535-47bb-0310-9956-ffa450edef68
2006-12-12 08:23:56 +00:00
Edwin L. Punzalan
6b1c196553 PR: MRM-248
incresed the default indexing interval to twice every hour

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@485660 13f79535-47bb-0310-9956-ffa450edef68
2006-12-11 13:36:43 +00:00
Edwin L. Punzalan
62e0518548 PR: MRM-247
Submitted by: Teodoro Cue, Jr.

Add timestamp when the indexer last run for user reference

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@485552 13f79535-47bb-0310-9956-ffa450edef68
2006-12-11 08:30:32 +00:00
Brett Porter
eb278b5812 note why it is how it is
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@485532 13f79535-47bb-0310-9956-ffa450edef68
2006-12-11 06:52:00 +00:00
Brett Porter
0c91515a8f clean up javadoc
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@485531 13f79535-47bb-0310-9956-ffa450edef68
2006-12-11 06:50:41 +00:00
Brett Porter
41a3a997dc [MRM-242] Replace the proxy url of the Download link into the absolute url
Submitted by: Nap Ramirez (applied with modifications)

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@485529 13f79535-47bb-0310-9956-ffa450edef68
2006-12-11 06:43:39 +00:00
Brett Porter
45a990a4db put back dependencies removed in r482878 as the tests fail otherwise
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@485459 13f79535-47bb-0310-9956-ffa450edef68
2006-12-11 01:34:21 +00:00
Henri Yandell
69a394c10f Moved some of the methods over to IO FileUtils. There is no DirectoryScanner yet or a copyDirectoryStructure method. See https://issues.apache.org/jira/browse/IO-105 for a request for the latter.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@484870 13f79535-47bb-0310-9956-ffa450edef68
2006-12-09 01:01:08 +00:00
Henri Yandell
1e1c940df6 Updating to use IO FileUtils rather than Plexus FileUtils. This project doesn't build however - there are imports missing.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@484866 13f79535-47bb-0310-9956-ffa450edef68
2006-12-09 00:50:06 +00:00
Henri Yandell
12cef35e36 Moving off of Plexus FileUtils and onto IO FileUtils. copyFileToDirectory in IO leads to the last-modified being maintained by default, which isn't desired in the case of src/test/java/org/apache/maven/archiva/proxy/ProxyRequestHandlerTest.java. I'll add a method to IO allowing that to be turned off (as copyFile(..) already has the variant) and this code can be simplified when IO 1.3 is released.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@484860 13f79535-47bb-0310-9956-ffa450edef68
2006-12-09 00:24:40 +00:00
Henri Yandell
24c1960dcb Moved to using Commons IO. Just a package name change.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@484829 13f79535-47bb-0310-9956-ffa450edef68
2006-12-08 22:33:49 +00:00
Emmanuel Venisse
76bc082164 JDO factory for users database is required
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@483932 13f79535-47bb-0310-9956-ffa450edef68
2006-12-08 11:14:35 +00:00
Emmanuel Venisse
0d340d1c91 Remove "Edit user details" that is already in the breadcrumbs
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@483897 13f79535-47bb-0310-9956-ffa450edef68
2006-12-08 09:41:17 +00:00
Brett Porter
11621146ce add the Archiva logo
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@483848 13f79535-47bb-0310-9956-ffa450edef68
2006-12-08 06:20:36 +00:00
Brett Porter
b2b1478c26 check in all the logos for future reference
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@483846 13f79535-47bb-0310-9956-ffa450edef68
2006-12-08 06:18:02 +00:00
Jesse McConnell
fc509f047b plexus-taskqueue-1.0-alpha-4 was released
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@483595 13f79535-47bb-0310-9956-ffa450edef68
2006-12-07 18:30:29 +00:00
Brett Porter
8df7d7485a adding the company logo logic
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@483543 13f79535-47bb-0310-9956-ffa450edef68
2006-12-07 16:48:29 +00:00
Joakim Erdfelt
c9e4291067 Minor css updates for userlist table.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@483540 13f79535-47bb-0310-9956-ffa450edef68
2006-12-07 16:44:28 +00:00
Jason van Zyl
7f5e67affc o stuff seems to be working so direct it at the repository list so the volunteers can help with problems.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@483466 13f79535-47bb-0310-9956-ffa450edef68
2006-12-07 14:21:25 +00:00
Emmanuel Venisse
ae4dc051a9 git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@483388 13f79535-47bb-0310-9956-ffa450edef68 2006-12-07 09:14:34 +00:00
Maria Odea B. Ching
a70aca498a PR: MRM-246
Added display of error messages when an account is locked after 3 unsuccessful login attempts.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@483341 13f79535-47bb-0310-9956-ffa450edef68
2006-12-07 04:08:03 +00:00
Emmanuel Venisse
46a6f6866e Remove pss css
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@483077 13f79535-47bb-0310-9956-ffa450edef68
2006-12-06 13:44:30 +00:00
Joakim Erdfelt
178915dbc7 Removing redundant dependencies.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@482878 13f79535-47bb-0310-9956-ffa450edef68
2006-12-06 03:48:41 +00:00
Joakim Erdfelt
7815e8068b Work done to integrate latest p-sec userlist enhancements.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@482798 13f79535-47bb-0310-9956-ffa450edef68
2006-12-05 21:53:44 +00:00
Jesse McConnell
fcdfd86088 MRM-242 added a new base role for the repository managers to inherit
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@482705 13f79535-47bb-0310-9956-ffa450edef68
2006-12-05 16:37:53 +00:00
Jason van Zyl
c39256f003 o update redirect
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@482440 13f79535-47bb-0310-9956-ffa450edef68
2006-12-05 01:20:38 +00:00
Edwin L. Punzalan
968f101cc8 removed increased selenium timeout now that ant-run will pre-load the archiva webapp
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@482125 13f79535-47bb-0310-9956-ffa450edef68
2006-12-04 10:11:37 +00:00
Edwin L. Punzalan
937e8c3f8e removing unused resource
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@482111 13f79535-47bb-0310-9956-ffa450edef68
2006-12-04 09:39:41 +00:00
Brett Porter
5ee2e5f814 ignore
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@482000 13f79535-47bb-0310-9956-ffa450edef68
2006-12-04 00:42:44 +00:00
Jason van Zyl
9b4890118d o updating m1 location
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@481608 13f79535-47bb-0310-9956-ffa450edef68
2006-12-02 19:23:30 +00:00
Henri Yandell
a92dd01b85 Moved to Commons IO FileUtils. Generally improves things, though you have to pass a null parameter to readStringFromFile and writeStringToFile to imply the default encoding should be used.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@481517 13f79535-47bb-0310-9956-ffa450edef68
2006-12-02 07:57:01 +00:00
Jason van Zyl
f2bdf0209d o couple things IDEA got snagged on
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@481465 13f79535-47bb-0310-9956-ffa450edef68
2006-12-02 00:53:38 +00:00
Henri Yandell
38d4f5b453 Switching to Lang
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@481461 13f79535-47bb-0310-9956-ffa450edef68
2006-12-02 00:39:51 +00:00
Henri Yandell
5484a75333 Moving from Plexus Utils IOUtil to Commons IO IOUtils. close(..) becomes closeQuietly(..). copy(..) stays the same. In 1.3 (we're on 1.2 currently) copy(..) will throw an exception if more than MAXINT bytes are copied, but this is just a test case so I think we're safe.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@481460 13f79535-47bb-0310-9956-ffa450edef68
2006-12-02 00:37:00 +00:00
Henri Yandell
08b6a8f7b6 Fixing the package namin for clients of archiva-reports-standard
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@481459 13f79535-47bb-0310-9956-ffa450edef68
2006-12-02 00:34:35 +00:00
Jason van Zyl
37317c17e4 o breaking the reporting into packages to get a grip of the architecture
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@481451 13f79535-47bb-0310-9956-ffa450edef68
2006-12-02 00:07:57 +00:00
Henri Yandell
8f58ff7664 Moved from Plexus-Util StringUtils to Lang StringUtils. replace, split and join should just have had performance improvements (probably won't be noticed). isEmpty no longer trims, but usually people don't expect that so that's a semi bugfix. I've also switched a couple of \!isEmpty's to isNotEmpty.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@481446 13f79535-47bb-0310-9956-ffa450edef68
2006-12-01 23:44:12 +00:00
Jason van Zyl
9edce822a7 o adding a little more logging
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@481444 13f79535-47bb-0310-9956-ffa450edef68
2006-12-01 23:16:19 +00:00
Henri Yandell
2894177c0b Couple of pom fixes to the apache snapshot repo as suggested by Max Bowsher on archiva-dev
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@481294 13f79535-47bb-0310-9956-ffa450edef68
2006-12-01 16:55:27 +00:00
Emmanuel Venisse
70d0d075a2 Update wagon
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@481234 13f79535-47bb-0310-9956-ffa450edef68
2006-12-01 13:04:07 +00:00