forked from decidim/decidim
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release/0.27 stable bcn #34
Draft
fblupi
wants to merge
313
commits into
release/0.27-stable
Choose a base branch
from
release/0.27-stable-bcn
base: release/0.27-stable
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: Andrés Pereira de Lucena <[email protected]> Co-authored-by: leio10 <[email protected]>
…sal's form" to v0.26 (decidim#9066) Co-authored-by: Fernando Blat <[email protected]>
Co-authored-by: Pierre <[email protected]>
* Fix cache URLs on cards (decidim#8988) * Remove filter_link_params from links * Remove filter_link_params helper * Save and restore filtered queries with Javascript For saving we use the sessionStorage API, and for restoring we reuse the "Back to list" link. * Fix linter offenses * Add specs for every component on different kind of filters * Fix linter offenses * Apply suggestions from code review * Passing elements for the method from outside * Fix inconsistency in budget's back to list URL * Apply suggestions from code review * Change CSS classes to the `searchlight` format
…ecidim#9091) * Fix timeout in comment view and during meetings (decidim#9070) * Timeout if user idles in comment view * Dont reset js timer when fetching comments * Use fetch instead jquery ajax * Remove settings.url hack * Prevent timeout when meeting is live * Move logic to session_timeouter and add tests * Use Rails.ajax instead of fetch * Fix tests * Remove unnecessary changes * Disable max lines for comments.component.js * Simplify logic * Add timeout modal to live events * Add timeout spec for live meetings * Check if respond to meeting before using it * Use better methods * comments component isnt over 300 lines * Do not initialize the reveal twice * Prevent timeout if its online/hybrid meeting with accessable iframe Co-authored-by: Antti Hukkanen <[email protected]> * Dont show modal in another tab when preventing timeout Co-authored-by: Antti Hukkanen <[email protected]>
* Add base url to meta image urls * No need to have organization in every test * Use variable iinstead repeating
* feat(timeline_entry): add title attribute and move description * feat(timeline_entry): add title to model, form, command and type * feat(timeline_entry): add title to seeds * feat(timeline): add views * chore(i18n): remove description from timeline_entry.fields * feat(timeline_entry): add read more toggle button * chore(timeline_entry): remove read_more toggle * Update decidim-accountability/lib/decidim/accountability/component.rb Co-authored-by: Andrés Pereira de Lucena <[email protected]> * feat(i18n): add timeline_entry tittle key Co-authored-by: Andrés Pereira de Lucena <[email protected]>
…ecidim#9239) * Change permissions to edit_link in initiatives' pages * Move system spec to correct file
…9240) * Clarify message to user when checking census * Rename again the attachments partial file
…idim#9242) * Fix processes count in processes group title cell * Split columns 50/50
Co-authored-by: Oriol Gual <[email protected]>
…ecidim#9246) * Add 'not answered' as a possible answer in proposals * Update answered_at back to nil when it's 'not answered' * Update state_published_at back to nil when it's 'not answered'
Co-authored-by: Ivan Vergés <[email protected]>
fblupi
force-pushed
the
release/0.27-stable-bcn
branch
from
February 13, 2023 15:38
44289ec
to
346e4bd
Compare
…a/decidim into release/0.27-stable-bcn
fblupi
force-pushed
the
release/0.27-stable-bcn
branch
from
February 13, 2023 15:41
346e4bd
to
1e5757c
Compare
fblupi
force-pushed
the
release/0.27-stable-bcn
branch
from
March 20, 2023 15:32
6752c0a
to
907e910
Compare
…a/decidim into release/0.27-stable-bcn
…a/decidim into release/0.27-stable-bcn
…a/decidim into release/0.27-stable-bcn
…a/decidim into release/0.27-stable-bcn
…a/decidim into release/0.27-stable-bcn
…elona/decidim into fix/allow-iframes-on-meetings-minutes
…n-meetings-minutes Allow iframes on meeting minutes
…a/decidim into release/0.27-stable-bcn
…elona/decidim into release/0.27-stable-bcn
…a/decidim into release/0.27-stable-bcn
fblupi
force-pushed
the
release/0.27-stable-bcn
branch
from
November 15, 2023 11:34
08d3501
to
fb0ba39
Compare
…a/decidim into release/0.27-stable-bcn
…ecidim#8773)"" This reverts commit fb0ba39.
…a/decidim into release/0.27-stable-bcn
…a/decidim into release/0.27-stable-bcn
…a/decidim into release/0.27-stable-bcn
fblupi
force-pushed
the
release/0.27-stable-bcn
branch
from
February 26, 2024 15:30
99c6b55
to
8c79162
Compare
* first version * fix i18n * linter * linter * fix permissions fix test * fix tests add button when initiative type doesn't need an authorisation but initiative does * lint * lint * change requests * refactor * linter * Improve spec Fix not authorized modal when choosing initiative type * linter * linter * add refresh when needed * Update decidim-initiatives/spec/system/create_initiative_spec.rb Co-authored-by: Antti Hukkanen <[email protected]> * Update decidim-initiatives/spec/system/create_initiative_spec.rb Co-authored-by: Antti Hukkanen <[email protected]> * Update decidim-initiatives/spec/system/create_initiative_spec.rb Co-authored-by: Antti Hukkanen <[email protected]> * Update decidim-initiatives/spec/system/create_initiative_spec.rb Co-authored-by: Antti Hukkanen <[email protected]> * Update decidim-initiatives/spec/system/create_initiative_spec.rb Co-authored-by: Antti Hukkanen <[email protected]> * Update decidim-initiatives/spec/system/create_initiative_spec.rb Co-authored-by: Antti Hukkanen <[email protected]> * refactor modal in partial * linter Co-authored-by: Antti Hukkanen <[email protected]>
fblupi
force-pushed
the
release/0.27-stable-bcn
branch
from
February 26, 2024 16:52
924e316
to
5d7a06b
Compare
* Refactor intiative wizard * Fix the initiative creation * Fixing failing specs * Apply review recommendations * Update decidim-initiatives/app/models/decidim/initiative.rb Co-authored-by: Andrés Pereira de Lucena <[email protected]> * Apply review recommendations * Fix the user group creation * Small refactor on initiatives * Add spec for custom signature end date in update command * Update decidim-initiatives/app/controllers/decidim/initiatives/create_initiative_controller.rb Co-authored-by: Andrés Pereira de Lucena <[email protected]> * Update decidim-initiatives/lib/decidim/initiatives/engine.rb Co-authored-by: Andrés Pereira de Lucena <[email protected]> * Apply latest review recommendations * Add area spec * Apply suggestions from code review Co-authored-by: Antti Hukkanen <[email protected]> --------- Co-authored-by: Andrés Pereira de Lucena <[email protected]> Co-authored-by: Antti Hukkanen <[email protected]>
…a/decidim into release/0.27-stable-bcn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
NOT FOR MERGE!
This PR is to keep track of the custom work done in this fork:
Backports: