Tim Donohue
becf15debf
DS-3277 fixes : Update handle_id to use a new handle_id_seq. Mint new Handles using existing handle_seq.
2016-07-28 16:12:02 -05:00
Mark H. Wood
1b232a6c50
[DS-2775] Remove sequence that was already dropped in a previous patch, and fix documentation.
2016-07-21 16:36:21 -04:00
Mark H. Wood
491efa8142
[DS-2775] Don't update sequences that we no longer use.
2016-07-21 15:35:10 -04:00
Tim Donohue
5b6819cefe
Fix broken link
2015-01-28 15:23:06 -06:00
Mark H. Wood
cb2bf810b8
Corrected path to migration scripts
2015-01-21 14:59:59 -05:00
Tim Donohue
9bfa417f18
Move all Flyway SQL migrations to 'dspace-api.jar' to discourage running them manually.
2014-11-06 15:52:10 -06:00
Tim Donohue
71279b4d63
README and NOTICE updates/enhancements. Changing them all to be markdown format for easier viewing on GitHub
2014-10-31 14:17:35 +00:00
Tim Donohue
aaa31c0eb8
Reworking XMLWorkflow migration into a Flyway Java migration (which only changes DB when enabled). DB script cleanup.
2014-10-31 14:17:33 +00:00
Tim Donohue
63b05bf996
Create a new "migrations" directory for flyway. Remove all manual
...
migration scripts.
2014-10-31 14:17:33 +00:00
Ivan Masár
de321c5e74
fix db upgrade script name
2014-10-22 11:22:04 +02:00
Hardy Pottinger
93c024bf89
Merge pull request #687 from atmire/DS-2179
...
[DS-2179] Shibboleth (and probably LDAP) logins fail after merge of Metadata For All
2014-10-10 12:12:50 -05:00
KevinVdV
7f7452a9fc
[DS-2164] Metadata4All Bug with EPerson email
2014-10-08 13:54:57 +02:00
KevinVdV
4ea9051c12
[DS-2179] Shibboleth (and probably LDAP) logins fail after merge of Metadata For All
2014-10-08 12:42:01 +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