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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7e5393f2ef1590443933b8e7d02e6f675e179ea1bbfacaa61db56a28e4088064
4
- data.tar.gz: 115b6aece646fecb40b20a576f17c0755a18eae63a6b9f99718ea50cd492b9fa
3
+ metadata.gz: 96d02ed42e57fae394ba7bc368d39913c7bbd8dda5f2984ea0479a07d2252d99
4
+ data.tar.gz: f131b1bdb641fb0c4cd89c01468c68fb945ac020fa5aa68ceb5d13ea839b6a07
5
5
  SHA512:
6
- metadata.gz: 18322a8bfd5c83a75bd74ece70dce9c9b2e7d48cd9668060d2366d38c57c45c9cf4da01e2ee59a1fa11c0127e85869a82ac838df0112db85e07ad0854b40452b
7
- data.tar.gz: 4372ae457372cb04333414777d35b3ab34acb1cdfb7b104f5b56805d3c6d7334c11eeb5759829bed821185cc90036b0b03292bf63fa006fa14150e6340a3892a
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.rc1"
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:machine_translation.adoc[Machine Translation] service page.
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:machine_translation.adoc[Machine Translation] service page.
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.adoc[Decidim's environment variables], although we do not recommend doing that,
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:machine_translation.adoc[Machine Translation]
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]
@@ -3,6 +3,6 @@
3
3
  # This holds the decidim version and the faker version it uses.
4
4
  module Decidim
5
5
  def self.version
6
- "0.32.0.rc1"
6
+ "0.32.0.rc3"
7
7
  end
8
8
  end