mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 06:35:03 +01:00
Update notes for 2018-05-22
This commit is contained in:
parent
64e1b94b5d
commit
240332e9be
@ -312,3 +312,8 @@ ga('send', 'pageview', {
|
||||
## 2018-05-22
|
||||
|
||||
- Skype with James Stapleton about last minute GDPR wording
|
||||
- After spending yesterday working on integration and theming of the cookieconsent popup, today I cannot get the damn "Agree" button to dismiss the popup!
|
||||
- I tried calling it several ways, via jQuery, via a function in `page-structure-alterations.xsl`, via script tags in `<head>` in `page-structure.xsl`, and a few others
|
||||
- The only way it actually works is if I paste it into the community or collection HTML
|
||||
- This is a waste of TWO full days of work
|
||||
- Marissa Van Epp asked if I could add `PII-FP1_PACCA2` to the CCAFS phase II project tags on CGSpace so I created a ticket to track it ([#376](https://github.com/ilri/DSpace/issues/376))
|
||||
|
@ -27,7 +27,7 @@ Also, I switched it to use OpenJDK instead of Oracle Java, as well as re-worked
|
||||
|
||||
<meta property="article:published_time" content="2018-05-01T16:43:54+03:00"/>
|
||||
|
||||
<meta property="article:modified_time" content="2018-05-21T13:00:04+03:00"/>
|
||||
<meta property="article:modified_time" content="2018-05-22T11:22:53+03:00"/>
|
||||
|
||||
|
||||
|
||||
@ -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": "2586",
|
||||
"wordCount": "2688",
|
||||
"datePublished": "2018-05-01T16:43:54+03:00",
|
||||
"dateModified": "2018-05-21T13:00:04+03:00",
|
||||
"dateModified": "2018-05-22T11:22:53+03:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -503,6 +503,11 @@ $ ./bin/post -c countries ~/src/git/DSpace/2018-05-10-countries.csv
|
||||
|
||||
<ul>
|
||||
<li>Skype with James Stapleton about last minute GDPR wording</li>
|
||||
<li>After spending yesterday working on integration and theming of the cookieconsent popup, today I cannot get the damn “Agree” button to dismiss the popup!</li>
|
||||
<li>I tried calling it several ways, via jQuery, via a function in <code>page-structure-alterations.xsl</code>, via script tags in <code><head></code> in <code>page-structure.xsl</code>, and a few others</li>
|
||||
<li>The only way it actually works is if I paste it into the community or collection HTML</li>
|
||||
<li>This is a waste of TWO full days of work</li>
|
||||
<li>Marissa Van Epp asked if I could add <code>PII-FP1_PACCA2</code> to the CCAFS phase II project tags on CGSpace so I created a ticket to track it (<a href="https://github.com/ilri/DSpace/issues/376">#376</a>)</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/2018-05/</loc>
|
||||
<lastmod>2018-05-21T13:00:04+03:00</lastmod>
|
||||
<lastmod>2018-05-22T11:22:53+03:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
@ -164,7 +164,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||
<lastmod>2018-05-21T13:00:04+03:00</lastmod>
|
||||
<lastmod>2018-05-22T11:22:53+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
@ -175,7 +175,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
||||
<lastmod>2018-05-21T13:00:04+03:00</lastmod>
|
||||
<lastmod>2018-05-22T11:22:53+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
@ -187,13 +187,13 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
||||
<lastmod>2018-05-21T13:00:04+03:00</lastmod>
|
||||
<lastmod>2018-05-22T11:22:53+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
|
||||
<lastmod>2018-05-21T13:00:04+03:00</lastmod>
|
||||
<lastmod>2018-05-22T11:22:53+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user