Project

General

Profile

Search

Results (18292)

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
Help: Use config.relative_url_root as the default path for session and autologin cookies
Hi all, I am having the issue described #21169 , as a work around I shutdo ... need to make it to both servers or just one? 2016-03-18 02:13
Help: Database encoding issue
hi there, where can I change the TYPE of d ... d I need utf. i've changed the journals and issues structure to utf but i'm curious why was it in latin2 in the first place :) cheers! 2016-03-17 23:25
Help: RE: How to add additional information to issues list?
Hi Kush, "Beschreibung" is simply the germ ... you updated, as soon as I find out something. 2016-03-17 13:25
Open discussion: Customize issue ID
I am searching a way to customize the issue ID for example "projectID-issueID", any advise on how can I do that? 2016-03-17 10:45
Help: Exporting documents in Arabic language
PDF or CSV files exported with unknown letter ... mine_fixed_bom_for_csv 0.0.1 redmine_issue_templates 0.0.9 redmine_people ... 1.0.0 redmine_tags 2.1.0 2016-03-17 10:08
Help: RE: How to add additional information to issues list?
Thanks much Peter for replying in detail. I a ... pdate you my progress once I figure this out. 2016-03-17 09:09
Open discussion: RE: Change the term 'Project' to something else
No need to change anything in the database. T ... an use similar tactic for project instead of issue. 2016-03-17 09:06
Help: RE: How to add additional information to issues list?
Hi Kush, unfortunately I did not solve my ... o far: By adding some line in "app/models/issue_query.rb" at self.available_columns I was ab ... ditional field, that can be selected for the issues list. <pre><code class="ruby"> self.a ... [ QueryColumn.new(:id, :sortable => "#{Issue.table_name}.id", :default_order => 'desc', : ... you have any ideas? Best regards Peter 2016-03-17 06:42
Help: RE: How to add additional information to issues list?
Hi Peter, Were you able to achieve this? I kind of need similar help Thanks Kush 2016-03-16 18:14
Help: Displaying project description in issue search
Along with the project name, I need to get th ... elds of project) displayed when I filter the issue. Is this possible? Any pointers will be appr ... nyone can point me to relevant files. Thanks. 2016-03-16 18:00
Help: Question about filtering projects
We have a long list of projects. Is there any ... the projects like the way we can filter the issues? I have played around a lot without much success. Thanks much 2016-03-16 17:56
Help: RE: How to reproduce "Lock wait timeout" on production.log
Easy way to reproduce: In MySQL console: <pre> begin; select * from issues for update; </pre> 2016-03-16 07:20
(4251-4275/18292)