Search
Results (12712)
- Feature #419 (Closed): When removing issue categories should be able to bulk reassign
- When removing issue categories it should be possible to reassign issues attached to that category to another one.
- Defect #101 (Closed): New Issue Drop Down only display for Project Administrator
- The Add New Issue drop down is only available for redMine Administrators it should probably be keying off the Add Issue permission. Using SVN Rev 676
- Patch #227 (Closed): Patch for pagination in my/page for assigned issues and reported issues
- This patch allows you to paginate through the assigned and reported issues in my/page which makes the user feel comfortable when he has to navigate through numerous issues. Right now, the patch is more specific to paginating assigned and reported issues, but can be generalised to be used whereve ... d regards, Venkat venkat.bagam@rknowsys.com
- Defect #99 (Closed): Update of time entry fails when issue has been moved to other project
- When an issue has been moved to another project, it is no ... dit the existing time entries linked to this issue. Error message: « Issue » is invalid Cause: The project_id in ... ate, since the project_id does not match the issue.project_id. Suggested fix: When moving the issue to another project, also move the time entries to the new project. Patch has been attached.
- Feature #417 (Closed): MyPage 'assigned to me' should list by priority
- The Assigned To Me list should sort by priori ... Index: Sites/redmine/app/views/my/blocks/_issuesassignedtome.rhtml ======================== ... ==== --- Sites/redmine/app/views/my/blocks/_issuesassignedtome.rhtml (revision 669) +++ Sites/redmine/app/views/my/blocks/_issuesassignedtome.rhtml (working copy) @@ -1,9 +1,9 @@ <h3><%=l(:label_assigned_to_me_issues)%></h3> <% assigned_issues = Issue.find(:all, :conditions => ["assigned_to_id=? AND #{IssueStatus.table_name}.is_closed=? AND #{Project. ... :order => "#{Issue.table_name}.updated_on DESC") %> + :order => "#{Issue.table_name}.priority_id DESC, #{Issue.table_name}.updated_on DESC") %> I also bu ... as that's the only list I have on that page.
- Feature #415 (New): Daily Digest option for Mail Notifications
- We tend to have a lot of issues when using Redmine, and mail notifications ... sent out only once daily. However, if an issue is Assigned to someone, or if someone reques ... ately, regardless of Daily Digest status.
- Feature #414 (Closed): Dotted underline for non-existent page links
- It would be great to have a feature that can ... ted underline to indicate non-existent pages.
- Feature #413 (Closed): Add email notification on Wiki changes
- Add option to have e-mail notification on Wik ... ons, or at least the ability to watch a page.
- Defect #98 (Closed): Ability to use brackets in Notes
- This is more of a bug that I just discovered. ... mine seems to remove them once you click Add.
- Defect #97 (Closed): Mantis importer - failing
- I've discovered that the mantis importer is f ... an do to help debug the problem? Thanks.
- Defect #96 (Closed): undefined method assignable? for Role:0x31cd8a8
- (redmine r655, mantis 1.1a2-ish) After mak ... /dmckenna/Sites/redmine/config/../app/models/issue.rb:115:in `assignable_users' /opt/local/lib ... /dmckenna/Sites/redmine/config/../app/models/issue.rb:115:in `assignable_users' /Users/dmckenna/Sites/redmine/config/../app/models/issue.rb:64:in `validate' /opt/local/lib/ruby/gem ... /opt/local/bin/rake:16 Any ideas? Thanks.
- Defect #95 (Closed): Mantis importer - field widths
- Mantis allowed for longer widths than RedMine for some text fields, e.g. issue category title. To fix issue categories I changed line 291 to have this at the end: category.category[0, 30]
- Defect #94 (Closed): preview should probably POST instead of GET, breaking on long entries
- I was porting my wiki entries from Trac into ... on long entries, POSTing should resolve the issue. Kudos on the work, our company is looking to use redMine for all dept. project and issue management.
- Feature #409 (New): Additional attributes for custom fields
- We need two additional options for each custom field of an issue: 1st the visibility of a custom field is ... be an interesting enhancement for redMine !?
- Feature #408 (Closed): Assign a task to multiple users
- It would be great if it was possible to assig ... sk, setting the "being solved" to himself.
- Defect #92 (Closed): Wiki toolbar issue under IE
- Hi, The wiki toolbar is a bit bogus under ... g now with Firefox and IE also. BR, Balazs
- Patch #225 (Closed): Patch for custom html meta description and keywords
- This patch allows you to edit the HTML meta t ... t it will use 'redMine' for description and 'issue,bug,tracker' for keywords. This patch also u ... ntation, because I can't get docbook to work.
- Feature #90 (New): Show deleted wiki pages or wiki files on the activity
- The problem with this, is that the Activity s ... e cant link to a page that no longer exists.
- Feature #405 (Closed): Single RSS/atom Feed for all projects issues
- I have many projects in RedMine, and keeping ... unmanageable. I single feed with all the issues in would be great. Arranged in Ascending d ... ent project...? keep up the good work!
- Feature #404 (Closed): Include custom fields on the issue list
- A way of customizing the issues table would be very handy. It should allow: ... , so you're probably getting there... Thanks
- Feature #403 (Closed): Add a new boolean value to Role profil: Assignable
- Hello, I wish to see a new boolean value c ... pear in the "assign to" combo-box in the new issue page, only if this value is true. This w ... plenty testers, and only two developers: for issue, I don't want that testers assign mistakenl ... I could extend my explications. Thank you.
- Defect #87 (Closed): Multiline custom fields not aligned correctly
- If you have 2 custom fields one is multiline ... ee the screenshot! It is a really very small issue..
- Feature #402 (Closed): Issues % Done
- There is two ways how it is possible to change % Done of Issues: - when you are change issues status to another; - when you edit issue. It's would be more effective, if you can add issue % done every time when you add Spent time and of course when you you change a status.
- Defect #86 (Closed): HTML comments not rendered properly
- Textile allows html tags to be input. However ... within the tag is rendered as deleted text.
- Feature #401 (Closed): Add pdf export for WIKI page
- Add pdf export for WIKI page. User can c ... wiki page to export content as pdf file.