Project

General

Profile

Search

Results (12110)

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
Defect #33499 (Closed): Issue filter "Subproject" does not work
Issue filter "Subproject" does not work. Looks like whatever is set, is ignored and issues from all subprojects are shown. <pre> E ... dmine plugins: no plugin installed </pre> 2020-05-26 21:42
Feature #33486 (New): When copying the task, ... f the main task in the version of the subtask
Select "Copy" of the main task and check "Cop ... 6-11-21) [i386-mingw32] Rails version 4.2.8 2020-05-25 08:34
Defect #33482 (Closed): When I create a custom field the description desappear
I have created some custom fields and with th ... nation of the field selected. Please advice. 2020-05-23 18:04
Feature #33479 (Closed): Make other destinations visible in the Redmine notification email
Make other destinations visible in the Redmin ... changes in Redmine 4.0. https://redmine.org/issues/26791 Depending on the contents of the t ... dmine4.0の下記変更による副作用である。 https://redmine.org/issues/26791 チケットの内容によっては、他の誰に通知されているか確認必要な場合もあ ... 本チケットの対応は下記に記載します https://redmine.tokyo/issues/1083 2020-05-22 18:21
Defect #33470 (Closed): SECURITY IN API KEY
Hello everyone, I have a redmine created w ... API? Gracias por adelantado. ¡Saludos! 2020-05-21 17:28
Defect #33462 (Closed): no se ve el detalle de los campos personalizados
no se ve el detalle de los campos personaliza ... de diálogo blanco pero no se ven las letras. 2020-05-18 22:25
Defect #33459 (Closed): The order of thumbnai ... ls does not match the order of file name list
The problem is that if you attach multiple files to the note in issue at the same time, the thumbnail order is dif ... filenames. example: attachment:example.gif 2020-05-18 10:00
Defect #33452 (Closed): Untranslated string "diff" in journal detail
The fix was submitted by Kam Nazir as part of ... code class="diff"> diff --git a/app/helpers/issues_helper.rb b/app/helpers/issues_helper.rb index 6b63f7e11..e18ff147a 100644 --- a/app/helpers/issues_helper.rb +++ b/app/helpers/issues_helper.rb @@ -553,7 +553,7 @@ module IssuesHelper unless no_html diff ... 1px solid #ccc;}diff-is-not-translated.png! 2020-05-16 01:57
Defect #33450 (New): Notification Emails cut off due to SMTP protocol specificies
Today I want to share a story of a bug that I ... noticed that some notification emails about issue updates were simply too short: Instead of showing the issue's data fields and the note as usual, I would only get a single line in my inbox: > Issue #22222 has been updated by Nicolas Xxxxxx ... s, not all of them, so I just lived with the issue. However it was still a bother. So, a few ... ent=3D"text/html; charset=3DUTF-8">= (...) Issue <a href=3D"https://www.redmine.my-company.com/issues/22222#change-1= 22826" style=3D"color:#169 ... il looks in the source now: <pre> (...) Issue <a href=3D"https://www.redmine.my-company.com/issues/22222#change-1= 22825" style=3D"color:#169 ... one on a line! Now it seems that when the issue ID, change ID, URL and Account name line up ... when I finally discovered the cause of that ... 2020-05-15 15:18
Feature #33445 (New): Ability to set default start/due date via the CLI for issues created by the MailHandler
I am using redmine as a helpdesk in our envir ... oso.com \ password=obscurepassword \ </pre> 2020-05-14 17:40
Patch #33440 (New): Emails not being processed because of
I have Redmine receive email via SMTP. I not ... ere is an example: > References: <redmine.issue-12345.20200428144405.5@omitting.com>,<redmin ... for MESSAGE_ID_RE needs to point to include issue *OR* dispatch has a validation to che ... does not, it moves on to the next array key. 2020-05-13 18:31
Defect #33432 (Confirmed): Rendering of Macro ... ter different in preview and non preview mode
Macros with empty text parameter are rendered ... the two attached images. This might be an issue with a greedy regular expression. <pre> ... 8 sidebar_hide 0.0.8-fix 2020-05-11 13:57
Patch #33431 (New): Better performance for Time entries without issue and activity filters
At the moment all time entry queries join issue and activities. If there is a large number of time entries and issues, this is a big performance issue. Some of our customers have more than 500.000 time entries and even more issues. A query without a time filter requires min ... d patch this improves it to some seconds. Issue and activity joins are only add, if they are ... It would be great, to get this in Redmine. 2020-05-11 13:47
Defect #33427 (Closed): Upgrading Ubuntu from 16.04 to 18.04
Hello, I have an existing redmine installa ... einstall redmine but that runs into the same issue. I have also tried the solution suggested ... I am not a ruby expert. Please help. 2020-05-11 04:14
Defect #33426 (Closed): Error messages for Wiki macros are not internationalized
Error messages of Wiki macros are always disp ... solid grey;}.en-error-message-on-ja-page.png! 2020-05-10 10:07
Patch #33424 (Closed): Update Tribute to 5.1.3
The attached patch updates Tribute, a JavaScript library used for inline issue auto-complete (#31989), from 3.7.3 to 5.1.3. ... acros]] that can be invoked by typing "{{". 2020-05-10 05:46
Feature #33422 (Closed): Re-implement admin project list using ProjectQuery system
This would be nice to have now that #29482 is introduced. It seems an issue for this separate task isn't yet available, so I'll create it hereby. 2020-05-08 22:50
Defect #33420 (Needs feedback): Parent wrongly translated to "subproject of"
https://github.com/redmine/redmine/blob/master/config/locales/en.yml#L303 2020-05-08 21:01
Defect #33419 (Closed): Show only valid projects on issue form when the issue is a subtask
In r10587 were introduced cross project subta ... selection project and its subprojects on new issue form. Basically it shows on new issue form subprojects without taking into account ... . Related patch fixes this behaviour. New issue form will show projects based on system setting if parent_issue_id field is present so user can't select inappropriate project. 2020-05-08 13:01
Feature #33418 (Closed): Bulk addition of related issues
Sometimes you need to add a lot of relations to an issue and it's getting really hard when there're 5 ... {{collapse(example) !i7kB9J3qsk2.gif! }} 2020-05-08 12:40
(1276-1300/12110)