From a3466081ec34507411a8b0fc5d44414c910cd1b1 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 5 Aug 2016 16:38:43 +0300 Subject: [PATCH] Add notes for 2016-08-05 --- content/2016-08.md | 9 +++++++++ public/2016-08/index.html | 10 ++++++++++ public/index.xml | 10 ++++++++++ public/tags/notes/index.xml | 10 ++++++++++ 4 files changed, 39 insertions(+) diff --git a/content/2016-08.md b/content/2016-08.md index 4cdc92efe..8288ed61a 100644 --- a/content/2016-08.md +++ b/content/2016-08.md @@ -39,3 +39,12 @@ $ git rebase -i dspace-5.5 - Ask on DSpace mailing list about duplicate authors, Discovery and author text values - Atmire responded with some new DSpace 5.5 ready versions to try for their modules + +## 2016-08-05 + +- Fix item display incorrectly displaying Species when Breeds were present ([#260](https://github.com/ilri/DSpace/pull/260)) +- Experiment with fixing more authors, like Delia Grace: + +``` +dspacetest=# update metadatavalue set authority='0b4fcbc1-d930-4319-9b4d-ea1553cca70b', confidence=600 where metadata_field_id=3 and text_value='Grace, D.'; +``` diff --git a/public/2016-08/index.html b/public/2016-08/index.html index 88b8dac30..d9e36034c 100644 --- a/public/2016-08/index.html +++ b/public/2016-08/index.html @@ -121,6 +121,16 @@ $ git rebase -i dspace-5.5
  • Atmire responded with some new DSpace 5.5 ready versions to try for their modules
  • +

    2016-08-05

    + + + +
    dspacetest=# update metadatavalue set authority='0b4fcbc1-d930-4319-9b4d-ea1553cca70b', confidence=600 where metadata_field_id=3 and text_value='Grace, D.';
    +
    +