Skip to content

Commit

Permalink
🔖(chore) bump release to version 2.13.0
Browse files Browse the repository at this point in the history
Added

- Send web analytics event when a user enrolls to a course using
  the LMS enrollment api.
- Wrap React widgets in a `ErrorBoundary`
- Add settings to setup Joanie
- Add course runs to the course search API
- Add autocomplete feature on Page select in page related plugins

Changed

- Differentiate between Google Analytics and Google Tag Manager js
  code as different Web Analytics providers.
- Show organization acronym by using the `menu_title` field (if set)
  on the organization page.
- Improve pagination blocks labels for screen reader users when there
  are multiple pagination components on one page
- Use the new `createWebStoragePersistor` to persist React query state
- Upgrade mysql to version 8
  • Loading branch information
sampaccoud committed Feb 18, 2022
1 parent 26a46a6 commit 965ad11
Show file tree
Hide file tree
Showing 18 changed files with 304 additions and 145 deletions.
20 changes: 11 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,25 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unrealeased]

- Differentiate between Google Analytics and Google Tag Manager js code as
different Web Analytics providers.
- Send web analytics event when an user enrolls to a course using the
LMS enrollment api.
- Show organization acronym by using the `menu_title` field (if set) on
the organization page.
- Improve pagination blocks labels for screen reader users when there are
multiple pagination components on one page
## [2.13.0] - 2022-02-18

### Added

- Send web analytics event when a user enrolls to a course using the
LMS enrollment api.
- Wrap React widgets in a `ErrorBoundary`
- Add settings to setup Joanie
- Add course runs to the course search API
- Add autocomplete feature on Page select in page related plugins

### Changed

- Differentiate between Google Analytics and Google Tag Manager js code as
different Web Analytics providers.
- Show organization acronym by using the `menu_title` field (if set) on
the organization page.
- Improve pagination blocks labels for screen reader users when there are
multiple pagination components on one page
- Use the new `createWebStoragePersistor` to persist React query state
- Upgrade mysql to version 8

Expand Down Expand Up @@ -1525,7 +1526,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.12.0...master
[unreleased]: https://github.com/openfun/richie/compare/v2.13.0...master
[2.13.0]: https://github.com/openfun/richie/compare/v2.12.0...v2.13.0
[2.12.0]: https://github.com/openfun/richie/compare/v2.11.0...v2.12.0
[2.11.0]: https://github.com/openfun/richie/compare/v2.10.0...v2.11.0
[2.10.0]: https://github.com/openfun/richie/compare/v2.9.1...v2.10.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;;
[metadata]
name = richie
version = 2.12.0
version = 2.13.0
description = A CMS to build learning portals for open education
long_description = file:README.md
long_description_content_type = text/markdown
Expand Down
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.12.0",
"version": "2.13.0",
"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.
70 changes: 48 additions & 22 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: 2022-02-04 09:50+0000\n"
"PO-Revision-Date: 2022-02-04 13:18\n"
"POT-Creation-Date: 2022-02-17 18:04+0000\n"
"PO-Revision-Date: 2022-02-18 09:49\n"
"Last-Translator: \n"
"Language-Team: Arabic, Saudi Arabia\n"
"Language: ar_SA\n"
Expand Down Expand Up @@ -137,37 +137,37 @@ msgstr ""
msgid "Back to home"
msgstr ""

#: apps/core/templates/richie/pagination.html:5
#: apps/core/templates/richie/pagination.html:8
msgid "Pagination"
msgstr ""

#: apps/core/templates/richie/pagination.html:16
#: apps/core/templates/richie/pagination_inner.html:15
#, python-format
msgid "Currently reading last page %(page)s"
msgstr ""

#: apps/core/templates/richie/pagination.html:18
#: apps/core/templates/richie/pagination_inner.html:17
#, python-format
msgid "Currently reading page %(page)s"
msgstr ""

#: apps/core/templates/richie/pagination.html:28
#: apps/core/templates/richie/pagination.html:42
#: apps/core/templates/richie/pagination_inner.html:27
#: apps/core/templates/richie/pagination_inner.html:41
#, python-format
msgid "Page %(page)s"
msgstr ""

#: apps/core/templates/richie/pagination.html:36
#: apps/core/templates/richie/pagination_inner.html:35
#, python-format
msgid "Previous page %(page)s"
msgstr ""

#: apps/core/templates/richie/pagination.html:38
#: apps/core/templates/richie/pagination_inner.html:37
#, python-format
msgid "Last page %(page)s"
msgstr ""

