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]
dc.identifier.uri
so I corrected thosecg.link.reference
so I corrected those toodspace=# 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 @@