Search
Results (2548)
- Revision 23045 (svn): Fix display issue of "h:mm" placeholder in estimated hours input field by expanding its width (#2464, #41231).
- Patch by Mizuki ISHIKAWA (user:ishikawa999).
- Revision 23029 (svn): Replaces project, version and issue icons from Gantt view with SVG icons (#23980).
- Revision 23000 (svn): Fix precision issues in TimeEntry#hours calculation by returning Rational instead of Float (#40914).
- Patch by Go MAEDA (user:maeda).
- Revision 22982 (svn): Revert r22981: Incorrect issue number #39887 referenced
- Revision 22975 (svn): Add filters for "Author's group" and "Author's role" to issues list (#7867).
- Patch by Takenori TAKAKI (user:takenory).
- Revision 22947 (svn): Fix incorrect sorting of users grouped by status in issue filters for administrators (#41079).
- Patch by Vladislav Moiseev (user:vladdy.moses).
- Revision 22946 (svn): Fix issue where minutes part of a time entry is displayed as 60 instead of being carried over (#36897).
- Patch by Go MAEDA (user:maeda).
- Revision 22926 (svn): Add configurable setting for copying attachments when copying an issue (#36197).
- Patch by Yuichi HARADA (user:yui.har).
- Revision 22914 (svn): Check view watchers permission when copying issues (#40946).
- Patch by Jens Kraemer (@jkraemer).
- Revision 22913 (svn): Improve watcher list permissions check to explicitly require @view_issue_watchers@ permission (#40946).
- Patch by Felix Schäfer (@felix).
- Revision 22906 (svn): Prevent issue links with double hash (##nnn) from being recognized as ATX headings (#40716).
- Patch by daijiro fukuda (user:daipom).
- Revision 22895 (svn): Creating a new issue fails with an internal error if no issue priorities are defined (#40860).
- Patch by Holger Just (@hjust).
- Revision 22885 (svn): Fix misalignment issue when displaying the table of contents (TOC) on the right of wiki page (#34473).
- Patch by Mizuki ISHIKAWA (@ishikawa999).
- Revision 22881 (svn): Optimize FixedIssuesExtension#closed_percent by bypassing issues_progress when all issues are closed (#40798).
- Patch by Go MAEDA (@maeda).
- Revision 22857 (svn): Move logic for estimated remaining hours from @QueryColumn@ to @Issue@ (#37862).
- Revision 22854 (svn): Reduce an extra SQL query in IssuesController#retrieve_default_query (#40775).
- Patch by Go MAEDA (@maeda).
- Revision 22846 (svn): Add `updated_on` and `updated_by` fields to Issues API journal response (#40449).
- Contributed by Thomas Hoffmann (@ThomasHo).
- Revision 22820 (svn): Adds test to check @view_issue_watchers@ permission when filter "Watched by" (#40412).
- Revision 22819 (svn): Fixes issue list filter "Watched by: me" only shows issues watched via group for projects with the @view_issue_watchers@ permission (#40412).
- Revision 22800 (svn): Adds estimated remaining hours issue query column calculated based on estimated time and done ratio (#37862).
- Patch by Jens Krämer (@jkraemer).
- Revision 22793 (svn): Adds Watcher list to the list of available query columns for issues (#29894).
- Patch by Felix Schäfer (@felix).
- Revision 22792 (svn): Fixes that watcher groups on new issue form get dereferenced on validation error (#40410, #40555).
- Patch by Felix Schäfer (@felix) and Kenta Kumojima (@kumojima).
- Revision 22787 (svn): Fix issue where descriptions in the issues list ignore CommonMark Markdown table alignment (#40515).
- Contributed by Takenori TAKAKI (@takenory).
- Revision 22786 (svn): Fix "unexpected invocation" test failure in IssueTest with Mocha 2.2.0 (#40603).
- Revision 22764 (svn): Fix Atom feed for issues to correctly use the updated time for "updated" element instead of the created time (#33829).
- Patch by Go MAEDA.