Commit Graph

3103 Commits

Author SHA1 Message Date
Mark H. Wood
f8da63585b Merge pull request #2292 from Georgetown-University-Libraries/ds4110
DS-4110: fix issue in legacy id cleanup of stats records
2019-08-06 14:00:42 -04:00
Kim Shepherd
8d1aa33f7b [DS-3849] Default ID 'order by' clause for other 'get items' queries 2019-07-25 17:28:37 +12:00
Philip Vissenaekens
7b888fa558 DS-3849 2019-07-01 11:01:58 +02:00
Tim Donohue
2fdef2cbc5 Merge pull request #2452 from mwoodiupui/DS-4032-6_x
[DS-4032] RequestItem.isAccept_request() can NPE if setAccept_request() was never called.
2019-06-24 19:57:25 +02:00
Mark H. Wood
1b02313303 [DS-4032] Replace 'Boolean' with 'boolean' to avoid NPE. 2019-06-20 12:30:07 -04:00
Mark H. Wood
022fc445d3 Merge pull request #2184 from AndrewZWood/DS-3658
DS-3658 Configure ReindexerThread disable reindex
2019-03-28 12:10:06 -04:00
kshepherd
2ffa8edd0c Merge pull request #2306 from r3r57/pr-feature-add-configurable-limit-to-rpp
[DS-4120] Add configurable limit to results per page
2019-02-18 13:04:16 +13:00
Cornelius Matějka
f975ac1d39 Set default maxRpp to 100 2019-01-08 15:26:34 +01:00
Tim Donohue
e9a87567c8 DS-4129: Remove unnecessary HarvestConsumer 2019-01-04 18:03:09 +00:00
Cornelius Matějka
0d0bb2f266 Add configurable limit to results per page 2018-12-19 17:46:35 +01:00
Terry Brady
2fb3751c9a add sort 2018-12-12 12:21:44 -08:00
Terry Brady
e6004e57f0 add comment on pending PR's 2018-12-12 10:56:08 -08:00
Terry Brady
3752247d6a fix id sort issue 2018-12-12 10:19:25 -08:00
Terry Brady
9c16711dbe Merge pull request #2178 from AlexanderS/ds3914
DS-3914: Fix community defiliation
2018-12-06 17:21:48 -08:00
Pascal-Nicolas Becker
8504f8d5a1 DS-4078: Bitstreams should keep their formats when being versioned. 2018-11-12 17:42:25 +01:00
Terry Brady
323feec90a correct usage 2018-11-07 15:25:02 -08:00
Terry Brady
184f2b2153 port 1810 to 6x 2018-11-02 08:32:56 -07:00
Alexander Sulfrian
33ba419f35 ImageMagick: Only execute "identify" on first page
The Info object used to get the color format runs "identify" on the supplied
input file. If the file has many pages, this process might require some time.
"identify" supports the same syntax for the input file like the other
ImageMagick tools and we can simply restrict the pages by changing the input
file name.

This fixes DS-3664.
2018-09-12 16:55:49 +02:00
Andrew Wood
1d2f10592a DS-3658 Configure ReindexerThread disable reindex 2018-08-28 13:38:50 -04:00
Tim Donohue
9c18b9bcad Merge pull request #2071 from tuub/DS-3919
DS-3919: Rename identifier-service-test.xml to identifier-service.xml
2018-08-21 15:43:32 -05:00
Tim Donohue
e44cd707ab Merge pull request #2072 from AlexanderS/fix-typo-version
Fix typo "verion"
2018-08-21 15:41:36 -05:00
Alexander Sulfrian
b86a7b8d66 CommunityFiliator: Some cleanup
This removes the loops for checking if a community is contained in a list of
communities. Community.equals() does the same check, so we simply can use
contains().
2018-08-21 18:16:20 +02:00
Alexander Sulfrian
19cc971987 DS-3914: Fix community defiliation
This fixes in issue in the defiliate method of the community filiator. The
child and parent relations should be managed using the provided methods of the
Community.

