From 5287057254b6f57d508fd0154a971180f47ecdc6 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 22 Oct 2018 18:02:19 +0300 Subject: [PATCH] Update notes for 2018-10-22 --- content/posts/2018-10.md | 8 ++++++++ docs/2018-10/index.html | 13 ++++++++++--- docs/sitemap.xml | 10 +++++----- 3 files changed, 23 insertions(+), 8 deletions(-) diff --git a/content/posts/2018-10.md b/content/posts/2018-10.md index 9ed036d73..e0048ee77 100644 --- a/content/posts/2018-10.md +++ b/content/posts/2018-10.md @@ -502,5 +502,13 @@ dspace=# UPDATE metadatavalue SET text_value=replace(text_value, 'http://', 'htt - While I was doing that I found two items using CGSpace URLs instead of handles in their `dc.identifier.uri` so I corrected those - I also found several items that had invalid characters or multiple Handles in some related URL field like `cg.link.reference` so I corrected those too +- Improve the usage rights on the submission form by adding a default selection with no value as well as a better hint to look for the CC license on the publisher page or in the PDF ([#398](https://github.com/ilri/DSpace/pull/398)) +- I deployed the changes on CGSpace, ran all system updates, and rebooted the server +- Also, I updated all Handles in the database to use HTTPS: + +``` +dspace=# UPDATE metadatavalue SET text_value=replace(text_value, 'http://', 'https://') WHERE resource_type_id=2 AND text_value LIKE 'http://hdl.handle.net%'; +UPDATE 76608 +``` diff --git a/docs/2018-10/index.html b/docs/2018-10/index.html index c7aa7df0f..c4a843c63 100644 --- a/docs/2018-10/index.html +++ b/docs/2018-10/index.html @@ -9,7 +9,7 @@ - + @@ -24,9 +24,9 @@ "@type": "BlogPosting", "headline": "October, 2018", "url": "https://alanorth.github.io/cgspace-notes/2018-10/", - "wordCount": "3644", + "wordCount": "3721", "datePublished": "2018-10-01T22:31:54+03:00", - "dateModified": "2018-10-21T12:22:33+03:00", + "dateModified": "2018-10-22T12:33:49+03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -663,8 +663,15 @@ ERROR: Error CREATEing SolrCore 'statistics': Unable to create core [statistics] +
dspace=# UPDATE metadatavalue SET text_value=replace(text_value, 'http://', 'https://') WHERE resource_type_id=2 AND text_value LIKE 'http://hdl.handle.net%';
+UPDATE 76608
+
+ diff --git a/docs/sitemap.xml b/docs/sitemap.xml index 526fc87e5..4ba96d425 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -4,7 +4,7 @@ https://alanorth.github.io/cgspace-notes/2018-10/ - 2018-10-21T12:22:33+03:00 + 2018-10-22T12:33:49+03:00 @@ -189,7 +189,7 @@ https://alanorth.github.io/cgspace-notes/ - 2018-10-21T12:22:33+03:00 + 2018-10-22T12:33:49+03:00 0 @@ -200,7 +200,7 @@ https://alanorth.github.io/cgspace-notes/tags/notes/ - 2018-10-21T12:22:33+03:00 + 2018-10-22T12:33:49+03:00 0 @@ -212,13 +212,13 @@ https://alanorth.github.io/cgspace-notes/posts/ - 2018-10-21T12:22:33+03:00 + 2018-10-22T12:33:49+03:00 0 https://alanorth.github.io/cgspace-notes/tags/ - 2018-10-21T12:22:33+03:00 + 2018-10-22T12:33:49+03:00 0