Project

General

Profile

Search

Results (12110)

Feature #31756 (Closed): Introduce configuration for done ratio options interval
Hello, I have a problem with done ratio. ... sibility to do this? Best Regards, Elliot 2019-07-19 13:17
Defect #31755 (Closed): Couldn't download Redmine by curl in Debian buster
In debian buster, failed. <pre> % docker ... edmine.org" matched cert's "redmine.org" * issuer: C=FR; ST=Paris; L=Paris; O=Gandi; CN=Gandi ... HTTP2 UnixSockets HTTPS-proxy PSL </pre> 2019-07-19 10:43
Patch #31752 (Reopened): Show assigned people ... kets which are related to a specific versions
When we hurry a release of a specific version ... e, I think that the attached patch is useful. 2019-07-18 17:01
Defect #31748 (Closed): Workflow can't prevent users to create new issue for specific tracker
TrackerA, default status: New. RoleA: AddIssue enabled. Workflow for RoleA and TrackerA: disable all status from the first line: "New issue". UserA has only RoleA's permission in ProjectA. Try to New Issue, as TrackerA. Expected Result: since all ... r. So we can prevent this user to create new issue for TrackerA. Actual Result: The default ... e available when this user try to create new issue. This issue fails on both 4.0.2 and 4.0.3 Environment ... GitRemote 2.17.1 2019-07-17 13:36
Defect #31745 (Closed): Mail notifications do not honor 'only_assigned' mail_notification setting
When a user selects 'only_assigned' for mail notifications, they still get emails for issues they are watching. Digging in to the code, I see that Issue#notified_users calls notify_about?() to veri ... ng further though, I see that Mailer#deliver_issue_edit calls notified_users AND notified_watch ... rsions I am running. Filing this under the 'Issues' category, but not sure if that is the best ... to impact all versions of Redmine as well. 2019-07-16 16:36
Defect #31739 (New): Severity custom field saved random values like AS3, AS2, HTML5 in the database
After creating a new issue the random values are stored in severity custom field. E.g: AS3, AS2, HTML5. 2019-07-16 08:34
Defect #31737 (Closed): Unable to get csv export
We are getting a 500 error when we are trying export a csv. Started GET "/projects/stw-ca/issues.csv?utf8=%E2%9C%93&set_filter=1&f%5B%5D=sta ... at 2019-07-15 14:11:38 -0400 Processing by IssuesController#index as CSV Parameters: {"utf ... ery time even with different options selected 2019-07-15 21:49
Feature #31736 (New): Out of Office/Vacation user status
Have a mechanism to allow for setting user "o ... tatus, where sending updates or assigning an issue to that user will either: * give immediat ... grate with something like Outlook's calendar. 2019-07-15 20:11
Defect #31734 (New): Issue Information Not Being Transfered To CSV In Reports Tab Of Spent Time Section.
Normally, exporting the "Reports" tab in the ... splayed in Redmine. Specifically the written issue information associated with the “Issue” filter. Currently, exporting to CSV leaves out the issue name and only the "Issue #" is being displayed without the rest of the issue information. Is this a known defect? -- ... em Redmine plugins: no plugin installed 2019-07-15 18:03
Defect #31733 (Closed): How to select all projects when create one new issue
Hello everyone I want to ask one question. How to select all projects when create the new issue? When I create one new issue, I only can choose one project. I tried to c ... 't work very well when I use my own designed issue tracke to create new issue. Is it possibe to do it in redmine? 2019-07-15 16:52
Defect #31731 (Closed): issues page - not logged in user (HTML structure errors)
The structure of html for logged and not logg ... the same? 1 Logged on users. Inside the "issue" block there are child blocks - attachments, issue_tree, relations http://prntscr.com/ofan0u ... rntscr.com/ofajwa http://prntscr.com/ofakyy 2019-07-15 16:14
Defect #31715 (Closed): Receiving email and email notification
I have a conflict between email receiving and email notification. When I checked the "Issue Added", "Issue Updated" in the Administration->Setting->Ema ... I can receive the email notification when an issue is added or updated. But I cannot create issue or update issue status from receiving email since an error i ... r (Defect #31633). When I unchecked the "Issue Added", "Issue Updated" in the Administration->Setting->Email Notification, I can create issue or update issue status from receiving an email. But there is ... ication. Do you have the same or similar issue? Any idea how to solve it? thanks. Redmi ... 016 Ruby 2.3 X64 Redmine 3.4.11 Thanks. 2019-07-12 18:52
Feature #31714 (Closed): Allow to add custom fields of type date to calendar view
On the calendar view, there are visible start ... a deadline (it's the deadline to deliver an issue to the customer, it's not Due date, which is ... he project's calendar view. Thanx-a-lotta! 2019-07-12 09:37
Defect #31710 (New): Assigned on search issues not ordered by name
assigned_to_values isn't ordered by user name ... query.rb to: assigned_to_values += (Setting.issue_group_assignment? ? principals : users).sort ... tatus_#{User::LABEL_BY_STATUS[s.status]}")] } 2019-07-11 20:43
Defect #31709 (Closed): Plugin issue - Redmine resource booking system
Hi folks, I'm running Redmine 4.0.4 with R ... ny idea how to fix this? Thanks in advance 2019-07-11 13:39
Defect #31708 (Closed): Not able to add member to a project
Hello when i go to admin projet members i ha ... u 19 Thank you for your help Regards CPA 2019-07-11 10:43
Patch #31705 (Closed): Add missing fixtures to AttachmentFormatVisibilityTest
The test has failed. https://www.redmine.org ... , :email_addresses, :trackers, :issue_statuses, :enumerations, :issue_categories, + :custom_fields, :custom_fields_trackers, :versions, :issues def setup </code></pre> 2019-07-10 10:28
Feature #31704 (New): Show Gravatar icon in issues list.
I propose a feature to show gravatar icon in issues list. I created a patch to display the author, assignee, and last update user icon of Issue, and attach it. !show-gravatar-icon-in-issues-list.png! 2019-07-10 08:01
Defect #31698 (New): Some unlocalize string
There are some hard coded string which need t ... diff" in show_detail function in app/helpers/issues_helper.rb "here":https://github.com/redmine ... 283e14dfeebc6bf6745b0b45a0864b83/app/helpers/issues_helper.rb#L496 [can replace by l(:label_di ... 0864b83/app/views/imports/show.html.erb#L15 2019-07-09 12:41
Patch #31697 (Closed): Show closed date in a tooltip if the issue is closed
I think it is useful if the tooltip contains the closed_on of the issue. This patch displays closed_on next to the status when issue.closed? is true. !{width: 200px; border: 1px solid #ccc}tooltip.png! 2019-07-09 08:42
Defect #31695 (Closed): Convert HTML links to Textile/Markdown links when creating an issue from an email
When creating an issue from HTML format email, the href attribute o ... /pre> *[Actual]* <pre> foobarbaz </pre> 2019-07-08 10:25
Defect #31693 (New): Bad position for attachment file description field on mobile screens
On mobile screens (iphone 5/se, for example) after attachment some file (in issue edit form, for example) description field cr ... ments input.description { width:280px; } > } 2019-07-07 13:21
Defect #31657 (Closed): Update capybara (~> 3.25.0)
I got the following warning while testing tes ... gem 'rubocop', '~> 0.72.0' </code></pre> 2019-07-02 08:36
Feature #31653 (New): Document the differences between admin and non-admin users
The differences between admin and non-admin u ... end features for admins and non-admins (like issue-copy targets, groups display on profiles, et ... ich if it does then needs to be described._ 2019-07-01 09:06
Defect #31649 (New): Permissions table on wiki page [[RedmineRoles#Permissions]] is outdated.
The table containing the permissions provided ... w(er) permissions are missing (like edit own issue, set issues private, edit own issue, etc.). It needs to be updated. 2019-07-01 04:28
(1701-1725/12110)