Project

General

Profile

Search

Results (12606)

Feature #31589 (Closed): Show warning and the reason when the issue cannot be closed because of open subtasks or blocking open issue(s)
You cannot close an issue if it has open subtasks (#10989). This ru ... ers. In my company, "why I cannot close this issue?" is an FAQ. When they come across the behav ... icon with a tooltip is displayed on the edit issue form like the following screenshot. !{bor ... 62px;}.warning-unable-to-close-parent@2x.png! 2019-06-19 05:23
Defect #31587 (Closed): Time Entries REST API user_id parameter doesn't work
I'm trying to use Time Entries REST API and i ... es of all existing users. Any suggestions? 2019-06-18 18:10
Defect #31582 (Confirmed): Issue subject may be truncated if the subject fiel ... ple lines in singlebytes and multibytes mixed
When you create issues via email, the subject of the created issue may be truncated if the subject field in the ... ます </pre> But the subject of the created issue will be the following: <pre> [緊急][REDMINE][WARNING01]Problem: メ </pre> Attached a test. 2019-06-18 09:16
Feature #31581 (New): Issue burnup chart in the version detail
I propose a feature to visualize the changes of registration / completion of issues in the version detail using 'Burnup chart'. ... hart, we can intuitively grasp the change of issue registration / completion in the version. !{width:700px}issue-burnup-chart-in-version-detail.png! 2019-06-18 05:48
Feature #31573 (Closed): Show each journal entry from issue history in a box
IMHO, the issue history doesn't have a clear structure, you ... n order to prevent accidental deletion of an issue (#26662), but for me, even if fixes the conf ... propose the following design changes for the issue history: 1. Show each journal entry in a ... ent: !{border: 1px solid grey; width: 60%;}.issue_history.png! After !{border: 1px solid grey; width: 60%;}.new_issue_history.png! If you like the changes, I ... :"4.1.0", together with the other UI changes. 2019-06-16 16:35
Defect #31571 (Closed): Time to send an email is very long
Time to send an email is very long. I have t ... s it possible to adjust this time in Redmine? 2019-06-16 10:19
Defect #31567 (Closed): New project creation
Hi, I need to create a new project with the ... it be possible to create it? Many thanks. 2019-06-14 09:17
Defect #31565 (Closed): New project creation
Hi, I need to create a new project with the ... it be possible to create it? Many thanks. 2019-06-13 17:15
Feature #31562 (Closed): Changing Status for a specific project
Hi everyone, i'm a new redmine user and i nee ... t to 2 others tks so much for your support 2019-06-13 15:09
Feature #31553 (Closed): Preview .webm as video instead of audio
When I attach a WebM video to a Redmine ticke ... redmineup_tags 2.0.5 </pre> 2019-06-11 12:38
Defect #31552 (Closed): View switches from gantt to list after editing an issue
The view is only affected if a custom filter ... . # Modify and apply the filter. # Edit an issue with the right click menu **Result** The view switches to the issues list view **Expected result** The view stays on the gantt view 2019-06-11 11:53
Defect #31549 (Closed): LF line terminators c ... m-mailhandler.rb is invoked from /etc/aliases
The issue's description will be garbled if you receive ... attached. * Line terminator is *LF (0x0a)* . 2019-06-11 04:44
Feature #31526 (Closed): I hope add a new function : create subproject from a template
I used Redmine to manager issue and knowledge of many projects.I created a project for issue management,and created many subprojects in this issue project.These subprojects should have the sa ... e subproject by copy from anthoer subproject. 2019-06-06 12:15
Feature #31524 (Closed): Problem About SpentTime Module
redmine is a really flexible project manage s ... n I use the time log in the software.all the issue related members's work time are added.I thin ... convenient way to choose problem and person. 2019-06-06 03:21
Feature #31518 (Closed): Default due date for issues
It would be nice if we can configure Redmine to set a default due date for issues (N days from today). Due date is important in Redmine. Issues without a due date are not notified by emai ... this feature is simple but helpful for users. 2019-06-05 11:26
Defect #31511 (Closed): CSV export of time entries report does not honor project filter
When exporting a report of time entries in a ... , :id => 'query_form') do %> </code></pre> 2019-06-04 09:53
Defect #31510 (Closed): Fix missing closing tags in workflows/permissions.html.erb
In the view/workflows/permissions.html.erb ... an editor support check syntax (ex: Rubymine) 2019-06-04 05:02
Feature #31505 (Closed): Mark edited journal notes as "Edited"
The attached patch marks the edited notes as ... border: 1px solid grey;}.edited.png! This issue is related to #12388, but I chose to open a new issue because in that ticket the request is to jou ... l which is not implemented by this patch. 2019-06-03 21:55
Defect #31503 (Closed): Undefined local variable sender_email in MailHandler#receive_message_reply
When receiving a reply to a locked topic, mai ... der_email}] to a locked topic" </code></pre> 2019-06-03 17:45
Defect #31502 (Closed): Error syntax in application.css
In the file stylesheet: public/stylesheets/ap ... ror at the "no-repeat 0% 40%;" Missing ":" 2019-06-03 05:45
Feature #31500 (Closed): Ruby 2.7 support
Ruby 2.7.0 is going to be released on 2019-12-25. https://bugs.ruby-lang.org/versions/35 2019-06-03 02:56
Feature #31499 (Closed): Show "Due in X days" in issue details page
This patch adds "Due in X days" / "X days late" next to the due date. It is shown only when the issue is open. It allows you to easily and clea ... order: 1px solid #ccc;}.due-in-x-days@2x.png! 2019-06-03 02:22
Defect #31495 (New): Tracker status cannot be empty in when processing commit messages
Hello everyone, we just recently upgraded to Redmine 4.0.3 and face troubles updating our issues with commit messages. We are using the keyword "for" to mark commits that refer to a certain issue - but do not necessarily cause any change in ... he log, we find the following message: <pre>Issue #13631 could not be saved by changeset 83317 ... anges in app/models/changeset.rb, method fix_issue: <pre><code class="ruby"> if rule issue.assign_attributes rule.slice(*Issue.attribute_names) end </code></pre> The ... tatus in app/models/changeset.rb, method fix_issue, if the status_id is '0'. I have to admit I ... by and rails, but removing the field "status_issue" from the "rule" (only when the status is 0) in the fix_issue Method should do the trick. I have also f ... _checklists ** redmine_contacts ** redmine_... 2019-06-02 10:32
Patch #31493 (Closed): Add a link to project_issues_report from project_issues_report_details
This patch adds a link which points to project_issues_report page (@/projects/:id/issues/report@) on project_issues_report_details page (@/projects/:id/issues/report/:detail@). The change makes it easier to go back and forth between the project_issues_report page and project_issues_report_details pages. !{width: 356px; border: solid 1px #ccc;}.link-to-project_issues_report_path@2x.png! 2019-06-02 10:07
Defect #31487 (Closed): Issues filtering
For filters that support ANY clause there is a "is not null" check. E.g. I want to filter issues by Assignee = any, in practice we will see that issues are filtered by field assigned_to_id = any BUT not null. However there're issues that assigned to no one and query result fe ... tch to remove "not null" check in any clause. 2019-05-31 12:22
(2226-2250/12606)