maxrossello / redmine_extended_watchers

Grant additional issue and project view permissions to watcher users
GNU General Public License v3.0
44 stars 20 forks source link

Redmine 4.0 support #23

Closed LapshinIV closed 4 years ago

LapshinIV commented 5 years ago

Hello! unfortunately, the plugin doesn't support the new RM version (4.0.1)

for RM 3.4.6 works fine.

redmine-error

Is there any further support for the plugin?

Thanks.

maxrossello commented 5 years ago

yes but it will not happen immediately, since a list of plugins needs to be ported in my spare time. Merge requests are very welcome. I do not see similar advancement from the forks as well

tanertas commented 5 years ago

Any news on this?

maxrossello commented 5 years ago

not yet sorry. Try to have a look at theirix fork, looks like he did the job

ingjackperez2019 commented 5 years ago

This plugins does not compile for redmine 4.0. Thanks for the help

maxrossello commented 4 years ago

The plugin now explicitly supports Redmine 3.4.13 in a way that is probably compatible with 4.x as it does not make use of chained aliases any more. Explicit support for 4.x will come later, however you can already try to give it a spin!

tanertas commented 4 years ago

This specific branch from this fork worked for me: https://github.com/theirix/redmine_extended_watchers/tree/with_view_own

maxrossello commented 4 years ago

Plugin now supports Redmine 3.4, 4.0 and 4.1, on respective branches.

tanertas commented 4 years ago

@maxrossello thank you for work. I got this error on Redmine 4.0: Redmine::PluginRequirementError: redmine_extended_watchers plugin requires Redmine 4.1.1 or higher but current is 4.0.6.stable

maxrossello commented 4 years ago

Hi, for Redmine 4.0 you should download from the dedicated branch https://github.com/maxrossello/redmine_extended_watchers/tree/4.0-extended_watchers. Master is aligned with Redmine 4.1. Actually it does not change much, but when Redmine itself won't support 4.0 any more, similarly the plugin will remain idle (and stable) for that version.

tanertas commented 4 years ago

Thank you.