Skip to content

Releases: mysociety/alaveteli

0.28.0.7

25 May 09:30
Compare
Choose a tag to compare

Highlighted Features

  • Fix locale handling bug which prevented locales containing underscores from
    being used as an additional site language (Liz Conlan)

0.28.0.6

26 Apr 12:53
Compare
Choose a tag to compare

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 the law_used_readable_data class method of
    InfoRequest::TranslatedConstants instead

0.28.0.5

24 Apr 09:17
Compare
Choose a tag to compare

Fix bug in Statistics.by_week_to_today_with_noughts causing comparisons to fail (Gareth Rees)

0.28.0.4

27 Mar 15:04
Compare
Choose a tag to compare

Highlighted Features

  • Fix bug causing MailServerLog#delivery_status to return an ActiveRecord
    serialized attribute (Gareth Rees)

0.27.1.4

27 Mar 14:59
Compare
Choose a tag to compare

Highlighted Features

  • Fix bug causing MailServerLog#delivery_status to return an ActiveRecord
    serialized attribute (Gareth Rees)

0.26.0.12

27 Mar 14:56
Compare
Choose a tag to compare

Highlighted Features

  • Fix bug causing MailServerLog#delivery_status to return an ActiveRecord
    serialized attribute (Gareth Rees)

0.28.0.3

24 Mar 12:56
Compare
Choose a tag to compare

Highlighted Features

  • Updated translations from Transifex (Gareth Rees)

0.26.0.11

24 Mar 13:44
Compare
Choose a tag to compare

Highlighted Features

  • Update CS translations from 0.28.0.3 (Gareth Rees)

0.28.0.2

21 Mar 15:59
Compare
Choose a tag to compare

Highlighted Features

  • Fix indexing error when creating batch requests (Louise Crow)

Upgrade Notes

There are some database structure updates so remember to rake db:migrate

0.28.0.1

17 Mar 15:42
Compare
Choose a tag to compare

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 with bundle exec rake secret and use this for the value of
    SECRET_KEY_BASE in config/general.yml.