Skip to content

Commit a35dc6b

Browse files
Julian Dehmm4ra
Julian Dehm
authored andcommitted
release v2501.1
1 parent 9195288 commit a35dc6b

25 files changed

+58
-101
lines changed

CHANGELOG.md

+56
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,62 @@ All notable changes to this project will be documented in this file.
55
Since version v2306 the format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
This project (not yet) adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## v2501.1
9+
### Changed
10+
11+
- change sorting of past projects on organisation detail page from oldest ->
12+
newest to newest -> oldest (end date).
13+
- debate delete view, replace depricated a4 DashboardComponentDeleteSignalMixin with DashboardComponentFormSignalMixin
14+
- offlineevent delete view, replace depricated a4 DashboardComponentDeleteSignalMixin with DashboardComponentFormSignalMixin
15+
- topicrio delete view, replace depricated a4 DashboardComponentDeleteSignalMixin with DashboardComponentFormSignalMixin
16+
- image upload for ideas, proposals,mapideas and projects organised by date
17+
- small css overwrites to adapt to a4 changes- Update README with some notes and new commands for the installation of the a+ repository locally. - queryset filter for AppProjectsViewSet to include all current and future projects, and only those with enabled geolocation
18+
- replaced the old datepicker with flatpickr
19+
- make flatpickr instances aware of each other (e.g. for start and end phase of
20+
a module, you can't choose an end date which is earlier than the start date)- add a check for the creator field in the Answer/Vote signal for the poll to
21+
accommodate the new feature to vote without registration
22+
- update wagtail to 6.0.x
23+
- update wagtail to 6.1.x
24+
- update wagtail to 6.2.x
25+
- update wagtail to 6.3 LTS
26+
- replace ImageChooserBlock with ImageBlock for pages and blocks
27+
- replace chevron icon with thumbs for ratings to be consistent with changes in
28+
a4
29+
30+
### Added
31+
32+
- tests for image uploads and deletions for projects, organisations, interactiveevents, accounts, budgeting
33+
- image deletion and saving docs to mkdocs index
34+
- documentation for image saving and deletions in docs/
35+
- AppProjectSerializer now includes the project url (#2771)
36+
- create project dashboard component for editing location
37+
- enable geolocation for projects from the admin in organisations
38+
- display location item in dashboard only if enable in the organisation
39+
- test for geolocation field and serialiser in projects
40+
- django rest framework simplejwt for API authentication with jwt token
41+
- translations
42+
- add a new field `unregistered_participants` to `ProjectInsights` to allow
43+
tracking unregistered participants in polls.
44+
- add a signal handler for the new `poll_voted` signal which increases the
45+
unregistered participants count in the project insights.
46+
- docs for new open poll
47+
- added a new make command `docs` to run the mkdocs server to read (and see live
48+
changes to) the documentation
49+
- info-box on poll for unregistered users
50+
- module_description snippet with fixed semantics
51+
### Fixed
52+
53+
- fix moderator feedback on comments not breaking long words/urls (#2709)
54+
- fix moderator feedback on ideas/proposals not breaking long words/urls (#2709)
55+
- added missing css for font sizes in ckeditor (#2765)
56+
- added missing italic tag to bleach config (#2766)
57+
- fix other answers in the poll-slider overlapping on long text.
58+
59+
### Removed
60+
61+
- removed the deprecated django-ckeditor fields from older migrations
62+
- removed no longer required `use_json_field` from wagtail pages
63+
864
## v2406.4
965
### Changed
1066

changelog/1111.md

-5
This file was deleted.

changelog/2222.md

-3
This file was deleted.

changelog/2709.md

-4
This file was deleted.

changelog/2771.md

-3
This file was deleted.

changelog/3333.md

-3
This file was deleted.

changelog/7619.md

-6
This file was deleted.

changelog/7864.md

-2
This file was deleted.

changelog/7978.md

-3
This file was deleted.

changelog/8302.md

-5
This file was deleted.

changelog/8304.md

-10
This file was deleted.

changelog/8305.md

-3
This file was deleted.

changelog/8325.md

-4
This file was deleted.

changelog/8381.md

-11
This file was deleted.

changelog/8382.md

-3
This file was deleted.

changelog/8400.md

-3
This file was deleted.

changelog/8477.md

-3
This file was deleted.

changelog/8499.md

-3
This file was deleted.

changelog/8555.md

-11
This file was deleted.

changelog/_0001.md

-4
This file was deleted.

changelog/_0002.md

-4
This file was deleted.

changelog/_0003.md

-3
This file was deleted.

changelog/_0004.md

-3
This file was deleted.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@fortawesome/fontawesome-free": "5.15.4",
1919
"@maplibre/maplibre-gl-leaflet": "0.0.22",
2020
"@react-leaflet/core": "^2.1.0",
21-
"adhocracy4": "git+https://github.com/liqd/adhocracy4#41764225f02be47e1b39433ae1f973bbd8f81e2c",
21+
"adhocracy4": "git+https://github.com/liqd/adhocracy4#aplus-v2501.1",
2222
"autoprefixer": "10.4.20",
2323
"bootstrap": "5.2.3",
2424
"css-loader": "7.1.2",

requirements/base.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# A4
2-
git+https://github.com/liqd/adhocracy4.git@41764225f02be47e1b39433ae1f973bbd8f81e2c#egg=adhocracy4
2+
git+https://github.com/liqd/adhocracy4.git@aplus-v2501.1#egg=adhocracy4
33

44
# Additional requirements
55
brotli==1.1.0

0 commit comments

Comments
 (0)