Search
Results (2548)
- 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
- Revision 2933 (svn): Preselect the issue custom fields from the source project when copying. #4045
- Revision 2924 (svn): Fixed: HTML entities displayed when editing an issue note (#3996).
- Revision 2893 (svn): Makes timelog report work at issue level (#2935).
- Revision 2875 (svn): Fixed: issue attachments are saved even if the issue has been updated by another user (#3846).
- Revision 2873 (svn): Email handler: set a default issue subject if the email subject is blank (#3850).
- Revision 2854 (svn): Allow referencing issue numbers in brackets. This style is used by other
- bug trackers. Examples: * "[#nnn] Worked on this issue" * "[#nnn, #mmm] Worked on these" * "[#nnn #mmm] Working some more"
- Revision 2841 (svn): Use selected columns in the issues PDF export (#1190).