Project

General

Profile

Search

Results (12110)

Feature #33631 (New): Custom fields totals fro parent-child issues
When we have a parent-child issue relation, some of the standard fields are calculated based on child issues. For fields like estimated time and spend t ... totals (sum) calculated and presented on the issue page. There is also issue query column available to show the data. ... this feature is enabled or not for the field. 2020-06-18 21:51
Defect #33626 (New): Keep issue status when processing commit messages
Described well in [message#57210] Confirme ... .3.8 MySQL 5.7 Redmine 4.1.1 Rails 5.2.4.2 2020-06-18 10:25
Defect #33616 (Closed): Assignee & Author Dropdown Sort
In Redmine 4.1.1.stable, the Assignee and Aut ... mine_agile 1.5.3 redmine_issue_dynamic_edit 0.7.2 In the "Issues" tab, we add "Assignee", and see: <<me>> ... Redmine daily and really like it. Thank you! 2020-06-17 16:38
Feature #33612 (Closed): Expose repository version via REST API
For Redmine clients interacting with differen ... ient workaround than the one mentioned above? 2020-06-17 11:00
Defect #33610 (New): Submitting the edit issue form without changing any field updates updated_on column
The procedure below updates @updated_on@ column in @issues@ table, even though any fields on the issue are not updated and no journal is created. *Steps to reproduce:* 1. Open the edit issue form 2. Click the Submit button without changing any value 3. The timestamp of the issue is updated but no journal is created *The ... hould not be updated when no changes are made 2020-06-17 08:05
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
(1251-1275/12110)