You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The all authorities csv download now uses less system resources
Ruby 2.0 is now included in the matrix of versions we run continuous
integration tests against
When using capistrano, the RAILS_ENV can now be explicitly set from
deploy.yml
The front page and request pages once more use fragment caching backed
by memcached to speed up serving of slow parts of these pages
The robots.txt file has been updated to allow crawling of response
attachment files (in original and HTML versions)
The themes:install rake task is kinder to developers; it no longer
removes and reclones themes, destroying local changes, and it keeps
themes as git repositories.
Social media elements (the blog, twitter feed) are only included if
the appropriate config variables (BLOG_FEED and TWITTER_USERNAME) have
been populated.
Some fixes to the treatment of hyphenated/underscored locales so that
public body translations are consistently stored using the underscore
format of the locale (so 'he_IL', not 'he-IL').
The popup message elements for temporary notices and for letting users
know about other sites have been made consistent and now use simpler
styles.