Add notes for 2016-08-05

This commit is contained in:
Alan Orth 2016-08-05 16:38:43 +03:00
parent 4d92687525
commit a3466081ec
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
4 changed files with 39 additions and 0 deletions

View File

@ -39,3 +39,12 @@ $ git rebase -i dspace-5.5
- Ask on DSpace mailing list about duplicate authors, Discovery and author text values - Ask on DSpace mailing list about duplicate authors, Discovery and author text values
- Atmire responded with some new DSpace 5.5 ready versions to try for their modules - Atmire responded with some new DSpace 5.5 ready versions to try for their modules
## 2016-08-05
- Fix item display incorrectly displaying Species when Breeds were present ([#260](https://github.com/ilri/DSpace/pull/260))
- Experiment with fixing more authors, like Delia Grace:
```
dspacetest=# update metadatavalue set authority='0b4fcbc1-d930-4319-9b4d-ea1553cca70b', confidence=600 where metadata_field_id=3 and text_value='Grace, D.';
```

View File

@ -121,6 +121,16 @@ $ git rebase -i dspace-5.5
<li>Atmire responded with some new DSpace 5.5 ready versions to try for their modules</li> <li>Atmire responded with some new DSpace 5.5 ready versions to try for their modules</li>
</ul> </ul>
<h2 id="2016-08-05">2016-08-05</h2>
<ul>
<li>Fix item display incorrectly displaying Species when Breeds were present (<a href="https://github.com/ilri/DSpace/pull/260">#260</a>)</li>
<li>Experiment with fixing more authors, like Delia Grace:</li>
</ul>
<pre><code>dspacetest=# update metadatavalue set authority='0b4fcbc1-d930-4319-9b4d-ea1553cca70b', confidence=600 where metadata_field_id=3 and text_value='Grace, D.';
</code></pre>
</section> </section>
<footer> <footer>

View File

@ -58,6 +58,16 @@ $ git rebase -i dspace-5.5
&lt;li&gt;Ask on DSpace mailing list about duplicate authors, Discovery and author text values&lt;/li&gt; &lt;li&gt;Ask on DSpace mailing list about duplicate authors, Discovery and author text values&lt;/li&gt;
&lt;li&gt;Atmire responded with some new DSpace 5.5 ready versions to try for their modules&lt;/li&gt; &lt;li&gt;Atmire responded with some new DSpace 5.5 ready versions to try for their modules&lt;/li&gt;
&lt;/ul&gt; &lt;/ul&gt;
&lt;h2 id=&#34;2016-08-05&#34;&gt;2016-08-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix item display incorrectly displaying Species when Breeds were present (&lt;a href=&#34;https://github.com/ilri/DSpace/pull/260&#34;&gt;#260&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Experiment with fixing more authors, like Delia Grace:&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;&lt;code&gt;dspacetest=# update metadatavalue set authority=&#39;0b4fcbc1-d930-4319-9b4d-ea1553cca70b&#39;, confidence=600 where metadata_field_id=3 and text_value=&#39;Grace, D.&#39;;
&lt;/code&gt;&lt;/pre&gt;
</description> </description>
</item> </item>

View File

@ -58,6 +58,16 @@ $ git rebase -i dspace-5.5
&lt;li&gt;Ask on DSpace mailing list about duplicate authors, Discovery and author text values&lt;/li&gt; &lt;li&gt;Ask on DSpace mailing list about duplicate authors, Discovery and author text values&lt;/li&gt;
&lt;li&gt;Atmire responded with some new DSpace 5.5 ready versions to try for their modules&lt;/li&gt; &lt;li&gt;Atmire responded with some new DSpace 5.5 ready versions to try for their modules&lt;/li&gt;
&lt;/ul&gt; &lt;/ul&gt;
&lt;h2 id=&#34;2016-08-05&#34;&gt;2016-08-05&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fix item display incorrectly displaying Species when Breeds were present (&lt;a href=&#34;https://github.com/ilri/DSpace/pull/260&#34;&gt;#260&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Experiment with fixing more authors, like Delia Grace:&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;&lt;code&gt;dspacetest=# update metadatavalue set authority=&#39;0b4fcbc1-d930-4319-9b4d-ea1553cca70b&#39;, confidence=600 where metadata_field_id=3 and text_value=&#39;Grace, D.&#39;;
&lt;/code&gt;&lt;/pre&gt;
</description> </description>
</item> </item>