Skip to content
This repository has been archived by the owner on Jan 23, 2018. It is now read-only.

Releases: AusDTO/gov-au-beta

v1.4.1

06 Oct 06:13
Compare
Choose a tag to compare

[v1.4.1]

Changed

  • various bits and pieces on the homepage and sub-pages

v1.4.0

06 Oct 04:20
Compare
Choose a tag to compare

[v1.4.0]

Added

  • Added ability to link to another page by id
  • Added EDITOR.md as a central location for documenting the editor
  • News lists can be filtered by ministers and departments
  • Image upload function available in editorial
  • Toggle to require all visitors to have an invite

Changed

  • Updated ui-kit to v1.8.0
  • Now adds Cache-Control headers (public, max-age 5 mins) to supplement ETAGs.

Fixed

  • Pluralise 'ministers' only where appropriate
  • Fixed HSTS settings so we don't force every gov.au subdomain to run over https
  • Performance of /news page
  • Updated layout of news article page

v1.3.1

07 Sep 07:16
Compare
Choose a tag to compare

[v1.3.1] - 2016-09-07

Added

Changed

  • Update homepage

Fixed

  • Auth failure in /editorial now redirected to /users/sign_in

v1.3.0

07 Sep 03:00
Compare
Choose a tag to compare

[v1.3.0] - 2016-09-07

Added

  • Admin dashboard for sessions
  • Added 'What is GOV.AU Beta?' callout to homepage
  • Improved request and data change logging

Changed

  • Incorrect attempts at verifying identity locks the user out
  • Change git merge strategy for CHANGELOG.md to reduce conflicts
  • users are now soft deleted to preserve relationship with submissions
  • Upgrade UI kit to v1.7.6
  • User sessions timeout after 90 minutes idle

Fixed

  • Markdown support for images with links
  • GTM tag is now in
  • email address is now validated on feedback form
  • removed prompt to sign up when unauthenticated

v1.2.1

31 Aug 06:14
Compare
Choose a tag to compare

[v1.2.1] - 2016-08-31

Changed

  • Removed 30 day grace window on 2FA

v1.2.0

31 Aug 05:23
Compare
Choose a tag to compare

[v1.2.0] - 2016-08-31

Added

  • Added two-factor authentication via SMS and authenticator to sign-in/up and verification
  • Verification of identity when accessing protected pages
  • Phone number verification when changing numbers
  • Simple feedback system and admin
  • Rendering # links as placeholder spans
  • Section owners and admins can create new users
  • Importing database dump from S3
  • Footer links can be maintained using a "About GOV.AU" section

Changed

  • Upgrade Rails to v5.0.0.1
  • Upgrade UI kit to v1.7.5
  • Improvements to Category landing page layout including collapsing regions
  • Remove references to content analysis service
  • HTTP basic authentication is now toggleable

Fixed

  • Fixed leaking email addresses on password reset and resend email confirmation pages
  • Remove instances of permit! mass assignment
  • Improved accessibility
  • Switched to database backed session stores for greater security
  • Fixed styling of the active page in the sidebar
  • Seeded users do not require email confirmation
  • Fixed bug that was preventing reordering children of a section home

Removed

  • A user can no longer sign themselves up

v1.1.0

23 Aug 04:49
Compare
Choose a tag to compare

[v1.1.0] - 2016-08-23

Added

  • Added ability to group topics into categories
  • Added collecting test metadata for CircleCI
  • Added ability to mark pages as placeholders that appear in navigation
  • Rake task for dumping, santising, and uploading the database to AWS S3

Changed

  • Upgrade UI kit to v1.7.4
  • Removed optional content editors like editor.md and trumbowyg
  • Deleted summary text on Minister and Departments listing pages
  • Improvements to the database scrubbing script
  • Added new demo category layout to the homepage

Fixed

  • The page preview in the editor does not allow javascript to be previewed
  • Don't let admins search on password hash
  • Update visual design of admin sign-in form
  • Images of states crests on homepage look correct in IE8

v1.0.3

15 Aug 23:45
Compare
Choose a tag to compare

[v1.0.3] - 2016-08-16

Added

  • Include git tag and sha1 on editorial footer
  • Added automated accessibility tests

Changed

  • Error pages are now styled like the rest of the site

Fixed

  • The html title tag reflects the page name
  • Node preview layout in editorial now correctly wraps metadata header
  • Improved support for IE
  • Correctly check for a valid node type when creating nodes
  • Fixed some accessibility issues

v1.0.2

03 Aug 05:23
Compare
Choose a tag to compare

[v1.0.2] - 2016-08-03

Added

  • Transition links displayed on root page

v1.0.1

03 Aug 02:32
Compare
Choose a tag to compare

[v1.0.1] - 2016-08-03

Added

  • DB scrub script
  • Email is enabled in production
  • Only allows sign-up for *.gov.au email addresses
  • Confirmation of email address is now switched on for all new users

Changed

  • Updated demo script to include all steps
  • Header logo hover state is brand bar turning white
  • Link beneath related topics includes anchor

Fixed

  • Accessing news for an unknown section returns file not found