Search
Results (2555)
- Revision 13991 (svn): Fixed an error in IssuesControllerTest#test_index_with_query_grouped_by_tracker_in_reverse_order with SQLServer.
- Revision 13986 (svn): Adds :permission_copy_issues string to locales (#18855).
- Revision 13985 (svn): Adds a :copy_issues permission (#18855).
- When copy is allowed, target projects are those on which the user has the :add_issues permission.
- Revision 13981 (svn): Removed :move_issues permission (#18855).
- This permission was wrongly used to allow bulk issue copy. To prevent user from moving an issue to another project, the project field should ... s automatically for roles that have the edit_issues permission without having the move_issues permission.
- Revision 13969 (svn): Respect cross-project subtask setting on issue bulk edit form (#18711).
- Patch by Felix Schäfer.
- Revision 13966 (svn): Fixed wrong test (#18983).
- Issue was not assigned to the version and assert_e ... e.deliveries.size was passing because of the issue creation notification.
- Revision 13946 (svn): Render issue description and journal notes with #textilizable (#13051).
- Revision 13942 (svn): Fixed attachment fixture (should be attached to issue 3 because one of its journals references it), r13937.
- Revision 13920 (svn): Fixed #down for migration 20141029181824_remove_issue_statuses_is_default (#18898).
- Patch by Denis Savitskiy.
- Revision 13893 (svn): Gemfile: use GitHub rails gem
- 20091114105931 AddViewIssuesPermission: db migrating fails on ruby 1.9.3p551 sqlite3
- 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).