mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2019-12-17
This commit is contained in:
@ -41,7 +41,7 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and
|
||||
|
||||
In this case the select query was showing 95 results before the update
|
||||
"/>
|
||||
<meta name="generator" content="Hugo 0.60.1" />
|
||||
<meta name="generator" content="Hugo 0.61.0" />
|
||||
|
||||
|
||||
|
||||
@ -122,7 +122,7 @@ In this case the select query was showing 95 results before the update
|
||||
|
||||
</p>
|
||||
</header>
|
||||
<h2 id="20160701">2016-07-01</h2>
|
||||
<h2 id="2016-07-01">2016-07-01</h2>
|
||||
<ul>
|
||||
<li>Add <code>dc.description.sponsorship</code> to Discovery sidebar facets and make investors clickable in item view (<a href="https://github.com/ilri/DSpace/issues/232">#232</a>)</li>
|
||||
<li>I think this query should find and replace all authors that have “,” at the end of their names:</li>
|
||||
@ -136,15 +136,15 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and
|
||||
</code></pre><ul>
|
||||
<li>In this case the select query was showing 95 results before the update</li>
|
||||
</ul>
|
||||
<h2 id="20160702">2016-07-02</h2>
|
||||
<h2 id="2016-07-02">2016-07-02</h2>
|
||||
<ul>
|
||||
<li>Comment on DSpace Jira ticket about author lookup search text (<a href="https://jira.duraspace.org/browse/DS-2329">DS-2329</a>)</li>
|
||||
</ul>
|
||||
<h2 id="20160704">2016-07-04</h2>
|
||||
<h2 id="2016-07-04">2016-07-04</h2>
|
||||
<ul>
|
||||
<li>Seems the database's author authority values mean nothing without the <code>authority</code> Solr core from the host where they were created!</li>
|
||||
</ul>
|
||||
<h2 id="20160705">2016-07-05</h2>
|
||||
<h2 id="2016-07-05">2016-07-05</h2>
|
||||
<ul>
|
||||
<li>Amend <code>backup-solr.sh</code> script so it backs up the entire Solr folder</li>
|
||||
<li>We <em>really</em> only need <code>statistics</code> and <code>authority</code> but meh</li>
|
||||
@ -157,7 +157,7 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and
|
||||
<li>I tested the <a href="https://jira.duraspace.org/browse/DS-2740">patch for DS-2740</a> that I had found last month and it seems to work</li>
|
||||
<li>I will merge it to <code>5_x-prod</code></li>
|
||||
</ul>
|
||||
<h2 id="20160706">2016-07-06</h2>
|
||||
<h2 id="2016-07-06">2016-07-06</h2>
|
||||
<ul>
|
||||
<li>Delete 23 blank metadata values from CGSpace:</li>
|
||||
</ul>
|
||||
@ -186,22 +186,22 @@ $ ./delete-metadata-values.py -f dc.contributor.affiliation -i Affiliations-Dele
|
||||
</code></pre><ul>
|
||||
<li>I then ran all server updates and rebooted the server</li>
|
||||
</ul>
|
||||
<h2 id="20160711">2016-07-11</h2>
|
||||
<h2 id="2016-07-11">2016-07-11</h2>
|
||||
<ul>
|
||||
<li>Doing some author cleanups from Peter and Abenet:</li>
|
||||
</ul>
|
||||
<pre><code>$ ./fix-metadata-values.py -i /tmp/Authors-Fix-205-UTF8.csv -f dc.contributor.author -t correct -m 3 -d dspacetest -u dspacetest -p fuuu
|
||||
$ ./delete-metadata-values.py -f dc.contributor.author -i /tmp/Authors-Delete-UTF8.csv -m 3 -u dspacetest -d dspacetest -p fuuu
|
||||
</code></pre><h2 id="20160713">2016-07-13</h2>
|
||||
</code></pre><h2 id="2016-07-13">2016-07-13</h2>
|
||||
<ul>
|
||||
<li>Run the author cleanups on CGSpace and start a full Discovery re-index</li>
|
||||
</ul>
|
||||
<h2 id="20160714">2016-07-14</h2>
|
||||
<h2 id="2016-07-14">2016-07-14</h2>
|
||||
<ul>
|
||||
<li>Test LDAP settings for new root LDAP</li>
|
||||
<li>Seems to work when binding as a top-level user</li>
|
||||
</ul>
|
||||
<h2 id="20160718">2016-07-18</h2>
|
||||
<h2 id="2016-07-18">2016-07-18</h2>
|
||||
<ul>
|
||||
<li>Adjust identifiers in XMLUI item display to be more prominent</li>
|
||||
<li>Add species and breed to the XMLUI item display</li>
|
||||
@ -226,12 +226,12 @@ org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool error
|
||||
proxy_pass http://127.0.0.1:8443;
|
||||
deny 70.32.99.142;
|
||||
}
|
||||
</code></pre><h2 id="20160721">2016-07-21</h2>
|
||||
</code></pre><h2 id="2016-07-21">2016-07-21</h2>
|
||||
<ul>
|
||||
<li>Mitigate the <a href="https://httpoxy.org">HTTPoxy</a> vulnerability for Tomcat etc in nginx: <a href="https://github.com/ilri/rmg-ansible-public/pull/38">https://github.com/ilri/rmg-ansible-public/pull/38</a></li>
|
||||
<li>Unblock 70.32.99.142 from <code>/rest</code> as it has been blocked for a few days</li>
|
||||
</ul>
|
||||
<h2 id="20160722">2016-07-22</h2>
|
||||
<h2 id="2016-07-22">2016-07-22</h2>
|
||||
<ul>
|
||||
<li>Help Paola from CCAFS with thumbnails for batch uploads</li>
|
||||
<li>She has been struggling to get the dimensions right, and manually enlarging smaller thumbnails, renaming PNGs to JPG, etc</li>
|
||||
@ -268,7 +268,7 @@ index.authority.ignore-variants=true
|
||||
</code></pre><ul>
|
||||
<li>After re-indexing and clearing the XMLUI cache nothing has changed</li>
|
||||
</ul>
|
||||
<h2 id="20160725">2016-07-25</h2>
|
||||
<h2 id="2016-07-25">2016-07-25</h2>
|
||||
<ul>
|
||||
<li>Trying a few more settings (plus reindex) for Discovery on DSpace Test:</li>
|
||||
</ul>
|
||||
@ -292,7 +292,7 @@ discovery.index.authority.ignore-variants=true
|
||||
<li>Re-sync DSpace Test with CGSpace</li>
|
||||
<li>I noticed that our backup scripts don't send Solr cores to S3 so I amended the script</li>
|
||||
</ul>
|
||||
<h2 id="20160731">2016-07-31</h2>
|
||||
<h2 id="2016-07-31">2016-07-31</h2>
|
||||
<ul>
|
||||
<li>Work on removing Dryland Systems and Humidtropics subjects from Discovery sidebar and Browse by</li>
|
||||
<li>Also change “Subjects” to “AGROVOC keywords” in Discovery sidebar/search and Browse by (<a href="https://github.com/ilri/DSpace/issues/257">#257</a>)</li>
|
||||
|
Reference in New Issue
Block a user