Search
Results (31867)
- 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?
- Help: RE: Adapt issue overview for all users
- Thank you VERY much! I see Version 5.0.0 a ... his question. Thank you! Plastikschnitzer
- Help: RE: Adapt issue overview for all users
- Plastik Schnitzer wrote: > if I want to adapt my issue overview, for example add fields which are n ... ily do that with the options shown above the issue list and apply it. FYI and FTR: when filters are _applied_ to the issue list (and the gantt and calendar for that matter), you'll be creating a [[RedmineIssueList#Applying-and-saving-filters|custom query]] (more specifically a custom issue query) that is +in-memory+ (i.e. not saved i ... equently _saved_ (which is possible from the issues list and the gantt), it becomes a custom qu ... se (as a "@query@" entity of the [STI] type @IssueQuery@). Plastik Schnitzer wrote: > How c ... AEDA wrote: > > Now you can set the default issue query per app/project/user. The project-leve ... es: > > > > * App-level: Administration > Issue tracking > Default Query > > * Project-level: Settings (project) > ...
- Hi all, if I want to adapt my issue overview, for example add fields which are n ... ily do that with the options shown above the issue list and apply it. How can I change this ... possible? Best regards, Sebastian Depke
- Plugins: RE: Plugin "Parent issue filter plugin" does not support Redmine 4.1.X and 4.2.X
- Hi, unfortuately I don't have a quick fix ... ly in V4.1.x, too? Kind regards, Bernhard
- 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
- Feature #37480 (Closed): CSV export of project memberships
- project members CSV is useful for recording m ... 500px; border: 1px solid #ccc}screenshot.png!
- 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_...
- Hello, All. Plugin "Parent issue filter plugin" by "onozaty":https://github.com/onozaty/redmine-parent-issue-filter does not support Redmine 4.1.X and 4. ... re' 19: from RedMine/plugins/parent_issue_filter/init.rb:1:in `<top (required)>' ... re' 5: from RedMine/plugins/parent_issue_filter/lib/redmine_parent_issue_filter.rb:38:in `<top (required)>' 4: from RedMine/plugins/parent_issue_filter/lib/redmine_parent_issue_filter.rb:38:in `include' 3: from RedMine/plugins/parent_issue_filter/lib/redmine_parent_issue_filter.rb:7:in `included' 2: from RedMine/plugins/parent_issue_filter/lib/redmine_parent_issue_filter.rb:7:in `class_eval' 1: from RedMine/plugins/parent_...
- Open discussion: RE: Ha ocurrido un error mie ... r. [MRXP264CA0019.FRAP264.PROD.OUTLOOK.COM] )
- *Hello, Soporte TI.* Please use this topic ... /en-us/exchange/mail-flow-best-practices/fix-issues-with-printers-scanners-and-lob-applications-that-send-email-using-off#fix-issues-with-smtp-client-submission and change y ... /pre> Use your *user_name* and *password*
- 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
- *Hello, Colleagues.* Successfully installe ... requirement! *Details:* When create an issue and press Save button, return error 500. +L ... ), @1 int, @2 int, @3 nvarchar(max)', @0 = N'Issue', @1 = 33480, @2 = 65, @3 = N''): app/models/issue.rb:227:in `create_or_update' app/controllers/issues_controller.rb:143:in `create' lib/redmine/ ... g be fixed? What version will this fix be in?
- 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.
- 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>
- Help: RE: Backing up Redmine -- should the server be shut down?
- Hi Chris, When you talk about backing up R ... ostgresql? b) Backing up uploaded files via issues, documents or files module? c) Backing up ... ll of us to help you! Best Regards, Liane
- 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>
- Because of privacy issues we had to activate "Time logs visibility - ... But we still need the sum of all entries in Issue Page / Tables - only the details have to be ... _ics_export 4.0.1.dev redmine_issue_templates 1.1.0 </pre>
- Help: RE: How to create issues from emails?
- Hi Fabian, My pleasure! :) Best Regards, Liane