And
And
I merge different forks and apply personal changes. You can see that all in commits messages. Thanks for the plugin, hope to make it better. ;)
` ActionView::Template::Error (undefined method `link_to_project_tag_filter' for #): 10: 11: 12: 13: 14: 15: 16: 'issue_tags', :action => 'destroy', :id => issue_tag.id, app/views/common/_tabs.html.erb:24:in `block in _app_views_common__tabs_html_erb__3640568420189664632_58651720' app/views/common/_tabs.html.erb:23:in `each' app/views/common/_tabs.html.erb:23:in `_app_views_common__tabs_html_erb__3640568420189664632_58651720' app/helpers/application_helper.rb:263:in...
To get this, go to /issues on private browser mode.
To reproduce: 1. Create issues with a tag (you need project without tags for that) 2. Delete issue. 3. As you can see - tags section present in sidebar. Thats...
`alias_method': undefined method `available_filters' for class `Query' (NameError) from /usr/local/rvm/gems/ruby-1.9.3-p327/gems/activesupport-3.2.10/lib/active_support/core_ext/module/aliasing.rb:31:in `alias_method_chain' from /var/www/redmine/plugins/redmine_tagging/lib/tagging_plugin/tagging_query_patch.rb:11:in `block in included' from /var/www/redmine/plugins/redmine_tagging/lib/tagging_plugin/tagging_query_patch.rb:8:in `class_eval' from /var/www/redmine/plugins/redmine_tagging/lib/tagging_plugin/tagging_query_patch.rb:8:in `included' from /var/www/redmine/plugins/redmine_tagging/lib/tagging_plugin/tagging_query_patch.rb:99:in `include' Look please on http://www.redmine.org/projects/redmine/repository/revisions/10964
Steps to reproduce: 1. Start service, make sure it's started by `systemctl status asus_fanmode` 2. Run stress tool to heat the CPU (I used `stress --cpu 30`) 3. Wait CPU...
Hey there, thank you for the plugin. Only one thing is missing in plugin to be perfect - is caching. Add please option to cache value (refreshInterval) in case of...
First, I want to thank author for this module. Really necessary thing. Are you planning to make the module compatible with Redmine 2.x? I can help you, if you need...
Try to import next file: http://www.wuala.com/mike.walker/sharing/import.csv/ Header rows are cyrillic, and issue.subject = row[attrs_map["subject"]] || issue.subject get empty value. Why? How can I fix it?
A change should provide ability to open iframe (without coding this feature), where user can be authorized. Then, if user apply the request, callback should be triggered, and user should...