Search
Results (2555)
- Revision 19882 (svn): add surrounding '+' operator spaces to IssuesControllerTest#test_bulk_copy_should_not_copy_selected_subtasks_twice
- Revision 19868 (svn): Add "behind-schedule" CSS class to issues (#31881).
- Patch by Go MAEDA.
- Revision 19860 (svn): simplify IssuesSystemTest#test_bulk_watch_issues_via_context_menu
- Revision 19857 (svn): simplify IssuesSystemTest#test_watch_issue_via_context_menu
- Revision 19856 (svn): avoid multi-line ternary operators in app/models/issue_query.rb
- Revision 19851 (svn): add assert to IssuesSystemTest#test_bulk_watch_issues_via_context_menu
- Revision 19848 (svn): fix source indent of lib/redmine/nested_set/issue_nested_set.rb
- Revision 19847 (svn): add assert to IssuesSystemTest#test_watch_issue_via_context_menu
- Revision 19844 (svn): robots.txt: disallow crawling issues list with a query string (#6734).
- Patch by Go MAEDA.
- Revision 19840 (svn): remove "sleep" from IssuesSystemTest#test_update_journal_notes_with_preview
- Revision 19827 (svn): remove unneeded "page" from "update issue status" test of IssuesSystemTest
- Revision 19826 (svn): shorten long line at app/views/context_menus/issues.html.erb
- Revision 19822 (svn): add bulk update issues test to IssuesSystemTest
- Revision 19821 (svn): use "right_click" instead of "trigger('contextmenu')" in IssuesSystemTest
- Revision 19818 (svn): Done ratio of a parent issue may be shown as 99% even though all subtasks are completed (#33576).
- Patch by Go MAEDA.
- Revision 19806 (svn): use "assert_not" instead of "refute" at MailHandlerTest#test_add_issue_with_private_keyword
- Revision 19784 (svn): Fix that issues autocomplete may not find issues with a subject longer than 60 characters (#32125).
- Contributed by Mizuki ISHIKAWA.
- Revision 19777 (svn): Updating an issue via REST API causes internal server error if invalid project id is specified (#33417).
- Patch by Go MAEDA.
- Revision 19773 (svn): Fix that issues autocomplete may not find issues with a subject longer than 60 characters (#32125).
- Contributed by Mizuki ISHIKAWA.
- Revision 19772 (svn): Revert r19771 due to the incorrect issue number in the commit message.
- Revision 19771 (svn): Fix that issues autocomplete may not find issues with a subject longer than 60 characters (#12250).
- Contributed by Mizuki ISHIKAWA.
- Revision 19753 (svn): Support issue relations when importing issues (#28198).
- Patch by Gregor Schmidt and Marius BALTEANU.
- Revision 19747 (svn): Remove unused i18n key "notice_no_issue_selected" (#33393).
- Patch by Go MAEDA.
- Revision 19729 (svn): Fix UI issues in the setting page of some plugins that have arisen after r19720.
- Patch by Marius BALTEANU.
- Revision 19723 (svn): Get the list of new issue watchers using single query and limit the results to 20 (#4511).
- Patch by Marius BALTEANU.