mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 14:45:03 +01:00
Update notes for 2016-03-16
Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
parent
178f71f530
commit
fc78397ed4
@ -62,3 +62,31 @@ Exception in thread "Lucene Merge Thread #19" org.apache.lucene.index.MergePolic
|
|||||||
## 2016-03-15
|
## 2016-03-15
|
||||||
|
|
||||||
- Create simple theme for new AVCD community just for a unique Google Tracking ID ([#191](https://github.com/ilri/DSpace/pull/191))
|
- Create simple theme for new AVCD community just for a unique Google Tracking ID ([#191](https://github.com/ilri/DSpace/pull/191))
|
||||||
|
|
||||||
|
## 2016-03-16
|
||||||
|
|
||||||
|
- Still having problems deploying Atmire's CUA updates and fixes from January!
|
||||||
|
- More discussion on the GitHub issue here: https://github.com/ilri/DSpace/pull/182
|
||||||
|
- Clean up Atmire CUA config ([#193](https://github.com/ilri/DSpace/pull/193))
|
||||||
|
- Help Sisay with some PostgreSQL queries to clean up the incorrect `dc.contributor.corporateauthor` field
|
||||||
|
- I noticed that we have some weird values in `dc.language`:
|
||||||
|
|
||||||
|
```
|
||||||
|
# select * from metadatavalue where metadata_field_id=37;
|
||||||
|
metadata_value_id | resource_id | metadata_field_id | text_value | text_lang | place | authority | confidence | resource_type_id
|
||||||
|
-------------------+-------------+-------------------+------------+-----------+-------+-----------+------------+------------------
|
||||||
|
1942571 | 35342 | 37 | hi | | 1 | | -1 | 2
|
||||||
|
1942468 | 35345 | 37 | hi | | 1 | | -1 | 2
|
||||||
|
1942479 | 35337 | 37 | hi | | 1 | | -1 | 2
|
||||||
|
1942505 | 35336 | 37 | hi | | 1 | | -1 | 2
|
||||||
|
1942519 | 35338 | 37 | hi | | 1 | | -1 | 2
|
||||||
|
1942535 | 35340 | 37 | hi | | 1 | | -1 | 2
|
||||||
|
1942555 | 35341 | 37 | hi | | 1 | | -1 | 2
|
||||||
|
1942588 | 35343 | 37 | hi | | 1 | | -1 | 2
|
||||||
|
1942610 | 35346 | 37 | hi | | 1 | | -1 | 2
|
||||||
|
1942624 | 35347 | 37 | hi | | 1 | | -1 | 2
|
||||||
|
1942639 | 35339 | 37 | hi | | 1 | | -1 | 2
|
||||||
|
```
|
||||||
|
|
||||||
|
- It seems this `dc.language` field isn't really used, but we should delete these values
|
||||||
|
- Also, `dc.language.iso` has some weird values, like "En" and "English"
|
||||||
|
@ -149,6 +149,37 @@
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Create simple theme for new AVCD community just for a unique Google Tracking ID (<a href="https://github.com/ilri/DSpace/pull/191">#191</a>)</li>
|
<li>Create simple theme for new AVCD community just for a unique Google Tracking ID (<a href="https://github.com/ilri/DSpace/pull/191">#191</a>)</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h2 id="2016-03-16:5a28ddf3ee658c043c064ccddb151717">2016-03-16</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Still having problems deploying Atmire’s CUA updates and fixes from January!</li>
|
||||||
|
<li>More discussion on the GitHub issue here: <a href="https://github.com/ilri/DSpace/pull/182">https://github.com/ilri/DSpace/pull/182</a></li>
|
||||||
|
<li>Clean up Atmire CUA config (<a href="https://github.com/ilri/DSpace/pull/193">#193</a>)</li>
|
||||||
|
<li>Help Sisay with some PostgreSQL queries to clean up the incorrect <code>dc.contributor.corporateauthor</code> field</li>
|
||||||
|
<li>I noticed that we have some weird values in <code>dc.language</code>:</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<pre><code># select * from metadatavalue where metadata_field_id=37;
|
||||||
|
metadata_value_id | resource_id | metadata_field_id | text_value | text_lang | place | authority | confidence | resource_type_id
|
||||||
|
-------------------+-------------+-------------------+------------+-----------+-------+-----------+------------+------------------
|
||||||
|
1942571 | 35342 | 37 | hi | | 1 | | -1 | 2
|
||||||
|
1942468 | 35345 | 37 | hi | | 1 | | -1 | 2
|
||||||
|
1942479 | 35337 | 37 | hi | | 1 | | -1 | 2
|
||||||
|
1942505 | 35336 | 37 | hi | | 1 | | -1 | 2
|
||||||
|
1942519 | 35338 | 37 | hi | | 1 | | -1 | 2
|
||||||
|
1942535 | 35340 | 37 | hi | | 1 | | -1 | 2
|
||||||
|
1942555 | 35341 | 37 | hi | | 1 | | -1 | 2
|
||||||
|
1942588 | 35343 | 37 | hi | | 1 | | -1 | 2
|
||||||
|
1942610 | 35346 | 37 | hi | | 1 | | -1 | 2
|
||||||
|
1942624 | 35347 | 37 | hi | | 1 | | -1 | 2
|
||||||
|
1942639 | 35339 | 37 | hi | | 1 | | -1 | 2
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>It seems this <code>dc.language</code> field isn’t really used, but we should delete these values</li>
|
||||||
|
<li>Also, <code>dc.language.iso</code> has some weird values, like “En” and “English”</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
@ -88,6 +88,37 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li>Create simple theme for new AVCD community just for a unique Google Tracking ID (<a href="https://github.com/ilri/DSpace/pull/191">#191</a>)</li>
|
<li>Create simple theme for new AVCD community just for a unique Google Tracking ID (<a href="https://github.com/ilri/DSpace/pull/191">#191</a>)</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<h2 id="2016-03-16:5a28ddf3ee658c043c064ccddb151717">2016-03-16</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Still having problems deploying Atmire&rsquo;s CUA updates and fixes from January!</li>
|
||||||
|
<li>More discussion on the GitHub issue here: <a href="https://github.com/ilri/DSpace/pull/182">https://github.com/ilri/DSpace/pull/182</a></li>
|
||||||
|
<li>Clean up Atmire CUA config (<a href="https://github.com/ilri/DSpace/pull/193">#193</a>)</li>
|
||||||
|
<li>Help Sisay with some PostgreSQL queries to clean up the incorrect <code>dc.contributor.corporateauthor</code> field</li>
|
||||||
|
<li>I noticed that we have some weird values in <code>dc.language</code>:</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<pre><code># select * from metadatavalue where metadata_field_id=37;
|
||||||
|
metadata_value_id | resource_id | metadata_field_id | text_value | text_lang | place | authority | confidence | resource_type_id
|
||||||
|
-------------------+-------------+-------------------+------------+-----------+-------+-----------+------------+------------------
|
||||||
|
1942571 | 35342 | 37 | hi | | 1 | | -1 | 2
|
||||||
|
1942468 | 35345 | 37 | hi | | 1 | | -1 | 2
|
||||||
|
1942479 | 35337 | 37 | hi | | 1 | | -1 | 2
|
||||||
|
1942505 | 35336 | 37 | hi | | 1 | | -1 | 2
|
||||||
|
1942519 | 35338 | 37 | hi | | 1 | | -1 | 2
|
||||||
|
1942535 | 35340 | 37 | hi | | 1 | | -1 | 2
|
||||||
|
1942555 | 35341 | 37 | hi | | 1 | | -1 | 2
|
||||||
|
1942588 | 35343 | 37 | hi | | 1 | | -1 | 2
|
||||||
|
1942610 | 35346 | 37 | hi | | 1 | | -1 | 2
|
||||||
|
1942624 | 35347 | 37 | hi | | 1 | | -1 | 2
|
||||||
|
1942639 | 35339 | 37 | hi | | 1 | | -1 | 2
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>It seems this <code>dc.language</code> field isn&rsquo;t really used, but we should delete these values</li>
|
||||||
|
<li>Also, <code>dc.language.iso</code> has some weird values, like &ldquo;En&rdquo; and &ldquo;English&rdquo;</li>
|
||||||
|
</ul>
|
||||||
</description>
|
</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
@ -88,6 +88,37 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li>Create simple theme for new AVCD community just for a unique Google Tracking ID (<a href="https://github.com/ilri/DSpace/pull/191">#191</a>)</li>
|
<li>Create simple theme for new AVCD community just for a unique Google Tracking ID (<a href="https://github.com/ilri/DSpace/pull/191">#191</a>)</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<h2 id="2016-03-16:5a28ddf3ee658c043c064ccddb151717">2016-03-16</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Still having problems deploying Atmire&rsquo;s CUA updates and fixes from January!</li>
|
||||||
|
<li>More discussion on the GitHub issue here: <a href="https://github.com/ilri/DSpace/pull/182">https://github.com/ilri/DSpace/pull/182</a></li>
|
||||||
|
<li>Clean up Atmire CUA config (<a href="https://github.com/ilri/DSpace/pull/193">#193</a>)</li>
|
||||||
|
<li>Help Sisay with some PostgreSQL queries to clean up the incorrect <code>dc.contributor.corporateauthor</code> field</li>
|
||||||
|
<li>I noticed that we have some weird values in <code>dc.language</code>:</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<pre><code># select * from metadatavalue where metadata_field_id=37;
|
||||||
|
metadata_value_id | resource_id | metadata_field_id | text_value | text_lang | place | authority | confidence | resource_type_id
|
||||||
|
-------------------+-------------+-------------------+------------+-----------+-------+-----------+------------+------------------
|
||||||
|
1942571 | 35342 | 37 | hi | | 1 | | -1 | 2
|
||||||
|
1942468 | 35345 | 37 | hi | | 1 | | -1 | 2
|
||||||
|
1942479 | 35337 | 37 | hi | | 1 | | -1 | 2
|
||||||
|
1942505 | 35336 | 37 | hi | | 1 | | -1 | 2
|
||||||
|
1942519 | 35338 | 37 | hi | | 1 | | -1 | 2
|
||||||
|
1942535 | 35340 | 37 | hi | | 1 | | -1 | 2
|
||||||
|
1942555 | 35341 | 37 | hi | | 1 | | -1 | 2
|
||||||
|
1942588 | 35343 | 37 | hi | | 1 | | -1 | 2
|
||||||
|
1942610 | 35346 | 37 | hi | | 1 | | -1 | 2
|
||||||
|
1942624 | 35347 | 37 | hi | | 1 | | -1 | 2
|
||||||
|
1942639 | 35339 | 37 | hi | | 1 | | -1 | 2
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>It seems this <code>dc.language</code> field isn&rsquo;t really used, but we should delete these values</li>
|
||||||
|
<li>Also, <code>dc.language.iso</code> has some weird values, like &ldquo;En&rdquo; and &ldquo;English&rdquo;</li>
|
||||||
|
</ul>
|
||||||
</description>
|
</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user