Project

General

Profile

Search

Results (18279)

Help: RE: Installing Redmine (1and1 Dual Perfect Webhosting package)
Joachim R wrote: > Hi Markus, > thank you s ... read, but have you been able to resolve this issue. Anyone else have any ideas? FWIW I am wo ... the page (redmine/public/) I get a 500 error. 2016-03-07 02:29
Help: RE: How to change sort order for due date column on "Issues assigned" page
Jan Niggemann (redmine.org team member) wrote ... d that we need to retain the ability to save issues without due dates, for a variety of reporti ... ill most probably add starting/due dates for issues when planning a new project, but I also kno ... based on my experience: * If I'm requesting issues to be sorted by _due date_, it means _due date_ is of importance to me, so issues with an assigned due date should be somehow ... . * Not having an assigned _due date_ on an issue means I don't know/it doesn't matter and, ag ... doesn't matters"_. * Excluding in the query issues without due date _may_ make sense sometimes ... sn't (i.e.: multifilter: I still want to see issues at _critical_ priority sorted before any issues at _normal_ priority, even if no _due date_ is assigned to them). * An issue can have an implicit due date as long it has ... by due date (ascending), I would expect the ... 2016-03-04 15:01
Open discussion: Redmine account activation issues
Redmine account activation emails stopped bei ... cally activated. Sorry for the inconvenience. 2016-03-04 11:01
Help: Can't add new projects
Hi all, After some updates on my server, R ... advanced_roadmap_v2 contracts inline_edit_issues recurring_tasks redcase redmine_app__spa ... ts redmine_evm redmine_git_remote redmine_issue_badge redmine_monitoring_controlling redmi ... vote redmine_work_time redrisk time_logger 2016-03-03 13:55
Development: Difference between using query and @query in views/_list.html.erb
Hi, This is just a curiosity question about ... mes from the call: @<%= render :partial => 'issues/list', :locals => {:issues => @issues, :query => @query} %>@ in views/issues/index.html.erb * @@query@ comes from the issues controller itself So I was wondering, ... helping me fulfill my curiosity :) Olivier 2016-03-03 10:53
Development: RE: please Help me to change "Estimated time" value to Integer
Hi, This sounds difficult: 1. In the DB, th ... total_for_estimated_hours(scope) in models/issue_query.rb You can search for estimated_hou ... to see where those values are used. Cheers 2016-03-03 10:34
Help: RE: Redirect Issue through SSL Proxy
Yup sorry nginx config was it. I'm new to all ... port#. Thank you for responding though! 2016-03-01 15:48
Help: RE: Redirect Issue through SSL Proxy
Dear Frank, please post your nginx configuration. Best regards, Tobias 2016-02-29 16:33
Help: RE: Redirect Issue through SSL Proxy
So no one has experience redirecting links in ... t I am not sure what I am doing in this file. 2016-02-29 14:56
Help: RE: ruby issue ? / (migrate to 3.0.1) ArgumentError (compar ... b : @cached_cleared_on <= settings_updated_on
i have the same issue i have changed this line of code but my problem do not solved ? 2016-02-29 10:11
Help: RE: How setup what send in email notification
If you want to modify the installed source co ... rendered attributes is in file @app/helpers/issues_helper.rb@ in line 238 (see http://www.rubydoc.info/github/redmine/redmine/IssuesHelper#email_issue_attributes-instance_method). There is the li ... of the start date is. Probably @start_date@. 2016-02-29 08:19
Help: get the value selected
how get the value selected in the custom field in java script before create an issue. cheers 2016-02-26 20:43
Help: Redirect Issue through SSL Proxy
I'm on windows and using thin to host redmine ... look. Any help would be greatly appreciated! 2016-02-25 22:48
Help: RE: Redmine stopped working after updated and reboot
Thanks for your reply! The production.log does not actually log any messages since the issue started to appear. I didn't know there wa ... quire' from bin/rails:4:in `<main>' </pre> 2016-02-25 21:43
Help: How to configure user so that she or he gets no emails at all?
I would like to add some real users to Redmin ... t to prepare those users. I'd like to assign issues and so on or work in behalf for them. I ... user doesn't get any email notification? 2016-02-25 14:27
Help: RE: Multiple NoMethodError errors after upgrade
It is confirmed, errors have dissapeared. It ... ations (20GB Installation for 50 users + 10K issues a year + 50 SVN Repositories + 2GB attachments). 2016-02-24 10:52
Help: [SOLVED] Redmine stopped working after updated and reboot
Hi, I'm having some problems with our Redm ... understand it properly or those were not the issue. I also tried hosting the pre-update inst ... pache2 | | Redmine | 3.2 | | Ruby | 1.9.1 | 2016-02-24 08:57
Plugins: RE: Time & Attendance 2.1
If anybody like to integrate SafeScan TA-955 ... https://github.com/dhanasingh/redmine_wktime/issues/13#issuecomment-187219572 2016-02-23 14:55
Help: RE: Need help applying patch
Volker Kopetzky wrote: > Where does your pat ... got the patch from - https://www.redmine.org/issues/7994 What do you mean by format? I will ... ceeded. How can I use it know? Thanks. 2016-02-23 14:05
Help: RE: Allow reporter to close issues
It's about an issue that is already 'Resolved'. According to Adm ... have not set any custom field permissions. 2016-02-23 14:02
Help: Allow reporter to close issues
Hello! I am running Redmine 3.2.0.stable, and I want to allow my reporters to set the issue status to 'Closed'. "It seems":https://www.r ... I can only do this by giving them the "Edit issues" permission. Is this true? -- Robert 2016-02-23 13:51
Plugins: RE: Issue Vote Plugin
Hi, This plugin is not compatible with redmine 3.2.0 Error log <pre> @Started GET "/redmine/issues/1" for 171.61.122.40 at 2016-02-19 13:18:58 +0300 Processing by IssuesController#show as HTML Parameters: {"id"=>"1"} Current user: anton (id=5) Rendered issues/_action_menu.html.erb (1.9ms) Rendered plugins/redmine_vote/app/views/issues/_voting_controls.html.erb (2.0ms) Rendered plugins/redmine_vote/app/views/issues/_issue_voting.html.erb (2.3ms) Rendered issues/show.html.erb within layouts/base (13.6ms) ... of arguments (1 for 2..3)): 1: <% vv = @issue.votes_value %> 2: <%= content_tag('span ... ) %> 3: <%= content_tag('span', " (" + @issue.votes_for.to_s + "/" + @issue.votes_count.to_s + ", " + @... 2016-02-20 01:01
Help: Add column to Issues List Tree View
Hi. How can i add a column on issues tree view. When i access a issues and that issues have subtasks a list is created showing all subtasks releated. i need add column of issues category. tks. 2016-02-19 14:24
Help: version 3.2.0. stable : cannot change properties
- In previous version 2.4.2, I authorized people, by permitting them to Add notes (in issue tracking authorization table) and they could ... tem Redmine plugins: no plugin installed 2016-02-19 12:13
Plugins: Voiting issue
Hi, Please, can you help me with this plugin ... edmine 2x, but not on 3x When i want to see issue, I get the error <pre> @Internal error ... *Error log* <pre> @Started GET "/redmine/issues/1" for 171.61.122.40 at 2016-02-19 13:18:58 +0300 Processing by IssuesController#show as HTML Parameters: {"id"=>"1"} Current user: anton (id=5) Rendered issues/_action_menu.html.erb (1.9ms) Rendered plugins/redmine_vote/app/views/issues/_voting_controls.html.erb (2.0ms) Rendered plugins/redmine_vote/app/views/issues/_issue_voting.html.erb (2.3ms) Rendered issues/show.html.erb within layouts/base (13.6ms) ... of arguments (1 for 2..3)): 1: <% vv = @issue.votes_value %> 2: <%= content_tag('span ... ) %> 3: <%= content_tag('span', " (" + @... 2016-02-19 11:45
(4276-4300/18279)