Search
Results (31865)
- 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.
- Help: RE: rake redmine:email:receive_imap does not receive mails
- Ok, this solved it for me: http://www.redmine.org/boards/2/topics/2630 "In the model issue.rb there is a code validates_presence_of ... iority is mandatory field.So i cannot create issue without receiving the value for priority parameter." Sorry for spamming the board :)
- Hi, I am trying to fetch emails from an I ... on has been setup, BUT there are no incoming issues in redmine to be found. I even looked inside the redmine database, no new issues. Anyone has a clue? I would be happy about every hint! Thanks, Antonino
- Help: RE: Problem in mylyn-redmine connection
- I had the same problem: Connection seemed to work, but the issues did not show up. Apparently, the docs are a ... rom the query-url: ${serverUrl}/projects/issues instead of ${serverUrl}/projects/issues/show the issues show up in mylyn. Editing works via the web ... in a: ${serverUrl}/projects/<your_project>/issues to show only the issues for your project. Still have to look into t ... e, if it is possible to lift the rest of the issue-fields into mylyn...
- Help: RE: I need to change order of category in Issue list...
- Hi, I'm looking for the same feature. I trie ... s an idea how to change the display order in issue list? thanks. Thomas
- 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.
- Is it possible to change the issues context menu from a plugin? I'd like to add ... on to do this? (I'm using version 0.8.2 atm)
- Help: RE: How apply patch file on windows?
- Hello there I am in the same trouble ... file present here -> http://www.redmine.org/issues/show/443 on my installation Please let ... configuration. Best Regards Imran Sheth
- 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)
- Help: RE: How to accept messages from unknown email address?
- I too would love a solution for this issue.
- Plugins: RE: Using Scrum Alliance Plugin for Redmine
- > I'm actually working on pulling some of ... ugins in earnest (I had to fork to fix a few issues along the way.) I've also not been able to ... anding task I was going to do was to put the issue context-menu on the task-board (I've almost ... -date[or never hits !], green if before )
- 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
- I've just uploaded a new release of the "Redm ... eamsoftware.com/projects/redmine-stuff-to-to/issues is open to the public and you are welcome t ... sts and patches for the next version. Eric
- 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>
- We've been using Redmine for around a month n ... iles, and you can attach files to Documents, Issues, Wiki pages, etc. Documents appears to b ... how you use the different modules. Thanks!
- 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>
- I am trying to create a task from email. rake didn't give any error, but issue was not created. After enabling log in "C:\P ... e with this? Thanks in Advance, Nanda
- Help: RE: Project columns 'lft' and 'rgt' empty after migration 104
- Hey, i seem to have the same issue with the lft/rgt not being populated, but wh ... Not sure what to do to fix this though.
- 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
- Open discussion: RE: How many projects do you use in your website with redmine?
- * 2-5 regular users - 175 Users registered * 71 Projects * 2242 Issues * 7148 Journal details * 3284 Time Entrie ... epository pages (which can get slow). Eric
- Hi, I'd like to setup a set of rake tasks that will send out emails ~15 minutes before an issue is due but only send out emails once for each ticket. Is there a part of the Issue database that I can use to hold if an email ... ng to alter this: # Sends reminders to issue assignees # Available options: # * :da ... # * :tracker => id of tracker for filtering issues (defaults to all trackers) # * :project ... acker]) : nil s = ARCondition.new ["#{IssueStatus.table_name}.is_closed = ? AND #{Issue.table_name}.due_date <= ?", false, days.day.from_now.to_date] s << "#{Issue.table_name}.assigned_to_id IS NOT NULL" ... us = #{Project::STATUS_ACTIVE}" s << "#{Issue.table_name}.project_id = #{project.id}" if project s << "#{Issue.table_name}.tracker_id = #{tracker.id}" if tracker ...
- Plugins: RE: ToDo lists plugin
- @Axel, Yeah that does suck a little bit RE ... explicitly stating that. As to your AJAX issues, I had a look and there were some CSS issues that ive fixed up now, if you want to updat ... xtra "%>" though? Let me know how it goes.