Search
Results (18298)
- Plugins: RE: Rails 3 porting issues
- Kirill Bezrukov wrote: > @PluginHelp_d_er@ Are you sure you spelled correctly?
- Plugins: RE: Rails 3 porting issues
- I have problem with @include PluginHelper@ in ... elpers path does not added to the global path
- Help: RE: Redmine requires Bundler. But it's there!!
- Diluen Cheong wrote: > Here's the screenshot ... e in my browser. Seems not to be the same issue: ??Redmine requires Redmine 1.0.21 (you're u ... a newer version with 'gem install bundler'??
- Hi all Is there any way how to duplicate issue with all subtask? (Redmine 1.4.x or 2.x would be perfect)
- Help: RE: Parent project in the mailer template
- I need to add parent issue details to the mail template too. Any pointers?
- Plugins: RE: Issue Closed Date
- Hi Guys, I'm going to update the plugin t ... suporting it to the new versions of redmine.
- Plugins: RE: Issue Closed Date
- Anders Wallin wrote: > Hi, > ............ > Hope it helps. Thank you, it works!
- Plugins: RE: Issue Closed Date
- Hi, The reason "related issues" is removed by this plugin is that it replaces the file app/views/issues/show.rhtml and the plugin version of this f ... from the plugin folder (i.e. vendor/plugins/issue_close_date/app/views/issues/show.rhtml) because the only thing it does is to add closed date to the issue view and I think you can live without it. You can see from the issue history when the issue was closed anyway. Note that the plugin a ... you can leave it as it is. Hope it helps.
- Hi, I have in my init.rb this : @projec ... ugin_name do permission :disable_this, :issue => :index end@ In my view I have this : @<% if User.current.allowed_to?(:disable_this, @issue) %>@ Followed by the end syntax after the ... e permission at role level ? Best regards,
- I had a redmine instance in 1.1 and wanted to enjoy the nice functions of uploading attachments to Issues using the API. I tried to upgraded my in ... uccess, plus the normal attaching files into Issue functionality was not working at all. I ... ny idea what might go wrong/how I can fix it?
- Upgrading our redmine installation to the latest version and I am having a bit of a strange issue. The install is on a Windows Server 2003 ... t login, the second is a valid login attempt.
- Hi Our internal Redmine server only allows ... "https://redmine.company.com/redmine/issues/149.xml?key=fffffffffffffffffffffffffffffff ... the URL @https://redmine.company.com/redmine/issues/149.xml?key=fffffffffffffffffffffffffffffff ... her https sites and have managed to download issue data from http://demo.redmine.org with the c ... n what I'm doing wrong. Thanks, Andreas
- Plugins: RE: Ticket dependencies graph
- http://www.redmine.org/issues/2448#note-14
- I created a new Issue, then found it should be added to a subtask of another issue. Is there a way to move my issue as a subtask of another?. I'm using Redmine 1.3.0
- Hello everyone, I've started writing a Plu ... roblems I have found are caused by namespace issues, which I can't see how to apply to this cod ... ank you for your time. Best regards, Matt
- Is it possible to filter issues by Subject using multiple filters? For e ... bject contains Foo AND subject contains Bar
- Hello. I have seen this feature http://www.redmine.org/issues/2448 but last message was 1 year ago. Do ... now if similar plugin or tool already exists?
- Добрый день! У меня такая проблема, я не с ... , задача 68): http://redmine/redmine/loginissues/68 Если из этой ссылки убрать login и оставить вот так http://redmine/redmine/issues/68 , то всё работает нормально. Подскажи ... файлах я могу поменять ссылку на правильную?
- Hello everyone, I've posted this also on O ... for duplicates. The subject summarises my issue. I am having redmine retrieve the changesets ... use keywords which trigger the update of an issue status, such as changing from "In progress" ... considered a defect. Before I post a new issue I hope people in the forum can shed some lig ... Regards, thanks for your feedback, -RLP
- Open discussion: RE: Mail not sent when issue status updated after repository commit
- Maybe I should add that I am using Redmine 1.4.1.
- Hello everyone, the subject summarises my issue. I am having redmine retrieve the changesets ... use keywords which trigger the update of an issue status, such as changing from "In progress" ... considered a defect. Before I post a new issue I hope people in the forum can shed some lig ... Regards, thanks for your feedback, -RLP
- Help: RE: Rmagick 2.13.1 not being detected on Redmine 1.4.0 running on Windows.
- same issue. RM 1.4.1 up and running but says that RMagi ... openid (2.1.8) * tzinfo (0.3.33) </pre>
- Plugins: RE: XLS export plugin
- Vitaly Klimov wrote: > Karel, thank you for ... en't included export_history.patch providing issue history options into the new release v014?
- Hello, after upgrade the ubuntu server my red ... ls/mailer.rb:322:in `deliver!' app/models/issue_observer.rb:20:in `after_create' /usr/lib ... 184:in `notify_observers' app/controllers/issues_controller.rb:145:in `create' /usr/lib/r ... r) </pre> Does anybody know what's wrong?
- Help: RE: How to get available issue statuses list by REST API?
- You almost have it right. Try: http://redmine/issue_statuses.xml For redmine.org, the URL is http://www.redmine.org/issue_statuses.xml. I got this information from http://www.redmine.org/projects/redmine/wiki/Rest_api.