Releases: berkmancenter/lumendatabase
Releases · berkmancenter/lumendatabase
2022.02d
- Fixed a grammar issue in the captcha error message.
2022.02c
- Updated the
rails
gem. - Started storing urls as
json
in theworks_json
column in thenotices
table.
2022.02b
- Started using the
jsonapi-serializer
gem instead ofactive_model_serializers
.
2022.02a
- Fixed searching from the single notice view.
2022.02
- Added a
notes
field to theusers
model. - Updated multiple gems.
2022.01m
- Stopped using a deprecated
elasticsearch
attribute (missing
).
2022.01l
- Catch error requests to the home path.
2022.01k
- Cleaned the error log from multiple minor errors.
2022.01j
- Enabled the
paranoid
mode indevise
.
2022.01i
- Fixed rendering of the recent notices box on mobile devices.
- Added a submission_id field and filter to the notices list in admin.