Project

General

Profile

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 2016-02-18 17:19
Help: it doesn't send email to ME
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 2016-02-18 11:46
Help: Trying very very hard to get email ticket creation to work. Please help
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? 2016-02-18 08:53
Help: 404 page when trying to use my page customization plugin
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> 2016-02-17 21:01
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... 2016-02-17 08:18
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. 2016-02-17 03:24
Help: Need help applying patch
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! 2016-02-16 14:11
Help: cannot update a custom field via ruby ActiveResource (REST API)
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... 2016-02-16 06:57
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? 2016-02-16 04:49
Open discussion: Copy only opened subtasks when copying an issue
Hello, I often use a task with some subtasks ... and delete closed ? Thank you Alessandro 2016-02-15 21:35
Help: Require Strong Passwords
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?! 2016-02-14 21:57
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 2016-02-12 21:02
Help: New issue states not seen, workflow created.
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. 2016-02-11 13:07
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 2016-02-11 12:32
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/ 2016-02-11 11:33
Help: How to setup a Windows shared folder as a filesystem repository?
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! 2016-02-10 13:58
Open discussion: RE: Users viewing and editing only their own issues
Issues visibility can be managed on "Role" setting. 2016-02-10 11:48
Help: Updated workflow - Status showing that are not in workflow?
Every time I post to the forum I'm usually mi ... ating the work flow for existing projects or issues? Thanks all! 2016-02-10 04:41
Help: Custom fields not copied over projects
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? 2016-02-09 23:15
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 2016-02-09 11:00
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? 2016-02-09 07:46
Help: Is it possible to get Associated Revision details using API
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. 2016-02-09 04:41
Development: custom field
Hello how can I get the value of a custom field before adding a issue, this to change the priority depending on their value 2016-02-08 21:37
Help: value of custom field
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 2016-02-08 18:56
Help: Generate email to user in custom user field upon issue status change.
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? 2016-02-08 17:53
(4301-4325/18279)