Skip to content

Releases: OpenSourcePolitics/decidim

v0.12.2

28 Feb 18:21
6060c49
Compare
Choose a tag to compare

backport the latest version tag on our custom branch

0.12.2 - OSP specific changes:

Upgrade notes:

  • decidim-budgets: Re-introduce vote on budget by number of project. This feature has not been fully tested. See #265
  • Banner uploader: banner uploader has been changed in #150
    you should update existing image if you don't want to reupload them.
    use the following command in your rails console : Decidim::ParticipatoryProcess.find_each { |process| process.banner_image.recreate_versions! if process.banner_image? }
  • Avater uploader: Avater uploader has been changed in #147
    you should update existing image if you don't want to reupload them.
    use the following command in your rails console : Decidim::User.find_each { |user| user.avatar.recreate_versions! if user.avatar? }

Added:

  • decidim-admin: Add pagination to private user list. #345
  • decidim-budgets: Re-introduce vote on budget by number of project.#330
  • decidim-debates: Allow debates to be reported #199
  • decidim-proposals: Allow proposals location to be changed on a map #296
  • decidim-participatory_processes: Ability to order processes in the back-office #189
  • decidim-debates: add export feature to debates #270
  • decidim-debates: Allow debates to be reported #199
  • decidim-core: Banner uploader has been changed in #150
  • decidim-core: Avater uploader has been changed in #147
  • decidim-core: Now have a quality setting which can be used by adding process quality:%% where %% is your desired percentage of quality
  • decidim-core : Add an initializer otion to skip first login authorization #176
  • decidim-admin: Add link to user profile and link to conversation from admin space. #208
  • decidim-core: Add a config accessor for admin upload attachment
    #258

Changed:

  • decidim-proposals: Remove caps first validator. Format title and body without any intervention from the user #259
  • decidim-participatory_processes: Make process moderators receive notifications about flagged content #228
  • decidim-participatory_processes: Add customised action button text regarding to the steps #257
  • decidim-participatory_processes: Make process moderators receive notifications about flagged content #228

Fixed:

  • decidim-proposals: Fix stats display.#356
  • decidim-debates: Fix stats display.#356
  • decidim-debates: Fix stats display.#356
  • decidim-core: Fix comments count when a comment has been moderated #349
  • decidim-participatory_processes: Fix participatory processes pagination#351
  • decidim-core: Fix newsletter notification modal #342
  • decidim-proposals: Fix responsive car preview for proposals#325
  • decidim-budgets: Add hyphens to budget card. #305
  • decidim-admin: Fix issue when updating a navbar link. #310
  • decidim-surveys: Fix validation issue on survey sortable question #314
  • decidim-surveys: Fix issue when copying. #308
  • decidim-proposals: Proposal creation and update fixes: #3744
    • Fix CookieOverflow in wizard steps
    • Fix proposal_length validation on create_step
    • Fix ability to update proposal attachment
    • Fix has_address checked and address on invalid form
    • Fix ability to update the proposal's author/user_group
  • decidim-admin: Add email validation to ManagedUserPromotionForm. #295
  • decidim-budgets: Fix display of budgets when votes count is activated. #268
  • decidim-accountability: Fix accountability progress to be between 0 and 100 if provided. #3952
  • decidim-participatory_processes: Fix hastag display on participatory processes. #200
  • decidim-core: Fix test consistency #222
  • decidim-core: Add shinier signature. #186
  • decidim-comments: Comments not displayed with IE #432

Backported:

  • decidim-core: Don't send emails to deleted users #364
  • decidim-core: Fix notifications sending when there's no component. #348
  • decidim-surveys: Allow deleting surveys components when there are no answers #211
  • decidim-proposals: Hide withdrawn proposals from index #4012
  • decidim-proposals: Hide withdrawn proposals from index #4012
  • decidim-core: Allows users with admin access to preview unpublished components #209
  • decidim-core: Fix proposal mentioned notification. #4281
  • decidim-core: Use org default locale as fallback on emails #4892

--> see origin 0.12.2

0.9.0.pre: Merge pull request #37 from OpenSourcePolitics/develop

02 Feb 10:33
ffffbfa
Compare
Choose a tag to compare