Search
Results (18279)
- Open discussion: RE: Is Redmine ready to communicate with another Redmine?
- When I understand this correctly, you get mai ... borate with another Redmine system to create issues through email? The answer is no. I think t ... this working is to change the pattern of the issue number in the email subjects your Redmine in ... How can you synchronize the ids of my local issue and of the remote issue? Because the issue ID is automatically incremented number and u ... . Imagine the case that both of you have an issue @#120@, how would you synchronize this. Ther ... deration but nothing is developed, yet.
- Hello everyone. First of all congratulate you ... can create the request. As in my system the issue #120 is not created yet, Redmine thinks that it is a response to an existing issue in my system but when not finding the issue by id, do not create it. I've been lookin ... ler.rb and looking for the function "receive_issue_reply" <pre> def receive_issue_reply (issue_id, from_journal = nil) issue = Issue.find_by_id (issue_id) return unless issue # check permission unless handler_ ... check] unless user.allowed_to? (: add_issue_notes, issue.project) || user.allowed_to? (: edit_issues, issue...
- Hello everyone. First of all congratulate you ... can create the request. As in my system the issue #120 is not created yet, Redmine thinks that it is a response to an existing issue in my system but when not finding the issue by id, do not create it. I've been lookin ... ler.rb and looking for the function "receive_issue_reply" <pre> def receive_issue_reply (issue_id, from_journal = nil) issue = Issue.find_by_id (issue_id) return unless issue # check permission unless handler_ ... check] unless user.allowed_to? (: add_issue_notes, issue.project) || user.allowed_to? (: edit_issues, issue...
- Hi I'm using the email Gateway using the s ... projects/redmine/wiki/RedmineReceivingEmails#Issue-attributes The exact command called from ... ody know what the reason for this can be?
- Development: RE: Auto-Close parent after his children are closed.
- I've did a little hack in issue.rb to resolve this at version: 3.4.4. <pre> # app/models/issue.rb # in method "recalculate_attributes_for" ... st unless status_array.length > 1 </pre>
- Here is list of all issue statuses: http://www.redmine.org/projects/redmine/wiki/Rest_IssueStatuses I would like to get availableones for an issue (or at least tracker). Thanx!
- I have configured my server to send reminder ... s emails. Each email has same content. My issue already pointed out here http://www.redmine.org/issues/14251, but I didn't get any solution for this issue. I don't have any idea how to fix this issue. Any help would be appreciated. Thanks.
- Help: RE: Can't upload or download files
- h1. Solved I think I have fixed it. I c ... he database which appears to have solved the issue.
- Hello everyone, On the PDF Export there is ... ttps://imgur.com/6E9bHdH.jpg! In the file issues_pdf_helper.rb this code generate the totals ... the table? Greetings from Germany Thomas
- Help: RE: How to export data in custom fields?
- 1. I created custom field[Life Cycle] in proj ... this filed in CVS? (It seems only fields in Issue can be exported.) Thanks.
- 1. I creadted "Life Cycle"(custom field) in ... mported in CVS. but seems only the fields in Issue can be imported. How can I do? Thanks!
- Help: RE: Inline image
- Both of them. I have olds issues that have been created with CKEditor 1.0.0 ... r) the image with ! appares correctly on the issues. So it is possible that this olds issues aren't work with the update. But I have created new issues with the new CKEditor and even these don't appear with image.
- Open discussion: RE: Updating issues results in parameters being added to URL
- Thanks. I've patched that locally and will see what the users think.
- I have upgraded RedMine and CKeditor to last version. But now, the olds and news issues don't display the inline image. For exam ... ven't space into his name. When I open an issue I see the text "!MyImage.png!" and not the real image. Have you any ideas ?
- Open discussion: RE: Updating issues results in parameters being added to URL
- This seems to be the expected behavior since ... the line source:/tags/3.4.4/app/controllers/issues_controller.rb#L182 <pre><code class="ruby">format.html { redirect_back_or_default issue_path(@issue, previous_and_next_issue_ids_params) }</code></pre> to <pre><code class="ruby">format.html { redirect_back_or_default issue_path(@issue) }</code></pre> But this eventually resul ... ecide for yourself, if it's worth the effort.
- Help: RE: How to add custom query in Excel
- UP Alexandre cc wrote: > Hey, > > I wo ... ://login:pass@redmine.net/projects/projectid/issues.csv?query_id=17 > > > Can you help me ? > > Thanks
- Hi, We sometimes have a person not associated with an issue (not creator or watcher) update an issue. This person doesn't get emailed -- neither ... t possible to have any person who updates an issue automatically be added as a watcher -- if they aren't already watcher or owner? Thanks, Colin
- Hi, We recently upgraded Redmine from 2.5. ... d a user complaining that when he updates an issue, parameters are added to the URL, like: https://xxx/issues/1577?issue_count=16&issue_position=2&next_issue_id=176&prev_issue_id=1462 We're pretty sure that this never ... iour, where the URL would remain https://xxx/issues/1577 after update? Thanks, Colin
- Hello I'm Hyun Myung in South Korea. My company is using a redmine as a business issue handling tool. Today my boss asked to me th ... 't want to see complex fields and input each issues indivisually .. So I want to check the possibility of multiple issue input function on the particular form as see ... n click the 'create' button and it makes new issue on redmine. And now, It's a questio ... e let me know it.. Thanks in advance..^^
- Help: RE: installtion issues
- blackbeard . wrote: > So following this http ... msudo: command not found > > Googling the issue, does not resolve the problem. AFAIK ther ... the command should be > sudo rvm get stable
- Help: RE: installtion issues
- So following this http://www.untrustedconnect ... rvmsudo: command not found Googling the issue, does not resolve the problem.
- Open discussion: RE: Disactivate the patch #24877
- Frederic FORESTIER wrote: > [...] > I can f ... e the "evolution" is closed, [...] Parent issues can only have open subtasks if itself isn't ... before you can add open subtasks to it. See issue #10989.
- Help: RE: ActiveRecord::RecordNotFound: Couldn't find Tracker with 'id'=0
- amit rishi wrote: > [...] Yes, I am using plugins. I don't think think this is issue is because of plugin. I am stuck. I don't un ... (FWIW: see [[submissions]] and message#667.)
- Hi. We're just starting out testing Redmin ... nt if we're planning based on time (say, the issues to be completed the next couple of weeks), or based on release (these issues will part of this and that release of our s ... mend me looking into? Regards, Kenneth
- Open discussion: RE: roadmaps issues regarding tracker type
- Just a note. Seems to work if there is no ... Hello, > > Why are even versions with no issues of selected tracker types displayed in road ... o have an option like "Hide versions with no issues" - to be backward compatible with existing ... given version should take into account only issues of selected tracker, not all. If needed for ... for all trackers). > > Regards, Pablo