diff --git a/content/post/2017-06.md b/content/post/2017-06.md index 80643e455..398e7cf60 100644 --- a/content/post/2017-06.md +++ b/content/post/2017-06.md @@ -139,3 +139,7 @@ Java stacktrace: java.util.NoSuchElementException: Timeout waiting for idle obje - `db.maxwait` 5000→10000 - `db.maxidle` 8→20 (DSpace default is -1, unlimited, but we had set it to 8 earlier) - We will need to adjust this again (as well as the `pg_hba.conf` settings) when we deploy tsega's REST API +- Whip up a test for Marianne of WLE to be able to show both their Phase I and II research themes in the CGSpace item submission form: + +![Test A for displaying the Phase I and II research themes](/cgspace-notes/2017/06/wle-theme-test-a.png) +![Test B for displaying the Phase I and II research themes](/cgspace-notes/2017/06/wle-theme-test-b.png) diff --git a/public/2017-06/index.html b/public/2017-06/index.html index 20226b218..503a996c8 100644 --- a/public/2017-06/index.html +++ b/public/2017-06/index.html @@ -13,7 +13,7 @@ - + @@ -45,9 +45,9 @@ "@type": "BlogPosting", "headline": "June, 2017", "url": "https://alanorth.github.io/cgspace-notes/2017-06/", - "wordCount": "1234", + "wordCount": "1261", "datePublished": "2017-06-01T10:14:52+03:00", - "dateModified": "2017-06-25T08:47:28+02:00", + "dateModified": "2017-06-30T15:28:25+03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -282,8 +282,12 @@ $ JAVA_OPTS="-Xmx1024m -Dfile.encoding=UTF-8" [dspace]/bin/dspace impo
  • db.maxidle 8→20 (DSpace default is -1, unlimited, but we had set it to 8 earlier)
  • We will need to adjust this again (as well as the pg_hba.conf settings) when we deploy tsega’s REST API
  • +
  • Whip up a test for Marianne of WLE to be able to show both their Phase I and II research themes in the CGSpace item submission form:
  • +

    Test A for displaying the Phase I and II research themes +Test B for displaying the Phase I and II research themes

    + diff --git a/public/2017/06/wle-theme-test-a.png b/public/2017/06/wle-theme-test-a.png new file mode 100644 index 000000000..07cd938e4 Binary files /dev/null and b/public/2017/06/wle-theme-test-a.png differ diff --git a/public/2017/06/wle-theme-test-b.png b/public/2017/06/wle-theme-test-b.png new file mode 100644 index 000000000..e6cd5c8bd Binary files /dev/null and b/public/2017/06/wle-theme-test-b.png differ diff --git a/public/sitemap.xml b/public/sitemap.xml index 5d4721794..11458f977 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -4,7 +4,7 @@ https://alanorth.github.io/cgspace-notes/2017-06/ - 2017-06-25T08:47:28+02:00 + 2017-06-30T15:28:25+03:00 @@ -104,7 +104,7 @@ https://alanorth.github.io/cgspace-notes/ - 2017-06-25T08:47:28+02:00 + 2017-06-30T15:28:25+03:00 0 @@ -115,19 +115,19 @@ https://alanorth.github.io/cgspace-notes/tags/notes/ - 2017-06-25T08:47:28+02:00 + 2017-06-30T15:28:25+03:00 0 https://alanorth.github.io/cgspace-notes/post/ - 2017-06-25T08:47:28+02:00 + 2017-06-30T15:28:25+03:00 0 https://alanorth.github.io/cgspace-notes/tags/ - 2017-06-25T08:47:28+02:00 + 2017-06-30T15:28:25+03:00 0 diff --git a/static/2017/06/wle-theme-test-a.png b/static/2017/06/wle-theme-test-a.png new file mode 100644 index 000000000..07cd938e4 Binary files /dev/null and b/static/2017/06/wle-theme-test-a.png differ diff --git a/static/2017/06/wle-theme-test-b.png b/static/2017/06/wle-theme-test-b.png new file mode 100644 index 000000000..e6cd5c8bd Binary files /dev/null and b/static/2017/06/wle-theme-test-b.png differ