Project

General

Profile

Search

Results (31868)

Help: RE: Email delivery is not configured, and notifications are disabled
Hi, I do not think this is a Redmine issue. Seems to me as a misconfiguration or a reac ... ping an to telnet smtp server first. Lorenzo 2022-01-01 17:52
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
Help: RE: Email delivery is not configured, and notifications are disabled
I have the same issue. Did you solve this problem? 2021-12-31 22:11
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
Help: Install issue on RHEL7 : Could not spawn process for application
I followed the install procedure here : ht ... ::HTTPServer#start done. Exiting </pre> Issue seems to be somewhere between apache, passen ... Any help would be aprreciated. Thanks! 2021-12-30 15:26
Help: RE: Problem with the list of the tracker when I do a new issue
Hi Go MAEDA, The user has only one rol in th ... . I attach the behavior in a video. Thanks! 2021-12-30 08:52
Plugins: RE: Plugin conflict: helper method i ... s to disappear when another plugin is present
Doing some tests I realized the problem happens because the other plugin also patches IssuesController. The patch for this controller ... blank like this: <pre> require_dependency 'issues_controller' module MegaCalendar module IssuesControllerPatch end end </pre> and it ... e: <pre> require_dependency 'mega_calendar/issues_controller_patch' </pre> for the problem to happen. It is not necessary to do: <pre> IssuesController.send(:prepend, MegaCalendar::IssuesControllerPatch) </pre> So there is some ... e based on the Patch suffix and it seems the IssuesHelper module is reset. But, I realized I don't need to patch IssuesHelper and instead I just moved the method issue_history_tabs_for_redmine_rt from IssuesHelperPatch to my ... 2021-12-30 06: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
Plugins: Plugin conflict: helper method inclu ... s to disappear when another plugin is present
I'm using the "CoreHelper.send(:include, MyHelper)" call mentioned in: https://www.redmine.org/issues/11151#change-104998 in my plugin: https ... t.rb to add one extra helper method named issue_history_tabs_for_redmine_rt for the issue view: https://github.com/MayamaTakeshi/redm ... 76f227f22bea659432f367cbf4dd6/lib/redmine_rt/issues_helper_patch.rb This works fine. Howe ... thub.com/berti92/mega_calendar the method issue_history_tabs_for_redmine_rt disappears: Rendered plugins/mega_calendar/app/views/issues/show.html.erb (500.0ms) Rendered plugins/redmine_rt/app/views/issues/show.html.erb within layouts/base (531. ... ::Error (undefined local variable or method `issue_history_tabs_for_redmine_rt' for #<#&lt;Clas ... 48&gt;:0x00007f0095923c80> Did you mean? issue_history_tabs): 220: 221: " > ... 'desc' : 'asc' >"> 223: <= render_tabs ... 2021-12-30 04:08
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
Open discussion: Usage of strategy pattern?
Hi all, im currently working on a college pro ... nging the code already made. For example, in issues tab, in pdf/csv export you could add a new ... made any mistakes and thanks for your time. 2021-12-29 20:10
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
Wiki: DeRedmineCalendar
Übersetzung der "Rev. 6":http://www.redmine.o ... gen. h2. Filter Wie bei der [[DeRedmineIssueList|Ticket-Listen]] und dem [[DeRedmineGantt ... Filter ähneln denen, die in einer [[DeRedmineIssueList|Ticket-Liste]] angegeben sind. !DEcalendar.png! 2021-12-29 12:59
Wiki: DeRedmineIssueList
Übersetzung der "Rev. 27":http://www.redmine.org/projects/redmine/wiki/RedmineIssueList/history/27 {{>toc}} h1. Die Ticket ... t anzuzeigen. !{border: 1px solid #ccc}.DEIssuelist_overview.png! h2. Anwenden und Speich ... th: 771px; border: 1px solid #ccc}.Deapplied_issuelist_filters.png! Es ist möglich, mehrere ... Speichern wird die Abfrage in der [[DeRedmineIssueList#Sidebar|Sidebar]] aufgelistet. !{widt ... ückkehren möchten * ein Link zur [[DeRedmineIssueSummary|Ticketzusammenfassung]], einem Berich ... ionsebene bietet) * ein Link zum [[DeRedmineIssueChangelog|Änderungsprotokoll]], das eine Über ... r]] ** dem [[DeRedmineGantt|Gantt]]-Diagramm 2021-12-29 11:56
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
Help: RE: Problem with the list of the tracker when I do a new issue
Another possibility is that the user has mult ... F" trackers, the user can see those trackers. 2021-12-22 09:25
Help: RE: Problem with the list of the tracker when I do a new issue
Hi Go MAEDA, No, the user doesn't have the a ... with the user without admin privileges too. 2021-12-22 08:49
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
Help: RE: Problem with the list of the tracker when I do a new issue
Do you have an administrator privilege? If ... ll objects regardless of permission settings. 2021-12-22 03:09
Help: redmine 4.2.3 error on tickets with subtasks
Hi everyone, we recently migrated to redmine ... n http 500 error): <pre> Unknown column 'issues.is_closed' in 'order clause': SELECT COUNT(`issues`.`id`) AS count_id, `is_closed` AS is_closed FROM `issues` INNER JOIN `projects` ON `projects`.`id` = `issues`.`project_id` INNER JOIN `issue_statuses` ON `issue_statuses`.`id` = `issues`.`status_id` WHERE `issues`.`root_id` = 28341 AND (issues.lft > 125 AND issues.rgt < 150) AND (projects.status <> 9 AND EX ... ERE em.project_id = projects.id AND em.name='issue_tracking')) GROUP BY `is_closed` ORDER BY `issues`.`is_closed` ASC): 110: </div> 11 ... g> 113: <%= render_descendants_stats(@issue... 2021-12-21 08:35
(2551-2575/31868)