Add notes for 2019-12-30

This commit is contained in:
2019-12-30 11:28:49 +02:00
parent 8ff78298dd
commit cc00c2f221
86 changed files with 116 additions and 101 deletions

View File

@ -27,7 +27,7 @@ We don't need to distinguish between internal and external works, so that ma
Yesterday I figured out how to monitor DSpace sessions using JMX
I copied the logic in the jmx_tomcat_dbpools provided by Ubuntu's munin-plugins-java package and used the stuff I discovered about JMX in 2018-01
"/>
<meta name="generator" content="Hugo 0.61.0" />
<meta name="generator" content="Hugo 0.62.0" />
@ -599,7 +599,7 @@ UPDATE 1
</code></pre><h2 id="2018-02-17">2018-02-17</h2>
<ul>
<li>Peter pointed out that we had an incorrect sponsor in the controlled vocabulary: <code>U.S. Agency for International Development</code><code>United States Agency for International Development</code></li>
<li>I made a pull request to fix it ((#354)[<a href="https://github.com/ilri/DSpace/pull/354">https://github.com/ilri/DSpace/pull/354</a>])</li>
<li>I made a pull request to fix it ((#354)[https://github.com/ilri/DSpace/pull/354])</li>
<li>I should remember to update existing values in PostgreSQL too:</li>
</ul>
<pre><code>dspace=# update metadatavalue set text_value='United States Agency for International Development' where resource_type_id=2 and metadata_field_id=29 and text_value like '%U.S. Agency for International Development%';