Project

General

Profile

Search

Results (2548)

Revision 11292 (svn): Makes autocomplete accept issue id with hash.
2013-01-31 23:43
Revision 11290 (svn): Add/remove issue watchers via the REST API (#6727).
2013-01-30 21:51
Revision 11228 (svn): "Parent task is invalid" while editing child issues with restricted Issues Visibility (#12851).
2013-01-20 17:41
Revision 11215 (svn): Changed fieldset legend and make it hidden by default like on the issue list (#12122).
2013-01-20 13:55
Revision 11174 (svn): Makes issue custom fields available as timelog columns (#1766).
2013-01-12 14:09
Revision 11171 (svn): Adds issue custom fields to time entries filters (#10191).
2013-01-12 13:38
Revision 11121 (svn): Store the other issue in a variable (#10916).
2013-01-05 14:23
Revision 11120 (svn): Only process issues that have relations.
2013-01-05 13:41
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. 2013-01-04 11:04
Revision 11083 (svn): Update the issue subject when choosing an issue from the drop down menu.
2012-12-26 14:12
Revision 11076 (svn): Renamed #_issues_path to #_project_issues_path.
2012-12-23 16:19
Revision 11064 (svn): "New issue" menu item should not link to copy form (#12652).
2012-12-21 22:17
Revision 11061 (svn): remove trailing white-spaces from app/models/issue_relation.rb
2012-12-21 05:52
Revision 11053 (svn): German "label_issues_by" changed by Daniel Felix (#12629)
2012-12-19 00:19
Revision 10979 (svn): Moved IssueRelations to IssueRelation::Relations.
2012-12-10 22:59
Revision 10975 (svn): Fixed notes preview in issue history broken and hidden by a broken test.
2012-12-10 20:29
Revision 10965 (svn): Moves issue specific code to IssueQuery.
2012-12-09 15:44
Revision 10964 (svn): Adds STI to Query model. Issue queries are now IssueQuery instances.
2012-12-09 15:10
Revision 10956 (svn): Fixed that issues grouped by custom field is broken in PDF export (#12513).
2012-12-08 10:45
Revision 10948 (svn): Adds an option for displaying the issue description on the issue list (#3447).
2012-12-06 18:48
Revision 10941 (svn): remove trailing white-space from app/models/issue_category.rb
2012-12-04 05:22
Revision 10937 (svn): Adds tests for when showing/deleting an invalid issue.
2012-12-03 23:29
Revision 10905 (svn): Fixed find_issues logic.
2012-12-02 11:25
Revision 10889 (svn): code layout cleanup app/models/issue_relation.rb
2012-11-28 02:11
Revision 10878 (svn): Precede-Follow relation should move following issues earlier when rescheduling issue earlier (#4590).
2012-11-24 14:43
(1226-1250/2548)