Commit Graph

19 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
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
9700092294 - Arrows now change properly for Communities & Collections, My DSpace,
Edit Profile etc.


git-svn-id: http://scm.dspace.org/svn/repo/trunk@466 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-10-24 14:48:41 +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
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
e2f41387c8 Title of each page now prefixed with configured site name as opposed to
"DSpace:"


git-svn-id: http://scm.dspace.org/svn/repo/trunk@451 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-10-21 09:27:56 +00:00
Robert Tansley
fe5539e641 Browse and submit controls are no longer "location-sensitive", i.e. they
always go to the top-level browse or submit page.  Change made as a result
of usability tests, SF feature request #611797.


git-svn-id: http://scm.dspace.org/svn/repo/trunk@448 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-10-18 12:51:32 +00:00
Greg McClellan?
763f1e4f18 Changed Charset to UTF-8
git-svn-id: http://scm.dspace.org/svn/repo/trunk@416 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-09-26 19:07:32 +00:00
Robert Tansley
5f279ff146 Improved help page functionality. In Javascript-enabled browsers, Javascript
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
2002-09-18 18:13:17 +00:00
Robert Tansley
c7267805e3 Finally fixed shortcut icon
git-svn-id: http://scm.dspace.org/svn/repo/trunk@392 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-09-17 13:15:19 +00:00
Robert Tansley
e5820eb66a Can now put modified versions of JSPs in jsp/local, and these will be used in
preference to the originals.  SF feature request #608494


git-svn-id: http://scm.dspace.org/svn/repo/trunk@391 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-09-16 20:50:12 +00:00
Robert Tansley
ffcafddf3e Removed "not logged in" message per results of usability test.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@386 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-09-13 21:15:39 +00:00
Robert Tansley
35e9b51a53 Some database changes for dealing with concurrent ID generation problems.
(SF bug #495059)
- SQL file separated into database_schema.sql, for creating the schema,
  clean-database.sql, which removes tables, views etc. from an existing
  DSpace database, and update-sequences.sql which resets the ID generators,
  but is only used after an SQL dump which sets explicit primary keys.
- Sequences for primary key generation added to SQL schema
- SQL function "getnextid" added as an abstraction for access to those sequences
- Database manager now uses getnextid() SQL function to get IDs - this means
  other DB backends can hide ID generation specifics behind this
- Minor tweak to HistoryManager, which was accessing DB manager's in-memory
  ID generator directly - now it doesn't do this.
- Old, now unnecessary "reset ID generator" admin servlet/JSP removed


git-svn-id: http://scm.dspace.org/svn/repo/trunk@362 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-09-09 19:44:33 +00:00
Robert Tansley
6d830e476a - Reset ID generator admin UI added
- DC Type registry editor added
- Bitstream format registry editor bug fix


git-svn-id: http://scm.dspace.org/svn/repo/trunk@319 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-08-27 13:59:24 +00:00
Robert Tansley
138e05129e - Community and collection admin UI pages added.
- Community + collection home page logos switched on.


git-svn-id: http://scm.dspace.org/svn/repo/trunk@303 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-08-20 23:14:20 +00:00
Robert Tansley
3f201cd68f - Added cleaned-up Feedback servlet
- Added 404 error page
- Added "reply-to" field support to Email object


git-svn-id: http://scm.dspace.org/svn/repo/trunk@237 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-07-22 22:12:07 +00:00
Robert Tansley
2e53befbe8 Minor visual fixes.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@236 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-07-22 19:52:36 +00:00
Robert Tansley
16c8dc047b Cleaned-up submission UI
git-svn-id: http://scm.dspace.org/svn/repo/trunk@232 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-07-22 17:38:21 +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