Search
Results (2555)
- Revision 4723 (svn): Prevent SystemStackError on Issue#all_dependent_issues with circular dependency (#7320).
- Revision 4721 (svn): Adds a test for issue circular dependency validation.
- Revision 4652 (svn): Fix associated revisions label on issue page.
- r4613 shows git long hash value. Contributed by Yuya Nishihara.
- Revision 4648 (svn): Do not show trackers and issue custom fields on project form when issue tracking is disabled (#7225).
- Revision 4634 (svn): scm: mercurial: update test repository for following issues and fix tests.
- * copied file (#7064) * branch, tag (#1981)
- Revision 4599 (svn): Remove the limitation on characters that can be used in custom_field, issue_status, role, tracker, user names (#5152).
- Revision 4583 (svn): Makes issue move form similar to bulk edit form.
- Revision 4581 (svn): Simple issue sort method to make sure subtasks appear under their parent on the gantt (#7128).
- Revision 4580 (svn): Find visible issues only in ContextMenusController#issues.
- Revision 4576 (svn): Fixed: CLI-supplied defaults should not be applied when replying to an issue (#7195).
- Revision 4575 (svn): Fixed: Tracker reset to default when replying to an issue email (#7197).
- Revision 4574 (svn): Makes Version#start_date return the minimum start_date of its issues.
- Revision 4553 (svn): Fixed: 500 error on issue query grouped by a custom field that was deleted (#7144).
- Revision 4550 (svn): Prevents n SQL queries (n = project count) on cross-project issues list.
- Revision 4535 (svn): Fixes a data disclosure issue introduced in r3941.
- Revision 4530 (svn): Fixed: issue description Quote button lost by r3941 (#7122).
- Revision 4529 (svn): Fixed: r4492 breaks the ability to select issue custom fields available for projects issues (#7121).
- Revision 4512 (svn): Adds journal created_on attribute to issue API (#7111).
- Revision 4511 (svn): Fixed: 404 when entering time with blank issue id (#7099).
- Revision 4506 (svn): Restores the issue description label (#6677).
- Revision 4502 (svn): Autocomplete issue relations on subject (#3170).
- Revision 4491 (svn): Makes issue safe_attributes extensible (#6000).
- Revision 4486 (svn): Makes some attributes op ... response to get faster/lightweight responses.
- These attributes are not required for common ... using the 'include' parameter. Example GET /issues/1.xml?include=journals. The list of attribu ... in responses will be documented in the wiki.
- Revision 4484 (svn): Do not try to copy relations for issues that could not be copied.
- Revision 4483 (svn): Changes the representation of journal details in issue API.