Releases: berkmancenter/lumendatabase
Releases · berkmancenter/lumendatabase
2022.07c
- Fixed removing
file uploads
when creatingnew notices
in theadmin
.
2022.07b
- Made it possible to customize the
notice view
per notice.
2022.07a
- Made the
json editor
in theadmin
show allwork
properties.
2022.07
- Made the
admin
render ajson editor
instance for new notices. - Updated the
rails-html-sanitizer
gem.
2022.06c
- Made the
JSON editor
in theadmin
work with sub-models of thenotice
model.
2022.06b
- Stopped exposing full urls in the
search
view.
2022.06a
- Moved taggings to new
jsonb
columns in thenotices
table.
2022.06
- Started moving existing taggings to new
jsonb
fields in thenotice
table.
2022.05c
- Added a db constraint to avoid inserting wrong works json data.
2022.05b
- Started stripping
\u0000
unicode characters when submitting new notices.PostgreSQL
doesn't like it.