Search
Results (2548)
- Revision 20955 (svn): Filter issues by notes (#5893).
- Patch by Yuichi HARADA.
- Revision 20951 (svn): Include new statuses allowed by workflow in Issues REST API (#24976).
- Patch by Yuichi HARADA.
- Revision 20939 (svn): "Copy link" feature for issues list (#34932).
- Patch by Mizuki ISHIKAWA.
- Revision 20932 (svn): Fix undefined method 'split' when issue_to_id is numeric (#35039).
- Patch by Marius BALTEANU.
- Revision 20896 (svn): Reverts r20895 (#29914, #34985).
- Wrong issue number.
- Revision 20884 (svn): Fix "ActiveRecord::StaleObjectError: Attempted to update a stale object: Issue." (#29914, #32912).
- Patch by Pavel Rosický.
- Revision 20872 (svn): Do not journalize attachments that are added during a "Copy Issue" operation (#34921).
- Patch by Jens Krämer.
- Revision 20840 (svn): Show project tree inste ... n the project selector when you create a new issue (#34798).
- Patch by Marius BALTEANU.
- Revision 20830 (svn): Unnecessary database access when IssueQuery class is defined (#33290).
- Patch by Kevin Fischer.
- Revision 20827 (svn): Fix that inline issue auto complete does not sanitize HTML tags (#33846).
- Patch by Marius BALTEANU.
- Revision 20819 (svn): Show project ID instead of name in issue journal details if the project is not visible for the current user (#33360).
- Patch by Marius BALTEANU.
- Revision 20816 (svn): "Copy link" feature for issue and issue journal (#34703).
- Patch by Mizuki ISHIKAWA.
- Revision 20801 (svn): Do not display in issue edit page spent time custom fields not visible by the user (#33550).
- Patch by Marius BALTEANU.
- Revision 20765 (svn): Move some action links for issues and journals to the dropdown menu (#34714).
- Patch by Mizuki ISHIKAWA.
- Revision 20744 (svn): Allow to use watch_by filter in the global issues list (#34700).
- Patch by Holger Just.
- Revision 20733 (svn): Fix project selector on global new issue page not showing all visible projects (#33419).
- Patch by Marius BALTEANU.
- Revision 20721 (svn): Fix grammatical agreement in translation for "parent issue" in pt and pt-BR (#32857).
- Patch by Felipe Batista.
- Revision 20718 (svn): Some fixes for r20321:
- * Include only visible issues in subtasks stats * Get subtasks using only ... badge * Add tests Patch by Marius BALTEANU.
- Revision 20717 (svn): Web browser freezes when displaying a workflow page with a large number of issue statuses (#34247).
- Patch by Marius BALTEANU.
- Revision 20701 (svn): Show only valid projects on issue form when the issue is a subtask (#33419).
- Patch by Marius BALTEANU.
- Revision 20694 (svn): Make sure that "is not" ... does not exclude closed subprojects (#34375).
- The issue has been fixed in r20693 along with #34297.
- Revision 20693 (svn): Subprojects issues are not displayed on main project when all subprojects are closed (#34297).
- Patch by Yuichi HARADA and Go MAEDA.
- Revision 20690 (svn): Allow issue relation autocomplete to select multiple values (#33418).
- Patch by Marius BALTEANU.
- Revision 20689 (svn): Bulk addition of related issues (#33418).
- Patch by Dmitry Makurin and Marius BALTEANU.
- Revision 20680 (svn): use 'assert_not' instead of 'assert !' at IssuesControllerTest