New: Editing status changes as matrixChange: The minimum supported PHP version is now 5.6Change: General design overhaulChange: The mail signature…
Bugfix: when saving an email account as non-manager the mail account is immediately assigned to the project, which caused a database error when saving…
New: New configuration option WOODPECKER_EMAIL_SENDER_ADDRESS in db_settings.php, which can be used to define a fixed sender mail address instead of…
Bugfix: For a user that is assigned to a template user by reference, normally the column access permissions of the template apply, not those of the…
Change: Basic introduction of Unicode support. All texts in the IssueTracker can now contain characters beyond the range of characters provided by…
Bugfix: The improved editing of workflow permissions can in rare circumstances lead to all status change permissions in the database to be lost when…
New: Improved editing of workflow permissions in the form of two table-based views (one for issue and field permissions, the other one for status…
Bugfix: Caused by an upgrade of the Ioncube Encoders between version 7.1.2 and 7.1.3, files generated by the encoder for PHP7 did not longer work.…
Bugfix: The sort order for link lists when editing an issue differed from the sort order used when listing issues, this has been corrected.Change: The…
New: The popup window for viewing an issue now has a button to show the status history, similar to the button when editing an issue
New: Filtering for status changes is now possible, e.g. STATUSCHANGEDATES('new') < '2017-01-01' New: Option "Maintain parent entries when filtering on…
Bugfix: Moving issues with hierarchy (parent issue) to other projects could under circumstances lead to a loss of the issues or to the loss of the…
Bugfix: if the issue that a given user has edited most recently is deleted by another user, and the former user logs in again, the project selection…
Bugfix: The default value type "Value" for yes/no columns did not work (the value was always set to "no")Bugfix: Yes/no columns with default value are…
New: User option to show thousands separators for float values (in the list only)
New: On the project selection page, the ID of the last edited issue is now shown after the most recently opened projectChange: the feature to forcibly…
Bugfix: With browser zoom factors larger than 100% or Windows font scaling larger than 100% in some browser the layout of certain tab sets was wrong…