Project

General

Profile

Search

Results (12109)

Defect #37718 (Closed): Repository browser does not show "+" (plus sign) in filename
As reported in the forum post message#67656, ... . !/attachments/download/29721/repository_issue.png! 2022-09-28 04:52
Feature #37717 (Closed): "Show completed versions" by default
It would be useful not only to be able to sho ... et _all_ versions, including the closed ones. 2022-09-27 12:35
Defect #37715 (New): Sorting of events with s ... activity view varies based on query (results)
_This issue is currently based only on a inspection of t ... rojects/redmine/activity?utf8=%E2%9C%93&show_issues=1&with_subprojects=0&with_subprojects=1 on ... f results from activity providers other than issues are requested and/or if results from activity providers other than issues are actually returned. If this can be co ... ehavior that is unwanted and should be fixed. 2022-09-27 02:29
Feature #37712 (New): Tree view for issues list
Dear all, please introduce tree view in issue list where it will be possible to expand/collapse subtask list. It will increase readability of issues list. In my case there are a lot of tasks ... tasks and it is very hard to use it this way. 2022-09-25 22:41
Defect #37705 (Closed): Move to modern authen ... .0) from IMAP for receiving email in Redmine.
Hello, Microsoft is going to disable IMAP ... y/2.7.0/monitor.rb:202:in `mon_synchronize' 2022-09-22 20:36
Defect #37688 (New): Move to modern authentic ... .0) from IMAP for receiving email in Redmine.
Hello, Microsoft is going to disable IMAP ... ad of IMAP(receive_imap) Thanks -/Raja G 2022-09-19 19:14
Defect #37685 (Closed): Read-only field permi ... gnored if the current project has subprojects
When @project_id@ marked as readonly in workf ... e1@, if a user with @role1@ try to create an issue in a leaf project, everything is ok. But if that user try to create new issue in a project that has some subprojects, that projects was shown in issue creating form. 2022-09-18 16:52
Feature #37679 (Closed): Raise the maximum length of the last name to 255 characters
According to r11392, the lastname length is i ... ould the attached patch be enough to fix the issue? 2022-09-15 21:30
Defect #37676 (Closed): Image base64 are not displayed
After upgrade from 4.1.1 to 5.0.2 Images are ... > </pre> Why is source text not read? 2022-09-14 11:51
Feature #37674 (Closed): Upgrade Admin/Users list to use the query system
This patch series that was extracted from "Pl ... dered by the bulk delete. This relates to issues #4295, #18193, #21055 (probably there are more I didn't find). 2022-09-14 04:38
Patch #37636 (Closed): Ignore statuses if workflow only defines identity transition
When editing workflow transitions, we are imp ... of statuses in use by a tracker in @Tracker#issue_statuses@ As the checkboxes for the ident ... atus to a different status. Note that for issues, the current status of an issue is generally still allowed. This is ensured by a custom rule for the @initial_status@ in @Issue#new_statuses_allowed_to@. Thus, the identity ... uired to be in the database for this to work. 2022-09-01 20:57
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
(526-550/12109)