Search
Results (12675)
- Defect #31567 (Closed): New project creation
- Hi, I need to create a new project with the ... it be possible to create it? Many thanks.
- Defect #31565 (Closed): New project creation
- Hi, I need to create a new project with the ... it be possible to create it? Many thanks.
- 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
- 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>
- 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
- 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)* .
- 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.
- 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.
- Feature #31518 (Closed): Default due date for new issues with configurable offset from today
- 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.
- 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>
- 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)
- 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.
- 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>
- Defect #31502 (Closed): Error syntax in application.css
- In the file stylesheet: public/stylesheets/ap ... ror at the "no-repeat 0% 40%;" Missing ":"
- 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
- 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!
- 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_...
- 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!
- 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.
- Feature #31472 (New): Add file upload when editing documents
- On documents module, add/edit/remove attachments is missing when document is edited...
- Defect #31471 (Closed): Lost right shift for 'journal-link'
- While "gravatar" is ON - link on journal is u ... ets/application.css @@ -503,6 +503,7 @@ div#issue-changesets p { margin-top: 0; margin-bottom: ... .hascontextmenu { cursor: context-menu;
- Feature #31468 (New): Gantt: Resize left side ... xt or save last resize parameters per Project
- Hello, the Gantt diagram is a very useful ... is is better now :) https://www.redmine.org/issues/20481 I have to resize the Gantt every t ... solution)* Thank You related to:
- Defect #31466 (Closed): Error assigning a task to a user whose role does not allow it
- Hi, We have found an error in the roles of ... eporter*" role but in this role the option "*Issues can be assigned to this role*" is disabled. ... ins: no plugin installed Best regards
- Patch #31465 (Closed): Add an icon linked to trackers detail report on the project overview page
- This patch adds an icon which is linked to trackers detail report page (/projects/:id/issues/report/tracker). Please see attachment:deta ... -go-detailed-report.png! The table in the Issue tracking box is the same as the one on the s ... ccess to the information that helps managers.
- Patch #31457 (Closed): Add support for reloading plugin assets automatically in development mode
- Redmine supports assets for plugin by putting ... xxx.css@. I attach a path to support this.