This changes the visibility of Community.removeSubCommunity() to public, but
Community.removeParentCommunity() was public before already.
2018-08-21 18:16:16 +02:00
Mark H. Wood
8a07d5b2c8 Merge pull request #2042 from mwoodiupui/DS-3895-6x
[DS-3895] Bitstream size can't be referenced in HQL queries
2018-07-25 11:52:36 -04:00
Kim Shepherd
4c5b0a78ec [maven-release-plugin] prepare for next development iteration 2018-06-26 17:58:32 +12:00
Kim Shepherd
813800ce17 [maven-release-plugin] prepare release dspace-6.3 2018-06-26 17:58:16 +12:00
Hendrik Geßner
4fbf330de9 DS-3933 Updated Pubmed endpoints from http:// to https://. 2018-06-21 15:22:00 +02:00
kshepherd
adfaae33fd Merge pull request #2082 from mwoodiupui/DS-3795-6x
[DS-3795] Manage versions of some buggy transitive dependencies.
2018-06-21 12:37:48 +12:00
kshepherd
da0c6e6bda Merge pull request #2080 from AndrewZWood/DS-3930
DS-3930 Remove extra space
2018-06-21 08:18:16 +12:00
Mark H. Wood
ade12e54d9 [DS-3795] Manage versions of some buggy transitive dependencies. 2018-06-15 17:28:39 -04:00
kshepherd
ff6252d660 Merge pull request #1910 from wgresshoff/DS-3310
Fix authentication problem in SwordV2 implementation (DS-3310).
2018-06-13 11:28:12 +12:00
Andrew Wood
dd61128b14 DS-3930 Remove extra space 2018-06-08 14:52:45 -04:00
kshepherd
c01823119d Merge pull request #1973 from antzsch/dspace-6_x
DS-3856 - foreignkey-constraint community2community_child_comm_id_fkey
2018-06-01 11:13:48 +12:00
Alexander Sulfrian
dea0d818ff Fix typo "verion"
Simple typo fix for the two places where the "s" is missing.
2018-05-31 17:14:31 +02:00
Pascal-Nicolas Becker
632b656ef2 DS-3919: rename identifier-service-test.xml to identifier-service.xml 2018-05-23 10:52:10 +02:00
kshepherd
7b2050e1de Merge pull request #1730 from atmire/DS-2675-Browse-by-jump-to-bugfixes-DSpace6
DS-2675: Bugfixing: Jump to value general errors with order (for 6.x)
2018-05-20 14:27:55 +12:00
kshepherd
815568d926 Merge pull request #1770 from edusperoni/controlled-vocabulary-search6
[DS-3616] Fix nested vocabulary search (dspace-6_x)
2018-05-20 14:06:42 +12:00
kshepherd
e7e249709c Merge pull request #1779 from AlexanderS/remove-submission-policies
DS-3522: Ensure Submission Policies are removed in XMLWorkflow
2018-05-20 12:02:36 +12:00
kshepherd
76d3a7e4a1 Merge pull request #1864 from ssolim/DS-3629---Listing-of-all-Groups-misses-pagination
Ds 3629   listing of all groups misses pagination - XMLUI
2018-05-18 21:24:53 +12:00
kshepherd
9193e9a412 Merge pull request #1835 from AlexanderS/authority-indexer
DS-3681: Refactoring of DSpaceAuthorityIndexer
2018-05-17 11:48:42 +12:00
kshepherd
513533e3e2 Merge pull request #2039 from tdonohue/DS-3447-ORCID-v2-integration-slim
DS-3447 : ORCID v2 integration (using DSpace/orcid-jaxb-api)
2018-05-14 09:50:08 +12:00
kshepherd
5d6282ebfb Merge pull request #2045 from kshepherd/ds-3377_solr_queries_too_long
[DS-3377] Solr queries too long  (change search GET requests to POST)
2018-05-11 12:34:37 +12:00
Tim Donohue
72d9712555 Update POM with newly released version of orcid-jaxb-api 2018-05-10 20:15:36 +00:00
kshepherd
68b6314e8d Merge pull request #1891 from tuub/DS-3769
DS-3769 Set the right hibernate property of …
2018-05-10 09:08:58 +12:00
kshepherd
d032784e59 Merge pull request #1890 from tuub/DS-3768
DS-3768 Fixes the harvest solr parse error by
2018-05-10 09:03:41 +12:00
kshepherd
74ab77f1e9 Merge pull request #1838 from eDissPlus/dspace-6_x
DS-3693: Add plugin to index filenames and file descriptions for files in ORIGINAL bundle
2018-05-09 14:39:14 +12:00
Kim Shepherd
9b981d963c [DS-3377] Fix some newline/spacing issues, add log warning for non-string solr parameters encountered 2018-05-09 11:24:41 +12:00
Kim Shepherd
3d2b5bc03a [DS-3377] Ensure post parameters are added to http request (fixes bug found during review) 2018-05-06 11:41:29 +12:00
Terry W Brady
f5306597f4 jackson version issues 2018-05-04 11:01:49 -07:00
Tim Donohue
b8744f3465 Bug fixes to querying for ORCIDs by name 2018-05-04 16:28:59 +00:00