Project

General

Profile

Search

Results (18298)

Help: RE: Watcher list on New Issue
There is a plugin which will transform checkb ... which then is positioned at the the sidebar. 2011-12-02 00:35
Help: RE: Issue update permission for all projects
Furthermore, after playing around I wonder wh ... ted manually (it as ID 8). Thanks Steffen 2011-12-01 20:48
Help: Issue update permission for all projects
Hi, we have a "Gerrit":http://code.google. ... stem connected to our Redmine, which updates issues, as soon as an issue is referenced in a change set. Gerrit uses the REST API to update issues, however there is one problem: The user (re ... y to give the user a global rights to update issues (comments + issue status) in all projects? Making it an admin also doesn't help. Thanks in advance Steffen 2011-12-01 20:29
Help: How to rank and sort issues numerically
We've used Redmine for a while now. We added ... in Urgent. This is tedious because if one Issue gets completed, we have to manually update all the other Issues' Ranks to be appropriate. Also, sorting do ... l than Priority - i.e. if you've got 20 High Issues, how do you know which one to work on first ... ter would be if you could just drag and drop issues and their Ranks would get updated. Thanks... 2011-12-01 16:52
Development: redmine development - overide model getter
Hi all, I'm trying to overide model getter ... r.to_prepare and see the debugger go to the "Issue.send" line every time but I keep getting the ... <pre> module RedmineDoneRatioFix module IssuePatch def self.included(base) bas ... her.to_prepare :redmine_done_ratio_fix do Issue.send(:include, RedmineDoneRatioFix::IssuePatch) end </pre> link to my stack ove ... ails-debugging-redmine Please help me. 2011-12-01 16:18
Open discussion: UHD AssertionError
Hi, I was running some automatic testings ... > Linux Server Any idea want might be the issue? Thanks Regards T 2011-11-30 22:06
Help: Watcher list on New Issue
I have about 200 reporters for my project in Redmine, and I want to avoid that when creating a new issue there are these 200 reporters as selectable watchers in the page. Can i Deactivate this ? thanks 2011-11-30 22:06
Open discussion: Redmine first impressions and missing features
Hello, I discovered Redmine several months ... of importance. h3. All fields of the “New issue” form are visible to every role This is w ... ty, the assignee or the estimated time of an issue. Moreover, it unnecessarily complicates the ... . There was no clean way to indicate that an issue was affecting a shipped version or the curre ... rsion version:1.2.0. h3. The author of an issue and its reporter are the same user For mo ... s probably not a problem, as users enter new issue reports directly into Redmine, so the report ... r. However, it is common that clients report issues by email, and these issue reports are entered into Redmine by a develo ... ll not receive email notifications about the issue. * The issues for which a user is a reporter don’t show u ... request #9701 about this. h3. No standard issue... 2011-11-30 16:54
Open discussion: Information on setting Subprojects
Hi I'm quite new to redmine. My main drive ... of the parent, like: - versions - wiki - issues - repositories Also, I would like to have cross project issues. For example, open a bug in a project that ... o the right documentation Regards Pablo 2011-11-29 14:31
Open discussion: Change parent task Start Date
I don't know it's a bug or it should work in ... ate == current date, but later most of those issues were grouped in more general parent tasks a ... ty if every children has empty start/end date 2011-11-29 14:04
Help: git bare repos don't work
Hello, I have a problem adding git repos t ... em as reported here: http://www.redmine.org/issues/9128 although I am on Linux (CentOS 6) not Windows. Thanks 2011-11-29 13:55
Help: Enabling 'Authentication Required' makes site inaccessible
Hi, My redmine install is on a subdomain r ... lled by vps support personnel) there are two issues : 1- Once logged in, unable to logout 2 ... at ruby/rails, so a few hints will also do :) 2011-11-29 08:47
Help: RE: Update issue problem
the problem make that automatcly changed from task to error 2011-11-28 18:52
Development: RE: Redmine ruby rest API error `instantiate_collection': undefined method `collect!'
if seems that there is an error with the json ... format and it's working ... <pre> class Issue < ActiveResource::Base self.site = 'http: ... d = 'test' self.format = :xml end </pre> 2011-11-28 15:33
Help: Redmine Broken Screen aftr update 1.0.4 -> 1.2.2
After i updated from 1.04 to 1.2.2 (Windows s ... und error. What would you advice for this issue? Thank you 2011-11-28 14:44
Development: Redmine ruby rest API error `instantiate_collection': undefined method `collect!'
Hi, I have just installed redmine 1.2.2 an ... e 'rubygems' require 'active_resource' # Issue model on the client side class Issue < ActiveResource::Base self.site = 'http: ... self.password = 'test' end # Retrieving issues issues = Issue.find(:all) puts issues.first.subject </pre> But when i run thi ... .2 ? Someone can help me on this ? Thanks 2011-11-28 12:55
Plugins: RE: Several Questions re RM for Cloud / Continuous Delivery Orchestration
> Custom UI / Workflow - > > Is it possi ... Not to speak about the possible interference-issues with other plugins which may be overloading ... current state of the API provided by Redmine. 2011-11-27 22:34
Open discussion: RE: What is text formating s ... ting link to a particular user update within issue not issue itself?
_Pawel Orzechowski_ wrote: > Unfortunately i ... me that I have seen this kind of updates to issues but do not remember where and if it is actu ... re> #2715 ".note-14":http://www.redmine.org/issues/2715#note-14 </pre> produces the following link(s) to _note-14_ of issue #2715: #2715 ".note-14":http://www.redmine.org/issues/2715#note-14 2011-11-27 17:47
Open discussion: RE: What is text formating s ... ting link to a particular user update within issue not issue itself?
Unfortunately it does not work:-( If you put ... fore number it automatically creates link to issue number. If you hover with your mouse over update number in an issue there is a hyperlink http://.../redmine/issues/893#note-30 so I thought there is something ... me that I have seen this kind of updates to issues but do not remember where and if it is actually true:-( 2011-11-27 15:57
Help: RE: Receiving Emails IMAP
See #3653. You should send an email to your R ... bject containing (starting) with @[anything #issuenumber]@ or just @[#issuenumber]@. 2011-11-27 05:15
Help: Receiving Emails IMAP
Hi, I've set this up and it works great h ... P-server I can't figure out how to update issue comments.. "As of 0.8.0, Redmine can be configured to allow issue creation or comments via email" There mus ... greatly appreciated. Thanks Daniel 2011-11-27 03:00
Open discussion: Rest API with Python via pyactiveresource-1.0.1 - Null Values
Hello, I am trying to develop an interface ... via the API and that which is available via issues.xml direct there are discrepances - <pr ... ctiveresource import ActiveResource class Issue(ActiveResource): _site = None url = "http://1.1.1.1/redmine" Issue.set_site(url) issues = Issue.find(None,None,limit=10,key="x") for i, v in enumerate(issues): print 'issues [',i,']',' =' for item in issues[i].attributes: print item, " = ", issues[i].attributes[item] print '========= ... =========================================== issues [ 0 ] = status = *None* due_date = 2011-12-10 description = Test Project 3 Issue 1 project = *None* author = *None* ... ory = *None* subject = Test Project 3 ... 2011-11-27 01:14
Open discussion: RE: Could issues from sub-project be displayed in the parenet-project?
Could issues from sub-project be shown in the parenet-project? 2011-11-26 20:16
Help: Update issue problem
Hi I have the version 1.2.1 of redmine. R ... ask, but when I try to update any comment my Issue change automatically to error. Is that a bug? Anybody have the same problem to? 2011-11-25 21:46
Help: RE: Optional field for email address so unregistered users may be notified?
Ooops, there are "custom issue fields", which I used for that. But is there a way to render those fields only to anonymous users? 2011-11-25 09:26
(10451-10475/18298)