Project

General

Profile

Search

Results (12402)

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
Patch #37558 (Closed): Update webdrivers to 5.0
Upgrade webdrivers, etc. To enable system tes ... without a browser (Docker environment, etc.). 2022-08-07 01:09
Defect #37553 (New): query as_params error
Hello, In my page if we click on "Issues assigned to me" we're redirect to issue page with the query, but it's not the same. ... To have the same result between my/page and issue's page. You need to change : <pre> params[ ... ject{ |v| v.empty? }.empty? </pre> Thanks 2022-08-04 16:20
Defect #37552 (New): Accessibility, overview project/issue ; issues view, filters/options: not usable by keyboard, expanded-status missing
Overview-page of a project or view-page of an issue: Sometimes there is an actions-button callin ... uration" in the menu, in the view mode of an issue there are the actions "copy link" and "delet ... . Both defects are also applicable on the issues view, expandable elements "filters" and "op ... ic sector we need to use accessible software. 2022-08-04 15:19
Defect #37550 (New): Accessibility, formatting buttons: focus order / accessibility label
Editing of issues, forum messages: The focus order (using tab ... label="Strong" where you have title="Strong". 2022-08-04 11:13
Patch #37549 (Closed): How to properly apply a Patch to a Redmine installed through Docker
Hello, I have a docker-compose file used t ... e but haven't found anything related to this issue. Right now my only option seems to be buil ... issing something simple ? Thanks. Regards 2022-08-04 10:19
Feature #37542 (New): Negative filters for issue id and parent id for custom queries
There should be also "is not" operator available for "Issue" and "Parent task" filter. That would be very useful to see all issues but these under specific parent(s). 2022-08-03 09:39
(826-850/12402)