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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+56
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,62 @@ All notable changes to this project will be documented in this file.
5
5
Since version v2306 the format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
This project (not yet) adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
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
0 commit comments