Releases: mysociety/alaveteli
Releases · mysociety/alaveteli
0.28.0.7
0.28.0.6
Highlighted Features
- Break model constants containing translated text out into new methods in
TranslatedConstants modules to prevent accidental caching of the default
locale's translations (Liz Conlan, Gareth Rees)
Upgrade Notes
- If you have overridden
LAW_USED_READABLE_DATA
in your theme, you will need
to rewrite this code to override thelaw_used_readable_data
class method of
InfoRequest::TranslatedConstants
instead
0.28.0.5
0.28.0.4
Highlighted Features
- Fix bug causing
MailServerLog#delivery_status
to return an ActiveRecord
serialized attribute (Gareth Rees)
0.27.1.4
Highlighted Features
- Fix bug causing
MailServerLog#delivery_status
to return an ActiveRecord
serialized attribute (Gareth Rees)
0.26.0.12
Highlighted Features
- Fix bug causing
MailServerLog#delivery_status
to return an ActiveRecord
serialized attribute (Gareth Rees)
0.28.0.3
Highlighted Features
- Updated translations from Transifex (Gareth Rees)
0.26.0.11
Highlighted Features
- Update CS translations from 0.28.0.3 (Gareth Rees)
0.28.0.2
0.28.0.1
Highlighted Features
- Add config for
SECRET_KEY_BASE
(Gareth Rees).
Upgrade Notes
- Rails 4.0 introduces ActiveSupport::KeyGenerator and uses this as a base from
which to generate and verify signed cookies (among other things). Generate a
secret withbundle exec rake secret
and use this for the value of
SECRET_KEY_BASE
inconfig/general.yml
.