Search
Results (2575)
- Revision 684 (svn): Added a cross-project issue list. It displays the issues of all the projects visible by the user.
- The users list available in the filters ('ass ... his view is only accessible from 'My page' ('issues assigned to me' or 'issues reported by me' blocks, to view the full lists) On 'My page', assigned issue are now sorted by priority.
- Revision 681 (svn): Fixed: "new issue" drop-down only visible by admin users.
- Revision 673 (svn): Project drop-down menu removed (same as left menu).
- New issue selector restored on project overview and issues list.
- Revision 663 (svn): Automatic closing of duplicate issues.
- When closing an issue, all related issues marked as duplicates are now also closed.
- Revision 660 (svn): Mantis importer:
- * validation skip on issue assignement (assignee must be a project memb ... are imported as 'Feature request' in Redmine
- Revision 659 (svn): Mantis importer: issue categories truncated to 30 chars.
- Revision 649 (svn): Added a 'Assignable' boolean on Role model.
- If unchecked, issues can not be assigned to users having this role.
- Revision 648 (svn): Added a link to add a new category when creating or editing an issue.
- The user is prompted for the category name. T ... he drop-down list updated using an ajax call.
- Revision 647 (svn): Added feeds auto discovery links on projects/show (patch by Nicolas Chuche).
- Also fixed 'issue changes details' feed title.
- Revision 646 (svn): Activity view improvements:
- * issue status changes are now displayed * display options are kept when using previous/next month links
- Revision 630 (svn): Issue history is now 'oldest first' sorted.
- Revision 629 (svn): On the issue report page, 0 issue counts are now displayed as dashes.
- Revision 627 (svn): Mantis importer: steps_to_reproduce and additional_information fields added to issue description.
- Revision 620 (svn): Added an option to be able to relate issues in different projects.
- It can be set in Admin -> Settings (default: false).
- Revision 614 (svn): Fixed: the link to delete issue relations is displayed even if the user is not authorized to delete relations
- Revision 613 (svn): Removed IssuesController#history, all changes are now displayed on issues/show (not only the last 15).
- Added anchor links to issue notes, eg: /issues/show/1#note-3
- Revision 612 (svn): Fixed custom fields alignment on issues/show (Balazs Dan)
- Revision 604 (svn): Overdue versions (date reached and open issues > 0) are now always displayed on the roadmap.
- Revision 599 (svn): Fixed: on spent time details view, the h3 issue link now links back to the issue
- Revision 596 (svn): History box on issues/show is now hidden if there's no history
- Revision 590 (svn): Now, when a user turns ma ... f, he will still receive notifications about issue changes if he is the author or the assignee of the issue.
- Revision 586 (svn): Added the ability to log time when changing an issue status.
- Revision 581 (svn): Fixed: issue_id not nullified on time entries when deleting the issue
- Revision 577 (svn): Each category can now be associated to a user, so that new issues in that category are automatically assigned to that user.
- Revision 576 (svn): Fixed: Long text custom fields displayed without line breaks
- Added wiki toolbar for issue notes