Project

General

Profile

Search

Results (12389)

Feature #33602 (Closed): Add an interface to filter activities by user
The activity page already has a feature to sh ... 1px solid grey;}.trac-timeline-by-author.png! 2020-06-16 16:30
Defect #33601 (Closed): Additional email addresses are not displayed in user profile page
Redmine 3.0.0 or later supports multiple emai ... solid grey; width: 280px;}.user-profile.png! 2020-06-16 10:13
Feature #33597 (New): Block assignee field if assignee user is not the author
It's need to block/hide "Assignee field" for assignee's users. Only issues author can change assigned user. Can't hid ... be an author and assignee's in that project. 2020-06-15 13:04
Feature #33589 (Closed): How to install and configure Sidekiq as queuing backend
I've created the following Wiki page with ins ... you think and where we should link the page. 2020-06-13 17:29
Defect #33588 (Closed): Error 500 after migrating and restoring a v4.0.5 db in v4.1.1
I have just installed a fresh v4.1.1 on a new ... b on a new clean v4.0.5 installation with no issues. I spent 2 days on this, and sadly I cannot ... the login I do see the projects list and the issues list. 3. However, if I click on any project or issue, I get an Error 500 page 4. Inspecting `/ ... <%= link_to tracker.name, project_issues_path(@project, :set_filter => 1, :tracker_i ... > 71: <%= link_to @open_issues_by_tracker[tracker].to_i, project_issues_path(@project, :set_filter => 1, :tracker_i ... - rails 5.2.4.2 - no plugins installed 2020-06-12 01:42
Feature #33583 (Closed): Hiding fields in email notifications
I use Redmine in medical projects and I've cr ... to for e.g. only subject from activity about issues? All fields are listed in every mail. 2020-06-11 12:07
Defect #33576 (Closed): Done ratio of a parent issue may be shown as 99% even though all subtasks are completed
Due to a rounding error at source:tags/4.1.1/app/models/issue.rb#L1717, a parent task may show 99% done ev ... % Done" setting (Administration > Settings > Issue tracking) to "Calculated from subtasks" 2. ... f the parent task shows 99% instead of 100% 2020-06-10 08:58
Feature #33572 (New): Show issue subject in the tooltip of "Prev" and "Next" button for issues
The current tooltip shows only the ticket num ... gh information for users to imagine what the issue is about. I think it can be improved by showing the issue subject in the tooltip. *Before:* !{widt ... h: 380px; border: 1px solid grey;}.after.png! 2020-06-09 07:30
Patch #33567 (Closed): Fix typo in watchers_controller.rb
find_objets_from_params -> find_objects_from_params 2020-06-08 13:40
Defect #33563 (Closed): File selection button ... displayed with Google Chrome in some language
The bottom part of file upload buttons is cro ... and Chinese. Attached a patch that fixes the issue. *Current:* Look at the "选择文件" (Choose F ... olid #ccc; width: 403px;}chrome-zh-after.png! 2020-06-06 10:38
Defect #33562 (Closed): Some tests in ApplicationHelperTest are declared as private
The attached patch fixes that the following t ... placed before those two methods in r17490. 2020-06-06 08:55
Patch #33554 (New): Fix by date weekly filter query to use Setting.start_of_week
Currently when you search issues or time log entries with using "this week", ... en the calendar weeks should be started, but Issue filters ignores this setting. This patch makes the fix, so the issues query use the @Setting.start_of_week@ value ... weekly queries. And it were possible to have issue queries with weeks started from Monday having the EN UI locale configured. 2020-06-04 17:35
Feature #33551 (Closed): Add Kiwi TCMS to 3rd party tools wiki page
In the section Test Case Management at https: ... l - ability to link failed tests to existing issues and report new issues by collecting all of the necessary information from the TCMS system itself. 2020-06-04 10:23
Defect #33550 (Closed): Per role visibility s ... nt time custom fields is not properly checked
The role visibility settings for spent time c ... #31859 is completely ignored when editing an issue, eg on /issues/123. So the custom field will incorrectly b ... eating/editing a spent time directly, eg on /issues/123/time_entries/new. In this case the cust ... , but he incorrectly sees it when editing an issue (bottom right). !developer-vs-reporter.pn ... ine plugins: no plugin installed </pre> 2020-06-04 04:58
Defect #33548 (Closed): Column header is clickable even when the column is not actually sortable
Please find below a patch to fix the 'sortabl ... k? end def sortable </code></pre> 2020-06-03 17:15
Defect #33544 (Closed): One of the SSL Certificates of redmine.org seems to be expired
It's not possible to use curl with redmine.or ... r.com/ssl-checker.html#hostname=redmine.org 2020-06-03 08:24
Defect #33542 (New): Listing issues slows down on collection of large issues
I use CKEditor for issues description, so I can paste a lot of images as base64 inside the html, that makes my issues description html data grows 3 to 4 MB. Things seems fine for couple of large issues like that, but as I have about 30 large issues in one project, project issues listing page start to slow down proportional with the number of large issues in it, and keep getting worse as I add more large issues. Other 100 projects still fine, that does not make a lot of sense since I presume Listing issues does not load issues HTML data until I click into the issue itself 2020-06-02 20:07
Defect #33530 (New): Removing repository unlinks issues from changesets for all projects
A bit rare problem. 1. Let we have two pro ... ystem path to the checkout). 2. Let we have issues in those projects references by changesets. ... rom the project settings 4. After this, all issues are unlinked from changesets (`issues.changesets` is empty). Expected: Issues are linked to changesets. Actual: All issue-changeset references are lost. I think `scan_changesets_for_issue_ids` must be called after removing repositor ... mine_group_manager 0.3.0 redmine_issuepoke 0.0.5 redmine_mail_remin ... spent_time_warning 0.0.3 </pre> 2020-05-30 18:15
Defect #33529 (Closed): New issue / updating issue email notification receiving delay....
When I have created the issue, It will be not able to receive email notifi ... It will get received within one or two days. 2020-05-30 11:38
Defect #33528 (Closed): How to add some required page in Personalize this page
How to add some required page in Personalize this page 2020-05-30 10:58
Feature #33526 (Closed): Add possibility to c ... used to retrieve objects for an API response
In file app/controllers/application_controlle ... rieve objects for an API response. Thanks! 2020-05-29 16:14
Defect #33521 (Closed): Use issue path instead of bulk update issues path when using the context menu with only one issue selected
When changing the attributes of an issue from the context menu, the bulk update issues path is used even if only one issue is selected. Because of this, if the validat ... patch changes the behaviour in order to use issue path to update attributes when only one issue is selected. In this case, if the validation fails, the user is redirect to the issue edit page. The route change was necessary in order to allow Patch method for bulk routes as well. 2020-05-28 17:50
Defect #33514 (Closed): Assigning and updating the issue is giving permision error.
Recently updated from 3.x to 4.1.1 We have a project with a role set as Issue visibility "Issues created by or assigned to the user" and all ... cks Submit, here the ticket is giving error "Issue is Invalid" and the ticket doesn't get updat ... working perfectly fine in 3.4 master and the issue occurred after the update to 4.1. 2020-05-27 22:36
Defect #33502 (Closed): Issue field labels for fields with descriptions are missing styling on issues show view
On the issues show view, issue field labels for fields with descriptions ar ... ow: hidden;@' style declaration for the @div.issue .attributes .attribute .label@ selector (sou ... ion fixes the missing border-bottom. On the issues edit view, the field labels are correctly r ... yling. See the following screenshots: _Issues show without dotted border-bottom styling_ !{width: 90%}issue_show.png! _Issues edit with dotted border-bottom styling_ !{width: 90%}issue_edit.png! 2020-05-27 04:10
Defect #33500 (Closed): Closed issues can be edited and you can assign it a new sub-issue
Even if an issue is "closed" I can still edit it and assign a new subtask to it 2020-05-27 00:30
(1526-1550/12389)