Search
Results (12488)
- 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.).
- 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.
- 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.
- 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.
- Defect #37517 (Closed): User disclosure vulnerability via "Forgot password" functionality
- The redmine application reveals the existing ... xists, is pending approval or is incorrect.
- Defect #37499 (Closed): Default query should ... query is not allowed to be set as the default
- There are conditions on the queries that can ... h the following steps. 1. Create a public issue query 2. Set the query as the project defau ... y" 4. Login with another user and open the "Issues" tab of the project. The user will get an e ... as the default is the current default query.
- Defect #37489 (New): time consuming function function on showing an issue
- Hi There is a function @retrieve_previous_and_next_issue_ids@ in @issues_controller@ @show@ action that is too heavy when you have many issues. In my test, getting an specific issue by API takes about 2 seconds, but exactly the same issue in web browser takes about 10 seconds. after commenting @retrieve_previous_and_next_issue_ids@, web browser also responses quikely. ... se function except showing prev/next link in issue view page? 2. Is is suitable to have an opt ... ossible to make this function more efficient?
- Defect #37481 (Closed): Fix the unintentional selection of rows with the context menu
- There is a problem when selecting an issue row with the context menu. Steps to Reproduce 1. Display the issue list and click on any line in the middle to ... onally. The patch can be applied to r21734
- Patch #37477 (Closed): Add missing fixture issue_categories to MyControllerTest
- <pre> $ bin/rake db:reset $ bin/rails test ... or: MyControllerTest#test_page_with_watched_issues_block_should_not_show_issues_from_closed_projects: ActiveRecord::Record ... oller_test.rb:355:in `test_page_with_watched_issues_block_should_not_show_issues_from_closed_projects' rails test test/ ... r: MyControllerTest#test_page_with_reported_issues_block_should_not_show_issues_from_closed_projects: ActiveRecord::Record ... ller_test.rb:327:in `test_page_with_reported_issues_block_should_not_show_issues_from_closed_projects' rails test test/ ... r: MyControllerTest#test_page_with_assigned_issues_block_should_not_show_issues_from_closed_projects: ActiveRecord::Record ... ller_test.rb:299:in `test_page_with_assigned_issues_block_should_not_show_...
- Defect #37476 (Closed): Psych::DisallowedClass exception when loading default plugin settings
- After r21722 redmine keeps throwing a @Psych: ... me. Here for example I installed @redmine_issue_templates@ and then in console trying to get ... .1) irb(main):001:0> Setting.plugin_redmine_issue_templates (2.4ms) SELECT sqlite_version ... "id" DESC LIMIT ? [["name", "plugin_redmine_issue_templates"], ["LIMIT", 1]] Traceback (most ... app/models/setting.rb:320:in `plugin_redmine_issue_templates' 2: from app/models/setti ... ed' => true} end end </code></pre>
- Defect #37473 (Closed): Focus IssueId not working when linking issues
- When I click on the _add_ link in the linked issues section of an issue, the kind Combo and the IssueNumber edit are displayed. Before (can't reme ... received focus, so that I could just type in issue number directly after clicking _Add_. Now, I ... s may be wrong as I am in french translation)
- Patch #37470 (Closed): Add missing fixture versions to MailHandlerControllerTest
- <pre> $ bundle exec rails db:reset test TEST ... MailHandlerControllerTest#test_should_update_issue [/home/makurin/Work/clean-redmine/test/funct ... d: Target version is not included in the list
- Patch #37469 (Closed): Add missing fixture versions to RepositoryTest
- One test is failing: @$ bundle exec rails ... ory_test.rb:271:in `test_scan_changesets_for_issue_ids' 51: from /home/makurin/Work/clean-red ... rb:272:in `block in test_scan_changesets_for_issue_ids' 49: from /home/makurin/Work/clean-red ... ls/repository.rb:359:in `scan_changesets_for_issue_ids' 48: from /home/makurin/.rbenv/version ... ls/repository.rb:286:in `scan_changesets_for_issue_ids' 45: from /home/makurin/.rbenv/version ... models/changeset.rb:162:in `scan_comment_for_issue_ids' 42: from /home/makurin/.rbenv/version ... /associations/builder/association.rb:111:in `issues=' 41: from /home/makurin/.rbenv/versions/ ... Error) Adding a versions fixture fixed it.
- Patch #37466 (Closed): Add missing fixture issue_categories to VersionTest
- <pre> $ bin/rake db:reset $ bin/rails test ... Failure: VersionTest#test_should_update_all_issue's_fixed_version_associations_in_case_the_hie ... ls test test/unit/version_test.rb:230 </pre>
- Patch #37465 (Closed): Update Rails to 5.2.8.1
- Defect #37453 (Closed): No email sent to me from redmine.org
- Hi I dont know is here the right place to report this issue or not. Execuse me if it is wrong place. Th ... o notification sent to me from redmine.org.