From e556af4f0fe7b72237d194944e7e842add20ea61 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 14 Feb 2017 13:03:09 +0200 Subject: [PATCH] Add notes for 2017-02-14 --- content/post/2017-02.md | 10 ++++++++++ public/2017-02/index.html | 17 ++++++++++++++++- public/index.xml | 15 +++++++++++++++ public/post/index.xml | 15 +++++++++++++++ public/tags/notes/index.xml | 15 +++++++++++++++ 5 files changed, 71 insertions(+), 1 deletion(-) diff --git a/content/post/2017-02.md b/content/post/2017-02.md index fbd894ae8..90a751474 100644 --- a/content/post/2017-02.md +++ b/content/post/2017-02.md @@ -57,3 +57,13 @@ $ ./fix-metadata-values.py -i ccafs-flagships-feb7.csv -f cg.subject.ccafs -t co - CCAFS said they want to wait on the flagship updates (`cg.subject.ccafs`) on CGSpace, perhaps for a month or so - Help Marianne Gadeberg (WLE) with some user permissions as it seems she had previously been using a personal email account, and is now on a CGIAR one - I manually added her new account to ~25 authorizations that her hold user was on + +## 2017-02-14 + +- Add `SCALING` to ILRI subjects ([#304](https://github.com/ilri/DSpace/pull/304)), as Sisay's attempts were all sloppy +- Cherry pick some patches from the DSpace 5.7 branch: + - DS-3363 CSV import error says "row", means "column": f7b6c83e991db099003ee4e28ca33d3c7bab48c0 + - DS-3479 avoid adding empty metadata values during import: 329f3b48a6de7fad074d825fd12118f7e181e151 + - [DS-3456] 5x Clarify command line options for statisics import/export tools (#1623): 567ec083c8a94eb2bcc1189816eb4f767745b278 + - [DS-3458]5x Allow Shard Process to Append to an existing repo: 3c8ecb5d1fd69a1dcfee01feed259e80abbb7749 +- I still need to test these, especially as the last two which change some stuff with Solr maintenance diff --git a/public/2017-02/index.html b/public/2017-02/index.html index 2e35517e3..908c0df8b 100644 --- a/public/2017-02/index.html +++ b/public/2017-02/index.html @@ -92,7 +92,7 @@ Looks like we’ll be using cg.identifier.ccafsprojectpii as the field name "headline": "February, 2017", "url": "https://alanorth.github.io/cgspace-notes/2017-02/", - "wordCount": "365", + "wordCount": "446", "datePublished": "2017-02-07T07:04:52-08:00", @@ -230,6 +230,21 @@ DELETE 1
  • I manually added her new account to ~25 authorizations that her hold user was on
  • +

    2017-02-14

    + + + diff --git a/public/index.xml b/public/index.xml index 7719fbef7..14dae2d98 100644 --- a/public/index.xml +++ b/public/index.xml @@ -76,6 +76,21 @@ DELETE 1 <li>CCAFS said they want to wait on the flagship updates (<code>cg.subject.ccafs</code>) on CGSpace, perhaps for a month or so</li> <li>Help Marianne Gadeberg (WLE) with some user permissions as it seems she had previously been using a personal email account, and is now on a CGIAR one</li> <li>I manually added her new account to ~25 authorizations that her hold user was on</li> +</ul> + +<h2 id="2017-02-14">2017-02-14</h2> + +<ul> +<li>Add <code>SCALING</code> to ILRI subjects (<a href="https://github.com/ilri/DSpace/pull/304">#304</a>), as Sisay&rsquo;s attempts were all sloppy</li> +<li>Cherry pick some patches from the DSpace 5.7 branch: + +<ul> +<li>DS-3363 CSV import error says &ldquo;row&rdquo;, means &ldquo;column&rdquo;: f7b6c83e991db099003ee4e28ca33d3c7bab48c0</li> +<li>DS-3479 avoid adding empty metadata values during import: 329f3b48a6de7fad074d825fd12118f7e181e151</li> +<li>[DS-3456] 5x Clarify command line options for statisics import/export tools (#1623): 567ec083c8a94eb2bcc1189816eb4f767745b278</li> +<li>[DS-3458]5x Allow Shard Process to Append to an existing repo: 3c8ecb5d1fd69a1dcfee01feed259e80abbb7749</li> +</ul></li> +<li>I still need to test these, especially as the last two which change some stuff with Solr maintenance</li> </ul> diff --git a/public/post/index.xml b/public/post/index.xml index c934de63f..e6c54225b 100644 --- a/public/post/index.xml +++ b/public/post/index.xml @@ -76,6 +76,21 @@ DELETE 1 <li>CCAFS said they want to wait on the flagship updates (<code>cg.subject.ccafs</code>) on CGSpace, perhaps for a month or so</li> <li>Help Marianne Gadeberg (WLE) with some user permissions as it seems she had previously been using a personal email account, and is now on a CGIAR one</li> <li>I manually added her new account to ~25 authorizations that her hold user was on</li> +</ul> + +<h2 id="2017-02-14">2017-02-14</h2> + +<ul> +<li>Add <code>SCALING</code> to ILRI subjects (<a href="https://github.com/ilri/DSpace/pull/304">#304</a>), as Sisay&rsquo;s attempts were all sloppy</li> +<li>Cherry pick some patches from the DSpace 5.7 branch: + +<ul> +<li>DS-3363 CSV import error says &ldquo;row&rdquo;, means &ldquo;column&rdquo;: f7b6c83e991db099003ee4e28ca33d3c7bab48c0</li> +<li>DS-3479 avoid adding empty metadata values during import: 329f3b48a6de7fad074d825fd12118f7e181e151</li> +<li>[DS-3456] 5x Clarify command line options for statisics import/export tools (#1623): 567ec083c8a94eb2bcc1189816eb4f767745b278</li> +<li>[DS-3458]5x Allow Shard Process to Append to an existing repo: 3c8ecb5d1fd69a1dcfee01feed259e80abbb7749</li> +</ul></li> +<li>I still need to test these, especially as the last two which change some stuff with Solr maintenance</li> </ul> diff --git a/public/tags/notes/index.xml b/public/tags/notes/index.xml index e4ef7f99d..acfdf065b 100644 --- a/public/tags/notes/index.xml +++ b/public/tags/notes/index.xml @@ -75,6 +75,21 @@ DELETE 1 <li>CCAFS said they want to wait on the flagship updates (<code>cg.subject.ccafs</code>) on CGSpace, perhaps for a month or so</li> <li>Help Marianne Gadeberg (WLE) with some user permissions as it seems she had previously been using a personal email account, and is now on a CGIAR one</li> <li>I manually added her new account to ~25 authorizations that her hold user was on</li> +</ul> + +<h2 id="2017-02-14">2017-02-14</h2> + +<ul> +<li>Add <code>SCALING</code> to ILRI subjects (<a href="https://github.com/ilri/DSpace/pull/304">#304</a>), as Sisay&rsquo;s attempts were all sloppy</li> +<li>Cherry pick some patches from the DSpace 5.7 branch: + +<ul> +<li>DS-3363 CSV import error says &ldquo;row&rdquo;, means &ldquo;column&rdquo;: f7b6c83e991db099003ee4e28ca33d3c7bab48c0</li> +<li>DS-3479 avoid adding empty metadata values during import: 329f3b48a6de7fad074d825fd12118f7e181e151</li> +<li>[DS-3456] 5x Clarify command line options for statisics import/export tools (#1623): 567ec083c8a94eb2bcc1189816eb4f767745b278</li> +<li>[DS-3458]5x Allow Shard Process to Append to an existing repo: 3c8ecb5d1fd69a1dcfee01feed259e80abbb7749</li> +</ul></li> +<li>I still need to test these, especially as the last two which change some stuff with Solr maintenance</li> </ul>