Search
Results (12571)
- Feature #3003 (New): Better handling of unknown and aliased email addresses when submitting issue via email
- Currently incoming emails from unknown addres ... could be avaialable to the administrator).
- Defect #3002 (Closed): My Redmine is not sending email notifications
- Hi guys, I'm trying to set Redmine to sen ... le has the follow info: <pre> Processing IssuesController#edit (for 192.168.1.107 at 2009-0 ... "notes"=>"Teste email nova2", "controller"=>"issues", "issue"=>{"start_date"=>"2009-03-18", "estimated_ho ... ""}}} Redirected to http://192.168.1.5:3000/issues/show/8 Completed in 1.57466 (0 reqs/sec) | DB: 0.31442 (19%) | 302 Found [http://192.168.1.5/issues/edit/8] Processing IssuesController#show (for 192.168.1.107 at 2009-0 ... {"action"=>"show", "id"=>"8", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/show.rhtml Completed in 0.61072 (1 reqs/se ... : 0.34227 (56%) | 200 OK [http://192.168.1.5/issue...
- Feature #3001 (Closed): "Assign to" history in filter or etc.
- It will be nice if you implement possibility ... that problem. Sorry for my english. Thanks.
- Feature #3000 (Closed): New issue - Affected version droplist
- We would very much like to see the option to specify the affected version of our projects, when issues are reported. Based on the Target versio ... cts, would greatly aid the debugging process.
- Defect #2996 (Closed): Assigning issue to user should update status
- Assigning issue to user should update status to assigned and ... can see this hasnt changed in later versions.
- Feature #2995 (Closed): Improve error message when trying to access an archived project
- If you try to access an issue that is inside a project that has been archi ... is project has been archived. To access this issue you will need to unarchive the issue at /admin/projects". (The code in que ... o see if the parent project of the requested issue is active and returns a 403 if not)
- Feature #2993 (Closed): 50k users cause problems in project->settings->members screen...
- I have 50k+ users. Whenever I open project ... ve under administration->users ? Thank you
- Defect #2992 (Closed): Each POST causes an ERROR 500
- Each time I "POST" something to Redmine, it f ... eferer: http://somewhere.tld/projects/neptis/issues [Tue Mar 17 19:49:31 2009] [error] [client 192.168.57.106] Premature end of script headers: issues, referer: http://somewhere.tld/issues/bulk_edit?ids%5B%5D=1054&ids%5B%5D=1055 ... several times and this problem is still here.
- Patch #2991 (Closed): Spent time field shouldn't be report unless it has value
- Spent time field shouldn't be reported unless ... time is with the timesheet plugin. In the issues show view you could do: <pre> <% if ... iew_time_entries, @project) %> <% if @issue.spent_hours > 0 %> <td class="spen ... pent-hours"><%= (link_to lwr(:label_f_hour, @issue.spent_hours), {:controller => 'timelog', :action => 'details', :project_id => @project, :issue_id => @issue}, :class => 'icon icon-time') %> <% end %> <% end %> </pre>
- Defect #2990 (Closed): Ruby 1.9 - wrong number of arguments (1 for 0) on rake db:migrate
- <pre> whs@WHSServer1 /var/redmine % sudo rak ... xt = txt.gsub(/[“�]/, '"') if txt </pre>
- Defect #2988 (Closed): a <tag> on issue subject is treated as html tags in list of issues and show issue
- we are currently extending redmine and have this issue. if you will add an issue with a subject e.g. "this is an issue <cool>". this will be saved but on the list of issues and on showing of issue, only this text will be displayed, "this is an issue". the "<cool>" will not be displayed but was ... though on our end we already fixed it. :D
- Feature #2986 (Closed): Issue Totals on My Page Modules
- For the "Issues assigned to me", "Watched issues", and "Reported issues" modules it would be helpful to have a total of the issues in each list. Now I'm not sure if the current modules will list all issues no matter how many there are, or if they ha ... d work: # Tweaking the module header ## "Issues assigned to me (##)" ## "## Issues assigned to me" # Tweaking the "View all issues" below the list ## "View all issues (##)" ## "View all ## issues" Both methods could be used together. Th ... lso be expanded to the other modules as well.
- Feature #2983 (Closed): Reports: Hide unused statuses
- When you're viewing a project with only one t ... show statuses that can exist in the project.
- Feature #2981 (Closed): Prevent from leaving the page when in edit mode for issue, wiki or other
- I think Redmine should ask the user if he rea ... should be persisted and displayed somewhere.
- Defect #2980 (Closed): Upper-case / lower-case discrepancy in attachment image syntax
- Affects all wiki-ish pages (issues included). When you attach a file "myimage ... attachment name extension is in upper-case
- Feature #2979 (Closed): New issue : choose displayed fields by profile
- We are testing redmine to see if it suits our ... elect which fields are displayed in the "new issue" form, depending on the user profile. For ex ... ically be assigned if this field is hidden.
- Defect #2977 (Closed): activity plural
- As we have <pre> label_issue: Issue label_issue_plural: Issues </pre> we need <pre> label_activit ... label_activity_plural: Activities </pre>
- Feature #2975 (New): Associated revisions, show all
- For a given issue, it would be nice to be able to click on the ... all code changes associated with a specific issue.
- Feature #2974 (Closed): Hirarchical Issue tracking
- For issue tracking in our software , we have just star ... s/testers tend to forget coreltation between issues/features.Hence it is very time consuming to ... defect4. this requires trackback facility in issue management system where user should be able to identify all parents of issue (all parents of Defect6 in current example) ... some customization. Regards Imran Sheth
- Feature #2972 (Closed): Improve Changelog feature (separate tab and merge Roadmap features)
- Unfortunately the changelog is currently not ... can and supposed to be. * It is hidden ("issues":/projects/redmine/issues->"change log":/projects/redmine/changelog) ... t related) Thanks for the consideration!
- Patch #2971 (Closed): Patch for "My Page" personalization not storing reordered blocks
- I just noticed "My page" personalization does ... st item out of a group. A patch for these issues is attached. Note that there may still b ... 9) Ruby 1.8.6 Rails 2.2.2 Postgres 8.3
- Defect #2967 (Closed): Git revisions, diffs and entries not showing if filename has period in it.
- I'm running r2580 of Redmine; Rails 2.2.2 R ... er method. This obviously poses a serious issue with URLs like the following (which pretty m ... epository/:action/*path' 222 end </pre>
- Defect #2966 (Closed): rake db:migrate fails with MySQL 6
- Hi all, I'm a new redmine user and I follo ... one help me? Best regards, Fernando
- Feature #2964 (Closed): Ability to assign issues to groups
- It would be a nice feature to add, since ther ... o can or will work on said task. Thank you
- Patch #2960 (Closed): Fix for sidebar calling incorrect action
- The issues sidebar calls the wrong controller if a plu ... se of the sidebar. This patch addresses that issue.