Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with 5.x? #94

Open
eximius313 opened this issue May 17, 2022 · 8 comments
Open

Compatibility with 5.x? #94

eximius313 opened this issue May 17, 2022 · 8 comments

Comments

@eximius313
Copy link

Are there any plans to support 5.x?

Kind regards

@stgeneral
Copy link
Member

@eximius313 thank you for the interest in the plugin.

Of course, we would like to make it compatible with newer versions of Redmine but unfortunately we don't have specific plans for this. Probably, if someone would to sponsor this update it may help to speed up things.

Have you already tried to install it on Redmine 5?
What errors do you get?

@mattwire
Copy link

@stgeneral I think that it is the change to zeitwerk loader - see https://www.redmine.org/issues/29914

@thecibi
Copy link

thecibi commented Sep 23, 2022

Hi ,

I'm really not a developper , but i past the week looking for a plugins like this working on Redmine 5. Didn't find any , so after a lot of forum , i changed init.rb :

#require 'progressive_projects_list'
#require 'progressive/application_helper_patch'
#require 'progressive/projects_helper_patch'
#require 'progressive/projects_list_view_listener'
#require 'progressive/recent_projects_view_listener'
require File.dirname(FILE) + '/lib/progressive/recent_projects_view_listener.rb'
require File.dirname(FILE) + '/lib/progressive/application_helper_patch.rb'
require File.dirname(FILE) + '/lib/progressive/project_decorator.rb'
require File.dirname(FILE) + '/lib/progressive/projects_helper_patch.rb'
require File.dirname(FILE) + '/lib/progressive/projects_list_view_listener.rb'

And for now it's working for what i want ( i use only the recent_projects_view_listener.rb , so i didn't test other ) . If that can help someone like me!

@n0rvik
Copy link

n0rvik commented Feb 21, 2023

Hi ,

I'm really not a developper , but i past the week looking for a plugins like this working on Redmine 5. Didn't find any , so after a lot of forum , i changed init.rb :

#require 'progressive_projects_list' #require 'progressive/application_helper_patch' #require 'progressive/projects_helper_patch' #require 'progressive/projects_list_view_listener' #require 'progressive/recent_projects_view_listener' require File.dirname(FILE) + '/lib/progressive/recent_projects_view_listener.rb' require File.dirname(FILE) + '/lib/progressive/application_helper_patch.rb' require File.dirname(FILE) + '/lib/progressive/project_decorator.rb' require File.dirname(FILE) + '/lib/progressive/projects_helper_patch.rb' require File.dirname(FILE) + '/lib/progressive/projects_list_view_listener.rb'

And for now it's working for what i want ( i use only the recent_projects_view_listener.rb , so i didn't test other ) . If that can help someone like me!

require File.dirname(__FILE__) + '/lib/progressive/recent_projects_view_listener.rb'
require File.dirname(__FILE__) + '/lib/progressive/application_helper_patch.rb'
require File.dirname(__FILE__) + '/lib/progressive/project_decorator.rb'
require File.dirname(__FILE__) + '/lib/progressive/projects_helper_patch.rb'
require File.dirname(__FILE__) + '/lib/progressive/projects_list_view_listener.rb'

@eximius313
Copy link
Author

@thecibi , @n0rvik - are you able to create PR?

@SinghNanak
Copy link

I am intrested in this plugin. what is the status of its compatibility with Redmine 5

@formigadiablo
Copy link

Any updates on this?

@R-i-c-k-y
Copy link
Contributor

Hi ,
I'm really not a developper , but i past the week looking for a plugins like this working on Redmine 5. Didn't find any , so after a lot of forum , i changed init.rb :
#require 'progressive_projects_list' #require 'progressive/application_helper_patch' #require 'progressive/projects_helper_patch' #require 'progressive/projects_list_view_listener' #require 'progressive/recent_projects_view_listener' require File.dirname(FILE) + '/lib/progressive/recent_projects_view_listener.rb' require File.dirname(FILE) + '/lib/progressive/application_helper_patch.rb' require File.dirname(FILE) + '/lib/progressive/project_decorator.rb' require File.dirname(FILE) + '/lib/progressive/projects_helper_patch.rb' require File.dirname(FILE) + '/lib/progressive/projects_list_view_listener.rb'
And for now it's working for what i want ( i use only the recent_projects_view_listener.rb , so i didn't test other ) . If that can help someone like me!

require File.dirname(__FILE__) + '/lib/progressive/recent_projects_view_listener.rb'
require File.dirname(__FILE__) + '/lib/progressive/application_helper_patch.rb'
require File.dirname(__FILE__) + '/lib/progressive/project_decorator.rb'
require File.dirname(__FILE__) + '/lib/progressive/projects_helper_patch.rb'
require File.dirname(__FILE__) + '/lib/progressive/projects_list_view_listener.rb'

I confirm that with these changes this plugin works with Redmine 5.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants