Skip to content

v4.9.0

Compare
Choose a tag to compare
@CatoTH CatoTH released this 14 Dec 20:58
· 1518 commits to main since this release
b7184be
  • Online voting functionality was added. Admins can now define voting blocks, where users can vote on amendments and motions to be adopted or rejected. A documentation about this feature is located at https://sandbox.motion.tools/help#votings .
  • Submitted amendments can now optionally have tags, too, if set up in the motion types.
  • There now is a full-screen view of motions and amendments, to show them on projectors on live events. It can be activated on the title of the motion/amendment.
  • Parts of motions' and in particular applications' motion types can be marked as "non-public", meaning that this information will be only visible for admins and the proposer itself.
  • The accessibility was improved in some parts, especially drop-down selections, while reducing the page load time.
  • A new amendment numbering scheme was introduced more appropriate for english environments: "M1 A1" (Motion number + Amendment number)
  • It is now possible to copy a motion including all its amendments to a different consultation or agenda item without marking the original one as moved.
  • To prevent brute force login attempts, a entering a CAPTCHA is now required after three failed login or account recovery attempts. Standalone hosted versions of Antragsgrün can optionally require it for every single login attempt, by adding the loginCaptcha flag to config.json.
  • Statute amendments can now be created for an agenda item if the according motion type was set.
  • Bugfix: If an amendment was assigned to an agenda item, the agenda item could not be deleted before the amendment was un-assigned first.
  • Bugfix: Tabular data, like in applications, were not exported into spreadsheets.
  • Bugfix: an empty "Supporting" section was shown in motions and amendments, if only the "liking" function was enabled.
  • Bugfix: Some bugs in edge cases with LaTeX-based PDF rendering were solved.
  • Bugfix: if fixed font width was specified but no line numbers, then line number placeholders where shown in the text.
  • Support for Internet Explorer was dropped.
  • PHP-Support: PHP 8.1 is not yet supported, please use PHP 8.0 until support will be added in the next minor version. This is the last version to support PHP 7.2.