Commit 37cedee
committed
🔖(chore) bump to 3.2.0
Added
- Add `discounted_price`, `discount`, `certificate_discounted_price` and
`certificate_discount` fields to `CourseRun` model
- Add search indexation for new `CourseRun` model fields
- Add `discounted_price` to the course glimpse template
- Add autoplay for carousel slides
Changed
- Hide courses that are not `is_listed` in public pages
- Replace order groups by computed properties coming from Joanie
- Allow configuration of the `STORAGES` setting via environment variables
- Rename `CourseProductRelation` to `Offer`
- Only display payment schedule for credential products
- Provide `postgresql` as default value for `ACTIVATED_DB` variable.
- Update Offer type with rules property which contains all applicable
offer rules
- Rename again `CourseProductRelation` to `Offering`
- Improve product display styling on course detail pages
- Display discounted prices in catalog and course detail pages
- Display certificate and normal discount prices for Syllabus Course Run
Fixed
- Prevent indexation failure when any thumbnail generation fails
- Display discounted price for the purchase of a certificate product
from student dashboard in sale tunnel informations
- Clear the page and search caches when syncing a course run1 parent 6f7c468 commit 37cedee
File tree
67 files changed
+3714
-779
lines changed- cookiecutter/{{cookiecutter.organization}}-richie-site-factory/template/{{cookiecutter.site}}
- requirements
- src/frontend
- docs
- src
- frontend
- i18n/locales
- js/translations
- richie/locale
- ar_SA/LC_MESSAGES
- es_ES/LC_MESSAGES
- fr_CA/LC_MESSAGES
- fr_FR/LC_MESSAGES
- ko_KR/LC_MESSAGES
- pt_PT/LC_MESSAGES
- ru_RU/LC_MESSAGES
- vi_VN/LC_MESSAGES
- tests_e2e
- website
- versioned_docs/version-3.2.0
- api
- assets/images
- plugins-extensions
- versioned_sidebars
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
67 files changed
+3714
-779
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
2356 | 2358 | | |
2357 | 2359 | | |
2358 | 2360 | | |
2359 | | - | |
| 2361 | + | |
| 2362 | + | |
2360 | 2363 | | |
2361 | 2364 | | |
2362 | 2365 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
230 | 242 | | |
231 | 243 | | |
232 | 244 | | |
| |||
243 | 255 | | |
244 | 256 | | |
245 | 257 | | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
246 | 262 | | |
247 | 263 | | |
248 | 264 | | |
249 | 265 | | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
250 | 270 | | |
251 | 271 | | |
252 | 272 | | |
| |||
1927 | 1947 | | |
1928 | 1948 | | |
1929 | 1949 | | |
1930 | | - | |
1931 | | - | |
| 1950 | + | |
| 1951 | + | |
1932 | 1952 | | |
1933 | 1953 | | |
1934 | 1954 | | |
| |||
2047 | 2067 | | |
2048 | 2068 | | |
2049 | 2069 | | |
2050 | | - | |
2051 | | - | |
2052 | | - | |
2053 | | - | |
2054 | | - | |
2055 | | - | |
2056 | | - | |
2057 | | - | |
2058 | 2070 | | |
2059 | 2071 | | |
2060 | 2072 | | |
| |||
2147 | 2159 | | |
2148 | 2160 | | |
2149 | 2161 | | |
| 2162 | + | |
| 2163 | + | |
| 2164 | + | |
| 2165 | + | |
| 2166 | + | |
| 2167 | + | |
| 2168 | + | |
| 2169 | + | |
2150 | 2170 | | |
2151 | 2171 | | |
2152 | 2172 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
230 | 242 | | |
231 | 243 | | |
232 | 244 | | |
| |||
243 | 255 | | |
244 | 256 | | |
245 | 257 | | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
246 | 262 | | |
247 | 263 | | |
248 | 264 | | |
249 | 265 | | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
250 | 270 | | |
251 | 271 | | |
252 | 272 | | |
| |||
1927 | 1947 | | |
1928 | 1948 | | |
1929 | 1949 | | |
1930 | | - | |
1931 | | - | |
| 1950 | + | |
| 1951 | + | |
1932 | 1952 | | |
1933 | 1953 | | |
1934 | 1954 | | |
| |||
2047 | 2067 | | |
2048 | 2068 | | |
2049 | 2069 | | |
2050 | | - | |
2051 | | - | |
2052 | | - | |
2053 | | - | |
2054 | | - | |
2055 | | - | |
2056 | | - | |
2057 | | - | |
2058 | 2070 | | |
2059 | 2071 | | |
2060 | 2072 | | |
| |||
2147 | 2159 | | |
2148 | 2160 | | |
2149 | 2161 | | |
| 2162 | + | |
| 2163 | + | |
| 2164 | + | |
| 2165 | + | |
| 2166 | + | |
| 2167 | + | |
| 2168 | + | |
| 2169 | + | |
2150 | 2170 | | |
2151 | 2171 | | |
2152 | 2172 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
230 | 242 | | |
231 | 243 | | |
232 | 244 | | |
| |||
243 | 255 | | |
244 | 256 | | |
245 | 257 | | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
246 | 262 | | |
247 | 263 | | |
248 | 264 | | |
249 | 265 | | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
250 | 270 | | |
251 | 271 | | |
252 | 272 | | |
| |||
1927 | 1947 | | |
1928 | 1948 | | |
1929 | 1949 | | |
1930 | | - | |
1931 | | - | |
| 1950 | + | |
| 1951 | + | |
1932 | 1952 | | |
1933 | 1953 | | |
1934 | 1954 | | |
| |||
2047 | 2067 | | |
2048 | 2068 | | |
2049 | 2069 | | |
2050 | | - | |
2051 | | - | |
2052 | | - | |
2053 | | - | |
2054 | | - | |
2055 | | - | |
2056 | | - | |
2057 | | - | |
2058 | 2070 | | |
2059 | 2071 | | |
2060 | 2072 | | |
| |||
2147 | 2159 | | |
2148 | 2160 | | |
2149 | 2161 | | |
| 2162 | + | |
| 2163 | + | |
| 2164 | + | |
| 2165 | + | |
| 2166 | + | |
| 2167 | + | |
| 2168 | + | |
| 2169 | + | |
2150 | 2170 | | |
2151 | 2171 | | |
2152 | 2172 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
230 | 242 | | |
231 | 243 | | |
232 | 244 | | |
| |||
243 | 255 | | |
244 | 256 | | |
245 | 257 | | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
246 | 262 | | |
247 | 263 | | |
248 | 264 | | |
249 | 265 | | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
250 | 270 | | |
251 | 271 | | |
252 | 272 | | |
| |||
1927 | 1947 | | |
1928 | 1948 | | |
1929 | 1949 | | |
1930 | | - | |
1931 | | - | |
1932 | | - | |
| 1950 | + | |
| 1951 | + | |
| 1952 | + | |
1933 | 1953 | | |
1934 | 1954 | | |
1935 | 1955 | | |
| |||
2047 | 2067 | | |
2048 | 2068 | | |
2049 | 2069 | | |
2050 | | - | |
2051 | | - | |
2052 | | - | |
2053 | | - | |
2054 | | - | |
2055 | | - | |
2056 | | - | |
2057 | | - | |
2058 | 2070 | | |
2059 | 2071 | | |
2060 | 2072 | | |
| |||
2147 | 2159 | | |
2148 | 2160 | | |
2149 | 2161 | | |
| 2162 | + | |
| 2163 | + | |
| 2164 | + | |
| 2165 | + | |
| 2166 | + | |
| 2167 | + | |
| 2168 | + | |
| 2169 | + | |
2150 | 2170 | | |
2151 | 2171 | | |
2152 | 2172 | | |
| |||
0 commit comments