Commit Graph

6761 Commits

Author SHA1 Message Date
Mark H. Wood
3e64fbce90 take up POM fixes for move to GitHub 2012-04-02 13:51:28 -04:00
Mark Diggory
6611a69e74 [DS-1150] Migrate to GitHub : Correct SCM Locations and project URL 2012-03-31 13:01:43 -07:00
Mark H. Wood
928933f76f re-apply changes from modified SVN checkout 2012-03-29 16:46:39 -04:00
Mark Wood
8e430dc6cf Don't allow NPE if getProperties(String) called before any module properties have been loaded.
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6957 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2012-03-01 20:01:23 +00:00
Tim Donohue
c21f730ec7 Fix for DS-1122: When adding a Bitstream to a Bundle, the 'bitstream_order' is always set to the 'sequence_id' (applied to both 1.8.x branch and Trunk). Also fixes issues with AIPs being able to restore bitstream ordering.
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6947 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2012-02-20 22:00:16 +00:00
Tim Donohue
fd11d2e90e Fix for DS-1120: AIP Backup & Restore : SITE AIP has a different checksum everytime when orphaned Collection/Community groups exist (applied to both 1.8.x branch and Trunk)
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6939 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2012-02-15 19:04:13 +00:00
Mark Wood
a8d5a9d164 Remove stray overrides of dspace-parent:dependency-management.
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6929 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2012-02-04 20:04:03 +00:00
Mark Wood
fb1e27c572 [DS-859] A .zip artifact to provide a testing environment.
Begin "modularizing" the dspace-api testing framework so that it can
be used in other modules.  This patch introduces a new assembly to
contain the filesystem parts of the test environment, copied from the
dspace module into a Zip artifact that can be unpacked wherever
needed.  Eventually the duplicate files in dspace-api will be removed.
This patch should not disturb existing practice -- that comes later.


git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6928 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2012-02-03 20:11:05 +00:00
Tim Donohue
78f8cf0f26 Fix for DS-1110 : AbstractCurationTask.distribute() convenience method doesn't distribute across all DSpace Objects. Modify the 'distribute()' method to run across all objects. Create a new 'performObject()' method that can be used in conjunction with 'distribute()'. By default, 'performObject()' just wraps a call to existing 'performItem()' method.
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6925 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2012-01-26 18:28:32 +00:00
Tim Donohue
46c2465259 Fix for DS-1108 : AIP Backup & Restore doesn't restore a Bitstream's "Sequence ID".
This adds the three lines of code necessary to restore a Bitstream's Sequence ID from an Item AIP (Sequence ID was already being stored in an Item AIP).

