diff --git a/content/2016-03.md b/content/2016-03.md index 56e43a11a..9776389bc 100644 --- a/content/2016-03.md +++ b/content/2016-03.md @@ -174,4 +174,13 @@ Can't find method org.dspace.app.xmlui.aspect.administrative.FlowGroupUtils.proc - Having problems with Listings and Reports, seems to be caused by a rogue reference to `dc.type.output` - This is the error we get when we proceed to the second page of Listings and Reports: https://gist.github.com/alanorth/b2d7fb5b82f94898caaf -- Commenting out the line works, but I haven't figured out the proper syntax for referring to dc.type.* +- Commenting out the line works, but I haven't figured out the proper syntax for referring to `dc.type.*` + +## 2016-03-28 + +- Look into enabling the embargo during item submission, see: https://wiki.duraspace.org/display/DSDOC5x/Embargo#Embargo-SubmissionProcess +- Seems we only want `AccessStep` because `UploadWithEmbargoStep` disables the ability to edit embargos at the item level +- This pull request enables the ability to set an item-level embargo during submission: https://github.com/ilri/DSpace/pull/203 +- I figured out that the problem with Listings and Reports was because I disabled the `search.index.*` last week, and they are still used by JSPUI apparently +- This pull request re-enables them: https://github.com/ilri/DSpace/pull/202 +- Re-deploy DSpace Test, run all system updates, and restart the server diff --git a/public/2016-03/index.html b/public/2016-03/index.html index 605f92ec9..663e296d6 100644 --- a/public/2016-03/index.html +++ b/public/2016-03/index.html @@ -291,7 +291,18 @@ + +

2016-03-28

+ + diff --git a/public/index.xml b/public/index.xml index 5de01aa7a..5555c94de 100644 --- a/public/index.xml +++ b/public/index.xml @@ -229,7 +229,18 @@ <ul> <li>Having problems with Listings and Reports, seems to be caused by a rogue reference to <code>dc.type.output</code></li> <li>This is the error we get when we proceed to the second page of Listings and Reports: <a href="https://gist.github.com/alanorth/b2d7fb5b82f94898caaf">https://gist.github.com/alanorth/b2d7fb5b82f94898caaf</a></li> -<li>Commenting out the line works, but I haven&rsquo;t figured out the proper syntax for referring to dc.type.*</li> +<li>Commenting out the line works, but I haven&rsquo;t figured out the proper syntax for referring to <code>dc.type.*</code></li> +</ul> + +<h2 id="2016-03-28:5a28ddf3ee658c043c064ccddb151717">2016-03-28</h2> + +<ul> +<li>Look into enabling the embargo during item submission, see: <a href="https://wiki.duraspace.org/display/DSDOC5x/Embargo#Embargo-SubmissionProcess">https://wiki.duraspace.org/display/DSDOC5x/Embargo#Embargo-SubmissionProcess</a></li> +<li>Seems we only want <code>AccessStep</code> because <code>UploadWithEmbargoStep</code> disables the ability to edit embargos at the item level</li> +<li>This pull request enables the ability to set an item-level embargo during submission: <a href="https://github.com/ilri/DSpace/pull/203">https://github.com/ilri/DSpace/pull/203</a></li> +<li>I figured out that the problem with Listings and Reports was because I disabled the <code>search.index.*</code> last week, and they are still used by JSPUI apparently</li> +<li>This pull request re-enables them: <a href="https://github.com/ilri/DSpace/pull/202">https://github.com/ilri/DSpace/pull/202</a></li> +<li>Re-deploy DSpace Test, run all system updates, and restart the server</li> </ul> diff --git a/public/tags/notes/index.xml b/public/tags/notes/index.xml index 310c2ff66..9e9fc03dc 100644 --- a/public/tags/notes/index.xml +++ b/public/tags/notes/index.xml @@ -229,7 +229,18 @@ <ul> <li>Having problems with Listings and Reports, seems to be caused by a rogue reference to <code>dc.type.output</code></li> <li>This is the error we get when we proceed to the second page of Listings and Reports: <a href="https://gist.github.com/alanorth/b2d7fb5b82f94898caaf">https://gist.github.com/alanorth/b2d7fb5b82f94898caaf</a></li> -<li>Commenting out the line works, but I haven&rsquo;t figured out the proper syntax for referring to dc.type.*</li> +<li>Commenting out the line works, but I haven&rsquo;t figured out the proper syntax for referring to <code>dc.type.*</code></li> +</ul> + +<h2 id="2016-03-28:5a28ddf3ee658c043c064ccddb151717">2016-03-28</h2> + +<ul> +<li>Look into enabling the embargo during item submission, see: <a href="https://wiki.duraspace.org/display/DSDOC5x/Embargo#Embargo-SubmissionProcess">https://wiki.duraspace.org/display/DSDOC5x/Embargo#Embargo-SubmissionProcess</a></li> +<li>Seems we only want <code>AccessStep</code> because <code>UploadWithEmbargoStep</code> disables the ability to edit embargos at the item level</li> +<li>This pull request enables the ability to set an item-level embargo during submission: <a href="https://github.com/ilri/DSpace/pull/203">https://github.com/ilri/DSpace/pull/203</a></li> +<li>I figured out that the problem with Listings and Reports was because I disabled the <code>search.index.*</code> last week, and they are still used by JSPUI apparently</li> +<li>This pull request re-enables them: <a href="https://github.com/ilri/DSpace/pull/202">https://github.com/ilri/DSpace/pull/202</a></li> +<li>Re-deploy DSpace Test, run all system updates, and restart the server</li> </ul>