appropriate HTTP headers to stop browsers caching the page, causing potential
back-button related mishaps. Unfortunately only seems to work with pages
read by a POST. GET pages can still be reached by the 'back' button. Although
this is consistent with REST architecture, it does mean some issues may remain
git-svn-id: http://scm.dspace.org/svn/repo/trunk@732 9c30dcfa-912a-0410-8fc2-9e0234be79fd
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
- Updated DB schema:
* New "subscription" table
* EPerson: renamed "active" to "can_log_in", and added "last_active",
"self_registered" and "sub_frequency" columns (unused right now, but
easier to make the changes at once)
- Updated EPerson object to reflect table changes, and callers of EPerson
object
- Removed MIT-only filters from web.xml
git-svn-id: http://scm.dspace.org/svn/repo/trunk@446 9c30dcfa-912a-0410-8fc2-9e0234be79fd
is used to bring the help window to the front when a help link is clicked. In
other browsers a regular link is a fallback.
A new JSP tag, "dspace:popup" has been added to simplify inserting and changing
help links.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@400 9c30dcfa-912a-0410-8fc2-9e0234be79fd