diff --git a/content/posts/2018-05.md b/content/posts/2018-05.md index e7724a059..0f0ac4d79 100644 --- a/content/posts/2018-05.md +++ b/content/posts/2018-05.md @@ -330,3 +330,5 @@ dspace=# select email, netid from eperson where email not like '%cgiar.org%' and - We might need to do something regarding these users for GDPR compliance because we have their names, emails, and potentially phone numbers - I decided that I will just use the cookieconsent script as is, since it looks good and technically does set the cookie with "allow" or "dismiss" - I wrote a quick conditional to check if the user has agreed or not before enabling Google Analytics +- I made a pull request for the GDPR compliance popup ([#377](https://github.com/ilri/DSpace/pull/377)) and merged it to the `5_x-prod` branch +- I will deploy it to CGSpace tonight diff --git a/docs/2018-05/index.html b/docs/2018-05/index.html index fd2995088..9ab3153ed 100644 --- a/docs/2018-05/index.html +++ b/docs/2018-05/index.html @@ -27,7 +27,7 @@ Also, I switched it to use OpenJDK instead of Oracle Java, as well as re-worked - + @@ -65,9 +65,9 @@ Also, I switched it to use OpenJDK instead of Oracle Java, as well as re-worked "@type": "BlogPosting", "headline": "May, 2018", "url": "https://alanorth.github.io/cgspace-notes/2018-05/", - "wordCount": "2791", + "wordCount": "2816", "datePublished": "2018-05-01T16:43:54+03:00", - "dateModified": "2018-05-23T12:34:01+03:00", + "dateModified": "2018-05-23T18:40:23+03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -524,6 +524,8 @@ $ ./bin/post -c countries ~/src/git/DSpace/2018-05-10-countries.csv
5_x-prod
branch