Search
Results (2570)
- Revision 13395 (svn): Issue API: include is_private attribute in xml/json output (#10914).
- Patch by Shivam Daryanani.
- Revision 13390 (svn): Fixed: Files assigned to a version can not be deleted if Issue Tracking module is disabled (#17163).
- Patch by Michael Esemplare.
- 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>
- 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.
- 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.
- Revision 13368 (svn): pdf: add test to export issue pdf with UTF-8 U+FFFD (#17826)
- Revision 13357 (svn): ensure issue pdf test has relations (#17570)
- 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
- Revision 13345 (svn): remove unneeded setting ... olumn_name] and self[right_column_name] from Issue#update_nested_set_attributes_on_parent_change (#6579)
- Revision 13320 (svn): Linking to copied issue creates a journal entry if cross project relation is allowed.
- Revision 13303 (svn): remove unneeded statement from Issue#parent_issue_id=
- Revision 13290 (svn): copy r13239 awesome_nested_set modification to Issue model
- 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>
- 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>
- Revision 13241 (svn): fix "connection" at IssueQuery model
- Revision 13195 (svn): add test of issue id in sending mail when issue is created by mail (#17078)
- Revision 13176 (svn): fix variable name confusion at AttachmentsController#thumbnail
- This is suggested by Rails team. https://github.com/rails/rails/issues/15471#issuecomment-45419147
- Revision 13124 (svn): Field set as read-only still available in the issues list context menu (#16755).
- Revision 13116 (svn): use rvm 2.0 and 2.1 instead of 2.0.0 and 2.1.0 at .travis.yml
- See: https://github.com/travis-ci/travis-ci/issues/2220
- Revision 13104 (svn): Set default start date on issues created by email if default_issue_start_date_to_creation_date is set (#16655).
- Revision 13084 (svn): remove trailing white-spaces from Issue#count_and_group_by SQL
- Revision 13083 (svn): remove trailing white-spaces from Issue#by_subproject SQL
- Revision 13082 (svn): remove trailing white-spaces from app/models/issue.rb
- Revision 13081 (svn): code format clean up Issue#update_versions_from_hierarchy_change
- Revision 13073 (svn): fix typos of source comments at Issue model