Search
Results (12430)
- Feature #38396 (New): Support for multiple default data
- Currently Redmine can load a single default d ... facilitate its use for a variety of purposes.
- Defect #38391 (Closed): Updated catalan translation for redmine
- I've updated the catalan translation (still not 100% though)
- Defect #38389 (Closed): Cannot open time entries
- After migrating from redmine 3.3 to redmine 5 ... sk any additional information Best Regards
- Defect #38388 (Closed): Cannot generate 2FA backup codes from redmine.org
- I think there is some misconfiguration on the ... nd but the codes aren't generated. Thanks.
- Defect #38370 (Closed): Redmine plugins search returns 500 error
- Reproducible steps: # Go to search page ** ... ge is shown ** !redmine-plugin-search-2.png!
- Patch #38360 (Closed): Do not apply table-layout:fixed in potentially wide tables of detailed issue reports
- In the detailed issue reports (e.g "here":https://www.redmine.org/projects/redmine/issues/report/tracker), the table can become very ... f statuses. As the table is marked as @class=issue-report@, it is rendered with <pre><code class="css"> table.issue-report { table-layout: fixed; } </code> ... of statuses. On can just barely observe the issue even on redmine.org when reducing the width ... o":https://plan.io/redmine-hosting/
- Patch #38359 (Closed): Render numeric axes in charts as Integers
- When rendering charts in the issue reports and repository statistics, chart.js ... only few entries. However, as the number of issues or commits are always entire integers, this ... e |_. After | | !before.png! | !after.png! |
- Feature #38353 (New): Custom templates for email notifications
- Currently email notifications is hardcoded in ... e # tracker - tracker name # id - issue id # status - issue status # subj - issue title # from - user made changes # to - assigned to mail_subject_issue_new: 'ISSUE NEW: by "%{from}" for "%{to}" %{status} in "%{project}": %{subj}' mail_subject_issue_update: 'ISSUE UPDATE: by "%{from}" for "%{to}" %{status} i ... ike this: <pre> s = l( "mail_subject_issue_new", project: issue.project.name, tracker: issue.tracker.name, id: issue.id, status: issue.status.name, subj: ...
- Feature #38343 (Closed): Change the default n ... "Only for things I watch or I am assigned to"
- Currently, the default notification option of ... that a user will receive notifications about issues of which the user is an author, assignee, o ... n, the user will receive notifications about issues of which the user is an assignee or watcher ... ved in" (internal name is @only_my_events@): issues of which the user is an *author*, assignee, ... gned to" (internal name is @only_assigned@): issues of which the user is an assignee, or watcher In Redmine 5.1, we will have "Auto watch issues on issue creation" feature (#38238). Since the new fe ... edmine 5.1 automatically become a watcher of issues they create. Becoming an issue watcher automatically means that the user will always receive notifications for issues they create even if the user's notification ... easons: * Users can stop notifications of issue...
- Defect #38342 (New): URLs in outgoing emails get mutilated
- Environment: Redmine version 5.0.2.stable R ... e currently can't communicate important code issues or URLs with customers via the issues, but instead have to resort to write an ext ... ne, that might be causing this? Thank you.
- Defect #38340 (Closed): Bundle install error ... ine 5.0.4 to 5.0.5 on ruby 2.5.1 environment
- Trying upgrade with this environment <pre> ... depends on minitest </pre>
- Defect #38337 (Closed): Export Time as CSV : FrozenError (can't modify frozen String: "")
- Hello, When i try to export time table to ... ent_on&c%5B%5D=user&c%5B%5D=activity&c%5B%5D=issue&c%5B%5D=comments&c%5B%5D=hours&t%5B%5D=hours ... "*"}, "c"=>["spent_on", "user", "activity", "issue", "comments", "hours", ""], "t"=>["hours"], ... enger 1.0.7 </pre> Thank you
- Patch #38332 (Closed): Traditional Chinese translation (to 22120)
- * added ** label_auto_watch_on_issue_created
- Patch #38319 (Closed): Optimize IssueQuery#sql_for_assigned_to_role_field for PostgreSQL performance
- In our installation, with plenty of issues and projects, we met a performance issue with the @assigned_to_role@ filter on issues. The SQL query was very slow when using th ... <code class="diff"> diff --git a/app/models/issue_query.rb b/app/models/issue_query.rb index eb7684cc2..ec3d5ec62 100644 --- a/app/models/issue_query.rb +++ b/app/models/issue_query.rb @@ -575,8 +575,9 @@ class IssueQuery < Query end sw = oper ... 'NOT' : '' nl = operator == "!" ? "#{Issue.table_name}.assigned_to_id IS NULL OR" : '' - "(#{nl} #{Issue.table_name}.assigned_to_id #{sw} IN (SELECT ... " WHERE #{Member.table_name}.project_id = #{Issue.table_name}.project_id AND #{Member.table_na ... er_id AND #{role_cond}))" + "(#{nl} (#{...
- Defect #38317 (New): Redmine 5.0 stable Mention User function doesn't send mail notification
- Redmine Installation Info: Remdmine 5.0.0 Sta ... : when updating description or contents of issue with @ function, users list could be shown c ... etting refer to the attachment !problem.JPG!
- Defect #38310 (Closed): JavaScript source CDATA printed in "My account" view
- In the _My account_ view, the source of an em ... Default </pre> Thanks, Albrecht.
- Patch #38306 (Closed): Japanese translation update (r22117)
- Translated label_auto_watch_on_issue_created.
- Defect #38303 (Closed): Ошибка при просмотре отличий
- Уважаемые разработчики и форумчане, я устано ... ёт ошибку Internal Error. Помогите пожалуйста
- Feature #38301 (Closed): Multiple issue ids in "Related to" filter
- Multiple tickets can be specified in the "Parent Task" at custom query. > Feature #30482 Multiple issue ids in "Parent task" filter Similarly, th ... ine-patch.connpass.com/event/274438/) event.)
- Defect #38286 (Closed): "Cannot delete enumer ... empting to delete a project with time entries
- Steps to reproduce # Create Project # Set ... r. (raise "Cannot delete enumeration")
- Patch #38284 (New): New settings for mail_handler
- Hi, aside from dev work my company uses redmine to track internal issues from other teams. However, too frequently, ... the new settings on and off for comparison.
- Patch #38278 (New): Basename of repository and Branch/Tags in Changeset Description
- Our development team uses branches pretty tho ... basename of associated repository (often our issues require changes in several repositories) * ... e as running the master branch. A similar issue was raised in https://www.redmine.org/issues/5386, but I never got any reponse to my patches supplied there.
- Feature #38274 (Closed): Receive e-mail replies to news and news comments
- Currently e-mails sent in reply to notificati ... This patch requires https://www.redmine.org/issues/38273
- Feature #38263 (Closed): Try importing journal replies as issue reply where applicable
- E-mails that are recognised as journal replie ... ances are used to send e-mails to each other.
- Defect #38256 (Closed): Redmine 5.0.4 version sometimes doesn't send mail notifications
- Redmine doesn`t send notifications to the ass ... status. This occurs sometimes. There are no issues in the production log or smtp settings and server.