Add notes for 2017-03-09

This commit is contained in:
2017-03-09 14:29:50 +02:00
parent fe1dc3ae37
commit 169a639d79
6 changed files with 59 additions and 10 deletions

View File

@ -176,7 +176,17 @@ DirectClass sRGB Alpha
<ul>
<li>Merge the author separator changes to <code>5_x-prod</code>, as everyone has responded positively about it, and it’s the default in Mirage2 afterall!</li>
<li>Cherry pick the <code>commons-collections</code> patch from DSpace’s <code>dspace-5_x</code> branch to address DS-3520: <a href="https://jira.duraspace.org/browse/DS-3520">https://jira.duraspace.org/browse/DS-3520</a></li>
&lt;/ul&gt;</description>
&lt;/ul&gt;
&lt;h2 id=&#34;2017-03-09&#34;&gt;2017-03-09&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Export list of sponsors so Peter can clean it up:&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;&lt;code&gt;dspace=# \copy (select text_value, count(*) from metadatavalue where resource_type_id=2 and metadata_field_id IN (select metadata_field_id from metadatafieldregistry where element = &#39;description&#39; and qualifier = &#39;sponsorship&#39;) group by text_value order by count desc) to /tmp/sponsorship.csv with csv;
COPY 285
&lt;/code&gt;&lt;/pre&gt;</description>
</item>
<item>