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
Tim Donohue
7253095b62
Add info about how/when auto-reindexing takes place
2019-03-27 15:45:42 -05: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
kshepherd
a907e02185
Merge pull request #2320 from Georgetown-University-Libraries/ds4136a
...
[DS-4136] Improve OAI import performance for a large install
2019-01-16 13:05:12 +13:00
Terry Brady
37004bbcf4
make config val
2019-01-15 14:41:34 -08:00
Cornelius Matějka
0d0bb2f266
Add configurable limit to results per page
2018-12-19 17:46:35 +01:00
Bram Luyten
5844ee4954
DS-4104 Avoid crosswalk of incorrect publication dates for google scholar
2018-12-13 08:22:34 +01:00
Terry Brady
184f2b2153
port 1810 to 6x
2018-11-02 08:32:56 -07:00
Mark H. Wood
b9dbf11e3c
[DS-4031] Updated link to DRIVER guidelines.
2018-10-18 09:35:22 -04:00
Andrew Wood
05959ef315
DS-3658 Document new property reflect default behavior in value
2018-08-28 15:18:59 -04:00
Andrew Wood
1d2f10592a
DS-3658 Configure ReindexerThread disable reindex
2018-08-28 13:38:50 -04:00
Hendrik Geßner
4fbf330de9
DS-3933 Updated Pubmed endpoints from http:// to https://.
2018-06-21 15:22:00 +02:00
Chris Herron
d9f4aa6da6
DS-3710 Fix ehcache config conflict
2018-06-13 16:04:17 +00:00
Tim Donohue
06268855ab
DS-3498 quick fix. Disable full text snippets in search results & provide warning.
2018-05-22 21:07:26 +00: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
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
Tim Donohue
8c1580bbe5
Fix default ORCID API URL. Move to correct place in dspace.cfg
2018-05-02 19:30:33 +00:00
Jonas Van Goolen
a3368dc779
DS-3447 Additional licences + Default orcid.api.url
2018-04-27 20:30:43 +00:00
Jonas Van Goolen
8f13958c2a
DS-3447 Orcid v2 implementation + removal of obsolete v1 implementation
2018-04-27 20:30:28 +00:00
Ilja Sidoroff
9d0d58ab3f
Add option to select citation page format (LETTER or A4)
2018-04-23 23:16:58 +00:00
kshepherd
ec307a1c78
Merge pull request #2003 from mwoodiupui/DS-3832-v6
...
[DS-3832] GeoIP-API(com.maxmind.geoip:geoip-api) needs to be replaced by GeoIP2 ( com.maxmind.geoip2:geoip2 )
2018-04-19 09:33:00 +12:00
Terry W Brady
81bcaa47c4
port of PR1940
2018-04-06 16:20:00 -07:00
Mark H. Wood
9757989336
[DS-3832] Fetch and use GeoLite v2 City database.
2018-03-29 12:46:20 -04:00
Dinesh Mendhe
d885ec0d4e
DS-3875: Fix the attribute name of <identifier> tag to 'identifierType'.
...
https://jira.duraspace.org/browse/DS-3875
2018-03-21 17:58:48 -04:00
Terry Brady
79d94d92f9
Merge branch 'dspace-6_x' into ds3811r6
2018-03-15 14:38:07 -07:00
kshepherd
6787983574
Merge pull request #1860 from KingKrimmson/dspace-6_x
...
DS-3710 Fix ehcache config conflict
2018-03-15 11:44:23 +13:00
Terry W Brady
e2975e26ed
Eliminate bypass authentication checks
2018-01-25 11:31:10 -08:00
Alan Orth
3bb04dac4c
DS-3803 Remove db.jndi setting from dspace.cfg
...
As of DSpace 6.x this setting is no longer used and is not customizable
by the user. Now DSpace always looks for a pool named "jdbc/dspace" in
JNDI and falls back to creating a pool with the db.* settings located
in dspace.cfg.
See: https://wiki.duraspace.org/display/DSDOC6x/Configuration+Reference
See: dspace/config/spring/api/core-hibernate.xml
See: https://jira.duraspace.org/browse/DS-3434
2018-01-16 19:24:12 +02:00
Hardy Pottinger
8f85b764f4
[DS-3757] increase default clamav socket timeout to 6 minutes ( #1886 )
2017-11-27 10:24:07 -06:00
Martin Walk
9ce4653ffd
Add search filters
...
- add search filter for original_bundle_filenames and original_bundle_descriptions to discovery.xml
- add messages
2017-11-17 11:37:31 +01:00
Alexander Sulfrian
2bf07661bf
DS-3724: Missing readonly in input-forms.dtd
2017-10-23 15:24:19 +02:00
Chris Herron
9e6768241b
DS-3710 Fix ehcache config conflict
2017-10-05 11:07:44 -04:00
Martin Walk
aa69b2220a
Add plugin to index filenames and file descriptions for files in ORIGINAL bundle
2017-09-12 13:01:11 +02:00
Alan Orth
e88924b7da
DS-3517 Allow improved handling of CMYK PDFs
...
Allow ImageMagick to generate thumbnails with more accurate colors
for PDFs using the CMYK color system. This adds two options to the
dspace.cfg where the user can optionally specify paths to CMYK and
RGB color profiles if they are available on their system (they are
provided by Ghostscript 9.x).
Uses im4java's Info class to determine the color system being used
by the PDF.
See: http://im4java.sourceforge.net/docs/dev-guide.html
2017-08-09 19:45:28 +00:00
Tom Desair
b462e0ac6d
Merge branch 'dspace-6_x' into DS-3127-DSpace-6_Whitelist-allowable-formats-Google-Scholar-citation_pdf_url
2017-06-29 09:55:42 +02:00
Christian Scheible
43cc3bd874
DS-3568. UTF-8 characters are now supported in configuration files
2017-06-22 16:35:30 -04:00
Tom Desair
71791c720f
DS-3127: Process review feedback and fix tests
2017-06-22 15:01:45 +02:00
Tom Desair (Atmire)
6333fb6706
Ds 3552 read only context and hibernate improvements ( #1694 )
...
* Refactor READ ONLY mode in Context and adjust hibernate settings accordingly
* Set Context in READ-ONLY mode when retrieving community lists
* Fix Hibernate EHCache configuration + fix some Hibernate warnings
* Cache authorized actions and group membership when Context is in READ-ONLY mode
* Set default Context mode
* Let ConfigurableBrowse use a READ-ONLY context
* Add 2nd level cache support for Site and EPerson DSpaceObjects
* Added 2nd level caching for Community and Collection
* Fix tests and license checks
* Cache collection and community queries
* Small refactorings + backwards compatibility
* Set Context to READ-ONLY for JSPUI submissions and 'select collection' step
* OAI improvements part 1
* OAI indexing improvements part 1
* OAI indexing improvements part 2
* DS-3552: Only uncache resource policies in AuthorizeService when in read-only
* DS-3552: Additional comment on caching handles
* DS-3552: Fix cache leakage in SolrServiceResourceRestrictionPlugin
* DS-3552: Clear the read-only cache when switching Context modes
* DS-3552: Correct Group 2nd level cache size
* DS-3552: Always clear the cache, except when going from READ_ONLY to READ_ONLY
2017-05-04 14:12:06 -04:00
Hardy Pottinger
068be33265
Merge pull request #1707 from Frederic-Atmire/DS-3558
...
DS 3558 Case-insensitive bot matching option
2017-05-04 10:08:59 -04:00
frederic
a24b0078c2
Made service for SpringDetector and made SpringDetector delegate to it
2017-05-03 11:15:35 +02:00
frederic
0f51d5ad6a
ported DS-3558 from dspace 5 to dspace6
2017-05-02 10:52:59 +02:00
frederic
b61c821e66
case-insensitive option commented out by default
2017-04-28 09:56:16 +02:00
Mark H. Wood
1ef1170159
[DS-3564] Limit maximum idle database connections by default
2017-04-19 14:56:44 -04:00
frederic
4b87935cbb
DS-3558 removed duplicate code and changed default option
2017-04-13 16:27:19 +02:00
frederic
f000b280c1
DS-3558 added comments on code
2017-04-12 15:04:57 +02:00
frederic
cad79dc6c9
DS-3558 made case insensitive botsearch configurable and optimized case insensitive pattern matching
2017-04-12 14:29:58 +02:00
Toni Prieto
9ef505498b
[DS-2947] DIM crosswalks repeats authority & confidence values in the metadata values
2017-03-24 16:16:31 +00:00
Tim Donohue
57f2a10da1
Merge pull request #1663 from mwoodiupui/DS-1140
...
[DS-1140] Update MSWord Media Filter to use Apache POI (like PPT Filter) and also support .docx
2017-03-22 10:31:35 -05:00
Mark H. Wood
43d7cd564c
[DS-1140] Add configuration data
2017-03-02 15:49:34 -05:00
Hardy Pottinger
ddedfa2a14
[DS-3475] added back assetstore.dir configuration to dspace.cfg
2017-02-28 16:07:58 -06:00