Project

General

Profile

Activity

From 2016-04-19 to 2016-04-22

2016-04-22

19:29 Open discussion: RE: API: List Available Statuses By Issue and User
Oh, I'm sorry, I don't think of the code as "the API". I meant "the REST API".
That's why I've been using this web...
blake watson
19:20 Open discussion: RE: API: List Available Statuses By Issue and User
What do you mean it isn't exposed in the API? That is the API call I was using.
Are you saying you want to make ...
Adam Pfeiffer
18:02 Open discussion: RE: API: List Available Statuses By Issue and User
Yeah, but it's not exposed in the API, AFAIK. Maybe I'll ad it as [issue-id]/new_statuses_allowed_to/[user-id]. Just ... blake watson
06:47 Open discussion: RE: API: List Available Statuses By Issue and User
I just tested this in the debugger and it works:
Issue.find(1).new_statuses_allowed_to(User.find(1))
=> [#<IssueS...
Adam Pfeiffer
05:12 Open discussion: RE: API: List Available Statuses By Issue and User
Looks like there is an instance method for the issue that allows this:
http://www.rubydoc.info/github/edavis10/red...
Adam Pfeiffer
01:27 Open discussion: RE: API: List Available Statuses By Issue and User
>>Are you just looking to use the API to discover what status an issue is currently in
No, that's not a problem.
...
blake watson
01:15 Open discussion: RE: API: List Available Statuses By Issue and User
I find your question confusing so I won't be able to answer it fully. Are you just looking to use the API to discove... Adam Pfeiffer
11:41 Help: how to change the code to get the gantt sorted by id
Hi,
we would like to sort the Gantt by the issue id.
Could anybody tell me how to change the code to do this?
Kind...
Roland Walde
10:08 Help: Redmine on IIS + HttpPlatformHandler not working since latest Windows Update
Originally posted here: http://forums.iis.net/t/1232108.aspx?Redmine+on+HttpPlatformHandler+not+working+since+latest+... Mathieu Cartoixa
09:55 Help: RE: Restore sqlite dump in a new Redmine installation
OK. I did it. It turns out that those three projects are placed in the same and one file origin.db
That’s the way ...
Maciej Leks
09:07 Job offers: CLOSED - Recherche prestataire pour contrat d'assistance
Bonjour,
Je suis RSI dans un OPH du 93.
Je recherche un prestataire qui pourrait intervenir à la demande sur une in...
Jean-Michel Bain-Cornu
01:57 Help: RE: Where and how is Custom Field (List) rendered?
Hi Kush,
Thank you for the reply again. I worked it out, but yes you are correct. The @possible_values@ method cal...
Rahul Khemlani
01:12 Plugins: RE: How to create plugin in Bitnami Redmine?
This is what I do in linux:
run: use_redmine
run: export RAILS_ENV="production" (do the windows equivalent)
chan...
Adam Pfeiffer

2016-04-21

22:24 Help: Problems with search
Good afternoon
At the moment of making a search with multiple filters at the level of a parent project with a user...
Gabriela Santillan
11:46 Open discussion: RE: Trouble installing redmine 2.6.5 on windows with MSSQL
I had to change tiny_tds in gem file also for the installation of redmine 3.2.1. Sidenote, it is a x64 setup.
howeve...
Doo - mic
02:01 Help: Help with adding new columns in my plugin
I have created a new plugin and patched both Issue and IssueQuery as well as created a new model to store the new dat... Adam Pfeiffer
01:37 Help: RE: Calculate how long issue is in current status
Going to spawn a new issue to reduce noise. Adam Pfeiffer
00:30 Open discussion: API: List Available Statuses By Issue and User
In Redmine, let's say you have two users, Al and Beau, and they're working on issue #42. Issue #42 is in status "Pend... blake watson

2016-04-20

23:47 Help: RE: Calculate how long issue is in current status
Adam Pfeiffer wrote:
> Hello,
> We just rolled out redmine to our organization and we love it! There is one critica...
Adam Pfeiffer
19:48 Help: Mail Configuration Error ((SSL_connect SYSCALL returned=5 errno=0 state=SSLv2/v3 read server hello A)
Hello guys,
I'm having problems on the email configuration on Bitnami Redmine over Debian.
This is the info
E...
Mart bel
16:19 Help: RE: Redmine 3.2 with Gitolite 1.2.0
It seems that the problem is in the update hook:
/usr/share/gitolite/hooks/common/update
There is following cod...
Michael Stang
15:34 Help: RE: build query string using link_to
i found a solution, below:
link_to "Crea Issue", :controller => "issues", :action => "new", :project_id => @pid, *...
Marco Nobler
14:53 Help: build query string using link_to
Hi, i searched trough forums but didn't find how to build a querystring like in this example using "link_to" helper, ... Marco Nobler
14:51 Plugins: RE: I cant see attachments from my plugin
why im not getting a response ? doesnt somebody give support about plugins or not ? arsim demiri
13:49 Help: J_Chat Plugin is not working
I have Installed Redmine Latest Version i.e. Redmine 3.1.X, I need to Implement Chat Plugins There!!! But the plugins... Debojyoti Das
13:10 Help: Restore sqlite dump in a new Redmine installation
Hi All,
*Context*: I must migrate from the cloud to a local Redmine with my 3 projects. I've installed the latest ...
Maciej Leks
10:40 Open discussion: DB Migration von Redmine 2.1.2 to 3.2.1
Hi everybody,
is there any possibility to migratate Database from 2.1.2?
thanks in advance
Christian Kiesel

2016-04-19

17:00 Development: RE: .NET API Problem creating Issue
ok, thank you so much Iván Martín
16:47 Development: RE: .NET API Problem creating Issue
It shouldn't be...From looking at the logs and google search, it sounded like its one of those two issues. Anyways, I... Kush Suryavanshi
15:45 Development: RE: .NET API Problem creating Issue
yes Kush, i'm using this framework
in the development environment there is no https configuration, so this can be ...
Iván Martín
15:37 Development: RE: .NET API Problem creating Issue
I could be wrong but from the looks of it, this maybe related to SMTP issue or https issue(at least from google searc... Kush Suryavanshi
16:18 Help: Redmine 3.2 with Gitolite 1.2.0
Hi,
I'v setup a new Redmine (3.2.0) server with the gitolie plugin (1.2.0) On an Ubuntu 14.04 with git (1.9.1). I ...
Michael Stang
15:34 Help: RE: Where and how is Custom Field (List) rendered?
Hi Rahul,
I am still learning Redmine code myself so I need to research a bit. But, may be you need to look at
mod...
Kush Suryavanshi
01:38 Help: RE: Where and how is Custom Field (List) rendered?
Hi Kush,
Thank you for your reply. Yes, I do realise that the values are stored in the database. I looked up the t...
Rahul Khemlani
15:31 Plugins: I cant see attachments from my plugin
My problem is that i cant see attachments from my plugin, i added permission in init.rb but still shows the message :... arsim demiri
14:28 Help: RE: Как поставить оповещение на старые задачи в Redmine?
https://www.redmine.org/projects/redmine/wiki/RedmineReminderEmails Pavel Potcheptsov
12:29 Open discussion: RE: 403 forbidden for redmine.org
Oh ok sorry, i just stumbled across this issue on my way to download the latest update for our redmine instance and w... kai b
11:12 Open discussion: RE: 403 forbidden for redmine.org
there is already a defect for this, cfr #22281 Wim DePreter
10:21 Open discussion: 403 forbidden for redmine.org
Hi there, just a quick heads up:
When you search for redmine, you get presented redmine.org as the official site, ...
kai b
10:51 Plugins: Any up to date plugin that shows resources/users availability?
Hi,
I search for some plugin that will show how users are involved in the projects (how much time they spend on in...
Ken Rockwell
 

Also available in: Atom