Project

General

Profile

Search

Results (2491)

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
Revision 10829 (svn): 'None' grouped issue list section should be translated (#12358).
2012-11-17 12:18
Revision 10818 (svn): Issue "Update" link broken focus (#12356).
Patch by Alexander Oryol. 2012-11-17 09:48
Revision 10806 (svn): Fixed new issue form rendering with IE8.
2012-11-15 20:59
Revision 10781 (svn): Fixed test/unit/issue_category_test.rb breaking when run alone (#12285)
2012-11-01 11:29
Revision 10776 (svn): fix unit issue test fails on Wednesday
2012-10-31 11:20
Revision 10771 (svn): Issues by Category should show tasks without category (#8106).
2012-10-30 15:24
Revision 10765 (svn): Ability to sort issues by grouped column (#3511).
2012-10-29 19:32
(1176-1200/2491)