Search
Results (2584)
- 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.
- Revision 3087 (svn): Fixed: Editing issue notes removes quote link (#4279).
- Revision 3075 (svn): Copy issue status on project copy (#3877).
- Revision 3072 (svn): Optimize associations loading on the issue list.
- Revision 3071 (svn): Allow issue grouping by custom field (#2679).
- Revision 3065 (svn): Fixes css classes on issue detail view (#4180).
- Revision 3063 (svn): Adds a 'Move and follow' ... ve/Copy view to be redirected to the created issue(s) rather than the source project issue list (#1847).
- Revision 3062 (svn): Make use of link_to_issue.
- Revision 3049 (svn): Fixed some tests that where looking for specific issue urls but weren't matching
- the css classes for the link.
- Revision 3043 (svn): Don't reveal issue subjects if user is only allowed to view spent time (#3187).
- Revision 3040 (svn): Refactoring ApplicationHelper#link_to_issue.
- Now displays issue subject by default.
- Revision 3039 (svn): Add view_issues permission (#3187).
- A migration adds this permission to all exist ... ehaviour. This permission controls access to issues, roadmap and changelog.
- Revision 3027 (svn): Redirect to the current page when using context menu on the issue list (#4184).
- Revision 3020 (svn): Adds version status to limit issue assignments (#1245).
- Available version statuses are: * open: no restriction * locked: can not assign new issues to the version * closed: can not assign new issues and can not reopen assigned issues
- Revision 3005 (svn): Fixed: Feed content limit ignored on issues list.