Skip to content

Commit

Permalink
Backport Add verification tweaks (#346)
Browse files Browse the repository at this point in the history
* Create custom styles for admin (#337)

* divide custom_styles menu

* refactor scoped_styles_controller

* add scoped_admin_styles config_key

* refactor commands

* fix admin_manages_scoped_styles_spec

* fix destroy_scoped_style_spec

* apply custom_style in the admin

* refactor form_scoped_styles

* add scoped_admin_spec

* fix key in plural

* fix system specs

* add custom_styles partial for admin

* add trailing line

* apply changes suggested

* update readme

* ignore unused keys

* fix constraints_controller spec

* fix admin spec

* fix destroy_scoped_style_spec

* fix awesome_summary_spec

* fix user_uses_custom_time_zones_spec

* create a new deface file

* modify override method

---------

Co-authored-by: Ivan Vergés <[email protected]>

* Add verification tweaks (#334)

* add force verfication option

* add text help. public logic

* add specs

* update awesome decidim ver

* add specs

* fix checksums

* add pending verifications

* add test cases

* fix proposal private body edit

* update text

* restore gemfile

* restores package.json

* fix package.json

* fix rubocop

* fix summay specs

* fix icons in menu and scoped styles views

* fix javascript and erb

* fix more specs

* fix compact blank

* fix scoped styles specs

* fix scoped styles specs

* fix verifications specs

* fix 0.26 spec

* fix 26 spec

---------

Co-authored-by: Elvia Benedith <[email protected]>
  • Loading branch information
microstudi and ElviaBth authored Nov 6, 2024
1 parent b9aae42 commit d3ad844
Show file tree
Hide file tree
Showing 68 changed files with 2,569 additions and 8,034 deletions.
9 changes: 3 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "https://rubygems.org"

ruby RUBY_VERSION

DECIDIM_VERSION = "0.27.6"
DECIDIM_VERSION = "0.27.9"

gem "decidim", DECIDIM_VERSION
# this causes failures if not enabled (check if still necessary in the future)
Expand All @@ -15,20 +15,17 @@ gem "bootsnap", "~> 1.4"

gem "puma", ">= 5.5.1"

gem "faker", "~> 2.14"

group :development, :test do
gem "byebug", "~> 11.0", platform: :mri

gem "decidim-dev", DECIDIM_VERSION
gem "rubocop-faker"
end

group :development do
gem "letter_opener_web", "~> 1.3"
gem "listen", "~> 3.1"
gem "rubocop-faker"
gem "spring", "~> 2.0"
gem "spring-watcher-listen", "~> 2.0.0"
gem "spring-watcher-listen", "~> 2.0"
gem "web-console"
end

Expand Down
Loading

0 comments on commit d3ad844

Please sign in to comment.