aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-webapp/src/main
Commit message (Collapse)AuthorAgeFilesLines
* Moving some directories around.Joakim Erdfelt2007-03-22140-17232/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-jpox-database-refactor@521463 13f79535-47bb-0310-9956-ffa450edef68
* Update shared.xml configuration like it's done in continuumEmmanuel Venisse2007-03-081-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@516054 13f79535-47bb-0310-9956-ffa450edef68
* Set SQL log level to errorEmmanuel Venisse2007-03-081-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@516001 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-288] line up configuration so that it always works, regardless of the ↵Brett Porter2007-03-081-3/+3
| | | | | | existence of files. Add tests, and document the behaviour. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@515991 13f79535-47bb-0310-9956-ffa450edef68
* clean bogus importJesse McConnell2007-03-021-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@513991 13f79535-47bb-0310-9956-ffa450edef68
* MAESTRO0-698: suppress logging on the ComponentManagerJesse McConnell2007-03-021-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@513895 13f79535-47bb-0310-9956-ffa450edef68
* Security role changes, added global repository manager that is the role for ↵Jesse McConnell2007-03-013-7/+15
| | | | | | administering all repositories configuration wise, the particular repository managers now administer content _in_ their assigned repositories, observers get read access to corresponding repository (or global access to add if they get the global observer) and I also removed the archiva-edit-configuration operation since it was duplicated by the archiva-manage-configuraiton operation git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@513431 13f79535-47bb-0310-9956-ffa450edef68
* Fix method nameEmmanuel Venisse2007-03-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@513389 13f79535-47bb-0310-9956-ffa450edef68
* Remove duplicated licenseEmmanuel Venisse2007-03-011-15/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@513300 13f79535-47bb-0310-9956-ffa450edef68
* add a faviconBrett Porter2007-03-011-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@513153 13f79535-47bb-0310-9956-ffa450edef68
* Fix error 500 with NPE when user click the dependency link of the current ↵Emmanuel Venisse2007-02-271-9/+13
| | | | | | artifact and this dependency isn't in the repo git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@512258 13f79535-47bb-0310-9956-ffa450edef68
* Remove extra spaces.Emmanuel Venisse2007-02-271-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@512223 13f79535-47bb-0310-9956-ffa450edef68
* Remove extra spaces.Emmanuel Venisse2007-02-271-3/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@512219 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-276] HTTP error 500 when artifact is not foundJoakim Erdfelt2007-02-261-2/+6
| | | | | | | | Submitted By: Antoine Veret git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@511903 13f79535-47bb-0310-9956-ffa450edef68
* Merge from archiva-MRM-239 branch to trunk. r506385:HEADJoakim Erdfelt2007-02-2319-431/+275
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@511053 13f79535-47bb-0310-9956-ffa450edef68
* Create repository directory if it doesn't exist.Emmanuel Venisse2007-02-221-2/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@510575 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-287] Include context when browsing artifactsEmmanuel Venisse2007-02-221-1/+1
| | | | | | Submitted by: Henry S. Isidro git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@510447 13f79535-47bb-0310-9956-ffa450edef68
* switch the extends to the webwork-default from security, since with ↵Jesse McConnell2007-02-191-1/+2
| | | | | | extending security it dumps all of the security actions into the default action lookup, allowing them to be accessible from locations other then behind security/ git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@509244 13f79535-47bb-0310-9956-ffa450edef68
* fix incorrect location of config files (Thanks, Wendy!)Brett Porter2007-02-181-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@508852 13f79535-47bb-0310-9956-ffa450edef68
* handle companyPom being set, but fields being emptyBrett Porter2007-02-151-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@508033 13f79535-47bb-0310-9956-ffa450edef68
* make sure the company POM has the right packagingBrett Porter2007-02-151-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@508021 13f79535-47bb-0310-9956-ffa450edef68
* add the extra lifecycle phase for registry based cnfigurationBrett Porter2007-02-151-2/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@507941 13f79535-47bb-0310-9956-ffa450edef68
* update registry dependenciesBrett Porter2007-02-151-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@507880 13f79535-47bb-0310-9956-ffa450edef68
* show company logo on no results page (it previously failed as the page ↵Brett Porter2007-02-142-3/+5
| | | | | | contains validation errors, so it would return input) git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@507588 13f79535-47bb-0310-9956-ffa450edef68
* fix security defaultsBrett Porter2007-02-142-12/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@507414 13f79535-47bb-0310-9956-ffa450edef68
* no longer need the custom lifecycleBrett Porter2007-02-141-31/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@507348 13f79535-47bb-0310-9956-ffa450edef68
* commenting out jpox option that is causing intermittent problems all over ↵Jesse McConnell2007-02-131-0/+2
| | | | | | the place git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@507091 13f79535-47bb-0310-9956-ffa450edef68
* Fix typoEmmanuel Venisse2007-02-131-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@506970 13f79535-47bb-0310-9956-ffa450edef68
* adding in the policy enforcement interceptor which was missing from archivaJesse McConnell2007-02-131-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@506786 13f79535-47bb-0310-9956-ffa450edef68
* preserve case to make postgres happyBrett Porter2007-02-121-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@506529 13f79535-47bb-0310-9956-ffa450edef68
* use new shared app configurationBrett Porter2007-02-124-22/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@506466 13f79535-47bb-0310-9956-ffa450edef68
* presentation fixes:Brett Porter2007-02-122-2/+3
| | | | | | | | | - settings page is about the index and proxy, so name it appropriately - page is not a parent, change CSS style from expanded to none - add missing div git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@506423 13f79535-47bb-0310-9956-ffa450edef68
* add security config in the appserverBrett Porter2007-02-121-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@506414 13f79535-47bb-0310-9956-ffa450edef68
* use static includeBrett Porter2007-02-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@506318 13f79535-47bb-0310-9956-ffa450edef68
* fix iconsBrett Porter2007-02-122-82/+88
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@506312 13f79535-47bb-0310-9956-ffa450edef68
* more practical use of configuration change listenersBrett Porter2007-02-121-8/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@506292 13f79535-47bb-0310-9956-ffa450edef68
* move to a registry based configurationBrett Porter2007-02-0915-170/+139
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@505329 13f79535-47bb-0310-9956-ffa450edef68
* git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@504118 ↵Emmanuel Venisse2007-02-061-0/+4
| | | | 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-273] Add feedback urlEmmanuel Venisse2007-02-061-0/+2
| | | | | | Submitted by: Teodoro Cue Jr. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@504055 13f79535-47bb-0310-9956-ffa450edef68
* Overhauling download link.Joakim Erdfelt2007-02-0517-117/+707
| | | | | | | | | | | | * Adding <archiva:downloadArtifact /> taglib. * Adding ability to download sources, javadoc, and client jars too. * Adding ActiveManagedRepositories class to aide in anonymous artifact handling. * Adding test-repository for maven 2.x j2ee artifacts with sources / javadoc / client jars. * Adding ManagedArtifact class to track this relationship between main artifact and attached artifacts. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@503520 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-269]Edwin L. Punzalan2007-01-192-16/+18
| | | | | | | - create an "Administration" menu group and list in it: Index, Managed Repo and Proxied Repo menus. - adjust the height of the left nav bar in css to accomodate IE browsers clipping the last menu. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@497749 13f79535-47bb-0310-9956-ffa450edef68
* * Upgraded webdav server to use new plexus-webdav with ability to override ↵Joakim Erdfelt2007-01-1822-1027/+882
| | | | | | | | | | | | | | logic and correct flaws found in webdav servers. * Added ProxiedDavServer component (used by plexus-webdav) to make /repository/ access proxied. * Upgraded plexus, used [MRM-264] as baseline, but many more changes were needed. * Plexus upgrade broken JSTL's <c:forTokens> taglib everywhere, corrected by moving away from that taglib. * Created GroupIdLink tag following webwork guidelines for UI component. * Fixed AuditLog. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@497563 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-267] Fix Managed Repositories and Proxied Repositories buttons with ↵Emmanuel Venisse2007-01-111-1/+2
| | | | | | | | Internet Explorer 7 Submitted by: Dawn Angelito git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@495187 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-266] Changed the location of the "Run Now" link in the Configuration page.Emmanuel Venisse2007-01-111-5/+10
| | | | | | Submitted by: Dawn Angelito git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@495183 13f79535-47bb-0310-9956-ffa450edef68
* Remove the comma in date format because with it, the part after is skippedEmmanuel Venisse2007-01-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@494059 13f79535-47bb-0310-9956-ffa450edef68
* Raise p-sec log level to INFOEmmanuel Venisse2007-01-051-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@493027 13f79535-47bb-0310-9956-ffa450edef68
* Correcting license.Joakim Erdfelt2007-01-031-11/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@492262 13f79535-47bb-0310-9956-ffa450edef68
* Reverting reformatting.Joakim Erdfelt2007-01-031-98/+91
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@492246 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-235] Change button text to "Update Repository" on the edit repository pageBrett Porter2006-12-272-2/+2
| | | | | | | Submitted by: Wendy Smoak git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@490430 13f79535-47bb-0310-9956-ffa450edef68
* placed the doctype before the license header to make it workEdwin L. Punzalan2006-12-241-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@489980 13f79535-47bb-0310-9956-ffa450edef68