Search
Results (2555)
- Revision 17022 (svn): Merged r17019 from trunk to 3.2-stable
- Gemfile: pin mail gem version to prevent failure of MailHandlerTest#test_add_issue_with_localized_attributes
- Revision 17021 (svn): Merged r17019 from trunk to 3.3-stable
- Gemfile: pin mail gem version to prevent failure of MailHandlerTest#test_add_issue_with_localized_attributes
- Revision 17020 (svn): Merged r17019 from trunk to 3.4-stable
- Gemfile: pin mail gem version to prevent failure of MailHandlerTest#test_add_issue_with_localized_attributes
- Revision 17019 (svn): Gemfile: pin mail gem version to prevent failure of MailHandlerTest#test_add_issue_with_localized_attributes
- Revision 17002 (svn): Editing issues no longer sends notifications to previous assignee (#26627).
- Revision 16997 (svn): Filtering time entries after issue's target version doesn't work as expected in some cases (#26667).
- Patch by Marius BALTEANU.
- Revision 16985 (svn): Ensure that values of multi-value fields are HTML-escaped in issue history (#27186).
- Patch by Holger Just.
- Revision 16984 (svn): Ensure that values of multi-value fields are HTML-escaped in issue list (#27186).
- Patch by Holger Just.
- Revision 16953 (svn): add category_id to REST issue creation tests (#26769)
- Revision 16952 (svn): Merged r16938 from trunk to 3.3-stable (#22320)
- try IssueTest#test_overdue failing on CI server at Japanese daytime.
- Revision 16951 (svn): Merged r16938 from trunk to 3.4-stable (#22320)
- try IssueTest#test_overdue failing on CI server at Japanese daytime.
- Revision 16943 (svn): change Russian translation for default_issue_status_feedback (#22424)
- Revision 16938 (svn): try IssueTest#test_overdue failing on CI server at Japanese daytime (#22320)
- Revision 16926 (svn): Skip all issue concurrency tests with MySQL.
- Revision 16924 (svn): Fill the issue id when logging time from the time log list of an issue (#26520).
- Revision 16907 (svn): Adds a system test for creating an issue with attachment.
- Revision 16899 (svn): Hide the issue tracking tab if module is disabled (#26488).
- Revision 16896 (svn): Project settings: Move issue tracking settings to their own tab (#26488).
- Revision 16895 (svn): Merged r16894 from trunk to 3.4-stable
- add missing fixture for IssueTest#test_update_should_notify_previous_assignee
- Revision 16894 (svn): add missing fixture for IssueTest#test_update_should_notify_previous_assignee
- Revision 16839 (svn): Fix that spent_time total on the issue list can be wrong (#26471).
- Revision 16766 (svn): Fixed that issue counts are 0 on project overview (#26376).
- Revision 16764 (svn): Sort is not reflected when export CSV of issues list (#26364).
- Patch by Tatsuya Saito.
- Revision 16718 (svn): Fixed that time entry queries cannot be saved when issue tracking is disabled (#14790).
- Revision 16701 (svn): Fix HTML structure of query_form on calendar/gantt views (#26125).
- This unifies the HTML structure of the query ... ws to be the same as it is currently for the issues and spent time views, which were themself u ... partial in r15649. Patch by Mischa The Evil.