Search
Results (2555)
- Revision 4477 (svn): Select projects with issue_tracking module for gantt display and remove the nil start/due dates trick.
- Revision 4467 (svn): Safer code in IssueRelation (#7018).
- Revision 4465 (svn): Adds subtasks to GET /issues/:id API (#5338).
- Revision 4458 (svn): Converts IssuesController to use the new API template system and makes xml/json responses consistent (#6136).
- Revision 4421 (svn): Fixed: gantt displays issues by date of creation.
- Revision 4411 (svn): Initialize TimeEntry attributes with params when editing an issue (#5441).
- Revision 4409 (svn): Fixed: Log Time link broken in issue context menu (#6904).
- 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