Skip to content

0.39.0.0

Compare
Choose a tag to compare
@gbp gbp released this 25 Jun 08:58
· 3306 commits to develop since this release

Highlighted Features

  • Add tool to help challenge FOI refusals (Myfanwy Nixon, Martin Wright, Zarino
    Zappia, Gareth Rees, Graeme Porteous)
    See: https://www.mysociety.org/2021/06/25/a-tool-to-help-challenge-foi-refusals-now-on-whatdotheyknow/
  • Add initial support for additional legislations (Graeme Porteous)
  • Add legislations reference exemptions detection (Gareth Rees, Graeme Porteous)
  • Add post request survey feature (Graeme Porteous)
  • Prevent saving of unescaped characters in regexp Censor Rules (Gareth Rees)
  • Truncate list of alternative users shown on user profiles (Gareth Rees)
  • Allow author to be an optional blog feed attribute (Gareth Rees)
    @@ -10,17 +16,81 @@
  • Tweak change request button colours in admin interface (Gareth Rees)
  • Add Debian Buster support (Graeme Porteous)
  • Add ability to translate pagination links (Graeme Porteous)
  • Add Docker development environment (Graeme Porteous)
  • Update list of world FOI websites (Gareth Rees)
  • Dependencies upgrades (Gareth Rees, Graeme Porteous)

Upgrade Notes

  • IMPORTANT! We no longer support Ruby 2.3 or 2.4 Please upgrade to Ruby 2.6
    See: https://github.com/mysociety/alaveteli/wiki/Migrating-an-existing-Alaveteli-site-from-Ruby-2.3-and-2.4
  • The InfoRequest method law_used_human has been deprecated and will be
    removed in a future release. The new method legislation has been supplied
    instead which is a Legislation instance with a #to_s method equivalent to
    the original method, e.g. law_used_human(:full) can now be replaced with
    legislation.to_s(:full).
  • There are some database structure updates so remember to run
    bundle exec rails db:migrate