decidim-dev 0.27.0 → 0.27.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6e5143ab2b179b734931df26b8e8d8241aee1e1a2830ece963d284adf9d44966
4
- data.tar.gz: 8db02ef29ab03fadc1d60a9093be03c7d4841e86593882fb0aff8905649f86aa
3
+ metadata.gz: e3714b296c67160ef7e367d2134430c15f5a2c21ca197a3c1a1dc84bb2e557e3
4
+ data.tar.gz: 5c5f3332902873532daeb672416c7a6c8ea234a84d7515d694d94f7abd44c31b
5
5
  SHA512:
6
- metadata.gz: 1d216bcb87df784fabdcc92b2c887e20250b63d3603401dc0d502fc105a8a15d6a91a4f0b5e5e55afc9906e5010a3e91af005c9f43392cadadc2ed1d1ae258ec
7
- data.tar.gz: 96c35743150690126dd2f83e891f6ff00570b336f843379406282aa6a2d468f4cf6418e483165c5607335574c40ff93645ae73bc2cfaf1eac63880ee15f14485
6
+ metadata.gz: 3622eb2d74fa682d35ce8f6008028724618194f1d4086ad09e490be40a8acc8ac2e79e2efef823f6598980bfee41d8058a83d456218986d87d1eb99cce7dd3ba
7
+ data.tar.gz: 4f7ef07279a3a16b894be9bc6f5ce3712f1c208b73ce3c176252e40bd6feac046b154807de93d1612a6b4d4a2f6ff7efd14dbebacc6ea9cedaf30098eee5eb84
@@ -0,0 +1 @@
1
+ gn:
@@ -0,0 +1 @@
1
+ ka:
@@ -0,0 +1 @@
1
+ lo:
@@ -15,6 +15,7 @@ ro:
15
15
  dummy:
16
16
  settings:
17
17
  global:
18
+ guided_help: Text de ajutor
18
19
  readonly_attribute: Atribut Readonly
19
20
  test: Un test
20
21
  test_choices:
@@ -15,6 +15,7 @@ sv:
15
15
  dummy:
16
16
  settings:
17
17
  global:
18
+ guided: Guidad ingång
18
19
  readonly_attribute: Skrivskyddat attribut
19
20
  test: Ett test
20
21
  test_choices:
@@ -512,7 +512,17 @@
512
512
  },
513
513
  "weight": 0,
514
514
  "permissions": null,
515
- "published_at": "2020-01-22 07:55:04 UTC"
515
+ "published_at": "2020-01-22 07:55:04 UTC",
516
+ "specific_data": {
517
+ "body": {
518
+ "en": "English content",
519
+ "ca": "Catalan content",
520
+ "es": "Spanish content",
521
+ "machine_translations": {
522
+ "es": "Machine translation spanish content"
523
+ }
524
+ }
525
+ }
516
526
  },
517
527
  {
518
528
  "manifest_name": "proposals",
@@ -0,0 +1,2 @@
1
+ my_user@example.org,My �ser Name
2
+ my_private_user@example.org,My Priv�t� User Nam�
@@ -3,8 +3,13 @@
3
3
  # This is a temporary fix to ignore some HTML/CSS validation issues with the
4
4
  # Decidim HTML validation process.
5
5
  #
6
- # See: https://github.com/decidim/decidim/issues/8596
7
- # Related: https://github.com/w3c/css-validator/issues/355
6
+ # See:
7
+ # - https://github.com/decidim/decidim/issues/8596
8
+ # - https://github.com/decidim/decidim/pull/10014
9
+ # Related:
10
+ # - https://github.com/w3c/css-validator/issues/355
11
+ # - https://github.com/rails/rails/issues/46405
12
+ # - https://github.com/foundation/foundation-sites/pull/12496
8
13
  module W3CValidators
9
14
  class NuValidator
10
15
  protected
@@ -17,7 +22,9 @@ module W3CValidators
17
22
 
18
23
  def ignore_errors
19
24
  @ignore_errors ||= [
20
- "CSS: “--content-height”: One operand must be a number."
25
+ "CSS: “--content-height”: One operand must be a number.",
26
+ "An “input” element with a “type” attribute whose value is “hidden” must not have an “autocomplete” attribute whose value is “on” or “off”.",
27
+ "An “input” element with a “type” attribute whose value is “hidden” must not have any “aria-*” attributes."
21
28
  ]
22
29
  end
23
30
 
@@ -4,7 +4,7 @@ module Decidim
4
4
  # This holds the decidim-dev version.
5
5
  module Dev
6
6
  def self.version
7
- "0.27.0"
7
+ "0.27.2"
8
8
  end
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: decidim-dev
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.27.0
4
+ version: 0.27.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josep Jaume Rey Peroy
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2022-09-29 00:00:00.000000000 Z
13
+ date: 2023-02-13 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: capybara
@@ -32,14 +32,14 @@ dependencies:
32
32
  requirements:
33
33
  - - '='
34
34
  - !ruby/object:Gem::Version
35
- version: 0.27.0
35
+ version: 0.27.2
36
36
  type: :runtime
37
37
  prerelease: false
38
38
  version_requirements: !ruby/object:Gem::Requirement
39
39
  requirements:
40
40
  - - '='
41
41
  - !ruby/object:Gem::Version
42
- version: 0.27.0
42
+ version: 0.27.2
43
43
  - !ruby/object:Gem::Dependency
44
44
  name: factory_bot_rails
45
45
  requirement: !ruby/object:Gem::Requirement
@@ -447,6 +447,7 @@ files:
447
447
  - config/locales/fr.yml
448
448
  - config/locales/ga-IE.yml
449
449
  - config/locales/gl.yml
450
+ - config/locales/gn-PY.yml
450
451
  - config/locales/hr-HR.yml
451
452
  - config/locales/hr.yml
452
453
  - config/locales/hu.yml
@@ -455,10 +456,12 @@ files:
455
456
  - config/locales/is.yml
456
457
  - config/locales/it.yml
457
458
  - config/locales/ja.yml
459
+ - config/locales/ka-GE.yml
458
460
  - config/locales/ko-KR.yml
459
461
  - config/locales/ko.yml
460
462
  - config/locales/lb-LU.yml
461
463
  - config/locales/lb.yml
464
+ - config/locales/lo-LA.yml
462
465
  - config/locales/lt-LT.yml
463
466
  - config/locales/lt.yml
464
467
  - config/locales/lv.yml
@@ -509,6 +512,7 @@ files:
509
512
  - lib/decidim/dev/assets/icon.png
510
513
  - lib/decidim/dev/assets/id.jpg
511
514
  - lib/decidim/dev/assets/import_participatory_space_private_users.csv
515
+ - lib/decidim/dev/assets/import_participatory_space_private_users_iso8859-1.csv
512
516
  - lib/decidim/dev/assets/import_participatory_space_private_users_nok.csv
513
517
  - lib/decidim/dev/assets/import_participatory_space_private_users_with_bom.csv
514
518
  - lib/decidim/dev/assets/import_proposals.csv
@@ -614,7 +618,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
614
618
  - !ruby/object:Gem::Version
615
619
  version: '0'
616
620
  requirements: []
617
- rubygems_version: 3.2.22
621
+ rubygems_version: 3.3.7
618
622
  signing_key:
619
623
  specification_version: 4
620
624
  summary: Decidim dev tools