Project

General

Profile

Search

Results (31866)

Feature #38238 (Closed): Auto watch issues on issue creation
Similar to #4347 we propose adding an option to watch issues the user created. This would allow users to more finely control which issues they want to be notified about rather than ... nts" and receiving notifications for all the issues the user created. This will also allow in t ... tions with only having auto watching options. 2023-02-03 02:00
Defect #38237 (Closed): Unable to choose any ... time after clicking "Create and add another"
I just started using this option. I can cre ... next time I do this and add to the ticket) 2023-02-02 17:06
Feature #38231 (Closed): Limit the year to 4 digits in date input
Date input fields such as Start date and Due ... deals with dates 8000 years in the future. 2023-02-01 15:30
Help: How to add new files when edit the notes again?
Files can be added for the first time while adding new notes to issues. !can add new files.png! How can I add or ... e note again? !nowhere to add new files.png! 2023-02-01 06:43
Feature #38226 (New): Implement cron endpoint or script to allow calling scheduled tasks
Hi. I am unsure where to classify this issue because it covers a wide range of uses. C ... d (https://github.com/docker-library/redmine/issues/64#issuecomment-1303047095), this is not ideal for hi ... ing several @cron@ instances duplicating the issue and further complexity would be added beyond ... cute scheduled tasks via external http calls. 2023-01-30 15:04
Open discussion: RE: How change link in projects to issue/new page?
sorry, I could not reproduce this. I can dire ... r configuration you have a '+' tab or a "new issue" tab in the project overview home page. w ... enshot of the page you want to be redirected? 2023-01-30 11:51
Defect #38223 (Closed): Send out mail with full name of commenter
The Ruby core team uses Redmine for issue tracking (see https://bugs.ruby-lang.org). T ... ead to the conclusion that this is a Redmine issue, not specific to bugs.ruby-lang.org. That's ... oblem sending out mails with non-ASCII names. 2023-01-30 05:37
Patch #38220 (Closed): Update Redcarpet to 3.6
https://rubygems.org/gems/redcarpet 2023-01-30 00:37
Defect #38218 (Closed): I need a plugin that ... a non-member project or for a user not admin
2023-01-28 11:36
Defect #38217 (Closed): "Property changes" tab does not appear when all issue journals have both notes and property changes
Property changes tab of an issue is supposed to be displayed when the issue has journals with property changes. However, the tab is not displayed when all journals of the issue have both notes and property changes. The screenshots below describe the issue. There are two journals, both containing ... r: 1px solid grey;}screenshot-20230128-3.png! 2023-01-28 08:29
Defect #38215 (Closed): Nested CommonMark Markdown task lists are not indented
We (@tohosaku, @tomokosimi and @sanak) found ... .png! --- Attachment patch solves this issue, so reviewing this is helpful. *After* !commonmark-nested-checklist-3.png! 2023-01-28 07:22
Help: RE: Email sending error - issue with self signed certs
I have the same problem on Redmine 5.0.4 with ... elp. This error did not occur on Redmine 4.x. 2023-01-27 09:47
Help: RE: What means "customized_id" in table "custom_values"
customized_type and customized_id refer to th ... example, if the value of customized_type is "Issue" and the value of customized_id is 123, this indicates that the CustomValue is for an issue with id 123. 2023-01-27 07:50
Help: RE: Inline editing of issue attributes
Check https://www.redmine-x.com/redmine-inline-edit-issue-list, great job! 2023-01-26 15:07
Help: RE: Inline editing of issue attributes
Works like a charm! 2023-01-26 15:05
Help: RE: Inline editing of issue attributes
Great plugin. 2023-01-26 15:03
Defect #38212 (Closed): migrate
I try to install redmine-5.0.4 on FreeBSD 3.1 ... running task with --trace) </pre> // GH 2023-01-24 17:39
Help: Time tracking: Logging time via commit messages : syntax
Hello, After a bunch of syntax tests on my R ... e to get spent time recorded into my redmine issue using the following syntax: <pre> refs #123 @1h </pre> I didn't manage with any other issue reference keywords (provided in the administ ... opper are used to the *#id* syntax to change issue status or progress, I wanted to use the *#id ... e settings? Thank you for any information. 2023-01-24 11:59
Defect #38210 (Closed): Incorrect DB migration version
r22038 added the @20221214173537_add_select_p ... changing this retroactively will cause other issues. But I thought it would at least be good to report it here as such. 2023-01-24 11:28
Help: RE: Project name in "related issues" for cross-project links
Harald Deischinger wrote: > Is there some ... => true@ argument to the respective @link_to_issue()@ call by changing the following line in so ... > value.to_s(item) {|other| link_to_issue(other, :subject => false, :tracker => false) ... > value.to_s(item) {|other| link_to_issue(other, :subject => false, :tracker => false, ... soon as possible first. A bunch of security issues were fixed in the intermediate releases (yo ... visories]] yourself to see the whole list). 2023-01-24 11:08
Defect #38209 (Closed): Error executing the t ... when uploaded in note from MacOS Firefox 109
This happens in Redmine 5.0.3 on a MacOS 12.6 ... * The error usually does not occur in the issue description. * Images uploaded and inserted ... work fine. {{thumbnail(example.png)}} 2023-01-24 10:08
Help: Project name in "related issues" for cross-project links
When in the details view of an issue the related issues are nicely prefixed with the other project. ... d like to see that other project also in the issues table. Is there some configuration I have ... I am using redmine 4.2.3. Thanks 2023-01-23 15:16
Defect #38201 (Closed): Fix robots.txt to disallow issue lists with a sort or query_id parameter in any position
Currently the @robots.txt@ file only disallows issue lists where the sort parameter is first in the list @/issues?sort=@, the sort parameter might not always be the first in the parameter list though, e.g. @/issues?page=2&sort=@. 2023-01-20 13:55
Help: Assign issues to different roles
Hi everyone, is it possible to make a selection which role can assign issues to another role? (e.g. The reporter can assign the issue only to the project manager. The project manager decides to assign this issue to a third role. But there shouldn´t be a way the reporter can assign this issue directly to this third mentsioned role.) Thank you! Andrea 2023-01-20 09:59
Patch #38198 (Closed): Improve MySQL query plan for Project#project_condition
On a large installations (>30k projects, >500k issues), rendering the issue statistics on a project overview page can ta ... ler#show@ <pre><code class="ruby"> @open_issues_by_tracker = Issue.visible.open.where(cond).group(:tracker).count @total_issues_by_tracker = Issue.visible.where(cond).group(:tracker).count ... ).sum(:hours).to_f @total_estimated_hours = Issue.visible.where(cond).sum(:estimated_hours).to ... n |. ref |. rows |. Extra | | 1 | PRIMARY | issues | ALL | issues_project_id | NULL | NULL | NULL | 448033 | ... ndex_projects_on_rgt | PRIMARY | 4 | redmine.issues.project_id | 1 | Using where | | 3 | SUBQU ... table scan on the (large) @time_entries@ or @issues@ tables followed by an index-scan on the @p ... L first filters the projects followed by the ... 2023-01-19 15:25
(1901-1925/31866)