Search
Results (31866)
- Defect #39843 (Closed): Create a new task, th ... nds. The actual task is created successfully.
- Environment: <pre> Redmine version 5.0.4.st ... 31.png! !clipboard-202312141102-9wh6v.png!
- Patch #39840 (Closed): Optimize `Issue#relations` method to fetch both `relations_from` and `relations_to` using a single query
- This patch updates `Issue#relations` method to efficiently fetch both ... d improves performance. Before: <pre> IssueRelation Load (0.2ms) SELECT "issue_relations".* FROM "issue_relations" WHERE "issue_relations"."issue_from_id" = $1 [["issue_from_id", 1]] ↳ app/models/issue.rb:1169:in `relations' IssueRelation Load (0.5ms) SELECT "issue_relations".* FROM "issue_relations" WHERE "issue_relations"."issue_to_id" = $1 [["issue_to_id", 1]] ↳ app/models/issue.rb:1169:in `relations' </pre> After: <pre> ...
- Feature #39839 (Closed): Delete users documentation
- Hi I see this message when deleting users ... t when a user is deleted? Thanks Donald
- Defect #39838 (Closed): Document model has no author field by itself
- Hi Model @Document@ has no @author@ field an ... cuments that has no attachment will not show.
- Hello Redmine Community, I am encountering an intermittent issue with file uploads to our Redmine server via ... guidance or solutions from the community. Issue Description: I have a test script that simu ... e and fail to upload. Observations: ・The issue is intermittent. ・The failed uploads return ... xperiences that could help in resolving this issue. Thank you in advance for your assistance!
- Defect #39836 (Closed): Email to Issues is not working
- I have tried both receive_imap and receive_po ... et marked as read by the cron task. Just no issues get created. The content of the test ema ... er delivery smtp </pre>
- Defect #39834 (Closed): Extract tests for plugin autoloading and Restore Plugin directory settings
- Setting aside the issue of configuring the plugin directory, our ini ... ls test:autoload. patches for r22514@trunk
- Create questions through APIs and upload them ... May I ask how to solve this situation? thanks
- Feature #39806 (Closed): Improve filter rende ... eplacing the layout tables with a flex layout
- The current query filters and options use HTML tables for the layout, which introduces issues with wide form elements on narrow screens. ... screen width will now wrap to a new row.
- Feature #39805 (Closed): Extend "contains" operator in "Parent task" filter to support multiple issue IDs
- Under the "Parent task" filter, the "is" oper ... users to filter tasks by specifying multiple issue IDs (#30482). I propose extending the "contains" operator to multiple issue IDs, like the "is" operator. With this feature, you will be able to list all descendants issues of the specified issues. Currently, you can only list child issues of multiple issues with the "is" operator but there is no way to list all descendants of multiple issues because the "is" operator only accepts single issue ID.
- Defect #39803 (Needs feedback): Plugin modules no longer working
- As of Redmine 5.1.x (Rails 7.1.2) plugins tha ... 7, a simple @require MyModule@ worked fine.
- Open discussion: RE: Sharing an issue among multiple projects
- May be this can do your case: https://github.com/nanego/redmine_multiprojects_issue.git. Regards
- Development: RE: HTML changes to webpage?
- Pavel Yeloyev wrote: > If installed on a Deb ... want to modify the way the text boxes in the Issue Edit page works. Is it safe/simple? Where ar ... e (some books are also available). Regards
- Development: RE: HTML changes to webpage?
- If you're running a website on a Debian syste ... ons. Regarding changing text boxes on the Issue Edit page, start by identifying the applicat ... t for the HTML and JavaScript related to the Issue Edit page. Few reminders - Always back ... //iqratechnology.com/academy/html-training/
- Open discussion: RE: Calling API to create an issue and uploading attachments with an error message
- Please provide missing informations in json... Regards
- Defect #39802 (Closed): Fix click event handling in mobile view after closing flyout menu
- In the mobile view, after opening flyout menu ... '#main').off('click'); } </code></pre>
- Help: RE: Sending notification e-mails with different "From" addressess for each project
- Marcelo Marotta wrote in message#65730: > A ... s, I wonder if there are any updates on this issue. > Otherwise, it is still a very interestin ... project without doing anything else. Thanks
- Open discussion: RE: Notify per issue non-user email address(es)
- Pall Bjornsson wrote: > Using Redmine 3.2.0 > > I need to be able to send issue notifications to email addresses that do not ... system. > > Basically, I would need a per issue custom field to enter a list of email addres ... to: # create a role for these users (with issue visibility: Issues created or assigned to the user) # create ... the newly created role # add the users to issues as observers
- Defect #39798 (Closed): Is there a Google reCAPTCHA plugin available for Redmine version 5.0.5?
- I have recently upgraded Redmine from version ... plugin that is compatible with version 5.0.5?
- Calling API to create an issue and uploading attachments with an error message
- Defect #39796 (Closed): Calling API to create an issue and uploading attachments with an error message
- When creating the problem and uploading the a ... at problem is causing this? Please advise
- Defect #39795 (Closed): Fix improper error highlighting for description field in issue form
- There is a feature that highlights input fiel ... ed border when a validation error occurs. An issue was identified with the 'Description' field, ... hat the 'Description' field contains a 'span#issue_description_and_toolbar' element, which caus ... ound the span tag, unlike in custom fields.
- Help: RE: (Solved) why can't the status of issue be changed by accounts who are not creator of the issue ?
- Hey guys, my teammate found that there is ... tings, and we should check permission of issue editing not only at list of permission, but ... please take a look of attachment. thanks.
- Help: RE: why can't the status of issue be changed by accounts who are not creator of the issue ?
- Mayama Takeshi wrote in message#69200: > Are ... e is 'Reporter' which is not able to changes issue settings. Yes, and my teammate found th ... of the role ! Let me describe that later.
- Help: RE: why can't the status of issue be changed by accounts who are not creator of the issue ?
- Are you sure the user has the correct role at ... e is 'Reporter' which is not able to changes issue settings.