Search
Results (12433)
- 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!
- 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 ...
- 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>
- 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.
- 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
- 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.
- 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.
- 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!
- 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 "{{".
- 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.
- Defect #33420 (Needs feedback): Parent wrongly translated to "subproject of"
- https://github.com/redmine/redmine/blob/master/config/locales/en.yml#L303
- 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.
- 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! }}
- Defect #33417 (Closed): Updating an issue via REST API causes internal server error if invalid project id is specified
- Hello! With a redmine instance up and runn ... ts.post('http://user:password@localhost:3000/issues.xml', json={'issue': {'project_id': 0, 'status_id': '', 'tracke ... able_users' for nil:NilClass): app/models/issue.rb:941:in `assignable_users' app/models/issue.rb:742:in `validate_issue' app/controllers/issues_controller.rb:143:in `create' lib/redmine/sudo_mode.rb:64:in `sudo_mode' </pre> This issue was found while trying out https://meeshkan. ... to automatically scan API using projects for issues, on open source repositories. Feel free to ... ng more reports from our scans in the future!
- Defect #33415 (New): Issue#closable? doesn't handle the case of issues with open subtask(s) ánd being blocked by other open issue(s)
- Subject says it all. Given the current incarnation of @Issue#closable?@, the transition warning for an issue instance that is being blocked while simulta ... including only the 'open subtask(s)' reason).
- Defect #33407 (Closed): Update failed
- Dear All, We wanted to updragde 4.07, but ... can we upgrade to this verison? BR Andris
- Defect #33402 (Closed): Receive email problem - inserting unwanted p tags
- I have problem with receiving emails after up ... p that email should be parsed as plain text, issues are created with the text and there are unw ... em Redmine plugins: issue_color_label 0.1 localizable ... fdsa fsd as </pre> This is a issue created: <pre> <p>safsad sa</p> <p> f</ ... an somebody help me where could be a problem?
- Patch #33393 (Closed): Remove unused i18n key "notice_no_issue_selected"
- The code that used the i18n key "notice_no_issue_selected" has been removed in r1130 (12 years ago).
- Defect #33392 (Closed): Fix invalid selector in function displayTabsButtons()
- Below it's a snippet from @displayTabsButton( ... laces some inline styles with class @hidden@.
- Feature #33383 (Closed): Update jQuery to 3.5.1
- jQuery 2 is end of life and we should update the code to support latest jQuery 3.5.0 (at this time).
- Defect #33382 (Confirmed): Support importing of already closed issues
- I tried to import already closed issues, since we're migrating from another system. ... for the "status" field it still imported the issue as "New". Also there does not seem to be a f ... stamp. So how can it be imported as well?
- Defect #33381 (Closed): Possible double includes in issue query in gantt helper
- The following @include@ line source:/tags/3.4 ... ing. This affects all versions since 3.4.0
- Patch #33376 (Closed): Add missing fixtures to VersionsHelperTest
- VersionsHelperTest has failed. <pre> $ RA ... Error: VersionsHelperTest#test_link_to_new_issue_should_take_into_account_user_permissions_on ... sion_helper_test.rb:103:in `test_link_to_new_issue_should_take_into_account_user_permissions_on ... Error: VersionsHelperTest#test_link_to_new_issue_should_return_nil_if_user_does_not_have_permission_to_add_issue: ActiveRecord::RecordNotFound: Couldn't fin ... rsion_helper_test.rb:81:in `test_link_to_new_issue_should_return_nil_if_user_does_not_have_permission_to_add_issue' bin/rails test test/helpers/version_he ... Error: VersionsHelperTest#test_link_to_new_issue_should_return_link_to_add_issue: TypeError: no implicit conversion of nil i ... rsion_helper_test.rb:65:in `test_link_to_new_issue_should_return_link_to_add_issue' bin/rails test test/helpers/version_he ... Error: VersionsHelperTest#test_link_to_new_...
- Feature #33352 (New): Enable inline issue autocomplete in issue id query filter fields
- The query filters on issues and related issues accept issue ids. I see several use-cases/benefits of enabling the inline issue subject autocomplete functionality added by #31989 for these fields.
- Patch #33342 (Closed): Remove unused i18n key ... rall_activity" and "label_overall_spent_time"
- Those keys have been removed in r15983 for Redmine 3.4.0 and are no longer in use.