mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 06:35:03 +01:00
Update notes for 2017-06-30
This commit is contained in:
parent
356ab66128
commit
c6ed013145
@ -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)
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
|
||||
<meta property="article:published_time" content="2017-06-01T10:14:52+03:00"/>
|
||||
<meta property="article:modified_time" content="2017-06-25T08:47:28+02:00"/>
|
||||
<meta property="article:modified_time" content="2017-06-30T15:28:25+03:00"/>
|
||||
|
||||
|
||||
|
||||
@ -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
|
||||
<li><code>db.maxidle</code> 8→20 (DSpace default is -1, unlimited, but we had set it to 8 earlier)</li>
|
||||
</ul></li>
|
||||
<li>We will need to adjust this again (as well as the <code>pg_hba.conf</code> settings) when we deploy tsega’s REST API</li>
|
||||
<li>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:</li>
|
||||
</ul>
|
||||
|
||||
<p><img src="/cgspace-notes/2017/06/wle-theme-test-a.png" alt="Test A for displaying the Phase I and II research themes" />
|
||||
<img src="/cgspace-notes/2017/06/wle-theme-test-b.png" alt="Test B for displaying the Phase I and II research themes" /></p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
BIN
public/2017/06/wle-theme-test-a.png
Normal file
BIN
public/2017/06/wle-theme-test-a.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
BIN
public/2017/06/wle-theme-test-b.png
Normal file
BIN
public/2017/06/wle-theme-test-b.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
@ -4,7 +4,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/2017-06/</loc>
|
||||
<lastmod>2017-06-25T08:47:28+02:00</lastmod>
|
||||
<lastmod>2017-06-30T15:28:25+03:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
@ -104,7 +104,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||
<lastmod>2017-06-25T08:47:28+02:00</lastmod>
|
||||
<lastmod>2017-06-30T15:28:25+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
@ -115,19 +115,19 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
||||
<lastmod>2017-06-25T08:47:28+02:00</lastmod>
|
||||
<lastmod>2017-06-30T15:28:25+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/post/</loc>
|
||||
<lastmod>2017-06-25T08:47:28+02:00</lastmod>
|
||||
<lastmod>2017-06-30T15:28:25+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
|
||||
<lastmod>2017-06-25T08:47:28+02:00</lastmod>
|
||||
<lastmod>2017-06-30T15:28:25+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
|
BIN
static/2017/06/wle-theme-test-a.png
Normal file
BIN
static/2017/06/wle-theme-test-a.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
BIN
static/2017/06/wle-theme-test-b.png
Normal file
BIN
static/2017/06/wle-theme-test-b.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
Loading…
Reference in New Issue
Block a user