Commit Graph

49 Commits

Author SHA1 Message Date
Terry W Brady
172c0228c1 dao pagination support for item and bitstream 2017-03-13 11:53:24 -07:00
Ivan Masár
269af71afb javadoc (doclint) and whitespace fixes
includes whitespace fixes as per Coding Conventions
2016-11-10 13:34:37 +01:00
Mark H. Wood
98ae2bd071 [DS-3097] Bitstreams of embargoed and/or withdrawn items can be accessed by anyone 2016-09-01 15:06:44 -04:00
Luigi Andrea Pascarelli
0d3c7a586a DS-1814 fix merge 2016-08-24 18:29:23 +02:00
Luigi Andrea Pascarelli
a017c7ad82 Merge branch 'master' into DS-1814
# Conflicts:
#	dspace-api/src/main/java/org/dspace/content/ItemServiceImpl.java
2016-08-24 18:24:57 +02:00
Luigi Andrea Pascarelli
adccc13d2c Merge branch 'DS-3292' into DS-1814 2016-08-20 20:29:49 +02:00
Luigi Andrea Pascarelli
2087ec2522 [DS-1814] move unbindhandle first, its fix stale exception due to the unbind identifier done after remove version (remove version itself unbind handle many times) 2016-08-20 20:23:55 +02:00
Andrea Bollini
651b49e05a DS-28DS-2895 add unit test to expose the wrong behaviour
slightly renamed the method isAnInprogressSubmission in isInProgressSubmission to make it uniform with DSpace 5 and added to the service interface to allow testing and easy reuse
2016-08-20 15:41:29 +02:00
Luigi Andrea Pascarelli
c8641e5ed6 [DS-1814] remove deprecated ConfigurationManager in favour of ConfigurationService 2016-08-17 22:45:56 +02:00
Andrea Bollini
4d11e7fd29 DS-2895 authorization check for item not owned by collection 2016-08-16 21:28:09 +02:00
Tim Donohue
0659f1969d Merge pull request #1319 from KevinVdV/DS-2996-fix-hiearchical-community-retrieval
[DS-2996] Fix retrieval of hierarchical of communities from a collection
2016-08-08 12:07:20 -05:00
Pascal-Nicolas Becker
c4ee71a800 DS-1814: Don't allow submitters to update all of their own items 2016-07-13 21:32:15 +02:00
Marsa Haoua
701d4ba6b1 DS-1814: Allow submitters to create new version of their items 2016-07-13 21:31:43 +02:00
Hardy Pottinger
e1c76b397d Merge pull request #1459 from tdonohue/DS-3262
Fixes for DS-3262 and DS-3263 (deleting or renaming/missing metadata fields)
2016-07-13 11:31:54 -05:00
Tim Donohue
3f98a52dd8 Fix DS-3263. Check for null MetadataField whenever using metadataFieldService.findByElement() 2016-07-12 11:38:51 -05:00
Marsa Haoua
1b68eb5716 prevent the generation of resource policy entry values in the database with null value for the dspace_object column 2016-07-05 14:56:39 +02:00
philip Vissenaekens
eeab1106db DS-3179 2016-06-20 16:49:53 +02:00
philip Vissenaekens
61664027a2 fixed merge conflict 2016-06-20 15:49:05 +02:00
philip Vissenaekens
b1e4d3980b Merge remote-tracking branch 'upstream/master' into DS-3179-jspui-remove-file
Conflicts:
	dspace-api/src/main/java/org/dspace/content/ItemServiceImpl.java
