Search
Results (12401)
- Defect #39714 (Closed): Query grouping filter not working for custom field relations
- With https://www.redmine.org/projects/redmine ... format) - create another a custom field for issues with format @user@ - go to issue list and open select box with available filt ... ng label for the group if cf-relation to the issue. The problem is, that another regular exp ... m. The attached patch fixes the problem.
- Patch #39699 (Closed): More flexible CustomField usage for relations
- The change in #38772 prevents usage, if a cla ... utf8=%E2%9C%93&rev=22269&rev_to=22013
- Feature #39591 (Closed): Change URL in automatic e-mail
- We would like to change the link in the autom ... 46/. Where can we change this in the options?
- Defect #39578 (Closed): User shenllredmine created a strange empty Wiki page and a strange Issue (probably SPAM)
- "shenll tech":https://www.redmine.org/users/6 ... ser was used immediately to create a strange issue and an empty pages: * https://www.redmine.org/issues/39577 * https://www.redmine.org/projects/r ... ctivity could be found on his profile page.
- Defect #39576 (Closed): `rake yard` does not work with Ruby >= 3.2
- `rake yard` which generates YARD documentatio ... r higher. Please see attachment:error.txt.
- Defect #39559 (New): Git commit linking to issue and time entry
- Git commit - time log and issue link After *committing* in git repo, whi ... behaviour. First - link of commit to the issue *is not showing up* until someone *clicks* ... e git repo. After commit is linked to the issue, * time is not logged* on that issue *immediately* . It is logged on some random ... mple). Does anyone have similar behaviour?
- Defect #39553 (Closed): Mention notification is not sent (MENTION_PATTERN / LINKS_RE inconsistency)
- Hi, When I add an issue comment <pre>Hello @login!</pre> where ... e comment, the mention is highlighted in the issue history, but no notification is sent to the ... he at end of the string. Thanks, Thomas
- Defect #39548 (New): Internal Error reported when Viewing GIT repository
- I am using a locally hosted redmine instance ... dav/custom_middleware.rb:54:in `call' </pre>
- Defect #39537 (Closed): 500 Internal Server Error on issues?query_id=xx pages.
- Recently, I often get "500 Internal Server Er ... lly, when I call this page: @https://redmine/issues?query_id=xx@ Few days earlier, I did an ... //rubygems.org/' gem 'sidekiq', '<7' </pre>
- Defect #39535 (Needs feedback): The three dots do not work
- Good morning, We have been having problem ... Has this happened to anyone? Regards,
- Defect #39534 (Closed): Error (undefined method) in issue list PDF export
- Hi, I got an @undefined method `custom_fie ... /svn/entry/tags/5.0.6/lib/redmine/export/pdf/issues_pdf_helper.rb#L342. The error occurs whe ... ker of the exported ticket(s). In that case @issue.visible_custom_field_values@ does not contai ... d @cv.custom_field@ fails. <pre> cv = issue.visible_custom_field_values.detect do |v| ... ormatting? </pre> Best regards, Thomas
- Defect #39532 (New): Cant set opened parent issue for closed child issue
- When i try select parent issue - redmine filter parent lissue list same state as current issue. If current issue closed - list only closed issues in parent list if current issue open - list only open. looks not good. I ... d child ticket to opened parent - looks fair.
- Feature #39530 (New): Feature to Group Custom Fields by Category
- Enhance custom fields with a category that wi ... text of this request is there: message#69072.
- Feature #39529 (Needs feedback): Add tooltips for clarifying non-notifiable user mentions
- Currently, when a user without permission to view a particular issue is mentioned, they do not receive a notifica ... no indication that no email was sent. In issue ##39528, I proposed changing the background ... ve created a separate ticket for this matter.
- Feature #39528 (New): Change mention link color for users without access to view issues
- I propose a feature enhancement for better vi ... not have the permission to view a particular issue is mentioned, they do not receive a mention ... mention links for users who cannot view the issue. This visual cue would instantly inform othe ... be notified due to permission restrictions.
- Defect #39527 (Closed): Deprecate unused ApplicationHelper#render_if_exist
- @ApplicationHelper#render_if_exist@ was introduced in r19799 for #33102. After discussion in that issue and subsequent issue #36524, it was decided to remove the sidebar ... _if_exist_should_be_render_nil@ }}
- Defect #39521 (Closed): Mention autocomplete not displaying for users without "Edit issues" permission
- When users input the "@" symbol to mention other members within a issue's note textarea, the expected behavior is to ... er, seems to be contingent upon having "Edit issues" permissions. Users without these permissio ... or_auto_complete method is called within the issue/form partial. The issue/form partial, however, does not render for users lacking "Edit issues" permissions, hence obstructing the display ... hose who can edit tickets. Best regards,
- Defect #39519 (Closed): 500 Error when trying to add certain fields with the Add Filter feature
- I've noticed after upgrading to Redmine 5.0.5 ... spective plugins, but I wonder if this is an issue that has been noticed by your team as well. ... edmine/sudo_mode.rb:61:in `sudo_mode' </pre>
- Feature #39504 (Closed): REST API need created_by field in the API
- While creating an issue using REST API in similar to 'assigned_to_id' for an issue assigned to a user, need a 'created_by_id' while creating a issue
- Feature #39500 (Closed): Change the default n ... "Only for things I watch or I am assigned to"
- Currently, the default notification option fo ... f the following conditions are met. * The issue/object is *watched* by the user * The issue is *created* by the user * The issue is *assigned* to the user I think the def ... f the following conditions are met. * The issue/object is *watched* by the user * The issue is *assigned* to the user This is because Redmine 5.1.0 has an auto watch for newly created issues (#38238) and the option is enabled by defau ... set to only_my_events # The user creates an issue. Since all auto watches are enabled for the ... # The user receives notifications about the issue # The user decides they do not want to receive notifications anymore and unwatches the issue # But the user still receives notifications ... ly_my_events, and they are the author of the issue...
- Defect #39493 (Confirmed): Role with only :edit_own_issues no longer considered for workflow
- The change in #37635 rendered roles that only have the @:edit_own_issues@ permissions no longer usable because these ... of mine tested some behavior that is using @Issue#new_statuses_allowed_to@ with a minimal Role, only with @:edit_own_issues@, which failed with Redmine 5.1. This truly ... sages for Roles that can only edit their own issues but not add new one (e.g. customers with su ... lace? Unless the Role was created with @:add_issues@ first, and only later dropped, which is kind of what #37635 wanted to fix. Should @:edit_own_issues@ be added to @consider_workflow?@ or is that a case that shall not be supported at all?
- Defect #39443 (Closed): Invalid statement query error on MSSQL when role filter is used in issues query
- The following tests are failing on MS SQL. Un ... ition is expected, near ','. app/models/issue_query.rb:424:in `rescue in issues' app/models/issue_query.rb:380:in `issues' test/unit/query_test.rb:161:in `block ... h_assigned_to_for_users_with_the_Role_on_the_issue_project: Query::StatementInvalid: TinyTds:: ... ition is expected, near ','. app/models/issue_query.rb:424:in `rescue in issues' app/models/issue_query.rb:380:in `issues' test/unit/query_test.rb:161:in `block ... ition is expected, near ','. app/models/issue_query.rb:424:in `rescue in issues' app/models/issue_query.rb:380:in `issues' test/unit/query_test.rb:161:in `block ... ition is expected, near ','. app/models/...
- Defect #39437 (Closed): MySQL / MariaDB issue nested set deadlocks and consistency
- This relates to #19344 #19395 #23318 and #350 ... In our case (concurrent modifications to the issue nested set, i.e. by parallel modification of various issues' parent_id), this means: * the transaction is implicitly opened by Rails when @Issue#save@ is called * the nested set is locked ... might look like this (assuming the modified issues are part of the same (larger) nested set): * A starts transaction to update issue X * B starts transaction to update issue Y * several SELECTs are made by A and B (du ... he transaction (that would mean retrying the Issue#save, which may or may not be free of unwan ... l lock workaround I introduced above.
- Patch #39380 (Closed): Replace hardcoded issues count check with `limit` variable in IssuesController#retrieve_previous_and_next_issue_ids
- In IssuesController#retrieve_previous_and_next_issue_ids, the value `500` appears twice. One is a ... ss="ruby"> def retrieve_previous_and_next_issue_ids if params[:prev_issue_id].present? || params[:next_issue_id].present? @prev_issue_id = params[:prev_issue_id].presence.try(:to_i) @next_issue_id = params[:next_issue_id].presence.try(:to_i) @issue_position = params[:issue_position].presence.try(:to_i) @issue_count = params[:issue_count].presence.try(:to_i) else ... er_page_option limit = 500 issue_ids = @query.issue_ids(:limit => (limit + 1)) if (idx = ...
- Feature #39238 (Closed): Redirect to reposito ... ngesets to avoid the user-visible browser URL
- When POST'ing to repositories#fetch_changeset ... of directly showing the repository again, we issue a redirect to the repository's show page. Th ... This is implemented in the attached patch.