Search
Results (18336)
- 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.
- 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.
- 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
- 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 + ", " + @...
- 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.
- - 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
- 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', " (" + @...
- Help: RE: Redmine is down :(
- If you are running Redmine on debian-lts (squeeze) by any chance, this issue seems to be caused by a passenger security u ... unhold" and update passenger as soon as this issue has been clarified/fixed. The update seem ... debian.org/cgi-bin/bugreport.cgi?bug=812103
- Hi redmine 2.6 I'm manager of a project X, I watch issue Y, in my profile I've setted to receive emai ... y collegues receive email regarding the same issue what I can check to understand what's wrong? thanks
- First, here's my environment: Environmen ... mine_ckeditor 1.1.2 redmine_issue_todo_lists 1.1.1 redmine_monitoring ... ecific way? What is the required fields?
- I'm running 3.0.1/Ubuntu 14.04 and tried inst ... ls and don't know how to go about fixing the issue or even understanding why it's happening. ... Views: 394.8ms | ActiveRecord: 6.7ms) </pre>
- Open discussion: RE: Getting Error while opening http://localhost/redmine Please Help
- Hi all There was 1 white space between att ... rage_path: /opt/redmine/files* </pre> my issue is solved...
- Help: RE: ruby ActiveResource REST API: updating a custom field
- Additional information about redmine: <pre ... running the script: <pre> Started GET "/issues.json" for 49.228.58.65 at 2016-02-17 02:08:57 +0000 Processing by IssuesController#index as JSON Current user: USER (id=1) Rendered issues/index.api.rsb (71.1ms) Completed 200 OK in ... 7.5ms | ActiveRecord: 21.2ms) Started PUT "/issues/338.json" for 49.228.58.65 at 2016-02-17 02:08:57 +0000 Processing by IssuesController#update as JSON Parameters: { ... , but it just won't be updated in redmine.
- Hi all, I'm using Redmine 3.1.0 on windows a ... g a patch. The patch i'm trying to apply is issue-reopen.patch I tried to use the command "patch c:\path-to-patch\issue-reopen.patch" but it's taking forever. The command "patch -p0 < c:\path-to-patch\issue-reopen.patch" does not work for me. I get th ... ame error. Please assist. Thanks a lot!
- Hi there, I'm trying to update a redmine issue's custom field with a ruby script. <pre>< ... se data end end end class Issues < ActiveResource::Base self.site = "HTTP ... SWORD" self.format = ::JsonFormatter.new(:issues) end @redmine_issues = Issues.find(:all) @redmine_issueids_collected = @redmine_issues.collect {|i| i.id} def render_hash(proje ... igest end Testlist = [338] @redmine_issues.each do |rissue| if Testlist.include? rissue.id puts "working on issue #{rissue.id.to_s}" hashes = rissue.custom_fields.select { |f| f.id == 2 } ... ash == '' myhash = render_hash(r...
- Help: RE: Want to make Custom Field format. Please ...
- plz help me... anyone... I'm being blading to ... y. All I want to do is just someone post issue and put number on the field and press submit ... or 100,000. and then I can also check it on Issue page. That is my hope And dream. Anyone?
- Hello, I often use a task with some subtasks ... and delete closed ? Thank you Alessandro
- I've just installed Redmine on one of our ser ... ist in base Redmine or in any plugin? I saw Issue #4221, but it doesn't look cooked. Security is a big deal these days. What'cha got?!
- Help: RE: value of custom field
- I find the solution <pre><code class="ruby"> def controller_issues_new_before_save(context) save_expiration_date(context[:issue]) end save_expiration_date(issue) issue.custom_field_values.each do |cfv| if ... I hope to serve my question and my answer
- Hello, I have a problem with custom issue states. I created two new issue states and new role. Then created worflow for them. But in issue edit I can't change to new status(new status ... rse in project for user I added created role.
- Help: RE: Initial Configuration Fails with NameError
- I have exactly same issue with : - CentOS Linux release 7.2.1511 (Cor ... e to fix it for the moment. Thank you team
- Help: RE: uninitialized constant Rack::URLMap::PATH_INFO
- The issue is related to _thin_ package version. Versio ... to-redmine-3-0-with-debian-wheezy-nginx-thin/
- Hello everyone. Recently we started using Re ... ared folder through windows explorer with no issues. Is it possible to do this? AFAIK the Re ... . Any help is appreciated. Thank you all!
- Open discussion: RE: Users viewing and editing only their own issues
- Issues visibility can be managed on "Role" setting.
- Every time I post to the forum I'm usually mi ... ating the work flow for existing projects or issues? Thanks all!