Search
Results (12572)
- Defect #43230 (Closed): [Rails 8] ArgumentErr ... 1) in ApplicationController#find_model_object
- Using Rails 8, multiple tests fail with the s ... udo_mode' </pre> I cannot find the exact issue from Rails that changed this behaviour and triggers this issue.
- Feature #43221 (Closed): Unify Activity date header color with the issue journal header
- The attached patch updates the background col ... the Activity view to @#f6f7f8@, to match the issue journal headers introduced in #40744 for con ... id grey;}.clipboard-202509191040-mtgiu.png!
- Defect #43211 (Closed): The "User already exi ... saving user form with corrected missing form
- Description: When attempting to create a new ... date for the user that has registered befour.
- Patch #43208 (Closed): Reduce requests sent for issue numbers, usernames, and Wiki page name autocompletion
- h3. Background / Purpose Currently, autocompletion for issue numbers (@#123@), usernames (@@username@), a ... typing @aaaaaaaaaa@ quickly after @#@ in an issue description, the endpoint /issues/auto_complete is called 10 times: <pre> Started GET "/issues/auto_complete?project_id=ecookbook&q=a" for ... Started GET "/issues/auto_complete?project_id=ecookbook&q=aa" for ... Started GET "/issues/auto_complete?project_id=ecookbook&q=aaa" for ... (snip) Started GET "/issues/auto_complete?project_id=ecookbook&q=aaaaaa ... aaaaa@) is sufficient. Although a single /issues/auto_complete request is lightweight, sendi ... to 12 * Verified that autocompletion for issue numbers, usernames, and Wiki page names works as before !{border:1px solid #ccc}issue...
- Patch #43206 (Closed): Remove deprecated icon-* classes from stylesheets
- Feature #43205 (Closed): Update to Rails 8
- Defect #43204 (Closed): Adds missing documentation for issue macro to fr and ru languages
- Patch #43203 (New): Reduce queries at Project#remove_inherited_member_roles
- When parent project has many members, clearin ... /models/member.rb:147:in 'Member#destroy' IssueCategory Update All (4.0ms) UPDATE `issue_categories` SET assigned_to_id = NULL WHERE ... ↳ app/models/member.rb:165:in 'Member#set_issue_category_nil' Project Load (5.1ms) SELEC ... /models/member.rb:147:in 'Member#destroy' IssueCategory Update All (2.9ms) UPDATE `issue_categories` SET assigned_to_id = NULL WHERE ... ↳ app/models/member.rb:165:in 'Member#set_issue_category_nil' Project Load (3.7ms) SELEC ... (52 queries, 0 cached) | GC: 70.9ms) </pre>
- Feature #43201 (Needs feedback): Enhancement ... tions: Individual Settings under "My Account"
- Description: Currently, users can only choos ... o be notified about changes in the following issues:” ** issues assigned to me ** issues I’m watching ** issues I own Statement: “I want to be notified about the following changes in the selected issues:” * List 1 (mandatory, single choice o ... start date, estimated effort, adding related issues) * List 2 (mandatory, at least one cho ... receive email notifications for the selected issues and the selected events according to these ... ant, and adaptable to each user’s work style.
- Patch #43196 (Closed): Improve spacing of checkboxes in CSV export options dialog
- The CSV export options dialog for issue lists shows a broken fieldset style. Curr ... dialog appears only in the CSV export of the issue list.
- Defect #43195 (Closed): 5.1-stable fails with RuboCop error Layout/EmptyLineAfterGuardClause
- The CI fails in the 5.1-stable branch due to ... 4475662/job/49888343834 <pre> app/models/issue.rb:2083:5: C: [Correctable] Layout/EmptyLine ... ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ </pre>
- Defect #43192 (Closed): Done ratio interval in issue context menu does not respect Done Ratio Interval setting
- This issue is copied from message#71092 by user#725345. ... base adapter PostgreSQL </pre>
- Defect #43190 (Closed): Multiple tests failing due to commit r23945
- It seems that commit r23945 caused the follow ... 710919 Failing tests: <pre> Failure: IssuesControllerTest#test_create_should_ignore_readonly_fields [test/functional/issues_controller_test.rb:4583]: Expected "" to be nil. bin/rails test test/functional/issues_controller_test.rb:4548 </pre> <pre> Failure: IssuesCustomFieldsVisibilityTest#test_index_with_partial_custom_field_visibility [test/functional/issues_custom_fields_visibility_test.rb:243]: Exp ... o be >= 1. bin/rails test test/functional/issues_custom_fields_visibility_test.rb:223 </pre ... commit to help maintain stable development.
- Feature #43184 (Closed): How to import the history data by CSV
- Hi, I use Redmine to perform the project man ... there any way to import the history? Rick
- Defect #43175 (Closed): Fix some issues with missing or misplaced html tags
- I found some problems in view files.
- Defect #43168 (Closed): Responsive mode layou ... table headers are enabled in related and sub-issues list
- When "Show table headers" is enabled in Administration > Settings > Issue tracking > Related and sub-issues list defaults, switching to responsive mode ... oduce: 1. Go to Administration > Settings > Issue tracking. 2. In Related and sub-issues list defaults, enable Show table headers. 3. Open an issue that has related issues or sub-issues. 4. View the page in responsive mode (narr ... er in the subject column. Related: ##43134
- Feature #43165 (New): A Roadmap for the Future of Redmine View Development
- A clear roadmap for the future of Redmine vie ... d when the relevant screen is opened. h2. Issues that have emerged during development * * ... ted by plugins and documenting this approach.
- Feature #43158 (New): Sort/group issues by version's due date? Productivity boost for working with date based priorities
- Hi, nobody likes editing due dates per individual issue. At least, redmine offers versions (mileston ... an have due dates. Unfortunatelly, in the issue view, we cannot sort/group issues by the version's due date... If we had that, *users could sort all their issues accross all projects without editing indivi ... tes*... Wouldn't this be fantastic? Thanks
- Patch #43148 (Closed): Traditional Chinese translation (to r23929)
- * Translations added: ** label_position, label_messag, wofa_already_setup
- Defect #43143 (Closed): Edit heading is hidde ... cky header after clicking the "Edit" link on issue page
- On the issue page, when clicking the Edit link, the page ... 5.04.png!| Steps to Reproduce: * Open an issue * Click the Edit link * The Edit heading is hidden behind the sticky header
- Defect #43135 (Closed): Default language list only English
- the default langulage list only English, but ... locales !clipboard-202508132029-p0l9h.png!
- Defect #43126 (Closed): Selected items lose their highlighting during actions
- I noticed a problem in the theme when using the bulk edit feature. When selecting multiple issues in a list, they are initially highlighted ( ... g disappears. This makes it unclear how many issues are still selected. Selected items shoul ... always knows how many item are being changed.
- Patch #43125 (Closed): Remove redundant fixtures declaration from OauthProviderSystemTest
- This patch removes a redundant fixture declar ... kers, :projects_trackers, :enabled_modules, :issue_statuses, :issues, - :enumerations, :custom_fields ... mine/actions/runs/16900512596/job/47878975048
- Feature #43095 (Closed): Support automatic list marker insertion in textareas
- When editing a text using Markdown or Textile ... iting structured content. !commonmark.gif!
- Feature #43091 (Closed): Tailwind CSS Theme for Redmine 6.0
- I've started a new theme for Redmine based on ... xv.png! !clipboard-202508021959-lilmc.png!