Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2022.10.1 #1773

Merged
merged 39 commits into from
Oct 17, 2022
Merged

Release 2022.10.1 #1773

merged 39 commits into from
Oct 17, 2022

Conversation

timobrembeck
Copy link
Member

Short description

It has been a while, so let's release all new features and fixes! 🎉

Changelog

  • [ #1759 ] Add line break between images in PDF exports
  • [ #1537 ] Fix broken inline icons in PDF exports
  • [ #951 ] Add possibility to create categories for POIs
  • [ #1742 ] Add last modified date to media sidebar
  • [ #1703 ] Remove pending account activation warning when user form is submitted with errors
  • [ #1684 ] Set filesize limit for uploads to 3MB
  • [ #1000 ] Auto-complete address and coordinates of locations
  • [ #1434 ] Add display of HIX values to nudge users to write easier texts
  • [ #1770 ] Fix error in SUMM.AI translation if paragraph contains only special characters
  • [ #1710 ] Add spacing to sidebar to improve view on small screens
  • [ #1526] Fix sending push notifications in one language
  • [ #1630] Fix not recognized sent status of push notifications
  • [ #1683 ] Improve organization management

Pull Request Review Guidelines

PeterNerlich and others added 30 commits October 5, 2022 22:48
…tification

don't raise an exception since PNs seem to be sent correctly,
but avoid exception from failing to log non-existent dict field
…r-on-first-start-docker

Ensure .postgres directory exists when creating container
…multiplication

Fix Spontaneous Multiplication of Push Notifications
- Add POICategory and POICategoryTranslation models
- Add formset and views
- Add POI category to API
- Add tests for POI categories

Co-authored-by: Timo Ludwig <ludwig@integreat-app.de>
- Disable the re-check on every autoreload of the dev server
- Decrease verbosity of availability check exceptions
…d-date-in-media-sidebar

Add last modified date to media sidebar
…n-saving-user-whose-name-already-exists

Remove pending account activation warning when user form is submitted with errors
…check

Only check availability of external APIs once
Replace `data-feather` attributes with `icon-name`

Apply suggestions by Timo

Co-authored-by: Timo Ludwig <ludwig@integreat-app.de>

Reduce glitching when loading icons
Co-authored-by: devbazregari <alibazregaridev@gmail.com>
Co-authored-by: Mizuki Temma <temma@integreat-app.de>
Limit media file upload size to 3MB
Co-authored-by: David Venhoff <venhoff@integreat-app.de>
Co-authored-by: Timo Ludwig <ludwig@integreat-app.de
Auto-complete address and coordinates of locations
…es-not-working-in-pdf-export

Fix false positive error message for urlencoded filenames in PDF export
…eaking-in-pdf-export

Add line break between images in PDF exports
Fix error in SUMM.AI translation if paragraph contains only special characters
timobrembeck and others added 9 commits October 17, 2022 16:39
…ponse

Fix `IndexError` when SUMM.AI API returns empty result
…xport-broken

Fix broken inline icons in PDF exports
Add spacing to sidebar to improve view on small screens
* Save empty translations for empty forms when using the
  USE_MAIN_LANGUAGE mode.
* Move PushNotificationSender module to utils.
* Prevent sending translations twice with the USE_MAIN_LANGUAGE mode.
* Allow blank push notification translations titles

Co-Authored-By: Timo Ludwig <ludwig@integreat-app.de>
- Display organization members and maintained pages inside the edit form and list view, remove slug from being displayed in both
- Grant management role the permissions to edit/create/delete organizations, service team to delete organizations
- Changed the way a slug of an organization is created from manually by the user to automatic by the generate_unique_slug function

Co-Authored-By: Timo Ludwig <ludwig@integreat-app.de>
…on_management

Additional organization management
@timobrembeck timobrembeck requested a review from a team as a code owner October 17, 2022 15:28
Copy link
Member

@ulliholtgrave ulliholtgrave left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yay 🎉

@timobrembeck timobrembeck merged commit 93dd990 into main Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet