Search
Results (31867)
- Feature #37571 (New): Custom email sender per project
- I need to set a custom email sender per proje ... roject specific mail from address > if @issue > new_mail = @issue.project.custom_field_values[0].value > ... someting like this could be add to redmine.
- Help: RE: How to Define "Due date" by create issues from emails?
- I found the keywords list in wiki. But the ke ... t shown on "Description". As the photo below.
- Hi, I was trying to create some issues by email. I know that I can define the issues' Project by the key word "Project" and the ... ce for your help. Best regards, Spike
- Help: RE: Inline editing of issue attributes
- At RedmineX, we are currently working on this ... /www.redmine-x.com/redmine-x-plugins/roadmap/issue-list-inline-edit. Estimated time of release: ... d. Michael from https://www.redmine-x.com
- Help: RE: Need to understand find_project_rep ... epositories_controller (potential paid work?)
- That was it! Changesets ended up getting loaded by the plugin, but it looks like they may have an issue being saved: <pre> Completed 404 Not Found ... mine/sudo_mode.rb:61:in `sudo_mode' </pre>
- Feature #37568 (Closed): It should be possibl ... n a subtask without affecting the parent task
- When setting a due date on a subtask, the par ... 5, ruby 2.7, mariadb 10 (mysql) Thanks :)
- Defect #37566 (Closed): The number of the ord ... indentation does not match the unordered list
- How to reproduce 1. create a project and i ... ore.png! *After* !{width:800px}after.png!
- Patch #37565 (Closed): Performance problem when filtering issues by custom-field value
- Hello We noticed a significant impact on p ... in the latest versions, after the fix of the issue described in #37255. Some queries, which pr ... han 60 seconds ; specifically when filtering issues by custom value. Digging into the genera ... nces. So, here is a patch to address this issue. Thank you for reviewing it. <pre><code class="diff"> diff --git a/app/models/issue_custom_field.rb b/app/models/issue_custom_field.rb index 285a0d48c..57e2cc8a7 100644 --- a/app/models/issue_custom_field.rb +++ b/app/models/issue_custom_field.rb @@ -40,6 +40,7 @@ class IssueCustomField < CustomField " OR #{Issue.table_name}.project_id IN (SELECT project_id ... ondition}) AND (#{project_condition}) AND (#{Issue.visible_condition(user)}))" + "((#{sql}) ... ondition}) AND (#{project_condition}) AND (#{...
- Defect #37562 (Closed): POST Requests to repo ... l with "Can't verify CSRF token authenticity"
- The issue has been reported as #33029#note-6 and #3302 ... ontroller::InvalidAuthenticityToken): </pre>
- Patch #37558 (Closed): Update webdrivers to 5.0
- Upgrade webdrivers, etc. To enable system tes ... without a browser (Docker environment, etc.).
- Development: RE: bounties, crowdfunding: how to fund things in Redmine?
- Thanks for the feedback. I generally agree ... those points there? https://www.redmine.org/issues/5458 The question that arises then is ho ... ht amount of money and share it around fairly
- Defect #37553 (New): query as_params error
- Hello, In my page if we click on "Issues assigned to me" we're redirect to issue page with the query, but it's not the same. ... To have the same result between my/page and issue's page. You need to change : <pre> params[ ... ject{ |v| v.empty? }.empty? </pre> Thanks
- Defect #37552 (New): Accessibility, overview project/issue ; issues view, filters/options: not usable by keyboard, expanded-status missing
- Overview-page of a project or view-page of an issue: Sometimes there is an actions-button callin ... uration" in the menu, in the view mode of an issue there are the actions "copy link" and "delet ... . Both defects are also applicable on the issues view, expandable elements "filters" and "op ... ic sector we need to use accessible software.
- Defect #37550 (New): Accessibility, formatting buttons: focus order / accessibility label
- Editing of issues, forum messages: The focus order (using tab ... label="Strong" where you have title="Strong".
- Patch #37549 (Closed): How to properly apply a Patch to a Redmine installed through Docker
- Hello, I have a docker-compose file used t ... e but haven't found anything related to this issue. Right now my only option seems to be buil ... issing something simple ? Thanks. Regards
- Feature #37542 (New): Negative filters for issue id and parent id for custom queries
- There should be also "is not" operator available for "Issue" and "Parent task" filter. That would be very useful to see all issues but these under specific parent(s).
- Defect #37540 (New): If issue assigned to is a group, email will not send normally.
- I had set a group that has some users. Now, to create a issue and assign this issue to the group, set due day as yesterday, exe ... 7910b7b158 @uri=#<URI::GID gid://redmine-app/Issue/4218>>, #<GlobalID:0x0000557910b79100 @uri=#<URI::GID gid://redmine-app/Issue/4241>>, #<GlobalID:0x0000557910b783e0 @uri=#<URI::GID gid://redmine-app/Issue/4242>>, #<GlobalID:0x0000557910b77490 @uri=#<URI::GID gid://redmine-app/Issue/4243>>, #<GlobalID:0x0000557910b763b0 @uri=#<URI::GID gid://redmine-app/Issue/4244>>, #<GlobalID:0x0000557910b75410 @uri=#<URI::GID gid://redmine-app/Issue/4245>>, #<GlobalID:0x0000557910b745b0 @uri=#<URI::GID gid://redmine-app/Issue/4246>>, #<GlobalID:0x0000557910b73700 @uri=#<URI::GID gid://redmine-app/Issue...
- Defect #37539 (Closed): Issue index filtering with custom field became unusable with Redmine 4.2.7
- When running an issue query with a custom field used on filtering, ... 0f3d231de4dff9450 or even only reverting the issue_custom_field.rb change (removing issue visibility condition) makes the performance ... ustom field 105 in this example is a boolean issue custom field, but this issue does not seem to be related to the type of t ... different versions of Postgresql Ruby etc.
- Feature #37532 (Closed): Add CSS class for relation type to related issues list
- There is a function @css_classes_for@ in @IssueRelation@ but only used when displaying relat ... s useful to add classes in relations list in issue details.
- Defect #37531 (Closed): after RM upgrade: Act ... ss: ActiveSupport::HashWithIndifferentAccess)
- After migration from 4.1.5 to 4.2.7 everythin ... 1 #5377] FATAL -- : 21: 22: <% if @issue.safe_attribute? 'assigned_to_id' %> 23: ... signed_to_id, principals_options_for_select(@issue.assignable_users, @issue.assigned_to), 25: :include_blank => true, :required => @issue.required_attribute?('assigned_to_id') %> 26: <% if @issue.assignable_users.include?(User.current) %> ... <a class="assign-to-me-link<%= ' hidden' if @issue.assigned_to_id == User.current.id %>" href=" ... as done along with Ruby2.6 to Ruby2.7 switch.
- Help: RE: Has 500 Internal Server Error when upgrade 4.1.1 to 4.2.7, please help.
- BTW, I found 1 issue will cause Internal Erro 500, if execute <pr ... -system 3.1.3 </pre> I had reproduce this issue serval times. Just noted.
- Feature #37530 (Closed): Add timeout for thumbnail generation process
- When @Redmine::Thumbnail.generate@ generates ... Because there were multiple accesses to the issue with the PDF attached, all processes of Redm ... to prevent similar problems from occurring.
- Help: RE: Has 500 Internal Server Error when upgrade 4.1.1 to 4.2.7, please help.
- Go MAEDA wrote: > Could you try replacing th ... ork.. wish can help others who have the same issue. :) # Install apt packages <pre> sudo a ... ce apache2 restart </pre> # Working good...
- Patch #37528 (Closed): Don't load changesets when IssuesController#show processes API requests without "include=changesets"
- Currently, changesets are always being loaded in IssuesController when API requests for IssuesController#show are made. However, loading C ... d patch can improve the performance of "GET /issues/:id.(json|xml)" by loading changesets only when they are necessary.
- I try to upgrade OS and Redmine from 4.1.1 to ... shows 500 Internal Server Error when I click issues or admin/Settings, I found the Error messa ... els/query.rb:134:in `initialize' app/models/issue_query.rb:256:in `new' app/models/issue_query.rb:256:in `block in available_columns' app/models/issue_query.rb:256:in `collect' app/models/issue_query.rb:256:in `available_columns' app/mod ... els/query.rb:1003:in `statement' app/models/issue_query.rb:324:in `base_scope' app/models/issue_query.rb:329:in `issue_count' app/controllers/issues_controller.rb:51:in `block (2 levels) in index' app/controllers/issues_controller.rb:49:in `index' lib/redmine/su ... mine_hearts 2.0.1 redmine_issue_templates 1.1.0 redmine_...