Project

General

Profile

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. 2013-02-16 10:38
Revision 11350 (svn): Format all floats with 2 decimals in the issue list (#13126).
2013-02-11 19:07
Revision 11341 (svn): Adds context menu tests and skip test_preview_issue_description that breaks the test suite.
2013-02-10 16:53
Revision 11340 (svn): Adds a test for creating an issue with watchers.
2013-02-10 11:31
Revision 11339 (svn): Bulk watch/unwatch issues from the context menu (#7159).
2013-02-10 11:31
Revision 11336 (svn): Fixed that project over ... hows trackers from subprojects with disabled issue module (#13076).
2013-02-09 14:56
Revision 11331 (svn): Fixed: Can't clear custom field value through context menu in the issue list (#13075).
2013-02-07 19:35
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
(1226-1250/2555)