Raf Ponsaerts
6e16a3ed62
Applied community feedback
2018-12-07 16:09:29 +01:00
Raf Ponsaerts
7d07a1e6f9
Merged branch configurable_entities into w2p-57712_merging-csv-functionality
2018-12-07 10:38:19 +01:00
Tim Donohue
ceed829800
Merge branch 'master' into configurable_entities
2018-12-06 17:05:31 +00:00
Raf Ponsaerts
b905f69d63
Refactored the usages of MetadataSchema.DC to use the enum instead
2018-11-21 09:35:11 +01:00
Patrick Trottier
7f4b4e9f8a
Convert getLogger() and Log4J imports for Log4J 2
2018-11-09 08:41:42 -05:00
Tim Donohue
200cede397
Upgrade to commons-lang3 to avoid dependency conv issues.
2018-11-08 20:35:57 +00:00
Raf Ponsaerts
bfd0bd7362
[Task 57104] adding delete functionality for the csv import
2018-11-06 15:30:13 +01:00
Raf Ponsaerts
d8ced6aa7d
Made sure that the relation.X name is always added to the item for every relationship that it has
2018-11-06 11:34:50 +01:00
Raf Ponsaerts
eb0ea9a6bf
Added relevant JavaDocs to public methods in altered classes
2018-10-26 08:48:33 +02:00
Raf Ponsaerts
f223f1c067
DSpace 7 Entities
2018-10-24 10:24:09 +02:00
Terry Brady
06ca8809e1
port PR 1867
2018-08-06 10:17:52 -07:00
Raf Ponsaerts
8ffbec58ca
[DS-3782] Upgrade Commons Collections to version 4
2018-07-18 15:53:11 +02:00
Terry W Brady
8f689efc4e
port pr 1862
2018-03-16 12:15:15 -07:00
Tim Donohue
8a48f782ea
Fix dspace-api module per new code style
2018-02-21 15:23:58 -06:00
Tom Desair
a0433f72ef
DS-3489: Added HAL link factories for AuthorityEntryResource and SubmissionSectionResource
2017-12-13 20:52:34 +01:00
Yana De Pauw
a588d42f5a
DS-3406: Ordering sub communities and collections
2017-06-09 19:48:54 +00:00
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