Skip to content

Releases: decidim/decidim

v0.7.4

24 Nov 13:34
b5976c0
Compare
Choose a tag to compare

Full Changelog

Fixed:

  • decidim-accountability: Make accountability work with assemblies #2243

v0.7.3

24 Nov 13:33
cd30bbd
Compare
Choose a tag to compare

Full Changelog

Fixed:

  • decidim-meetings: Admins could not submit form after getting a validation error in the meeting registrations form #2202

v0.7.2

07 Nov 10:42
Compare
Choose a tag to compare

Full Changelog

Fixed:

  • decidim-proposals: Separate organization and user-submitted proposals for the proposal limits #2150

v0.7.1

26 Oct 08:59
Compare
Choose a tag to compare

Full Changelog

Fixed:

  • decidim: Fixed app generators #2119

v0.7.0

26 Oct 08:57
Compare
Choose a tag to compare

Full Changelog

Added

  • decidim: Available authorization handlers are added to the sample organization automatically when seeding. #1978
  • decidim-admin: Let admins customize the Call To Action homepage button text and URL #2053
  • decidim-assemblies: Hide the link to Assemblies from the main menu if no assemblies are published #2074
  • decidim-core: Show a disabled "Follow" button to anonymous users (not logged in) with a prompt to sign in #1903
  • decidim-core: Adds an option to the initializer file to enable/disable header snippets (true by default) #1923
  • decidim-core: Adds an option to configure the maximum file size for avatar images #1969
  • decidim-core: Hides the "Mark all as read" notifications button when no notifications are found #1948
  • decidim-core: Add fields to customize the Call To Action homepage button text and URL #2053
  • decidim-core: Add a new Excel exporter that exports to native XLS format #2099
  • decidim-meetings: Participatory admins can invite users to join a meeting. #1879
  • decidim-participatory_processes: Hide the link to Processes from the main menu if no processes are published #2074
  • decidim-proposals: Show votes in the proposals table in admin when votes are enabled #2011
  • decidim-proposals: Allow setting the maximum amount of votes a proposal can receive #2054.

Changed

  • decidim: URLs now use the participatory space slug instead of the ID, both in the public pages and in the admin. Old routes using the space IDs now redirect to the ones using the slug. #1842
  • decidim: bin/rails generate decidim:demo is no longer available in generated applications. Use the --demo flag when generating your application or do the change manually if you want to use the "demo" authorization handler. #1978
  • decidim-admin: Organization settings form is now split in two: connfiguration and appearance #2041
  • decidim-core: Changes some texts in the homepage ("How do I take part in a process?" section) #1947
  • decidim-results: This gem is no longer included inside the decidim gem and it has its own repository. #1926
  • decidim-core: Authorization handlers now must be specified as strings. To migrate, change config.authorization_handlers = [MyHandler] to config.authorization_handlers = ["MyHandler"]. #2016
  • decidim-proposals: Change proposal answer callouts so they match their real state #2025

Fixed

  • decidim-admin: Reference prefix was not being updated in the admin form #2041
  • decidim-core: Handle nil resources on static maps (errors were caused by search engine spiders) #1936
  • decidim-core: Homepage blocks were not distinguishable when statistics were hidden #2064
  • decidim-core: Menu was not being properly highlighted when users were logged in with non-default locales #2095
  • decidim-core: Don't autocomplete the profile's password fields so uptating it doesn't break. #2108
  • decidim-comments: Fix a bug sending email notifications when a comment is created #2036
  • decidim-participatory-processes: Invited moderators couldn't access the process admin panel #2020
  • decidim-proposals: Do not count hidden proposals on stats #1988

Removed

  • decidim-system: Removed button to delete organizations, as this is not implemented #2067

v0.6.8

18 Oct 06:54
Compare
Choose a tag to compare

Full Changelog

Fixed

  • decidim-admin: Fix impersonation being disallowed when there's another user impersonating #2047

v0.6.7

09 Oct 08:43
Compare
Choose a tag to compare

Full Changelog

Fixed

  • decidim: A bug in the test app generator prevented installations to properly run the tests. #1994

v0.6.6

06 Oct 07:03
Compare
Choose a tag to compare

Full Changelog

Fixed

  • decidim: Generator when run directly via decidim's executable was crashing due to bundler unavailability #1938
  • decidim-surveys: When a survey is created without TOS, the survey cannot be answered by the users. We're making the TOS field rquired, please fill it for every language and every survey. #1980
  • decidim-surveys: Fixes a bug where inputs for survey question bodies in the admin were not working properly when the organization had only one locale. #1983

v0.6.5

06 Oct 07:02
Compare
Choose a tag to compare

Full Changelog

Fixed

  • decidim-assemblies: Embed pages were not working properly. Now we have tests to check they do #1929
  • decidim-core: Fixes a bug with filter forms and URLs #1937
  • decidim-core: The form builder now renders an error message in case an uploaded file failed validation #1969
  • decidim-meetings: Embed pages were not working properly. Now we have tests to check they do #1929
  • decidim-participatory-processes: Embed pages were not working properly. Now we have tests to check they do #1929
  • decidim-proposals: Embed pages were not working properly. Now we have tests to check they do #1929
  • decidim-results: Embed pages were not working properly. Now we have tests to check they do #1929
  • decidim-surveys: Questions could be created with missing translations. Errors were not showing on admin form. #1918

v0.6.4

21 Sep 14:16
Compare
Choose a tag to compare

Full Changelog

Fixed

  • decidim-core: Some AJAX requests were not updating the DOM properly #1906
  • decidim-core: Fixes proposals filter when filtering by scopes #1907