git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6924 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2012-01-24 21:20:42 +00:00
Scott Phillips
51bb44eeef DS-1012: updated the configuration parameters to use the modules syntax instead of the old style all in one.
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6915 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-12-20 17:30:37 +00:00
Peter Dietz
435b01bde7 DS-1090 Fix fetchURL method for CC License, so that it does not fail due to recent CC changes.
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6900 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-12-14 22:15:09 +00:00
Kevin Van de Velde
1f08bc6702 [DS-899] Last modified timestamp doesn't trigger on bitstream delete bugfix
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6887 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-12-07 16:23:00 +00:00
Tim Donohue
5852cee2b7 Fix for DS-1077: XMLUI & CLI always show a NullPointerException after running a Site-wide Curation Task. This patch ensures that the Curator is not too quick to call complete() on its Context object when running a Site-wide task. It also ensures the Curator doesn't continually create a new Context each time 'curationContext()' is called -- instead a newly created context is cached so that it can be used for the remainder of the task processing. This fix has been applied to trunk and 1.8.x branch.
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6870 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-12-02 17:52:55 +00:00
Scott Phillips
dd0c45ec31 DS-1052: Items with null date.accessioned are perminantly sorted to the top of all date based searches.
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6863 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-11-28 20:05:41 +00:00
Scott Phillips
2bfacb2a25 DS-1012: Lazy Shibboleth authentication. (committed to both trunk and branch)
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6862 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-11-28 20:03:40 +00:00
Scott Phillips
1eb8847c8f DS-1068: Removing a metadata field from an item does not update the browse sorting indexes. (committed to both trunk and branch)
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6859 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-11-28 20:01:11 +00:00
Scott Phillips
d9913977a8 DS-1062: Emails report new items twice, sometimes. (this change was committed to branch and trunk)
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6858 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-11-28 19:58:51 +00:00
Robin Taylor
0cde9d5af8 [maven-release-plugin] prepare for next development iteration
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6834 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-11-04 09:20:17 +00:00
Robin Taylor
a428a3b03a [maven-release-plugin] prepare release dspace-1.8.0
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6832 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-11-04 09:19:37 +00:00
Peter Dietz
f55454c8f7 [DS-528] Added configurable option to choose which mimetype can get podcasted. Changed configuration key for external sourceuri.
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6830 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-10-28 23:30:14 +00:00
Robin Taylor
ffc4d0aa20 [maven-release-plugin] prepare for next development iteration
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6826 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-10-21 08:50:35 +00:00
Robin Taylor
a69894e7f3 [maven-release-plugin] prepare release dspace-1.8.0-rc3
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6824 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-10-21 08:49:54 +00:00
Robin Taylor
2605e681a6 [maven-release-plugin] prepare for next development iteration
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6818 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-10-19 09:30:46 +00:00
Robin Taylor
1714c0404a [maven-release-plugin] prepare release dspace-parent-1.8.0-rc2
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6816 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-10-19 09:30:05 +00:00
Stuart Lewis
8409876fdc [DS-1051] authentication-ip.cfg (update to array index keys)
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6792 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-10-10 20:31:48 +00:00
Richard Rodgers
5f8b5eaee9 DS-1041 Cleanup of CC web service - better configurability support
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6785 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-10-04 22:19:02 +00:00
Tim Donohue
250b996c62 Fix for DS-1029: AIP Backup & Restore unable to auto-create metadata fields on restore/ingest ('createMetadataFields' option is ignored). Essentially all this does is slightly reorganize the logic. We need to ensure the 'finishObject()' method (which does various "finishing" work to auto-create any missing metadata fields as needed) is called *before* an Item is created.
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6764 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-09-30 21:31:07 +00:00
Stuart Lewis
8f2ba8548f [DS-1042] Item Import - errors when no contents file and metadata_*.xml
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6744 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-09-27 00:42:49 +00:00
Robin Taylor
4e91ce06ce [DS-1026] - License selection shows error "Submission failed due to Invalid answer in answers." - fixed
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6739 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-09-22 13:20:44 +00:00
Kevin Van de Velde
4e985e9c72 [DS-985] Ensured that the DSpace kernel & servicemanager start when the JUnit tests are run.
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6738 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-09-22 07:43:27 +00:00
Robin Taylor
befcdc3609 [DS-1031] - Correct OAI Harvesting code to look for config in oai.cfg
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6737 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-09-21 14:21:34 +00:00
Robin Taylor
306a2b3f42 [DS-533] - Backed out previous change to collection-view.xsl. There was nothing wrong with it but it changes the
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6736 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-09-21 13:47:13 +00:00
Tim Donohue
8b9c60546b Cleanup a few licenses in dspace-api so that they now pass the new "strictCheck" of maven-license-plugin. Removed an old MIT license.
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6704 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-09-16 19:52:03 +00:00
Tim Donohue
eaca59bc42 DS-854 : Update several poms so that they use the latest version of dspace-pom (v.12) and the latest version of maven-license-plugin (v.1.9.0). This also cleans up several poms which override the default maven-license-plugin. This is the first of likely quite a few commits (which will seek to clean up licensing & ensure we are now obeying the new "strictCheck" option of maven-license-plugin).
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6702 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-09-16 19:45:33 +00:00
Robin Taylor
cb74a0c8ef [maven-release-plugin] prepare for next development iteration
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6683 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-09-11 10:20:57 +00:00
Robin Taylor
30493d6d19 [maven-release-plugin] prepare release dspace-1.8.0-rc1
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6681 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-09-11 10:20:08 +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
Scott Phillips
ed32865e60 DS-1014, fix incorrect escaping of the forward slash character in bitstream URL within ORE documents.
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6664 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-09-08 19:45:07 +00:00
Kevin Van de Velde
63e3638583 [DS-968] XML configurable workflow bugfixes
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6650 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-09-08 09:07:04 +00:00
Robin Taylor
f6bf57fbb4 [DS874] NullPointerException thrown in GoogleMetadata.java
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6646 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-09-04 09:39:43 +00:00
Robin Taylor
9a6f0c0b49 [DS873] Creative commons license bundle on embargoed item will cause internal system errors on item pages.
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6643 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-09-04 08:35:23 +00:00
Richard Rodgers
dd9229d9a2 Cleanup license boilerplate
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6635 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-09-01 19:31:15 +00:00
Richard Rodgers
41f8d01677 Cleanup license boilerplate
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6634 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-09-01 19:30:37 +00:00
Richard Rodgers
0b2f001d87 now _really_ fixing license boilerplate
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6633 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-09-01 19:23:11 +00:00
Richard Rodgers
eb93a71ab4 Cleanup license boilerplate
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6632 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-09-01 19:15:10 +00:00
Andrea Schweer
4ac7647029 [DS-993] DSpace fails to start with spurious space character in dspace.cfg
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6631 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-09-01 05:05:31 +00:00
Richard Rodgers
f16e309240 DS-982 various usability improvements to curation system
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6628 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-08-31 18:27:59 +00:00
Robin Taylor
03e9e11d80 DS-964 - Creative Commons rewrite (first commit, still to do some of the theme changes)
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6626 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-08-31 10:06:12 +00:00
Stuart Lewis
95de92e02c Small update to javadoc
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6615 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-08-28 08:13:56 +00:00