Search
Results (18279)
- Help: RE: missing translation
- to be honest, the issue started after upgrading redmine AND system ... ets Rails integration (part of Rails)</pre>
- Looking for someone to create a plugin that w ... rom a camera whilst on site and add it to an issue. Desirable, but not mandatory feature wou ... to be implemented using an existing library.
- We are happy to announce the release of ERPmi ... se Notes for v4.0.4 Feature: - Add issue logger for Asset on spent time Bug Fixes: ... w.erpmine.org/projects/erpmine/wiki/Resources
- Help: RE: I need to import from CSV while preserving existing issue numbers
- James Brady wrote: > So, does using csv import mean that the issue numbers will irrevocably change, and there's ... bout the old instance. It just creates a new issue for every row in your CSV file. If you woul ... rget to backup your database first. ;-)
- Help: RE: I need to import from CSV while preserving existing issue numbers
- So, does using csv import mean that the issue numbers will irrevocably change, and there's no way to prevent/mitigate that?
- As titled, I found the EMail Sending is not w ... Hava any solution for this case? And this issue has been submitted in redmine.org before. https://www.redmine.org/boards/2/topics/59057?r=59886
- h2. The goal is to migrate from sqlite3 to my ... I don't see how it could be a LDAP interface issue because if I swap the database back to sqlit ... redmine_workflow_enhancements 0.5.0 </pre>
- Hi All, We are using Redmine for to prov ... help how to achieve below Create an new issue via email under a project based on the domai ... and XYZ * If *user@ABC.COM* send a mail an issue need to be created under project *ABC* * And *user@XYZ.COM* issue under *XYZ* project
- Help: RE: Send notification when new issue created by email ?
- I have same issue here and my solution is 1. assigned new ... existing ticket, he will receive the emails.
- Help: RE: Roles and Permission for Root Project Creation
- Marek Stepan wrote: > I Removed "create proj ... ive. I also think this is somehow a security issue as any user with no permissions at all can c ... single project. Perhaps it's an archived one.
- Help: RE: Roles and Permission for Root Project Creation
- Mischa The Evil wrote: > Bernhard Rohloff wr ... ive. I also think this is somehow a security issue as any user with no permissions at all can c ... group has create project permissions !
- Help: RE: help on Redmine install : PB with bundle install
- Thank you for your quick reply ! ;) I 'v ... www.reddit.com/r/rubyonrails/comments/973jcv/issue_installing_rails_help_if_you_can/ I chose ... redmine but it is ok to do a test i hope !
- Plugins: RE: Is there a plugin to convert the user ID to user name?
- Any chance you could switch which attribute i ... iguration in Redmine? I dealt with a similar issue years ago when our LDAP system changed, and ... ttribute from uid to either cn, mail, or upn.
- Help: RE: help on Redmine install : PB with bundle install
- Hi Tom, I don't have a guaranteed solution ... es as here: https://github.com/vmg/redcarpet/issues/628, then try what is explained there (inst ... it for other users. Best Regards, Liane
- We are experiencing performance issues when using user based filters. A simple "As ... t regarding number of registered users? This issue happens even when there is no resource usage ... edmine 4.0.x Rails 5.2.x PostgreSQL backend
- Open discussion: RE: How to change attached file storage location to NAS Storage
- Thanks Man, You saved my day. Now it is working fine without any issue after changing the permission of the directo ... aemon 152 Sep 1 12:11 2020 Thanks, Asish
- Open discussion: RE: Don't shows closed issue status in project summary page
- Hello Tariq, go to the @Administrator menu -> Issue statuses@ and make sure that the status which should mark an issue as closed has the checkbox 'Issue closed' checked. !closed_issue_status.png! Kind regards, Bernhard
- Hello I have attached a screen short of my Redmine IT Project which don't show the closed total issues in project overview. I have gone through m ... solution then kindly write it here. Thanks
- Hello All! Before, we used Redmine 3.4 and ... emails with subaddress in BCC to open a new issue in the desired Project. But after upgrading ... mine_dashboard 2.7.1 redmine_issue_templates 1.0.4 redmine_lightbox2 ... 8 sidebar_hide 0.0.8
- Hello , we have found out that every register ... avoid import errors because of compatibility issues with new database schema of redmine 4.0.2 ... e this behaviour . Regards Marek Stepan
- Help: RE: Can an issue update another issue?
- That worked like a charm Bernhard! I added a ... on the purchase tracker and I only see those issues, but everything's still in place in their projects. Awesome! :) Thanks for your help.
- Help: RE: Can an issue update another issue?
- Domhnall Currie wrote: > I have to admit, on ... have walked that bumpy road before... ;-)
- Help: RE: Can an issue update another issue?
- That's what I was thinking, maybe doing a tra ... o for me. :) Thanks for your help Bernhard!
- Help: RE: Reopen issue by mail - plugin for 4.0.6?
- For anyone interested I fixed the plugin, here's proper code: <pre> module ReopenIssuesByMail module MailHandlerPatch def s ... ass_eval do # alias_method_chain :receive_issue_reply, :reopen_issues_by_mail alias_method :receive_issue_reply_without_reopen_issues_by_mail, :receive_issue_reply alias_method :receive_issue_reply, :receive_issue_reply_with_reopen_issues_by_mail end end module InstanceMethods # Adds a note to an existing issue def receive_issue_reply_with_reopen_issues_by_mail(issue_id, from_journal=nil) journal = receive_issue_reply_without_reopen_issue...
- Help: RE: What formula is used to calculate the% of RoadMap (Closed and Finished)
- As can be seen in the respective view (source ... e looking for are: * @version.visible_fixed_issues.closed_percent@ * @version.visible_fixed_issues.completed_percent@ These two methods are ... n extensions_ that are defined on the @fixed_issues@ association (source:/trunk/app/models/version.rb@19983#L119) in a named extension module (@FixedIssuesExtension@). This module resides prior to th ... you'll ultimately be guided to the private @issues_progress@ method where you can find the algorithms that are used to calculate the percentages.