Search
Results (2548)
- Revision 3683 (svn): Fixes behaviour of move_issues permission for non member role (#5309).
- Revision 3671 (svn): Adds parent issue id in issue REST API (#5304).
- Revision 3668 (svn): Do not raise an error when destroying a Version with assigned issues.
- Revision 3667 (svn): Adds bottom margin to issue watchers avatars (#5264).
- Revision 3666 (svn): Fixed: empty ul tag for issue updates with notes only (#5281).
- Revision 3665 (svn): Merge issue and time entry validation error messages.
- Revision 3664 (svn): Fixes Issue#save_issue_with_child_records so that time entry do not get saved if issue save fails.
- Revision 3663 (svn): Fixed: issue optimistic locking broken by r3308 (#5280).
- Revision 3631 (svn): Removed count from issues.xml. It causes a typecast error in ActiveResource. (#4745)
- Revision 3627 (svn): New strings to localization (#5225)
- * error_can_not_delete_custom_field: Unable t ... an_not_delete_tracker: This tracker contains issues and can't be deleted.
- Revision 3625 (svn): Adds a css class to issue id tds (#5204).
- Revision 3623 (svn): Preview description if it was edited while updating an issue (#741).
- Revision 3621 (svn): Applies the same style to the admin project tree than issues.
- Revision 3620 (svn): Slight optimization in issue tree rendering.
- Revision 3618 (svn): Issue list improvements for subtasking (#5196):
- * makes the parent task column available * display the issue hierarchy when list is sorted by parent
- Revision 3617 (svn): Adds parent issue id to the issues CSV export.
- Revision 3616 (svn): Fixes backslashes escaping when quoting issue description/note (#5129).
- Revision 3606 (svn): Cleans up status assignment in IssuesController#new handled by Issue#safe_attributes= now.
- Revision 3598 (svn): Accept issue links inside brackets (#4418).
- Revision 3593 (svn): Fixed: Wrong label in issue-journal for subtask-changes (#5090).
- Revision 3579 (svn): Move issue watchers to the sidebar.
- Revision 3578 (svn): Adds index on issues nested set columns.
- Revision 3573 (svn): Adds subtasking (#443) including:
- * priority, start/due dates, progress, estimate, spent time roll-up to parent issues * descendant issues tree displayed on the issue view with context menu support * issue tree display on the gantt chart * issue tree copy on project copy * unlimited nestin ... coped nested sets for fast reads and updates.
- Revision 3566 (svn): Fixed: error while moving an issue to a project with disabled tracker with SQLite3 (#5049).
- Revision 3560 (svn): Refactor: Extract method for setting the flash on bulk issue saves.