Project

General

Profile

Search

Results (12109)

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? 2022-07-25 16:30
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 2022-07-21 15:19
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_... 2022-07-21 02:47
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> 2022-07-20 14:48
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) 2022-07-20 11:18
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 2022-07-20 10:24
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. 2022-07-20 10:01
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> 2022-07-19 15:50
Patch #37465 (Closed): Update Rails to 5.2.8.1
2022-07-19 15:37
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. 2022-07-17 13:49
Patch #37452 (Closed): Update Rails to 6.1.7
Rails team released new versions of rails that fixes CVE-2022-32224 security issue (https://discuss.rubyonrails.org/t/cve-2022- ... ml_column_permitted_classes: [Symbol] </pre> 2022-07-17 12:27
Patch #37451 (Closed): Add missing fixture versions to IssuesPdfHelperTest
IssuesPdfHelperTest randomly fails due to a missin ... /rails test test/unit/lib/redmine/export/pdf/issues_pdf_test.rb:40 Run options: --seed 27822 # Running: E Error: IssuesPdfHelperTest#test_fetch_row_values_should_be_able_to_handle_parent_issue_subject: ActiveRecord::RecordInvalid: Valid ... e list test/unit/lib/redmine/export/pdf/issues_pdf_test.rb:45:in `test_fetch_row_values_should_be_able_to_handle_parent_issue_subject' rails test test/unit/lib/redmine/export/pdf/issues_pdf_test.rb:40 </pre> 2022-07-17 02:13
Defect #37441 (Closed): No monospace (fixed length) font in markdown any longer
Monospace fonts used to work fine prior to up ... length fonts: attachment:rendering.png 2022-07-15 00:48
Defect #37407 (Closed): REST API Issues.xml call returning 204 no content
I'm helping to convert a customer from old re ... preadsheet with VBA/Macros making updates to Issues in Redmine via REST API and @issues.xml@ call. The spreadsheet has multiple issue records in it that need to be updated from s ... When the routine runs to update the first issue record I see the query come into redmine in ... pdated in redmine oddly enough for the first issue record in the list. so maybe this is just a ... yment but not a ton. <pre> Started PUT "/issues/18610.xml?key=##########################" f ... at 2022-07-12 17:48:55 -0400 Processing by IssuesController#update as XML Parameters: {"issue"=>{"status_id"=>"11", "description"=>nil, "c ... view_customize 3.0.0 </pre> 2022-07-13 00:30
Defect #37394 (New): uninitialized constant Redmine::WikiFormatting::CommonMark::HTML (NameError)
There appears to exist a loading issue, probably connected to the Zeitwerk loader, ... as to be investigated and fixed if necessary. 2022-07-09 17:41
Defect #37390 (Closed): Extraneous whitespace when selecting and copying issue number on Chrome/Windows
On Chrome and Chrome-derived browsers on Windows, when selecting the issue number in the title an extra whitespace at the end of the issue number. Our analysis shows this is due to ... auses a visible space between the 2 elements. 2022-07-07 12:33
Defect #37389 (Closed): Add missing fixture to JournalObserverTest
After #37171 some tests in journal_observer_test may fail if issue_categories fixtures not loaded. Reproduce ... test TEST=test/unit/journal_observer_test.rb@ 2022-07-06 18:14
Defect #37388 (Needs feedback): Not Able to Upload Files Using Google Chrome
Hi all, Refer to my Redmine information be ... Redmine plugins: no plugin installed 2022-07-06 14:46
Defect #37379 (Closed): Thumbnail macro does ... attached and preview is displayed immediately
Steps to reproduce: # Open the wiki edit pag ... nail will be displayed without any problems.) 2022-07-03 15:10
Defect #37369 (Closed): Mention auto-complete not works in bulk-edit comments
When I make a bulk-edit, mention auto-complete not works. Redmine 5.0.2 2022-06-28 16:43
Feature #37366 (New): Redmine Docker - Easy deploy upgrade, administer
Good Day All, I want to find documentation ... Redmine administrator site to make it secure. 2022-06-28 13:34
Feature #37365 (Closed): Allow users to choose textile or markdown formatting
Currently you can only set the the Text forma ... an't manually select what you prefer at user/issue/project base. Additionally upgrading from ... possibility to choose the formatting at user/issue/project base. Without the option a transiti ... tuff could keep textile, new stuff markdown). 2022-06-28 12:09
Defect #37364 (Closed): Complex ticket search causes 500 Internal Server Error
If you execute an complex ticket search like ... filled in the adressline, while executing: /issues?utf8=✓&set_filter=1&sort=updated_on%3Adesc% ... _on&c[]=assigned_to&group_by=assigned_to&t[]= 2022-06-28 12:06
Feature #37363 (New): Add native support for OIDC
Considering that: * Support for OpenID has b ... rators to have redmine natively support OIDC. 2022-06-28 09:14
Feature #37362 (Closed): CSV export of issues report
CSV export of the Issues Report would help project managers create d ... 35px; border: 1px solid grey;}.csv-export-of-issues-report.png! 2022-06-28 07:45
(576-600/12109)