Search
Results (31866)
- Hello. Please help me. When editing a user t ... mine_control_date_reminder 0.0.1 redmine_issue_tabs 1.3.4 redmine_people ... _user_mentions 1.0.6 unread_issues 2.2.4 usability ... blems and then just the other day it started.
- Feature #39238 (Closed): Redirect to reposito ... ngesets to avoid the user-visible browser URL
- When POST'ing to repositories#fetch_changeset ... of directly showing the repository again, we issue a redirect to the repository's show page. Th ... This is implemented in the attached patch.
- Defect #39232 (New): Locked users in filters only visible to administrators
- As per the comments to ##15201. Only administrative users can filter issues by locked users. Anyone should be able to d ... to a locked user should proceed as normal.
- Help: RE: Restricting a group of users from closing issue.
- Michał w wrote: > I have two user groups and custom issue statuses - open, completed, closed. Is it po ... prive a group of users of the right to close issue? For example, I would like the first group o ... n to completed and not be able to change the issue to closed status. The second group of users ... . You can see [[RedmineRoles]] and [[RedmineIssueTrackingSetup#Status-transitions]] for more info.
- I have two user groups and custom issue statuses - open, completed, closed. Is it po ... prive a group of users of the right to close issue? For example, I would like the first group o ... n to completed and not be able to change the issue to closed status. The second group of users should be able to change to any status.
- Open discussion: RE: Blocked as Spam
- Ewan Makepeace wrote: > I am trying to file a new issue but get a failure whether on my own IP or us ... so I can feel your pain :-/ Regarding the issue-report you've posted as a screenshot: it was ... xed in Redmine version#152. HTH, Mischa.
- Defect #39214 (Closed): 4.2.10 and 5.0.5 versions are still locked instead of closed
- Like stated in the subject, these two version ... Please set the correct status to fix this issue. Thanks in advance.
- Help: RE: Parent task end date is not changing when subtask is rejected
- Sergei Naumov wrote in message#68970: > But ... lained in message#68965, ??"the status of an issue doesn't affect the time calculations. One ha ... Bernhard's additional reference to [[RedmineIssues#Relations-between-the-parent-task-and-its-subtasks|RedmineIssues#Relations-between-the-parent-task-and-its-s ... ll included in Redmine version#90 and beyond.
- Redwine
- h1. Redwine profile Redwine is a Redmine p ... ></pre> h2. Current fixes * tags for issue priority are created from priority positions ... le the priority tags in a unique way. The issue remains if more priority entries are created ... t_, are unaffected and are able to style the issues adequately. * IMAP mail folder check forme ... ks only on emails that are flagged unseen
- Help: RE: Parent task end date is not changing when subtask is rejected
- Bernhard Rohloff wrote in message#68965: > [ ... the parent task in the wiki article [[RedmineIssues#Relations-between-the-parent-task-and-its-subtasks]] FWIW: [[RedmineIssues#Relations-between-the-parent-task-and-its-subtasks|RedmineIssues#Relations-between-the-parent-task-and-its-s ... ours (r14272 for #16092 & r14273 for #17550).
- Open discussion: RE: How to install Redmine on Host Service
- I have same issue.
- Help: RE: Parent task end date is not changing when subtask is rejected
- Hi Sergei, the staus 'rejected' is just what it is, a status. The status of an issue doesn't affect the time calculations. One ha ... the parent task in the wiki article [[RedmineIssues#Relations-between-the-parent-task-and-its-subtasks]] Kind regards, Bernhard
- Defect #39200 (Closed): Exception when opening gantt
- Internal error An error occurred on the page ... 157-aeb7-9ad84413a88c] Started GET "/redmine/issues/gantt" for 192.168.19.6 at 2023-10-18 13:48 ... mine/sudo_mode.rb:61:in `sudo_mode' </pre>
- Plugins: RE: Redmine Time Tracker - Chrome Extension
- *New Feature - 16.10.2023* * Create Timer via shortcut *(Ctrl + Shift + k)* ** Usage: Go to Issue Page on redmine and type this shortcut.
- Defect #39187 (Closed): User abhishekjoshi c ... mation not related to Redmine (probably SPAM)
- "Abhishek Joshi":https://www.redmine.org/user ... activity could be found on his profile page.
- Defect #39186 (Closed): Missing synchronizati ... atchers and watcher_users for unsaved objects
- (Note: I'm using issues as examples for watched objects throughout ... When adding a new watcher to a new (unsaved) issue using @add_watcher@, we currently create a n ... @watcher_users_id@ list. This can lead to issues when client code attempts to avoid adding t ... queness error : <pre><code class="ruby"> issue = Issue.new(project: Project.first, subject: 'Test', ... t, tracker: Project.first.trackers.first) issue.add_watcher(User.first) issue.add_watcher(User.first) issue.save! # => ActiveRecord::RecordInvalid (Validation failed: Watchers is invalid) issue.watchers.last.errors.full_messages.to_senten ... ing if the supposed user already watched the issue, e.g.: <pre><code class="ruby"> issue...
- Help: RE: Update 4.2.1 -> 4.2.10, Could not find gem globalid
- Thanks, I will check it and if I face any issue, I will update you.
- Help: RE: Strange problem with email notifications on Redmine 4.0.4
- Hello, yes, I resolved the problem. First, you have to be sure on 100% that there are no issues with your SMTP server. Second check careful ... , there is "the true". In our case we had an issues with resolving our smtp server therefore dns. I hope if i have been helpful. Regards.
- Help: RE: Sometimes Redmine doesn't send notifications after upgrade
- Lydia Liu wrote in message#68934: > Mirco Vi ... ou have to be sure on 100% that there are no issues with your SMTP server. Second check careful ... , there is "the true". In our case we had an issues with resolving our smtp server therefore dns servers. I hope if i have been helpful. Regards.
- Help: RE: Strange problem with email notifications on Redmine 4.0.4
- Iliyan Petrov wrote in message#68104: > Hello Diego, > yours issue looks like ours which we are having after up ... please tell me how to resolve it?Many thanks!
- Defect #39180 (Closed): Fix an intermittent test failure in JournalTest
- This test occasionally fails when executed co ... journal = Journal.generate!(journalized: Issue.find(2), user: User.find(1), private_notes: ... map(&:id).sort end end </code></pre>
- Feature #39178 (New): Issue visibility
- _*Hi everyone,*_ I have a scenario with Issue permission like this: I have a Project A to store issues (Aa, Ab, Ac) but some issues is sensitive and can only show to some spec ... t show to other members in the project (each issues have their own privacy). - *In issue Aa* (related to U1, U2): I set to Private then, change ' *Issues visibility* ' of U1, U2 to ' _All Issue_ '. Then U1, U2 can see Aa; - After 3 days, another admin create Issue *Ab* and *Ac* with ' _Private_ ' activated and only want to show to U3, U4 so he have to change ' *Issues visibility* ' of U3, U4 to ' _All Issue_ '. +*Now this is a disater*+ : U3, U4 can freely view Issue Aa which I don't want to show them vice versa with Issue...
- Feature #39160 (Needs feedback): Add "Statuses" filter when creating new "Issue" custom fields
- Custom fields on issues can be associated with specific Trackers, s ... t is associated with "Bug" will be hidden on issues of other types. However, if that custom fi ... then it is required for every status of that issue throughout its workflow. In many workflows, specific pieces of information are added to an issue throughout its workflow and not all at the b ... everage better in custom queries and reports.
- RE-issues-read
- Get simple information about the status of reading issues with the RE-issues-read plugin. Features: * An easy way to ... /wp-content/uploads/2023/10/screenshot_5.png!
- Defect #39154 (Needs feedback): Mailhandler
- Hi, after update to 5.0.6 by "Incoming Mails ... # end </code></pre> work for me.