Search
Results (2548)
- Revision 4394 (svn): Makes MailHandler accept all issue attributes and custom fields that can be set/updated (#4071, #4807, #5622, #6110).
- Revision 4393 (svn): Moved some permission checks for issue update from controller to model.
- Revision 4392 (svn): Removes duplicate issue subject on gantt (#6763).
- Revision 4387 (svn): Fixed: unchecking status filter on the issue list has no effect (#6844).
- Revision 4367 (svn): Allow key authentication when deleting issues (with tests) #6447
- Revision 4366 (svn): Allow key authentication when updating issues (with tests) #6447
- Revision 4365 (svn): Allow key authentication when creating issues (with tests) #6447
- Revision 4364 (svn): Refactor: Convert the tests for Issues#index and #show APIs to shoulda. #6447
- Revision 4311 (svn): Added ability to create issue directly as a subtask of another one. #5484
- Contributed by Felix Schäfer
- Revision 4302 (svn): Fixed potential nil method errors when trying to access /issues/context_menu with GET. #6750
- Revision 4292 (svn): Allow adding notes when moving issues
- Revision 4291 (svn): Allow changing the Priority when moving issues.
- Revision 4280 (svn): Fixed: error on gantt when no issue have a due date (#6350).
- Revision 4275 (svn): Add ids to some sections of the issue form
- Revision 4264 (svn): Remove the Description label from the issue view and omit the block if empty (#6677).
- Revision 4243 (svn): Fix the Log Time link on an issue page
- Contributed by Philippe Lafoucrière (gravis)
- Revision 4242 (svn): Added ability to edit issues from different project through contextual menu (#5332)
- Revision 4241 (svn): Don't duplicate users in Issue#assignable_users. From r4240
- Revision 4240 (svn): Allow assigning issues back to the author. #4199
- This allows an issue to be reassigned to the author even if they are not a project member. Useful when passing back an issue to get more information from the author.
- Revision 4238 (svn): Rename task to issue in calendar (#6563)
- Revision 4236 (svn): Added ability to delete issues from different projects through contextual menu (#5332)
- Revision 4228 (svn): Splitted #find_issues filter in ApplicationController to #find_issues and #check_project_uniqueness (#5332)
- Revision 4221 (svn): Added three new notifiable events based on issue attributes
- * issue_note_added * issue_status_updated * issue_priority_updated
- Revision 4217 (svn): Added tests for Issue#recipients
- Revision 4186 (svn): Fixes reverting an issue to a status with a done_ratio of 0%. #5170
- Contributed by Felix Schäfer