Releases: mysociety/alaveteli
Releases · mysociety/alaveteli
0.39.1.4
Highlighted Features
- Updated translations from Transifex (Graeme Porteous)
0.39.1.3
Highlighted Features
- Fix broken alert-survey script (Graeme Porteous)
0.39.1.2
Highlighted Features
- Fix broken alert-survey script (Graeme Porteous)
- Updated translations from Transifex (Graeme Porteous)
0.39.1.1
0.39.1.0
Highlighted Features
- Upgrade to Xapian to 1.4.18 (Sam Pearson, Graeme Porteous)
- Add support for Ruby 2.7 (Graeme Porteous)
- Improve refusal identification message (Martin Wright)
- Remove Bing crawl politeness directive (Gareth Rees)
- Add confirmation when deleting a public body (aphel)
- Add mailcatcher to Docker development environment (aphel)
- Update new response reminders subject to include request title (aphel)
Upgrade Notes
- We now depend on Xapian 1.4.18, please ensure the xapian-tools system package
has been upgraded to the latest version. - We now support Ruby 2.7 please consider upgrading or using this when creating
new installations.
0.39.0.2
0.39.0.1
0.39.0.0
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
methodlaw_used_human
has been deprecated and will be
removed in a future release. The new methodlegislation
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