Commit Graph

9 Commits

Author SHA1 Message Date
Robert Tansley
aa3d4ab719 Updated source code license.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@535 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-11-01 17:59:17 +00:00
Robert Tansley
cee720a018 This CVS module now represents the generic DSpace source distribution.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@492 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-10-28 16:01:00 +00:00
Robert Tansley
a10278c1d8 Home page now uses default page style. "home" style layout removed.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@490 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-10-28 14:06:39 +00:00
Robert Tansley
70458bd3b8 Updated Communities and Collections to work with Handles.
- All Handles now resolve to a Handle servlet, /handle/.  This displays
  items, collections and communities, as well as handling URLs that occur
  "within" a community or collection, so that /communities/1234/browse-title
  would now be /handle/1721.1/5679/browse-title.
- All links to communities, collections and items now updated to use new
  Handle servlet
- Updated DSpaceObject to include getHandle(), and updated Item, Collection
  and Community to return their Handles.  Other objects return null.
- The above change has made many servlets, JSPs and JSP tags simpler.


git-svn-id: http://scm.dspace.org/svn/repo/trunk@485 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-10-28 10:26:53 +00:00
Robert Tansley
ac24e6ac79 Updated look and feel of the site to match updated template.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@461 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-10-23 15:42:48 +00:00
Robert Tansley
535b7c4dde Added missing home.jsp and include JSP tag class for JSP localisation
git-svn-id: http://scm.dspace.org/svn/repo/trunk@393 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-09-17 13:31:49 +00:00
Robert Tansley
c27b293e11 - Added community and collection home pages
- LocationServlet added to handle user navigating within communities and
  collections
- Invalid ID error added
- Home page is now called "index.jsp" (was called home.jsp)


git-svn-id: http://scm.dspace.org/svn/repo/trunk@171 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-16 21:06:43 +00:00
Robert Tansley
bbdafab1d0 - UI Infrastructure added
- Home page and community list pages added


git-svn-id: http://scm.dspace.org/svn/repo/trunk@169 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-14 19:36:03 +00:00
Robert Tansley
e4f41b587c - Laid out UI source code tree
- Checked in some basic UI stuff - warning, tag library doesn't work yet
- Added "isValid()" to Context
- Added code to ConfigurationManager for installing configuration files
  for external tools, and added initial Apache and Tomcat configurations


git-svn-id: http://scm.dspace.org/svn/repo/trunk@149 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-10 16:13:45 +00:00