#: apps/core/templates/richie/pagination.html:40
#: apps/core/templates/richie/pagination_inner.html:39
#, python-format
msgid "Next page %(page)s"
msgstr ""
Expand Down Expand Up @@ -272,36 +272,36 @@ msgstr ""
msgid "See filer folder"
msgstr ""

#: apps/courses/cms_plugins.py:36
#: apps/courses/cms_plugins.py:27
msgid "Organization"
msgstr ""

#: apps/courses/cms_plugins.py:63
#: apps/courses/cms_plugins.py:55
msgid "Organization by Category"
msgstr ""

#: apps/courses/cms_plugins.py:94
#: apps/courses/cms_plugins.py:87
msgid "Category"
msgstr ""

#: apps/courses/cms_plugins.py:122
#: apps/courses/cms_plugins.py:116
#: apps/courses/templates/courses/cms/fragment_course_run.html:11
msgid "Course"
msgstr ""

#: apps/courses/cms_plugins.py:148 plugins/glimpse/defaults.py:23
#: apps/courses/cms_plugins.py:143 plugins/glimpse/defaults.py:23
msgid "Person"
msgstr ""

#: apps/courses/cms_plugins.py:177
#: apps/courses/cms_plugins.py:172
msgid "Licence"
msgstr ""

#: apps/courses/cms_plugins.py:196
#: apps/courses/cms_plugins.py:192
msgid "Post"
msgstr ""

#: apps/courses/cms_plugins.py:222
#: apps/courses/cms_plugins.py:219
msgid "Program"
msgstr ""

Expand Down Expand Up @@ -1159,6 +1159,11 @@ msgstr ""
msgid "Related courses"
msgstr ""

#: apps/courses/templates/courses/cms/category_detail.html:123
#: apps/courses/templates/courses/cms/person_detail.html:134
msgid "Courses pagination"
msgstr ""

#: apps/courses/templates/courses/cms/category_detail.html:127
#, python-format
msgid "\n"
Expand All @@ -1174,15 +1179,28 @@ msgstr ""
msgid "Related organizations"
msgstr ""

#: apps/courses/templates/courses/cms/category_detail.html:155
msgid "Related organizations pagination"
msgstr ""

#: apps/courses/templates/courses/cms/category_detail.html:169
msgid "Related blogposts"
msgstr ""

#: apps/courses/templates/courses/cms/category_detail.html:174
msgid "Related blogposts pagination"
msgstr ""

#: apps/courses/templates/courses/cms/category_detail.html:188
#: apps/courses/templates/courses/cms/organization_detail.html:132
msgid "Related persons"
msgstr ""

#: apps/courses/templates/courses/cms/category_detail.html:193
#: apps/courses/templates/courses/cms/organization_detail.html:139
msgid "Related persons pagination"
msgstr ""

#: apps/courses/templates/courses/cms/category_list.html:26
msgid "No categories"
msgstr ""
Expand Down Expand Up @@ -1447,6 +1465,10 @@ msgstr ""
msgid "organization logo"
msgstr ""

#: apps/courses/templates/courses/cms/organization_detail.html:111
msgid "Related courses pagination"
msgstr ""

#: apps/courses/templates/courses/cms/organization_detail.html:114
#, python-format
msgid "\n"
Expand Down Expand Up @@ -1482,6 +1504,10 @@ msgstr ""
msgid "Blogposts"
msgstr ""

#: apps/courses/templates/courses/cms/person_detail.html:160
msgid "Blogposts pagination"
msgstr ""

#: apps/courses/templates/courses/cms/person_list.html:26
msgid "No persons"
msgstr ""
Expand Down Expand Up @@ -1533,19 +1559,19 @@ msgstr ""
msgid "Persons"
msgstr ""

#: apps/search/filter_definitions/courses.py:472
#: apps/search/filter_definitions/courses.py:473
msgid "Open for enrollment"
msgstr ""

#: apps/search/filter_definitions/courses.py:473
#: apps/search/filter_definitions/courses.py:474
msgid "Coming soon"
msgstr ""

#: apps/search/filter_definitions/courses.py:474
#: apps/search/filter_definitions/courses.py:475
msgid "On-going"
msgstr ""

#: apps/search/filter_definitions/courses.py:475
#: apps/search/filter_definitions/courses.py:476
msgid "Archived"
msgstr ""

Expand Down
Binary file modified src/richie/locale/es_ES/LC_MESSAGES/django.mo
Binary file not shown.
Loading

0 comments on commit 965ad11

Please sign in to comment.