Skip to content

Releases: berkmancenter/lumendatabase

2022.07c

08 Jul 19:47
Compare
Choose a tag to compare
  • Fixed removing file uploads when creating new notices in the admin.

2022.07b

08 Jul 14:03
Compare
Choose a tag to compare
  • Made it possible to customize the notice view per notice.

2022.07a

07 Jul 14:41
Compare
Choose a tag to compare
  • Made the json editor in the admin show all work properties.

2022.07

07 Jul 08:51
Compare
Choose a tag to compare
  • Made the admin render a json editor instance for new notices.
  • Updated the rails-html-sanitizer gem.

2022.06c

24 Jun 19:44
Compare
Choose a tag to compare
  • Made the JSON editor in the admin work with sub-models of the notice model.

2022.06b

24 Jun 15:47
Compare
Choose a tag to compare
  • Stopped exposing full urls in the search view.

2022.06a

07 Jun 10:23
Compare
Choose a tag to compare
  • Moved taggings to new jsonb columns in the notices table.

2022.06

02 Jun 11:03
Compare
Choose a tag to compare
  • Started moving existing taggings to new jsonb fields in the notice table.

2022.05c

31 May 10:49
Compare
Choose a tag to compare
  • Added a db constraint to avoid inserting wrong works json data.

2022.05b

13 May 21:04
Compare
Choose a tag to compare
  • Started stripping \u0000 unicode characters when submitting new notices. PostgreSQL doesn't like it.