Search
Results (2565)
- Revision 23747 (svn): Optimize `Version::FixedIssuesExtension#issues_progress` by avoiding repeated `Issue#closed?` calls (#42673).
- Since the issues are already filtered by open or closed stat ... (open)` scope, the call to expensive method `Issue#closed?` can be safely replaced with a check ... n` argument. Patch by Go MAEDA (user:maeda).
- Revision 23672 (svn): Fixes commit message in issue history might be rendered in incorrect context (#42545).
- Patch by Felix Schäfer (user:felix).
- Revision 23660 (svn): Optimize autocomplete issue listing triggered by typing "##" by eager loading trackers (#42574).
- Patch by Go MAEDA (user:maeda).
- Revision 23658 (svn): Prevent delete relation icon overflow with long related issue subjects on related issues sections on an issue page in mobile view (#41828).
- Revision 23630 (svn): Revert r23629: incorrect issue number (#41884) in commit message
- Revision 23596 (svn): Configurable columns for related and sub issues lists (#42477).
- Patch by Jens Krämer (user:jkraemer).
- Revision 23586 (svn): Add administration setting to allow time logging on closed issues. By default, the setting is enabled (#13596).
- Revision 23557 (svn): Changes issue watch button icon to eye image to align icon with function and improve visual clarity (#42305).
- Patch by Katsuya HIDAKA (user:hidakatsuya).
- Revision 23551 (svn): Fixes some issues where both legacy and SVG icons are displayed when an RTL language is used (#42465).
- Revision 23503 (svn): Fix random failures in `IssuesTest#test_bulk_copy` due to StaleElementReferenceError (#42244).
- Patch by Katsuya HIDAKA (user:hidakatsuya).
- Revision 23463 (svn): Optimize IssuesController#show by skipping time tracking queries when disabled (#42144).
- Patch by Go MAEDA (user:maeda).
- Revision 23446 (svn): Optimize `journalized` method to use preloaded Issue association for better Activity view performance (#42077).
- Patch by Go MAEDA (user:maeda).
- Revision 23433 (svn): Remove navigation parameters from issue detail URLs after updates (#42073).
- Patch by Katsuya HIDAKA (user:hidakatsuya).
- Revision 23431 (svn): Fix NoMethodError in IssuePriority#high and #low when no default or active priorities exist (#42066).
- Patch by Go MAEDA (user:maeda).
- Revision 23406 (svn): Bold current user's name in Assignee and Author columns on issues list (#41910).
- Patch by Go MAEDA (user:maeda).
- Revision 23370 (svn): Fix random test failure in IssueTest due to unsorted expected_statuses (#41951).
- Patch by Go MAEDA (user:maeda).
- Revision 23363 (svn): Fixes error when create a version with custom field of "File" type from Issue page (#40301).
- Patch by Takenori TAKAKI (user:takenory).
- Revision 23352 (svn): Fix random test failure ... _should_copy_requested_items due to missing :issue_categories fixture (#41934).
- Patch by Go MAEDA (user:maeda).
- Revision 23350 (svn): Fix random failures in IssueRelationTest#test_create_with_initialized_jou ... for retrieving the expected detail (#41931).
- Patch by Katsuya HIDAKA (user:hidakatsuya).
- Revision 23323 (svn): Replace deprecated raster icon with SVG in download button for issue comments (#41883).
- Patch by Mizuki ISHIKAWA (user:ishikawa999).
- Revision 23319 (svn): Fix test failures due t ... s deletion leaving orphaned custom_values in IssueNestedSetConcurrencyTest (#41881).
- Patch by Kenta Kumojima (user:kumojima).
- Revision 23305 (svn): Fix icon shrinking issue in Activity view with long event titles (#41821).
- Patch by Mizuki ISHIKAWA (user:ishikawa999).
- Revision 23255 (svn): Fix layout distortion in issue list descriptions with code blocks (#40303).
- Revision 23228 (svn): Fixes double-escaping issue for a principal name with special chars (#41721, #23980).
- Patch by Katsuya HIDAKA (user:hidakatsuya).
- Revision 23214 (svn): Fixes issue introduced in r23145 for rendering attachment and download icons (#23980).