Search
Results (2555)
- Revision 20023 (svn): remove spaces inside {} of test/integration/api_test/issues_test.rb
- Revision 20017 (svn): IssuesSystemTest#test_bulk_watch_issues_via_context_menu randomly fails due to Capybara clicks out of an element (#33315).
- Patch by Massimo Rossello.
- Revision 19975 (svn): Fix that Issues API bypasses add_issue_notes permission (#33689).
- Patch by Junya Tomono and Mizuki ISHIKAWA.
- Revision 19974 (svn): add assert_select of button at IssuesControllerTest#test_get_bulk_edit
- Revision 19971 (svn): use "do end" instead of {} at IssuesHelper
- Revision 19958 (svn): add assert_select of form to IssuesControllerTest#test_get_bulk_copy_without_add_issues_permission_should_not_propose_current_project_as_target
- Revision 19956 (svn): fix source indent of test/integration/api_test/issue_relations_test.rb
- Revision 19955 (svn): fix source indent of IssuesHelper
- Revision 19948 (svn): remove spaces inside {} of IssuesHelper
- Revision 19934 (svn): add assert_select of form to IssuesControllerTest#test_get_bulk_copy
- Revision 19929 (svn): fix source indent of IssuesControllerTest
- Revision 19920 (svn): add attachments existence assertion to IssuesControllerTest#test_get_bulk_copy
- Revision 19918 (svn): shorten long line of IssuesControllerTest
- Revision 19917 (svn): add empty line after guard clause to IssuesHelper
- Revision 19916 (svn): fix source indent of IssuesController#destroy
- Revision 19911 (svn): add more assert_equal to IssuesSystemTest#test_bulk_copy
- Revision 19891 (svn): wait for ajax response in IssuesSystemTest#test_bulk_edit as same with IssuesSystemTest#test_bulk_copy
- Revision 19890 (svn): wait for ajax response to prevent random failure in IssuesSystemTest#test_bulk_copy
- Revision 19889 (svn): remove spaces inside {} of app/models/issue.rb
- Revision 19888 (svn): add space after comma to app/models/issue.rb
- Revision 19887 (svn): add empty line after guard clause to app/models/issue.rb
- Revision 19886 (svn): fix source indent of Issue#visible_condition
- Revision 19885 (svn): fix source indent of Issue#self_and_descendants
- Revision 19884 (svn): add bulk copy issues system test
- Revision 19883 (svn): add surrounding '+' operator spaces to IssuesControllerTest#"bulk copy should allow copying the subtasks"