Search
Results (2555)
- Revision 10552 (svn): change "is_private" issue filter order from 15 to 16 (#12018)
- Order 15 is duplicate with "watcher_id" filter.
- Revision 10551 (svn): change "status" issue filter order from 1 to 0 (#12018)
- Order 1 is duplicate with "project" filter.
- Revision 10547 (svn): Private issue notes (#1554).
- Adds 2 new permissions for viewing/adding private comments to issues.
- Revision 10513 (svn): Makes related issues available for display and filtering on the issue list (#3239, #3265).
- Revision 10495 (svn): Do not link copied issues when copying a project (#6899).
- Revision 10494 (svn): Fixed that issue author is assigned with current user when the edit form is updated (#11975).
- Revision 10491 (svn): Adds a "Copied from/to" relation when copying issue(s) (#6899).
- Revision 10489 (svn): Merged r10487 from trunk (#11885)
- fix broken issue list filter. Array indexOf() is not defined on IE8.
- Revision 10487 (svn): fix broken issue list filter (#11885)
- Array indexOf() is not defined on IE8.
- Revision 10483 (svn): Merged r10477 from trunk
- set default_language en at test_commit_closing_a_subproject_issue of unit changeset test.
- Revision 10481 (svn): Merged r10477 from trunk
- set default_language en at test_commit_closing_a_subproject_issue of unit changeset test.
- Revision 10477 (svn): set default_language en at test_commit_closing_a_subproject_issue of unit changeset test
- Revision 10470 (svn): code layout cleanup app/views/issues/_list.html.erb
- Revision 10437 (svn): Anonymous users should always see public issues only (#11872).
- Revision 10433 (svn): Anonymous users should not see private issues with anonymous author (#11872).
- Revision 10364 (svn): do not show estimated time if it is nil on issue page
- Revision 10363 (svn): add asserting that issue estimated hours is nil when creating minimal issue
- Revision 10346 (svn): gantt: code layout cleanup line_for_issue method of lib/redmine/helpers/gantt.rb
- Revision 10336 (svn): Issues assigned to a locked/closed version are now copied (#11207).
- Revision 10335 (svn): Fixed that the reminder email excludes issues assigned to groups (#11723).
- Revision 10334 (svn): Fixed: Issues associated with a locked version are not copied when copying a project (#11207).
- Revision 10333 (svn): Fixed that target version is lost on project copy for issues that are assigned to a shared version from another project.
- Revision 10329 (svn): Do not copy subtasks twice when copying an issue and its descendants (#6965).
- Revision 10327 (svn): Option to copy subtasks when copying issue(s) (#6965).
- Revision 10264 (svn): code cleanup test_with_a_start_date_attribute_* of unit IssuesHelperTest