Project

General

Profile

Search

Results (18279)

Open discussion: Incoming emails not updating issue fields in Redmine
I am trying to set up Redmine so that it can ... et. Are my emails not in the correct format ? 2017-01-05 12:45
Open discussion: RE: Security in 2.5.2
There is a summary overview for security issues: https://www.redmine.org/projects/redmine/w ... Advisories PS: normally, a known security issue is set private until resolved (only Redmine-members can see the reported issue) 2017-01-05 08:44
Open discussion: Security in 2.5.2
How would I go about telling whether a given ... hing newer). I got overwhelmed a bit by the issues list on the web site and don't see anything ... different versions. Thanks in advance! CJ 2017-01-04 22:09
Help: "estimate time" and "spent time" on issues list
Hello When redmine display an issue list, it diplay "estimated time" and "spent time" on top of issue. This field are sum of "estimated time" and "spent time" of all issue of list. Is-it possible to have sum of "t ... on/settings/Default columns displayed on the issue list, it change nothing ! Best Regards Emmanuel 2017-01-04 18:26
Help: Slow Queries because of Custom Fields
I use my project espacially custom fields. There are nearly 100.000 issue. I import with excel import method. Creat ... ables is any solution? Or how can I speed up? 2017-01-04 12:56
Help: Internal Error after a full disk space
Hello, After a full disk space on the server, we have an internal error when listing all issues of a project but we can see all issue Independently; If we move specific issue on another projet, we find correctly the listing of issues on precedent project. An idea to solve ... pre> Started GET "/projects/messagerie-test/issues" for 192.168.10.20 at 2017-01-03 10:34:06 +0100 Processing by IssuesController#index as HTML Parameters: {"proj ... method `each' for nil:NilClass): app/models/issue_query.rb:357:in `issues' app/controllers/issues_controller.rb:70:in `index' lib/redmine/su ... mine_xapian 1.6.4 </pre> 2017-01-03 23:20
Open discussion: What is your review about Easyredmine?
Hello, I'm trying to migrate from redmine to easyredmine, but i've got a lot of issues i just want to know what do you think about ... don't find a community using it? Thanks 2017-01-03 16:29
Plugins: RE: custom status in scrum plugin swimlanes for individual project.
HI Everyone, Thanks in advance. Can you please look into the issue. Like i am also looking for alternative. ... rhead. Thanks and Regards Jagdeesh 2017-01-02 07:23
Help: RE: Migrating from Teamforge (Collabnet) to Redmine
That's a good business. But the purpose of c ... o reduce the payment for version control and issue tracking. I think that not easy to use host ... Thank you for your help and happy new year. 2017-01-02 03:58
Help: Slow to load issues list
Software Redmine in docker from https://gi ... mysql/conf.d/ </pre> Very slow to load issues list <pre> Started GET "/projects/qdata_db_appliance_development/issues" for 115.195.178.221 at 2017-01-02 00:15:27 +0000 Processing by IssuesController#index as HTML Parameters: {"proj ... queries/_columns.html.erb (3.6ms) Rendered issues/_list.html.erb (3029.0ms) Rendered issues/_sidebar.html.erb (7.0ms) Rendered issues/index.html.erb within layouts/base (3089.1m ... : 2579.4ms | ActiveRecord: 672.9ms) </pre> 2017-01-02 03:53
Open discussion: Redmines dependency on ruby-dev
Hey guys, I have an issue when installing redmine, and I'd really like ... install Redmine without ruby-dev? Thanks! 2016-12-31 00:27
Help: RE: Hide public projects for specific roles
Hi Pablo and Miodrag, in my company we have simialr issue: I would like to set all the project as Publ ... l it. Could you explain it? Thanks Fabio 2016-12-30 15:20
Help: RE: Migrating from Teamforge (Collabnet) to Redmine
As far as I know there is no migration script ... you could use Redmine's CSV importer to load issues into Redmine. Alternatively, if hosting ... at is of interest to you, please let me know. 2016-12-30 09:02
Help: RE: Project specific admin
Martin Denizet (redmine.org team member) wrot ... he project *Project1* > ** Assign the role *Issue viewer* (Custom role with viewing issues permissions only) to _Team1_ on the project ... ssociated to project _Product1_ with roles: *Issue reporter*, *Repository viewer*, *DMSF viewer ... give the group *Dev Managers* a role to view issues on another project called _Marketing_ for e ... et all services as non-member users. Fabio 2016-12-28 13:39
Open discussion: Update default value after copying issue
How to update default value when issue is created by copying. I want the following ... t found any patch or any suggestions. Thanks 2016-12-28 07:00
Help: After migrating to a new server I get a 404 when trying to create New Issues
After I migrated the database and redmine to ... eep getting a 404 when I try to create a New Issue. <pre> ruby 2.2.5p319 (2016-04-26 revi ... che2 restart </pre> When I create a new issue, I'm not seeing any new errors, just the one ... tions? Thank you in advance for your help! 2016-12-27 18:44
Plugins: Create a custom search filter for plugin
Hi, I'm developing a plugin for Redmine. My ... lumn approved_emergency_maintenance in table Issues . I have a custom filter with 2 values: true and false. If value is true, I want the list of issues with approved_emergency_maintenance with value true, otherwise I want the list of issues with approved_emergency_maintenance with va ... to further information for implementing this? 2016-12-27 16:21
Help: receiving emails through Gmail and Rake
Hi, I am New to Redmine, Ubuntu and Rake!! ... nd have setup the outgoing email without any issues, however, I would like to receive emails and convert them to issues for the appropriate project. I am clearl ... theme, but I cannot get my head around this issue, even if I cut and paste a working command l ... the errors. regards Steve 2016-12-24 09:36
Help: RE: Error while sending email through Gmail.
I think your redmine installation has to be c ... </pre> This should solve your permissions issues. 2016-12-24 08:50
Help: Project management hierarchy
Hello, I'm beginner. I don't find my happi ... : Project - level 2: Subproject - level 3: Issue (= task ?) - level 4: Subtask Could you give me more informations ? Thanks. 2016-12-22 16:05
Help: RE: sql query - table with several custom field values
hi maybe it will work in following principle? SELECT issues.id, issues.start_date, c1.custom_field_1, c2.custom_field_2, c3.custom_field_3, ... FROM issues LEFT JOIN custom_values c1 ON c1.customized_id=issues.id AND c1.custom_field_id=your_custom_field_1_id LEFT JOIN custom_values c2 ON c2.customized_id=issues.id AND c2.custom_field_id=your_custom_field_2_id LEFT JOIN custom_values c3 ON c3.customized_id=issues.id AND c3.custom_field_id=your_custom_field ... eld_x_id is taken from custom_fields table) 2016-12-22 15:12
Help: RE: New columns and order in related issues
Anybody here? :) 2016-12-22 12:17
Help: RE: Internal error after use "new issue" wherever in Redmine - fresh instalation
I found a solution :) It is part of update pr ... Thanks Kush Suryavanshi for engagement! 2016-12-22 12:04
Help: RE: Internal error after use "new issue" wherever in Redmine - fresh instalation
No idea but looks similar to message#50576 2016-12-22 06:42
Help: Priority set to Read Only for certain Roles but editable in certain sub-projects
h2. SYSTEM INFO * Redmine _(not shown due ... define this by project under Enumerations > Issue Priorities # don't see any way to limit acc ... this problem by perusing the open and closed issues. We are not at the newest release (will be ... "Read Only" for the Priority field for every Issue Status as shown in "workflow_settings_report ... WHAT THE USER (Reporter Role) SEES * "new_issue_with_priority" shows the Priority field and ... hat they can see it but not edit it. * "new_issue_without_priority" does not show the Priority ... t me directly for that information if needed. 2016-12-22 00:06
(3651-3675/18279)