Skip to content

Commit

Permalink
build: release 3.10.1rc1 (#7330)
Browse files Browse the repository at this point in the history
  • Loading branch information
creyD committed Jun 1, 2022
1 parent 1cb3dc5 commit 51ab0c5
Show file tree
Hide file tree
Showing 39 changed files with 164 additions and 51 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@
Changelog
=========

3.10.1 (2022-06-01)
===================

Bug Fixes:
----------
* Fixed ``AttributeError`` (#7288) when the current toolbar object doesn't define ``get_draft_url()`` (#7289) -- Marco Bonetti
* Fix for django 2.2 in middleware [#7290] (#7293) -- Mark Walker
* Update release script to start bringing support for macOS (#7294) -- Mark Walker
* Fix release script version commit. (#7295) -- Mark Walker

Statistics:
-----------

This release includes 8 pull requests, and was created with the help of the following contributors (in alphabetical order):

* Conrad (3 pull requests)
* Florian Delizy (1 pull request)
* Marco Bonetti (1 pull request)
* Mark Walker (3 pull requests)

With the review help of the following contributors:


Thanks to all contributors for their efforts!

3.10.0 (2022-03-26)
===================
Expand Down
2 changes: 1 addition & 1 deletion cms/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import django

__version__ = '3.10.0'
__version__ = '3.10.1rc1'

if django.VERSION < (3, 2):
default_app_config = 'cms.apps.CMSConfig'
5 changes: 3 additions & 2 deletions cms/locale/es/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ msgid ""
msgstr ""
"Project-Id-Version: django CMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-03-26 17:28+0800\n"
"POT-Creation-Date: 2022-05-31 20:29+0200\n"
"PO-Revision-Date: 2010-11-30 06:47+0000\n"
"Last-Translator: Pier Jose Gotta Perez <piegope@protonmail.com>, 2020\n"
"Language-Team: Spanish (http://www.transifex.com/divio/django-cms/language/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"

msgid "All"
msgstr "Todo"
Expand Down Expand Up @@ -946,6 +946,7 @@ msgid "Please correct the error below."
msgid_plural "Please correct the errors below."
msgstr[0] "Por favor, corrija el error de abajo."
msgstr[1] "Por favor, corrija los errores de abajo."
msgstr[2] "Por favor, corrija los errores de abajo."

msgid "All permissions"
msgstr "Todos los permisos"
Expand Down
4 changes: 2 additions & 2 deletions cms/locale/es/LC_MESSAGES/djangojs.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ msgid ""
msgstr ""
"Project-Id-Version: django CMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-03-26 17:28+0800\n"
"POT-Creation-Date: 2022-05-31 20:29+0200\n"
"PO-Revision-Date: 2010-11-30 06:49+0000\n"
"Last-Translator: e4db27214f7e7544f2022c647b585925_bb0e321, 2015\n"
"Language-Team: Spanish (http://www.transifex.com/divio/django-cms/language/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"

msgid "pathname"
msgstr ""
Expand Down
5 changes: 3 additions & 2 deletions cms/locale/fr/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ msgid ""
msgstr ""
"Project-Id-Version: django CMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-03-26 17:28+0800\n"
"POT-Creation-Date: 2022-05-31 20:29+0200\n"
"PO-Revision-Date: 2010-11-30 06:47+0000\n"
"Last-Translator: Robin Durner, 2022\n"
"Language-Team: French (http://www.transifex.com/divio/django-cms/language/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"

msgid "All"
msgstr "Tout"
Expand Down Expand Up @@ -951,6 +951,7 @@ msgid "Please correct the error below."
msgid_plural "Please correct the errors below."
msgstr[0] "Veuillez corriger l'erreur suivante."
msgstr[1] "Veuillez corriger les erreurs suivantes."
msgstr[2] "Veuillez corriger les erreurs suivantes."

msgid "All permissions"
msgstr "Toutes les permissions"
Expand Down
4 changes: 2 additions & 2 deletions cms/locale/fr/LC_MESSAGES/djangojs.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ msgid ""
msgstr ""
"Project-Id-Version: django CMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-03-26 17:28+0800\n"
"POT-Creation-Date: 2022-05-31 20:29+0200\n"
"PO-Revision-Date: 2010-11-30 06:49+0000\n"
"Last-Translator: Frigory33 <chironsylvain@orange.fr>, 2016\n"
"Language-Team: French (http://www.transifex.com/divio/django-cms/language/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"

msgid "pathname"
msgstr ""
Expand Down
5 changes: 3 additions & 2 deletions cms/locale/it/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ msgid ""
msgstr ""
"Project-Id-Version: django CMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-03-26 17:28+0800\n"
"POT-Creation-Date: 2022-05-31 20:29+0200\n"
"PO-Revision-Date: 2010-11-30 06:47+0000\n"
"Last-Translator: yakky <i.spalletti@nephila.it>, 2013-2016,2019\n"
"Language-Team: Italian (http://www.transifex.com/divio/django-cms/language/it/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"

msgid "All"
msgstr "Tutti"
Expand Down Expand Up @@ -936,6 +936,7 @@ msgid "Please correct the error below."
msgid_plural "Please correct the errors below."
msgstr[0] "Per favore correggi l'errore sottostante."
msgstr[1] "Per favore correggi gli errori sottostanti."
msgstr[2] "Per favore correggi gli errori sottostanti."

msgid "All permissions"
msgstr "Tutti i permessi"
Expand Down
4 changes: 2 additions & 2 deletions cms/locale/it/LC_MESSAGES/djangojs.po
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ msgid ""
msgstr ""
"Project-Id-Version: django CMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-03-26 17:28+0800\n"
"POT-Creation-Date: 2022-05-31 20:29+0200\n"
"PO-Revision-Date: 2010-11-30 06:49+0000\n"
"Last-Translator: yakky <i.spalletti@nephila.it>, 2015\n"
"Language-Team: Italian (http://www.transifex.com/divio/django-cms/language/it/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"

msgid "pathname"
msgstr ""
Expand Down
5 changes: 3 additions & 2 deletions cms/locale/pt/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ msgid ""
msgstr ""
"Project-Id-Version: django CMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-03-26 17:28+0800\n"
"POT-Creation-Date: 2022-05-31 20:29+0200\n"
"PO-Revision-Date: 2010-11-30 06:47+0000\n"
"Last-Translator: André Cruz <transifex@cabine.org>, 2018\n"
"Language-Team: Portuguese (http://www.transifex.com/divio/django-cms/language/pt/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pt\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"

msgid "All"
msgstr "Todos"
Expand Down Expand Up @@ -924,6 +924,7 @@ msgid "Please correct the error below."
msgid_plural "Please correct the errors below."
msgstr[0] "Por favor, corrija o erro abaixo."
msgstr[1] "Por favor, corrija os erros abaixo."
msgstr[2] "Por favor, corrija os erros abaixo."

msgid "All permissions"
msgstr "Todas as permissões"
Expand Down
4 changes: 2 additions & 2 deletions cms/locale/pt/LC_MESSAGES/djangojs.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ msgid ""
msgstr ""
"Project-Id-Version: django CMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-03-26 17:28+0800\n"
"POT-Creation-Date: 2022-05-31 20:29+0200\n"
"PO-Revision-Date: 2010-11-30 06:49+0000\n"
"Last-Translator: Vítor Figueiró <vfigueiro@gmail.com>, 2012\n"
"Language-Team: Portuguese (http://www.transifex.com/divio/django-cms/language/pt/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pt\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"

msgid "pathname"
msgstr ""
Expand Down
5 changes: 3 additions & 2 deletions cms/locale/pt_BR/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ msgid ""
msgstr ""
"Project-Id-Version: django CMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-03-26 17:28+0800\n"
"POT-Creation-Date: 2022-05-31 20:29+0200\n"
"PO-Revision-Date: 2010-11-30 06:47+0000\n"
"Last-Translator: Welligton Miguel <miguelwelligton@gmail.com>, 2020\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/divio/django-cms/language/pt_BR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pt_BR\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"

msgid "All"
msgstr "Todos"
Expand Down Expand Up @@ -939,6 +939,7 @@ msgid "Please correct the error below."
msgid_plural "Please correct the errors below."
msgstr[0] "Por favor, corrija o erro abaixo."
msgstr[1] "Por favor, corrija os erros abaixo."
msgstr[2] "Por favor, corrija os erros abaixo."

msgid "All permissions"
msgstr "Todas as permissões"
Expand Down
4 changes: 2 additions & 2 deletions cms/locale/pt_BR/LC_MESSAGES/djangojs.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ msgid ""
msgstr ""
"Project-Id-Version: django CMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-03-26 17:28+0800\n"
"POT-Creation-Date: 2022-05-31 20:29+0200\n"
"PO-Revision-Date: 2010-11-30 06:49+0000\n"
"Last-Translator: Diego Ponci <dgo.ponciano@gmail.com>, 2016\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/divio/django-cms/language/pt_BR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pt_BR\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"

msgid "pathname"
msgstr ""
Expand Down
25 changes: 13 additions & 12 deletions cms/locale/ru/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# Denis Darii <denis.darii@gmail.com>, 2011
# Denis Darii <denis.darii@gmail.com>, 2011
# Dimmus <dmitri.chudinov@gmail.com>, 2011
# Dmitrii Kurskov, 2022
# eXtractor <evg.kirov@gmail.com>, 2019
# Gleb Chipiga <gleb.chipiga@gmail.com>, 2011
# ha7y <maxvyaznikov@gmail.com>, 2014
Expand All @@ -38,9 +39,9 @@ msgid ""
msgstr ""
"Project-Id-Version: django CMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-03-26 17:28+0800\n"
"POT-Creation-Date: 2022-05-31 20:29+0200\n"
"PO-Revision-Date: 2010-11-30 06:47+0000\n"
"Last-Translator: Kirill Artemenko <4322221@gmail.com>, 2021\n"
"Last-Translator: Dmitrii Kurskov, 2022\n"
"Language-Team: Russian (http://www.transifex.com/divio/django-cms/language/ru/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -128,7 +129,7 @@ msgid "Language independent options"
msgstr "Опции, независимые от языка"

msgid "You entered an invalid URL."
msgstr ""
msgstr "Вы ввели неверный URL."

#, python-format
msgid "Please set the %(language)s slug before editing its advanced settings."
Expand Down Expand Up @@ -416,22 +417,22 @@ msgid ""
msgstr "Это ссылка-синоним, вы можете отредактировать содержимое только на родительской странице <a href=\"%(page_url)s?edit\" target=\"_parent\">%(page_title)s</a>."

msgid "Getting started developer guide"
msgstr ""
msgstr "Руководство по началу работы для разработчиков"

msgid "Documentation"
msgstr "Документация"

msgid "User guide"
msgstr ""
msgstr "Руководство пользователя"

msgid "Support Forum"
msgstr ""
msgstr "Форум поддержки пользователей"

msgid "Support Slack"
msgstr ""

msgid "What's new"
msgstr ""
msgstr "Что нового"

msgid "Create"
msgstr "Создать"
Expand Down Expand Up @@ -474,7 +475,7 @@ msgid "Language"
msgstr "Язык"

msgid "Help"
msgstr ""
msgstr "Помощь"

msgid "Structure"
msgstr "Структура"
Expand Down Expand Up @@ -551,7 +552,7 @@ msgid "Unpublish page"
msgstr "Отменить публикацию"

msgid "Publish page"
msgstr ""
msgstr "Опубликовать страницу"

msgid "Are you sure you want to revert to live?"
msgstr "Вы точно хотите вернуться к опубликованной версии?"
Expand Down Expand Up @@ -1026,7 +1027,7 @@ msgid "last change by"
msgstr "последнее изменение сделано"

msgid "last change on"
msgstr ""
msgstr "последнее изменение"

msgid "meta"
msgstr "Мета"
Expand Down Expand Up @@ -1599,10 +1600,10 @@ msgid "Add plugin to %(plugin_name)s"
msgstr "Добавить плагин в %(plugin_name)s"

msgid "Community forum"
msgstr ""
msgstr "Форум сообщества"

msgid "Getting started"
msgstr ""
msgstr "Начало работы"

msgid "Talk to us"
msgstr ""
Expand Down
3 changes: 0 additions & 3 deletions cms/static/cms/css/3.10.0/cms.base.css

This file was deleted.

3 changes: 0 additions & 3 deletions cms/static/cms/css/3.10.0/cms.pagetree.css

This file was deleted.

3 changes: 0 additions & 3 deletions cms/static/cms/css/3.10.0/cms.welcome.css

This file was deleted.

3 changes: 3 additions & 0 deletions cms/static/cms/css/3.10.1rc1/cms.base.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions cms/static/cms/css/3.10.1rc1/cms.pagetree.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions cms/static/cms/css/3.10.1rc1/cms.welcome.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion cms/static/cms/js/dist/3.10.0/bundle.toolbar.min.js

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions cms/static/cms/js/dist/3.10.1rc1/bundle.toolbar.min.js

Large diffs are not rendered by default.

0 comments on commit 51ab0c5

Please sign in to comment.