Project

General

Profile

Search

Results (18215)

Help: RE: Can't edit or quote issues because of "Unknown Format"
Oh my, where can I hide my face... Your ti ... ) Thank you very, very much for your help! 2023-03-11 13:27
Help: RE: Can't edit or quote issues because of "Unknown Format"
According to ChatGPT, the format of the reque ... onfirm that you are requesting HTML format. 2023-03-11 12:52
Help: RE: Can't edit or quote issues because of "Unknown Format"
Hi, I'm not a redmine core dev but I've been ... do |format| format.html {redirect_to issue_path(@journal.journalized)} format.js ... "edit as HTML" instead of "edit as JS". 2023-03-11 12:35
Help: Can't edit or quote issues because of "Unknown Format"
Hi, maybe someone here can help me, I'm to ... I try to edit (or even quote) an entry on an issue. So, the issue would be a bug, I've opened it with an initi ... ally at sea here, after 30+ years in IT :-) 2023-03-11 07:57
Help: Who can explain the issue property Category?
Dear Redmine community, I have searched this ... anation of the property ??Category?? of an ??Issue?? and the distinction to the property ??Trac ... tegory?? property. Appreciated! Cheers! 2023-03-10 12:13
Help: Configure https
We have Redmine installed on a Windows 2019 s ... seems to go to port 80. This is causing some issues as we want this accessible from outside. 2023-03-09 17:55
Open discussion: RE: I have probllem in dowloading redmine. Redmine issued certificate expired
It is not Redmine's server certificate which ... certificates. If you are still experiencing issues, you should update your TLS library such as OpenSSL to a more modern (and less insecure) version. 2023-03-07 20:24
Help: RE: Where are status change details for an issue stored in the DB?
I've found it. It's all stored in journals and journal_details. 2023-03-07 17:39
Help: Where are status change details for an issue stored in the DB?
Hi all I want to get the status change info for an issue from the DB. Which table is it stored in? Or ... l allow me to find out the timestamp when an issue changed status. I'm basically trying to pull together an SLA report so I can show how long an issue took to progress from New -> In Progress -> ... Redmine plugins: no plugin installed 2023-03-07 15:30
Open discussion: RE: I have probllem in dowloading redmine. Redmine issued certificate expired
This is still happening. Will it ever be fixed? 2023-03-06 09:54
Help: RE: Automatically delete closed issues older than 365 days
in my case which im deleting the old issues older than 6 months I have created a file as delete_old_issues.rake and added the below script <pre> namespace :redmine do desc "Deletes old issues in batches of 10k" task delete_old_issues: :environment do Issue.where("created_on < '#{6.months.ago}' AND project_id = 574").find_each(batch_size: 10000) do |issue| issue.destroy end end end </pre> And ... y-2.4.6; bundle exec rake redmine:delete_old_issues RAILS_ENV=production </pre> you can edit the script as per the requirement 2023-03-05 19:57
Help: Redmine IMAP issue email move to 'failed' folder
I am trying to configure IMAP for Redmine so that it reads email from my address and creates an issue directly. All the emails get marked as read ... /pre> This I believe is the output of the issue creation process in production.log: <pre> ... b491d1bc535d] Started GET "/projects/helping/issues" for IP-ADDR at TIME I, [2023-03-03T17:23: ... 0-b8c1-47c4-a5a8-b491d1bc535d] Processing by IssuesController#index as HTML I, [2023-03-03T17: ... 34c0-b8c1-47c4-a5a8-b491d1bc535d] Rendered issues/index.html.erb within layouts/base (Duratio ... t production Database adapter Mysql2 </pre> 2023-03-03 17:35
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. 2023-03-02 14:20
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. 2023-03-02 13:55
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. 2023-03-02 13:26
Help: Remove old issues from X project
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 2023-03-02 07:58
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! 2023-02-27 16:23
Help: Help recover Redmine using Docker containers / Tables don't exist but they are listed...
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, 2023-02-27 11:16
Help: RE: How to Define "Due date" by create issues from emails?
The format of date fields should be YYYY-MM-DD. 2023-02-27 00:54
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? 2023-02-26 22:53
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 2023-02-26 17:41
Open discussion: MySQL DB connection pool
In performance tests on Redmine installed in ... Original message: https://www.redmine.org/issues/35211 2023-02-24 14:52
Help: RE: Filter ONLY subproject issues
Feature opened 13 years ago... I encounter the same issue https://www.redmine.org/issues/3952 2023-02-24 11:42
Help: RE: Bug or not? Filtering issues: only from specified sub project
Sorry, already discussed/treated in https://redmine.org/issues/3952. 2023-02-24 11:29
Help: Filtering issues: only from specified sub project
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? 2023-02-24 11:23
(676-700/18215)