Commit Graph

13 Commits

Author SHA1 Message Date
Richard Jones
6996f86b6f workspace and view-workspaceitem servlet support in filter mappings, servlet mappings and url patterns
git-svn-id: http://scm.dspace.org/svn/repo/trunk@1153 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2005-03-31 13:06:01 +00:00
Richard Jones
a851a67a74 Servlet mapping and url patterns added for admin area supervision order system
git-svn-id: http://scm.dspace.org/svn/repo/trunk@1138 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2005-03-23 14:21:46 +00:00
Jim Downing
44d920f667 Added Lieven Droogmans' patch and fixed regression to dspace.cfg
git-svn-id: http://scm.dspace.org/svn/repo/trunk@1075 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-12-13 16:59:46 +00:00
David Stuve
ac56751cb3 Renamed 'groups' to the more descriptive 'group-edit'.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@856 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-04-18 22:15:38 +00:00
Grace Carpenter
4287abfcd1 Added mappings for edit news servlet.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@846 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-04-09 18:06:58 +00:00
David Stuve
d70ba1103d Item mapper added for adding items from one collection to another
git-svn-id: http://scm.dspace.org/svn/repo/trunk@833 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-04-05 16:15:09 +00:00
David Stuve
ed2fbfa29b Modified group editor to go in /tools and mostly work with
new popup eperson selector


git-svn-id: http://scm.dspace.org/svn/repo/trunk@823 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-04-01 13:49:46 +00:00
Robert Tansley
57e4c22be8 - Added <dspace:selecteperson> JSP tag, similar-ish to HTML <SELECT>
- Updated collection creation wizard, eperson admin tool to use it


git-svn-id: http://scm.dspace.org/svn/repo/trunk@805 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-03-24 17:22:44 +00:00
Robert Tansley
700054de58 First version of collection wizard. Issues/shortcuts:
- Need to put Javascript in <HTML><HEAD> -- I just whacked it in
header-default.jsp for now.  Should probably not be served up for every single
page though!
- E-person list popup page should probably close itself somehow
- No way to access this yet!  Need to update community pages with a button...


git-svn-id: http://scm.dspace.org/svn/repo/trunk@784 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-03-06 20:29:23 +00:00
Austin Kim
5712348b6f Checking in persistent bitstream IDs
git-svn-id: http://scm.dspace.org/svn/repo/trunk@779 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-03-04 21:19:28 +00:00
Austin Kim
916a8bd728 Checking in HTMLSupport
git-svn-id: http://scm.dspace.org/svn/repo/trunk@763 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-02-27 21:15:52 +00:00
David Stuve
b199ce8505 item editor moved from dspace-admin to tools, and tools
protected by registered-only filter


git-svn-id: http://scm.dspace.org/svn/repo/trunk@757 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-02-26 21:42:59 +00:00
Robert Tansley
ec9e23e1f5 Changed build process to avoid use of symlinks, which have caused so many
problems for people installing DSpace with Tomcat.  Instead, two .war files
are created which can simply be dropped in the appropriate place for Tomcat
or other servlet container.  A simple LoadDSpaceConfig servlet then loads in
the dspace.cfg (from a config parameter in the web.xml contained within each
.war) and initialises log4j with the appropriate properties file.

A few other cleanups:

- Removed redundant ${basedir} references
- update and fresh_install targets now give useful hints as to what to do next
- fresh_install target builds search + browse indices and config files for
  3rd party tools (i.e. bin/index-all and bin/install-configs)


git-svn-id: http://scm.dspace.org/svn/repo/trunk@726 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-02-04 19:21:53 +00:00