You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add a changelog folder and readme with guideline for new changelog system
image and tile image alt-text field to projects, bplan, plan, container and extprojects serializers, admin and forms and display it in templates (!5121)
add markdown rules to editorconfig
add CategoryAndLabelAliasMixin and use in forms (#5156)
use CategoryAliasFilter from A4 instead of CategoryFilter to allow custom labels, also get custom labels in api (#5156)
docs: add more examples on how to test the bplan api
add script to check in CI that a4 hashes for pip and npm match
budgeting: added semantic time tag to react list item and updated component library
added class and styles to ensure ratings and title can be displayed correctly on mobiles fixes #5098
updated styling for horizontal tiles to ensure long titles work on all screens and rm uneeded classes to add to the class fixes #5097
add class for is-read-only to support button in budgeting (!7411)
add max height to control-bar dropdowns so users can scroll when more then 10 categories/labels (#5191)
add template tag in list and tile project images to ensure correct alt text is served
tests for category/label alias in budgeting api filtering, ideas list view filters and idea form
tests for image metadata required in bplan and plan form, testing !1425
testing tile_image_copyright, tile_image_alt_text in updated plan and project serializers, testing !1425
test archived projects cannot be supported by testing updated rule 'meinberlin_budgeting.support_proposal'
Changed
in plans changed name of description_image to image to be consistent with other project types and ensure image mixin works with all models (!5121)
reformat CHANGELOG.md
offlineevents: only send a notification about event start if project is not a draft (#4922)
change inheritance order to move ModelForm class from ImageRightOfUseMixin and ContactStorageConsentMixin to forms (#5156)
budgeting: made support button inactive when proposal is archived (!5150) updated component library (!5150)
updated captcheck js to be inline with DS improvements and move inline css to own file
use category and label factories from a4
allow already selected projects as possible choice for StoreFrontItem to avoid that they disappear once finished, fixes #5178