Project

General

Profile

Search

Results (12109)

Defect #35560 (Closed): Relations in issue CSV Import appear to be ignored
I have set up a simple CSV file with "Related ... The csv file is attached. On import, the issues appear, but they are not related in any way. Even the fourth line, which relates to an existing issue has no relationship in it. This is our se ... atch 0.1.0 wiki_graphviz_plugin 0.8.0 @ 2021-07-13 05:48
Feature #35559 (Closed): Query links for related issues on issue page
Redmine 4.2.0 and later have query links for subtasks on an issue page (#28471). I think the "Related issues" section should also have similar links. ... filter that can extract all types of related issues as mentioned in #28471, I think the new links can be implemented by using the issue ids filter (#4806). !{width: 769px; border: 1px solid grey;}.query-links-for-related-issues.png! 2021-07-13 04:02
Feature #35558 (Resolved): Add button "Send notification again"
It happened today. I wrote issue's note wrong and saved it. Users got notific ... you add button *Send notification again* for issue journal and protect it with permission. How I think about: On issue head will be new button. When I click on it - it send notification about issue like I save it like a new. On issue's notes will be new button. When I click on it - it send notication about issue's note like I save it like a new. Feel fr ... Maybe I didn't to describe it perfectly.... 2021-07-12 13:56
Defect #35555 (Closed): Import Issue failing with NoMethodError undefined method `spent_on'
When trying to Import issues, even when using the issues.csv file found in the "How To Import Issues" wiki [[HowTo_import_issues]], it fails with 0/1 (in this case). I h ... Items" tab. This is the log when using issues.csv from the wiki (also attached) : @ I, ... "=>"", "cf_41"=>"", "unique_id"=>"", "parent_issue_id"=>"", "relation_duplicates"=>"", "relatio ... :36:55.305364 #486340] INFO -- : Rendered issues/_sidebar.html.erb (5.7ms) I, [2021-07-12T14:36:55.305639 #486340] INFO -- : Rendered imports/_issues_sidebar.html.erb (6.5ms) I, [2021-07-12T14 ... thodError (undefined method `spent_on' for #<Issue:0x00007f82239c1650> Did you mean? spent_ho ... wiki_graphviz_plugin 0.8.0 @ 2021-07-12 06:58
Defect #35545 (New): Fix css class assignment in issue custom field rendering in show view
Rendering the issue custom fields in the show view is done by the class IssueFieldsRow, which can be found in issues_helper.rb. The method IssueFieldRow#to_html has an error because the cl ... f the helper method. Thus, it is a one liner. 2021-07-08 17:24
Feature #35544 (Closed): Define Workflow per Project
We are using Redmine for our project manageme ... gins: redmine_agile 1.5.4 2021-07-08 06:10
Defect #35539 (Closed): Race condition (possible filename collision) in Attachment.disk_filename
When two (or more) files with the same name a ... ioned in #34479-2 (but was unrelated to that issue and hence got "lost") The problem is that ... to be unique by the underlying file system. 2021-07-07 07:25
Patch #35538 (Closed): Traditional Chinese translation (to r21064)
* New tags added ** field_twofa_required, ... ed, twofa_text_group_disabled, field_default_issue_query, setting_default_issue_query, label_default_queries, for_all_projec ... for_all_users, text_allowed_queries_to_select 2021-07-07 03:47
Patch #35536 (New): Use webpack to improve javascripts and stylesheets management
I propose the use of webpack as a library man ... e a foundation for future npm package usage. 2021-07-06 12:00
Defect #35534 (Closed): After updating from version 3.3.2 to 4.1.1 Gantt chart has broken
After updating from version 3.3.2 to 4.1.1 Ga ... th just to see. Any idea of how to fix it? 2021-07-05 21:43
Defect #35531 (New): redmine unexpected undef ... " for mail handler , did you mean project_url
Hi, I am getting an error on Redmine while ... in Redmine. Could you guys please help us? 2021-07-05 14:22
Feature #35509 (Closed): Description of issue statuses
I think that issue statuses will benefit from an additional des ... users hover with mouse over the status names. 2021-07-02 19:18
Defect #35506 (Closed): Field Overrides Via Email Submission
I have successfully configured my Redmine instance to receive emails and create issues. I have all overrides allowed and this work ... seem to get it to work. Is this a Redmine issue or a matter of formatting? The way it the em ... te is: <pre> Due date: yyyy/mm/dd </pre> 2021-07-02 01:39
Patch #35500 (Closed): Add missing fixture to IssuesTest
IssuesTest has failed. <pre> % RAILS_ENV=test ... bundle exec rake test TEST=test/integration/issues_test.rb Run options: --seed 64650 # Running: .F Failure: IssuesTest#test_invalid_operators_should_render_404 [test/integration/issues_test.rb:334]: Expected response to be a <4 ... Actual: 200 rails test test/integration/issues_test.rb:326 ................. Finishe ... class="diff"> diff --git a/test/integration/issues_test.rb b/test/integration/issues_test.rb index 21b20759a0..9193e00889 100644 --- a/test/integration/issues_test.rb +++ b/test/integration/issues_test.rb @@ -33,7 +33,7 @@ class IssuesTest < Redmine::IntegrationTest ... :attachments # create an issue </code></pre> 2021-06-30 08:08
Feature #35471 (New): Split field_is_private to two labels for correct Russian translation
Currently, field_is_private is used for comments(notes) and issues For English and many other languages it ... word ("Private") for a comment(note) and an issue, but in Russian language the form of the adj ... арий or *Приватный* комментарий, but private issue in Russian is *Частная* задача or *Приватная ... t is required to have two labels, e.g. field_issue_is_private and field_note_is_private to make a correct translation to Russian. 2021-06-28 01:55
Defect #35470 (Closed): Create "New Group" results in HTTP code 500
h1. Redmine logs output <pre> App 174 out ... my_events" </pre> h1. Notes The same issue occurred in Redmine 3.x prior to migration to 4.2.1 Related issues: #34255 2021-06-27 12:55
Feature #35465 (Closed): Assistance to update redmine server
hi there, I´m a real noob and although tried ... there any one with patience to help me out ? 2021-06-25 17:29
Feature #35462 (Closed): Download all attachments in a journal
Bulk attachments download for issues has been implemented in Redmine 4.2.0 (#705 ... ownload all attachments of a journal, not an issue. For example, suppose that an issue already has dozens of files. In the most rec ... grey;}.bulk-download-journal-attachments.png! 2021-06-25 03:51
Defect #35455 (Closed): Require redmine/sort_criteria globally
We currently have an issue with @Redmine::SortCriteria@ being loaded on ... ponding Redmine instance serving the request. 2021-06-24 17:06
Defect #35454 (Closed): Project lines on Gantt (nearly) all start on the same single date
Could anyone tell me what exactly causes the ... 622/2021-06-24%2013_05_01-Gantt-Diagramm.png! 2021-06-24 14:22
Defect #35441 (Closed): Inline image in Texti ... isplayed if the image URL contains ampersands
Hello, In my projects, i include Sonar Bad ... s fine in redmine 4.1 and before thanks 2021-06-23 07:19
Feature #35436 (Closed): Elsevier Auditing Tool without RDP
There is plan to perform quality auditing out ... to develop a tool this request is raised. 2021-06-22 15:06
Defect #35435 (Closed): Psych 4: aliases in database.yml cause Psych::BadAlias exception
see for details https://github.com/ruby/psyc ... sych::BadAlias) Unknown alias: alias </pre> 2021-06-22 14:33
Defect #35431 (Resolved): send notifications to user selected from costum field (user type)
Hello all i need an immediate help please, i have an issue that i need to send the issue to more than one assignee and i cant add the ... ns and doesnt have permission to access this issue. i tried a plugin with name (custom_users_a ... e fixing this problem as i need it immediatly 2021-06-22 09:43
Defect #35430 (Closed): Internal error when viewing revisions diff
When I want to view revisions diff in the one ... ecause of using any deface on 'layout/base'. 2021-06-21 12:39
(876-900/12109)