mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-16 20:07:03 +01:00
Add notes for 2016-03-14
Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
parent
5f413446e2
commit
7f49e173d9
@ -49,3 +49,9 @@ Exception in thread "Lucene Merge Thread #19" org.apache.lucene.index.MergePolic
|
|||||||
- I did some major cleanup work on Discovery and XMLUI stuff related to the `dc.type` indexes ([#187](https://github.com/ilri/DSpace/pull/187))
|
- I did some major cleanup work on Discovery and XMLUI stuff related to the `dc.type` indexes ([#187](https://github.com/ilri/DSpace/pull/187))
|
||||||
- We had been confusing `dc.type` (a Dublin Core value) with `dc.type.output` (a value we invented) for a few years and it had permeated all aspects of our data, indexes, item displays, etc.
|
- We had been confusing `dc.type` (a Dublin Core value) with `dc.type.output` (a value we invented) for a few years and it had permeated all aspects of our data, indexes, item displays, etc.
|
||||||
- There is still some more work to be done to remove references to old `outputtype` and `output`
|
- There is still some more work to be done to remove references to old `outputtype` and `output`
|
||||||
|
|
||||||
|
## 2016-03-14
|
||||||
|
|
||||||
|
- Fix some items that had invalid dates (I noticed them in the log during a re-indexing)
|
||||||
|
- Reset `search.index.*` to the default, as it is only used by Lucene (deprecated by Discovery in DSpace 5.x): [#188](https://github.com/ilri/DSpace/pull/188)
|
||||||
|
- Make titles in Discovery and Browse by more consistent (singular, sentence case, etc)
|
||||||
|
@ -132,6 +132,14 @@
|
|||||||
<li>I did some major cleanup work on Discovery and XMLUI stuff related to the <code>dc.type</code> indexes (<a href="https://github.com/ilri/DSpace/pull/187">#187</a>)</li>
|
<li>I did some major cleanup work on Discovery and XMLUI stuff related to the <code>dc.type</code> indexes (<a href="https://github.com/ilri/DSpace/pull/187">#187</a>)</li>
|
||||||
<li>We had been confusing <code>dc.type</code> (a Dublin Core value) with <code>dc.type.output</code> (a value we invented) for a few years and it had permeated all aspects of our data, indexes, item displays, etc.</li>
|
<li>We had been confusing <code>dc.type</code> (a Dublin Core value) with <code>dc.type.output</code> (a value we invented) for a few years and it had permeated all aspects of our data, indexes, item displays, etc.</li>
|
||||||
<li>There is still some more work to be done to remove references to old <code>outputtype</code> and <code>output</code></li>
|
<li>There is still some more work to be done to remove references to old <code>outputtype</code> and <code>output</code></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h2 id="2016-03-14:5a28ddf3ee658c043c064ccddb151717">2016-03-14</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Fix some items that had invalid dates (I noticed them in the log during a re-indexing)</li>
|
||||||
|
<li>Reset <code>search.index.*</code> to the default, as it is only used by Lucene (deprecated by Discovery in DSpace 5.x): <a href="https://github.com/ilri/DSpace/pull/188">#188</a></li>
|
||||||
|
<li>Make titles in Discovery and Browse by more consistent (singular, sentence case, etc)</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
@ -71,6 +71,14 @@
|
|||||||
<li>We had been confusing <code>dc.type</code> (a Dublin Core value) with <code>dc.type.output</code> (a value we invented) for a few years and it had permeated all aspects of our data, indexes, item displays, etc.</li>
|
<li>We had been confusing <code>dc.type</code> (a Dublin Core value) with <code>dc.type.output</code> (a value we invented) for a few years and it had permeated all aspects of our data, indexes, item displays, etc.</li>
|
||||||
<li>There is still some more work to be done to remove references to old <code>outputtype</code> and <code>output</code></li>
|
<li>There is still some more work to be done to remove references to old <code>outputtype</code> and <code>output</code></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<h2 id="2016-03-14:5a28ddf3ee658c043c064ccddb151717">2016-03-14</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Fix some items that had invalid dates (I noticed them in the log during a re-indexing)</li>
|
||||||
|
<li>Reset <code>search.index.*</code> to the default, as it is only used by Lucene (deprecated by Discovery in DSpace 5.x): <a href="https://github.com/ilri/DSpace/pull/188">#188</a></li>
|
||||||
|
<li>Make titles in Discovery and Browse by more consistent (singular, sentence case, etc)</li>
|
||||||
|
</ul>
|
||||||
</description>
|
</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
@ -71,6 +71,14 @@
|
|||||||
<li>We had been confusing <code>dc.type</code> (a Dublin Core value) with <code>dc.type.output</code> (a value we invented) for a few years and it had permeated all aspects of our data, indexes, item displays, etc.</li>
|
<li>We had been confusing <code>dc.type</code> (a Dublin Core value) with <code>dc.type.output</code> (a value we invented) for a few years and it had permeated all aspects of our data, indexes, item displays, etc.</li>
|
||||||
<li>There is still some more work to be done to remove references to old <code>outputtype</code> and <code>output</code></li>
|
<li>There is still some more work to be done to remove references to old <code>outputtype</code> and <code>output</code></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<h2 id="2016-03-14:5a28ddf3ee658c043c064ccddb151717">2016-03-14</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Fix some items that had invalid dates (I noticed them in the log during a re-indexing)</li>
|
||||||
|
<li>Reset <code>search.index.*</code> to the default, as it is only used by Lucene (deprecated by Discovery in DSpace 5.x): <a href="https://github.com/ilri/DSpace/pull/188">#188</a></li>
|
||||||
|
<li>Make titles in Discovery and Browse by more consistent (singular, sentence case, etc)</li>
|
||||||
|
</ul>
|
||||||
</description>
|
</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user