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
- 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
- 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