Skip to content

Releases: openfun/richie-site-factory

0.10.0

27 May 16:32
Compare
Choose a tag to compare
0.10.0 Pre-release
Pre-release

Changed

  • Move static files to a custom nginx image
  • Refactor Docker Compose project to run both the development and production
    images

Fixed

  • Fix svg images in static files by adding alias to the CloudFront
    distribution on the same domain as the app

0.9.6

27 May 16:30
Compare
Choose a tag to compare
0.9.6 Pre-release
Pre-release

Fixed

  • Fix copying frontend build to image

0.9.5

22 May 12:47
Compare
Choose a tag to compare
0.9.5 Pre-release
Pre-release

Added

  • Add nginx to the stack to test collectstatic

Changed

  • Upgrade to Terraform 0.12

Fixed

  • Fix css build location after refactoring

0.9.4

21 May 10:30
Compare
Choose a tag to compare
0.9.4 Pre-release
Pre-release

Fixed

  • Fix path to storage class following refactoring

0.9.3

21 May 08:34
Compare
Choose a tag to compare
0.9.3 Pre-release
Pre-release

Added

  • Add translations for strings specific to fun-mooc

Changed

  • Upgrade richie to 2.0.0-beta.6.
  • Disable "Contact Us" CTA from course detail.

Fixed

  • Refactor project to the classical Django structure to fix static files
  • Correctly adjust hero-intro background to homepage mockup.
  • Use the FunMooc help center link on "Contact Us" CTA in header.

0.9.2

21 May 08:37
Compare
Choose a tag to compare
0.9.2 Pre-release
Pre-release

Fixed

  • With django storages S3 backend, STATIC_URL should not start with a "/"

0.9.1

21 May 08:36
Compare
Choose a tag to compare
0.9.1 Pre-release
Pre-release

Changed

  • Upgrade to django-storages 1.9.1

Fixed

  • With the django storages S3 backend, MEDIA_URL should not start with a "/"

0.9.0

21 May 08:35
Compare
Choose a tag to compare
0.9.0 Pre-release
Pre-release

Changed

  • Upgrade richie to 2.0.0-beta.5.
  • Update "main.scss" file to import richie Sass sources to be able to
    override settings.
  • Update project settings to add styleguide and missing new settings.
  • Update project urls to add styleguide.
  • Update layout color theme and logo to fit fun-mooc mockups.

0.8.0

15 Dec 07:35
Compare
Choose a tag to compare
0.8.0 Pre-release
Pre-release

Changed

  • Upgrade richie to 1.16.1.

Fixed

  • Upgrade django-storages to fix static manifest storage bakend and media
    files upload.

0.7.1

15 Dec 07:34
Compare
Choose a tag to compare
0.7.1 Pre-release
Pre-release

Fixed

  • Add missing user related urls and settings.