backlogs / redmine_backlogs

A Redmine plugin for agile teams
https://backlogs.github.io/www/
GNU General Public License v2.0
773 stars 460 forks source link

Feature/redmine3 2 #1113

Open awilkins opened 8 years ago

awilkins commented 8 years ago

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).

kirantpatil commented 8 years ago

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

awilkins commented 8 years ago

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 commented 8 years ago

@awilkins that make sense.

RaviSambaraju commented 8 years ago

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...