Add notes for 2018-09-23

This commit is contained in:
2018-09-23 16:51:17 +03:00
parent 81f3ee523b
commit 325ef2d5a7
3 changed files with 22 additions and 8 deletions

View File

@ -394,4 +394,10 @@ dspace=# select item_id from item where in_archive is True and withdrawn is Fals
- a0ea20bd1821720b111e2873b08e03ce2bf93307: DS-3883: Don't loop through original bitstreams if only displaying thumbnails
- 8d81e825dee62c2aa9d403a505e4a4d798964e8d: DS-3883: If only including thumbnails, only load the main item thumbnail.
## 2019-09-23
- I did more work on my [cgspace-statistics-api](https://github.com/alanorth/cgspace-statistics-api), fixing some item view counts and adding indexing via SQLite (I'm trying to avoid having to set up *yet another* database, user, password, etc) during deployment
- I created a new branch called `5_x-upstream-cherry-picks` to test and track those cherry-picks from the upstream 5.x branch
- Also, I need to test the new LDAP server, so I will deploy that on DSpace Test today
<!-- vim: set sw=2 ts=2: -->