Project

General

Profile

Search

Results (2555)

Revision 13500 (svn): use includes instead of joins at Issue#visible
"rake test" passes all test, but following test fails on command line. <pre> $ ruby test/unit/issue_test.rb -n test_visible_scope_for_member_with_groups_should_return_assigned_issues 1) Failure: IssueTest#test_visible_scope_for_member_with_groups_should_return_assigned_issues [test/unit/issue_test.rb:321]: Failed assertion, no message given. </pre> 2014-10-24 04:18
Revision 13477 (svn): Adds a Cancel button on issue edit view (#18051).
Patch by Marcin Świątkiewicz. 2014-10-21 22:53
Revision 13456 (svn): db migrate: replace deprecated Relation#update_all at 20130215111141_populate_issues_closed_on.rb (#18132)
2014-10-19 14:34
Revision 13448 (svn): Fixed that Issue.visible with an unsaved user triggers an SQL error.
2014-10-16 21:18
Revision 13428 (svn): Fixed that preview doesn't show notes when issue project is changed (#17959).
2014-10-05 15:18
Revision 13425 (svn): Adds css classes to get sort order on the issue list (#17993).
2014-10-04 11:36
Revision 13424 (svn): Removes routes for time entries nested under project/issues.
2014-10-04 11:14
Revision 13410 (svn): remove trailing white-space from app/models/issue_custom_field.rb
2014-09-16 04:54
Revision 13400 (svn): Parent issue autocomplete does not follow to the "Allow cross-project subtasks" setting (#14281).
2014-09-14 12:42
Revision 13398 (svn): Fixed: Issues counters in roadmap only link to issues in the same project (#9660).
Contributed by Sridhar Dhanapalan. 2014-09-14 11:41
Revision 13395 (svn): Issue API: include is_private attribute in xml/json output (#10914).
Patch by Shivam Daryanani. 2014-09-13 13:22
Revision 13390 (svn): Fixed: Files assigned to a version can not be deleted if Issue Tracking module is disabled (#17163).
Patch by Michael Esemplare. 2014-09-13 12:17
Revision 13373 (svn): Gemfile: pin awesome_nested_set version on 3.0.0
Test fails on awesome_nested_set 3.0.1. <pre> 1) Error: IssueTest#test_destroying_a_deleted_issue_should_not_raise_an_error: ActiveRecord::StaleObjectError: Attempted to destroy a stale object: Issue app/models/issue.rb:188:in `destroy' test/unit/issue_test.rb:1419:in `block (2 levels) in test_destroying_a_deleted_issue_should_not_raise_an_error' test/unit/issue_test.rb:1418:in `block in test_destroying_a_deleted_issue_should_not_raise_an_error' test/unit/issue_test.rb:1417:in `test_destroying_a_deleted_issue_should_not_raise_an_error' </pre> 2014-09-11 19:01
Revision 13371 (svn): 2.4-stable: pdf: fix failure exporting issue pdf with UTF-8 U+FFFD (#17826)
This revision has trunk r13368 and r13369 test. 2014-09-11 16:55
Revision 13370 (svn): 2.5-stable: pdf: fix failure exporting issue pdf with UTF-8 U+FFFD (#17826)
This revision has trunk r13368 and r13369 test. 2014-09-11 16:53
Revision 13368 (svn): pdf: add test to export issue pdf with UTF-8 U+FFFD (#17826)
2014-09-11 15:46
Revision 13357 (svn): ensure issue pdf test has relations (#17570)
2014-08-28 10:26
Revision 13347 (svn): Merge r13116 from trunk to 2.5-stable
use rvm 2.0 and 2.1 instead of 2.0.0 and 2.1. ... See: https://github.com/travis-ci/travis-ci/issues/2220 2014-08-26 06:57
Revision 13345 (svn): remove unneeded setting ... olumn_name] and self[right_column_name] from Issue#update_nested_set_attributes_on_parent_change (#6579)
2014-08-23 07:45
Revision 13320 (svn): Linking to copied issue creates a journal entry if cross project relation is allowed.
2014-07-13 17:00
Revision 13303 (svn): remove unneeded statement from Issue#parent_issue_id=
2014-07-13 02:04
Revision 13290 (svn): copy r13239 awesome_nested_set modification to Issue model
2014-07-11 18:15
Revision 13252 (svn): use references
On Rails 4.0: <pre> DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: issues, projects, em) that are referenced in a str ... able_implicit_join_references = true`. </pre> 2014-07-09 15:34
Revision 13249 (svn): use references
On Rails 4.0: <pre> DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: issues, projects, em) that are referenced in a str ... able_implicit_join_references = true`. </pre> 2014-07-09 13:37
Revision 13241 (svn): fix "connection" at IssueQuery model
2014-07-09 09:35
(1001-1025/2555)