Search
Results (18267)
- Help: RE: security breach ? users bypassing the 'pending'-process
- Thank you for the reply. This is a great wor ... have implemented it. if we go back to the issue, is this an issue in the redmine-system that has found its pat ... e 'registered'-zone. a bug ? regards, i
- Help: RE: LDAP login execution timeout
- The issue had gone I changed the host field in the LD ... n After - DC01.Domain.Lan This fixed the issue.
- Open discussion: RE: Is it possible to hide the spent time and revisions for specific roles?
- Hi Jessica, as far as I know, there is no option to hide specific fields in an issue. I think it would be a sane approach to collect customer related issues in a separate (sub)project. You can create a subtask of the customers issue in another project the customer has no acces ... tomer and can be handled like all your other issues.
- Open discussion: RE: Ability to set the date for news and issue comments
- Christian Damongeot wrote: > Hi, I've been l ... publishing a news or adding a comment to an issue. > > Is it possible to display a date field when creating or editing a news (or a comment in an issue) set to the actual date by default but open ... this getting a date field in the news module.
- Open discussion: RE: Measure cycle time (lead time)
- I've never done this, but you could maybe pull this out from the Redmine API - issue 'journals' looks like it may help. Write ... when reviewing bottlenecks from time to time?
- Plugins: RE: Redmine Issue Reminder - Version 0.0.1
- Dear Users, I get an error when i try to s ... mine-3.3.2-2. Thanks in advance! Qu33do
- Help: RE: LDAP login execution timeout
- I also have the same issue, please see here: message#52804 Seems to be a common issue now, with multiple reports e.g. also here: ... provide some advice for us? Will raising an issue help? Thanks, Ben
- Unique format for issue ID by project wise. In Redmine auto generate ... ? There is a separate field in Redmine to Issue Status (In Admin portal). In there we can in ... e not showing when we need to edit a created issue. Only the default fields get visible. How to ... ve converted as remarks from defects.?
- Is there a way that you can sort issues by if the status has changed? I'm interested in being able to make a report of what issues have changed status in a certain time frame.
- Help: RE: Issues Broken - Tried to install some patches but it broke my system
- Mike Daniels wrote: > Which files do I not w ... assignee_on_gantt.patch_v2.patch app/models/issue_query.rb, app/views/gantts/show.html.erb and so on. Check all patch files you have applied.
- Help: RE: Issues Broken - Tried to install some patches but it broke my system
- Which files do I not want to update? As I do not want to lose my data
- Help: RE: Issues Broken - Tried to install some patches but it broke my system
- Those patches are compatible with the lastest ... from here: http://www.redmine.org/releases/
- Is there a way I can add public holidays as n ... rched these forums and havnt found a similar issue....(I could be wrong)
- We've got the scenario as described here: ... e approaches 200h... ** the customer has to issue a new PO (let's assume the customer orders 1 ... deal with this problem in Redmine? Thanks.
- My redmine issues is broken. many other things still work but I can't get to issues and gantt and some other screens. My red ... 09 You can see a lot of output on these issues from my system. To help diag. Thank you so ... redmine up and running again. THANK YOU
- Hello everybody, I'm new in Redmine (great ... k done in terms of hours, but the time every issue takes in every status. Example: how long an issue was "new", or "assigned", etc. This is not the time spend in the issue, as you can see. And I've mentioned only issues but actually I was meaning any kind of trac ... n? Thanks in advance. Regards, Herman.
- Help: RE: Receiving Outlook inline Emails - cid: to !file.name!
- Works now for me in @plugins/mail_handler_ ... . So if you write more than one mail to that issue you have duplicate image001.png. The proble ... nother image001 then you see the wrong image.
- Hi, I am configuring the office365 mail fo ... ot getting any notification, if i create new issue or edit the issue. But if i configure gmail i am getting the m ... oing to office365 mail id Thanks Jaswanth
- Help: RE: Failed to upgrade to 3.4.2
- Thank you, Guillermo. The problem resolved. ... psql > /c databasename; > drop index index_issues_on_parent_id; Regards. Hugo
- Help: RE: Failed to upgrade to 3.4.2
- Thanks for your reply :) Maybe the index w ... Can you tell me how to drop it from table 'issues'? Ps. What I have is a sqlc file through pg_dump. Regards. Hugo
- Help: RE: Failed to upgrade to 3.4.2
- The index in issues.parent_id was added in 3.4.0 (Feature #2398 ... hat index first and then perform the upgrade.
- Hello, I'd like to be able to create a new project by sending an email. I'm able to create issues on an existing projects by fetching emails ... ? Thanks in advance. Kind regards, GAR
- System: Debian7, postgresql 9.1 Today I fa ... er migrations canceled: > Index name 'index_issues_on_parent_id' on table 'issues' already exists > /var/lib/gems/1.9.1/gems ... ine34/db/migrate/20161220091118_add_index_on_issues_parent_id.rb:3:in `change' > /var/lib/gems ... unning task with --trace) Regards. Hugo
- Help: RE: Send Test Email fails
- Found this in the log: NoMethodError (unde ... app/models/mailer.rb:64:in `block in deliver_issue_add' app/models/issue.rb:1060:in `each_notification' app/models/mailer.rb:63:in `deliver_issue_add' app/models/issue.rb:1847:in `send_notification' app/models/issue.rb:212:in `create_or_update' app/controllers/issues_controller.rb:129:in `create' lib/redmine/sudo_mode.rb:63:in `sudo_mode'
- Hi, I have the following issue with the plugin subtask columns on Redmine 3.4.2 : <pre> Rendered issues/_action_menu.html.erb (3.0ms) Rendered plugins/advanced_roadmap_v2/app/views/hooks/issues/_show.html.erb (66.0ms) Rendered plugins/redmine_contacts/app/views/deals_issues/_show.html.erb (0.7ms) Rendered plugins/redmine_contacts_helpdesk/app/views/issues/_ticket_data.html.erb (0.1ms) Rendered issues/show.html.erb within layouts/base (98.1ms) ... 106: <%= form_tag({}, :data => {:cm_url => issues_context_menu_path}) do %> 107: <%= render_descendants_tree(@issue) unless @issue.leaf? %> 108: <% end %> 109: </div ... r_descendants_tree_with_listed' app/views/issues/show.html.erb:107:in `block in _app_views_issue...