KevinVdV
7f7452a9fc
[DS-2164] Metadata4All Bug with EPerson email
2014-10-08 13:54:57 +02:00
KevinVdV
87cd7145c9
Support Metadata On All DSpaceObjects
2014-09-24 16:16:06 +02:00
Tim Donohue
f631a3d824
Merge pull request #600 from tdonohue/DS-2080
...
DS-2080 Cleanup bad/broken tests, and upgrade to latest JUnit and JMockit, also fixes DS-2086
2014-08-15 15:39:34 -05:00
Peter Dietz
5e7cb5e10a
Update database_schema_3-4.sql
...
Found version mismatch text inside the postgres 3 to 4 upgrade command, mentioned 18to3
2014-08-14 11:34:19 -04:00
Tim Donohue
56fab73fe4
Minor reformatting of PostgreSQL schema (similar to Oracle schema in previous commit), just for consistency.
2014-08-12 12:19:50 -05:00
Peter Dietz
76cb046280
DS-1945 Add license headers for requestitem changes
2014-05-10 08:37:33 -04:00
Peter Dietz
21cb0e0520
DS-1945 Add request_message to requestitem DB table
...
Also, refactored requestitem to be a dspace-api "model", moved all DB logic
from XMLUI regarding this module to the dspace-api model.
Add the requestitem.request_message to display in the contact-author form,
so they can see what the original request message was.
2014-05-10 08:20:11 -04:00
Ivan Masár
c211b8b00a
DS-1916 Error in update-sequence script in 4.0
2014-02-18 15:17:52 +01:00
Tim Donohue
943d84cdcb
Merge pull request #403 from KevinVdV/DS-1803
...
[DS-1803] Configurable workflow migration script fails if collection workflow group has been renamed
2013-12-04 13:14:06 -08:00
Andrea Bollini
c1dfbc0199
DS-1811 Removing a collection fails if non-Solr DAO has been used before for item count
2013-12-02 00:26:43 +01:00
KevinVdV
769aca6085
[DS-1803] Configurable workflow migration script fails if collection workflow group has been renamed
2013-11-25 13:05:56 +01:00
Andrea Bollini
eeb3061c42
DS-1655 Disable "Initial Questions" page in Submission UI by default
2013-10-27 15:53:12 +01:00
Ivan Masár
a557e3b0de
add requestitem table and seq table to schema
2013-10-22 00:33:28 +02:00
aroman
46f634164e
Removed OID from database schema
2013-10-20 04:09:21 +02:00
aroman
96c93bdbfd
Added sequence to update-sequences.sql
2013-10-20 04:08:48 +02:00
aroman
aab28e68a8
Renamed database schema
2013-10-20 04:07:46 +02:00
aroman
b24588022e
Request copy of protected item.
2013-10-20 04:04:20 +02:00
Pascal-Nicolas Becker
c76e2c4a6a
Add table DOI to database while update from DSpace 3 to 4.
2013-10-16 09:27:20 +02:00
Marsa Haoua
8590258bb7
Some Exception Handling and change value from DOI status from DOI table
2013-10-16 09:21:28 +02:00
Marsa Haoua
66be510a64
We build a cron Job for Doi identifier reservation and registration.
2013-10-16 09:21:27 +02:00
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
Ivan Masár
21f93a34d4
fix obvious mistake: merge two DB upgrade scripts
2012-09-10 22:54:04 +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
Fabio Bolognesi
4b9b206d8c
[DS-895] Advanced Embargo Project
2012-08-16 02:13:51 -07:00
Mark H. Wood
f3f9433bfe
[DS-861] Oops, forgot to add new files.
2012-07-11 13:04:24 -04:00
Mark H. Wood
95a04c0f39
[DS-861] Begin to add password salting.
2012-07-11 13:02:15 -04:00
Tim Donohue
dd2a57cec9
Fix Encoding of 1.7 to 1.8 Postgres DB Upgrade script. All other DSpace SQL scripts are encoded in ANSI. This one was encoded in UTF8, which was causing this Postgres bug to occur: http://archives.postgresql.org/pgsql-bugs/2010-03/msg00239.php
...
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6814 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-10-18 16:42:26 +00:00
Mark Diggory
0c528afbd3
[DS-968] XML configurable workflow : Adjust table naming convention to not use "XML" as we will make this database driven in the near future. Best to do this prior to release to not complicate demo upgrades and testing. org.dspace.xmlworkflow Package will be renamed after RC releases.
...
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6677 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-09-09 19:51:08 +00:00
Peter Dietz
f737cbd4b6
Oops, undoing accidental change to upgrade script
...
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6587 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-08-24 21:56:40 +00:00
Peter Dietz
6634eaf8b6
DS-816 Fixed order of search types in XMLUI Advanced Search to be determined by order in config
...
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6586 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-08-24 21:54:54 +00: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
Ben Bosman
e7efc9c689
[DS-968] XML configurable workflow
...
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6532 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-08-05 14:22:20 +00:00
Ben Bosman
65f5786e9e
[DS-968] XML configurable workflow
...
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6526 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-08-04 15:58:31 +00:00
Tim Donohue
5bcea18404
RE: DS-729 (update-sequences.sql script errors out, as it refers to an old, obsolete 'dctyperegistry' table). I'm committing a 'database_schema_16-17.sql' upgrade script, to ensure this old obsolete sequence is removed from existing DSpace databases. It's probably better to remove it now, rather than let it continue to languish around in everyone's DB. This needs to be added as part of the DSpace 1.6 -> 1.7 Upgrade instructions.
...
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5692 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2010-10-29 17:10:02 +00:00
Tim Donohue
87a85cea70
DS-712 : DSpace Fails to Check if a Handle is already assigned before assigning a new handle
...
The resolution to this problem is not to for DSpace to query all handles when assigning a new one (which can be taxing for large installs). Rather this fix changes the 'update-sequences.sql' scripts (for both Postgres & Oracle) such that the Handle sequence number will always be updated to ensure DSpace will assign a unique handle on the next handle request. I've also documented in the AIP backup/restore docs (DS-466) that update-sequence.sql script should always be run after a full AIP restore (which is the primary scenario where DSpace may encounter handle assignment issues).
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5691 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2010-10-29 16:50:15 +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
Stuart Lewis
7768e62880
[DS-295] CC License being assigned incorrect Mime Type during submission.
...
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@4642 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2009-12-20 08:54:06 +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