Project

General

Profile

Search

Results (18307)

Development: Debugging redmine with rdebug
Hi. I hope someone can easily help me here. ... new to ruby, but I'm trying to track down an issue using a debugger and so far I just can't sta ... getting this going in a debugger? thanks. 2011-01-14 18:58
Help: Add user as a watcher when they comment or update an Issue
Is it possible to configure redmine so that when a user updates or comments on an Issue that they are automatically added as a watcher to that Issue? 2011-01-14 17:05
Help: RE: internal server errors on certain svn repositories
I just encountered the same error. But I didn ... al in test condition for project is equal to issue.project <pre> (issue.project != nil) && (project == issue.project || project.is_ancestor_of?(issue.project) || project.is_descendant_of?(issue.project)) </pre> 2011-01-14 01:00
Open discussion: RE: Integrating AnkhSVN issues with Redmine
If you haven't seen my extention you can use it http://ankhredmineexte.sourceforge.net/ 2011-01-13 17:43
Open discussion: RE: Project
Eh, when's the deadline, because you'll need months :) If your assignment is to do issue tracking, ANY issue tracking, then just do something with todo-l ... d for instance) 3) Can be assigned to a user 2011-01-13 09:21
Help: RE: user account to see existing issues, but with NO access to repository
Thanks to Felix and Alexey for their thoughts on the issue. I am the admin of Alexey's provider and ... . See here: https://www.hostedredmine.com/issues/8533 I now show the current role permiss ... .com/projects/hosted-redmine/wiki/Permissions 2011-01-13 09:12
Help: RE: No notification email after "Editing an existing issue's Subject or Description"
Got it! Thanks for reply. 2011-01-13 02:08
Help: retaining email address in incoming anonymous email
Hello All, I'm using Redmine 1.0.3. I was ... retain the sender's email address inside an issue from an anonymous user's bug report. For ... o file bug reports. When redmine creates his issue inside a project, john@doe.com's email will ... help would be greatly appreciated. --emph 2011-01-12 23:33
Help: 500 error on update of Issue after upgrading to 1.1.0
When I try to update an issue, I get a 500 error. Here is my log: <pre> ... _multipart' app/models/mailer.rb:79:in `issue_edit' app/models/journal_observer.rb:24 ... dels/journal.rb:43:in `save' app/models/issue.rb:848:in `create_journal' app/models/issue.rb:554:in `save_issue_with_child_records' app/models/issue.rb:536:in `save_issue_with_child_records' app/controllers/issues_controller.rb:169:in `update' /dh/pass ... rror) </pre> Thanks for any help... Greg 2011-01-12 19:08
Help: RE: Email stopped working after upgrade from 1.0.3 to 1.0.4
I'm having the same problem in 1.1.0 (r4702) It seems that no emails are being sent to issue watchers. The test email sends fine. I h ... t I make myself" is unchecked. I'm watching Issue 18, and I've tested this by adding comments ... thing in there about trying to send an email) 2011-01-12 17:14
Open discussion: Project
i am given a project by my teacher to make a website like red mine Issue tracking system but i still don't understand the issue tracking thing can anyone explain me how this website work ? 2011-01-12 17:05
Open discussion: Permissions per project will be available in redmine 1.2.0 ?
Redmine 1.2.0 description says 'This release will focus on workflow and issue permissions enhancement: private issues, ability for certain roles to view their own issues, more configurable workflow, and permissions on issue properties.' This means issues #2076 and #4015 will be resolved? Thanks in advance. 2011-01-12 13:29
Help: RE: Delete user?
Beau Simensen wrote: > Would love to have th ... ittle need to worry about associated things (issues, posts, etc.) since the account would never ... me. Something needs to be done about this. 2011-01-12 13:10
Help: Unable to Load Default Data
Hi, I have been following the instructions ... e command, as when I attempt to create a new issue the priority select box is empty. I am ru ... so I can do this manually? Many thanks. 2011-01-12 12:33
Development: gantt chart filtering
Hi. Gantt chart is used for reporting and it ... hout subprojects where this developer has no issues and without versions where this developer has no issues. Sometimes it will be useful to build chart ... sed versions or even without versions at all. 2011-01-12 10:18
Open discussion: RE: Redmine for Android
Great work! Tried this app on Motorola Droid ... .0 stable server. I was able to view list of issues and details of an issue, but wasn't able to find a way to edit an issue. 2011-01-12 05:50
Help: RE: Can't edit a Issue Update and the Status Filter on Issue list does not work.
OK. Got it. Resolved ALL the issues mentioned. I had done a 'apt-get install ... hat, everything just worked! Thanks Felix! 2011-01-12 04:00
Help: RE: Error 500 after upgrading to 1.1.0
Since this is not just me (yay), I've opened defect #7297 for the issue. 2011-01-11 22:06
Plugins: a plugin to custom-sort or reorder the roadmap
is there a plugin that would let me, say, sort the issues in the roadmap by their priority? Or reord ... the roadmap and doing this myself? Thanks! 2011-01-11 18:13
Plugins: RE: TortoiseSVN plugin to visualise the issue list in Commit windows
This tool provides a way to display a list of Redmine issues within Tortoise. Additionally it allows you to select Redmine issues and add their issue number to your commit message. This means that your commit will be linked to the issue in Redmine, so all commits will show up as links under the corresponding Redmine issue. With some addition configuration this will also work the other way where your redmine issues will appear as links in Tortoise too. 2011-01-11 17:25
Plugins: RE: TortoiseSVN plugin to visualise the issue list in Commit windows
Is it possible to retrieve the comment (notes ... really understand the utility of this tool. 2011-01-11 16:57
Help: RE: Can't edit a Issue Update and the Status Filter on Issue list does not work.
OK. Still not there, but I wanted to provide ... so noticed that the functionality to move an issue to another project is missing. I am told ... oing a 'apt-get install redmine' will create issues such as what is noted here. Now, I remember trying that first, but I ran into many other issues. My priorities are changing, but I must ... solved at some point. I'll update again then. 2011-01-11 16:30
Open discussion: RE: problem after migrate to 1.0.5
Hi Samuel, did you manage to solve this? I ... grading from 0.9.. to 1.1 I can't create new issues or modify existing once On creating a new issue I get: <pre> ActionView::TemplateError ( ... ' for nil:NilClass) on line #10 of app/views/issues/_attributes.rhtml: 7: <p><label><%= l(:field_status) %></label> <%= @issue.status.name %></p> 8: <% end %> 9: 10: < ... p.id]}), {:required => true}, :disabled => !@issue.leaf? %></p> 11: <p><%= f.select :assigned_to_id, (@issue.assignable_users.collect {|m| [m.name, m.id] ... blank => true %></p> 12: <% unless @project.issue_categories.empty? %> 13: <p><%= f.select :category_id, (@project.issue_categories.collect {|c| [c.name, c.id]}), :i ... _nested_set.rb:259:in `leaf?' app/views/issue... 2011-01-11 15:41
Help: RE: Error 500 after upgrading to 1.1.0
Experiencing the same issue upgrading from 1.0.5 to 1.1.0 on Debian < ... 00.html (500 Internal Server Error) </pre> 2011-01-11 15:07
Plugins: Modification of Time Tracker Plugin.
Hello all, I'am trying to modify TimeTrac ... er => 'timelog', :action => logtime_action, :issue_id => issue_id, :time_entry => { :hours => hours } </pre> Thanks a lot for help. 2011-01-11 12:35
(12476-12500/18307)