Skip to content

Bileto 0.16.0

Choose a tag to compare

@marien-probesys marien-probesys released this 17 Jun 08:40
· 29 commits to main since this release
0.16.0
3981abb

Migration notes

The permission "Answer to tickets" has been removed.
We now consider that being actor of a ticket is sufficient to be allowed to answer to it.
If you had some sort of "read only" roles in Bileto, make sure to revise the permissions of the corresponding users.
Note that answering by email doesn't require the user to have the authorization to access the organization, while it is required when answering using the Web interface.

A new LDAP_DEBUG environment variable is available to enable the debug mode when using LDAP.

New

Improvements

  • Include the ticket title in the receipt email (1b2d00de)
  • Improve detecting auto-replies (586fd4d0)
  • Always show the creation date of tickets in lists (c4cd9d08)
  • Clarify the anonymization warning message (e24f6c4e)
  • Warn when creating organization without having access to it (431e0b5c)
  • Improve the look of the fieldsets (b471ba51)

Bug fixes

  • Fix "scroll to top" button going under the editor (b5086b02)
  • Fix getting preferred language for disconnected users (39433d42)
  • Fix importing data without any default role (84fca27f)

Documentation

  • Update the roadmap (0001d932)
  • Change the command to run worker in admin documentation (39ab00dd)
  • Add PGSQL instruction when creating the database (76f9987b)
  • Highlight the "read changelog" instruction in the update documentation (311125a5)
  • Change git switch by git checkout in the deploy documentation (835090b1)

Maintenance

Developers

  • Allow to open modals by copying an HTML template (70d30090)
  • Refactor PHPIMAP configuration (ea78c78f)
  • Add var/share to gitignore (513b1d1b)
  • Update the copyright year (e4a0c400)