Project

General

Profile

Search

Results (12572)

Feature #25012 (Closed): Allow both '.' and ',' decimal symbols for input of float custom fields
In Redmine, inputting decimal values such as ... hould also be applied to float custom fields. 2017-02-06 11:26
Feature #25010 (New): Assign ticket to role instead of group
Origin in my question message#51445 I propose the ability to assign issues to roles rather than groups. The role a use ... -list, but also not a very scalable approach. 2017-02-06 10:58
Feature #25000 (New): Make Key/value list for ... values (custom_field_enumerations) searchable
The choices of the key value list are exclu ... ey value list text dump What do you think? 2017-02-05 07:20
Defect #24995 (Closed): Custom query - error 500 if irrelevant field chosen
Hi there, Now I'm using redmine 3.3.0. 1. In the issues page, filter issues with tracker 2. Set columns in Options pan ... empty in result page, no 500 error occurred. 2017-02-04 03:07
Defect #24994 (Closed): Custom field's value can't be saved when updating an issue
Hi there, I updated redmine from 2.3.0 to ... m, below are repro steps. 1. Create a new issue 2. Update the issue to another status, which has required field ... ds. 3. Choose a value in the list, save the issue successfully. 4. The filed value leaves emp ... lues a,b,c. 1. Set Field-A to a, save the issue. 2. The Field-A leaves empty. 3. Update the issue, set Field-A to b, save the issue. 4. The Field-A's value is successfully set to b 5. Update the issue, set Field-A to a (which is initially value in step 1), save the issue. 5. The Field-A's value is still b, but a i ... change the value of this field the save the issue, it works well. 2017-02-04 02:55
Defect #24992 (Needs feedback): MailHandler: ... ceiving email: invalid byte sequence in UTF-8
h5. Problem description We have set @RAILS ... and <code>#encoding: UTF-8</code> solved the issue. I don't have Ruby knowledge, but I'll st ... 9607554/ruby-invalid-byte-sequence-in-utf-8 2017-02-03 19:10
Defect #24988 (Closed): Create New Issue
Hello, I registered as a non-administrator user, when I will make a new issue, field tracker and his subject does not appear. how to display it? thanks, William 2017-02-03 10:05
Defect #24979 (New): Email "keyword" lines de ... er doesn't have permission to edit that field
When receiving an email with keyword lines ([[RedmineReceivingEmails#Issue-attributes]]) Redmine will destructively rem ... n to edit those attributes. The value of the issue's attributes will not be changed as per the ... but that's not quite the scope of my current issue. 2017-02-02 16:53
Feature #24976 (Closed): Include new statuses allowed by workflow in Issues REST API
Redmine API provide no possibility to get inf ... t informations about next allowed status for issues. There a lot of posts from people which ... enhancement for the Redmine API - thank you! 2017-02-02 10:32
Defect #24972 (Closed): Installation issues
Hello, Is there anyone who might be familiar ... ____ If someone knows how to handle these issues, kindly let me know, Thanks in advance! 2017-02-01 21:15
Patch #24949 (Closed): Bulgarian translation for 3.2-stable
From #24923. <pre><code class="diff"> === ... + error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Употребеното време не м ... - error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot - be reassigned to an issue that is about to be deleted </code></pre> 2017-01-28 14:08
Patch #24948 (Closed): Bulgarian translation for 3.3-stable
From #24400. <pre><code class="diff"> === ( ... /парола error_no_tracker_allowed_for_new_issue_in_project: Проектът няма тракери, за които ... ror_no_projects_with_tracker_allowed_for_new_issue: Няма проекти с тракери за които можете да с ... ror_no_projects_with_tracker_allowed_for_new_issue: There are no projects with trackers - for which you can create an issue error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot be reassigned to an issue that is about to be deleted </code></pre> 2017-01-28 13:54
Feature #24946 (New): Issue rating (like button or vote up button)
With more than 4000 opened issues, Redmine itself should be the first to bene ... add an additional field the "likes" for each issue, every user of dev can vote for the importance of issue\feature request\bug\patch etc. This should h ... ommunity needs and will help newcomers which issue they can contribute first to have the most u ... t into the project. One vote per user per issue. Press triangle up to vote. Press it again to unvote. Voted issues has triangles in black. Depending on votes ... s from gray to black, mark top 10% of opened issues with bold, top 1% with red color of likes number. See the mock below: !likes.png! 2017-01-28 11:38
Feature #24943 (Closed): Issue watchers to have groups in addition to users
Currently each user must be selected one by o ... erally we would like to add ~10 watchers per issue. This would be a great time saver and avoid accidentally leaving out individuals. 2017-01-27 21:52
Feature #24942 (Closed): Additional "Group by results" option for parent task
The way our issues are organised is that all issues belong to a parent task, each release has a ... by results would have the Parent Task option. 2017-01-27 21:43
Feature #24940 (New): New issue : Hide watchers into a spoiler
We have Redmine at job since few years. And w ... ig projects. So at the bottom of the action "issues/new", there's a ton of peoples checkboxes to set them as issue's watchers. I am about to create a patch ... Thank you very much and have a great day ! 2017-01-27 20:24
Defect #24935 (Closed): Gravatar icons in activity view are broken on r15858 and later
Bottom part of each icons is not displayed due to r15858. !broken-gravatar-icon.png! 2017-01-27 01:20
Feature #24934 (New): New issue watch list limit isn't configurable
Issue #8562 limited the watch list when creating new issues to < 20. After upgrading to redmine 3.3 fr ... Database adapter Mysql2 </pre> 2017-01-26 21:10
Defect #24929 (Closed): How to upload the excle file by REST API
Hi: I follow the REST API document to uplo ... e is bizarre. Then I use the token to run issues.xml, It's failed. My code is below: <pr ... bFromUnicode) End Function Private Sub issueButton_Click() respText = pvPostFile("http://redmine.group.cn/redmine/issues.xml?key=bb07446d032bba5505516cca7c115c89e7c5c25b", "d:\issues.xml", "application/xml;", False) Thi ... MsgBox respText End Sub </pre> d:\issues.xml content like below: <pre><code class="xml"> <?xml version="1.0" encoding="UTF-8"?> <issue> <project_id>70711</project_id> <subject>Creating an issue with a uploaded file</subject> <uploads t ... ontent_type> </upload> </uploads> </issue> </xml></pre> 2017-01-26 14:48
Defect #24925 (Closed): setting wiki page for a project version invalidates all version links
in the project settings (Settings->Versions), ... /myseerver/versions/186) and get the list of issues targeting this version). When I open the ... expect it still should show the list of the issues. 2017-01-26 08:11
Defect #24924 (Closed): Redmine installation ... erent results depending on the date installed
h2. The general problem Redmine releases l ... de effect, specific example of this being an issue When the Gemfile specifies a version like ... not cause unresolved dependency problems. 2017-01-25 21:59
Patch #24923 (Closed): Bulgarian translation
Translated * error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted * warning_fields_cleare ... ption_only_owner * label_attribute_of_object 2017-01-25 19:46
Feature #24922 (Closed): Support high resolution images in formatted content
Today, many computers have high resolution di ... an.io/projects/planio-support-en/wiki/Import_issues_into_Planio_via_CSV_files - the embedded im ... and look crisp and sharp on hi-res displays. 2017-01-25 17:17
Feature #24920 (New): Setup visibility of issue for specific custom file value for specific role
It would be great If I could create custom user role. That could see only issues that have setup specific value for my custo ... ed responsibility which set to supplier. 2017-01-25 08:57
Defect #24915 (Needs feedback): Activity shows issues and text of issues which should not
If as user only allowed to see your issues (Issues assigned or created by user) and you click ... ay be applicable on other kind of activities. 2017-01-24 12:05
(3376-3400/12572)