Search
Results (12429)
- Defect #41957 (Closed): Remove nesting selectors because are not support in old browsers
- *database manager version* mysql Ver 8.0.26 ... height: 0.75rem; } } </code></pre>
- Patch #41954 (New): Update extract_fixtures task with configurable output directory
- I noticed that running @extract_fixtures@ rak ... k-with-configurable-dir.patch@) solves above issue with configurable output directory by @DIR@ ... t things (3rd to 5th) and these are optional.
- Patch #41951 (Closed): Fix random test failure in IssueTest due to unsorted expected_statuses
- <pre> Failure: IssueTest#test_new_statuses_allowed_to_should_only_return_transitions_of_considered_workflows [test/unit/issue_test.rb:895]: --- expected +++ actual @@ -1 +1 @@ -#<ActiveRecord::Relation [#<IssueStatus id: 2, name: "Assigned", is_closed: fa ... nil, description: "Description for Assigned issue status">, #<IssueStatus id: 1, name: "New", is_closed: false, ... atio: nil, description: "Description for New issue status">]> +[#<IssueStatus id: 1, name: "New", is_closed: false, ... atio: nil, description: "Description for New issue status">, #<IssueStatus id: 2, name: "Assigned", is_closed: fa ... nil, description: "Description for Assigned issue status">] bin/rails test test/unit/...
- Defect #41947 (Closed): Collapse arrow shows the wrong direction at /workflows/edit
- The views for assigned user and owner are clo ... ttom. !clipboard-202412071506-5vgln.png!
- Defect #41946 (Closed): /workflows/edit puts used_statuses_only twice at url
- 1. got to /workflows/edit 2. mark used statu ... l&used_statuses_only=0&used_statuses_only=1
- Patch #41941 (Needs feedback): Add support for tel: protocol to custom fields
- These days softphones are very popular and us ... significantly increase the comfort for users.
- Defect #41940 (Closed): Wrong links in email notifications
- Hello, I noticed that all the links displa ... up the cache, restart Apache, but still, the issue remains... What am I doing wrong ?? Thanks
- Feature #41935 (Closed): Add "editable" attribute in the custom fields API response
- editable field is not shown in custom fields json/xml
- Patch #41934 (Closed): Fix random test failur ... _should_copy_requested_items due to missing :issue_categories fixture
- Test failure: <pre> Failure: ProjectsContr ... onal/projects_controller_test.rb:1469]: All issues were not copied. Expected: 7 Actual: 4 ... es, :queries + :roles, :queries, :issue_categories include Redmine::I18n </code></pre>
- Defect #41932 (New): Windows installation
- Hello dear community, I’m having trouble i ... complete the installation. MySQL is causing issues, the database versions seem incompatible, g ... greatly appreciated! Thank you in advance!
- Patch #41931 (Closed): Fix random failures in IssueRelationTest#test_create_with_initialized_jou ... conditions for retrieving the expected detail
- The @IssueRelationTest#test_create_with_initialized_jou ... ith the following error: <pre> Failure: IssueRelationTest#test_create_with_initialized_journals_should_create_journals [test/unit/issue_relation_test.rb:220]: Expected: "relation" Actual: "attr" bin/rails test test/unit/issue_relation_test.rb:202 </pre> The exact ... This behavior appears to be correct. When an IssueRelation with a "precedes" type is created, "the handle_issue_order callback":https://github.com/redmine/r ... 5f5d7f5c52f6dce5a5f0ebd707cc30289/app/models/issue_relation.rb#L186-L192 updates the due_date and start_date of the related issue. These updates are recorded in the journal, ... ><code class="diff"> diff --git a/test/unit/issue_relation_test.rb b/test/unit/issue...
- Defect #41930 (Closed): Redirection after signing in fails when the back_url includes a port number
- If URI contains a port, I cannot redirect to ... es InvalidURIError end </code></pre>
- Defect #41925 (Closed): Context menu submenus ... ctedly on Gantt chart due to z-index conflict
- In the Gantt chart, when interacting with the ... order: 1px solid #ccc}gantt-context-menu.gif!
- Defect #41918 (Closed): Replaces warning icon with SVG in watcher list and workflow warnings
- The warning icon shown in the watcher list for users who cannot view the issue is still an old image. I propose a patch to ... dth:300px}clipboard-202412021338-uuwec.png! |
- Patch #41914 (Closed): Fix random test failur ... xity due to missing explicit language setting
- <pre> Failure: UserTest#test_validate_passw ... rails test test/unit/user_test.rb:566 </pre>
- Feature #41910 (Closed): Bold current user's name in Assignee and Author columns on issues list
- It would be a nice improvement on the UI side if, in each query (custom or not), the issues assigned to me were highlighted with bold t ... re https://github.com/mrliptontea/PurpleMine2
- Feature #41906 (Closed): Enhance font consist ... ting font-family in input and select elements
- After ##41321, the font was changed to enhanc ... se when the user read and when the user write
- Patch #41902 (Closed): Fix class name to match file name in keyboard_shortcuts_test.rb
- This patch fixes the class name from @InlineA ... kers, :projects_trackers, :enabled_modules, :issue_statuses, :issues, :enumerations, :custom_fields ... lues, :custom_fields_trackers, </code></pre>
- Patch #41901 (Closed): Fix random test failure in DestroyProjectsJobTest due to unsorted @projects
- The test "schedule should enqueue job" fails ... 42 </pre> Adding @.order(:id)@ fixes the issue by ensuring consistent ordering of @@project ... :Base.deliveries.clear end </code></pre>
- Defect #41895 (Closed): Spent time CSV report returning `hours` as Rational instead of Float
- Same issues as in Defect #41819 only for CSV report, th ... <pre><code class="shell"> Date;Author;Hours;Issue;Comment 24.11.2024;User Name;1,5;Servicerequest #1364: Issue #1;"" 23.11.2024;User Name;0,75;Servicerequest #1415: Issue #2;"" 23.11.2024;User Name;0,5;Servicerequest #1416: Issue #3;"" 22.11.2024;User Name;4,25;Servicerequest #1415: Issue #2;"" </code></pre> CSV report from Re ... <pre><code class="shell"> Date;Author;Hours;Issue;Comment 24.11.2024;User Name;3/2;Servicerequest #1364: Issue #1;"" 23.11.2024;User Name;3/4;Servicerequest #1415: Issue #2;"" 23.11.2024;User Name;1/2;Servicerequest #1416: Issue #3;"" 22.11.2024;User Name;17/4;Servicerequest #1415: ...
- Patch #41894 (Closed): Fix random test failur ... om_params returns results in consistent order
- @WatchersController#find_objects_from_params@ ... ojects@. The attached patch resolves this issue by ensuring results are consistently ordered ... ect_id%5B%5D=7&object_id%5B%5D=9&object_type=issue/ to match "$('#ajax-modal').html(\n '<h3 cl ... ct_type\\\" id=\\\"object_type\\\" value=\\\"issue\\\" autocomplete=\\\"off\\\" />\\n <inp ... ect_id%5B%5D=9&object_id%5B%5D=7&object_type=issue\\'\\n )\\n//]]>\\n<\\/script>\\n <d ... ional/watchers_controller_test.rb:200 </pre>
- Patch #41889 (Closed): Fix random test failur ... ntionableTest due to unsorted mentioned_users
- Some tests in @Redmine::Acts::MentionableTest@ fail randomly because @issue.mentioned_users@ returns users in an unspecified order.
- Feature #41885 (New): Settings, Time Tracking ... by' option to extend default spent time view
- Please, add option 'Group by' in Settings / T ... er/2024-11-28_035917_1344x1067_OVXbt06hIY.png
- Defect #41883 (Closed): Download button in issue comments still uses deprecated raster icon
- Affected Redmine 6.0.1
- Patch #41881 (Closed): Improper deletion of custom fields in IssueNestedSetConcurrencyTest causes test failures of other tests
- Testing in a particular order will fail. < ... .rb:40 \ test/unit/issue_nested_set_concurrency_test.rb \ ... custom_fields and custom_values # test/unit/issue_nested_set_concurrency_test.rb ** this test ... using `destroy_all` instead of `delete_all`.