Releases: openfun/richie-site-factory
Releases · openfun/richie-site-factory
0.10.0
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
Fixed
- Fix copying frontend build to image
0.9.5
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
Fixed
- Fix path to storage class following refactoring
0.9.3
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
Fixed
- With django storages S3 backend,
STATIC_URL
should not start with a "/"
0.9.1
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
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
Changed
- Upgrade richie to 1.16.1.
Fixed
- Upgrade django-storages to fix static manifest storage bakend and media
files upload.
0.7.1
Fixed
- Add missing user related urls and settings.