Skip to content
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
wants to merge 313 commits into
base: release/0.27-stable
Choose a base branch
from
Draft
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 21, 2022

  1. Configuration menu
    Copy the full SHA
    734cc71 View commit details
    Browse the repository at this point in the history
  2. Backport "Disable new conversation next button when no users selected…

    …" to v0.26 (decidim#9054)
    Eero Lahdenperä authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    590aa1a View commit details
    Browse the repository at this point in the history
  3. Backport "Fix initiatives signatures issues" to v0.26 (decidim#8974)

    Co-authored-by: Andrés Pereira de Lucena <[email protected]>
    Co-authored-by: leio10 <[email protected]>
    3 people authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    c7e0ead View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Configuration menu
    Copy the full SHA
    017c7b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d34b792 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bde34b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7725da4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d4c136 View commit details
    Browse the repository at this point in the history
  6. Backport "Use published meetings scope on processes landing and propo…

    …sal's form" to v0.26 (decidim#9066)
    
    Co-authored-by: Fernando Blat <[email protected]>
    andreslucena and ferblape authored Mar 22, 2022
    Configuration menu
    Copy the full SHA
    f1a2033 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9a9c1e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Configuration menu
    Copy the full SHA
    234c0ee View commit details
    Browse the repository at this point in the history
  2. Backport "Create admin log records when proposals are imported from a…

    … file" to v0.26 (decidim#9077)
    Eero Lahdenperä authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    43295a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1a3860 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4aa04ab View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Configuration menu
    Copy the full SHA
    cce6cac View commit details
    Browse the repository at this point in the history
  2. Backport "Fix cache URLs on cards" to v0.26 (decidim#9074)

    * 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
    andreslucena authored Mar 24, 2022
    Configuration menu
    Copy the full SHA
    2240f14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    450f8d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    193fe63 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Backport "Fix timeout in comment view and during meetings" to v0.26 (d…

    …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]>
    Eero Lahdenperä and ahukkanen authored Mar 25, 2022
    Configuration menu
    Copy the full SHA
    4e14426 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Configuration menu
    Copy the full SHA
    f920e99 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. focus mode integration

    microstudi committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    de63857 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Add base URI to meta image URLs (decidim#9125) (decidim#9153)

    * Add base url to meta image urls
    
    * No need to have organization in every test
    
    * Use variable iinstead repeating
    Eero Lahdenperä authored Apr 12, 2022
    Configuration menu
    Copy the full SHA
    9fa85fe View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. Add timeline entry title in Accountability projects (decidim#9127)

    * 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]>
    microstudi and andreslucena committed May 5, 2022
    Configuration menu
    Copy the full SHA
    ed847db View commit details
    Browse the repository at this point in the history
  2. fix rails 6.0 migrations

    microstudi committed May 5, 2022
    Configuration menu
    Copy the full SHA
    10680bf View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Remove 'edit link' in topbar for initiative's authors (decidim#8997) (d…

    …ecidim#9239)
    
    * Change permissions to edit_link in initiatives' pages
    
    * Move system spec to correct file
    andreslucena authored May 10, 2022
    Configuration menu
    Copy the full SHA
    b3d6fa0 View commit details
    Browse the repository at this point in the history
  2. Clarify message to user when checking census (decidim#9112) (decidim#…

    …9240)
    
    * Clarify message to user when checking census
    
    * Rename again the attachments partial file
    andreslucena authored May 10, 2022
    Configuration menu
    Copy the full SHA
    0ede247 View commit details
    Browse the repository at this point in the history
  3. Fix processes count in processes group title cell (decidim#9087) (dec…

    …idim#9242)
    
    * Fix processes count in processes group title cell
    
    * Split columns 50/50
    andreslucena authored May 10, 2022
    Configuration menu
    Copy the full SHA
    8777547 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6152e9 View commit details
    Browse the repository at this point in the history
  5. Add 'not answered' as a possible answer in proposals (decidim#9021) (d…

    …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'
    andreslucena authored May 10, 2022
    Configuration menu
    Copy the full SHA
    619a815 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d2eceaa View commit details
    Browse the repository at this point in the history
  7. Fix absolute urls on 'create assembly member' and proposals' 'collabo…

    …rative drafts' events (decidim#9146) (decidim#9248)
    
    * Fix absolute urls on 'create assembly member' event
    
    * Fix absolute urls on 'collaborative drafts' events
    andreslucena authored May 10, 2022
    Configuration menu
    Copy the full SHA
    bdf06b5 View commit details
    Browse the repository at this point in the history
  8. Fix components navbar in consultations mobile (decidim#9155) (decidim…

    …#9249)
    
    * Fix icon component filename for accountability
    
    * Remove double component navbar in consultations on mobile
    
    * Remove unused i18n string
    andreslucena authored May 10, 2022
    Configuration menu
    Copy the full SHA
    8a67c0d View commit details
    Browse the repository at this point in the history
  9. Move modal to body and fix condition (decidim#9158) (decidim#9250)

    Co-authored-by: Eero Lahdenperä <[email protected]>
    andreslucena and Eero Lahdenperä authored May 10, 2022
    Configuration menu
    Copy the full SHA
    0ee3442 View commit details
    Browse the repository at this point in the history
  10. Do not send upcoming meeting notification for hidden or withdrawn mee…

    …tings (decidim#9134) (decidim#9251)
    
    * Do not send upcoming meeting notification hidden or withdrawn meetings.
    
    * Refactoring
    
    Co-authored-by: roxanaopr <[email protected]>
    andreslucena and roxanaopr authored May 10, 2022
    Configuration menu
    Copy the full SHA
    56a89bc View commit details
    Browse the repository at this point in the history
  11. Show only current organization in verification conflicts with multite…

    …nants (decidim#9033) (decidim#9252)
    
    * Select only current organization conflicts
    
    * Refactor current organization users
    
    * Improve conflicts query
    
    Co-authored-by: LauraJaimeC <[email protected]>
    andreslucena and laurajaime authored May 10, 2022
    Configuration menu
    Copy the full SHA
    112e10b View commit details
    Browse the repository at this point in the history
  12. Send email to newly added trustees (decidim#9100) (decidim#9253)

    * Send emails to trustees
    
    * Normalize translations
    
    * Add missing tailing newline
    
    * Update decidim-elections/app/views/decidim/elections/trustee_mailer/notification.html.erb
    
    Co-authored-by: Andrés Pereira de Lucena <[email protected]>
    
    Co-authored-by: Andrés Pereira de Lucena <[email protected]>
    
    Co-authored-by: Josep Jaume Rey <[email protected]>
    andreslucena and josepjaume authored May 10, 2022
    Configuration menu
    Copy the full SHA
    0afc65b View commit details
    Browse the repository at this point in the history
  13. Fix registration type field highlighted in admin meeting creation form (

    decidim#9160) (decidim#9254)
    
    * Remove trigger from meeting_form.js in order to avoid rendering error message before form completion
    
    * Test that the error is no longer displayed on form.
    
    Co-authored-by: roxanaopr <[email protected]>
    andreslucena and roxanaopr authored May 10, 2022
    Configuration menu
    Copy the full SHA
    cc87297 View commit details
    Browse the repository at this point in the history
  14. Fix contradictory form errors on survey form (decidim#9186) (decidim#…

    …9257)
    
    * Add max choice alert only if theres max choices
    
    * Update test
    
    * Check that translation matches
    
    Co-authored-by: Eero Lahdenperä <[email protected]>
    andreslucena and lahdeero authored May 10, 2022
    Configuration menu
    Copy the full SHA
    8f9c7e2 View commit details
    Browse the repository at this point in the history
  15. Add edit and delete actions in InitiativeType admin table (decidim#9151

    …) (decidim#9260)
    
    * Add edit and delete actions in InitiativeType admin table
    
    * Make the banner image upload button required in Initiative Type form
    
    * Make consistent the naming on initiatives specs
    
    * Clean specs and use icon actions instead of URLs
    andreslucena authored May 10, 2022
    Configuration menu
    Copy the full SHA
    eb2bf77 View commit details
    Browse the repository at this point in the history
  16. Clarify unregistered answers on surveys behavior (decidim#9205) (deci…

    …dim#9261)
    
    * Clarify unregistered answers on surveys behavior
    
    * Fix i18n-tasks spec
    andreslucena authored May 10, 2022
    Configuration menu
    Copy the full SHA
    c3c8d53 View commit details
    Browse the repository at this point in the history
  17. Don't delegate preview methods to controller. (decidim#9097) (decidim…

    …#9262)
    
    The controller will try to load the Election from the params but when
    rendering an election that's the single one in a voting there are no
    params. Instead, it's better to use the model in the cell.
    
    Co-authored-by: Oriol Gual <[email protected]>
    andreslucena and oriolgual authored May 10, 2022
    Configuration menu
    Copy the full SHA
    b8e5a91 View commit details
    Browse the repository at this point in the history
  18. Fix initiative print link, margin, and organization logo (decidim#9162)…

    … (decidim#9263)
    
    * Fix initiative print when there's an organization logo
    
    * Add i18n string for members header
    
    * Add missing margin in initiative print page
    
    * Link to the public initiative print page from admin panel
    
    * Remove show/print action from initiatives' admin
    
    * Open initiative print page in new tab
    
    * Fix spec
    andreslucena authored May 10, 2022
    Configuration menu
    Copy the full SHA
    8eec23d View commit details
    Browse the repository at this point in the history
  19. Remove show more button on elections (decidim#9103) (decidim#9264)

    * Remove show more on elections
    
    * Remove other references
    
    * Fix spec
    
    Co-authored-by: Josep Jaume Rey <[email protected]>
    andreslucena and josepjaume authored May 10, 2022
    Configuration menu
    Copy the full SHA
    3dcf94c View commit details
    Browse the repository at this point in the history
  20. Fix survey activity log entries (decidim#9173) (decidim#9265)

    * Register survey resources
    
    * Dont make surveys searchable
    
    Co-authored-by: Eero Lahdenperä <[email protected]>
    andreslucena and lahdeero authored May 10, 2022
    Configuration menu
    Copy the full SHA
    b7d97a1 View commit details
    Browse the repository at this point in the history
  21. Remove beforeunload confirmation panel (decidim#9224) (decidim#9266)

    Co-authored-by: Eero Lahdenperä <[email protected]>
    andreslucena and Eero Lahdenperä authored May 10, 2022
    Configuration menu
    Copy the full SHA
    0e70f28 View commit details
    Browse the repository at this point in the history
  22. Fix newsletters and Decidim Votings (decidim#9188) (decidim#9258)

    * Use the participatory space registry instead of directly constantizing
    
    * Fix errors with votings when sending a newsletter
    
    Co-authored-by: Andrés Pereira de Lucena <[email protected]>
    
    Co-authored-by: Oriol Gual <[email protected]>
    andreslucena and oriolgual authored May 10, 2022
    Configuration menu
    Copy the full SHA
    d490c85 View commit details
    Browse the repository at this point in the history
  23. Fix notifications where resources are missing (decidim#9183) (decidim…

    …#9256)
    
    * fix notifications where resources are missing
    
    * Update decidim-core/config/locales/en.yml
    
    Co-authored-by: Andrés Pereira de Lucena <[email protected]>
    
    * Update notification_cell_spec.rb
    
    Co-authored-by: Andrés Pereira de Lucena <[email protected]>
    
    Co-authored-by: Ivan Vergés <[email protected]>
    andreslucena and microstudi authored May 10, 2022
    Configuration menu
    Copy the full SHA
    4add6ca View commit details
    Browse the repository at this point in the history
  24. Enforce password validation rules on 'Forgot your password?' form (de…

    …cidim#9090) (decidim#9245)
    
    * Enforce password validation rules on 'Forgot your password?' form
    
    * Improve guard clause for organization
    
    * Use a not common password for user factory
    
    * Remove unecessary Devise password_length setting
    
    * Change default common password in seeds
    
    * Change default common password in specs
    
    * Change default common password in specs
    
    * Change domain in specs to example.org
    
    * Change default common password in specs
    
    * Fix organization guard clause as suggested in code review
    andreslucena authored May 10, 2022
    Configuration menu
    Copy the full SHA
    d507169 View commit details
    Browse the repository at this point in the history
  25. Fix displaying blocked users in account follow pages (decidim#9164) (d…

    …ecidim#9255)
    
    * fix displaying block users
    
    * able to render ressource
    
    * fix gemfile test
    
    * fix gemfile test
    
    * fix gemfile test
    
    * refactor change
    
    * refactor change
    
    * linter
    
    * add unit test
    
    * linter
    
    * add trait
    
    Co-authored-by: eliegaboriau <[email protected]>
    andreslucena and eliegaboriau authored May 10, 2022
    Configuration menu
    Copy the full SHA
    7583904 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    9b88136 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Backport 'Fix generators specs target branch' to v0.26 (decidim#9290)

    * Dynamically get the edge release branch based on the current version
    
    * Move the current generators spec to the runtime directory
    
    * Add spec for testing the generators edge version git branch
    
    * Fix the repo root path at the generators runtime specs
    
    * Require the Decidim::Generators base module for the generators tests
    ahukkanen authored May 11, 2022
    Configuration menu
    Copy the full SHA
    28cb6d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ad4ad8 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Configuration menu
    Copy the full SHA
    1c7e7ac View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Configuration menu
    Copy the full SHA
    6d6e8a5 View commit details
    Browse the repository at this point in the history
  2. Correctly show trustees and votings menu (decidim#9192) (decidim#9324)

    * Correctly show trustees menu
    
    * Always show votings
    
    * Fix voting permissions
    
    * Refactor conditional logic
    
    Co-authored-by: Josep Jaume Rey <[email protected]>
    andreslucena and josepjaume authored May 19, 2022
    Configuration menu
    Copy the full SHA
    598e926 View commit details
    Browse the repository at this point in the history
  3. Fix hashtag parsing on URLs with fragments (decidim#9221) (decidim#9326)

    * Fix hashtag parsing on URLs with fragments
    
    * Fix spec
    andreslucena authored May 19, 2022
    Configuration menu
    Copy the full SHA
    3b7cab8 View commit details
    Browse the repository at this point in the history
  4. Add missing events locales (decidim#9199) (decidim#9327)

    * Add locale for the Welcome notification event
    
    * Add locales for the some events
    
    * Add locale for comment upvoted event
    
    * Fix typo on welcome message event
    
    * Fix bad sorting
    
    Co-authored-by: sdelcroix <[email protected]>
    andreslucena and sdelcroix authored May 19, 2022
    Configuration menu
    Copy the full SHA
    8bc82e9 View commit details
    Browse the repository at this point in the history
  5. Make conference's partners logos always mandatory (decidim#9214) (dec…

    …idim#9328)
    
    * Make conference's partners logos always mandatory
    
    * Remove the unecessary remove_logo attribute
    andreslucena authored May 19, 2022
    Configuration menu
    Copy the full SHA
    716e093 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc0f3bb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    23d1675 View commit details
    Browse the repository at this point in the history
  8. Apply crowdin feedback (decidim#9301) (decidim#9333)

    * Use correct and consistent capitalization on ID string
    
    * Fix bug on assembly social network string link title
    
    * Improve explanation strings on budgets
    
    * Use uppercase when refering to acronyms
    
    * Use correct capitalization
    
    * Prefer 'hybrid' meeting terminology
    
    * Apply crowdin feedback on elections
    
    * Apply crowdin feedback on meetings
    
    * Correct use of prepositions
    
    * s/can not/cannot/
    
    * Fix specs
    andreslucena authored May 19, 2022
    Configuration menu
    Copy the full SHA
    4797136 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Backport 'Don't show deleted resources in last activities ' to v0.26 (d…

    …ecidim#9330)
    
    * Don't show deleted resources in last activities  (decidim#9293)
    
    * Clarify describe block title
    
    * Improve CSS selector in spec so it's more specific
    
    * Add failing spec
    
    * Make ActionLog aware of deleted resources
    
    * Move the deleted comment factory to a trait
    
    * Fix linter offenses
    
    * Fix markup in spec so it's compatible with v0.26
    andreslucena authored May 24, 2022
    Configuration menu
    Copy the full SHA
    a1dfc93 View commit details
    Browse the repository at this point in the history
  2. Fix translations (decidim#9102) (decidim#9343)

    Co-authored-by: Josep Jaume Rey <[email protected]>
    andreslucena and josepjaume authored May 24, 2022
    Configuration menu
    Copy the full SHA
    630a928 View commit details
    Browse the repository at this point in the history
  3. Allow to renew expired verifications (if renewable) (decidim#8192) (d…

    …ecidim#9344)
    
    * allow to renew expired verifications (if renewable)
    
    * fix test
    
    * rubocop
    
    Co-authored-by: Ivan Vergés <[email protected]>
    andreslucena and microstudi authored May 24, 2022
    Configuration menu
    Copy the full SHA
    47f5586 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Backport 'Add error message when adding question and election has sta…

    …rted' to v0.26 (decidim#9404)
    
    * Add specific error message when an election has been started
    
    * Normalize i18n files
    
    * Rename broadcast message
    
    * Add system spec
    
    Co-authored-by: Josep Jaume Rey <[email protected]>
    ahukkanen and josepjaume authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    58f1cd5 View commit details
    Browse the repository at this point in the history
  2. Backport 'Fix user interests' to v0.26 (decidim#9406)

    * Add system specs for interests
    
    * Update Scope name attribute type from String to Jsonb
    
    * Cast selected_scopes_ids to Integer
    
    * Add spec to ensure scopes ids are saved as Integer
    
    * Add user interest scope form specs
    
    * Fix rubocop offense
    
    * Fix rubocop offenses
    
    Co-authored-by: Quentin Champ <[email protected]>
    ahukkanen and Quentinchampenois authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    dbc4c1f View commit details
    Browse the repository at this point in the history
  3. Backport 'Fix regular expression on census check' to v0.26 (decidim#9408

    )
    
    * Fix regular expression
    
    * Add spec
    
    * Add spec
    
    Co-authored-by: Josep Jaume Rey <[email protected]>
    ahukkanen and josepjaume authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    63da9b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bbcd5bb View commit details
    Browse the repository at this point in the history
  5. Backport 'Return 404 when there isn't a question' to v0.26 (decidim#9414

    )
    
    * Return 404 when there isn't a question
    
    * Add guard clause
    
    Co-authored-by: Andrés Pereira de Lucena <[email protected]>
    ahukkanen and andreslucena authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    e620e9d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9eb0672 View commit details
    Browse the repository at this point in the history
  7. Backport 'Return 404 when there isn't a voting in elections_log' to v…

    …0.26 (decidim#9415)
    
    Co-authored-by: Andrés Pereira de Lucena <[email protected]>
    ahukkanen and andreslucena authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    8bf5e02 View commit details
    Browse the repository at this point in the history
  8. Backport 'Fix proposals creation with Participatory Texts ' to v0.26 (d…

    …ecidim#9416)
    
    * Show readonly help on creation setting when Participatory Texts is enabled
    
    * Fix permission for proposal creation with Participatory Texts
    
    * Change order of proposals settings
    
    * Apply suggestions from code review
    
    Co-authored-by: Andrés Pereira de Lucena <[email protected]>
    ahukkanen and andreslucena authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    31d3de7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e3bc0c9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    913a23f View commit details
    Browse the repository at this point in the history
  11. Backport 'Add missing translation keys proposals import and proposals…

    … picker' to v0.26 (decidim#9412)
    
    * Add missing i18n key for proposals picker label
    
    * Add missing i18n key for import proposals form labels
    
    * Normalize budget's i18n file
    
    Co-authored-by: Andrés Pereira de Lucena <[email protected]>
    ahukkanen and andreslucena authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    4d3f1ff View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. Backport 'Fix HTML safe content in election voting' to v0.26 (decidim…

    …#9405)
    
    * Mark voting data as html safe to avoid problems when voting with a ballot style (decidim#9210)
    
    * Fix rubocop offence
    
    Co-authored-by: Oriol Gual <[email protected]>
    ahukkanen and oriolgual authored Jun 10, 2022
    Configuration menu
    Copy the full SHA
    b9783f9 View commit details
    Browse the repository at this point in the history
  2. Backport 'Fix for internal links not displaying on page title' to v0.…

    …26 (decidim#9407)
    
    * Fix for internal links not displaying on page title (decidim#9228)
    
    * Display proposal's/meeting's title as a href when referring to internal links in proposal's description meeting's body and comments.
    
    * Fix typo from renderer spec
    Fix rubocop issues
    Refactoring
    
    * Fixing double break line rendering issue on resource
    
    * Running Linters
    
    * Fix link display on "compare proposals" step.
    Check organization host when parsing internal links.
    
    * Rewrite the organization check
    
    Co-authored-by: Alexandru-Emil Lupu <[email protected]>
    
    * Fix rubocop offence
    
    Co-authored-by: roxanaopr <[email protected]>
    Co-authored-by: Alexandru-Emil Lupu <[email protected]>
    3 people authored Jun 10, 2022
    Configuration menu
    Copy the full SHA
    a6bddc3 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Prepare v0.26.2 release (decidim#9426)

    * Bump version to 0.26.2
    
    * Update changelog
    
    * Lock the geocoder gem to 1.7.x for compatibility reasons
    ahukkanen authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    807257d View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. New Crowdin updates (decidim#9069)

    * New translations en.yml (Italian)
    
    * New translations en.yml (Italian)
    
    * New translations en.yml (Italian)
    
    * New translations en.yml (Italian)
    
    * New translations en.yml (Italian)
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (Italian)
    
    * New translations en.yml (Hungarian)
    
    * New translations en.yml (Hungarian)
    
    * New translations en.yml (Hungarian)
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (Dutch)
    
    * New translations en.yml (Dutch)
    
    * New translations en.yml (Dutch)
    
    * New translations en.yml (Dutch)
    
    * New translations en.yml (Norwegian)
    
    * New translations en.yml (Norwegian)
    
    * New translations en.yml (Norwegian)
    
    * New translations en.yml (Dutch)
    
    * New translations en.yml (Dutch)
    
    * New translations en.yml (Dutch)
    
    * New translations en.yml (Dutch)
    
    * New translations en.yml (Portuguese)
    
    * New translations en.yml (Portuguese)
    
    * New translations en.yml (Portuguese)
    
    * New translations en.yml (Portuguese)
    
    * New translations en.yml (Portuguese)
    
    * New translations en.yml (Portuguese)
    
    * New translations en.yml (Portuguese)
    
    * New translations en.yml (Polish)
    
    * New translations en.yml (Norwegian)
    
    * New translations en.yml (Polish)
    
    * New translations en.yml (Norwegian)
    
    * New translations en.yml (Norwegian)
    
    * New translations en.yml (Polish)
    
    * New translations en.yml (Polish)
    
    * New translations en.yml (Polish)
    
    * New translations en.yml (Polish)
    
    * New translations en.yml (Polish)
    
    * New translations en.yml (Portuguese)
    
    * New translations en.yml (Slovak)
    
    * New translations en.yml (Slovak)
    
    * New translations en.yml (Turkish)
    
    * New translations en.yml (Turkish)
    
    * New translations en.yml (Turkish)
    
    * New translations en.yml (Turkish)
    
    * New translations en.yml (Turkish)
    
    * New translations en.yml (Swedish)
    
    * New translations en.yml (Swedish)
    
    * New translations en.yml (Swedish)
    
    * New translations en.yml (Swedish)
    
    * New translations en.yml (Swedish)
    
    * New translations en.yml (Swedish)
    
    * New translations en.yml (Swedish)
    
    * New translations en.yml (Swedish)
    
    * New translations en.yml (Chinese Simplified)
    
    * New translations en.yml (Chinese Simplified)
    
    * New translations en.yml (Galician)
    
    * New translations en.yml (Galician)
    
    * New translations en.yml (Galician)
    
    * New translations en.yml (Galician)
    
    * New translations en.yml (Galician)
    
    * New translations en.yml (Galician)
    
    * New translations en.yml (Portuguese, Brazilian)
    
    * New translations en.yml (Portuguese, Brazilian)
    
    * New translations en.yml (Portuguese, Brazilian)
    
    * New translations en.yml (Icelandic)
    
    * New translations en.yml (Portuguese, Brazilian)
    
    * New translations en.yml (Portuguese, Brazilian)
    
    * New translations en.yml (Portuguese, Brazilian)
    
    * New translations en.yml (Portuguese, Brazilian)
    
    * New translations en.yml (Portuguese, Brazilian)
    
    * New translations en.yml (Indonesian)
    
    * New translations en.yml (Spanish, Mexico)
    
    * New translations en.yml (Spanish, Mexico)
    
    * New translations en.yml (Spanish, Mexico)
    
    * New translations en.yml (Spanish, Mexico)
    
    * New translations en.yml (Spanish, Mexico)
    
    * New translations en.yml (Spanish, Mexico)
    
    * New translations en.yml (Latvian)
    
    * New translations en.yml (Latvian)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (Luxembourgish)
    
    * New translations en.yml (Luxembourgish)
    
    * New translations en.yml (Luxembourgish)
    
    * New translations en.yml (Luxembourgish)
    
    * New translations en.yml (Luxembourgish)
    
    * New translations en.yml (Serbian (Latin))
    
    * New translations en.yml (Spanish, Paraguay)
    
    * New translations en.yml (Spanish, Paraguay)
    
    * New translations en.yml (Spanish, Paraguay)
    
    * New translations en.yml (Spanish, Paraguay)
    
    * New translations en.yml (Spanish, Paraguay)
    
    * New translations en.yml (Spanish, Paraguay)
    
    * New translations en.yml (Russian with many plural form)
    
    * New translations en.yml (Finnish (plain))
    
    * New translations en.yml (Finnish (plain))
    
    * New translations en.yml (Ukrainian with many plural form)
    
    * New translations en.yml (Finnish (plain))
    
    * New translations en.yml (Finnish (plain))
    
    * New translations en.yml (Finnish (plain))
    
    * New translations en.yml (Finnish (plain))
    
    * New translations en.yml (Finnish (plain))
    
    * New translations en.yml (Finnish (plain))
    
    * New translations en.yml (Polish)
    
    * New translations en.yml (French)
    
    * New translations en.yml (French)
    
    * New translations en.yml (French)
    
    * New translations en.yml (French)
    
    * New translations en.yml (French)
    
    * New translations en.yml (French)
    
    * New translations en.yml (French)
    
    * New translations en.yml (French)
    
    * New translations en.yml (French)
    
    * New translations en.yml (Italian)
    
    * New translations en.yml (French)
    
    * New translations en.yml (French)
    
    * New translations en.yml (Spanish)
    
    * New translations en.yml (Catalan)
    
    * New translations en.yml (German)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (Basque)
    
    * New translations en.yml (Finnish)
    
    * New translations en.yml (Italian)
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (Dutch)
    
    * New translations en.yml (Portuguese)
    
    * New translations en.yml (Polish)
    
    * New translations en.yml (Galician)
    
    * New translations en.yml (Portuguese, Brazilian)
    
    * New translations en.yml (Spanish, Mexico)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (Spanish, Paraguay)
    
    * New translations en.yml (Spanish, Paraguay)
    
    * New translations en.yml (Finnish (plain))
    
    * New translations en.yml (Hungarian)
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (French)
    
    * New translations en.yml (German)
    
    * New translations en.yml (German)
    
    * New translations en.yml (German)
    
    * New translations en.yml (German)
    
    * New translations en.yml (German)
    
    * New translations en.yml (German)
    
    * New translations en.yml (German)
    
    * New translations en.yml (German)
    
    * New translations en.yml (German)
    
    * New translations en.yml (German)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (French)
    
    * New translations en.yml (French)
    
    * New translations en.yml (French)
    
    * New translations en.yml (French)
    
    * New translations en.yml (French)
    
    * New translations en.yml (French)
    
    * New translations en.yml (French)
    
    * New translations en.yml (French)
    
    * New translations en.yml (French)
    
    * New translations en.yml (French)
    
    * New translations en.yml (French)
    
    * New translations en.yml (French)
    
    * New translations en.yml (French)
    
    * New translations en.yml (French)
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (Spanish)
    
    * New translations en.yml (Catalan)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (Spanish, Mexico)
    
    * New translations en.yml (Spanish, Paraguay)
    
    * New translations en.yml (Spanish, Mexico)
    
    * New translations en.yml (Spanish, Mexico)
    
    * New translations en.yml (Spanish, Mexico)
    
    * New translations en.yml (Spanish, Mexico)
    
    * New translations en.yml (Spanish, Mexico)
    
    * New translations en.yml (Spanish, Mexico)
    
    * New translations en.yml (French)
    
    * New translations en.yml (Spanish)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (Catalan)
    
    * New translations en.yml (Hungarian)
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (Spanish, Mexico)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (Spanish, Paraguay)
    
    * New translations en.yml (French)
    
    * New translations en.yml (Spanish)
    
    * New translations en.yml (Catalan)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (German)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (Basque)
    
    * New translations en.yml (Finnish)
    
    * New translations en.yml (Italian)
    
    * New translations en.yml (Hungarian)
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (Dutch)
    
    * New translations en.yml (Portuguese)
    
    * New translations en.yml (Polish)
    
    * New translations en.yml (Galician)
    
    * New translations en.yml (Portuguese, Brazilian)
    
    * New translations en.yml (Spanish, Mexico)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (Spanish, Paraguay)
    
    * New translations en.yml (Finnish (plain))
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (Arabic)
    
    * New translations en.yml (Arabic)
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (French)
    
    * New translations en.yml (Spanish)
    
    * New translations en.yml (Catalan)
    
    * New translations en.yml (Spanish)
    
    * New translations en.yml (Catalan)
    decidim-bot authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    36564c9 View commit details
    Browse the repository at this point in the history
  2. New Crowdin updates (decidim#9432)

    * New translations en.yml (Finnish)
    
    * New translations en.yml (Finnish)
    
    * New translations en.yml (Finnish)
    
    * New translations en.yml (Finnish)
    
    * New translations en.yml (Finnish)
    
    * New translations en.yml (Finnish)
    
    * New translations en.yml (Finnish)
    
    * New translations en.yml (Finnish)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Spanish)
    
    * New translations en.yml (Catalan)
    
    * New translations en.yml (Finnish)
    
    * New translations en.yml (Finnish)
    
    * New translations en.yml (Finnish)
    
    * New translations en.yml (Spanish, Mexico)
    
    * New translations en.yml (Spanish, Mexico)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (Spanish, Paraguay)
    
    * New translations en.yml (Spanish, Paraguay)
    
    * New translations en.yml (Finnish (plain))
    
    * New translations en.yml (Finnish (plain))
    
    * New translations en.yml (Finnish (plain))
    
    * New translations en.yml (Finnish (plain))
    
    * New translations en.yml (Finnish (plain))
    
    * New translations en.yml (Finnish (plain))
    
    * New translations en.yml (Finnish (plain))
    
    * New translations en.yml (Finnish (plain))
    decidim-bot authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    66ef2cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c4b546 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Configuration menu
    Copy the full SHA
    9e199c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Configuration menu
    Copy the full SHA
    b2c058a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e1df15 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Expose map factory (decidim#9425) (decidim#9520)

    Co-authored-by: Fernando Blat <[email protected]>
    andreslucena and ferblape authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    83ac164 View commit details
    Browse the repository at this point in the history
  2. Capture unhandled errors from JS promises and inform the user (decidi…

    …m#9430) (decidim#9521)
    
    * Capture unhandled errors from JS promises and inform the user
    
    * lint js
    
    * add test case
    
    * remove comments
    
    * change stub
    
    * try to fix spec
    
    Co-authored-by: Ivan Vergés <[email protected]>
    andreslucena and microstudi authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    ac97a94 View commit details
    Browse the repository at this point in the history
  3. Backport 'Remove description from questions in elections' to v0.26 (d…

    …ecidim#9522)
    
    * Remove description from questions in elections (decidim#9401)
    
    * remove description
    
    * remove description from tests
    
    * send empty description to keep bulletin board happy
    
    * fix schema
    
    * fix question type spec
    
    * remove description from questions in the DB
    
    * remove failing spec
    
    * Fix Rails version on migration
    
    Co-authored-by: Ivan Vergés <[email protected]>
    andreslucena and microstudi authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    65e824b View commit details
    Browse the repository at this point in the history
  4. Return 404 when there isn't an initiative (decidim#9427) (decidim#9523)

    * Return 404 when there isn't an initiative
    
    * Fix linter offense
    andreslucena authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    2a241d9 View commit details
    Browse the repository at this point in the history
  5. Fix rollback questionnaire answer when file is invalid (decidim#9361) (

    …decidim#9524)
    
    * Fix transaction in answer questionnaire and validations for attachments
    
    * Add test and fix lint
    
    Co-authored-by: LauraJaimeC <[email protected]>
    andreslucena and laurajaime authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    3ecb7a3 View commit details
    Browse the repository at this point in the history
  6. Make sure component is published when starting an election (decidim#9358

    ) (decidim#9525)
    
    * Fix steps management
    
    * Normalize locales
    
    * Fix spec
    
    * Add missing translation
    
    Co-authored-by: Oriol Gual <[email protected]>
    
    Co-authored-by: Josep Jaume Rey <[email protected]>
    Co-authored-by: Oriol Gual <[email protected]>
    3 people authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    2104109 View commit details
    Browse the repository at this point in the history
  7. Fix email subject when resource title has special characters (decidim…

    …#9392) (decidim#9526)
    
    * Fix email subject when resource title has special characters. Add tests.
    
    * Apply changes only for email subject
    
    * Apply decidim sanitize only for resource title from email subject
    
    * Change method name for email subject i18n options
    
    Co-authored-by: roxanaopr <[email protected]>
    andreslucena and roxanaopr authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    93f4b7d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e6b163e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e110d64 View commit details
    Browse the repository at this point in the history
  10. Fix long word breaking on comments and cards (decidim#9472) (decidim#…

    …9529)
    
    * Fix long word breaking
    
    * Fix word wrap on cards
    
    Co-authored-by: Armand Fardeau <[email protected]>
    andreslucena and armandfardeau authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    f283420 View commit details
    Browse the repository at this point in the history
  11. Backport 'Fix background-image URLs with weird characters' to v0.26 (d…

    …ecidim#9531)
    
    * Fix background-image URLs with weird characters (decidim#9468)
    
    * Fix bad conflict resolution
    andreslucena authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    010f6a4 View commit details
    Browse the repository at this point in the history
  12. Fix cache hash on Hightlighted spaces (decidim#9474) (decidim#9536)

    * Fix cache hash on Hightlighted spaces
    
    * Remove cache expiry time for content block cells
    andreslucena authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    cef0eca View commit details
    Browse the repository at this point in the history
  13. Add short format to result date (decidim#9479) (decidim#9540)

    * Add short format to result date
    
    * Lint file
    
    * Update timeline date format
    
    Co-authored-by: Pauline Bessoles <[email protected]>
    andreslucena and paulinebessoles authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    6a5996d View commit details
    Browse the repository at this point in the history
  14. Backport 'Advertise users if BB connection is lost in trustees/admin …

    …zones' to v0.26 (decidim#9535)
    
    * Advertise users if BB connection is lost in trustees/admin zones (decidim#9442)
    
    * add connection error modal in trustees/admin zones
    
    * add voting via census error spec
    
    * be more poetic
    
    * add key ceremony spec
    
    * provide a generic error if it is not a XHR failure
    
    * trim whitespace
    
    * Fix linter offenses
    
    Co-authored-by: Ivan Vergés <[email protected]>
    Co-authored-by: Antti Hukkanen <[email protected]>
    3 people authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    e5a91e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Backport 'Remove the description field from the elections component s…

    …eeds' to v0.26 (decidim#9553)
    
    * Remove the description field from the elections component seeds
    
    * Remove the rest of the question descriptions from the seeds
    ahukkanen authored Jul 11, 2022
    Configuration menu
    Copy the full SHA
    34f61c3 View commit details
    Browse the repository at this point in the history
  2. Fix API GraphiQL system spec for 0.26 with newer ChromeDriver (decidi…

    …m#9556)
    
    * Fix the graphiql system spec for 0.26 with newer ChromeDriver
    
    * Remove unnecessary expectation from the spec
    ahukkanen authored Jul 11, 2022
    Configuration menu
    Copy the full SHA
    568da95 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    5043f94 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Configuration menu
    Copy the full SHA
    2b675ea View commit details
    Browse the repository at this point in the history
  2. Fix rubocop offenses

    verarojman committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    677bd35 View commit details
    Browse the repository at this point in the history
  3. Fix rubocop offenses

    verarojman committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    581f74e View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Configuration menu
    Copy the full SHA
    62c8ba7 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Configuration menu
    Copy the full SHA
    1fd6023 View commit details
    Browse the repository at this point in the history
  2. Lint js

    verarojman committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    0f8993b View commit details
    Browse the repository at this point in the history
  3. Lint scss

    verarojman committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    c894c54 View commit details
    Browse the repository at this point in the history
  4. Normalize locales

    verarojman committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    a411dc2 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Fix tests

    fblupi committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    27d7a41 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Configuration menu
    Copy the full SHA
    f6152a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Backport 'Fix published conferences order' to v0.26 (decidim#9688)

    Co-authored-by: Andrés Pereira de Lucena <[email protected]>
    ahukkanen and andreslucena authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    6a5914f View commit details
    Browse the repository at this point in the history
  2. Backport 'Fix creation notification when editing a comment ' to v0.26 (

    …decidim#9690)
    
    * Add spec for UpdateComment command
    
    * Fix typos
    
    * Fix creation notification on editing a comment
    
    Co-authored-by: Andrés Pereira de Lucena <[email protected]>
    ahukkanen and andreslucena authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    1e29f6e View commit details
    Browse the repository at this point in the history
  3. Backport 'Remove margin-bottom on votings navigation' to v0.26 (decid…

    …im#9692)
    
    * Remove margin-bottom on votings navigation
    
    * Add margin-top on votings landing page
    
    Co-authored-by: Andrés Pereira de Lucena <[email protected]>
    ahukkanen and andreslucena authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    3f28775 View commit details
    Browse the repository at this point in the history
  4. Backport 'Use public link on initiatives mailer' to v0.26 (decidim#9694)

    * Use described_class instead of hardcoding class name
    
    * Add spec
    
    * Use public link instead of admin link on mailer
    
    Co-authored-by: Andrés Pereira de Lucena <[email protected]>
    ahukkanen and andreslucena authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    627d6cf View commit details
    Browse the repository at this point in the history
  5. Backport 'Disallow creating grandchildren results' to v0.26 (decidim#…

    …9698)
    
    * Disallows creating grandchildren results
    
    * Add system spec
    
    Co-authored-by: Andrés Pereira de Lucena <[email protected]>
    ahukkanen and andreslucena authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    55020a2 View commit details
    Browse the repository at this point in the history
  6. Backport 'Prevent showing announcement on meetings registrations' to …

    …v0.26 (decidim#9700)
    
    Co-authored-by: Andrés Pereira de Lucena <[email protected]>
    ahukkanen and andreslucena authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    6e6b645 View commit details
    Browse the repository at this point in the history
  7. Backport 'Fix for initiative mailer when promoting committee is disab…

    …led' to v0.26 (decidim#9696)
    
    Co-authored-by: Andrés Pereira de Lucena <[email protected]>
    ahukkanen and andreslucena authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    f8405a5 View commit details
    Browse the repository at this point in the history
  8. Backport 'Improve steps election check page with census' to v0.26 (de…

    …cidim#9702)
    
    * Do not show minimum answers and max selections as valid if there are no questions
    
    * Fix wrong information in steps election mgmt
    
    * add census checks
    
    * validate census if required
    
    * fix rubo
    
    * add system specs
    
    * fix test
    
    Co-authored-by: Txus Bach <[email protected]>
    
    Co-authored-by: Ivan Vergés <[email protected]>
    Co-authored-by: Txus Bach <[email protected]>
    3 people authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    6d22302 View commit details
    Browse the repository at this point in the history
  9. Backport 'Fix translated attributes field type change' to v0.26 (deci…

    …dim#9704)
    
    * Fix issue when the attribute is changed from string to translatable
    
    * Test the translated attribute conversion when the original value is a string
    ahukkanen authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    c09d9e8 View commit details
    Browse the repository at this point in the history
  10. Backport 'Prevent missing ActionLog entries to break the application'…

    … to v0.26 (decidim#9706)
    
    * prevent missing actionlog entries to break the application
    
    * to_s before camelizing
    
    * refactor & test missing constants in actionlog
    
    * fix check for can_participate?
    
    Co-authored-by: Ivan Vergés <[email protected]>
    ahukkanen and microstudi authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    9240a20 View commit details
    Browse the repository at this point in the history
  11. Backport 'Fix publish event on official proposals' to v0.26 (decidim#…

    …9708)
    
    * Fix publish event on official proposals
    
    * Ruby offsense
    
    * Use official check method
    
    * Add missing translation and rewording
    
    * Remove period
    
    * Test proper scenario
    
    Co-authored-by: Fernando Blat <[email protected]>
    ahukkanen and ferblape authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    e069217 View commit details
    Browse the repository at this point in the history
  12. Backport 'Add help text for proposals' 'publish answers immediately' …

    …setting ' to v0.26 (decidim#9712)
    
    * Add support for HTML on settings' help
    
    * Add help text for proposals' 'publish answers immediately' setting
    
    * Add documentation to SettingsHelper
    
    * Add spec for help texts feature
    
    * Add spec for #text_for_setting
    
    Co-authored-by: Andrés Pereira de Lucena <[email protected]>
    ahukkanen and andreslucena authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    42f923b View commit details
    Browse the repository at this point in the history
  13. Backport 'Return 404 when there isn't a valid component in program' t…

    …o v0.26 (decidim#9717)
    
    Co-authored-by: Andrés Pereira de Lucena <[email protected]>
    ahukkanen and andreslucena authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    8ed1177 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    15e6227 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e9f5257 View commit details
    Browse the repository at this point in the history
  16. Backport 'Fix resource endorsed notification with Debates' to v0.26 (d…

    …ecidim#9723)
    
    * Fix resource endorsed notification with Debates
    
    * Add resource type in ResourceEndorsedEvent spec
    
    * Extract 'resource endorsed event' to a shared example
    
    * Extract resource_text so it can be defined on callers
    
    * Add failing spec
    
    * Fix when resource doesn't have a body
    
    * Add specs for Proposals and Blog Posts
    
    * Fix the trait name for 0.26
    
    Co-authored-by: Andrés Pereira de Lucena <[email protected]>
    ahukkanen and andreslucena authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    1c7d6e0 View commit details
    Browse the repository at this point in the history
  17. Backport 'Fix agenda_item association with agenda' to v0.26 (decidim#…

    …9728)
    
    * Fix agenda_item association whith agenda
    
    In some circumstances like Decidim::Meetings::AgendaItem.last.agenda the
    query fails because the association sets an order by position which is
    in the agenda items table but the join with agendas table is not
    specified
    
    * Simplify association of AgendaItem with Agenda
    
    Co-authored-by: Eduardo Martínez <[email protected]>
    ahukkanen and entantoencuanto authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    2d2bc4f View commit details
    Browse the repository at this point in the history
  18. Backport 'Fix absolute urls on 'managed user error' event' to v0.26 (d…

    …ecidim#9730)
    
    * Fix absolute urls on 'managed user error' event
    
    * Remove unecessary requires for simple_event examples
    
    * Fix bug on factory where two users could be on different organizations
    
    * Fix absolute urls on 'managed user error' event
    
    * Using EngineRouter for generating the conflict_url
    
    * Changing the event to other participant
    
    * Wrap only the EngineRouter for URLs
    
    * Change 'other participant' string in email subject too
    
    * Update specs with latest changes
    
    * Fix spec difference for 0.26 (link without port)
    
    Co-authored-by: Andrés Pereira de Lucena <[email protected]>
    ahukkanen and andreslucena authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    2925151 View commit details
    Browse the repository at this point in the history
  19. Backport 'Fix mobile notifications switch component overlaps' to v0.26 (

    decidim#9732)
    
    * Fix mobile notifications switch component overlaps
    
    * don't set a fixed height
    
    * remove row class
    
    * fix test
    
    * Remove notification sections related to 0.27 functionality
    
    Co-authored-by: Hugoren Martinako <[email protected]>
    ahukkanen and Crashillo authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    3ccc162 View commit details
    Browse the repository at this point in the history
  20. Backport 'Fix blocked user nickname and avatar in user presenter' to …

    …v0.26 (decidim#9741)
    
    * modify nickname and avatar in user presenter
    
    * add spec
    
    * modify nickname
    
    Co-authored-by: eliegaboriau <[email protected]>
    ahukkanen and eliegaboriau authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    4dca298 View commit details
    Browse the repository at this point in the history
  21. Backport 'Fix form error overlap with character counter in the admin …

    …panel' to v0.26 (decidim#9749)
    
    * Fix mixin issue in proposal title
    
    * Fix reviewer's comments
    
    Co-authored-by: Sina Eftekhar <[email protected]>
    ahukkanen and sinaeftekhar authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    085df25 View commit details
    Browse the repository at this point in the history
  22. Backport 'Fix the endorsement permissions' to v0.26 (decidim#9734)

    * Fix the endorsement permissions
    
    * linter
    
    * fix permissions
    
    * fix tests
    
    * linter ruby 3.1
    
    * Fix syntax error with the previous Ruby version for 0.26
    
    Co-authored-by: eliegaboriau <[email protected]>
    ahukkanen and eliegaboriau authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    d1717df View commit details
    Browse the repository at this point in the history
  23. Backport 'Fix order when filtering Meetings' to v0.26 (decidim#9751)

    * Fix order when filtering Meetings (decidim#9505)
    
    * Change date meetings filters checkboxes to radio buttons
    
    * Fix default upcoming filter on meetings' controller
    
    * Order filtered meetings by start_time
    
    * Use Faker::Date in meetings' seeds
    
    * Convert let definitions to one line blocks
    
    * Fix typo
    
    * Add default filter specs for Upcoming meetings
    
    * Add specs for 'date filters' on meetings
    
    * Reintroduces the 'All' filter for meetings dates
    
    * Remove uneceessary instance variable
    
    Co-authored-by: Antti Hukkanen <[email protected]>
    
    * Fix for 500 errors on static maps
    
    * Preserve the currently selected per_page value with filter forms
    
    * Fix the broken specs due to changes in the per_page configuration
    
    * Do not use concat in helpers that are used in cells
    
    * Rubocop
    
    Co-authored-by: Antti Hukkanen <[email protected]>
    
    * Use the correct legacy search API in 0.26
    
    * Do not use the per_page filter as it is not relevant in 0.26
    
    * Target the correct search element in 0.26
    
    * Fix the share URL dialog after filtering the view
    
    Co-authored-by: Andrés Pereira de Lucena <[email protected]>
    ahukkanen and andreslucena authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    3095f97 View commit details
    Browse the repository at this point in the history
  24. Backport 'Fix redundant notification on comments with linked proposal…

    …s' to v0.26 (decidim#9746)
    
    * Fix redundant notification on comments with linked proposals
    
    * Fix redundant email notification bug
    
    * Add unit test
    
    * trigger GitHub actions
    
    * Fix syntax issues with older Ruby version
    
    Co-authored-by: Sina Eftekhar <[email protected]>
    ahukkanen and sinaeftekhar authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    68df9c9 View commit details
    Browse the repository at this point in the history
  25. Backport 'Make the HERE Map display in the currently selected languag…

    …e' to v0.26 (decidim#9714)
    
    * Make the HERE map display in the currently selected language
    
    * Refactor HERE map language codes method
    
    Co-authored-by: Sergei Krylov <[email protected]>
    ahukkanen and sergei-krylov authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    8100f30 View commit details
    Browse the repository at this point in the history
  26. Backport 'Fix admin language selector with more than 4 locales' to v0…

    ….26 (decidim#9710)
    
    * Fix language selector doesn't work for newly created fields.
    The field disappears when there are errors in the form and select a different language for this field.
    
    * Fix translations of language with errors for language selector.
    
    * Disable require-jsdoc
    
    * Revert "Fix translations of language with errors for language selector."
    
    This reverts commit cda01ac
    
    * Refactoring of onchange function calls, reimplement without jQuery.
    
    * Refactor select change event
    
    * Fix linters
    
    * Update decidim-admin/app/packs/src/decidim/admin/choose_language.js
    
    Typo. Change back "click" to "change"
    
    Co-authored-by: Antti Hukkanen <[email protected]>
    
    Co-authored-by: Antti Hukkanen <[email protected]>
    
    Co-authored-by: Sergei Krylov <[email protected]>
    ahukkanen and sergei-krylov authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    4be25ca View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    3630fb9 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Backport 'Ignore participatory spaces without models in meetings visi…

    …ble_for scope' to v0.26 (decidim#9794)
    
    * Ignore participatory spaces without models in meetings visible_for scope
    
    * ignore participatory spaces without models in highlighted elements
    
    * add a test
    
    * fix old scope name
    microstudi authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    1d94a9c View commit details
    Browse the repository at this point in the history
  2. Backport 'Fix leaking emails on admin user search controller' to 0.26 (

    …decidim#9797)
    
    * Fix leaking emails on admin user search controller (decidim#9791)
    
    * rename test
    
    * fix leaking emails on admin user search controller
    
    # Conflicts:
    #	decidim-admin/spec/controllers/organizations_controller_spec.rb
    
    * lint spec
    # Conflicts:
    #	decidim-admin/spec/controllers/organizations_contoller_spec.rb
    
    * lint for 2.7
    microstudi authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    191d683 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Backport 'Fix import of images on spaces' to v0.26 (decidim#9803)

    * Fix import hero and banner images in participatory process
    
    Fix assemblies and process images importation
    
    * Remove uneeded yarn.lock
    
    * TEST: Make tests succeed
    
    * Refactor bugfix
    
    * Rename helper test function
    
    Co-authored-by: Laura Jaime <[email protected]>
    
    Co-authored-by: Oliver Valls <[email protected]>
    Co-authored-by: Laura Jaime <[email protected]>
    3 people authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    16dab73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01c6527 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe44de9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44414c4 View commit details
    Browse the repository at this point in the history
  5. Backport 'Fix version pages showing a HTTP 500 error when the version…

    … does not exist' to v0.26 (decidim#9809)
    
    * Show a 404 when the version does not exist
    
    * Add specs for testing the versions controllers
    ahukkanen authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    1dbb04c View commit details
    Browse the repository at this point in the history
  6. Backport 'Fix hidden error messages on the registration form' to v0.26 (

    decidim#9813)
    
    * Fix hidden error messages on the registration form
    
    * Fix syntax error with Ruby 2.7
    ahukkanen authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    b32d1dd View commit details
    Browse the repository at this point in the history
  7. Backport 'Fix multitenant organizations stats cache' to v0.26 (decidi…

    …m#9807)
    
    * Fix multitenant organizations stats cache
    
    * Fix same stats cache for multitenant organizations
    
    * Add specs for the stats cell
    
    * Rubocop
    
    * Fix syntax issue with Ruby 2.7
    ahukkanen authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    c309668 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    48a5110 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. New Crowdin updates (decidim#9443)

    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Norwegian)
    
    * New translations en.yml (Dutch)
    
    * New translations en.yml (Chinese Simplified)
    
    * New translations en.yml (Portuguese, Brazilian)
    
    * New translations en.yml (Spanish, Mexico)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (Spanish, Paraguay)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Hungarian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Catalan)
    
    * New translations en.yml (Hungarian)
    
    * New translations en.yml (Hungarian)
    
    * New translations en.yml (Swedish)
    
    * New translations en.yml (Hungarian)
    
    * New translations en.yml (Hungarian)
    
    * New translations en.yml (Hungarian)
    
    * New translations en.yml (Hungarian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Finnish)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Finnish (plain))
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Dutch)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Spanish)
    
    * New translations en.yml (Dutch)
    
    * New translations en.yml (Dutch)
    
    * New translations en.yml (Dutch)
    
    * New translations en.yml (Dutch)
    
    * New translations en.yml (German)
    
    * New translations en.yml (Dutch)
    
    * New translations en.yml (Dutch)
    
    * New translations en.yml (Dutch)
    
    * New translations en.yml (Dutch)
    
    * New translations en.yml (Spanish, Mexico)
    
    * New translations en.yml (Spanish, Paraguay)
    
    * New translations en.yml (Dutch)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (French)
    
    * New translations en.yml (Hungarian)
    
    * New translations en.yml (Dutch)
    
    * New translations en.yml (Slovenian)
    
    * New translations en.yml (Slovak)
    
    * New translations en.yml (Icelandic)
    
    * New translations en.yml (Icelandic)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (Luxembourgish)
    
    * New translations en.yml (Russian with many plural form)
    
    * New translations en.yml (Russian with many plural form)
    
    * New translations en.yml (Russian with many plural form)
    
    * New translations en.yml (Ukrainian with many plural form)
    
    * New translations en.yml (Ukrainian with many plural form)
    
    * New translations en.yml (Ukrainian with many plural form)
    
    * New translations en.yml (Polish)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (German)
    
    * New translations en.yml (French)
    
    * New translations en.yml (French)
    
    * New translations en.yml (French)
    
    * New translations en.yml (French)
    
    * New translations en.yml (Spanish)
    
    * New translations en.yml (Spanish)
    
    * New translations en.yml (Spanish)
    
    * New translations en.yml (Spanish)
    
    * New translations en.yml (Catalan)
    
    * New translations en.yml (Catalan)
    
    * New translations en.yml (Catalan)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (Catalan)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (Finnish)
    
    * New translations en.yml (Finnish)
    
    * New translations en.yml (Finnish)
    
    * New translations en.yml (Finnish)
    
    * New translations en.yml (Hungarian)
    
    * New translations en.yml (Italian)
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Polish)
    
    * New translations en.yml (Spanish, Mexico)
    
    * New translations en.yml (Spanish, Mexico)
    
    * New translations en.yml (Spanish, Mexico)
    
    * New translations en.yml (Spanish, Mexico)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (Spanish, Paraguay)
    
    * New translations en.yml (Spanish, Paraguay)
    
    * New translations en.yml (Spanish, Paraguay)
    
    * New translations en.yml (Spanish, Paraguay)
    
    * New translations en.yml (Finnish (plain))
    
    * New translations en.yml (Finnish (plain))
    
    * New translations en.yml (Finnish (plain))
    
    * New translations en.yml (Finnish (plain))
    
    * New translations en.yml (Spanish)
    
    * New translations en.yml (Catalan)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (Luxembourgish)
    
    * New translations en.yml (Russian with many plural form)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (Spanish)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (Spanish, Mexico)
    
    * New translations en.yml (Spanish, Paraguay)
    decidim-bot authored Sep 16, 2022
    Configuration menu
    Copy the full SHA
    02b096a View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. New Crowdin updates (decidim#9834)

    * New translations en.yml (Spanish)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (Catalan)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (Spanish, Mexico)
    
    * New translations en.yml (Spanish, Paraguay)
    decidim-bot authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    e85c208 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #24 from AjuntamentdeBarcelona/chore/update-custom…

    …-0.26
    
    Update release/0.26-stable-bcn with latest release/0.26-stable
    fblupi authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    715fc31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da45a25 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Backport 'Improve release process' to v0.26 (decidim#9864)

    * Improve release process
    
    * Improve the release related comands
    
    - Abort the process if there are uncommitted changes
    - Abort the process in case the official locales are not complete
      or clean
    - Do not release NPM packages in case some of the gem releases
      fail
    - Add a feature to retry the commands and make it configurable
    - Enable retrying the commands by default assuming using OTP
      authentication
    
    * Disable the GemManager retries for the generators specs
    
    * Configure retry times env variable not to retry infinitely
    
    * Configure the RETRY_TIMES env var for the gem installations in spec
    
    * Move the RETRY_TIMES configuration to the spec helper
    
    * Rubocop
    
    * Fix syntax issue
    ahukkanen authored Sep 28, 2022
    Configuration menu
    Copy the full SHA
    59d8cda View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. New Crowdin updates (decidim#9841)

    * New translations en.yml (Czech)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (French)
    
    * New translations en.yml (Arabic)
    
    * New translations en.yml (Spanish)
    
    * New translations en.yml (Bulgarian)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (Catalan)
    
    * New translations en.yml (German)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (Basque)
    
    * New translations en.yml (Irish)
    
    * New translations en.yml (Italian)
    
    * New translations en.yml (Hungarian)
    
    * New translations en.yml (Dutch)
    
    * New translations en.yml (Portuguese)
    
    * New translations en.yml (Polish)
    
    * New translations en.yml (Slovak)
    
    * New translations en.yml (Turkish)
    
    * New translations en.yml (Icelandic)
    
    * New translations en.yml (Galician)
    
    * New translations en.yml (Indonesian)
    
    * New translations en.yml (Portuguese, Brazilian)
    
    * New translations en.yml (Spanish, Mexico)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (Spanish, Paraguay)
    
    * New translations en.yml (Russian with many plural form)
    
    * New translations en.yml (Ukrainian with many plural form)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (Occitan)
    
    * New translations en.yml (Occitan)
    
    * New translations en.yml (Occitan)
    
    * New translations en.yml (Occitan)
    
    * New translations en.yml (Occitan)
    
    * New translations en.yml (Occitan)
    
    * New translations en.yml (Occitan)
    
    * New translations en.yml (Occitan)
    
    * New translations en.yml (Occitan)
    
    * New translations en.yml (Occitan)
    
    * New translations en.yml (Occitan)
    
    * New translations en.yml (Occitan)
    
    * New translations en.yml (Occitan)
    
    * New translations en.yml (Occitan)
    
    * New translations en.yml (Occitan)
    
    * New translations en.yml (Occitan)
    
    * New translations en.yml (Occitan)
    
    * New translations en.yml (Occitan)
    
    * New translations en.yml (Occitan)
    
    * New translations en.yml (Occitan)
    
    * New translations en.yml (Occitan)
    
    * New translations en.yml (Occitan)
    
    * New translations en.yml (Occitan)
    
    * New translations en.yml (Hungarian)
    
    * New translations en.yml (Hungarian)
    decidim-bot authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    41c9804 View commit details
    Browse the repository at this point in the history
  2. Prepare 0.26.3 release

    ahukkanen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    461d8fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0796c12 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    9de919d View commit details
    Browse the repository at this point in the history
  2. Remove unused language key

    fblupi committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    be68cef View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Add unit test

    fblupi committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    5e6112a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #25 from AjuntamentdeBarcelona/feat/show-user-prof…

    …ile-on-iniciative
    
    Show user profile on iniciative
    verarojman authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    43c6b7c View commit details
    Browse the repository at this point in the history
  3. Fix initiative authors style

    fblupi committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    1f4a870 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #26 from AjuntamentdeBarcelona/fix/fix-initiative-…

    …authors-style
    
    Fix initiative authors style
    verarojman authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    2e904af View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Configuration menu
    Copy the full SHA
    540e5d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Prevent the account edit route through Devise (decidim#9932)

    * Redefine the registration routes manually
    
    In order to prevent the default  route to be served
    through Devise.
    
    * Remove unused view and its translations
    
    Co-authored-by: Antti Hukkanen <[email protected]>
    andreslucena and ahukkanen authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    c3385d5 View commit details
    Browse the repository at this point in the history
  2. Backport 'Fix unpublished processes shown in the group process count'…

    … to v0.26 (decidim#9934)
    
    * Fix unpublished processes shown in the group process count
    
    * Add omitted value in keyword argument
    
    Co-authored-by: Antti Hukkanen <[email protected]>
    andreslucena and ahukkanen authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    3c9c033 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    feaf21a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5c1bb7 View commit details
    Browse the repository at this point in the history
  5. Backport 'Do not import resources multiple times' to v0.26 (decidim#9942

    )
    
    * Do not import resources multiple times
    
    * Add omitted value in keyword argument
    
    Co-authored-by: Antti Hukkanen <[email protected]>
    andreslucena and ahukkanen authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    b228cc7 View commit details
    Browse the repository at this point in the history
  6. Backport 'Fix form answer attachments breaking the answer view' to v0…

    ….26 (decidim#9945)
    
    * Fix form answer attachments breaking the answer view
    
    * Add omitted value in keyword argument
    
    Co-authored-by: Antti Hukkanen <[email protected]>
    andreslucena and ahukkanen authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    5b5423f View commit details
    Browse the repository at this point in the history
  7. Fix "disappearing" underscores with comments (decidim#9654) (decidim#…

    …9949)
    
    The underscores were actually converted into `<em>`s which is not
    desired.
    
    Co-authored-by: Antti Hukkanen <[email protected]>
    andreslucena and ahukkanen authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    a018439 View commit details
    Browse the repository at this point in the history
  8. Fix editor content saving when the content has only one video (decidi…

    …m#9951)
    
    * Allow only videos on the rich text editor
    
    * Add a spec testing adding only a video through Quill
    
    Co-authored-by: Antti Hukkanen <[email protected]>
    andreslucena and ahukkanen authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    b7d9116 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d7cdbec View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0ee0f0e View commit details
    Browse the repository at this point in the history
  11. Backport 'Fix exporting and importing a page component' to v0.26 (dec…

    …idim#9959)
    
    * Fix exporting and importing a page component
    
    * Add omitted value in keyword argument
    
    Co-authored-by: Antti Hukkanen <[email protected]>
    andreslucena and ahukkanen authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    5f040f4 View commit details
    Browse the repository at this point in the history
  12. Backport 'Fix importing participatory process from legacy format' to …

    …v0.26 (decidim#9964)
    
    * Fix importing participatory process from legacy format
    
    * Add omitted value in keyword argument
    
    Co-authored-by: Antti Hukkanen <[email protected]>
    andreslucena and ahukkanen authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    abe2936 View commit details
    Browse the repository at this point in the history
  13. Fix duplicate stats on home page and participatory space main page (d…

    …ecidim#9966)
    
    * Fix home page and participatory space duplicate stats
    
    * Test that there are no duplicate stats with the presenters
    
    Co-authored-by: Antti Hukkanen <[email protected]>
    andreslucena and ahukkanen authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    eb1c996 View commit details
    Browse the repository at this point in the history
  14. Backport 'Address Crowdin feedback' to v0.26 (decidim#9970)

    * Address Crowdin feedback
    
    * Address Crowdin feedback
    
    * Fix passing the interpolation arguments to amendable errors
    
    * Omit hash value with the same key
    
    * Generalize the "access codes for census" wording
    
    * Correct capitalization of string
    
    * Adjust the texts according to the changes in the specs
    
    * Add omitted value in keyword argument
    
    Co-authored-by: Antti Hukkanen <[email protected]>
    andreslucena and ahukkanen authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    86d3dd7 View commit details
    Browse the repository at this point in the history
  15. Backport 'Limit invitation redirects only to paths within the applica…

    …tion' to v0.26 (decidim#9973)
    
    * Limit invitation redirects only to paths within the application
    
    * Limit invitation redirections to paths within the application
    
    * Add a spec testing the invitation redirects
    
    * Add omitted value in keyword argument
    
    Co-authored-by: Antti Hukkanen <[email protected]>
    andreslucena and ahukkanen authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    2a9eb03 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0ca7e61 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    dee96ef View commit details
    Browse the repository at this point in the history
  18. Backport 'Fix correct resource linking for amendments' to v0.26 (deci…

    …dim#9988)
    
    * Fix correct resource linking for amendments
    
    * Fix the announcement links to the amendable resource
    
    * Fix the linking to the resources with the notifications
    
    * Fix typo
    
    * Add omitted value in keyword argument
    
    * Remove NotificationsDigestMailer spec as it isn't on v0.26
    
    Co-authored-by: Antti Hukkanen <[email protected]>
    andreslucena and ahukkanen authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    b394f9e View commit details
    Browse the repository at this point in the history
  19. Fix user sign up with invalid name (decidim#9991)

    * Fix user sign up with invalid name
    
    * Fix user account form with invalid name
    
    * Make the format nickanme validation consistent
    andreslucena authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    8c97dc6 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f5513f6 View commit details
    Browse the repository at this point in the history
  21. Make ToS agreement translatable (decidim#9997)

    * Add tos agreement attribute for flash error messages
    
    * Clarify tos translation and update related test
    
    Co-authored-by: Pauline Bessoles <[email protected]>
    andreslucena and paulinebessoles authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    b235f93 View commit details
    Browse the repository at this point in the history
  22. Make Scopes field in debates translatable (decidim#9999)

    Co-authored-by: Alexandru Emil Lupu <[email protected]>
    andreslucena and alecslupu authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    3b3a376 View commit details
    Browse the repository at this point in the history
  23. Remove invitations badge (decidim#10001)

    * Remove invites badge
    
    * Implement review recommendations
    
    Co-authored-by: Alexandru Emil Lupu <[email protected]>
    andreslucena and alecslupu authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    ee0d9c7 View commit details
    Browse the repository at this point in the history
  24. Backport 'Fix conference invitations' to v0.26 (decidim#10004)

    * Fix conference invitations
    
    * Fix conference invitations
    
    * Clarify the unauthorized errors when accepting/rejecting conference invitation
    
    * Fix redirecting back to the same URL (accept/reject) after sign in
    
    * Clarify the conference invitation text when inviting a new user
    
    * Fix decline conference invitation link
    
    * Add spaces to the links
    
    * Fix re-joining already joined conference
    
    In case the user already joined the conference, broadcast ok.
    
    * Change the i18n key for invite existing users
    
    * Add omitted value in keyword argument
    
    Co-authored-by: Antti Hukkanen <[email protected]>
    andreslucena and ahukkanen authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    50e61df View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Fix preserving bold text in the rich text editor when pasting content (

    …decidim#9962)
    
    * Fix editor clipboard pasting losting bold types
    
    * Add a spec testing the rich text editor clipboard pasting
    
    * Add the license notes for the Quill clipboard overrides
    
    Co-authored-by: Antti Hukkanen <[email protected]>
    andreslucena and ahukkanen authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    bccf9ba View commit details
    Browse the repository at this point in the history
  2. Backport 'Add missing active actions on admin navigation menu' to v0.…

    …26 (decidim#9993)
    
    * Add missing active actions on admin navigation menu
    
    * Add missing actions on User's admin navigation menu
    
    * Add missing actions on Settings' admin navigation menu
    
    * Add missing actions on Assemblies' admin navigation menu
    
    * Add missing actions on Initiatives' admin navigation menu
    
    * Add missing actions on Processes' admin navigation menu
    
    * Add missing actions on Dashboard's admin navigation menu
    
    * Remove initiatives settings logic on admin menu
    
    This feature doesn't exist in v0.26
    
    * Remove unexisting feature in this version
    
    * Add missing comma at EOL
    andreslucena authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    242e79a View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Configuration menu
    Copy the full SHA
    d6b9cd1 View commit details
    Browse the repository at this point in the history
  2. Backport 'Define the component import routes, permissions and control…

    …ler at votings' to v0.26 (decidim#9977)
    
    * Define the component import routes, permissions and controller at votings
    
    * Define the component import routes, permissions and controller at votings
    
    * Test the proposal imports in the votings space
    
    * Add omitted value in keyword argument
    
    * Using attach_file as dynamically_attach_file didn't exist in v0.26
    
    * Use error message existing on v0.26
    
    Co-authored-by: Antti Hukkanen <[email protected]>
    
    Co-authored-by: Antti Hukkanen <[email protected]>
    andreslucena and ahukkanen authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    7ac30fb View commit details
    Browse the repository at this point in the history
  3. Backport 'Fix proposal etiquette and length validator with base64 ima…

    …ges' to v0.26 (decidim#10010)
    
    * Fix proposal etiquette and length validator with base64 images (decidim#9639)
    
    * Fix proposal etiquette and length validator with base64 images
    
    * Use strip_tags instead of nokogiri not to include hidden content
    
    Content e.g. in `<script>` tags should be automatically hidden,
    so this should not be included in the validation either.
    
    * Fix the expected base64 mime types
    
    * Add omitted value in keyword argument
    
    * Replace unexisting API on v0.26
    
    Co-authored-by: Antti Hukkanen <[email protected]>
    andreslucena and ahukkanen authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    13fbf28 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Backport 'Fix importing a page component without a body' to v0.26 (de…

    …cidim#10023)
    
    * Fix importing a page component without a body
    
    * Add page in AssemblyImporter JSON example
    
    * Add spec for pages imported without body
    
    * Add guard clause for pages imported without body
    
    * Fix proposals tests
    
    Co-authored-by: Andrés Pereira de Lucena <[email protected]>
    Co-authored-by: Andrés Pereira de Lucena <[email protected]>
    3 people authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    85204b4 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Backport 'Refactor cell titles' to v0.26 (decidim#10041)

    * Refactor cell titles
    
    * Refactor HTML escaping in cell titles
    
    * Add specs to test the cell titles
    
    * Fix meetings spec
    
    * Add omitted value in keyword argument
    
    * Fix proposals spec
    
    Co-authored-by: Antti Hukkanen <[email protected]>
    andreslucena and ahukkanen authored Nov 8, 2022
    Configuration menu
    Copy the full SHA
    a6cac81 View commit details
    Browse the repository at this point in the history
  2. Backport 'Fix moderations for comments that are mapped to deleted res…

    …ources' to v0.26 (decidim#9941)
    
    * Fix moderations for comments that are mapped to deleted resources
    
    * Return nil for reported content url if the commentable is deleted
    
    * Show "deleted resource" instead of the visit URL when URL is not returned
    
    * Add system specs testing that moderations for comments with deleted resources work
    
    * Fix issue hiding comments for deleted debates
    
    * Add moderation test to hide comments for deleted resources
    
    * Add manage moderations shared examples for debates
    
    * Fix specs after merging with develop
    
    * Add omitted value in keyword argument
    
    * Remove Capybara.server_port from spec
    
    Co-authored-by: Antti Hukkanen <[email protected]>
    andreslucena and ahukkanen authored Nov 8, 2022
    Configuration menu
    Copy the full SHA
    d852e36 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Backport 'Fix user related absolute URLs' to v0.26 (decidim#9947)

    * Fix user related absolute URLs
    
    * Fix the user related URLs to contain the correct port
    
    * Add a spec for the profile_url method in UserPresenter
    
    * Fix default_avatar_url in UserPresenter
    
    * Fix specs broken by the port change
    
    * Fix broken specs
    
    * Call the same method in both cases
    
    * Remove Capybara.server_port from specs
    
    * Remove Capybara.server_port from spec
    
    * Fix rubocop offense
    
    Co-authored-by: Antti Hukkanen <[email protected]>
    andreslucena and ahukkanen authored Nov 9, 2022
    Configuration menu
    Copy the full SHA
    d45af01 View commit details
    Browse the repository at this point in the history
  2. Backport 'Fix duplicate user activity records when public spaces have…

    … private users' to v0.26 (decidim#9979)
    
    * Fix duplicate user activity records when public spaces have private users
    
    * Fix duplicate activity records with public space private users
    
    When a public space had private users, there could be duplicates
    shown in the activity record views.
    
    * Add specs testing the public activities query
    
    * Add omitted value in keyword argument
    
    * Remove unexisting feature in this version
    
    * Disable rubocop offense
    
    * Adapt spec from PublicActivities to ActivitySearch
    
    * Fix rubocop offenses
    
    Co-authored-by: Antti Hukkanen <[email protected]>
    andreslucena and ahukkanen authored Nov 9, 2022
    Configuration menu
    Copy the full SHA
    5964b22 View commit details
    Browse the repository at this point in the history
  3. Refactor the meeting list item title display (decidim#10047)

    * Refactor the meeting list item title display
    
    * Remove unnecessary method
    
    * Refactor meeting list item
    
    * Update the meeting list item spec
    
    * Add spec for the highlighted list item cell
    
    Co-authored-by: Antti Hukkanen <[email protected]>
    andreslucena and ahukkanen authored Nov 9, 2022
    Configuration menu
    Copy the full SHA
    0dc107e View commit details
    Browse the repository at this point in the history
  4. Reformat CSV help for import files on Accountability and Proposals (d…

    …ecidim#10055)
    
    * Move explanation in accountability's admin import CSV results
    
    We also remove the 'import-process-info' class and its CSS definition,
    as it isn't necessary anymore.
    
    * Add HTML support to ImportForm help text
    
    * Reformat help text to proposals' answers import
    
    * Reformat help text to proposals' import
    
    * Remove links with link word
    
    * Add nested list in explanation
    
    * Add an example for English language on i18n attributes
    andreslucena authored Nov 9, 2022
    Configuration menu
    Copy the full SHA
    d56c33e View commit details
    Browse the repository at this point in the history
  5. Backport 'Fix organization SMTP password not saved (became blank) in …

    …system panel' to v0.26 (decidim#10053)
    
    * Fix organization SMTP password not saved (became blank) in system panel
    
    * Fix organization SMTP password not saved (became blank) in system panel
    
    * Fix organization SMTP password not saved (became blank) in system panel - refactoring
    
    * Convert hash keys to symbols
    
    So it's compatible with Virtus
    Suggestion from code review
    
    Co-authored-by: Sergei Krylov <[email protected]>
    andreslucena and sergei-krylov authored Nov 9, 2022
    Configuration menu
    Copy the full SHA
    039bbde View commit details
    Browse the repository at this point in the history
  6. Backport 'Fix usages of reorder and paginate' to v0.26 (decidim#1…

    …0051)
    
    * Fix usages of  and
    
    * Fix typo from bad merge
    
    * Fix spec to make it compatible with markup from this version
    
    Co-authored-by: Sergei Krylov <[email protected]>
    andreslucena and sergei-krylov authored Nov 9, 2022
    Configuration menu
    Copy the full SHA
    36cdafd View commit details
    Browse the repository at this point in the history
  7. Backport 'Show only ToS acceptance when admin hasn't accepted it' to …

    …v0.26 (decidim#10057)
    
    * Show only ToS acceptance when admin hasn't accepted it
    
    * Don't show the 'Activity' card in dashboard if admin didn't accepted the ToS
    
    * Don't show the 'Global moderations' menu if admin didn't accepted the ToS
    
    * Extract spec to a shared example
    
    * Don't show the 'Participants' menu if admin didn't accepted the ToS
    
    * Fix CTA button copy
    
    * Don't show the 'Templates' menu if admin didn't accepted the ToS
    
    * Don't show the 'Initiatives' menu if admin didn't accepted the ToS
    
    * Add system spec
    
    * Fix specs
    
    * Add example for ToS acceptance in 'Global moderations'
    
    * Fix spec
    
    * Add example for ToS acceptance in 'Space moderations'
    
    * Fix guard clause when admin is managing users
    
    * Add omitted value in keyword argument
    
    Suggestions from code review
    
    Co-authored-by: Antti Hukkanen <[email protected]>
    
    Co-authored-by: Antti Hukkanen <[email protected]>
    andreslucena and ahukkanen authored Nov 9, 2022
    Configuration menu
    Copy the full SHA
    2e28d70 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Backport 'Refactor admin listing titles' to v0.26 (decidim#10049)

    * Refactor admin listing titles
    
    * Leave behavior on titles consistent with this version
    
    * Fix spec to make it compatible with markup from this version
    
    * Change helper path for the correct for v0.26
    
    Suggested by code review
    
    Co-authored-by: Antti Hukkanen <[email protected]>
    
    Co-authored-by: Antti Hukkanen <[email protected]>
    andreslucena and ahukkanen authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    8c613ef View commit details
    Browse the repository at this point in the history
  2. Backport 'Fix date/time formats at component forms' to v0.26 (decidim…

    …#9953)
    
    * Fix date/time formats at component forms
    
    * Fix the localized date and time with zone with ISO formats
    
    * Fix the datetime_field with Time and DateTime
    
    * Change the component time to TimeWithZone attribute type
    
    * Fix the conferences admin update controller spec
    
    * Fix the date/time attributes with the Virtus API
    
    * Fix DateTime expectation at the FormBuilder spec
    
    * Disable rubocop for the Date.parse usage in a spec
    
    * Split the coerce fallback into its own method
    
    * Fix variable name and also rescue from TypeError
    
    Co-authored-by: Antti Hukkanen <[email protected]>
    andreslucena and ahukkanen authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    4bcea0d View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Prepare 0.26.4 release

    ahukkanen committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    cfd24a6 View commit details
    Browse the repository at this point in the history
  2. New Crowdin updates (decidim#9872)

    * New translations en.yml (Latvian)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (Luxembourgish)
    
    * New translations en.yml (Spanish, Paraguay)
    
    * New translations en.yml (Russian with many plural form)
    
    * New translations en.yml (Finnish (plain))
    
    * New translations en.yml (French)
    
    * New translations en.yml (French)
    
    * New translations en.yml (French)
    
    * New translations en.yml (French)
    
    * New translations en.yml (French)
    
    * New translations en.yml (French)
    
    * New translations en.yml (Romanian)
    
    * New translations en.yml (Romanian)
    
    * New translations en.yml (Romanian)
    
    * New translations en.yml (Arabic)
    
    * New translations en.yml (Arabic)
    
    * New translations en.yml (Spanish)
    
    * New translations en.yml (Spanish)
    
    * New translations en.yml (Spanish)
    
    * New translations en.yml (Spanish)
    
    * New translations en.yml (Spanish)
    
    * New translations en.yml (Bulgarian)
    
    * New translations en.yml (Catalan)
    
    * New translations en.yml (Catalan)
    
    * New translations en.yml (Catalan)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (Catalan)
    
    * New translations en.yml (Catalan)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (German)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (Basque)
    
    * New translations en.yml (Basque)
    
    * New translations en.yml (Basque)
    
    * New translations en.yml (Basque)
    
    * New translations en.yml (German)
    
    * New translations en.yml (German)
    
    * New translations en.yml (Greek)
    
    * New translations en.yml (Greek)
    
    * New translations en.yml (Finnish)
    
    * New translations en.yml (Finnish)
    
    * New translations en.yml (Finnish)
    
    * New translations en.yml (Finnish)
    
    * New translations en.yml (Finnish)
    
    * New translations en.yml (Italian)
    
    * New translations en.yml (Italian)
    
    * New translations en.yml (Italian)
    
    * New translations en.yml (Hungarian)
    
    * New translations en.yml (Hungarian)
    
    * New translations en.yml (Hungarian)
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Dutch)
    
    * New translations en.yml (Dutch)
    
    * New translations en.yml (Norwegian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Dutch)
    
    * New translations en.yml (Polish)
    
    * New translations en.yml (Portuguese)
    
    * New translations en.yml (Polish)
    
    * New translations en.yml (Norwegian)
    
    * New translations en.yml (Norwegian)
    
    * New translations en.yml (Polish)
    
    * New translations en.yml (Portuguese)
    
    * New translations en.yml (Slovak)
    
    * New translations en.yml (Portuguese)
    
    * New translations en.yml (Slovak)
    
    * New translations en.yml (Turkish)
    
    * New translations en.yml (Turkish)
    
    * New translations en.yml (Turkish)
    
    * New translations en.yml (Swedish)
    
    * New translations en.yml (Swedish)
    
    * New translations en.yml (Swedish)
    
    * New translations en.yml (Chinese Simplified)
    
    * New translations en.yml (Chinese Simplified)
    
    * New translations en.yml (Chinese Simplified)
    
    * New translations en.yml (Galician)
    
    * New translations en.yml (Galician)
    
    * New translations en.yml (Galician)
    
    * New translations en.yml (Portuguese, Brazilian)
    
    * New translations en.yml (Portuguese, Brazilian)
    
    * New translations en.yml (Indonesian)
    
    * New translations en.yml (Portuguese, Brazilian)
    
    * New translations en.yml (Spanish, Mexico)
    
    * New translations en.yml (Indonesian)
    
    * New translations en.yml (Spanish, Mexico)
    
    * New translations en.yml (Spanish, Mexico)
    
    * New translations en.yml (Spanish, Mexico)
    
    * New translations en.yml (Spanish, Mexico)
    
    * New translations en.yml (Latvian)
    
    * New translations en.yml (Latvian)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (Luxembourgish)
    
    * New translations en.yml (Spanish, Paraguay)
    
    * New translations en.yml (Spanish, Paraguay)
    
    * New translations en.yml (Spanish, Paraguay)
    
    * New translations en.yml (Spanish, Paraguay)
    
    * New translations en.yml (Spanish, Paraguay)
    
    * New translations en.yml (Finnish (plain))
    
    * New translations en.yml (Finnish (plain))
    
    * New translations en.yml (Finnish (plain))
    
    * New translations en.yml (Finnish (plain))
    
    * New translations en.yml (Finnish (plain))
    
    * New translations en.yml (Guarani)
    
    * New translations en.yml (Guarani)
    
    * New translations en.yml (Guarani)
    
    * New translations en.yml (Guarani)
    
    * New translations en.yml (Guarani)
    
    * New translations en.yml (Guarani)
    
    * New translations en.yml (Guarani)
    
    * New translations en.yml (Guarani)
    
    * New translations en.yml (Guarani)
    
    * New translations en.yml (Guarani)
    
    * New translations en.yml (Guarani)
    
    * New translations en.yml (Guarani)
    
    * New translations en.yml (Guarani)
    
    * New translations en.yml (Guarani)
    
    * New translations en.yml (Guarani)
    
    * New translations en.yml (Guarani)
    
    * New translations en.yml (Guarani)
    
    * New translations en.yml (Guarani)
    
    * New translations en.yml (Guarani)
    
    * New translations en.yml (Guarani)
    
    * New translations en.yml (Guarani)
    
    * New translations en.yml (Guarani)
    
    * New translations en.yml (Guarani)
    
    * New translations en.yml (Portuguese, Brazilian)
    
    * New translations en.yml (Polish)
    
    * New translations en.yml (Polish)
    
    * New translations en.yml (Spanish)
    
    * New translations en.yml (French)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (Catalan)
    
    * New translations en.yml (Finnish)
    
    * New translations en.yml (Hungarian)
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (Polish)
    
    * New translations en.yml (Spanish, Mexico)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (Spanish, Paraguay)
    
    * New translations en.yml (Finnish (plain))
    
    * New translations en.yml (Romanian)
    
    * New translations en.yml (French)
    
    * New translations en.yml (Spanish)
    
    * New translations en.yml (Romanian)
    
    * New translations en.yml (French)
    
    * New translations en.yml (Bulgarian)
    
    * New translations en.yml (Spanish)
    
    * New translations en.yml (Arabic)
    
    * New translations en.yml (Catalan)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (Catalan)
    
    * New translations en.yml (German)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (Danish)
    
    * New translations en.yml (Basque)
    
    * New translations en.yml (Greek)
    
    * New translations en.yml (Irish)
    
    * New translations en.yml (Finnish)
    
    * New translations en.yml (Finnish)
    
    * New translations en.yml (Hungarian)
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (Italian)
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Norwegian)
    
    * New translations en.yml (Dutch)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Dutch)
    
    * New translations en.yml (Portuguese)
    
    * New translations en.yml (Polish)
    
    * New translations en.yml (Slovak)
    
    * New translations en.yml (Slovenian)
    
    * New translations en.yml (Chinese Simplified)
    
    * New translations en.yml (Turkish)
    
    * New translations en.yml (Swedish)
    
    * New translations en.yml (Swedish)
    
    * New translations en.yml (Galician)
    
    * New translations en.yml (Galician)
    
    * New translations en.yml (Icelandic)
    
    * New translations en.yml (Portuguese, Brazilian)
    
    * New translations en.yml (Spanish, Mexico)
    
    * New translations en.yml (Spanish, Mexico)
    
    * New translations en.yml (Latvian)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (Sinhala)
    
    * New translations en.yml (Luxembourgish)
    
    * New translations en.yml (Spanish, Paraguay)
    
    * New translations en.yml (Spanish, Paraguay)
    
    * New translations en.yml (Finnish (plain))
    
    * New translations en.yml (Finnish (plain))
    
    * New translations en.yml (Romanian)
    
    * New translations en.yml (Arabic)
    
    * New translations en.yml (Spanish)
    
    * New translations en.yml (French)
    
    * New translations en.yml (Catalan)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (Greek)
    
    * New translations en.yml (German)
    
    * New translations en.yml (Basque)
    
    * New translations en.yml (Finnish)
    
    * New translations en.yml (Hungarian)
    
    * New translations en.yml (Italian)
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (Dutch)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Polish)
    
    * New translations en.yml (Norwegian)
    
    * New translations en.yml (Portuguese)
    
    * New translations en.yml (Swedish)
    
    * New translations en.yml (Turkish)
    
    * New translations en.yml (Galician)
    
    * New translations en.yml (Portuguese, Brazilian)
    
    * New translations en.yml (Spanish, Mexico)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (Luxembourgish)
    
    * New translations en.yml (Spanish, Paraguay)
    
    * New translations en.yml (Finnish (plain))
    
    * New translations en.yml (Romanian)
    
    * New translations en.yml (Romanian)
    
    * New translations en.yml (Romanian)
    
    * New translations en.yml (Romanian)
    
    * New translations en.yml (Romanian)
    
    * New translations en.yml (Romanian)
    
    * New translations en.yml (Romanian)
    
    * New translations en.yml (Romanian)
    
    * New translations en.yml (Spanish)
    
    * New translations en.yml (Spanish)
    
    * New translations en.yml (Catalan)
    
    * New translations en.yml (Catalan)
    
    * New translations en.yml (Spanish)
    
    * New translations en.yml (Spanish)
    
    * New translations en.yml (Catalan)
    
    * New translations en.yml (Catalan)
    decidim-bot authored Nov 14, 2022
    Configuration menu
    Copy the full SHA
    49d3660 View commit details
    Browse the repository at this point in the history
  3. New Crowdin updates (decidim#10068)

    * New translations en.yml (Catalan)
    
    * New translations en.yml (Spanish, Mexico)
    
    * New translations en.yml (Spanish, Mexico)
    
    * New translations en.yml (Spanish, Mexico)
    
    * New translations en.yml (Spanish, Paraguay)
    
    * New translations en.yml (Spanish, Paraguay)
    
    * New translations en.yml (Spanish, Paraguay)
    decidim-bot authored Nov 14, 2022
    Configuration menu
    Copy the full SHA
    04ec89f View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    7ae038a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb79021 View commit details
    Browse the repository at this point in the history
  3. New Crowdin updates (decidim#10070)

    * New translations en.yml (Finnish)
    
    * New translations en.yml (Finnish)
    
    * New translations en.yml (Finnish)
    
    * New translations en.yml (Finnish)
    
    * New translations en.yml (Finnish (plain))
    
    * New translations en.yml (Finnish (plain))
    
    * New translations en.yml (Finnish (plain))
    
    * New translations en.yml (Spanish)
    
    * New translations en.yml (Romanian)
    
    * New translations en.yml (French)
    
    * New translations en.yml (Romanian)
    
    * New translations en.yml (French)
    
    * New translations en.yml (French)
    
    * New translations en.yml (French)
    
    * New translations en.yml (Arabic)
    
    * New translations en.yml (Arabic)
    
    * New translations en.yml (Spanish)
    
    * New translations en.yml (Spanish)
    
    * New translations en.yml (Spanish)
    
    * New translations en.yml (Spanish)
    
    * New translations en.yml (Catalan)
    
    * New translations en.yml (Bulgarian)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (Catalan)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (Catalan)
    
    * New translations en.yml (Catalan)
    
    * New translations en.yml (German)
    
    * New translations en.yml (German)
    
    * New translations en.yml (German)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (Basque)
    
    * New translations en.yml (Greek)
    
    * New translations en.yml (Greek)
    
    * New translations en.yml (Basque)
    
    * New translations en.yml (Finnish)
    
    * New translations en.yml (Finnish)
    
    * New translations en.yml (Irish)
    
    * New translations en.yml (Hungarian)
    
    * New translations en.yml (Hungarian)
    
    * New translations en.yml (Italian)
    
    * New translations en.yml (Italian)
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Lithuanian)
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (Norwegian)
    
    * New translations en.yml (Norwegian)
    
    * New translations en.yml (Dutch)
    
    * New translations en.yml (Dutch)
    
    * New translations en.yml (Portuguese)
    
    * New translations en.yml (Polish)
    
    * New translations en.yml (Polish)
    
    * New translations en.yml (Portuguese)
    
    * New translations en.yml (Slovak)
    
    * New translations en.yml (Slovak)
    
    * New translations en.yml (Turkish)
    
    * New translations en.yml (Turkish)
    
    * New translations en.yml (Swedish)
    
    * New translations en.yml (Swedish)
    
    * New translations en.yml (Chinese Simplified)
    
    * New translations en.yml (Chinese Simplified)
    
    * New translations en.yml (Galician)
    
    * New translations en.yml (Galician)
    
    * New translations en.yml (Indonesian)
    
    * New translations en.yml (Indonesian)
    
    * New translations en.yml (Portuguese, Brazilian)
    
    * New translations en.yml (Portuguese, Brazilian)
    
    * New translations en.yml (Spanish, Mexico)
    
    * New translations en.yml (Spanish, Mexico)
    
    * New translations en.yml (Spanish, Mexico)
    
    * New translations en.yml (Spanish, Mexico)
    
    * New translations en.yml (Spanish, Mexico)
    
    * New translations en.yml (Latvian)
    
    * New translations en.yml (Latvian)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (French, Canada)
    
    * New translations en.yml (Luxembourgish)
    
    * New translations en.yml (Luxembourgish)
    
    * New translations en.yml (Spanish, Paraguay)
    
    * New translations en.yml (Spanish, Paraguay)
    
    * New translations en.yml (Spanish, Paraguay)
    
    * New translations en.yml (Spanish, Paraguay)
    
    * New translations en.yml (Spanish, Paraguay)
    
    * New translations en.yml (Russian with many plural form)
    
    * New translations en.yml (Finnish (plain))
    
    * New translations en.yml (Finnish (plain))
    
    * New translations en.yml (Finnish (plain))
    
    * New translations en.yml (Finnish (plain))
    decidim-bot authored Nov 15, 2022
    Configuration menu
    Copy the full SHA
    e226c25 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    4d3d9c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd6b318 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #28 from AjuntamentdeBarcelona/fix/resource-icon-w…

    …ith-component-or-manifest-nil
    
    Fix resource_icon with component or manifest nil
    fblupi authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    f4cf37e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #29 from AjuntamentdeBarcelona/feat/add-paper-trai…

    …l-to-initiatives-votes
    
    Add paper_trail to initiatives_votes
    fblupi authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    4a3fb9e View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Backport 'Fix: The i18n locales selector is showing a dropdown with 3…

    … languages' to v0.26 (decidim#10086)
    
    Co-authored-by: Alexandru Emil Lupu <[email protected]>
    ahukkanen and alecslupu authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    0bae263 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Merge branch 'release/0.26-stable-bcn' of github.com:AjuntamentdeBarc…

    …elona/decidim into chore/update-custom-0.26.4
    fblupi committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    cf6741f View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Show initiative coauthorships

    fblupi committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    b96e90d View commit details
    Browse the repository at this point in the history
  2. Fix style

    fblupi committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    bbcc41b View commit details
    Browse the repository at this point in the history
  3. Fix test

    fblupi committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    b5b4a4e View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Merge pull request #33 from AjuntamentdeBarcelona/fix/initiative-coau…

    …thorships
    
    Fix/initiative coauthorships
    rafaelpoza authored Dec 22, 2022
    Configuration menu
    Copy the full SHA
    64face6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release/0.26-stable-bcn' of github.com:AjuntamentdeBarc…

    …elona/decidim into chore/update-custom-0.26.4
    fblupi committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    530a590 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    073a850 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'release/0.26-stable-bcn' of github.com:AjuntamentdeBarc…

    …elona/decidim into chore/update-custom-0.26.4
    fblupi committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    e58655f View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    1ce9d02 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Merge branch 'release/0.26-stable' of github.com:AjuntamentdeBarcelon…

    …a/decidim into chore/update-custom-0.26.4
    fblupi committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    5884ea4 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Merge pull request #32 from AjuntamentdeBarcelona/chore/update-custom…

    …-0.26.4
    
    Chore/update custom 0.26.4
    fblupi authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    d8d945f View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Merge branch 'release/0.27-stable' of github.com:AjuntamentdeBarcelon…

    …a/decidim into release/0.27-stable-bcn
    fblupi committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    1e5757c View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Lint

    fblupi committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    907e910 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Merge branch 'release/0.27-stable' of github.com:AjuntamentdeBarcelon…

    …a/decidim into release/0.27-stable-bcn
    fblupi committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    3618a20 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Merge branch 'release/0.27-stable' of github.com:AjuntamentdeBarcelon…

    …a/decidim into release/0.27-stable-bcn
    fblupi committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    6939e7a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release/0.27-stable' of github.com:AjuntamentdeBarcelon…

    …a/decidim into release/0.27-stable-bcn
    fblupi committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    d9e42c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Merge branch 'release/0.27-stable' of github.com:AjuntamentdeBarcelon…

    …a/decidim into release/0.27-stable-bcn
    fblupi committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    e201f49 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    d15f586 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Merge branch 'release/0.27-stable' of github.com:AjuntamentdeBarcelon…

    …a/decidim into release/0.27-stable-bcn
    fblupi committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    bd158f9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release/0.27-stable-bcn' of github.com:AjuntamentdeBarc…

    …elona/decidim into fix/allow-iframes-on-meetings-minutes
    fblupi committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    1e6d569 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #35 from AjuntamentdeBarcelona/fix/allow-iframes-o…

    …n-meetings-minutes
    
    Allow iframes on meeting minutes
    fblupi authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    3ac5766 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Merge branch 'release/0.27-stable' of github.com:AjuntamentdeBarcelon…

    …a/decidim into release/0.27-stable-bcn
    fblupi committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    480b479 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release/0.27-stable-bcn' of github.com:AjuntamentdeBarc…

    …elona/decidim into release/0.27-stable-bcn
    fblupi committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    4315d47 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Merge branch 'release/0.27-stable' of github.com:AjuntamentdeBarcelon…

    …a/decidim into release/0.27-stable-bcn
    fblupi committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    66ec5e3 View commit details
    Browse the repository at this point in the history
  2. Include locales for X

    fblupi committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    dd0d1ca View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    fb0ba39 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release/0.27-stable' of github.com:AjuntamentdeBarcelon…

    …a/decidim into release/0.27-stable-bcn
    fblupi committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    959bacc View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    9e41746 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release/0.27-stable' of github.com:AjuntamentdeBarcelon…

    …a/decidim into release/0.27-stable-bcn
    fblupi committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    47cbd67 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Merge branch 'release/0.27-stable' of github.com:AjuntamentdeBarcelon…

    …a/decidim into release/0.27-stable-bcn
    fblupi committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    077351f View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Merge branch 'release/0.27-stable' of github.com:AjuntamentdeBarcelon…

    …a/decidim into release/0.27-stable-bcn
    fblupi committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    8c79162 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Add create authorization to initiative types (decidim#9309)

    * 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]>
    2 people authored and fblupi committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    5d7a06b View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Refactor intiative wizard (decidim#10727)

    * 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]>
    3 people authored and fblupi committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    3b077db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bab38e View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Merge branch 'release/0.27-stable' of github.com:AjuntamentdeBarcelon…

    …a/decidim into release/0.27-stable-bcn
    fblupi committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    0b7362a View commit details
    Browse the repository at this point in the history