Project

General

Profile

Search

Results (18291)

Help: RE: Can not upload files from remote location
I had a similar issue yesterday (same Redmine version). I was usi ... n't handling URLs correctly in certain cases. 2013-12-11 10:15
Help: REST API - can't create Issue Relation
Hello all, 2 days I'm trying to create issue relation via the REST API without success :( ... e PHP cURL, same result :( <pre> POST /issues/312/relations.json { "relation": { "issue_to_id": "316", "relation_type": "follow ... } </pre> Same with XML <pre> POST /issues/312/relations.xml <relation> <issue_to_id>316</issue_to_id> <relation_type>follows</relation_t ... roduction.log file : <pre> Processing by IssueRelationsController#create as XML Parameters: {"<relation>\n <issue_to_id>316</issue_to_id>\n <relation_type>follows</relation_type>\n <delay/>\n</relation>"=>nil, "issue_id"=>"312"} WARNING: Can't verify CSRF toke ... redmine_better_gantt_chart 0.9.0 </pre> 2013-12-11 09:47
Help: RE: Internal server error when creating "New Issue"
No one can help me? Even with a little hint? 2013-12-11 01:02
Help: Issue Importer Plugin
Absolute newbie here ... Environment: Re ... tup a local Redmine install and import their issues into my setup. I have the issue importer plugin showing up in the install. ... help me get this working so I can import the issue list from my developers? Worst case, can I ... and I will type them in manually. Thanks! 2013-12-10 21:23
Plugins: RE: redmine_meeting plugin / asking for enhancements in email content
Dear, I fixed the issue : http://community.bitnami.com/t/redmine- ... =production </pre> Best Regards, Youssef 2013-12-10 20:39
Help: RE: Unable to login with HTTPS
Hi All, I still need your assistance on th ... https://domain/redmine and this is the only issue I have with that particular .htaccess and HT ... there if there is any way to workaround the issue e.g modify the redirect criteria in the acco ... main/redmine ? Thank you in advance, Alex 2013-12-10 19:35
Help: undefined method `closed_on='
Hello, first some information: Environm ... blem: When I want to change the status of an issue to "closed", I get the following Error: I ... odError (undefined method `closed_on=' for #<Issue:0x7fe8f4c18f88>): app/models/issue.rb:1453:in `update_closed_on' app/models/issue.rb:163:in `create_or_update' app/controllers/issues_controller.rb:470:in `save_issue_with_child_records' app/controllers/issues_controller.rb:458:in `save_issue_with_child_records' app/controllers/issues_controller.rb:184:in `update'@ I figured ... I change the value "is_closed" in the table "issues_statuses" from 1 to 0, but that's not the s ... e this? Thank you in advance, Kinimod 2013-12-10 16:35
Help: RE: Error installing Redmine (cannot load such file -- mysql2/mysql2)
I got an error same as that. I'm using AWS ... ails 3.2.13 Could anyone can resolve this issue post this thread, please. 2013-12-10 09:08
Help: Internal server error when creating "New Issue"
Hi everyone, I'm having this problem and I do ... , everything works fine, except for the "new issue" function. When I try to add a "new issue" after filling the form, I see the page load ... "debug" and the rails log). Can you help me? 2013-12-10 02:50
Open discussion: Redmine User Group Berlin
Hi everyone, I would like to know if anybo ... plugin, core patch, use case, or maintenance issue you'd like to talk about? Great! Join in, le ... s2kbcwc, if you're interested. Cheers, Jan 2013-12-09 18:28
Help: Email notification even when they are not involved
Hi, I set email notifications to "only for things i'am assigned to" But in any project when a new issue is created or updated i recive a notificatio ... ny reason why I get all notifications? Tnx 2013-12-09 15:26
Help: Can not upload files from remote location
Hi, I have some users of our Redmine who a ... o are on the same site as our server have no issues, but staff outside do. We are running ... nformation logging I can't find any similar issue on these pages. Any ideas would be greatly appreciated. 2013-12-09 14:19
Help: CustomFields: Create an Issue
Hi, i'm currently working on a front_end ... o my code is: newTicket = new Issue { Tracker = new Identi ... st <CustomField> { new CustomField { Name = "issue[custom_field_values][3]", Values = new List< ... st regards Kevin 2013-12-09 14:01
Plugins: RE: Time & Expense 1.6
Frank, yes, currently it does add up the hours if the project, issue and activity are same and retains only one c ... dual comments per time entry. Dhanasingh 2013-12-07 16:34
Plugins: Extending plugin configuration
Hello, I'm currently developing a Redmine ... in Settings page where I can check certain issue statuses (based on the model), how would I g ... ion on the settings input. Thanks, Jurgen 2013-12-06 13:39
Open discussion: validating date
In my plugin I need to validate a date. I borrowed code from Issue model: > validates :r_date, :date => true ... the record to database. If I try this with issues start_date, Redmine correctly refuses to save the issue. Any hint on what else is needed is welcome. Regards, Zdravko 2013-12-06 12:07
Help: RE: How two Redmine instances access the same Database
Jan Niggemann (redmine.org team member) wrote ... ht be possible to use a custom field to mark issues as internal/externally viewable, and if an external ip tries to view an 'internal' issue it gets redirected. Thanks all for the input =) 2013-12-06 10:23
Help: RE: add gitlab repository to redmine
(Copied from http://stackoverflow.com/a/20399 ... running under @nobody@ (I had the exact same issue and fixed it now so I can't check what exact ... ent:~# service apache2 restart </code></pre> 2013-12-06 01:16
Help: RE: How two Redmine instances access the same Database
This seems like something you'd just want to ... ht be possible to use a custom field to mark issues as internal/externally viewable, and if an external ip tries to view an 'internal' issue it gets redirected. 2013-12-05 17:20
Open discussion: RE: Sending mail in 2.4.1
I have found solution: http://www.redmine.org/issues/13698 2013-12-05 14:51
Open discussion: RE: Sending mail in 2.4.1
When I edit issue I get next message on console: Rendered mailer/_issue.html.erb (2.2ms) Rendered mailer/issue_edit.html.erb within layouts/mailer (4.8ms) ... IT Redirected to http://vm-mecomstracker:90/issues/13757 Completed 302 Found in 574.3ms (ActiveRecord: 33.5ms) 2013-12-05 14:41
Plugins: redmine_charts2
Please help! Using a pie chart by status. ... y, and I want the default to make your ratio Issues. 2. How to do it? In my diagram on the right I do not need all the diagrams except Issues Ratio. 3. How to remove them? 2013-12-05 13:58
Plugins: RE: Time & Expense 1.6
Problem seems to be global. We've got the same Issue: The Plugin merges the rows into one, when ... ws in timesheet with the same Project (blank issue), but different custom fields, merges them i ... I repair it? > > Regards, > > Adam 2013-12-05 12:01
Open discussion: RE: Workflow: Is there a capacity to send email based on tracker state?
Hi, possibly related with this feature request: http://www.redmine.org/issues/6234 Maybe this plugin can be useful (no ... tp://www.redmine.org/plugins/custom-workflows 2013-12-05 11:38
Open discussion: Watchers permissions to edit
Hello, I want to assign an issue to a non-member(group) project. We have a te ... h us, but we do not want that they see every issues of the project. As they are work in all projects, we want that they only see that issue! For this I ask if is possible to: - allow issues watchers edit the issues to that are associated? - allow these watchers to assign these issues to any user of redmine (not the project)? ... ne help-me with this? any clue or suggestion? 2013-12-05 11:28
(6676-6700/18291)