diff --git a/content/2016-01.md b/content/2016-01.md index 5b4babb5f..81458c853 100644 --- a/content/2016-01.md +++ b/content/2016-01.md @@ -37,3 +37,4 @@ image = "../images/bg.jpg" - On a hunch I cleared the Cocoon cache and now the feeds are fresh - Looks like there is configuration option related to this, `webui.feed.cache.age`, which defaults to 48 hours, though I'm not sure what relation it has to the Cocoon cache - In any case, we should change this cache to be something more like 6 hours, as we publish new items several times per day. +- Work around a CSS issue with long URLs in the item view ([#172](https://github.com/ilri/DSpace/issues/172)) diff --git a/public/2016-01/index.html b/public/2016-01/index.html index 1154a57b6..7311e1902 100644 --- a/public/2016-01/index.html +++ b/public/2016-01/index.html @@ -119,6 +119,7 @@
  • On a hunch I cleared the Cocoon cache and now the feeds are fresh
  • Looks like there is configuration option related to this, webui.feed.cache.age, which defaults to 48 hours, though I’m not sure what relation it has to the Cocoon cache
  • In any case, we should change this cache to be something more like 6 hours, as we publish new items several times per day.
  • +
  • Work around a CSS issue with long URLs in the item view (#172)
  • diff --git a/public/index.xml b/public/index.xml index 7d0b204c4..639cf49df 100644 --- a/public/index.xml +++ b/public/index.xml @@ -57,6 +57,7 @@ <li>On a hunch I cleared the Cocoon cache and now the feeds are fresh</li> <li>Looks like there is configuration option related to this, <code>webui.feed.cache.age</code>, which defaults to 48 hours, though I&rsquo;m not sure what relation it has to the Cocoon cache</li> <li>In any case, we should change this cache to be something more like 6 hours, as we publish new items several times per day.</li> +<li>Work around a CSS issue with long URLs in the item view (<a href="https://github.com/ilri/DSpace/issues/172">#172</a>)</li> </ul> diff --git a/public/tags/notes/index.xml b/public/tags/notes/index.xml index 5c342cfff..4ffccc739 100644 --- a/public/tags/notes/index.xml +++ b/public/tags/notes/index.xml @@ -57,6 +57,7 @@ <li>On a hunch I cleared the Cocoon cache and now the feeds are fresh</li> <li>Looks like there is configuration option related to this, <code>webui.feed.cache.age</code>, which defaults to 48 hours, though I&rsquo;m not sure what relation it has to the Cocoon cache</li> <li>In any case, we should change this cache to be something more like 6 hours, as we publish new items several times per day.</li> +<li>Work around a CSS issue with long URLs in the item view (<a href="https://github.com/ilri/DSpace/issues/172">#172</a>)</li> </ul>