hicknhack-software / redmine_time_tracker

A time tracker plugin for Redmine
Other
106 stars 32 forks source link

Redmine 3.0 Support #196

Closed aledr closed 8 years ago

aledr commented 9 years ago

Hi there!

Are you already thinking about Redmine 3.0 support? Here is what I get:

Starting Time Tracker plugin for RedMine Started GET "/tt_overview" for 177.92.56.134 at 2015-03-07 01:41:11 -0300 Processing by TtOverviewController#index as HTML Current user: aledr (id=68) Completed 500 Internal Server Error in 77ms

ArgumentError (The scope body needs to be callable.): ...


Started GET "/tt_overview" for 177.92.56.134 at 2015-03-07 01:53:40 -0300 Processing by TtOverviewController#index as HTML Current user: aledr (id=68) Completed 500 Internal Server Error in 62ms

NoMethodError (undefined method auth_values' for #<TimeLogQuery:0x00000004e05958>): app/models/query.rb:353:inavailable_filters' app/models/query.rb:242:in `build_from_params'


Thanks.

jume-dev commented 9 years ago

Hey, we haven't talked about that yet, but we will support redmine 3. I'll check it, when i find the time for it, iMeanwhile feel free to submit a pull request :)

aledr commented 9 years ago

Really would like to, but no Ruby knowledgement.

amachu commented 9 years ago

Would like the same at the earliest. Will try from my end too.

tobiasgoecke commented 9 years ago

bundle exec rake redmine:plugins NAME=redmine_time_tracker RAILS_ENV=production An error occurred while loading the routes definition of redmine_time_tracker plugin (/opt/bitnami/apps/redmine/htdocs/plugins/redmine_time_tracker/config/routes.rb): uninitialized constant ActionController::Routing.

Bolik commented 9 years ago

+1

reeslo commented 8 years ago

+2

tbraun89 commented 8 years ago

I've added support for Redmine Version 3.0.4 and 3.1.0 in the current master branch, this should be fixed.

reeslo commented 8 years ago

:+1: