Search
Results (2635)
- Revision 25103 (svn): Reverts r25102 due to wrong issue number (#43937).
- Revision 25097 (svn): Add "Export issues" and "Export time entries" permission to the existing roles (#44424).
- Revision 25095 (svn): Add "Export issues" permission (#44424).
- Patch by Go MAEDA (user:maeda).
- Revision 25051 (svn): Fix orphaned workflow field permissions left after deleting an issue custom field (#44366).
- Patch by Go MAEDA (user:maeda).
- Revision 25049 (svn): Skip the nested set self-join in Issue.load_visible_total_spent_hours when no issues have subtasks (#44409).
- Patch by Go MAEDA (user:maeda).
- Revision 25048 (svn): Reduce repeated SQL queries caused by User#is_or_belongs_to? when issues are assigned to groups (#44405).
- Patch by Go MAEDA (user:maeda).
- Revision 25038 (svn): Preload the attachment authors when rendering a single issue in the REST API (#44407).
- Patch by Go MAEDA (user:maeda).
- Revision 25035 (svn): Reduce the number of SQL queries when filtering issues by "Assignee's group" or "Author's group" (#44382).
- Patch by Go MAEDA (user:maeda).
- Revision 25007 (svn): Do not load the parent issue just to check whether the issue has a parent (#44364).
- Patch by Go MAEDA (user:maeda).
- Revision 25006 (svn): Preload the associations rendered by the issues API to avoid N+1 queries (#44364).
- Patch by Go MAEDA (user:maeda).
- Revision 24925 (svn): Ensure that including trackers, issue_categories, issue_custom_fields, and time_entry_activities in ... requires the appropriate permissions (:view_issues or :view_time_entries) in addition to view_projects ...
- Patch by Holger Just (user:hjust).
- Revision 24923 (svn): Allow reading issue categories with the view_issues permission (#44328).
- Patch by Jens Krämer (user:jkraemer).
- Revision 24907 (svn): Add tests for IssueRelation#visible? and IssueRelation#deletable? (#44309).
- Revision 24906 (svn): Filter visible relations in issue_relations#index (#44309).
- Patch by Holger Just (user:hjust).
- Revision 24905 (svn): Check issue_from visibility when creating and showing issue relations (#44309).
- Patch by Holger Just (user:hjust).
- Revision 24888 (svn): Add reactions to REST API responses for issues and news (#44288).
- Patch by Go MAEDA (user:maeda).
- Revision 24856 (svn): Fix broken Gantt issue relation lines when collapsing objects (#44234).
- Patch by Mizuki ISHIKAWA (user:ishikawa999).
- Revision 24849 (svn): Prevent deletion of issue journal when clearing notes in order to pres ... ng and prevent broken anchors/links (#44258).
- Patch by Yasu Saku (user:skys).
- Revision 24827 (svn): Localize "This status is used by some issues" and "This status is used as the default status by some trackers" (#35248).
- Patch by Martin Glaser (user:martin.glaser).
- Revision 24793 (svn): Add unit tests for Issue and TimeEntry find_with_preloads methods (#44169).
- Revision 24783 (svn): Add projects to issue custom fields API response (#44153).
- Patch by Go MAEDA (user:maeda).
- Revision 24735 (svn): Fix watchers section in sidebar incorrectly updated when watching a different issue via context menu (#44042).
- Patch by Mizuki ISHIKAWA (user:ishikawa999).
- Revision 24734 (svn): Require same permissions to add a reply to an issue through mail hander as in the UI (#44118).
- Revision 24723 (svn): Custom Fields API does not return visible roles for custom fields other than issue custom fields (#44152).
- Patch by Go MAEDA (user:maeda).
- Revision 24704 (svn): Persist default `default_issue_start_date_to_creation_date` setting for new installs (#43895).