Project

General

Profile

Search

Results (18298)

Help: Redmine API : How to get and put issues history
I do not find a way to query or submit issues' history ? Is that possible ? 2011-10-24 18:38
Plugins: Testing for helpdesk plugin
Here http://demo.redminecrm.com admin admi ... emo@redminecrm.com and contact and connected issues will be created. And it possible answer directly from redmine, 2011-10-24 17:11
Help: Referring to Git commits in other projects
Hi there, I'm running Redmine 1.2.1. I ha ... I'd like to be able to link to commit _from_ issues in a project which doesn't have a Git repos ... ect names Any advice would be appreciated. 2011-10-24 15:59
Open discussion: Find and replace in issue text?
I'm wondering if there's either a built-in or add-on way to find and replace text in all issue text - including any replies to issues? I need to update a link that's commonly ... tion doesn't cover it). Thanks in advance. 2011-10-24 15:06
Help: RE: issue due date problem
Hi, Thanks for the reply! I have tried ... n of the two... Thanks, anyway. Tamas 2011-10-24 10:40
Open discussion: import from bugzilla not successful
need help- I m trying to migrate from bugzil ... ofiles... Migrating products.... Migrating Issues.....\ ****First time it ran fine, but took ... fields were not coming & had some numbering issue. so i thought to restart it. but is started ... anges in redmine. any help is appreciated. 2011-10-24 08:25
Development: Redmine API usage in Delphi
I have to integrate Redmine with a Delphi pro ... <pre><code class="Delphi"> //Creating an Issue procedure AddIssue; var xmlStream : TMemoryStream; tempArray : array[0..10000] of char; xmlIssue : String; apiAccessKey : String; ... //www.redmine.org/projects/redmine/wiki/Rest_Issues ****// apiAccessKey := 'a1234567abcde1 ... ; HttpClient.URL:= 'http://localhost:3000/issues.xml?key='+apiAccessKey; try xmlIssue := '<?xml version="1.0"?>' + '<issue>' + ' <project_id>1</project_id>'+ ... DELPHI</subject>'+ ' <description>Issue created in DELPHI using Redmine REST API</de ... + ' </custom_fields>'+ '</issue... 2011-10-24 01:58
Help: RE: Changing the order of the history and the notes in the issue view?
any help? :) 2011-10-23 19:55
Open discussion: Features Voting
I'm a newbie on the forum and with Redmine. I ... dd voting to questions, feature requests and issues here (perhaps as per dorpbox) so that the level of interest in a thread can be gauged. 2011-10-23 15:26
Plugins: RE: Wiki Extensions Plugin
Great job! One thing I really didn't manage ... n tables, like the ones you have in your ref_issues table (last example before emoticons).. Can we use them in all tables? 2011-10-23 10:08
Help: RE: Using Gmail for notification messages
Very helpful, thank you! I recently update ... occurred while sending mail (530 5.7.0 Must issue a STARTTLS command first. ko15sm47377622pbb. ... uration.yml* instead. Works as advertised. 2011-10-23 00:42
Help: Incoming email: create issues with mandatory custom fields
Hi is there the possibility to create issues from incoming IMAP emails when in the proje ... elds? Thanks for any suggestion! Andrea 2011-10-21 18:00
Open discussion: Some people receive my email notifications and some don't
I send a test email and I receive it. I a ... my email notification. How do I resolve this issue? <spam link removed by Mischa The Evil> 2011-10-21 17:09
Help: Support page on own homepage
Hi there, In order to track support reques ... mine, since we already use that for tracking issues internally. In order to do that I was th ... and then using that form to directly create issues in Redmine. While that does indeed seems ... esn't seem like it is possible to create new issues for a specific user. In other words, ideall ... reate a user for the customer and create the issue for that user, so the customer can track the progress on the issue. I would think we haven't been the first ... ectly with customer support? Thanks a lot! 2011-10-21 13:38
Development: RE: Copy issue with subissues
Michael Kling wrote: > Ah you call it subtas ... he terminology used in Redmine for actual subissues. See #443 for the implementation-history. ... ge it manually by editing the i18n-files... 2011-10-20 20:16
Help: Install of redmin finished, but impossible to login
Hi, I just finished to install redmine by ... with my admin account I have this following issues : NoMethodError (undefined method `destr ... _error)$ Some body can help me with that ? 2011-10-20 18:10
Help: Issues view on a single project gives error
I merged this project that is giving me error ... ipts to migrate the data. when I click on issues I get the following error <pre> ActionV ... ' for nil:NilClass) on line #27 of app/views/issues/_list.rhtml: 24: </tr> 25: <% previous_group = group %> 26: <% end %> 27: <tr id="issue-<%= issue.id %>" class="hascontextmenu <%= cycle('odd', 'even') %> <%= issue.css_classes %> <%= level > 0 ? "idnt idnt-#{ ... hide-when-print"><%= check_box_tag("ids[]", issue.id, false, :id => nil) %></td> 29: <td class="id"><%= link_to issue.id, :controller => 'issues', :action => 'show', :id => issue %></td> 30: <% query.columns.each d ... <%= content_tag 'td', column_content(column, ... 2011-10-20 17:34
Help: Changing the order of the history and the notes in the issue view?
Hi I would like issue history to show up after the notes in the issue detail view. Right now I have to page down a ... re are any notes in the detail view when the issue has alot of history. thanks 2011-10-20 16:50
Development: RE: Copy issue with subissues
Ah you call it subtasks, thats why i couldnt ... . Theres also a pending patch in (#7023). 2011-10-20 14:39
Development: RE: Copy issue with subissues
There is already a FR for this (#6965), I agree it would be useful. 2011-10-20 14:23
Development: Copy issue with subissues
I wanted to make a feature request but though ... alk with you here first. When copiing an issue all the subissues are left behind. It should be an option to copy them also. The idea behind: Issue copiing is often used (in my company) for templates. A template issue with template subissues should be copied as whole, if not the creat ... use templates) What do you think about it? 2011-10-20 11:11
Help: RE: Highlight overdue issues
Thank you very much !! It helped me !! 2011-10-20 06:44
Help: RE: problem upgrade from 0.6.x to 1.2.1 on ubuntu
Referring to this hxxp://www.redmine.org/issues/8962 I think my db is not migrated prope ... </pre> Am I missing a plugin or something? 2011-10-20 06:20
Plugins: RE: Projects Tree View Plugin - Version 0.0.1
Dmit nitkin wrote: > Does this plugin make a ... 4 This actually is already reported as an issue in my initial fork of the plugin. See https://github.com/MischaTheEvil/projects_tree_view/issues/9 My fork of the plugin is currently hea ... jectstreeview) to point to that repo instead. 2011-10-19 21:34
Help: 500 Internal Server Error with REST request
Hi all, I tried to update an issue via the REST API and I have this error : 500 ... st : Request URL:http://127.0.0.1/redmine/issues/1042.json Request Method:POST Status Code ... 4.0.835.202 Safari/535.1 Request Payload {"issue": { "subject":"eee" } } Respons ... 7:06:45 GMT Server:Mongrel 1.1.5 Status:500 2011-10-19 19:05
(10701-10725/18298)