Skip to content

Commit

Permalink
🔖(chore) release v2.25.1
Browse files Browse the repository at this point in the history
Fixed
- Duplicated `course_format` placeholder in `course_detail` template
  • Loading branch information
jbpenrath committed Apr 18, 2024
1 parent 4ac1ce6 commit f8831da
Show file tree
Hide file tree
Showing 50 changed files with 2,464 additions and 164 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unrealeased]

## [2.25.1]

### Fixed

- Duplicated `course_format` placeholder in `course_detail` template
Expand Down Expand Up @@ -2045,7 +2047,8 @@ us:
- finish integrating the missing pages and improve the sandbox environment;
- test and polish the use of richie as a django app / node dependency.

[unreleased]: https://github.com/openfun/richie/compare/v2.25.0...master
[unreleased]: https://github.com/openfun/richie/compare/v2.25.1...master
[2.25.1]: https://github.com/openfun/richie/compare/v2.25.0...v2.25.1
[2.25.0]: https://github.com/openfun/richie/compare/v2.25.0-beta.1...v2.25.0
[2.25.0-beta.1]: https://github.com/openfun/richie/compare/v2.25.0-beta.0...v2.25.0-beta.1
[2.25.0-beta.0]: https://github.com/openfun/richie/compare/v2.24.1...v2.25.0-beta.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ django-storages==1.13.2
dockerflow==2022.8.0
gunicorn==21.2.0
psycopg2-binary==2.9.9
richie==2.25.0
richie==2.25.1
unidecode==1.3.6 # required by django-check-seo
sentry-sdk==1.39.1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"CMS"
],
"dependencies": {
"richie-education": "2.25.0"
"richie-education": "2.25.1"
},
"devDependencies": {
"@formatjs/cli": "6.2.4",
Expand Down
4 changes: 2 additions & 2 deletions docs/cookiecutter.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ If you chose to install Cookiecutter, you can now run it against our
[template][2] as follows:

```bash
cookiecutter gh:openfun/richie --directory cookiecutter --checkout v2.25.0
cookiecutter gh:openfun/richie --directory cookiecutter --checkout v2.25.1
```

If you didn't want to install it on your machine, we provide a Docker image
built with our [own repository][4] that you can use as follows:

```bash
docker run --rm -it -u $(id -u):$(id -g) -v $PWD:/app \
fundocker/cookiecutter gh:openfun/richie --directory cookiecutter --checkout v2.25.0
fundocker/cookiecutter gh:openfun/richie --directory cookiecutter --checkout v2.25.1
```

The `--directory` option is to indicate that our Cookiecutter template is in
Expand Down
6 changes: 3 additions & 3 deletions src/frontend/i18n/locales/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,11 @@
},
"components.ContractStatus.organizationSignedOn": {
"description": "Label for the date of sign of a training contract by the organization",
"message": "L'établissement a signé ce contrat de formation. Signée le {date}"
"message": "L'établissement a signé ce contrat de formation. Signé le {date}"
},
"components.ContractStatus.waitingOrganization": {
"description": "Label displayed when a training contract need to be signed by the organization",
"message": "Vous ne pouvez pas télécharger votre contrat de formation tant qu'elle n'a pas été signée par l'établissement."
"message": "Vous ne pouvez pas télécharger votre contrat de formation tant qu'il n'a pas été signé par l'établissement."
},
"components.ContractStatus.waitingSignature": {
"description": "Label displayed when a training contract need to be signed by the learner",
Expand Down Expand Up @@ -1901,7 +1901,7 @@
},
"pages.TeacherDashboardOrganizationContractsLayout.signAllPendingContracts": {
"description": "Button to sign all pending contracts",
"message": "Signer toutes les conventions en attente ({ count })"
"message": "Signer tous les contrats de formation en attente ({ count })"
},
"utils.ContractHelper.learnerHalfSigned": {
"description": "Label for unsigned contract status in learner point of view",
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/js/translations/fr-FR.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "richie-education",
"version": "2.25.0",
"version": "2.25.1",
"description": "A CMS to build learning portals for Open Education",
"main": "sandbox/manage.py",
"scripts": {
Expand Down
Binary file modified src/richie/locale/ar_SA/LC_MESSAGES/django.mo
Binary file not shown.
38 changes: 19 additions & 19 deletions src/richie/locale/ar_SA/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: richie\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-03 16:16+0000\n"
"PO-Revision-Date: 2024-04-11 09:39\n"
"POT-Creation-Date: 2024-04-18 12:07+0000\n"
"PO-Revision-Date: 2024-04-18 12:13\n"
"Last-Translator: \n"
"Language-Team: Arabic, Saudi Arabia\n"
"Language: ar_SA\n"
Expand Down Expand Up @@ -1086,13 +1086,13 @@ msgid "Complementary information"
msgstr ""

#: apps/courses/settings/__init__.py:223
#: apps/courses/templates/courses/cms/course_detail.html:455
#: apps/courses/templates/courses/cms/course_detail.html:454
#: apps/courses/templates/courses/cms/fragment_course_relations.html:47
msgid "License for the course content"
msgstr ""

#: apps/courses/settings/__init__.py:228
#: apps/courses/templates/courses/cms/course_detail.html:466
#: apps/courses/templates/courses/cms/course_detail.html:465
#: apps/courses/templates/courses/cms/fragment_course_relations.html:56
msgid "License for the content created by course participants"
msgstr "رخصة للمحتوى الذي أنشأه المشاركون في الدورة"
Expand Down Expand Up @@ -1366,38 +1366,38 @@ msgctxt "course_detail__title"
msgid "Format"
msgstr ""

#: apps/courses/templates/courses/cms/course_detail.html:288
#: apps/courses/templates/courses/cms/course_detail.html:287
msgid "How is the course structured?"
msgstr ""

#: apps/courses/templates/courses/cms/course_detail.html:298
#: apps/courses/templates/courses/cms/course_detail.html:297
msgctxt "course_detail__title"
msgid "Prerequisites"
msgstr ""

#: apps/courses/templates/courses/cms/course_detail.html:301
#: apps/courses/templates/courses/cms/course_detail.html:300
msgid "What are the prerequisites to follow this course?"
msgstr ""

#: apps/courses/templates/courses/cms/course_detail.html:311
#: apps/courses/templates/courses/cms/course_detail.html:310
msgctxt "course_detail__title"
msgid "Assessment and certification"
msgstr ""

#: apps/courses/templates/courses/cms/course_detail.html:315
#: apps/courses/templates/courses/cms/course_detail.html:314
msgid "How is progress evaluated and/or certified?"
msgstr ""

#: apps/courses/templates/courses/cms/course_detail.html:329
#: apps/courses/templates/courses/cms/course_detail.html:328
msgctxt "course_detail__title"
msgid "Course plan"
msgstr ""

#: apps/courses/templates/courses/cms/course_detail.html:331
#: apps/courses/templates/courses/cms/course_detail.html:330
msgid "Enter here the detailed course plan."
msgstr ""

#: apps/courses/templates/courses/cms/course_detail.html:377
#: apps/courses/templates/courses/cms/course_detail.html:376
msgid "\n"
" This course is part of a program\n"
" "
Expand All @@ -1411,37 +1411,37 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""

#: apps/courses/templates/courses/cms/course_detail.html:406
#: apps/courses/templates/courses/cms/course_detail.html:405
msgctxt "course_detail__title"
msgid "Course team"
msgstr ""

#: apps/courses/templates/courses/cms/course_detail.html:411
#: apps/courses/templates/courses/cms/course_detail.html:410
#: apps/courses/templates/courses/cms/fragment_course_relations.html:13
msgid "Who are the teachers in the course team?"
msgstr ""

#: apps/courses/templates/courses/cms/course_detail.html:425
#: apps/courses/templates/courses/cms/course_detail.html:424
msgctxt "course_detail__title"
msgid "Organizations"
msgstr "المنظمات"

#: apps/courses/templates/courses/cms/course_detail.html:430
#: apps/courses/templates/courses/cms/course_detail.html:429
#: apps/courses/templates/courses/cms/fragment_course_relations.html:32
msgid "What are the organizations publishing this course?"
msgstr ""

#: apps/courses/templates/courses/cms/course_detail.html:451
#: apps/courses/templates/courses/cms/course_detail.html:450
msgctxt "course_detail__title"
msgid "License"
msgstr ""

#: apps/courses/templates/courses/cms/course_detail.html:458
#: apps/courses/templates/courses/cms/course_detail.html:457
#: apps/courses/templates/courses/cms/fragment_course_relations.html:50
msgid "What is the license for the course content?"
msgstr ""

#: apps/courses/templates/courses/cms/course_detail.html:469
#: apps/courses/templates/courses/cms/course_detail.html:468
#: apps/courses/templates/courses/cms/fragment_course_relations.html:59
msgid "What is the license for the content created by course participants?"
msgstr ""
Expand Down
Binary file modified src/richie/locale/es_ES/LC_MESSAGES/django.mo
Binary file not shown.
38 changes: 19 additions & 19 deletions src/richie/locale/es_ES/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: richie\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-03 16:16+0000\n"
"PO-Revision-Date: 2024-04-11 09:39\n"
"POT-Creation-Date: 2024-04-18 12:07+0000\n"
"PO-Revision-Date: 2024-04-18 12:13\n"
"Last-Translator: \n"
"Language-Team: Spanish\n"
"Language: es_ES\n"
Expand Down Expand Up @@ -1082,13 +1082,13 @@ msgid "Complementary information"
msgstr "Información complementaria"

#: apps/courses/settings/__init__.py:223
#: apps/courses/templates/courses/cms/course_detail.html:455
#: apps/courses/templates/courses/cms/course_detail.html:454
#: apps/courses/templates/courses/cms/fragment_course_relations.html:47
msgid "License for the course content"
msgstr "Licencia para el contenido del curso"

#: apps/courses/settings/__init__.py:228
#: apps/courses/templates/courses/cms/course_detail.html:466
#: apps/courses/templates/courses/cms/course_detail.html:465
#: apps/courses/templates/courses/cms/fragment_course_relations.html:56
msgid "License for the content created by course participants"
msgstr "Licencia para el contenido creado por los participantes del curso"
Expand Down Expand Up @@ -1364,38 +1364,38 @@ msgctxt "course_detail__title"
msgid "Format"
msgstr "Formato"

#: apps/courses/templates/courses/cms/course_detail.html:288
#: apps/courses/templates/courses/cms/course_detail.html:287
msgid "How is the course structured?"
msgstr "¿Cómo está estructurado el curso?"

#: apps/courses/templates/courses/cms/course_detail.html:298
#: apps/courses/templates/courses/cms/course_detail.html:297
msgctxt "course_detail__title"
msgid "Prerequisites"
msgstr "Prerrequisitos"

#: apps/courses/templates/courses/cms/course_detail.html:301
#: apps/courses/templates/courses/cms/course_detail.html:300
msgid "What are the prerequisites to follow this course?"
msgstr "¿Cuáles son los perrequisitos para seguir este curso?"

#: apps/courses/templates/courses/cms/course_detail.html:311
#: apps/courses/templates/courses/cms/course_detail.html:310
msgctxt "course_detail__title"
msgid "Assessment and certification"
msgstr "Evaluación y certificación"

#: apps/courses/templates/courses/cms/course_detail.html:315
#: apps/courses/templates/courses/cms/course_detail.html:314
msgid "How is progress evaluated and/or certified?"
msgstr "¿Cómo se evalúa y/o certifica el progreso?"

#: apps/courses/templates/courses/cms/course_detail.html:329
#: apps/courses/templates/courses/cms/course_detail.html:328
msgctxt "course_detail__title"
msgid "Course plan"
msgstr "Plan del curso"

#: apps/courses/templates/courses/cms/course_detail.html:331
#: apps/courses/templates/courses/cms/course_detail.html:330
msgid "Enter here the detailed course plan."
msgstr "Ingrese aquí el plan detallado del curso."

#: apps/courses/templates/courses/cms/course_detail.html:377
#: apps/courses/templates/courses/cms/course_detail.html:376
msgid "\n"
" This course is part of a program\n"
" "
Expand All @@ -1405,37 +1405,37 @@ msgid_plural "\n"
msgstr[0] ""
msgstr[1] ""

#: apps/courses/templates/courses/cms/course_detail.html:406
#: apps/courses/templates/courses/cms/course_detail.html:405
msgctxt "course_detail__title"
msgid "Course team"
msgstr "Equipo del curso"

#: apps/courses/templates/courses/cms/course_detail.html:411
#: apps/courses/templates/courses/cms/course_detail.html:410
#: apps/courses/templates/courses/cms/fragment_course_relations.html:13
msgid "Who are the teachers in the course team?"
msgstr "¿Quiénes son los profesores del equipo del curso?"

#: apps/courses/templates/courses/cms/course_detail.html:425
#: apps/courses/templates/courses/cms/course_detail.html:424
msgctxt "course_detail__title"
msgid "Organizations"
msgstr "Organizaciones"

#: apps/courses/templates/courses/cms/course_detail.html:430
#: apps/courses/templates/courses/cms/course_detail.html:429
#: apps/courses/templates/courses/cms/fragment_course_relations.html:32
msgid "What are the organizations publishing this course?"
msgstr "¿Cuáles son las organizaciones que publican este curso?"

#: apps/courses/templates/courses/cms/course_detail.html:451
#: apps/courses/templates/courses/cms/course_detail.html:450
msgctxt "course_detail__title"
msgid "License"
msgstr "Licencia"

#: apps/courses/templates/courses/cms/course_detail.html:458
#: apps/courses/templates/courses/cms/course_detail.html:457
#: apps/courses/templates/courses/cms/fragment_course_relations.html:50
msgid "What is the license for the course content?"
msgstr "¿Cuál es la licencia para el contenido del curso?"

#: apps/courses/templates/courses/cms/course_detail.html:469
#: apps/courses/templates/courses/cms/course_detail.html:468
#: apps/courses/templates/courses/cms/fragment_course_relations.html:59
msgid "What is the license for the content created by course participants?"
msgstr "¿Cuál es la licencia para el contenido creado por los participantes del curso?"
Expand Down
Binary file modified src/richie/locale/fr_CA/LC_MESSAGES/django.mo
Binary file not shown.
Loading

0 comments on commit f8831da

Please sign in to comment.