Add notes for 2018-08-30

This commit is contained in:
2018-08-30 16:29:19 +03:00
parent 614c2038c8
commit 350601951b
4 changed files with 26 additions and 14 deletions

View File

@ -336,4 +336,9 @@ $ while read -r line; do dspace metadata-export -f "/tmp/${line/\//-}.csv" -i $l
- It is somehow related to adding events as items in the repository, and then linking related papers, presentations, etc to the event item using `dc.relation`, etc.
- Discuss Linode server charges with Abenet, apparently we want to start charging these to Big Data
## 2018-08-30
- I fixed the graphical glitch in the cookieconsent popup (the dismiss bug is still there) by pinning the last known good version (3.0.6) in `bower.json` of each XMLUI theme
- I guess cookieconsent got updated without me realizing it and the previous expression `^3.0.6` make bower install version 3.1.0
<!-- vim: set sw=2 ts=2: -->