Search
Results (2548)
- Revision 10617 (svn): add test of parent issue id beginning sharp to unit issue test (#11979)
- Revision 10613 (svn): Removed issue_create! helper in favour of Issue.generate!
- Revision 10612 (svn): Makes Issue.generate_with_descendants! helper accept attributes only.
- Revision 10611 (svn): Remove Issue.generate_for_project! test helper and use Issue.generate! instead.
- Revision 10605 (svn): remove empty line and add newline at end of test/fixtures/issue_categories.yml
- Revision 10593 (svn): remove empty line from end of test/fixtures/issue_relations.yml
- Revision 10585 (svn): Fixed that issue notes preview is broken by r10547 (#1554).
- Revision 10579 (svn): Merged r10572 from trunk
- add missing fixtures to test/unit/issue_relation_test.rb
- Revision 10578 (svn): Merged r10571 from trunk
- add missing fixture to test/integration/api_test/issues_test.rb
- Revision 10577 (svn): Merged r10572 from trunk
- add missing fixtures to test/unit/issue_relation_test.rb
- Revision 10576 (svn): Merged r10571 from trunk
- add missing fixture to test/integration/api_test/issues_test.rb
- Revision 10574 (svn): code layout cleanup test/integration/api_test/issues_test.rb
- Revision 10573 (svn): code layout cleanup test/unit/issue_relation_test.rb
- Revision 10572 (svn): add missing fixtures to test/unit/issue_relation_test.rb
- Revision 10571 (svn): add missing fixture to test/integration/api_test/issues_test.rb
- Revision 10569 (svn): Restyles the issue counts.
- Revision 10559 (svn): Adds no_issue_in_project operator for relations filter (#3265).
- Revision 10555 (svn): sort custom field issue filter by type and position (#12018)
- Revision 10552 (svn): change "is_private" issue filter order from 15 to 16 (#12018)
- Order 15 is duplicate with "watcher_id" filter.
- Revision 10551 (svn): change "status" issue filter order from 1 to 0 (#12018)
- Order 1 is duplicate with "project" filter.
- Revision 10547 (svn): Private issue notes (#1554).
- Adds 2 new permissions for viewing/adding private comments to issues.
- Revision 10513 (svn): Makes related issues available for display and filtering on the issue list (#3239, #3265).
- Revision 10495 (svn): Do not link copied issues when copying a project (#6899).
- Revision 10494 (svn): Fixed that issue author is assigned with current user when the edit form is updated (#11975).
- Revision 10491 (svn): Adds a "Copied from/to" relation when copying issue(s) (#6899).