Project

General

Profile

Search

Results (18298)

Help: RE: REST API Using C# (XML schema for PUT requests)
I've made a little bit of progress. For one ... instead of utf-16. I have also removed the <issues> tag and made <issue> the topmost one. I can now update the fiel ... ted? At this point, this is not really a C# issue so much as it is an issue of what sort of XML the Rest API expects. Any help would be appreciated. 2010-07-06 20:56
Plugins: Code Review 3.1 -- How do I change t ... to closly match the font used for code views
I spent about an hour using firebug and was n ... spaced. I realize this could be a browser issue, however both IE8 and firefox 3.5.1 have the ... Again the side-by-side diff view is correct. 2010-07-06 15:50
Open discussion: Insert update form dependant to chronological order
Hello, My preferences are for the display ... show.rhtml <pre> <% if authorize_for('issues', 'edit') %> <div id="update" style="disp ... % end %> </pre> Thanks for you support. 2010-07-06 09:48
Development: Proposal: HowTo handle security and other incidents
Hi all, In #2359, Eric requested the secur ... ** The response should include the internal issue ID. * Check, if this a real bug and confirm ... ement * Prepare the patch using the private issue. * Check if the patch have to be backported ... ion with the devs. Any thoughts? --Holger 2010-07-05 23:48
Open discussion: Should I wait for Redmine 1.0.1?
Hi! I am currently a TRAC user. I need someth ... nice features and the migration of existing issues worked without major problems. As I am n ... upgrade to the new one when it comes out? 2010-07-05 21:22
Open discussion: How can I merge 2 projects into one?
Hi people, Is there any way to merge two pro ... including all objects: Wiki, Documentation, Issues. I can move issues one by one. But how about others? Is it e ... o automate this task? Thank you!!! Alexey 2010-07-05 19:32
Help: Identifying the REST API fields
Hi all, I'm having trouble getting started with the Issues REST API. To be specific, I'm not certain which fields are available when adding Issues. Ideally I'd like to be able to dynamica ... ancement request for this? Thanks, Paul 2010-07-05 12:26
Plugins: RE: Blocks Layout plugin
Created a ticket... http://www.redmine.org/issues/5819 2010-07-05 11:27
Plugins: RE: lft/rgt - getting an issue with all parent tasks
Thank you! That put me on the right track and I got it working :) 2010-07-03 08:19
Open discussion: Incoming Emails and Duplication of Original Message
Is anyone else having problems with incoming ... ----------------- Here is my reply to the issue........ On Fri, Jul 2, 2010 at 3:48 PM, <issue@redmine.com> wrote: The original issue text is here.. --------------------------- On the issue in redmine, I'll get something like this all thrown together: Here is my reply to the issue.... On Friday, Jul 2 2010 at 3:48 PM, <issue@redmine.com> wrote: The original issue text is here. 2010-07-02 22:50
Help: REST API Using C#
Hello. If this has already been asked, I apo ... ng to use the Rest API in C#. I can get the issues for a particular problem with a standard Ht ... ess = new Uri( "http://server/issues/" + issueNumber + ".xml" ); HttpWebRequest request ... is (though I have also tried it without the <issues> tag surrounding it): <pre> <?xml version="1.0" encoding="utf-16"?> <issues> <issue> <id>6951</id> <project id="28" na ... name=" Adam Ferguson " /> <subject>Test Issue 2</subject> <description>Test Issue Number Two</description> <done_ratio>20</done_ratio> <custom_fields /> </issue> </issues> </pre> With the XML, I attempt to co ... t would be much appreciated. Thanks, Adam 2010-07-02 22:33
Open discussion: RE: Problem with mailer.rb
Marco Antonio Suárez Peña wrote: > As far as ... one tell me what is the way to fix this? @issue.priority.name@ should work. 2010-07-02 17:31
Open discussion: RE: Assign keywords to issues?
Benjamin Neau wrote: > Would you mind explai ... several tickets (e.g. http://www.redmine.org/issues/1448) or forum posts is not prioritized? ... > I read your answer like 'If you want an issue tracking system which supports tagging, you ... ppily oblige if you make it worth their time. 2010-07-02 17:23
Open discussion: RE: Assign keywords to issues?
Felix Schäfer wrote: > Use categories :-) > ... several tickets (e.g. http://www.redmine.org/issues/1448) or forum posts is not prioritized? I read your answer like 'If you want an issue tracking system which supports tagging, you ... ly? Thanks for yor time and consideration. 2010-07-02 14:18
Open discussion: Problem with mailer.rb
Hi there! That is my first post in this fo ... the mail subject* to include priority of the issue. As far as i know, priority references to ... t) At line 46 is coded: subject "[#{issue.project.name} - #{issue.tracker.name} ##{issue.id}] #{issue.subject}" and changed to: subject "[#{issue.project.name} - #{issue.tracker.name} ##{issue.id} *- #{issue.enumeration.name}*] #{issue.subject}" but it doesn't work... Could ... the way to fix this? Thanks in advance! 2010-07-02 14:02
Open discussion: RE: A link to an issue from an Office document closes your Redmine session and requires explicit login
Solved. It was just a matter of adding the f ... Internet] "ForceShellExecute"=dword:00000001 2010-07-02 07:42
Open discussion: RE: Restrict issue creation to specific user type
Hmmm.... Just tried it but even if none of th ... n of the tracker, you can still create a new issue of any kind, if 'Add issue' is enabled in the user type roles. 2010-07-02 04:05
Open discussion: RE: Restrict issue creation to specific user type
I think what you want is the workflow though ... and then it won't allow them to create it.... 2010-07-02 04:02
Open discussion: RE: Restrict issue creation to specific user type
Thanks, but I only see 'Add Issue' there. I want a Developer to continue adding issues if they are not of type 'Support', which on ... create. I am missing something? Regards. 2010-07-02 03:48
Open discussion: RE: Restrict issue creation to specific user type
Check out the Roles section in Administration. You will see all the permissions of which Create Issue is one of them that can be applied to a role. 2010-07-02 00:45
Plugins: RE: Redmine Screenshot Paste (http://www.redmine.org/wiki/redmine/PluginScreenshotPaste)
I haven't been able to get the 0.2 version wo ... n see it appearing in the parameters for the IssueController#edit submission: "uploaded_screen ... . No errors/exceptions, though. Any ideas? 2010-07-01 21:35
Open discussion: Email Notification Views
Hello everyone, I just wanted to attach for t ... oks similar to the preview for the add. The issue partial view changes colors based on the priority. 2010-07-01 21:20
Open discussion: Restrict issue creation to specific user type
Hello. Is it possible to restrict the ... or Reporter in a project to create a Support issue, but not a Developer. Thanks. Regards. 2010-07-01 19:12
Plugins: RE: Redmine Blog Plugin
Problem: "undefined method `attach_files'" V ... pired by http://opensource.integritas.com.br/issues/show/616 2010-07-01 16:03
Plugins: RE: lft/rgt - getting an issue with all parent tasks
The issues use the awesome_nested_set plugin (source:t ... d to see, but there are helpers for that too. 2010-07-01 15:08
(14051-14075/18298)