Search
Results (2548)
- Revision 17749 (svn): Rename label for "Issues can be assigned to this role" (#17219).
- Patch by Go MAEDA.
- Revision 17744 (svn): Ability to add private comments from the issue bulk edit page (#22368).
- Revision 17724 (svn): Allow issues grouping by creation, update and closing date (#13803).
- Implemented for PostgreSQL only for now.
- Revision 17723 (svn): Allow issues grouping by start and due dates (#13803).
- Revision 17680 (svn): Don't send notifications when using Issue.generate! in tests in order to speed up tests.
- Revision 17672 (svn): Fix random test failure, assertion must be made against displayed values.
- IssuesControllerTest#test_index_sort_by_spent_hour ... ed: [3.0, 0.0, 0.0] Actual: [3.0, 4.0, 0.0]
- Revision 17656 (svn): Related issues section ignores the date format setting (#29918).
- Patch by Mizuki ISHIKAWA.
- Revision 17633 (svn): Remove trailing whitespaces from app/helpers/issues_helper.rb
- Revision 17630 (svn): Fix: Attachments are added even if validation fails when updating an issue via email (#28576).
- Patch by Takenori TAKAKI.
- Revision 17624 (svn): Sort issues by due date in email reminders (#29771).
- Patch by Yuichi HARADA.
- Revision 17619 (svn): Move attachments to their own section in issue page (#29033).
- Patch by Marius BALTEANU.
- Revision 17611 (svn): Filter out issues from closed projects in the following widgets (#29449):
- * Issues assigned to me * Reported issues * Watched issues Patch by Marius BALTEANU.
- Revision 17607 (svn): Filter issues after project status (#20081).
- Patch by Marius BALTEANU.
- Revision 17596 (svn): Ensure that vendor-defi ... ers in ISO-2022-JP email subject don't break issue's subject (#29442).
- Patch by Go MAEDA.
- Revision 17584 (svn): Cleanup: Remove Issue#each_notification and Journal#each_notification (#26791).
- Patch by Holger Just.
- Revision 17563 (svn): Extend Issue Summary to include subprojects (#2529).
- Patch by Mizuki ISHIKAWA.
- Revision 17499 (svn): Fixed that issue details page shows default values for custom fields that aren't actually set (#25726).
- Revision 17498 (svn): Add assignable, issues_visibility, time_entries_visibility and users_visibility to Roles API response (#28191).
- Patch by Alex Stanev.
- Revision 17495 (svn): Add a link to issue summary to issue tracking box on overview page (#29644).
- Patch by Go MAEDA.
- Revision 17486 (svn): Change English translation for setting_issue_list_default_columns (#26501).
- Patch by Go MAEDA.
- Revision 17483 (svn): Highlight due date of overdue issues in the issues list (#27316).
- Patch by Go MAEDA.
- Revision 17479 (svn): Adds documentation for ##123 issue linking syntax (#29488).
- Patch by Jens Krämer.
- Revision 17478 (svn): Adds ##123 extended issue linking syntax (#29488).
- Patch by Jens Krämer.
- Revision 17455 (svn): Use pluck(:id) instead of collect(&:id) in app/models/issue.rb (#26711).
- Revision 17449 (svn): Add a missing fixture for IssuesTest#test_create_issue_with_new_target_version (#29215).
- Patch by Ed Tan.