Skip to content

Releases: liqd/a4-meinberlin

v2203.2

22 Mar 08:46
Compare
Choose a tag to compare

Changes are:

  • undo mapbox gl update
  • minor updates

Notes:

  • commit 1b39d6e is only on release, not on main. It removes Bürgerhaushalt-3-phase blueprint tile and react list. To be kept as long as it should not be released.
  • no hotfix commits to drop before next release

v2203.1

18 Mar 08:59
Compare
Choose a tag to compare

Changes:

  • show new comments in poll module
  • minor style fix
  • minor js package updates

Notes:

  • commit 87f333f is only on release, not on main. It removes Bürgerhaushalt-3-phase blueprint tile and react list. To be kept as long as it should not be released.
  • no hotfix commits to drop before next release

v2203

15 Mar 16:13
Compare
Choose a tag to compare

Changes include:

  • stored budgeting voting token in session
  • established level of participation for plans
  • included participation explanation field
  • unified date displaying
  • improved ui of comment system
  • improved accessibility of filter component
  • improved accessibility of toggle switch component
  • disabled embedding
  • editable slugs
  • lots of updates

Note:
commit c98af2f is only on release, not on main. It removes Bürgerhaushalt-3-phase blueprint tile and react list. To be kept as long as it should not be released.

v2201.4

17 Jan 13:31
Compare
Choose a tag to compare

Changes:

  • readded jsx translations for interactive event and project overview filters

Notes:
cherry-picked

By now we have 11 commits to drop before next release.

v2201.3

10 Jan 10:59
Compare
Choose a tag to compare

Change:

  • move strings to variables in PlansList.jsx
  • fix whitespaces around comma in plan_detail.html
  • update translations

Note:
Had to cherry-pick other translations commits to avoid merge conflicts. Following commits were cherry-picked:

Now there are 8 commit to drop before rebasing on main for the next release.

v2201.2

06 Jan 09:32
Compare
Choose a tag to compare

Change:

  • update Django to 3.2.11

Note:

  • cherry-pick of 7b77dcd
  • by now there are 3 commits to drop before rebasing on main for the next release

v2201.1

04 Jan 17:45
Compare
Choose a tag to compare

Cherry-pick of single commit:
- add variable to assign embed_provider url via admin to fix video embed

v2201

03 Jan 15:14
Compare
Choose a tag to compare

Changes include:

  • move export functions to a4 and use
  • cms/storefront: limit choices of projects to future and active projects
  • added general error messages to top of forms with validation errors
  • added last edited/created to ideas and other user-generated items
  • disallow moderators to change projects
  • added frontend tests
  • more tests testing python code
  • update Django to v 3.2
  • lots of updates
  • styling, wording, a11y, and bug fixes

Note:

  • commit 93f6d59 is only on release, not on main and has to be reset before next release

v2109.1

22 Sep 11:31
Compare
Choose a tag to compare
  • fixed spelling mistake in translation
  • embed removed from default ck editor

v2109

21 Sep 09:50
Compare
Choose a tag to compare
  • plans: make cost field required
  • plans: add created & modified to export
  • plans: change helptexts and field order in form
  • plans: add contact fields, show them on detail page and add to export
  • polls: add weight for choice in data migration for old polls
  • plans: add freetext filter to bplans, plans, external projects dashboard list
  • plans: remove left navigation from plan form
  • plans: use richtext field from a4 for description
  • plans: add tile image
  • plans: enable to save draft before publishing, add preview
  • maps: fix three dots menu
  • plans: add pagination to dashboard list
  • polls: delete old poll models and their tables from database
  • modules: fix permissions for publish and delete view
  • plans: use progress line for create and update
  • polls: migrate content type of actions to new poll app from a4
  • polls: translate label of other choice to browser language
  • polls: validate that there can only be one vote per choice per user
  • polls: allow to remove answer for multiple choice
  • projects: align dashboard contact form with other forms
  • polls: adapt link/button text to whether user has already voted and disable vote button when no changes are made
  • polls: use module.get_detail_url in for absoulte_url
  • many updates
  • many tests