Search
Results (2570)
- Revision 13885 (svn): IssuesControllerTest: make encoding tests independent of ordering (#18856)
- Contributed by Antonio Terceiro.
- Revision 13883 (svn): fix UsersControllerTest failure randomly
- <pre> 1) Error: UsersControllerTest#test_sh ... ethod `name' for nil:NilClass app/models/issue.rb:53:in `block in <class:Issue>' lib/plugins/acts_as_event/lib/acts_as_ ... , + :enabled_modules, + :issues, :issue_statuses </pre>
- Revision 13858 (svn): Option to search open issues only (#10734).
- Revision 13842 (svn): Insert children issues to respect same order as ids.
- Revision 13830 (svn): Merged r13829 from trunk to 2.6-stable.
- Gemfile: pin activerecord-jdbcsqlite3-adapter version 1.3.11. 1.3.13 breaks test/functional/issues_controller_test.rb.
- Revision 13829 (svn): Gemfile: pin activerecord-jdbcsqlite3-adapter version 1.3.11
- 1.3.13 breaks test/functional/issues_controller_test.rb.
- Revision 13818 (svn): The descendant count in the issues delete confirmation message is wrong if issues share some descendants.
- Revision 13796 (svn): Do not truncate subissue/related issues titles on the issue view (#18659).
- Patch by Felix Schäfer.
- Revision 13791 (svn): Adds tests for creating an issue with multiple uploads.
- Revision 13748 (svn): Don't show roles without issue add/edit permission in workflow setup (#15988).
- Revision 13747 (svn): Don't consider roles without issue add/edit permissions for determining fields permissions (#15988).
- Revision 13746 (svn): Droped legacy behaviour that allows a user to edit a few attributes of an issue without the edit_issues permission if a status transition is allowed (#15988).
- Now that we can control permission on each field, this behaviour is no longer needed. The edit_issues permission is now required, which is consistent with the current requirements for bulk edition.
- Revision 13733 (svn): Don't create a journal when creating an issue with attachments.
- Revision 13732 (svn): Don't create a journal when creating an issue.
- Revision 13713 (svn): Tab "New Issue" should not be displayed if a project has no trackers (#18571).
- Revision 13711 (svn): Removed unused and deprecated Issue#move_to_project method.
- Revision 13706 (svn): Use :only instead of :except option in IssueRelationsController filters.
- Revision 13705 (svn): Adds a test for when link_copied_issue setting is set to "never".
- Revision 13668 (svn): Configurable behavour for linking issues on copy (#18500).
- Revision 13659 (svn): Use of PRE tag in issue description results in wrapped text (#18464).
- Revision 13653 (svn): use English at integration IssuesTest#test_issue_with_user_custom_field
- Revision 13639 (svn): replace tab to space at app/models/issue.rb
- Revision 13607 (svn): Renamed #test_watchers to #test_issue_watchers.
- Revision 13593 (svn): Ignore bogus issue strings like [some-string#1234] in email subjects (#17705).
- Revision 13590 (svn): add missing fixtures to test/functional/wiki_controller_test.rb
- Tests fail randomly. <pre> 1) Error: WikiC ... content_versions, :attachments, + :issues #, :issue_statuses </pre>