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

Redmine 3.x compatibility? #3

Open
hameno opened this issue Aug 29, 2015 · 4 comments
Open

Redmine 3.x compatibility? #3

hameno opened this issue Aug 29, 2015 · 4 comments

Comments

@hameno
Copy link

hameno commented Aug 29, 2015

It seems this plugin is not compatible with Redmine 3.x, any plans to update/add support?

@fbender
Copy link

fbender commented Oct 19, 2015

I'd be interested in this as well. Support for 2.x may end this year.

@Bolik
Copy link

Bolik commented Nov 26, 2015

+1

@JOY
Copy link

JOY commented Feb 14, 2016

+1

When I installed, it showed error below.

Bundler could not find compatible versions for gem "nokogiri":
  In Gemfile:
    capybara was resolved to 2.6.2, which depends on
      nokogiri (>= 1.3.3)

    deface (< 1.0.0) was resolved to 0.8.0, which depends on
      nokogiri (~> 1.5.0)

    rails (= 4.2.5) was resolved to 4.2.5, which depends on
      railties (= 4.2.5) was resolved to 4.2.5, which depends on
        actionpack (= 4.2.5) was resolved to 4.2.5, which depends on
rails-html-sanitizer (>= 1.0.2, ~> 1.0) was resolved to 1.0.2, which
depends on
            loofah (~> 2.0) was resolved to 2.0.0, which depends on
              nokogiri (>= 1.5.9)

    rails (= 4.2.5) was resolved to 4.2.5, which depends on
      railties (= 4.2.5) was resolved to 4.2.5, which depends on
        actionpack (= 4.2.5) was resolved to 4.2.5, which depends on
rails-dom-testing (>= 1.0.5, ~> 1.0) was resolved to 1.0.5, which
depends on
            nokogiri (~> 1.6.0)

    roadie-rails was resolved to 1.1.0, which depends on
      roadie (~> 3.1) was resolved to 3.1.1, which depends on
        nokogiri (< 1.7.0, >= 1.5.0)

    capybara was resolved to 2.6.2, which depends on
      xpath (~> 2.0) was resolved to 2.0.0, which depends on
        nokogiri (~> 1.3)
Bundler could not find compatible versions for gem "rails":
  In Gemfile:
    rails (= 4.2.5)

    deface (< 1.0.0) was resolved to 0.9.0, which depends on
      rails (~> 3.1)

@mikini
Copy link

mikini commented Apr 4, 2016

Check #7 for a solution to both the deface dependency lock (old deface requires old rails, which new redmine doesn't support) and fixes changes to the api of deface that caused the theme preferences drop down to not show up.
Unfortunately, maintainers here seem idle, but you can clone directly from https://github.com/seyedmmousavi/redmine_user_specific_theme.

I also had a dependency issue with mime-types using Redmine 3.2.0 (it didn't restrict version to <3 which requires ruby3), this was resolved by updating to Redmine 3.2.1 (released 2016-03-13, https://www.redmine.org/news/105).

Thanks to Undev for the plugin.

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

No branches or pull requests

5 participants