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

Feature/redmine3 2 #1113

Open
wants to merge 2 commits into
base: feature/redmine3
Choose a base branch
from

Conversation

awilkins
Copy link

@awilkins awilkins commented Dec 8, 2015

Hi there :-)

Have enjoyed using your plugin for a while now.

This branch won't be compatible with versions below 3.2, so I suggest you just fetch it into your repo rather than merging it.

Since Redmine 3.2, they have made some changes to the rendering of views in order to support their new (and much better for mobile phones) responsive UI CSS sheets.

Ran into trouble with redmine_backlogs when I upgraded because the Issue view still uses the old elements. Have patched the hook to use the newer mechanism (using the same helper function that the main view does).

This gem is now in the top-level Redmine Gemfile,
so it just causes a conflict when you bundle install
With the responsive UI changes in in 3.2, Redmine
now uses divs rather than tables for layout.

This patch changes the rendering of the additional
attributes that backlogs adds to tickets to divs,
using the same helper mechanism as the main ticket
attributes.
@kirantpatil
Copy link

Hello when will this merge with Feature branch https://github.com/backlogs/redmine_backlogs/tree/feature/redmine3 ?

@awilkins
Copy link
Author

As per the comment in the pull request : this would break versions lower than 3.2, so I don't think it should get merged, but the branch should probably get pulled into the main repo as feature/redmine3_2

@kirantpatil
Copy link

@awilkins that make sense.

@RaviSambaraju
Copy link

RaviSambaraju commented Jun 20, 2016

I done all the modifications still am getting....

NameError: uninitialized constant Backlogs::IssuePatch::RbIssueHistory
C:/Users/rsambaraju/redmine-3.2.2/plugins/redmine_backlogs-feature-redmine3/lib/backlogs_issue_patch.rb:16:in block in in cluded' C:/Users/rsambaraju/redmine-3.2.2/plugins/redmine_backlogs-feature-redmine3/lib/backlogs_issue_patch.rb:9:inclass_eval'
C:/Users/rsambaraju/redmine-3.2.2/plugins/redmine_backlogs-feature-redmine3/lib/backlogs_issue_patch.rb:9:in included' C:/Users/rsambaraju/redmine-3.2.2/plugins/redmine_backlogs-feature-redmine3/lib/backlogs_issue_patch.rb:212:ininclude'
C:/Users/rsambaraju/redmine-3.2.2/plugins/redmine_backlogs-feature-redmine3/lib/backlogs_issue_patch.rb:212:in <top (requ ired)>' C:/Users/rsambaraju/redmine-3.2.2/plugins/redmine_backlogs-feature-redmine3/init.rb:29:inblock in <top (required)>'
C:/Users/rsambaraju/redmine-3.2.2/config/environment.rb:14:in `<top (required)>'
Tasks: TOP => db:migrate => environment
(See full trace by running task with --trace)

please any help for this...

danielvijge added a commit to eurailcom/redmine_backlogs that referenced this pull request Jun 24, 2016
fukachi pushed a commit to fukachi/redmine_backlogs that referenced this pull request Jun 15, 2018
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

Successfully merging this pull request may close these issues.

3 participants