2016-06-20 15:48:12 +02:00
dylan
cae419ada7 fix serviceimpl 2016-05-27 13:16:24 +02:00
Tom Desair
8db0faed33 fix conflict 2016-05-27 13:16:23 +02:00
Tom Desair
b19189634d fix conflict 2016-05-27 13:15:47 +02:00
dylan
fd82899e7a Added null check before deletion 2016-05-27 13:15:46 +02:00
dylan
cd03d3a55f Delete item from harvested_item as well. 2016-05-27 13:15:46 +02:00
KevinVdV
e325a84b13 [DS-2996] Fix retrieval of hierarchical of communities from a collection. 2016-05-17 12:12:12 +02:00
KevinVdV
b2260c48e9 [DS-3179] Collection admin, edit item no authorization to remove file in JSPUI: Additional fixes to delete item as collection admin 2016-05-09 13:03:42 +02:00
Tim Donohue
ca78a45532 DS-3154: Fix some of the Javadocs errors in dspace-api 2016-04-29 09:06:54 -05:00
KevinVdV
bc9798c753 [DS-3125] Submitters cannot delete bistreams of workspaceitems 2016-04-15 13:00:37 +02:00
Mateusz Neumann
ba10d40385 DS-3080 Counting withdrawn items (bugfix) 2016-02-25 16:25:39 +01:00
Mateusz Neumann
542a51d3c7 DS-3080 Counting withdrawn items (bugfix) 2016-02-25 15:35:00 +01:00
Tim Donohue
64fa0a20b3 Merge pull request #1277 from tdonohue/DS-3039
DS-3039 : Fix Community item counting logic. Also cleanup item counting elsewhere in code
2016-02-19 14:05:20 -06:00
KevinVdV
9486a7def1 [DS-3003] Ensure all service & DAO implementations have a protected constructor 2016-02-05 15:06:39 +01:00
Tim Donohue
dcf14a42bf Fix count of items in a Community by adding new methods to ItemDAO, ItemService. Also cleanup other count methods which are duplicative / badly named. 2016-02-04 15:31:05 -06:00
helix84
80a7b0f8bd Merge pull request #1256 from KevinVdV/DS-3008-fix-metadata-order
[DS-3008] Fix metadata order storage
2016-01-31 02:31:13 +01:00
Kevin Van de Velde
6c3ec361a1 Merge pull request #1221 from atmire/DS-2945
DS-2945 Submitting to a collection without any workflow as normal user ends in an Exception
2016-01-29 12:47:48 +01:00
KevinVdV
fc7ed3928a [DS-3008] Fix metadata order storage 2016-01-29 12:18:11 +01:00
Ondřej Košarko
ec804f81e2 moving queries to DAOs 2016-01-25 18:04:46 +01:00
Terry Brady
d76f5696de Re-assemble pull request 2016-01-13 13:15:53 -08:00
philip Vissenaekens
b31496326c DS-2945 2015-12-16 11:50:13 +01:00
KevinVdV
221ebeea81 [DS-2902] Remove duplicate variable declaration when inheriting from an abstract class 2015-11-19 14:30:25 +01:00
KevinVdV
ae19c42a7b [DS-2728] Remove the BundleBitstream object & replace by JPA mapping 2015-09-18 16:23:33 +02:00
Kevin Van de Velde
79f882da11 Merge pull request #1026 from LongsightGroup/DS-2701-rest
[DS-2701] REST API
Merging, still a few issues remaining but I will create a separate pull request for these.
2015-09-18 12:21:39 +02:00
KevinVdV
944f69e9e6 [DS-2701-service-api-jspui-submission] Submission jsp migration to service api (Additional jsp migration for worfklow + display of items, collections) 2015-09-14 12:21:17 +02:00
Peter Dietz
d0e628178e Add itemService.countItems(Context, Community)
A convenience method to get community item count
2015-09-11 15:42:50 -04:00
Peter Dietz
986e3209ef Merge pull request #1037 from KevinVdV/DS-2729-siteservice-extends-dspaceobjectservice
[DS-2729] Ensure SiteService extends DSpaceObjectService
2015-09-02 16:15:31 -04:00
KevinVdV
2467f43ec7 [DS-2729] Ensure SiteService extends DSpaceObjectService 2015-08-28 12:55:44 +02:00
Mark H. Wood
b5da81f9cb [DS-2701] Documentation, change new horribleLongMethodName to another findAll variant. 2015-08-25 10:10:58 -04:00
Mark H. Wood
dd838ca5f5 [DS-2701] oai make commandline tool compile. 2015-08-20 16:18:25 -04:00
KevinVdV
54222f3c1d DSpace refactored service api 2015-08-19 11:54:32 +02:00