Skip to content

Release 0.16

Compare
Choose a tag to compare
@crowbot crowbot released this 09 Dec 08:27
· 12477 commits to develop since this release
  • Upgrade of the Rails framework to 3.2.16
  • Enabling the Rails asset pipeline for managing assets (more about the
    asset pipeline at http://guides.rubyonrails.org/asset_pipeline.html).
  • 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.