Search
Results (18279)
- 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!
- Hello, I've been struggling with this for we ... set. Now, I've got this project with a main issue and about 200 hundred sub-issues with even more sub-issues. I use this project as a template, so from time to time, I copy the main issue to other projects with the 'copy subtasks' o ... same custom list field, but copying the main issue and subtasks just fail as only the main task ... 8475 # 8476 are subtasks of # 8473, the main issue, and I can tell Module has its value fulfill ... ing the target project, this is, duplicating issues within the same project, it just works!, an ... its correct value. At that point, I move the issues to the desired target project and I'm done, ... because I can't select more than 100 hundred issues at a time. This are my settings. Env ... an expected behavior?, did I miss something?
- Help: RE: install redmine 3.2.0 on windows 20 ... : cannot load such file -- tiny_tds/tiny_tds
- Hey Adam, i had the same problem. What he ... nstaller 2.1.x. It seems Ruby 2.2.x has some issues with TinyURL. Cheers
- Help: RE: Log spammed with "AH01797: client denied by server configuration: svn:/opt/bitnami/"
- I believe this is an issue with the auth of redmine? I think it has ... he config above is correct for that scenario?
- Hi I am writing an python script with redmine ... in repository is taken place for a specific issue. Where we manually check through Associated Revision.
- Hello how can I get the value of a custom field before adding a issue, this to change the priority depending on their value
- Hi there as I can get the value of a custo ... and created after the request if I can with issue.custom_value_for () but not before. Cheers
- I have a custom user field on my issue tracker that allows selection of a "peer review" user. There is also a custom issue status of "In Peer Review". I would like to ... e "peer review" field when the status of the issue is changed to "In Peer Review". Is this possible?