Search
Results (2548)
- 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.
- Revision 10956 (svn): Fixed that issues grouped by custom field is broken in PDF export (#12513).
- Revision 10948 (svn): Adds an option for displaying the issue description on the issue list (#3447).
- Revision 10941 (svn): remove trailing white-space from app/models/issue_category.rb
- Revision 10937 (svn): Adds tests for when showing/deleting an invalid issue.
- Revision 10905 (svn): Fixed find_issues logic.
- Revision 10889 (svn): code layout cleanup app/models/issue_relation.rb
- Revision 10878 (svn): Precede-Follow relation should move following issues earlier when rescheduling issue earlier (#4590).