Releases: berkmancenter/lumendatabase
Releases · berkmancenter/lumendatabase
2023.01a
- Updated the
rails
gem.
2023.01
- Removed unused database tables.
- Added a new scope to the list
notices
view in theadmin
to be able to filter out notices with attachments only.
2022.12c
- Set default values for
boolean
db fields.
2022.12b
- Stopped running
.count
on associated models in theedit view
in theadmin
.
2022.12
- Upgraded the
rails_admin
gem to3.x
.
2022.12a
- Made times in lists in the
admin
respect the custom timezone.
2022.11b
- Allowed to destroy file uploads using notice nested attributes.
2022.11a
- Limited metrics logging.
2022.11
- Stopped using a fork of the
nested_form
gem.
2022.10b
- Made the
EmailRedactor
stop redacting urls.