Search
Results (12430)
- Feature #492 (Closed): Add permision to view issue based on project roles
- The problem is if developers (role developers) want to create an internal issue (i.e. some implementation problems) and this issue should not be visible to testers (role testers) which are creating issues viewable for everyone (i.e application han ... with roles in role permision tab: "Can view issues created by:" [roles list] Then tasters could only view issues created by themselves and developers could view issues created by developers and by testers. O ... simple add ticker "Internal" in creating new issues tab, and then other ticker "View internal issues" in role permission tab.
- Feature #490 (Closed): Allow anonymous bug reports
- Issues submitting should be allowed for anonymous ... ill register on website just to report a bug!
- Defect #145 (Closed): localization error at issues list (title of list)
- hi~ i found a bug of localization. the title of issues list don't localize at project/issues menu. i use the ko option but the title of ... caption is overwrited at line 44. cheer~
- Defect #144 (Closed): Moving an issue to a sub-project
- We're not able to move an issue from a project to one of it's sub-projects. ... o this in the SVN build 902. Cheers, Paul
- Feature #489 (Closed): Suggestion: Link a SVN Revision inside a Issue
- This modification is Easy and enhances the integration between RedMine and SVN: A new field in the issue that represents the "Revision Number" from ... ry, that when filled creates a link from the issue directly to the revision. For example: a ... s a bug, and in the moment he is editing the issue to "fixed" or others status, he puts the nu ... field. When other developer acess this same issue, he could see exactly the code written by the person who fixed the issue, because that would be the diff associated with the revision.
- Feature #488 (Closed): Change issue "fixed version" on roadmap screen
- During planning meetings we look at the roadmap and move issues to different versions. It would be nice ... and a fancier way would be to drag and drop issues from one version to another.
- Feature #482 (Closed): Default assignee on each project
- It would nice to have a setting item to select default assignment for a new ticket,
- Feature #481 (Closed): Shortcut to create new issue
- It would be nifty to have keyboard shortcut to create new issue from everywhere in a project. Currently we cannot create a new issue not from summary and issue page, so we need two step to create new issuse (move issue page, and select issue type form drop-down list). in Trac, you ca ... to create new ticket, it's lightning fast.
- Feature #480 (New): Wiki: Support categories tagging and autolisting
- It would be really convenient for the Wiki to ... the pages you tagged with the xxxx category).
- Feature #479 (Closed): /change_status to have add file option
- Would it be possible to have the 'add file' f ... tes) %>)</em> </p> <% if authorize_for('issues', 'add_attachment') %> <p id="attachments_ ... es) %>)</em></p> <% end %> </div> Thanks!
- Feature #478 (Closed): Current user should not receive emails on issue change
- When I create/modify an issue, I already know about it, so I should not receive an email. It overfills the mailbox and makes issues changed by others less noticeable. The mess ... t to everyone but me. (same as in Bugzilla)
- Defect #142 (Closed): HEAD revsion of SVN trunk is broken
- When updating to the head revision we're getting a 500 server error after clicking the Issues tab in a project.
- Patch #234 (Closed): Git support patch
- this works with latest trunk from 5th of november, please help testing if you're a git user.
- Feature #473 (Reopened): Custom reports
- It would be very handy to be able to create a ... sed on similar criteria that is used on the Issues search page (eg http://my.site.name/issues)
- Defect #140 (Closed): <<me>> doesn't appear in the filter drop down for issues in a project
- If I got to my page and click "see all issues" I can see the filter that is applied is something like "Show all open issues assigned to <<me>>" However I can't use that filer if I go to a project then the issues tab then filter. When I add assigned to th ... an old release but seems to have disapeared.
- Feature #469 (Closed): Code Review/Approve workflow?
- Any plans on adding features similar to http: ... ommitted to the main repository? Thoughts?
- Feature #467 (Closed): Allow Custom Fields in Project Summary
- Currently the project summary fields are stat ... at matter, cold existing fields be UNflagged?
- Feature #466 (New): Add Contact database for all Redime site
- As Redmine is Project tool for developers, ma ... you need a support about AJAX & UI for this issue, don't hestite to contact me.
- Feature #465 (Closed): Inheritence of Versions to Subprojects
- It would be really nice, if issues of a subproject could be set to the fixed v ... oadmap page as well o get an overview of all issues for each version without having to change to another project.
- Feature #463 (Closed): Make something similar to www.wrike.com
- Make something similar to www.wrike.com
- Feature #462 (Closed): Fixed version in issue list
- Hi, It would be nice to have the fixed ver ... ion for the default columns displayed on the issue list. Thanks, Brad
- Defect #139 (Closed): Error when requesting Issue
- Error when request url like this: http://mysite/projects/list_issues/9 ActionView::TemplateError (undefined l ... <Query:0xb707a924>) on line #10 of app/views/issues/_list.rhtml: 7: {:title => l(:label_bulk_edit_selected_issues)}) if @project && User.current.allowed_to?(:edit_issues, @project) %> 8: </th> 9: <%= sort_header_tag("#{Issue.table_name}.id", :caption => '#') %> 10: ... <% end %> 13: </tr></thead>
- Defect #137 (Closed): Bulk edit not working in some circumstances
- Hi, Bulk editing issues does not work if some of the parts are left ... - Processing ProjectsController#bulk_edit_issues (for 192.168.1.217 at 2007-10-23 13:20:34) ... >"", "commit"=>"Apply", "action"=>"bulk_edit_issues", "priority_id"=>"", "id"=>"1", "notes"=>"" ... "fixed_version_id"=>"", "category_id"=>"", "issue_ids"=>["376"], "done_ratio"=>"", "due_date"= ... ers/projects_controller.rb:343:in `bulk_edit_issues' /var/lib/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/base.rb:1095:in `send'
- Feature #461 (Closed): Support bulk updating of custom fields
- Would be nice to be able to bulk update on cu ... ently disabled in a subprojects=all query)
- Defect #136 (Closed): Commit message with duplicate issue identifiers
- Hi, If a commit message happens to have a duplicate issue identifier, then RedMine fails to populate the changesets_issues table (not unique). This also prevents RedMine from gathering any changesets after this issue. For example, this was accidentally committ ... rified, a possible fix would be to add "self.issues.uniq!" at the end of "ChangeSet.scan_comment_for_issue_ids". Cheers, Nick