redmine-todos-scrum-plugin
redmine-todos-scrum-plugin copied to clipboard
A scrum-like todos plugin for Redmine. Allows easy creation and management of infinitely nestable todo lists on a per project basis, that in the future will be able to be organised into sprints(or rel...
Hi, We are using redmine under secure connection (HTTPS), but this plugin sends the AJAX request only by HTTP, which cause cross-domain errors and it doesn't work.
Modified todo model ,and view for project ,individual level todos
When you give a role permission to edit todos users also gain the ability to delete issues from a project, even if they don't have permission to delete issues. This...
I try to install this plugin in redmine 2.0.0. when I try to run plugin migration I get following error. workspace/redmine2$ rake redmine:plugins:migrate --trace *\* Invoke redmine:plugins:migrate (first_time) *\* Invoke...
When I recovered my laptop from hibernate and i refreshed the todo list i was notified with the message "Fail! You suck". This doesnt seem professional since we use it...
In MyTODOs page I have TODOs for my projects at the bottom of the page. First level TODOs for them are black bullets. But other TODOs (those have parent TODO)...
They are coming out: /projects/:project_id/todos/_show_/:id They should be /project/:project_id/todos/:id An interim fix is to add this line to the redmine_todos_plugin/config/routes.rb map.connect 'projects/:project_id/todos/show/:id', :controller => "todos", :action => "show"
Hi, Thank you for your great plugin! I got the following error with your plugin on my Redmine: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ``` ruby ActionView::TemplateError (undefined method `sort' for nil:NilClass) on line #6...
Hi After I install this I am getting "internal error" when I click on the todo tab. thanks
The plugin is creating a 500 Internal Error when clicking on User profile. Processing UsersController#show (for 85.211.7.40 at 2012-02-22 09:31:18) [GET] Parameters: {"action"=>"show", "id"=>"1", "controller"=>"users"} NoMethodError (undefined method `journal_class_name' for...