Commit Graph

12 Commits

Author SHA1 Message Date
Pascal-Nicolas Becker
264de565ca Continued work on DOIDataCiteIdentifier.
* Added a lot of functionality to DOIDataCiteIdentifierProvider.
 * Added a table Doi to the database.
 * Added use of Database table doi to DOIDataCiteIdentifierProvider.
 * Moved DOIDataCiteIdentifierProvider.DOIToExternalForm(String) to DOI.DOIToExterenalForm.
2013-10-16 09:21:25 +02:00
Mark H. Wood
b165134114 When listing webapp.s, delete records for any not found living.
This sends a HEAD request to the registered URL for the webapp and
assumes that the app is dead if result is not 200.

This change caused a cascade of changes to the treatment of the
database table, because the DBMS layer insists that a table's primary
key be INTEGER.  It was necessary to introduce a new column for the
purpose.  This also means you can have more than one running instance
of the same UI, if you wish.  But it also means that the sequence
required by the new column will overflow after about 2 billion starts.
2013-06-25 15:10:55 -04:00
Mark H. Wood
9b26731c83 Record 'isUI' in database; add code to 'dspace version' to consume the table. 2013-06-14 10:20:44 -04:00
Mark H. Wood
da4dfb1314 [DS-1456] Make webapp.s register in a new database table when started, so we can
list them later.
2013-06-07 15:28:27 -04:00
Mark Diggory
db9f6e6f36 Atmire dspace 3.0 versioning contribution
Versioning : Add Spring WebMVC Control
Versioning : AIP Prototype Test Improvements.
2012-09-20 01:14:30 +02:00
Mark H. Wood
7f77bef891 Merge pull request #41 from mwoodiupui/DS-861
[DS-861] Salt PasswordAuthentication
2012-08-27 12:54:44 -07:00
Mark Diggory
c8891b3008 [DS-895] Advanced Embargo Project, Database Schema Fixes 2012-08-16 03:06:52 -07:00
Mark H. Wood
95a04c0f39 [DS-861] Begin to add password salting. 2012-07-11 13:02:15 -04:00
Ben Bosman
ad6eb9b045 [DS-749] Backend support allowing for bitstream display order to be changed
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6574 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-08-19 08:10:34 +00:00
Tim Donohue
3d8f98ffe4 DS-729 fix for both Postgres & Oracle: update-sequences.sql script errors out, as it refers to an old, obsolete 'dctyperegistry' table
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5682 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2010-10-28 15:52:41 +00:00
Tim Donohue
299eb9202b Fix for Postgres for DS-423: Ant target 'clean_database' doesn't drop all tables. A fix for Oracle will also be coming.
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@4718 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2010-01-21 20:28:22 +00:00
Larry Stone
c49f1c8385 [DS-297] Move PostgreSQL-specific SQL into etc/postgres for greater clarity
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@4427 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2009-10-09 22:42:19 +00:00