Search
Results (2555)
- 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.
- Revision 2980 (svn): IssuesController#destroy accepts POST only (#4107).
- Revision 2977 (svn): Add a permission to remove issue watchers (#2450).
- Revision 2943 (svn): Contextual quick search (#3263).
- Eg. when viewing issues, the quick search will search issues only.
- Revision 2934 (svn): Improved Project#copy to copy more data from the source Project. #3367
- * Versions * Associate the copied issues with the new versions * Wiki * WikiPages * WikiContents * IssueCategories