Search
Results (31866)
- Help: RE: Email sending error - issue with self signed certs
- Sometimes less settings are better? :D Weir ... ave to worry about the error when updating.
- Help: RE: Email sending error - issue with self signed certs
- I solved it by removing all tls-related confi ... rify_mode_ to _'none'_. After that it worked.
- Help: RE: Email sending error - issue with self signed certs
- Hello Ruby and Redmine were also updated f ... pears, so I will run into an error again.
- 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} (#{...
- Hi, I'm using Redmine for about 3 years Now and some of the project they have a high number of issues I need a sql query (using psql) which can delete for example the issues older than 6 months
- 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.
- Help: RE: How to Define "Due date" by create issues from emails?
- Go MAEDA wrote: > The format of date fields ... -MM-DD. Thanks so much Go MAEDA it worked!
- Hello, I am currently facing issues trying to recover my *Redmine*. I used to ... r/src/redmine/config </pre> I think _the issue is with the database recovery_. I created a ... ets | | changesets_issues | | comments ... | imports | | issue_categories | | issue_relations | | issue_statuses | | issues | | journal_d ... ch tasks (label, description etc). Thanks,
- Patch #38306 (Closed): Japanese translation update (r22117)
- Translated label_auto_watch_on_issue_created.
- Help: RE: How to Define "Due date" by create issues from emails?
- The format of date fields should be YYYY-MM-DD.
- Help: RE: How to Define "Due date" by create issues from emails?
- Same problem here. Tried it in different lang ... he problem for me. Any progress on your side?
- Help: RE: Issues are all being imported as "New", even when statuses are provided
- When importing issues I take look, that Status with space symbol ... will not able to change statuses )) v 5.0.4
- 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.)
- In performance tests on Redmine installed in ... Original message: https://www.redmine.org/issues/35211
- Help: RE: Filter ONLY subproject issues
- Feature opened 13 years ago... I encounter the same issue https://www.redmine.org/issues/3952
- Help: RE: Bug or not? Filtering issues: only from specified sub project
- Sorry, already discussed/treated in https://redmine.org/issues/3952.
- In a project named "A", having sub projects "01","02" and "03" , I try to filter all issues in the projects "A>02" and "A>03" only. I ... "" [multiselection]. As a return, I get the issues from "A>02", "A>03" but also from "A". Pe ... (using equals, all, none,different from...), issues from the current project are returned. Does someone encounter the same issue? Is it a bug to be submitted?
- Help: RE: How to add new files when edit the notes again?
- Ryan Clark wrote: > Files can be added for the first time while adding new notes to issues. > !can add new files.png! > How can I ad ... you have to add files or screenshot first in issue and then you can edit your note with !files_you_just_added!. </pre> Thanks Lorenzo
- Help: RE: Import information from excel to redmine
- Joan J wrote: > Related to https://www.redmi ... dmine.org/projects/redmine/wiki/HowTo_import_issues Yes, in addition i think you have to per ... ou are setting, in redmine workflow, for new issues. Thanks Lorenzo
- Help: RE: redmine migration with redmine
- ashraf alzyoud wrote: > if i can ask u quest ... Redmine system through the similarity of the issue_id field If you want to modify data on re ... some help and pay for it. Thanks Lorenzo
- Open discussion: RE: CHANGING THE TRACKER AUTOMATICALLY IF THE RELATED TICKET WAS CHANGED
- Hi, it's not possible with out-of-the-box red ... ocode): <pre> my_ticket_selections = Issue.where(conditions) my_ticket_selections.each do |issue| issue.relations.select do |r| check_your_re ... _conditions do_the_changes_on_related_issue related_issue.save end end </pre>
- Open discussion: RE: Upgrade redmine 4.2.3 upgrade to 5.0.4 problem
- Hi, you missed some migrations in the past. ... 112801 migration with redmine 4.2.3 that was issued on 20211010. I’m sorry it’s your fault. ... schema_migrations table. Thanks Lorenzo
- 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")