decidim 0.32.0.rc1 → 0.32.0.rc3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/decidim.gemspec +1 -1
- data/docs/modules/configure/pages/environment_variables.adoc +2 -2
- data/docs/modules/configure/pages/system.adoc +1 -1
- data/docs/modules/services/pages/index.adoc +1 -1
- data/lib/decidim/version.rb +1 -1
- data/package-lock.json +1896 -907
- data/packages/browserslist-config/package.json +1 -1
- data/packages/core/package.json +2 -1
- data/packages/dev/package.json +1 -1
- data/packages/eslint-config/index.js +11 -3
- data/packages/eslint-config/package.json +1 -1
- data/packages/prettier-config/package.json +1 -1
- data/packages/stylelint-config/package.json +1 -1
- data/packages/webpacker/package.json +2 -2
- metadata +38 -38
- /data/docs/modules/services/pages/{machine_translation.adoc → machine_translations.adoc} +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 96d02ed42e57fae394ba7bc368d39913c7bbd8dda5f2984ea0479a07d2252d99
|
|
4
|
+
data.tar.gz: f131b1bdb641fb0c4cd89c01468c68fb945ac020fa5aa68ceb5d13ea839b6a07
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8386ae44ba3796bd0e40a47f3f959554fe756a8e7b29c818adf3111af67701414dd75863ede7bc2bf038aa09d13fe063dc3777d46e7b9f938cfdbde1078a1506
|
|
7
|
+
data.tar.gz: 0cb46f6f3897600d63581760ff081a9ce8fb9639bd048b3dac9587d600a6c6ea62cf391d2b463a9bc015cc3603db597454f0d9d81ad092f12d8dbc5091a1ddde
|
data/decidim.gemspec
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
$LOAD_PATH.push File.expand_path("lib", __dir__)
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |s|
|
|
6
|
-
version = "0.32.0.
|
|
6
|
+
version = "0.32.0.rc3"
|
|
7
7
|
s.version = version
|
|
8
8
|
s.authors = ["Josep Jaume Rey Peroy", "Marc Riera Casals", "Oriol Gual Oliva"]
|
|
9
9
|
s.email = ["josepjaume@gmail.com", "mrc2407@gmail.com", "oriolgual@gmail.com"]
|
|
@@ -668,13 +668,13 @@ A content processor is a concept to refer to a set of two classes:
|
|
|
668
668
|
|
|
669
669
|
|*DECIDIM_ENABLE_MACHINE_TRANSLATION*
|
|
670
670
|
| Whether the Decidim attempt to automatically translate missing translations.
|
|
671
|
-
Read more about this at xref:services:
|
|
671
|
+
Read more about this at xref:services:machine_translations.adoc[Machine Translations] service page.
|
|
672
672
|
| false
|
|
673
673
|
| No
|
|
674
674
|
|
|
675
675
|
|*DECIDIM_MACHINE_TRANSLATION_SERVICE*
|
|
676
676
|
| The name of the class to translate user content.
|
|
677
|
-
Read more about this at xref:services:
|
|
677
|
+
Read more about this at xref:services:machine_translations.adoc[Machine Translations] service page.
|
|
678
678
|
| nil
|
|
679
679
|
| No
|
|
680
680
|
|
|
@@ -127,7 +127,7 @@ in multi tenant mode. To learn more, check this https://developer.mozilla.org/en
|
|
|
127
127
|
==== Allow participants to register and login
|
|
128
128
|
|
|
129
129
|
Most of the installations use this setting. Means that everyone can register a participant account and login, without restrictions, only with an email account confirmation.
|
|
130
|
-
You can disable that confirmation also if you want to through xref:configure:environment_variables.adoc
|
|
130
|
+
You can disable that confirmation also if you want to through xref:configure:environment_variables.adoc[Decidim's environment variables], although we do not recommend doing that,
|
|
131
131
|
as it is a measure for stopping spam accounts. For additional details, read about `DECIDIM_UNCONFIRMED_ACCESS_FOR` environment variable.
|
|
132
132
|
|
|
133
133
|
==== Do not allow participants to register, but allow existing participants to login
|
|
@@ -6,7 +6,7 @@ There are multiple services that can be enabled in a Decidim installation. It is
|
|
|
6
6
|
* xref:services:activestorage.adoc[Active Storage]
|
|
7
7
|
* xref:services:aitools.adoc[AI tools]
|
|
8
8
|
* xref:services:etherpad.adoc[Etherpad]
|
|
9
|
-
* xref:services:
|
|
9
|
+
* xref:services:machine_translations.adoc[Machine Translations]
|
|
10
10
|
* xref:services:maps.adoc[Maps]
|
|
11
11
|
* xref:services:sms.adoc[SMS]
|
|
12
12
|
* xref:services:smtp.adoc[SMTP]
|