Project

General

Profile

Search

Results (12398)

Defect #33645 (Closed): Log time button broken for non administrator users.
If we edit an issue, and use the time logging built into that fo ... what gets sent if you are an administrator. 2020-06-22 09:54
Feature #33641 (New): Show badges that indicate author in issue journal, news comments, and forum replies
The attached patch adds badges to issue journal, news comments, and forum replies th ... ature from Bugzilla and found it useful. *Issue journal:* The issue is added by John Smith, and the current assi ... r. !{width: 492px; border: 1px solid grey;}.issue-journal.png! *News comments:* !{width: 3 ... 2px; border: 1px solid grey;}.bugzilla.png! 2020-06-21 07:14
Defect #33639 (Closed): Cannot paste image fr ... ying the image from web browsers or some apps
Redmine 4.1.0 gained embedded feature to auto ... he image and select Copy image. Then open an issue in Redmine, put cursor in the text area, and ... y to detect the nature of clipboard contents. 2020-06-20 12:53
Defect #33634 (New): The contextual navigation is not working erroneous
*My system* * Database manager version: My ... 4.2 * Redmine version: 4.1.1.stable *The issue* The "« Previous" and "Next »" links found on any issue view are not working properly. While navigate, pressing previous or next, the issues counting is changing "randomly" and sometim ... appears. I think this navigation is based on issues listing session or so but is not working as it should. *How to reproduce* # Go to the issues list for all projects. # Click on an issue to view it, notice the pagination bar. # In a separate tab, go to the issues list for a different project than issues from 2. # Return back to the issue view from 2. and refresh - notice the pagination bar disappears. 2020-06-19 12:16
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
(1526-1550/12398)