Search
Results (2555)
- Revision 11402 (svn): Adds closed_on column that stores the time of the last closing (#824).
- The value is preserved when reopening the issue.
- Revision 11350 (svn): Format all floats with 2 decimals in the issue list (#13126).
- Revision 11341 (svn): Adds context menu tests and skip test_preview_issue_description that breaks the test suite.
- Revision 11340 (svn): Adds a test for creating an issue with watchers.
- Revision 11339 (svn): Bulk watch/unwatch issues from the context menu (#7159).
- Revision 11336 (svn): Fixed that project over ... hows trackers from subprojects with disabled issue module (#13076).
- Revision 11331 (svn): Fixed: Can't clear custom field value through context menu in the issue list (#13075).
- Revision 11292 (svn): Makes autocomplete accept issue id with hash.
- Revision 11290 (svn): Add/remove issue watchers via the REST API (#6727).
- Revision 11228 (svn): "Parent task is invalid" while editing child issues with restricted Issues Visibility (#12851).
- Revision 11215 (svn): Changed fieldset legend and make it hidden by default like on the issue list (#12122).
- Revision 11174 (svn): Makes issue custom fields available as timelog columns (#1766).
- Revision 11171 (svn): Adds issue custom fields to time entries filters (#10191).
- Revision 11121 (svn): Store the other issue in a variable (#10916).
- Revision 11120 (svn): Only process issues that have relations.
- Revision 11115 (svn): Pass the order option as an array to satisfy sqlserver adapter (#12713).
- Unlike other adapters, the sqlserver adapter ... rted in the COALESCE call: irb(main):001:0> Issue.order("coalesce(estimated_hours, 0), id").to_sql => "SELECT [issues].* FROM [issues] ORDER BY coalesce(estimated_hours ASC, 0) ... n passing the order SQL fragments separately.
- Revision 11083 (svn): Update the issue subject when choosing an issue from the drop down menu.
- Revision 11076 (svn): Renamed #_issues_path to #_project_issues_path.
- Revision 11064 (svn): "New issue" menu item should not link to copy form (#12652).
- Revision 11061 (svn): remove trailing white-spaces from app/models/issue_relation.rb
- Revision 11053 (svn): German "label_issues_by" changed by Daniel Felix (#12629)
- Revision 10979 (svn): Moved IssueRelations to IssueRelation::Relations.
- Revision 10975 (svn): Fixed notes preview in issue history broken and hidden by a broken test.
- Revision 10965 (svn): Moves issue specific code to IssueQuery.
- Revision 10964 (svn): Adds STI to Query model. Issue queries are now IssueQuery instances.