0
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 17 hours ago.
Jun 02, 2023 — Jun 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added a placeholder box for teh Available list if it's empty so issues can be removed from the other lists. #1904 More... over 15 years ago
Added some CSS styling so the user can see where the issue is being dropped to. #1904 More... over 15 years ago
Renamed function More... over 15 years ago
Fixed a bug where more than 15 issues can be added by dragging them to the doing-now pane. #1904 More... over 15 years ago
Added an error message when too many issues are dragged onto the doing now and recommended panes. #1904 More... over 15 years ago
Refactored similar JavaScript. #1904 More... over 15 years ago
Require a user to be logged in to see the menu or access the plugin. #1904 More... over 15 years ago
Ignore coverage report More... over 15 years ago
Added features:rcov task and made sure all application files are loaded when rcov'ing More... over 15 years ago
Prevented non-administrators from viewing or editing another user's list More... over 15 years ago
Sort users by the Redmine settings in the select tag. #1860 More... over 15 years ago
Added a select box to the form to change the current user. More... over 15 years ago
Added the current user_id to the JavaScript so reorders can be done for other users. #1860 More... over 15 years ago
Added support for viewing a different user's Stuff To Do for admins More... over 15 years ago
Added a feature for manage a list by the user. #1860 More... over 15 years ago
Show and Hide the Redmine Ajax indicator from jQuery. #1551 More... over 15 years ago
Revert "Changed the sortable to save the order on stop instead of update." More... over 15 years ago
Fixed NextIssue#reorder so it will delete removed items properly. More... over 15 years ago
Changed the sortable to save the order on stop instead of update. Update was causing the Ajax to run with the old issue still in the list, thus preventing an item from being removed. More... over 15 years ago
Added a placeholder li when the doing now list is empty. #1551 More... over 15 years ago
Cleaned up the UI to match the comp a bit better. #1549 More... over 15 years ago
IE6 testing More... over 15 years ago
Removed the extra saveOrder call so only one Ajax request is sent. #1558 More... over 15 years ago
Converted ul to ol so they are easier to see. More... over 15 years ago
Implemented Drag and Drop of available to recommended and doing-now More... over 15 years ago
Added svn trunk version of jQuery UI. More... over 15 years ago
Refactoring JavaScript so the lists are all implemented the same. #1558 More... over 15 years ago
Hooked up the reorder action to re-render the doing now and recommended panes More... over 15 years ago
Added StuffToDoController#reorder action to handle the sorting request. #1558 More... over 15 years ago
Added support for deleting NextIssues when removed from the list. #1558 More... over 15 years ago