From 5f413446e2814c238a8b6eae9f56cc416af3cf0e Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 11 Mar 2016 19:16:33 +0200 Subject: [PATCH] Add notes for 2016-03-11 Signed-off-by: Alan Orth --- content/2016-03.md | 8 ++++++++ public/2016-03/index.html | 10 ++++++++++ public/index.html | 2 +- public/index.xml | 10 ++++++++++ public/tags/notes/index.html | 2 +- public/tags/notes/index.xml | 10 ++++++++++ 6 files changed, 40 insertions(+), 2 deletions(-) diff --git a/content/2016-03.md b/content/2016-03.md index 88c7b3c2a..f5670f250 100644 --- a/content/2016-03.md +++ b/content/2016-03.md @@ -41,3 +41,11 @@ Exception in thread "Lucene Merge Thread #19" org.apache.lucene.index.MergePolic ![Mixed up label in Atmire CUA](../images/2016/03/cua-label-mixup.png) - Update documentation for Atmire modules + +## 2016-03-11 + +- As I was looking at the CUA config I realized our Discovery config is all messed up and confusing +- I've opened an issue to track some of that work ([#186](https://github.com/ilri/DSpace/issues/186)) +- I did some major cleanup work on Discovery and XMLUI stuff related to the `dc.type` indexes ([#187](https://github.com/ilri/DSpace/pull/187)) +- We had been confusing `dc.type` (a Dublin Core value) with `dc.type.output` (a value we invented) for a few years and it had permeated all aspects of our data, indexes, item displays, etc. +- There is still some more work to be done to remove references to old `outputtype` and `output` diff --git a/public/2016-03/index.html b/public/2016-03/index.html index 92fe34b04..01e7fbec9 100644 --- a/public/2016-03/index.html +++ b/public/2016-03/index.html @@ -122,6 +122,16 @@ + +

2016-03-11

+ + diff --git a/public/index.html b/public/index.html index f960a52d5..a2a83f67f 100644 --- a/public/index.html +++ b/public/index.html @@ -71,7 +71,7 @@
- 2016-03-02 Looking at issues with author authorities on CGSpace For some reason we still have the index-lucene-update cron job active on CGSpace, but I’m pretty sure we don’t need it as of the latest few versions of Atmire’s Listings and Reports module Reinstall my local (Mac OS X) DSpace stack with Tomcat 7, PostgreSQL 9.3, and Java JDK 1.7 to match environment on CGSpace server 2016-03-07 Troubleshooting the issues with + 2016-03-02 Looking at issues with author authorities on CGSpace For some reason we still have the index-lucene-update cron job active on CGSpace, but I’m pretty sure we don’t need it as of the latest few versions of Atmire’s Listings and Reports module Reinstall my local (Mac OS X) DSpace stack with Tomcat 7, PostgreSQL 9.3, and Java JDK 1.7 to match environment on CGSpace server 2016-03-07 Troubleshooting the issues with the slew of commits for Atmire modules in #182 Their changes on 5_x-dev branch work, but it is messy as hell with merge commits and old branch base When I rebase their branch on the latest 5_x-prod I get blank white pages I identified one commit that causes the issue and let them know Restart DSpace Test, as it seems to have crashed after Sisay tried to import some CSV or zip or something: Exception in thread "Lucene Merge Thread #19" org.apache.lucene.index.MergePolicy$MergeException: java.io.IOException: No space left on device 2016-03-08 Add a few new filters to Atmire’s Listings and Reports module (#180) We had also wanted to add a few to the Content and Usage module but I have to ask the editors which ones they were 2016-03-10 Disable the lucene cron job on CGSpace as it shouldn’t be needed anymore Discuss ORCiD and duplicate authors on Yammer Request new documentation for Atmire CUA and L&R modules, as ours are from 2013 Walk Sisay through some data cleaning workflows in OpenRefine Start cleaning up the configuration for Atmire’s CUA module (#184) It is very messed up because some labels are incorrect, fields are missing, etc Update documentation for Atmire modules 2016-03-11 As I was looking at the CUA config I realized our Discovery config is all messed up and confusing I’ve opened an issue to track some of that work (#186) I did some major cleanup work on Discovery and XMLUI stuff related to the dc.type indexes (#187) We had been confusing dc.type (a Dublin Core value) with dc.type.output (a value we invented) for a few years and it had permeated all aspects of our data, indexes, item displays, etc.