Project

General

Profile

Search

Results (18279)

Help: RE: Internal error after use "new issue" wherever in Redmine - fresh instalation
Yes, I have one project and subproject. 2016-12-21 22:40
Help: RE: Error while sending email through Gmail.
My suggestion is to create a new Gmail accoun ... syntax. In that way you can be sure that the issue is not with the syntax. Thiago Oliveira w ... d and the notification email is not sent. 2016-12-21 20:27
Help: RE: Internal error after use "new issue" wherever in Redmine - fresh instalation
Have you created any project? I vaguely remember redmine failing when I tried to create an issue without any project. 2016-12-21 17:25
Help: Internal error after use "new issue" wherever in Redmine - fresh instalation
Hi, I have a problem with Redmine 3.3.1. When I click "new issue" I get "Internal error". Could you help me? ... 15: <% end %> 16: 17: <% if @issue.safe_attribute? 'assigned_to_id' %> 18: ... signed_to_id, principals_options_for_select(@issue.assignable_users, @issue.assigned_to), :include_blank => true, :required => @issue.required_attribute?('assigned_to_id') %></p> 19: <% end %> 20: 21: <% if @issue.safe_attribute?('category_id') && @issue.project.issue_categories.any? %> app/models/role.rb:213 ... t.rb:532:in `assignable_users' app/models/issue.rb:863:in `assignable_users' app/views/issues/_attributes.html.erb:18:in `block in _app_views_issue... 2016-12-21 14:52
Help: RE: New item menu not displayed correctly
Ok, seems like the issue is resolved. With the updated theme there wa ... s displayed correctly. Thanks for the advice. 2016-12-21 12:59
Help: New columns and order in related issues
Hello! I wanted to add some columns to issue related table, so I made it in _relations.html.erb <pre> <%= other_issue.estimated_hours %> <%= progress_bar(other_issue.done_ratio) %> </pre> it works. And n ... umn with a custom field. <pre> <%= other_issue.custom_field_values_7 %> </pre> doesn't ... what I wanted, is to make an order relation issues by other_issue.priority and custom_field_values_7 I cannot ... re I can make it. Any help is appreciated. 2016-12-21 09:43
Help: RE: New item menu not displayed correctly
So I downloaded the recent version of the The ... Now I switched to the default theme but the issue remains. Could it be related to data in the ... .postimg.org/hd0b7v6ol/No_solution_yet.png! 2016-12-20 10:53
Help: New item menu not displayed correctly
Hi, so the redmine server I'm working on ... ting this and don't know how to resolve this issue. !https://s27.postimg.org/ta2x7odjn/what_ ... t or help is much appreciated. Regards, 2016-12-19 14:17
Open discussion: RE: REST API. FIltering custom fields isn't working.
> p.s. We fixed. It was a problem with how we ... e the project_id! We have also fixed this issue in the same way. Thanks! 2016-12-19 11:52
Help: Subprojects with inherit users not saving
Hello, since few month, don´t know exactly ... ng, when i deactivate it an reactivate, same issue. No errors, but also this field is not saved, else the members. 2016-12-18 14:23
Help: RE: [solved] can't import fields from email
Can you please layout exactly what you did to ... others following you that may have this same issue? Thank you for for the info you have provided. 2016-12-16 18:50
Help: Rufus scheduler on Windows Server 2012 using Thin Redmine 3.3.0
I attempted to run this command, but it was u ... projects/redmine/wiki/RedmineReceivingEmails#Issue-attributes I am attempting to use Rufus sch ... xperienced assistance please. Thank you! 2016-12-16 16:06
Open discussion: RE: Unable to import values for parent task
shivaranjani v wrote: > Dear Friends, > I have created a issue in redmine. Let us suppose its redmine id is 10. I have created two other issues manuaaly through create new issues and then added the parent id 10 in both of thes two issues. So now 10 is the parents and 11 and 12 are ... +1 Even i am getting the same impact.. 2016-12-15 08:03
Help: Heads up: redmine:load_default_data fai ... 0.10, Table 'enumerations' is specified twice
On my production server, running Ubuntu serve ... ent.id), 1) WHERE `enumerations`.`type` IN ('IssuePriority') AND (`enumerations`.`parent_id` IS ... d information to post on relevant wiki pages. 2016-12-15 02:27
Open discussion: RE: How to restore deleted issue ?
have triggers set to log every single deletion in your database and you can after a lot of effort. 2016-12-14 20:36
Open discussion: RE: Redmine 3.3.1 - Emails issues with smtp.
You can also upload your configuration.yml file, I can help you to check it. 2016-12-14 11:11
Open discussion: RE: Redmine 3.3.1 - Emails issues with smtp.
Hi, Please try my configuration as below. ... ======================================== 2016-12-14 11:07
Plugins: RE: Task redmine:plugins:test
Javier, thanks for your additional comment. ... orkaround to hide warning messages. (Related issue: https://github.com/hanami/utils/issues/123) Edit lib/tasks/redmine.rake: <pre> ... rbose = false” will be hide verbose messages. 2016-12-13 21:56
Open discussion: Help please - Create Custom field where users can add entries to the drop down list
I would like to create a custom field for issues, that operates like the "category" field, w ... f so, please help me understand how to do it. 2016-12-12 23:53
Help: RE: Group- and role-based issue assignment and notifications
Is there no way to achive this? Should I open a ticket for that matter? 2016-12-12 13:32
Plugins: RE: Plugin Wiki Issue Fields : feedback, suggestion, reporting problems
Hmmm - another person on my team tested this ... appear to be behaving as expected. Private issues are producing the error condition for users that should not have access to the private issues. It looks like there is no action here. ... his. If it turns out that there truly is an issue and I just misunderstood it, I will post an update here. 2016-12-09 21:18
Open discussion: Redmine 3.3.1 - Emails issues with smtp.
Hi, I've just upgrade from 3.1.0 to 3.3.1 ... for logs o something like that? Thank you 2016-12-09 05:39
Help: read issue.json from Easy Red Mine
hi i am writing an wiki extension which shows all issue(tickets) out of an Easy Red Mine. I want to ... ject and the spent_time attribute out of the issue.json file, but it doesnt show any entry fo ... ute If I call the Json file over this url: /issues/4341.json it contains the spent_hours attri ... tribute <pre><code class="json"> { "issue": { "id": 4341, "project": ... </code></pre> <pre><code class="json"> /issues.json?project_id=70 { "issues": [{ "id": 4341, "project ... set": 0, "limit": 25 } </code></pre> 2016-12-07 12:43
Open discussion: Hiding assigned to etc. for role.
Hello, I'm searching solution for several issues on redmine. I need to create role for peopl ... e names and surnames in Assigned to, history issue etc. I want to show them only list of issues, and disable to enter to issue. There are any possibilities to do this? Best Regards, Edgar 2016-12-06 10:49
Open discussion: Could not change existing issues
Hi all, We faced new problem that did not ... restarting redmine server, we may start new issues without any problem, but no one from us (in ... nge the status or something of each existing issue. We got the following message: "Internal er ... ng in Israel for support? Thanks, Vitaly 2016-12-05 09:30
(3676-3700/18279)