Project

General

Profile

Search

Results (12109)

Feature #34566 (Closed): Always trim title
Currently, it is possible to re-title an issue from "myissue" to "myissue ". This is reflected/shown in the history as ... hat it doesnt even make it into the database. 2021-01-06 10:07
Defect #34557 (Closed): Email to ticket conversion
Dear Team, How can i convert the email to ticket automatically in redmine 3.4.4 stable Thanks 2021-01-05 10:41
Feature #34556 (New): Setting to change the max. no. of members to propose as watcher on the new issue form
Currently, the "Watchers" section in the new issue form shows up to 20 members of the project. ... er of watchers, 20). When you creating a new issue, you can never see the checkboxes even if yo ... der: 1px solid grey;}.wachers-checkboxes.png! 2021-01-05 10:09
Defect #34554 (Closed): Migration from 3.2.2.stable to 4.1.1.stable - ActionView::Template::Error
I am trying to migrate redmine to docker. I h ... <%= render_main_menu(@project) %> </pre> 2021-01-04 17:47
Feature #34549 (Closed): Add keyboard shortcuts for wiki toolbar buttons
Add keyboard shortcuts for the following butt ... ws/linux. Any other proposals are welcome! 2021-01-02 23:18
Defect #34533 (Closed): redmine_lightbox2 no work
Installed redmine 4.0.6 from repository on ub ... , and not a preview in an enlarged size, why? 2020-12-30 07:11
Defect #34497 (Closed): High memory usage in Redmine 4.0.5.stable
Hi Team, We are getting high memory usage ... last 1 year or more.But we didn't face this issue untill 2 weeks before, For the last two week ... u can provide some information to debug this issue. 2020-12-23 13:07
Feature #34494 (Closed): Rename the save, edi ... uttons on the query form to clarify the scope
It's hard to tell that the subject of the Sav ... solid #ccc}edit_and_delete_after_change.png! 2020-12-23 08:01
Patch #34492 (Closed): Fix passing a wrong pa ... ssert_select in API test for 'GET /users/:id'
At source:tags/4.1.1/test/integration/api_tes ... ode></pre> The following patch fixes this issue. <pre><code class="diff"> diff --git a/t ... in status for current user" do </code></pre> 2020-12-23 05:58
Defect #34490 (New): CSV import does not accept drag and drop of a CSV file
"Select the file to import" area on the "Import issues", "Import time entries", and "Import users" ... idth: 643px; border: 1px solid grey;}.import-issues.png! 2020-12-23 01:25
Defect #34489 (Closed): The project jump box does not work
Hi, I'm using this version of redmine: <pre> ... t" filter: it does not work. I have the same issue with Filter on Issue list. It seems that all filters are "frozen ... , FireFox and Chrome. Thanks for your help 2020-12-22 18:22
Feature #34485 (Closed): Email Notification with all watchers in CC list while creating or updating issue
Hello Everyone, I have just started using redmine for our company for issue tracking. All features are fantastic in redm ... is situation. I tried to search with earlier issues but couldn't find a possible solution. Hope I will get some good guidance on this. 2020-12-22 06:31
Defect #34484 (Needs feedback): Error on issue validation
When I open a new issue, the data validation (type and required data ... og generated part: <pre> Started PATCH "/issues/1884" for 172.24.112.4 at 2020-12-21 18:20:35 +0100 Processing by IssuesController#update as HTML Parameters: {"u ... YKIgF6w==", "form_update_triggered_by"=>"", "issue"=>{"is_private"=>"0", "project_id"=>"15", "a ... st_journal_id"=>"", "commit"=>"Invia", "next_issue_id"=>"557", "issue_position"=>"1", "issue_count"=>"3", "id"=>"1884"} Current user: Administrator (id=1) Rendering issues/edit.html.erb within layouts/base Rendered attachments/_form.html.erb (2.6ms) Rendered issue... 2020-12-21 18:29
Patch #34479 (Closed): Fix possible race condition with parallel, identical file uploads
There is a race condition with multiple appli ... ry trees can be uploaded at once. Should the issue indeed have manifested itself somewhere else ... ble.disk_filename end end </pre> </pre> 2020-12-21 03:33
Defect #34476 (New): Link_to_Timelog_query
I have been working with Redmine 3.4.6.6, for ... d be ported to the part of this code halper /issues_helper rb <pre> def issue_spent_hours_details(issue) if issue.total_spent_hours > 0 path = project_time_entries_path(issue.project, :issue_id => "~#{issue.id}") if issue.total_spent_hours == issue.spent_hours link_to(l_hours_short(issue.spent_hours), path) else s = issue.spent_hours > 0 ? l_hours_short(issue.spent_hours) : "" s << " (#{l(:label_total)}: #{link_to l_hours_short(issue.total_spent_hours), path})" s.html_safe end end end </pre> 2020-12-19 00:41
Defect #34473 (Closed): Displaying the table of content on the right causes wrong position
Hi everyone, I installed the latest version ... r Surveiller". I think it may be a UI bug. 2020-12-18 11:42
Feature #34457 (New): Show custom field in notification email
It would be nice to be able to add fields (standard or custom) in the **issue attributes** of the notification email (like ... rtment or Agency of the user that submit the issue) to add more context informations of the issue 2020-12-15 11:57
Defect #34456 (Closed): Fix Japanese translation for less_than_x_seconds and less_than_x_minutes
The "以内" used in less_than_x_seconds etc. mea ... ate. https://github.com/svenfuchs/rails-i18n/issues/374 We suggest replacing it with "未満" wh ... olid #ccc}ScreenShot_2020-12-15_14.00.39.png! 2020-12-15 06:15
Defect #34455 (Closed): User can't view any projects or issues for their projects
Hi, I have an installation i have recently u ... 3.3 to latest. One of the users now has an issue where they cannot see any project from the p ... ump to a project, but then are faced with no issues viewable. If i make this user an admin (I' ... int), then i can see they have well over 200 issues they are involved in, and the projects etc all come up fine. Is this an upgrade issue? Is this a permissions thing? Apparently ( ... files i could post to help. Thanks Grant 2020-12-14 20:40
Defect #34447 (Closed): Typo in translation string 'setting_issue_list_default_columns': s//Isuses/Issues
This can be confirmed for current trunk in En ... ght also (still) exist in other translations. 2020-12-14 07:11
Patch #34444 (Closed): Remove unused key :preview from Redmine::AccessKeys::ACCESSKEYS
As reported in #30459, Redmine 4.0 and later ... f', :search => '4', :new_issue => '7', </pre></code> 2020-12-14 03:17
Feature #34431 (New): print largest attachements, sorted by size
I just got the dreaded 90% of the filesystem ... | | 14327 | ADU indication issue.mp4 | 389.63 MiB ... . Perhaps this might be useful to someone. 2020-12-10 13:09
Patch #34426 (New): Issue Categories sortable
Adding a possibility to reorder issue categories. 2020-12-09 14:32
Feature #34420 (New): Improve query columns s ... ing a custom multi select with sortable items
The current query columns selector UI consist ... dencies. I'll post a patch in a few days. 2020-12-09 08:53
Feature #34417 (Closed): Require explicit confirmation when deleting a user or a project
It happens quite often at "Planio":https://pl ... re from a backup. The first patch in this issue introduces an explicit confirmation page (si ... to delete the wrong project by accident. 2020-12-09 04:14
(1076-1100/12109)