Project

General

Profile

Search

Results (18291)

Plugins: RE: retrieve only the open issues
got it <pre> all_issues = Issue.joins(:status).where("issue_statuses.is_closed != 1") </pre> 2013-08-23 00:33
Plugins: retrieve only the open issues
I'm writing a plugin that retrieves a list of all open issues assigned to the logged in user. I'm very ... in the sense where it doesn't get the closed issues. I would actually like it to link/look into the table "issue_statuses" and exclude all the issues with the statues that has been marked "is_closed" in the "issue_statues" table. I'm assuming I do a join. <pre> all_issues = Issue.where("status_id != 5") </pre> 2013-08-23 00:24
Help: Possible with Private Comments?
Realize I may have posted in the wrong forum ... orrect way? A scenario could be a private issue has 5 watchers. A new comment is created and ... s. Those users may or may not be part of the issue. Thanks for any help or direction on this. 2013-08-22 19:22
Plugins: Plugin to manipulate email from and reply-to fields of email notifications
Hello, I wondered if there are any plugins ... tion. I searched the web, the forums and the issue trackers with some results: * message#247 ... r putting your effort into this great product 2013-08-22 13:43
Help: RE: New Database database.yml
OK much easier than I thought. 1) Move the ... there (I did the above two using cpanel) 4. issue the command killall -9 ruby 5. issue the command "cd /home/accountname/public_htm ... nd use the updated database,user and password 2013-08-22 11:44
Help: SVN Commit Acceptance
Hi all, I'm trying to achieve functionalit ... supplied with each commit is related to open issue in Redmine. I suppose, it's possible to d ... es of such hooks? Thanks in advance, Igor 2013-08-22 11:41
Development: RE: production.log| fail2ban | wrong format
no answer ? maybe you don't uderstand my english ? any advice on that issue ? 2013-08-22 11:06
Open discussion: RE: How to add a "Client" role that can only access his watched list?
Joshua DeClercq wrote: > For some people, ... tchers list. Other don't want to stop at the issue level, and want all this granularity for eve ... er off using something like SharePoint as an issue tracker anyway. Yeah, it's not really built for it, but the effort it'd take to twist SP into an issue tracker is a fraction of the effort it would ... that feature is to allow a user to share an issue(and also informations attached to as you sai ... redmine one day :). have a good day, 2013-08-22 09:54
Help: New Database database.yml
Hi there, Background - I engaged a contra ... mains hosted on the VPS, say mydomain.com Issues - Moving the database is done. No problem ... direction you can give me Chris 2013-08-22 06:18
Help: RE: Using cron jobs to send filtered issue to an email
just bumping this thread.. 2013-08-22 05:14
Open discussion: RE: How to add a "Client" role that can only access his watched list?
An Phan wrote: > jerome l wrote: > > ps: I ... d but maybe it could be easier to define all issue by default to private and to give access to your client to the non-private issue... > > This actually was the first thing ... it didn't work so well, since if you set an issue as private, any other developers who are not ... make it so all non-client roles can view all issues by default, including private ones. That wa ... , so to speak. Developers would not have the issue you described in that case. That definite ... nce it shuts down the ability to use private issues the way they were intended. When it comes t ... tchers list. Other don't want to stop at the issue level, and want all this granularity for eve ... er off using something like SharePoint as an issue tracker anyway. Yeah, it's not really built for it, but the effort it'd take to twist SP into an ... 2013-08-22 02:49
Open discussion: Possible with Private Comments?
Excuse my post if this has been answer previo ... orrect way? A scenario could be a private issue has 5 watchers. A new comment is created and ... s. Those users may or may not be part of the issue. Thanks for any help or direction on this. 2013-08-22 00:59
Help: RE: API get users issue
Well, I figured out what is happening. I used ... while calling API(if you are using browser). 2013-08-21 14:54
Help: RE: Application is very slow
Kuniharu AKAHANE wrote: > Hi, Bryan > > [ ... cess blocks a long time before rendering the issue page, waiting for the mail server call to return. 2013-08-21 14:14
Help: RE: Application is very slow
Hi, Bryan <pre> Completed in 13222ms (View: 8537, DB: 305) | 200 OK [http://www.abc.com/issues/3697] </pre> Log says: * It takes very ... log as follows: <pre> Started GET "/its/issues/88593" for 172.xx.xx.xx at 2013-08-21 17:40:13 +0900 Processing by IssuesController#show as HTML Completed 200 OK in ... ord: 14.9ms) </pre> Hope this help. 2013-08-21 11:02
Development: production.log| fail2ban | wrong format
hello, I am trying to configure fail2ban f ... n.log's . - Is it possible to take this issue in the development process for future redmin ... to read your answers soon. Best regards 2013-08-20 22:20
Help: RE: Get all issues from a project assigned to me automatically?
Hi, You could probably just select all your issues from your project and assign them to the pe ... ton => Right click => Find your assignee) ... 2013-08-20 16:29
Development: Post Relations with Json
I try to update the relations via Json. But I ... ST + "/" + Constants.REDMINE_SERVER + "/" + "issues/" + id + "/relations" + ".json" + "?key=Con ... string json = "{relation: {\"issue_to_id\" : 499 \"relation_type\" : \"relates\ ... Console.WriteLine(e); } </pre> 2013-08-20 09:42
Open discussion: RE: How to add a "Client" role that can only access his watched list?
jerome l wrote: > ps: I have not tested but maybe it could be easier to define all issue by default to private and to give access to your client to the non-private issue... This actually was the first thing we tried, and it didn't work so well, since if you set an issue as private, any other developers who are not ... e or assigner will not be able to see it. 2013-08-20 09:33
Open discussion: RE: How to add a "Client" role that can only access his watched list?
yes it's a kind of trick, because i have modi ... sometimes need to create a sub-project for 3 issues regarding one client, which is a litle bit ... d but maybe it could be easier to define all issue by default to private and to give access to your client to the non-private issue... 2013-08-20 09:17
Open discussion: RE: How to add a "Client" role that can only access his watched list?
hello An, I have got the same problem as you and done this configuration: - for my issues i want the client to see (belonging to my c ... in my project structure I have: main (all issues that I don't want the client to see) sub project: issues client per client for the moment it"s wo ... ell me what you think of that See you 2013-08-20 07:41
Help: RE: REST API issues.xml with start_date, due_date, done_ratio ?
Please ignore my question I was attempting to update a task that had subtasks. 2013-08-20 05:00
Help: REST API issues.xml with start_date, due_date, done_ratio ?
Hi Is it possible to update the following issue attributes via the REST API? * start_date * due_date * done_ratio Running 2.2.3 Stable 2013-08-20 03:42
Help: production.log| fail2ban | production.log failregex not matching
hello, I am trying to configure fail2ban for ... : but how ? - Is it possible to take this issue in the development process for future redmin ... o read your answers soon. Best regards 2013-08-20 00:16
Help: Custom issue fields
Hello together, I want to add some custom ... ds to the left side of the properties window? 2013-08-19 21:52
(7126-7150/18291)