Project

General

Profile

Search

Results (18291)

Plugins: issue chart plugin issue
http://www.redmine.org/plugins/redmine_charts ... ace) * Anyone who konws how to solve the issue? And is there any other chart plugin to recommend for show issue charts. 2014-05-28 06:57
Help: Email notification - custom fields
Hi, Please help me about email notification. My _issue.html.erb content is the following: <li> <b> <%=l(:field_description)%> </b>: <%=h issue.description %> <li> <b> <%=l(:field_status)%> </b>: <%=h issue.status %></li> <li> <b> <%=l(:field_start_date)%> </b>: <%=h issue.start_date %></li> <li> <b> <%=l(:field_priority)%> </b>: <%=h issue.priority %></li> <% issue.custom_field_values.each do |c| %> <li> <b ... is 22, how should look the code? Thanks 2014-05-27 12:39
Help: RE: Changing the email template
Hello, How can I control if just want to a ... eld's id is 93, how should look the code (<% issue.custom_field_values.each do |c| %>* <%= c.cu ... %= show_value(c) %> <% end -%>)? Thanks! 2014-05-27 12:33
Help: Issues list 500 error
Good day. I have 500 error when trying get issues list. Redmine: Environment: Redmine ... ethod `lft' for nil:NilClass): app/models/issue.rb:76:in `block in <class:Issue>' lib/plugins/acts_as_activity_provider/l ... -+------+ 209 rows in set (0.00 sec) 2014-05-27 12:11
Help: RE: Custom field not showing up in issues
Living Major wrote: > UPDATE: It seems to ha ... y help me understand this? Hello, Yes, Issue's custom fields need to be associated to a tracker to show up for issues of the said tracker. It's not a bug but a convenient feature. Cheers, 2014-05-27 05:58
Help: Custom field not showing up in issues
Hi, When I add custom fields, they do not appear in the Issue form. * When I tick "visible for all pr ... ppear. Can somebody help me understand this? 2014-05-26 22:53
Help: RE: Hide Subtask section from ticket view
Try: <pre> <code class="css"> .issue #issue_tree{ display:none; } </code> </pre> 2014-05-26 13:49
Help: RE: "Orphan" attachments in database - bug?
When a user attaches a file to an issue, a wiki page, etc., the file is immediately ... and see [[RedmineRake]] for other rake tasks. 2014-05-26 11:56
Plugins: RE: Charts 2 plugin issues
me too 2014-05-26 08:30
Help: Hide Subtask section from ticket view
I don't want to use the subtask functionality ... -populated and just generates a new unlinked issue. In short, can you remove the subtasks section from the ticket view? 2014-05-25 14:18
Open discussion: RE: Issues Filter
Thanks, that's what I ended up trying. I'm no ... querying the 'journals' table with some luck. 2014-05-25 00:50
Open discussion: RE: Issues Filter
There's no way I know of, except for quering the database of course. 2014-05-24 22:12
Open discussion: Issues Filter
Hi there, I'm trying to find a way to list all issues a user has ever been assigned to. Is there a way to do this? Thanks, good4m 2014-05-23 18:26
Help: Requirement to have category inheritance across different project
Hi all, I am new to redmine. In my organization, redmine is used for issue tracking only for internal purpose, as we ar ... 1.8.5 Git 1.9.0 2014-05-22 14:10
Help: RE: Roels and Permissions. Status of tasks for people who are not managers/admin.
Yes, you can. please follow this link: http://www.redmine.org/projects/redmine/wiki/RedmineIssueTrackingSetup 2014-05-22 13:00
Help: Redmine 2.5.1 : attached file not displayed
I'm trying to attach files to either issues or documents and everything seems to work f ... (Views: 3.0ms | ActiveRecord: 0.1ms) </pre> 2014-05-21 23:15
Plugins: New Plugins for Wiki Editor jsToolbar
3 new plugins for the Wiki Editor jsToolbar: ... ar. If images are attached to a wiki page or issue, then an image menu will display when the im ... ssets/images/screenshot.png(Buttons)! 2014-05-21 18:30
Help: RE: GMail flags all emails as 'promotions' by default
I too faced the same issue. When i had debugged, i found that in mail f ... s was removed, it started working correctly. 2014-05-21 12:14
Plugins: RE: Redmine Issue Reminder - Version 0.0.1
Additional notes 1. In redmine 2.3.2, the pu ... if non public query should be available too? 2014-05-21 10:44
Plugins: RE: Redmine Issue Reminder - Version 0.0.1
Great It seems to work for me on redmine 2.3 ... eld is_public, not visibility. Thank you Yu 2014-05-21 10:20
Help: Can't install Bundle for Redmine
Hello all, I am running on a VPS Ubuntu 12 ... oting documentation at http://bit.ly/bundler-issues. Thanks! /usr/local/lib/ruby/gems/2.0.0/ge ... in>' </pre> Did somebody have the same issue ? Please help me. 2014-05-20 18:08
Plugins: RE: Redmine Issue Reminder - Version 0.0.1
I have forked it on https://github.com/Hopebaytech/redmine_issue_reminder and try to run it on redmine 2.5.1 now. Please let me know it works or not. 2014-05-20 14:25
Help: Better issues display - with sub task
Hello I am using Redmine 2.4.2. I have done a heavy use of sub task in issue. I like that when an issue is display, all subtask are display. As num ... re any tips ? Best regards Emmanuel 2014-05-19 11:37
Help: RE: Adding Custom Field Value to Subject in Notification Email
Here's what I did: In: /rails_apps/redmin ... p needing the 1 custom field so it wasn't an issue for me as worked for what I needed. Excerpt: <pre><code class="ruby"> message_id issue @author = issue.author recipients issue.recipients cc(issue.watcher_recipients - @recipients) subject "[#{issue.project.name} - #{issue.tracker.name} ##{issue.id}] (#{issue.status.name}) #{issue.custom_field_values} : #{issue.subject}" body :issue => issue, :issue_url => url_for(:controller => 'issues', :action => 'show', :id => ... 2014-05-19 08:01
Plugins: RE: CKEDITOR : not readable a reply email from an issue
You could contact the plugin author and tell us about the response... 2014-05-18 01:12
(6076-6100/18291)