Commit Graph

20 Commits

Author SHA1 Message Date
Robert Tansley
9e4cb86aae (Aneesh Joy)
- Browse by subject feature; SF Patch #1193600


git-svn-id: http://scm.dspace.org/svn/repo/trunk@1398 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2006-01-12 21:47:31 +00:00
Robert Tansley
7246c4d1de (Naveed Hashmi)
- (SF Patch #1230956) DSpace UI XHTML/WAI compliant


git-svn-id: http://scm.dspace.org/svn/repo/trunk@1303 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2005-08-25 17:20:29 +00:00
Scott Yeadon
bd8d7748df SF Patch #1208084 Fix to typo on JSP page browse/items-by-author.jsp
git-svn-id: http://scm.dspace.org/svn/repo/trunk@1220 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2005-05-25 03:49:08 +00:00
Robert Tansley
94295ef301 (MARTON Jozsef)
- Parameterised i18n keys, for much easier and more flexible translation


git-svn-id: http://scm.dspace.org/svn/repo/trunk@1195 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2005-04-25 18:13:39 +00:00
Robert Tansley
fd2e2dfadb (Dimitrios A. Koutsomitropoulos, Jozsef MARTON, Robert Tansley)
- Initial i18n support


git-svn-id: http://scm.dspace.org/svn/repo/trunk@1182 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2005-04-12 13:49:28 +00:00
Grace Carpenter
3b7bfcd19d Fix for bug #835847--added call to addEntities()
git-svn-id: http://scm.dspace.org/svn/repo/trunk@804 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-03-23 19:22:29 +00:00
Grace Carpenter
cfa0896ef1 Fix for bug #835847--added calls to addEntities()
git-svn-id: http://scm.dspace.org/svn/repo/trunk@803 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-03-23 19:21:15 +00:00
Greg McClellan
11c3761e85 Implemented Richard's fix for the bug where the years don't show up properly in the pop-up menu.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@708 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-12-17 15:42:54 +00:00
Greg McClellan
ae9b60910d Fix for SF bug #850790. Changed to link back to use the collections handle.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@707 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-12-04 16:44:53 +00:00
David Stuve
a0ea16a19d Added line <%@ page contentType="text/html;charset=UTF-8" %>
to all of our JSPs so that they could render unicode
and <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
added to the headers so that the browsers would display unicode.


git-svn-id: http://scm.dspace.org/svn/repo/trunk@577 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-02-21 19:51:51 +00:00
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
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
c97c8f38a9 Item deletion and tombstones supported. SF feature request #620656
git-svn-id: http://scm.dspace.org/svn/repo/trunk@453 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-10-21 13:56:10 +00:00
Robert Tansley
6bf50d4ad5 Location bar now shows community/collection location properly
git-svn-id: http://scm.dspace.org/svn/repo/trunk@227 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-07-04 09:06:32 +00:00
Robert Tansley
d31b3d3cee - Fixed browse controls on "browsing by date" page.
- Links to recent submissions on comm/coll home pages are now relative, so
  the location bar is filled out.


git-svn-id: http://scm.dspace.org/svn/repo/trunk@209 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-24 12:46:37 +00:00
Robert Tansley
c4a75084eb Fix to "back to browse by authors" link
git-svn-id: http://scm.dspace.org/svn/repo/trunk@201 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-20 19:42:46 +00:00
Robert Tansley
6893dadfa7 - Items by author view added.
- Browse UI code updated to use array forms of BrowseInfo methods.


git-svn-id: http://scm.dspace.org/svn/repo/trunk@198 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-20 19:18:17 +00:00
Robert Tansley
7827113332 Removed debug info, fixed highlight row in itemlist tag
git-svn-id: http://scm.dspace.org/svn/repo/trunk@195 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-20 18:08:00 +00:00
Robert Tansley
e4ce1e2465 Browse cleaned up
- Item display and item list display now handled by tags
- Reorganised "component" JSPs slightly
- DCDate -> displayable code moved to UIUtil


git-svn-id: http://scm.dspace.org/svn/repo/trunk@191 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-20 15:28:06 +00:00
Robert Tansley
bc0634f8fe Added browse UI pages for title, date and author browse.
- Renamed tag classes to end in Tag to avoid clashes (e.g. "Date")


git-svn-id: http://scm.dspace.org/svn/repo/trunk@184 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-19 18:31:18 +00:00