Search
Results (2548)
- Revision 3164 (svn): Copy issue relations when copying a project. (#3367)
- Revision 3163 (svn): Roadmap: sort issues by project and prepend project name if different (#4373).
- Revision 3159 (svn): Issue#done_ratio should not break if status is nil.
- Revision 3157 (svn): Allow blank value for IssueStatus#default_done_ratio.
- Revision 3151 (svn): Adds a Setting to control how an Issue's done_ratio is calculated:
- * Issue field (default) - the done_ratio field for the Issue * Issue status - uses the Issue Status's value #4274
- Revision 3149 (svn): Fix target version field on issue update form.
- Revision 3148 (svn): Fixes that issue copy/move throws an error when status is not changed (#4369).
- Revision 3140 (svn): Fixed: Bulk edit of issues throws 500 if no versions are defined on the project (#4366).
- Revision 3139 (svn): Fixes tracker_id and custom_field_values assignment order for issues (#4353).
- Revision 3137 (svn): Optimize updates of issue's shared versions.
- Revision 3136 (svn): No need to update issues from the version's project.
- Revision 3135 (svn): Optimize issue updates when a version sharing changes.
- Revision 3126 (svn): Ability to add a new version from the issue form (#4315).
- Revision 3125 (svn): Fixed: error when changing tracker on the new issue form (#4345).
- Revision 3122 (svn): Enhanced the Issue Bulk Copy feature:
- * Add a Copy option to the Context menu for multiple issues. * Added assigned to, status, start and due date options to the move/copy form. * Allow Issue#move_to to change attributes on the moved/copied issue. #4117
- Revision 3121 (svn): Do not notify users that are no longer allowed to view an issue (#3589, #4263).
- Revision 3119 (svn): Add a second action menu to IssuesController#show. (#4331)
- Will have the update, log time, watch, copy, ... e sections of the page, e.g. two Watch links.
- Revision 3118 (svn): Fixed: no error message when creating a category from the issue form fails (#1477).
- Revision 3116 (svn): Replaces 'New category' link on the issue form with an icon.
- Revision 3115 (svn): Add assertion about email notification on issue creation via email (#4228).
- Revision 3114 (svn): Make use of #watched_by? in issue form.
- Revision 3112 (svn): Fixed: "None" category issue count is empty while grouping by category (#4308).
- Revision 3108 (svn): Enable tracker update on issue edit form (#2405).
- Revision 3105 (svn): Adds dynamic columns selection on the issue list (#4272).
- Revision 3103 (svn): Move issues, journals, versions queries from IssuesController to Query model.