Project

General

Profile

Search

Results (18279)

Help: RE: Redmine 3.0.2 email sending issue (530-5.5.1)
BUMP!11 Fixed by adding production env blo ... se openssl_verify_mode: 'none' </pre> 2015-05-13 16:44
Help: Redmine 3.0.2 email sending issue (530-5.5.1)
Dear Sirs, the problem is long-standin ... _image_paste 1.10 What am I doing wrong? 2015-05-13 16:32
Development: Calculate %done based on estimated and logged time on Redmine 3.0.2
Hi, I am upgraded redmine from 2.3.1 to 3.0 ... 0001-patch.diff from https://www.redmine.org/issues/13400 and patch does not work properly. When I created new issue, where I enter a parrent issue, redmine crashes. The log includes the fo ... l variable or method `update_done_ratio_from_issue_status' for #<Issue:0x007f6a2ca42408>): app/models/issue.rb:165:in `create_or_update' app/controllers/issues_controller.rb:470:in `block in save_issue_with_child_records' app/controllers/issues_controller.rb:458:in `save_issue_with_child_records' app/controllers/issues_controller.rb:184:in `update' I need your help with this. 2015-05-13 14:03
Help: Not able to sort Issues after Import
After importing my sqlite-database to an never version of redmine i am not able to sort the issues. Does anybody now whats the problem? ... sqlite Can't see any problem in the logs. 2015-05-13 13:41
Help: RE: Create issue by selecting project, and get resolved time in redmine question
Can anyone help me?... 2015-05-13 09:38
Help: manage permission control of own issues
Hi guys, I raised a feature request #19824 asking for permission control of edit/delete my own issue, but then when I tried to edit the issue, I found besides of adding a note I still can change a issue property -- status. And if I tried to edit issues raised by others, I only could add a note. ... fferent permission due to the difference of issue author, one can still have permission of editing his/her own issues but should be restricted to edit others. ... w to configure this? Thanks a lot! Chet 2015-05-13 08:56
Help: Calculate %done based on estimated and logged time on Redmine 3.0.2
Hi, I am upgraded redmine from 2.3.1 to 3.0 ... 001-patch.diff from https://www.redmine.org/issues/13400 and patch does not work properly. When I created new issue, where I enter a parrent issue, redmine crashes. I have: @Environmen ... mine_checklists 3.1.1 redmine_issue_history 1.0.0 redmine_spent_time ... l variable or method `update_done_ratio_from_issue_status' for #<Issue:0x007f6a2ca42408>): app/models/issue.rb:165:in `create_or_update' app/controllers/issues_controller.rb:470:in `block in save_issue_with_child_records' app/controllers/issues_controller.rb:458:in `save_issue_with_child_records' app/controllers/issues_controller.rb:184:in `update'@ I need your help with this. 2015-05-13 06:40
Help: [redmine 3.0.3] can not open redmine pa ... served by apache2 died with same error page.
Hi anyone, Yesterday I managed to install ... e> h2. I thought it was about passenger issue. This is what I checked: <pre> fahmy@fhy ... ruby RubyGems version = 1.8.23 </pre> 2015-05-12 17:31
Open discussion: RE: Restricting roles for an issue
Hello Bruno, Did you able to fix this as I have similar issue.However in my case though reporter has no right to close the issue but he is still able to close an issue.Don´t know who to restrict reporter for closing any issue ?? Thanks & Regards, Prakash // 2015-05-12 08:56
Help: RE: Issue fetching html email
Same problem here! Did you find the soluti ... on plain_text_body(). Thanks for any tips! 2015-05-12 07:02
Help: Create issue by selecting project, and get resolved time in redmine question
I have 2 questions when using redmine. 1.Is there solution to make "create issue" not in the project view, but in the main menu of redmine? For testers, they hope to create issue not by jumping into each project to create, but can create issue by choose project, you can refer to the atta ... ..I think it is basic feature, that creating issue can select project, is there any settings or plug-in can help with it? 2.We need to collect issue resolved time, but redmine only can display ... , is there solution to get the time when the issue status is changed to resolved, but not close ... if anyone can help with these 2 questions. 2015-05-12 05:58
Help: RE: New issues tab is missing
Ok, I found the answer to my own issue. Need to add a tracker and click tracker ... x on the tracker at information tab. Phew. 2015-05-11 22:58
Help: Issue to be closed by owner of the ticket
Hello Experts, I looked for the assigment ... ther groups which are also able to close the issue even when they dont have any specific rights to close the issue in Workflow.My use case is to to allow only ... e appreciated ! Regards, Prakash Joshi // 2015-05-11 14:49
Help: New issues tab is missing
Hi I just installed redmine on Centos7. I ... the project. Somehow, I do not see any new issue tab. How can I add new issue? Is something missing here? Environme ... t:4:in `<main>' [root@localhost redmine]# 2015-05-09 01:46
Help: RE: FCGI Error when dispatching
Hi Leonel, thanks for your post. Yes, I've ... has been reported recently on the passenger issue tracker (~2 weeks ago). This bug concerns pa ... S and is caused partially because of SELinux. 2015-05-08 17:20
Development: RE: time tracking customization: added hours and minutes
much better, added /public/javascript/main.js ... ; }); </code></pre> in /app/views/issues/_edit.html.erb, /app/views/timelog/new.html ... 1px; margin-bottom: 1px; }</code></pre> 2015-05-08 16:28
Help: RE: New issues and existing issues cannot be assigned to user
Thank you! That has resolved the issue. 2015-05-08 11:54
Help: RE: New issues and existing issues cannot be assigned to user
Hi, Check in Administration->Tracker Chec ... ing has assignee field checked !Captura.PNG! 2015-05-07 21:17
Help: New issues and existing issues cannot be assigned to user
I am a new user of Redmine. I am a "manager" with all permissions. When I create a new issue, the "assignee" field does not appear. I ass ... Redmine plugins: no plugin installed 2015-05-07 17:44
Help: "422 - Invalid form authenticity token" after moving to new URL
Hello, I have redmine installed on a Debia ... wser. This is definitiveley a server side issue. can someone help me out here? Thanks in ... les, tell me exactly where there are. Thanks! 2015-05-07 12:39
Development: RE: external check if user is logged in
But I want sort by with rank of issue.Rank is new column which I add into table issue. Example: Issue A(id = 1, rank = 2) has two sub issue:issue a1(id=2, rank = 2), issue a2(id:3 rank 1); Issue B(id = 4, rank = 1).in current, (issue.descendants.visible.sort_by(&:lft)) =>[A,a1, ... solve my problem!!!Please help me!Thanks all! 2015-05-07 11:54
Open discussion: RE: No import function = giving up on Redmine
@go2null: I'm not sure how to suggest fixes f ... n a spreadsheet instead of modifying Redmine issues in the interface (we have a "Task" type) over and over again ! 2015-05-06 15:45
Help: RE: How to make a 'long text' field to take overall width of page?
Hi Martin, I know your plugin - I succesfu ... var fResolution = document.getElementById('issue_custom_field_values_12') if (fResolution ... ipt code should be changed? thanks Tomasz 2015-05-06 12:12
Development: RE: Create a issue on the mail problem
anhkhoa Michel wrote: > I do'nt understand "or not repeated for issue list"? "or not repeated for issue list" is the interface query 1000 issue, Used to determine repeat subject . Now the problem solved , Thank you. 2015-05-06 11:49
Development: RE: Create a issue on the mail problem
I do'nt understand "or not repeated for issue list"? 2015-05-06 07:19
(4901-4925/18279)