Releases: liqd/a4-meinberlin
Releases · liqd/a4-meinberlin
v2203.2
v2203.1
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
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
v2201.3
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
v2201.1
v2201
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
v2109
- 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