Project

General

Profile

Search

Results (12430)

Defect #36446 (Closed): Watchers autocomplete ... from multiple objects with different projects
Autocomplete is broken when bulk adding watchers for issues from different projects. How to reproduce: 1. Open /issues. 2. Select two issues from different projects. 3. Press RMB. 4. ... plete_for_user@ actions and authorize a user. 2022-01-18 12:45
Defect #36444 (New): Validation error message ... ackers are assigned to a project is confusing
Assume that you are trying to create an issue via email. If no tracker is associated to the target project, the issue creation will fail and you will see a valida ... ink the error message needs some improvement. 2022-01-18 07:56
Patch #36438 (New): Support nulls first/last option for sorting order of custom queries
A lot of RDBMS has support for placement of n ... ip_20220117-150142.png! And the result of issues sorted by @due date ascending nulls last@: ... cate but it's fine using SQLite3 or Postgres. 2022-01-17 13:41
Patch #36429 (Closed): Make issue tabs DOM more consistent
It is currently difficult to consistently style the tabs in the issue history because the DOMs are different. 2022-01-13 17:07
Feature #36422 (Closed): ERPmine Plugin Log Time Issue
I have Installed ERPmine Plugin in our Redmin ... the log time error screenshot in attachment. 2022-01-12 11:55
Defect #36421 (Closed): RusRedmineProjectSett ... by strange information not related to Redmine
https://www.redmine.org/projects/redmine/wiki ... (or owner of this system should be informed). 2022-01-12 08:17
Patch #36416 (Closed): Cleanup more dependent objects on project delete
On project deletion, there are currently some ... nup previously orphaned rows in the database. 2022-01-11 20:11
Feature #36412 (New): Possibility to mark "No ... quired" in "Workflow->Fields permissions" tab
*Use Case:* I want my users to change Issue statuses freely, but when a user marks Issue as "Done", I want them to write obligatory n ... Notes" field can't be there. Kind regards, 2022-01-10 23:53
Defect #36396 (Closed): Custom I18n Pluralization rules are not applied correctly
Currently "custom pluralization rules":https: ... module not being loaded in the correct class. 2022-01-07 12:05
Defect #36389 (Closed): Filter parameters of Query string do not work when default query is enabled
Normally, clicking trackers or numbers in the issues tracking in the project's overview will display the issues list filtered by these conditions. If the ... default query will be applied to display the issues list. 2022-01-06 03:27
Defect #36384 (Closed): Error on roadmap creation after migrating to 4.2.3
I recently migrated our redmine version from ... ) Chrome/96.0.4664.110 Safari/537.36" </pre> 2022-01-04 20:19
Feature #36382 (Closed): Redmine Timesheets Application compatible with Redmine 4.2.3
Is it possible to upgrade Redmine Timesheets ... n compatible with Redmine version 4.2.3 ? 2022-01-04 11:33
Defect #36380 (Closed): Redmine passenger ima ... tingError (No route matches [GET] "/metrics")
After we bring up the image the application c ... the stack trace keeps printing repetitively. 2022-01-02 20:39
Defect #36377 (Closed): Encoding drop-down in ... ding in Korean, Thai, and Shimplified Chinese
The "Encoding" drop-down is supposed to defau ... y; width: 769px;}.wrong-default-encoding.png! 2022-01-01 08:32
Feature #36376 (New): accidentally delete a member in the project member settings
h3. problem When checking multiple members ... 常に表示される「編集」を右端固定とし、条件によって表示される「削除」を右から2番目にする。 2021-12-31 16:57
Feature #36374 (New): Add sign in page caps lock indicator
For ease if use and as part of best practices ... is helps prevent lockouts!! This is a known issue 2021-12-30 16:45
Feature #36370 (New): Add Copy and Archive to the project context menu
Currently, the context menu for a project has ... r: 1px solid grey;}.add-copy-and-archive.png! 2021-12-30 06:32
Defect #36369 (Closed): Wrong Linux Chrome accesskey prefix in docs
At least for me, the accesskey prefix that wo ... ne/wiki/RedmineKeyboardNavigation#Accesskeys. 2021-12-29 20:16
Defect #36368 (New): show in assignable user when he/she is not member of that project
When moving an issue to another project that author of issue is not member of that, in edit form 'author' ... n fix the error. <pre> Index: app/models/issue.rb <+>UTF-8 ============================== ... =================== diff --git a/app/models/issue.rb b/app/models/issue.rb --- a/app/models/issue.rb (revision ec859e41d689ee3432113c3bd74ba48d060c9a2f) +++ b/app/models/issue.rb (date 1640777418920) @@ -975,7 +975,7 @@ ... users << assignee end </pre> 2021-12-29 14:30
Defect #36363 (Closed): Cannot select text in a table with a context menu available
I often try to copy the issue id or subject in the issues table. When I try to select a range of tex ... Selection() when only one line is selected. 2021-12-28 07:46
Defect #36361 (Closed): IssueRelationsControllerTest#test_bulk_create_should_show_errors randomly fails
The test will be always failed if the followi ... Running: .................F Failure: IssueRelationsControllerTest#test_bulk_create_should_show_errors [test/functional/issue_relations_controller_test.rb:270]: "IssueRelation.count" didn't change by 3. Expected: 5 Actual: 6 rails test test/functional/issue_relations_controller_test.rb:269 ..... ... rtions, 1 failures, 0 errors, 8 skips </pre> 2021-12-27 07:46
Defect #36360 (Closed): IssuesSystemTest fails with ArgumentError in Ruby 3.1
<pre> Error: IssuesSystemTest#test_bulk_edit: ArgumentError: w ... ts (given 2, expected 0..1) test/system/issues_test.rb:401:in `test_bulk_edit' rails test test/system/issues_test.rb:356 </pre> <pre> Error: IssuesSystemTest#test_bulk_copy: ArgumentError: w ... ts (given 2, expected 0..1) test/system/issues_test.rb:465:in `test_bulk_copy' rails test test/system/issues_test.rb:424 </pre> <pre> Error: IssuesSystemTest#test_update_issue_status: ArgumentError: wrong number of arguments (given 2, expected 0..1) test/system/issues_test.rb:228:in `block in <class:IssuesSystemTest>' rails test test/system/issues_test.rb:223 </pre> 2021-12-27 05:04
Patch #36352 (Closed): IssuesSystemTest#test_bulk_edit fails due to r21248
IssuesSystemTest#test_bulk_edit will always fail. ... =test bundle exec rake test TEST=test/system/issues_test.rb Run options: --seed 55711 # Run ... ts/failures_test_bulk_edit.png E Error: IssuesSystemTest#test_bulk_edit: Capybara::Elemen ... V[1]/DIV[4]/DIV[2]/DIV[4]"> test/system/issues_test.rb:369:in `block in test_bulk_edit' test/system/issues_test.rb:368:in `test_bulk_edit' rails test test/system/issues_test.rb:356 ................ Finished ... rtions, 0 failures, 1 errors, 0 skips </pre> 2021-12-24 08:58
Defect #36349 (New): Problem with adding peopel to existing tasks
Hello everyone, we've got a problem with add ... are unable to add anyone to be even reporter. 2021-12-22 12:08
Patch #36347 (Closed): Add missing fixture to IssuesHelperTest
IssuesHelperTest has failed. If you run the comman ... d 57576 # Running: .....F Failure: IssuesHelperTest#test_render_relations_stats [test/helpers/issues_helper_test.rb:435]: "<a href="/issues?issue_id=16%2C17&amp;set_filter=true&amp;status_id=o">1 open</a>" not found in "<span class="issues-stat"><span class="badge badge-issues-count"><a href="/issues?issue_id=16%2C17&amp;set_filter=true&amp;status_id=%2A">2</a></span> (<span class="open"><a href="/issues?issue_id=16%2C17&amp;set_filter=true&amp;status_id ... </span>)</span>" rails test test/helpers/issue... 2021-12-22 07:25
(1026-1050/12430)