Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Openaire suggestions (publication claim): The features included in this PR are the result of the OpenAIRE Call Innovation funded project "Enrich local data via the OpenAIRE Graph” awarded by 4Science (https://www.openaire.eu/open-call-winner-phase-1-4science). It provides a closer integration between DSpace and two OpenAIRE services, the Notification Broker and the OpenAIRE REST API. Detailed documentation about the aims of the project, the implementation and the configuration options is available at https://4science.github.io/oaire-eld/#/publication-claim
  • COAR Notify Integration: Quality Assurance Events and LDN Message Protocol. Technical implementations documented here : COAR Notify Documentation
  • Basic Duplicate Detection in submission and workflow: This feature introduces basic Duplicate Detection into DSpace submission and item links, using Solr's ability to search by levenshtein distance. Draft documentation available (needs login) at Kim's wiki space: Basic Duplicate Detection for DSpace 8
  • Processes overview page split into sections: splits the process overview page up into separate sections for running, scheduled completed and failed. These lists update automatically.
  • Primary bitstream management improvment: allow sumitter to define if a bitstream is a "primary" bitstream directly on the submission page once a bitstream has been uploaded. + Added a bitstream switch on the download page for each file and also add a switch in the modal editing window of a specific file, which can be used to make the bitstream the primary. Added a badge primary aside the file name for the bitstream that has been eventually set as primary
  • Search Facets display on all Home, Community, and Collection pages: Added the search section as the default community page tab and moved the community en collection lists to a separate tab. I replaced the recently added section on the collection page with the same search section.
  • Advanced Search page with Boolean options: The operator drop-down list should have four values: Contains, Not Contains, Equals, and Not Equals. The operator drop-down list should move above the text field in the Advanced Search section. The advanced search options should be removed from individual facets (Author, Subject, etc)
  • Migrate from Joda-Time to java.time:  as required by Joda-Time website, using java.time:
  • Import from external source on edit item > relationships: The lookup in external sources is not available in Edit Item > Relationships. We can only add internal DSpace entities there as a linked item, now we will also be able to import a new item from an external source there.
  • UI should have a ProcessPollingService for common polling activities (feature process polling): dspace-angular should have a ProcessPollingService which can be used to check if a specific activity has completed.
  • Multiple import source (e.g. DOI -> Crossref, DataCite): Adds a new external source which can be configured to query multiple existing sources simultaneously, returning results from either.
  • [Port main] i18n production improvements: TO IGNORE ? (port from 7.6.10
  • Make forgot-password link removable: new configuration to checks for the forgot-password feature. The same feature can also check, whenever is provided, that the user is able to update its password.
  • Unable to lookup for metadata controlled by authority in edit view: Implement vocabulary value selectors in item’s metadata edit form + be able to edit metadata controlled by vocabularies in item's metadata edit form in the same way that is done in submission form.
  • Header and navbar refactoring: change both header and footer structure to make easier to handle dspace and base themes
  • Migrate to standalone components, directives, pipes: Having standalone components, directives and pipes makes it easier to think about the dependencies of the components and are easier to refactor.
  • RIOXX v3 OAI profile support:  implements a RIOXX v3 compliant OAI profile. RIOXX stands for Research Outputs Metadata Schema and the latest version of the specification is available at https://www.rioxx.net/profiles/v3-0-final/ ATTENTION: ALSO FIXE AN OPENAIRE BUG (MAYBE ADD AS SEPARATE LINE)?
  • ROR Integration: introduce a new Organization Data Provider for the live-import that retrieves entries using the ROR API . +  - Identifier Visualization : introduces i18n-labels and visualization of the ROR identifier inside the organization page, as suggested by the ROR-ID guidelines
  •  Alteration to index-discovery script to only (re-)index specific type of IndexableObject: https://github.com/DSpace/DSpace/pull/9243 Merging immediately. But, I'm also flagging as "needs documentation" as we should update the indexing script docs for DSpace 8 in Discovery#DiscoverySolrIndexMaintenance If you have a chance to add this new param to those docs, I'd appreciate it.

7.0 Configurations Removed

With the removal of the JSPUI and XMLUI, a large number of server-side (backend) configurations were made obsolete and were therefore removed between the 6.x and 7.0 release.  Those Configurations removed included:

  • Embedding data doesn't work for some rest objects: Rest controllers actually don't use the singular name, but the plural name in their beans. It would be better to normalise this behaviour so that the repositories also work like this. This would also mean that we won't have to use the makeSingular method anymore to find the beans. To avoid Some rest objects to throw a 404 error when you try to embed data.
  • Add "Recently Added Items" to Community pages: similar to the homepage, new available items are also displayed their respective community page.
  • Configure Item submission process at community level: allows to use a community handle to map the descendant collections to an item submission process. This can be useful for repositories where top-level communities represent different document types or scopes and descendant collections should share the same submission process.
  • DSpace Users correction : Add support for a DSpace internal quality assurance source + Create a DSpace Users correction source with REQUEST/WITHDRAWN and REQUEST/REINSTATE topics + WITHDRAW / REINSTATE requests for an item"DSpace Users" driven quality assurance source named "DSpace User Corrections". This gives the possibility to create quality assurance event, retrieve quality assurance event created by the current user and delete them. The DSpace User Corrections manage different types of correction providing future proof extensibility that can be discovered via the proposed new REST API correctiontypes endpoint. Enables all logged users to create WITHDRAWN and REINSTATE requests for an item using the quality assurance event mechanism.
    Once a WITHDRAWN or REINSTATE request is submitted, it can also be also canceled. Config in  local.cfg file disable by default necessary to configure the user group that will be able to make Withdrawn and Reinstate requests, the name of the group must be set to this property qaevents.withdraw-reinstate.group =
  • Expose 'creationTime' property on Process object and add it to '/search/byProperty' sort options:  exposes the creationTime property on Process objects and adds it to the possible sort options for /processes/search/byProperty. As startTime and endTime are nullable, processes with these properties set to null can't be sorted properly. Every process does have a creationTime however, making for a more reliable sorting mechanism.
  •  OAI: Resource Policies for every bitstream at XOAI: have specific access rights at files level to be available in the OAI interface Also relates to OpenAIRE and UKETD/EthOS.
  • DSpace Reports: The Beta release of the DSpace reports only provides the ability to run the reports and display the results in the Angular UI. As such, reports feature must be used with caution. The reports are an Administrator tool. There are 2 reports: Filtered Collection and Metadata Query. See Report documentation for mode details.

8.0 Configurations Removed (Are there any?)

Those Configurations removed included:

  • Within the [dspace]/config/ directory, these are the configuration files which were deleted:
    • dc2mods.cfg
    • input-forms.xml / dtd (REPLACED BY submission-forms.xml, see Submission User Interface)
    • log4j.properties (REPLACED BY log4j2.xml)
    • log4j-console.properties (REPLACED BY log4j-console.xml)
    • log4j-solr.properties (no replacement as Solr now must be installed separately)
    • news-side.html
    • news-top.html
    • news-xmlui.xml
    • workflow.xml (REPLACED BY ./spring/api/workflow.xml)
    • xmlui.xconf / dtd
    • emails/bte_* (BTE import framework was removed in favor of Live Import from external sources)
    • modules/controlpanel.cfg
    • modules/elastic-search-statistics.cfg (Elastic Search support was removed in favor of Solr)
    • modules/fetchccdata.cfg
    • modules/publication-lookup.cfg
    • spring/api/bte.xml (BTE import framework was removed in favor of Live Import from external sources)
    • spring/oai/* (OAI is now part of the backend "server webapp" and needs no separate configurations)
    • spring/xmlui/
  • Within the [dspace]/config/ directory, these are the configuration files which were deleted:
    • dc2mods.cfg
    • input-forms.xml / dtd (REPLACED BY submission-forms.xml, see Submission User Interface)
    • log4j.properties (REPLACED BY log4j2.xml)
    • log4j-console.properties (REPLACED BY log4j-console.xml)
    • log4j-solr.properties (no replacement as Solr now must be installed separately)
    • news-side.html
    • news-top.html
    • news-xmlui.xml
    • workflow.xml (REPLACED BY ./spring/api/workflow.xml)
    • xmlui.xconf / dtd
    • emails/bte_* (BTE import framework was removed in favor of Live Import from external sources)
    • modules/controlpanel.cfg
    • modules/elastic-search-statistics.cfg (Elastic Search support was removed in favor of Solr)
    • modules/fetchccdata.cfg
    • modules/publication-lookup.cfg
    • spring/api/bte.xml (BTE import framework was removed in favor of Live Import from external sources)
    • spring/oai/* (OAI is now part of the backend "server webapp" and needs no separate configurations)
    • spring/xmlui/*
  • Within the dspace.cfg main configuration file, the following settings were removed:
    • log.init.config (replaced by log4j2.xml)
    • webui.submit.blocktheses
    • webui.submit.upload.html5
    • webui.submission.restrictstep.enableAdvancedForm
    • webui.submission.restrictstep.groups
    • webui.submit.enable-cc
    • webui.browse.thumbnail.*
    • webui.item.thumbnail.*
    • webui.preview.enabled
    • webui.strengths.show
    • webui.browse.author-field
    • webui.browse.author-limit
    • webui.browse.render-scientific-formulas
    • recent.submissions.*
    • webui.collectionhome.*
    • plugin.sequence.org.dspace.plugin.SiteHomeProcessor
    • plugin.sequence.org.dspace.plugin.CommunityHomeProcessor
    • plugin.sequence.org.dspace.plugin.CollectionHomeProcessor
    • plugin.sequence.org.dspace.plugin.ItemHomeProcessor
    • plugin.single.org.dspace.app.webui.search.SearchRequestProcessor
    • plugin.single.org.dspace.app.xmlui.aspect.administrative.mapper.SearchRequestProcessor
    • plugin.named.org.dspace.app.webui.json.JSONRequest
    • plugin.single.org.dspace.app.webui.util.StyleSelection
    • webui.bitstream.order.*
    • webui.itemdisplay.*
    • webui.resolver.*
    • webui.preferred.identifier
    • webui.identifier.*
    • webui.mydspace.*
    • webui.suggest.*
    • webui.controlledvocabulary.enable
    • webui.session.invalidate
    • itemmap.*
    • jspui.*
    • xmlui.*
    • mirage2.*

...