Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Latest commit

 

History

History
52 lines (39 loc) · 3.76 KB

CHANGELOG.md

File metadata and controls

52 lines (39 loc) · 3.76 KB

Change Log

Upgrade notes (search):

In order for the currently existing Users to be indexed, you'll have to manually trigger a reindex. You can do that executing:

Decidim::User.find_each(&:add_to_index_as_search_resource)

Added:

  • decidim-docs: Add proposal lifecycle diagram to docs. #3811
  • decidim-budgets: Added vote project authorization action #3804
  • decidim-meetings: Added join meeting authorization action #3804
  • decidim-proposals: Added vote and endorse proposal authorization actions #3804
  • decidim-core: Support for actions authorizations at resource level #3804
  • decidim-meetings: Allow users to accept or reject invitations to meetings, and allow admins to see their status. #3632
  • decidim-meetings: Allow admins to invite existing users to meetings. #3831
  • decidim-meetings: Generate a registration code and give it to users when they join to the meeting. #3805
  • decidim-core: Make Users Searchable. #3796
  • decidim-participatory_processes: Highlight the correct menu item when visiting a process group page #3737

Changed:

  • decidim-participatory_processes: Improve usability of filters on processes index page #3728
  • decidim-meetings: The invite attendee form has been moved to the top of the new invites list. #3826
  • decidim-core: Load authorization modals content with AJAX requests. #3753
  • decidim-core: Updated the CollapsibleList cell to be able to show any number of elements from 1 to 12 #3810

Fixed:

  • decidim-proposals: Proposal seeds iterate over a sample of users to add coauthorships. #3796
  • decidim-core: Make proposal m-card render its authorship again. #3727
  • decidim-generators: Generated application not including bootsnap.
  • decidim-generators: Generated application not including optional gems.
  • decidim-core: Fix follow within search results. #3745
  • decidim-proposals: An author should always follow their proposal. #3791
  • decidim-core: Fix notifications sending when there's no component. #3792
  • decidim-proposals: Use the same proposals collection for the map. #3793
  • decidim-core: Fix followable type for Decidim::Accountability::Result. #3798
  • decidim-accountability: Fix accountability diff renderer when a locale is missing. #3797
  • decidim-core: Don't crash when a nickname has a dot. #3793
  • decidim-core: Don't crash when a page doesn't exist. #3799

Removed:

Previous versions

Please check 0.13-stable for previous changes.