Search
Results (2572)
- 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.
- Revision 19719 (svn): Show open/closed badge on issue page (#33254).
- Patch by Marius BALTEANU.
- Revision 19714 (svn): Adds option to include issue custom fields in projects#show API response (#33301).
- Patch by Jens Krämer.
- Revision 19693 (svn): Fix issue inline auto complete in issues bulk edit page for custom fields with text formatting enabled (#33255).
- Patch by Marius BALTEANU.
- Revision 19691 (svn): Show toolbar for full width custom fields with text formatting enabled on issues bulk edit page (#32471).
- Patch by Marius BALTEANU.
- Revision 19690 (svn): Unify CSS classes for custom fields in issue#show, issue#edit and issue#bulk_edit (#32471).
- Patch by Marius BALTEANU.
- Revision 19689 (svn): Use the same layout for custom fields in issue bulk edit page (#32471).
- Patch by Shingo Hosotani and Marius BALTEANU.
- Revision 19663 (svn): ##123 syntax for linking to issues: Title cannot be distinguished from following text (#32765).
- Patch by Marius BALTEANU.
- Revision 19646 (svn): Time entries csv export should check issue visibility (#33075).
- Patch by Mizuki ISHIKAWA.