Project

General

Profile

Search

Results (18321)

Help: How does Redmine keep track of session?
Is it done with cookies? Which gems/code is ... ody does a POST or GET? I'm having log in issues and need to track down why user information ... in. I believe there is an indexing/caching issue Thanks in advance S~ 2016-09-01 20:11
Help: Set note date on an issue when a note is added or updated
I need to be able to set the date and time of a note (*not* the issue date) when it's added, and change the date o ... provides this functionality? Thanks, Tom 2016-09-01 13:22
Help: RE: Redmine 3.2.0, import csv issues
Sid Hellman wrote: > Are there some tricks t ... n this that I'm blind to? [[HowTo_import_issues#Parent-Issue]] 2016-09-01 04:43
Help: Plugin update issues
Hey all. We tried to install an update Pro v ... s point. Anyone know what's going on here? 2016-08-31 18:40
Help: RE: Redmine 3.2.0, import csv issues
Hi Folks, I've been using this importer fa ... but now I'm trying to import a long list of issues with parents. I can't seem to get this to w ... on this that I'm blind to? Thanks, Sid 2016-08-31 17:51
Open discussion: “redmine_issue_templates” plugin install failed.
Hello. I am in trouble with installing the redmine_issue_templates and looking for help. Sorry for my ... -- yard /usr/share/redmine/plugins/redmine_issue_templates/Rakefile:3:in `require' /usr/share/redmine/plugins/redmine_issue_templates/Rakefile:3:in `<top (required)>' ... ersion is 3.2.1.* Thanks for your reading! 2016-08-31 12:40
Plugins: Easy_Gantt Plugin: Error 500
After installig Easy_Gantt plugin,I have this ... w::Template::Error (undefined method `parent_issue_dates' for #<Class:0x000000031eb678>) 2016-08-30 16:05
Help: RE: Add a note to the rest api.
Sorry people, I'm checking the issue 103 instead the 102 :embarrassing: Oskar 2016-08-30 12:46
Help: Add a note to the rest api.
Hello, I'm building a small app over redmine. I'm with the issues, and I'm able to update all the fields but ... ny idea what's going on? Thanks. Oskar 2016-08-30 12:38
Help: RE: Issue Header format
Not using any plugins now. 2016-08-30 08:34
Help: RE: Issue Header format
Ref: #23712. Please contact plugin author. 2016-08-30 08:22
Help: Issue Header format
Iam using Redmine version 3.1.0.stable. In that Issue Header format got disturbed.screenshot attached. need help to resolve it. 2016-08-30 05:48
Help: Display project name on multiline
Dear all, As you can see in the attached image I create a filter to filtering the issues by tracker but the project name display on ... roject name on multiline. Thank you, Tuan 2016-08-30 03:33
Help: RE: Filtering a custom query in a self-made plugin
And of course one should use paramerized quer ... ction: <pre><code class="ruby"> @query = IssueQuery.new(:name => "_") @query.project = @pr ... @query.build_from_params(params) end @issues = Issues.select("custom_values.value AS cv, count(*) ... ield_id AS cfi") .joins("JOIN projects ON issues.project_id = projects.id LEFT JOIN custom_values ON custom_values.customized_type = 'Issue' AND issues.id = custom_values.customized_id") .wher ... ).group("custom_values.value") </code></pre> 2016-08-29 17:20
Help: RE: Filtering a custom query in a self-made plugin
Found it! <pre><code class="ruby"> @query = IssueQuery.new(:name => "_") @query.project = @pr ... @query.build_from_params(params) end @issues = Issues.select("custom_values.value AS cv, count(*) ... ield_id AS cfi") .joins("JOIN projects ON issues.project_id = projects.id LEFT JOIN custom_values ON custom_values.customized_type = 'Issue' AND issues.id = custom_values.customized_id") .wher ... ld already be included in @query.statement. 2016-08-29 17:07
Plugins: RE: How to change landing page via plugin in Redmine 3.2.3 ?
Hello! I’m interested this feature to overwr ... es :welcome end match '/', :to => 'issues#index', :via => [:get] end Redmine: ... > 'Hjem'} end </code></pre> How about? 2016-08-29 15:10
Help: Mail Reminder
Hello thete people I am struggling to ins ... if it is possible to remind people about an issue on an hourly basis. so lets say after a tick ... it? best regards and thank you in advance 2016-08-29 10:36
Open discussion: RE: How to restore the deleted issue?
Same stuff, only difference is that I had email notification configured. Still quite an issue. 2016-08-29 09:31
Help: Filtering a custom query in a self-made plugin
Hi! I would like to make a pie chart that shows the ratio of issues that have a specific custom field set. For ... e following statement in the controller: @issues = Issues.select("custom_values.value AS cv, count(*) ... ield_id AS cfi") .joins("JOIN projects ON issues.project_id = projects.id LEFT JOIN custom_values ON custom_values.customized_type = 'Issue' AND issues.id = custom_values.customized_id") .wher ... {@listId}'").group("custom_values.value") Issues is a subclass of ActiveRecord::Base. This a ... e one does when using the gantt chart or the issue list. I figured out how to render the filter ... ing a custom made build_from_params * using IssueQuery instead of my own model "Issues" and apply select, join,... and build_from_ ... mebody help me on this? Regards, Stefan 2016-08-28 16:49
Help: In issue, hide close sub task
Hello In a issue, by default, it's display all sub task of issue. In most of case, it a good think. Sometime, for some issue with many sub task, I want to filter sub tas ... sible to do this ? Best regard Emmanuel 2016-08-26 12:04
Help: RE: ERROR: bundle install
Permissions is 664... But I found that the issue was related to the fact that postgres db was ... e generate_secret_token And it worked... 2016-08-25 17:29
Help: RE: Difference betweek links and sub-tasks between issues
Anyone? 2016-08-25 15:21
Help: Difference betweek links and sub-tasks between issues
To what I see, linked tasks is only a reference to another issue. And sub-task are truely linked and definin ... s and estimate+accounting time in the parent issue, like if they were part of a project. I am right? 2016-08-24 22:21
Help: Counting custom field values
Hi, I am trying to count custom field valu ... (for testing): <pre><code class="ruby"> Issue.visible.joins(:status, :project).where(state ... ues(2)) (but this doesn't work of course) 2016-08-24 19:14
Help: RE: rake db:migrate after ubuntu upgrade
I don't know - I am no expert with ruby and r ... but that the required ruby can not be found. Issue @ruby -v@ and @which ruby@ to be sure your r ... ne@server:~/redmine/log$ </pre> Immanuel. 2016-08-24 13:46
(3926-3950/18321)