Project

General

Profile

Search

Results (12433)

Defect #37635 (Closed): Respect Role#consider_workflow? when checking for allowed status transitions
When defining workflow rules for a role and t ... y roles which have at least one of the @edit_issues@ or @add_issue@ permissions can have any workflows. We chec ... t). Currently, when checking for the allowed issue statuses in @Issue#new_statuses_allowed_to@ (which is used to validate possible new issue statuses for an issue), we do not take into account if the defined ... flow transitions for other roles are ignored. 2022-09-01 20:49
Feature #37634 (Closed): Export spent time report as PDF
I guess this plugin doesnt work for redmine 5 ... ut couldn't start redmine with this plugin. 2022-09-01 17:19
Defect #37633 (Closed): API create issue relation method returns "406:Not Acceptable" error
I tried to create issue relation by Curl, but it failed. Could you ... H "X-Redmine-API-Key: xxx" http://ServerName/issues/1880736/relations.json </pre> rel.json <pre> { "relation": { "issue_to_id": "1880711", "relation_ty ... en replaced by xxx. <pre> Started POST "/issues/1880736/relations.json" for 127.0.0.1 at 2022-09-01 15:52:18 +0900 Processing by IssueRelationsController#create as JSON Parameters: {"relation"=>{"issue_to_id"=>"1880711", "relation_type"=>"follows", "delay"=>0}, "issue_id"=>"1880736"} Current user: xxx (id=xxx ... 15.1ms) ActionController::UnknownFormat (IssueRelationsController#create is missing a templ ... cation/json"] request.variant: []): </pre 2022-09-01 09:04
Feature #37627 (New): Add hook on versions form
Hello, On redmine we have hook on issue form, project form but not on version form. Can you add it ? Thanks 2022-08-31 14:57
Defect #37626 (Closed): Diff of a javascript file in repository module is not displayed with layout
At repository, when viewing differences of a ... sql Database schema version 5.5.41 </pre> 2022-08-31 12:45
Feature #37623 (Closed): Add Parent task filter and column to Spent time
Please, add column "Parent Task" to report "S ... er/2022-08-30_182231_1555x907_vY5KsTtKOQ.png! 2022-08-30 17:26
Feature #37621 (Closed): Add field separator option to CSV export dialog
I would like to add a field separator option ... lue than is expected in Microsoft Office. 2022-08-30 09:53
Patch #37608 (Closed): Check visibility for passed user in IssueQuery.default
In @IssueQuery.default@, you can optionally pass a use ... . Note that this is not a user-observable issue in Redmine right now, since we never pass an explicit user to @IssueQuery.default@ which is thus always @User.cur ... ect though. The attached patch fixes this. 2022-08-25 19:23
Defect #37603 (Closed): Missing translation for label_default_queries.for_this_user
In #7360 we introduced default issue queries. Admins can edit the default issue query for other users in Administration -> Users -> [User] -> Default issue query. Here (specifically in @UsersHelper#default_issue_query_options@), we attempt to use the I18n ... It should apply both to trunk and 5.0-stable. 2022-08-24 19:53
Patch #37600 (New): Cache attachments and thumbnails in web browsers
The attached patch adds "max-age" value to "C ... and speed up page loading especially when an issue or a Wiki page has dozens of inline images a ... users attach about 100 or more images to an issue. Even if they access the issue again shortly after it was accessed, their b ... eed to frequently revalidate the local cache. 2022-08-24 05:15
Patch #37597 (Closed): Don't create two thumbnails of different resolutions for a single image
Currently, Redmine creates two thumbnail imag ... f thumbnails created when a user accesses an issue or wiki page by half. This means that halves ... expensive Redmine::Thumbnail.generate method. 2022-08-23 08:28
Defect #37595 (New): How to prevent users to modify some attributes of the issues they created while issue is still in initial/new state
Users with "Add issues" + "Edit own issues" permission can create issues in "New" state. In the workflow configurati ... r users can modify all the attributes of the issues they've created including required attribut ... eir new requests and no other attributes. 2022-08-22 18:14
Defect #37593 (Closed): Rest Password
Please reset my password for default... Regard 2022-08-22 14:44
Patch #37592 (Closed): Czech translation update
2022-08-22 14:13
Defect #37589 (Closed): Email send notification
I install the package of redmine by bitnami , ... tion error)). Could i get some help on this issue , i'm a new on redmine . 2022-08-19 11:13
Defect #37585 (Closed): Do not show "History" tab for content in Filesystem repository
Although Filesystem repository (#1393) does n ... px; border: 1px solid grey;}.history-tab.png! 2022-08-19 03:16
Defect #37584 (New): Gantt PNG export fails (MiniMagick error)
Dear All, I encounter a problem while expo ... he "fix proposed by Jan":https://redmine.org/issues/36231#note-9 without success. We just up ... 13976de5d954] Started GET "/projects/qualite/issues/gantt.png?month=8&months=6&year=2022&zoom=2 ... gick_convert_command: /usr/local/bin/convert@ 2022-08-17 17:03
Defect #37581 (New): Wrong csv separator in Hungarian
Hungarian csv separator is semi-colon and dec ... ',' Can you please fix this? thank you 2022-08-16 11:00
Defect #37580 (Closed): Enable module for multiple projects
Hi there, I have installed a new module. H ... one bye one. Is there a easy way to do that? 2022-08-16 08:22
Defect #37578 (Closed): Upgrade 4.1.1 to 5.0.1 filters for issues do not work
When upgrading a redmine 4.1.1 to 5.0.1, the ... testing), except that when you click on the "Issues" tab for a project: <pre> 1. The checkb ... on "Options" has no effect. (Clicking "New issue" seems to work.) </pre> <pre> 4.1.1 sys ... t.text "comments", limit: 4294967295 </pre> 2022-08-16 00:01
Feature #37571 (New): Custom email sender per project
I need to set a custom email sender per proje ... roject specific mail from address > if @issue > new_mail = @issue.project.custom_field_values[0].value > ... someting like this could be add to redmine. 2022-08-12 12:06
Feature #37568 (Closed): It should be possibl ... n a subtask without affecting the parent task
When setting a due date on a subtask, the par ... 5, ruby 2.7, mariadb 10 (mysql) Thanks :) 2022-08-10 15:26
Defect #37566 (Closed): The number of the ord ... indentation does not match the unordered list
How to reproduce 1. create a project and i ... ore.png! *After* !{width:800px}after.png! 2022-08-10 11:33
Patch #37565 (Closed): Performance problem when filtering issues by custom-field value
Hello We noticed a significant impact on p ... in the latest versions, after the fix of the issue described in #37255. Some queries, which pr ... han 60 seconds ; specifically when filtering issues by custom value. Digging into the genera ... nces. So, here is a patch to address this issue. Thank you for reviewing it. <pre><code class="diff"> diff --git a/app/models/issue_custom_field.rb b/app/models/issue_custom_field.rb index 285a0d48c..57e2cc8a7 100644 --- a/app/models/issue_custom_field.rb +++ b/app/models/issue_custom_field.rb @@ -40,6 +40,7 @@ class IssueCustomField < CustomField " OR #{Issue.table_name}.project_id IN (SELECT project_id ... ondition}) AND (#{project_condition}) AND (#{Issue.visible_condition(user)}))" + "((#{sql}) ... ondition}) AND (#{project_condition}) AND (#{... 2022-08-09 15:29
Defect #37562 (Closed): POST Requests to repo ... l with "Can't verify CSRF token authenticity"
The issue has been reported as #33029#note-6 and #3302 ... ontroller::InvalidAuthenticityToken): </pre> 2022-08-09 08:16
(851-875/12433)