Search
Results (2548)
- Revision 23836 (svn): Reverts r23835 due to wrong issue ID (#40856).
- Revision 23831 (svn): Removes border top from progress bar in issues list (#42807).
- Patch by Mizuki ISHIKAWA (#ishikawa999).
- Revision 23815 (svn): Fix unintended top/bottom margin in rows of project and issue lists (#42773).
- Patch by Katsuya HIDAKA (user:hidakatsuya).
- Revision 23808 (svn): Fix anchor-linked content being hidden behind sticky issue header and project jump in responsive UI (#42684, #42774).
- Patch by Mizuki ISHIKAWA (user:ishikawa999).
- Revision 23799 (svn): Fix anchor-linked content being hidden behind the sticky issue header (#42684, #42774).
- Patch by Mizuki ISHIKAWA (user:ishikawa999).
- Revision 23755 (svn): Introduce reactions feature (so-called "like button") to issues, notes, news, and forums (#42630).
- Patch by Katsuya HIDAKA (user:hidakatsuya).
- Revision 23752 (svn): Add a sticky issue header to issue page (#42684).
- Patch by Mizuki ISHIKAWA (user:ishikawa999).
- Revision 23749 (svn): Optimize the rendering ... roadmap by preloading the email addresses of issue assignees (#42682).
- Patch by Go MAEDA (user:maeda).
- 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).