Project

General

Profile

Search

Results (18279)

Help: get multi users' issues, REST API
hi, everyone, I'm working on a third-part ... I got a problem. How can I get multi users' issues? From REST documentation: http://www.redmine.org/projects/redmine/wiki/Rest_Issues I can get one user's issues with: http://redmine.dev/issues.json?assigned_to_id=5 but I can't get multi users' issues with: http://redmine.dev/issues.json?assigned_to_id=5&assigned_to_id=6, or http://redmine.dev/issues.json?assigned_to_id=5,6 My redmine ver ... seems that no any answer at all. Any idea? 2013-06-25 12:10
Help: RE: email sendding problem when update 2.2.3 to 2.3.0
It seems like it's Debian 7 problem. Checked like in thread https://github.com/andris9/Nodemailer/issues/140 and got error like Arch 2013-06-25 10:11
Help: RE: email sendding problem when update 2.2.3 to 2.3.0
I've also have problems with mail since 2.3 ... occurred while sending mail (530 5.7.0 Must issue a STARTTLS command first )@ When @tls: tr ... rotocol)@ Does anybody works with hotmail? 2013-06-25 08:40
Help: the exported PDF Can't display the right layout
dear develpoer of redmine I got a problem when i exporting pdf file of an issue content, a Customized field using "Long text ... please help me to fix this problem ,thanks ! 2013-06-25 04:44
Development: new_project_issue_path
Could someone please explain how this new_project_issue_path() works. I can't find anywhere in the source: <pre> link_to(l(:button_add), new_project_issue_path(issue.project, :issue => attrs)) </pre> Thanks, Zdravko 2013-06-24 15:41
Help: RE: Fetching additional data with REST api
Ok, I found out, that the best way is to modi ... ed to overwrite this file: /app/views/issues/show.api.rsb But there is a problem with ... call_hook(:my_hook, {:api => api, :issue => @issue}) But when I try to use this hook, it doe ... xtra_values do api.new_value :country => @issue.country end if include_in_api_response?('ex ... e hooks in this case? Thank you very much. 2013-06-24 15:09
Help: RE: Issues visible accross all project?!
Jan Niggemann wrote: > Please open a issue in the defect tracker. I've done it, see: http://www.redmine.org/issues/14335 I would be interested in a solutio ... be I could do it manually, if I know how...?! 2013-06-24 11:04
Help: problem installing on windows.
I'm trying to install 2.3 under windows using ... se the exact same version to avoid potential issues. At the time of building this gem, the ... R /c/wamp/www/redmine/v2.3/config (master) $ 2013-06-22 17:40
Open discussion: RE: Run system command when issue is created/has status changed.
Back to this. I'm new to Ruby on Rails so i'm ... aged to do an after_filter implementation in IssuesController: <pre> after_filter :only => [:update] do |controller| logger.info IssueStatus.find(params[:issue][:status_id]).name end </pre> which will print the new status of the issue. Is there any way to do that in a plugin ... eep these modifications outside the original IssuesController implementation, but still with th ... running after the after_filter on :update of issues. Thanks in advance 2013-06-22 06:39
Help: Upgrade from 1.2.1 to 2.3.1 - cannot open issues.
Hello, I am trying to upgrade an existing ... ke it worked except for trying to access any issue area. Here is my about of the 2.3.1 insta ... no plugin installed </pre> When going to issues, here is the apache log output: <pre> N ... b:96:in `disabled_core_fields' app/models/issue_query.rb:182:in `initialize_available_filter ... ciated. Thanks for your time, Young Kim 2013-06-21 21:30
Help: RE: Email problem with 2.3.1
I was able to figure out the problem and it h ... emails were not being sent because of a dns issue with the mail server so no email could be se ... e what log should this have been recorded in? 2013-06-21 18:57
Help: How to increase number of items shown in multiple list
Hi, I have a custom field with "list" type a ... ion list. When I have to use it, in a new issue for example, it only shows 4 items, and I ha ... height of the text area ? Redmine : 2.3.1 2013-06-21 16:10
Help: RE: Issues visible accross all project?!
Yeah, "nested set" is another name for a bina ... don't have enough time ATM... Please open a issue in the defect tracker. 2013-06-21 13:49
Help: RE: Issues visible accross all project?!
I updated from v0.8.4. in the end through sev ... east from what I read in "20100313132032_add_issues_nested_sets_columns.rb" in [Redmine]\htdocs ... h this - I don't take this fro granted, btw.. 2013-06-21 13:06
Help: Fetching additional data with REST api
Hello, I have two servers with redmine. O ... this: addr = "https://www.redmine.com/issues/" + params[:my_id] + ".json" @log = "O ... n of database, which add some columns to the issues table. There is following line for example: add_column :issues, :country, :string so I have information about country for all issues. But using my previous request, I don't ... this: addr = "https://www.redmine.com/issues/" + params[:my_id] + ".json?include=country ... ave to modify that previous plugin somehow? 2013-06-21 12:47
Plugins: Add eMail to watchers list
IIRC there is a plugin or patch that lets users add arbitrary email addresses to issues (probably other objects, too). But I can't ... rect search words or a better memory than me? 2013-06-21 12:00
Help: Customize the time when a mail gets send
Hi! I want to use redmine in our company. ... Mails. We have customers, that creates some Issues. And the customer always gets an E-Mail whe ... ly get an mail when we are finished with the issue. I.e. when the status changes to "Finished" ... Thanks in advance for your help, choallin 2013-06-21 11:46
Plugins: RE: Default columns plugin
For those having the same problem as Chris Da ... <Redmine root>\apps\redmine\htdocs\app\views\issues\index.html.erb replacing <Redmine root>\app ... cs\plugins\redmine_default_columns\app\views\issues\index.html.erb works for redmine 2.1.2. 2013-06-21 10:42
Help: RE: Issues visible accross all project?!
Morten MacFly wrote: > I further digged into ... th the new version and I found out that the "issues" table also has a lft and rgt column now wh ... g that you should dump the updated system.... 2013-06-21 09:12
Help: RE: Issues visible accross all project?!
Thanks again for your reply. I've migrated th ... th the new version and I found out that the "issues" table also has a lft and rgt column now wh ... s there a step forgotten to re-compute these? 2013-06-21 06:42
Plugins: RE: XLS export plugin
Vito Marolda, Thanks report the issue. Please report the issue on the github. https://github.com/two-pack/redmine_xls_export/issues 2013-06-21 00:34
Help: RE: Issues visible accross all project?!
From your data I can see that prj1-5 are inde ... ers FROM redmine.projects a ORDER BY a.lft@ 2013-06-20 13:36
Plugins: RE: XLS export plugin
Thank you for your great work! I use this plugin rev. 0.2.1.t2 and I found an issue: I created a custom field for issues, which accepts multiple values. But the ex ... e of the multiple values. Can it be fixed? 2013-06-20 11:55
Help: RE: Issues visible accross all project?!
Morten MacFly wrote: > > @SELECT a.id, a.nam ... " supposed to be? Whats the meaning of these? 2013-06-20 11:12
Help: RE: Issues visible accross all project?!
Jan Niggemann wrote: > Hmmm... Are you 100% ... aced the real projects names with short ones. 2013-06-20 11:10
(7351-7375/18279)