Project

General

Profile

Search

Results (18279)

Plugins: RedMine Plugins
Hi This is my first message in the foru ... Jenkins My requirement is see Jenkins build issues and other information from Redmine. I d ... hat can be the reason for this error? 2016-03-27 16:19
Open discussion: RE: redmine NAS Server Email config problem
Hi I have the same issue. Did you already solved and found it ? 2016-03-26 15:04
Help: SOLVED: Spent Time rounding down to nearest whole number
Greetings, I am having an issue where if any of my redmine users or myself log any kind of time for an issue in the Log Time Module in the Spent Time box ... button. Example: In Spent Time box of an issue I put 2h30m as soon as I switch to the comme ... e forums looking for anyone having a similar issue and can not find anything even remotely close to my issue. Even when the plugin time logger is used it ... e can shed any light on this or has had this issue please chime in or if more information is ne ... mine_checklists 3.1.3 redmine_issue_badge 0.0.2 time_logger ... | plain | | issue_id | integer | ... _user_id" btree (user_id) "time_entries_issue_id" btree (issue_id) "time_entries_project_id" btree (pr ... | plain | | ... 2016-03-25 16:23
Open discussion: RE: Trouble installing redmine 2.6.5 on windows with MSSQL
I know, it's a lot of months ago. But I issued the same. First i tried to install redmine ... rver-adapter", "3.2.13" else@ My issue is now: get it running in IIS7... Therefor I ... go to 3.x because it doen't support MSSQL2008 2016-03-25 15:05
Help: An error occurred while sending mail
When i want to test send mail i have the erro ... lumns.html.erb (0.0ms) Rendered settings/_issues.html.erb (0.0ms) Rendered settings/_atta ... xxx" </code></pre> Thanks for your help 2016-03-25 12:14
Help: Hi, 'Latest Projects' isn't desplayed on the home page
Hi, <pre> Environment: Redmine version ... d a parent project with a sibling with a few issues. I've already comb through the settings pag ... n't find anything useful. Regards, Horace 2016-03-25 10:08
Help: RE: Add a Totalable field of issues in Project Overview
I was able to achieve this using IssueQuery. 2016-03-25 08:16
Help: RE: Use issue's custom fields in projects_controller.rb
I was able to achieve this using IssueQuery. 2016-03-25 08:15
Open discussion: Disable some keywords in wiki syntax
Hello. We just migrated our project manageme ... pt worked well enough; we had a few thousand issues imported and a few hundred wiki pages. Everything related to issues seem to be working ok. The problem we ha ... eatly appreciated. Any idea? Thank you. 2016-03-24 18:51
Open discussion: Thin timing out Nginx cannot connect
I have been trying different configurations a ... _size 64k; </pre> It is not a permission issue as I can restart Thin and connect to Redmine ... about 15M of free memory. Maybe this is the issue. But if it was, then Redmine would crash as ... ring out the timeout is much appreciated. 2016-03-24 16:36
Plugins: RE: Plugin to define a new kind of issue type?
Ken Rockwell wrote: > There is no "administr ... to be logged in as a (Redmine-)administrator 2016-03-23 22:09
Plugins: RE: Plugin to define a new kind of issue type?
There is no "administration" menu in Redmine 2016-03-23 19:23
Open discussion: Saw this article by the CEO ... s? Can I make Redmine as easy to use as this?
https://m.signalvnoise.com/the-tool-we-built- ... os I think could be done by a custom Redmine issue tracker where anyone could assign anyone. Au ... of software guys and a test guy who verifies issues as fixed once software is released), and have logged hundreds of issues and solved many of them, including having i ... so that we can directly reference a Redmine issue from a git commit to keep it all together. B ... explanatory UI that plugs everything in well. 2016-03-22 21:53
Help: RE: Migrating redmine to SQL Server from SQLite
Got it working early this morning Step 1. ... eate table statements and correct any syntax issues. ('F' to '0' for booleans etc) Step 6. Run ... all and work as it did on the sqlite database 2016-03-22 17:01
Plugins: RE: Plugin for making buttons for issue status
The plugin appears now in the administrator-> ... oved. Any assist will be great. Thanks! 2016-03-22 17:00
Help: RE: 452 4.5.3 Too many recipients
can you show us how you modified the news_obs ... r.rb. I have several projects with the same issue, and finding the solution has been daunting. 2016-03-22 14:27
Plugins: Plugin for making buttons for issue status
I'm using Redmine 3.1 (with Ruby 2.0 and Rail ... looking for a plugin for making buttons for issue status. I found the plugin issue-hot-buttons (https://www.redmine.org/plugins/issue_hot_buttons). Redmine not crushing when sta ... other plugin that might be fits? Thanks! 2016-03-22 11:12
Help: Use issue's custom fields in projects_controller.rb
In projects_controller.rb, one can get open issues through - @open_issues_by_tracker = Issue.visible.open.where(cond).group(:tracker).cou ... this query will return the custom fields of issues as well. So, I did an inspect - @openIssueCondition = Issue.visible.open.where(cond) logger.info("Condition is #{@openIssueCondition1.inspect}") But, I don't get any ... m in project overview. 2) QueriesController\IssueQuery can use the custom fields - do I need to use it instead? If so, any idea how? Thanks Kush 2016-03-22 09:05
Open discussion: Managing Mercurial Repository access using Redmine
Hello, To project manage a mercurial repository, and track issues I am using redmine. The workflow I want ... somewhat like what I see on GitHub Regards 2016-03-22 07:46
Development: RE: Export All Issues Data to a table or excel
I guess this has already been sorted for you ... enerate the report directly through database. 2016-03-21 14:28
Help: Add a Totalable field of issues in Project Overview
I have a project with many issues with a specific custom field. I can do the total of that field using "Options" in issues page. What I need is the ability to display this total on Project overview page. It seems like issues page uses total_by_group_for and total_with ... jects_controller.rb. Here, Redmine code uses Issue.visible or Issue.visible.open to get the list. Any idea if I ... ny input will be much appreciated :) Thanks! 2016-03-21 14:24
Help: RE: Displaying project description in issue search
For what's its worth, at least for project description, this issue is resolved in following thread - message#4 ... fields rather than make multiple methods in issue.rb but for now, this will suffice. 2016-03-21 07:32
Help: RE: How to add additional information to issues list?
Ok - finally figured this out. Just make following change in app\models\issue.rb <pre><code class="ruby"> def projec ... lter the projects and export data, just like issues 2) I really wish we could simply join the project data to issue data rather than these tricky changes - but ... s, good luck and let me know if you face any issue with this. ps - Thanks for all of your help in figuring out the initial changes. 2016-03-20 19:58
Help: RE: How to add additional information to issues list?
Thanks much Peter. 1) I tried to use comput ... luck. 2) I have traced the error to views\issues\_lists.html.erb The changes you have sug ... nction on line 34 - column_content(column, issue) I will update once I figured out why the code is failing here. 2016-03-20 18:51
Help: Mail Sending Error (SSL_connect returned=1 errno=0 state=error: dh key too small)
OS: Centos 7 Redmine 3.2.1 Error occu ... key too small)" Kindly help to solve the issue. 2016-03-18 14:11
(4226-4250/18279)