Project

General

Profile

Search

Results (12607)

Defect #28339 (Closed): Some parts are unseen with dark theme.
I'v just set dark theme for GTK: export GT ... should define all colors and avoid defaults! 2018-03-15 02:11
Feature #28338 (Closed): Make Redmine Email Delivery compatible with ActiveJob
I have started implementing a Resque backend ... ound job backend. I however ran into some issues, where some notification emails would cause ... is not able to process parameters as symbols. 2018-03-14 16:49
Defect #28337 (Closed): Problem when creating PDF with too many columns
The application does not respond if we try to export issues to PDF with too many columns (more than 60). How to reproduce this bug: 1. Create many issue custom fields You can use this command in the console: (1..60).each { |i| CustomField.new(IssueCustomField.last.attributes.merge!({id:nil,name:"test-#{i}", is_for_all: true})).save } 2. Go to /issues page 3. Choose to display every columns an ... d the server and affect website availability. 2018-03-14 16:21
Defect #28331 (Closed): h4, h5 and h6 headings on wiki pages should have a paragraph mark
When you enter "h1, h2, h3" paragraph begins ... 2, h3", a paragraph mark should be displayed. 2018-03-14 07:32
Feature #28330 (Closed): Links to wiki headings should highlight the linked heading
!{width: 70%; border:1px solid #ccc}highlighted_note.png! In the issue, linked notes are visually emphasized. I of ... like the section to be emphasized just like Issue. 2018-03-14 01:29
Defect #28327 (New): Use of 'Feedback' term instead of 'Notes' in Edit-event
Hi, I have been using redmine since last 2 ... . There is a possibility I may be wrong. The issue is debatable. Suggestions are appreciated. 2018-03-13 12:48
Defect #28325 (New): Copy of project fails
We use projects as templates for new projects ... Usually the copy fails without copying any issues. Our project is not extremely big about 5000-6000 issues with relations and attached files. We ca ... g? Thank you for a great product. Regards 2018-03-12 17:11
Defect #28322 (New): Commit messages referencing issues should stop at line breaks
When referencing an issue via commit message, the matching should stop ... ug was identified by Holger Just from Planio. 2018-03-12 09:53
Feature #28312 (Closed): Option to automatically add user as watcher to an issue if they edit an issue they're not currently involved with
We occasionally get users updating issues that they didn't create, nor are they watch ... lly have such a user added as watcher to the issue. Suggest that this be made an option, with it default to "off" for old behaviour. 2018-03-09 11:46
Patch #28311 (Closed): Remove unused i18n key "permission_move_issues"
The i18n string @:permission_move_issues@ is no longer used because @:move_issues@ permission was removed by #18855 (Redmine 3.0.0). 2018-03-09 03:59
Feature #28307 (Closed): Not able to create issue using email redmine: 3.2.9
As per wiki suggested i have configure the email for issue creation. But no issue was created after sending mail. my configura ... er our requirement but not able to configure issue creation sending mail. Please help me with some step to configure: 2018-03-08 11:23
Defect #28304 (New): Move tests related to textile syntax to dedicated TextileFormatterTest class
_Originating from #28119#note-2 and #28207._ While looking at those two issues, the question of 'how many other textile sy ... the dedicated TextileFormatterTest class'. 2018-03-07 09:24
Defect #28302 (Closed): Security notification when changing password on password forgotten is empty
Currently the "User" and "IP address" fields ... r this in the original security notification issue #21421#note-15, but it seems to have been ov ... against master and I will attach it to this issue. 2018-03-06 22:16
Feature #28299 (New): Get issue by group
Hi, For the moment we can only fetch issues assigned to a particular member. It would be great to fetch issues assigned to groups of the user: GET /issues.xml?assigned_to_id=6&include=groups Thanks 2018-03-06 07:45
Feature #28298 (New): Get issues by login
Hi, It would be great to fetch issues by login: GET /issues.xml?assigned_to_login=my.login For the moment we can only fetch by id. Thanks 2018-03-06 07:43
Defect #28268 (Closed): Fix typo in test name: s/udpate/update/
_test_udpate_global_private_query_ should be ... st/functional/queries_controller_test.rb#L493 2018-02-28 22:20
Defect #28264 (Closed): Global and public cus ... as editable to non administrators in projects
If a globally available custom query is creat ... think is the intended behavior. The exact issue is that the icons for edit and delete are in ... e filter section. *Steps to reproduce the issue:* * Login as administrator * Create a gl ... right "Manage public queries" * Enter the "Issues" tab within a project * Select the global ... own in the filter section The global "Issues" tab for all projects shows the expected re ... me that #14239 and #17669 describe the same issue but not in the correct way. 2018-02-28 17:19
Defect #28259 (Closed): attachments_fields id to class change not properly reflected in all CSS
In r15917 the @attachments_fields@ was change ... pagated to the @rtl.css@ and @responsive.css@ 2018-02-28 12:11
Defect #28258 (Closed): Ticket is invisible o ... target version of another project is selected
It is invisible, unless the other project is ... with permissions can also be detected sooner. 2018-02-28 07:19
Defect #28254 (New): issues in incorrect project
I came across an issue with redmine:email:receive_imap As describe ... ameter to indicate the project where the new issue will be created in. However, redmine checks ... han the one that is passed as a parameter? 2018-02-27 14:28
Feature #28253 (New): Ordinal column in filter result
I need that in the result of applying any filter to the issues, a column with the ordinal of the same is g ... cated. This is because I have more than 800 Issues and ordered by a particular column, I need ... nt with some images. Thank you in advance. 2018-02-27 13:35
Defect #28252 (Closed): redmine plugin project setting tabs add
my patch.rb <pre><code class="ruby"> requ ... ategory_helper_patch' require 'dfi_category_issues_hook' require 'dfi_category_controller_issue_hook' require 'sample_projects_helper_patch ... tent (https://github.com/akiko-pusu/redmine_issue_templates/blob/master/lib/issue_templates/projects_helper_patch.rb) but my tab can't work... thinks 2018-02-27 07:23
Defect #28251 (Closed): Unable to delete article in Knowledgebase
Dear Support, I cannot delete articles fro ... box. Could you please help me to solve this issue? Thanks, Julia 2018-02-27 05:07
Patch #28242 (Closed): Add toggle checkboxes link (green tick) to several screens
- Active activities from Time tracking tab (P ... - Trackers and custom fields settings from Issues tracking tab (Project settings) - Project ... missions for each module (Administration) 2018-02-25 15:52
Defect #28240 (New): Issue parents are getting set incorrectly
It is same as Defect #27066. --- When adding and saving a sub issue under a parent issue, the subtask appear under wrong parent. --- ... t, this occurs pretty often for some root_id issues have over 100 decendent issues. We recently start running "Issues#rebuild_tree!" once a month at midnight. But "once a month" is not enough. "Issues#rebuild_tree!" takes over 5 hours and lockes all issues meanwhile. So running this script every day is not good. 'Issue.rebuild_single_tree!(1)' needs manual operation by redmine admins at daytime. So preventing "issue parents is wrong(="lft" and "rgt" values of issues become wrong.)" from happening would be muc ... ent * Redmine 3.2 * Rails 4 * Ruby 2.3 * Issue... 2018-02-24 07:50
(2801-2825/12607)