Skip to content

Releases: UweHeber/redmine-project-tree-plugin

Patch for Redmine 5.x / Rails 6.x compatibility

26 Jan 19:59
1f41ec2
Compare
Choose a tag to compare

Thanks to @MatthiasPetermann for adjusting the patch loading mechanism to be compatibel with Redmine 5.x / Rails 6.x.

Feature: Change order of top level projects

27 May 14:02
98d60d7
Compare
Choose a tag to compare

Changes

  • Adapted the sort order of top-level projects according to their names

Bugfix: Solved issue in determining of sub-projects

08 Apr 20:47
bd1f2ca
Compare
Choose a tag to compare

Changes

  • replaced depricated method before_filter with before_action to ensure the authenticated usage of the custom REST resource
  • Functionality was tested with redmine 3.4.x and 4.0.x

Bugfix: Solved archiving / dearchving problems

12 Jan 21:04
Compare
Choose a tag to compare

Changes

  • Implementation of a solution to avoid HTTP 403 errors when archiving/dearchiving a project
  • In addition, the project overview page now hides archived projects.