-
Notifications
You must be signed in to change notification settings - Fork 11
Home
The issues page is here: Redmine stuff_to_do plugin Issues Page
Issue #1 – Filter list sort order
It’d be fantastic if this project had an issues page.
That said, here’s my problem:
The filter list for stuff to do is cumbersome as all get out; perhaps the ability to control the sort order of the list would suffice to make it easier to use?
Issue #2 – No plugin called ‘stuff_to_do_plugin’ [Resolved]
I get this error when clicking ‘stuff to do’:
Showing vendor/plugins/redmine-stuff-to-do-plugin/app/views/stuff_to_do/index.html.erb where line #32 raised:
No plugin called ‘stuff_to_do_plugin’ – please use the full name of a loaded plugin.
I apologize for adding it here. i couldn’t find a section for bug reports.
Solution: Make sure the plugin is installed to vendor/plugins/stuff_to_do_plugin
Note: if you did git clone you need to rename the redmine-stuff-to-do-plugin to stuff_to_do_plugin
Welcome to the redmine-stuff-to-do-plugin wiki!
Issue #3 – Access to contextual menu
I’d like to second Chris’ request for an Issue page! In the meantime, here’s a feature request:
It would really be helpful if the Redmine contextual menu was made available by right-clicking tasks in Stuff-To-Do.
I really enjoy working with this plugin!
Issue #4 – Problems loanding the page
Sorry for putting my problem here but I have not found elsewhere. I installed this plugin and all works perfect but I can not get into “stuff-to-do” in my redmine. The error in Firefox is:
Page not found
The page you were trying to access doesn’t exist or has been removed.
Back
And the code in console is:
Started GET “/stuff_to_do” for 192.168.111.5 at Thu Aug 23 12:40:03 +0200 2012
ActionController::RoutingError (uninitialized constant StuffToDoController):
activesupport (3.2.6) lib/active_support/inflector/methods.rb:218:in `constantize’
activesupport (3.2.6) lib/active_support/inflector/methods.rb:217:in `each’
activesupport (3.2.6) lib/active_support/inflector/methods.rb:217:in `constantize’
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference’
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:54:in `controller’
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:32:in `call’
journey (1.0.4) lib/journey/router.rb:68:in `call’
journey (1.0.4) lib/journey/router.rb:56:in `each’
journey (1.0.4) lib/journey/router.rb:56:in `call’
actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call’
rack-openid (1.3.1) lib/rack/openid.rb:98:in `call’
actionpack (3.2.6) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call’
rack (1.4.1) lib/rack/etag.rb:23:in `call’
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call’
actionpack (3.2.6) lib/action_dispatch/middleware/head.rb:14:in `call’
actionpack (3.2.6) lib/action_dispatch/middleware/params_parser.rb:21:in `call’
actionpack (3.2.6) lib/action_dispatch/middleware/flash.rb:242:in `call’
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context’
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call’
actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:338:in `call’
activerecord (3.2.6) lib/active_record/query_cache.rb:64:in `call’
activerecord (3.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call’
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:28:in `call’
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `_run__1036090409__call__4__callbacks’
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `send’
activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback’
activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `run_call_callbacks’
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `send’
activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks’
actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call’
actionpack (3.2.6) lib/action_dispatch/middleware/remote_ip.rb:31:in `call’
actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call’
actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call’
railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app’
railties (3.2.6) lib/rails/rack/logger.rb:16:in `call’
actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call’
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call’
rack (1.4.1) lib/rack/runtime.rb:17:in `call’
activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call’
rack (1.4.1) lib/rack/lock.rb:15:in `call’
actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call’
rack-cache (1.2) lib/rack/cache/context.rb:136:in `forward’
rack-cache (1.2) lib/rack/cache/context.rb:245:in `fetch’
rack-cache (1.2) lib/rack/cache/context.rb:185:in `lookup’
rack-cache (1.2) lib/rack/cache/context.rb:66:in `call!’
rack-cache (1.2) lib/rack/cache/context.rb:51:in `call’
railties (3.2.6) lib/rails/engine.rb:479:in `call’
railties (3.2.6) lib/rails/application.rb:220:in `call’
rack (1.4.1) lib/rack/content_length.rb:14:in `call’
railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call’
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service’
/usr/local/lib/ruby/1.8/webrick/httpserver.rb:104:in `service’
/usr/local/lib/ruby/1.8/webrick/httpserver.rb:65:in `run’
/usr/local/lib/ruby/1.8/webrick/server.rb:173:in `startthread’
/usr/local/lib/ruby/1.8/webrick/server.rb:162
Thanks :)
I am also facing Issue #4
Any updates?
Thanks,
-Adam
Issue #5 Compatibility with Redmine 3.
Any Update about this problem, I tried with multiple forks and none of them are compatible with Redmine 3.
Thanks.