Releases: ufal/clarin-dspace
Test data
2023.01
Introduces
After install
It is recommended to run the new license database check
sudo -u tomcat bin/dspace dsrun cz.cuni.mff.ufal.dspace.runnable.CheckLicenses
see #1062 for the types of issues this detects and their resolution.
2022.02
Introduces
To update
after checkout / pull
#1015 touches dependencies/poms, do a clean build
make clean_source
After install
go to control panel -> metadata quality ('/xmlui/admin/panel?tab=Metadata%20Quality') select "metashare.ResourceInfo#ContentInfo.detailedType" and click "Show metadata values" in the "Occurrences in items" section find the offending value (terminilogicalResource), correct it and click "Update all occurrences"
see #1014
make rebuild_oai
2022.01
Introduces
- Updates for Elg 3.0 and toolService (#1009 )
- various bug fixes
- see related issues
After install
due to changes in #991 (and possibly #1009 ) make rebuild_oai
#997 removes deprecated iso 639-3 codes, if you were using any of those (curation task should report them), consult https://iso639-3.sil.org/ Retirement Remedy of the particular code
2021.01
Introduces
- abbreviated author listings (#979)
- #922
- type bind on other fields than dc.type (.type..*)
- with field atttribute, eg.
type-bind field="edm.type"
- with field atttribute, eg.
- Item Importer that replaces only metadata (avoids copying large files; etc.)
- invoke like this
bin/dspace import -a -e [email protected] -c 123456789/123 -s /import -m /import/mapfile.txt --replace --extending-class cz.cuni.mff.ufal.dspace.app.itemimport.ItemImportReplacingMetadata
- invoke like this
- oai col/com filter
- don't expose whole collection/community (selectable either with handle or name) under a certain metadata prefix
- new gui for select collection step (draws only top level communities and then collections)
- only after setting lr.SelectCollectionStep.TopLevelOnly
- item-view: mediaType showed next to any(dc., edm.) type
- search filter/facet type includes edm & mediaType (+dc.type)
- another submission workflow in input-forms (not mapped to any collection by default)
- type bind on other fields than dc.type (.type..*)
- Configurable refbox (#960)
- set metadata field
local.refbox.format
to a format string (can contain text + variables one of:{title}, {authors}, {publisher}, {year}, {pid}, {repository}
- set metadata field
- Curation improvements (#981)
- configure allowed types, add this to
local.properties
to add a new type calledclip
:curation.metadata.expected.types = curation.metadata.expected.types = corpus,lexicalConceptualResource,languageDescription,toolService,clip
, note that the key is repeated twice. No need to change anything if the old types are the only needed. - rights metadata check and
rewriterightsmetadata
task to fill in name and label if uri is present
- configure allowed types, add this to
- elg mapping updates (#986, #972, #970, #966, #955 )
- see related issues
After install
import local md schema #960, #965:
bin/dspace registry-loader -metadata .../dspace/config/registries/local-types.xml
import edm md schema #922:
bin/dspace registry-loader -metadata .../dspace/config/registries/edm.xml
elg related issues:
sudo -u tomcat make rebuild_oai
reindex solr (updated filter/facet in #922 )
bin/dspace index-discovery -c -f
bin/dspace index-discovery -f
2020.02.1
Introduces
- Google datasets (#878)
- new metadata format (#930) - elg - in oai-pmh
- currently exposes only resources that have a file and that have a media type
- added LangUtil class to handle language ids mapping as defined
- updated makefile now pulls the "languages table"
- extended vocabulary for language descriptions - 2 new values
- some of our items manually assigned
mlmodel
instead ofother
- the metashare.xsl updated to map these new values back to
other
- some of our items manually assigned
- some manual curation of your metadata might be needed (work with elg partners)
- added a "one-off curation" class that helps syncing size metadata
- the goal is mainly to copy size info from metashare (on older records), while resolving multipliers
- let's you inspect/add/remove metadata
bin/dspace dsrun cz.cuni.mff.ufal.dspace.runnable.CopyMSsize
- tweaks to the right hand side menu (see #942 )
- bug fixes, mainly:
- see related issues
- 2020.02.1 adds #944
To update
after checkout / pull
piwik-charts (for statistics) are now a submodule (#936) you have to run the following
git submodule update --init --recursive dspace-xmlui/src/main/webapp/themes/UFAL/lib/js/piwik-charts
#926 and #925 solve issues in 3rd party libraries, to make sure only one version is present in your deployment run:
make clean_source
After install
make rebuild_oai
2020.01
Introduces
- Mostly bug fixes (#703, #844, #851...)
- Updates to some help pages
- CI tests against openjdk8 (as oracle was no longer working)
- see related issues
After install
You might want to regenerate the previews of archives (#851 ...
-> ... too many files ...
change). This should eventually happen on it's own, as part of the healthcheck/planned curations.
bin/dspace curate -e CURATOR_EMAIL -i all -r - -t processbitstreams -v
2019.01
Introduces
- DSpace-5.10 merge
- No longer testing against openjdk7
- cmdi self link uses
https://hdl.handle.net
- Bug fixes
- see related issues
To update
After checking out the source code
Just to be sure all the changes in pom.xml
are reflected, old libraries removed etc.
mvn clean -U
Commands to run post install
MetadataExposure from dspace 5.10; no restricted items from lindat
make rebuil_oai
2018.02
2018.01
Introduces
- Added a list of versions (replaces/replaced by relation) to all the items in that relation (#412)
- Changed the way the "too many accesses to bitstream" emails and piwik download statistics are updated. Counting range queries only once (#799)
- Limiting the size of archive previews, supporting few more formats (#841)
- full list of fixes/changes
To update
Commands to run post install
regenerate the file previews (#841) (caution might run for long time)
bin/dspace curate -e <ADMIN_EMAIL> -i all -r - -v -t processbitstreams