Search
Results (2555)
- Revision 23975 (svn): Adds missing documentation for issue macro to fr and ru languages (#43204).
- Revision 23972 (svn): Fix responsive layout issue when table headers are enabled in related and sub-issues lists (#42477, #43168).
- Patch by Mizuki ISHIKAWA (user:ishikawa999).
- Revision 23959 (svn): Offer %done values in issue context menu based on Done ratio options interval setting (#43192).
- Patch by Holger Just (user:hjust).
- Revision 23956 (svn): Makes 'auto watch issues' default user settings configurable (#42880).
- Patch by Jan Catrysse (user:jcatrysse).
- Revision 23945 (svn): Clear non-editable custom fields when creating an issue (43161).
- This ensures that only editable custom fields are saved on a new issue when copying an existing one. Patch by Holger Just (user:hjust).
- Revision 23938 (svn): Show the "Delete" item in the context menu only when opened from Issues#index, Gantts#show, or Calendars#show. (#35616).
- Patch by Go MAEDA (user:maeda).
- Revision 23895 (svn): Fix the "for" attribute of the labels in partial imports/issues_relations_mapping (#42957).
- Patch by Thomas Löber (user:tloeber).
- 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).