Search
Results (18306)
- Open discussion: RE: Administrator does not g ... y if he is not added to the project as member
- Tiemo Vorschuetz wrote: > This Redime authen ... ct to that project, but feel free to open an issue and we will review it.
- Hi, I'm having trouble making links to Git commits in issue comments. Earlier, when using Subversion, I ... t of it, but a link is never made. Thanks!
- Open discussion: RE: Administrator does not g ... y if he is not added to the project as member
- Redmine doesn't serve svn by itself, so you w ... his is a defect, please open a ticket in the issue tracker, thanks.
- Hi, I would like to propose 2 features. As ... take a confirmation that they deserve to be issued tickets. * I could not find a way to cre ... milestones of a single project. Each ticket issued is usually related to a specific customer. ... to add or edit customers. So...?
- Help: RE: Identifying the REST API fields
- Hi all, I haven't had any responses, so ma ... y a Redmine instance for a list of available Issue fields and any options or limits that are ap ... ools that I regularly use. Thanks, Paul
- How to Modify Text/Category of pre created issue?
- Open discussion: RE: occur 500 error every night
- So, I think you are using "ruby script/server ... brick -e production -d) which may solve your issue.
- Help: RE: Upgrade problem - another blank page issue
- Those aren't preferred or even advised soluti ... D with ps and killing it with @kill the_PID@.
- Open discussion: RE: Importing XML data from Basecamp to Redmine
- I did this very thing recently but from unfud ... sql studio and really didn't have much of an issue.
- Help: RE: Upgrade problem - another blank page issue
- I've used both "ruby script/server -e product ... ld with a numeric value), I'd like to use it.
- Help: RE: How to view the root of a repository?
- I just had a look and it might be issue #5002. I'll upgrade to the latest version of ... s. If that doesn't work then I'll file a bug.
- Help: RE: Upgrade problem - another blank page issue
- Alan Bowsher wrote: > When I fire up the app ... e. What command do you use to run redmine?
- Help: RE: Charts Plugin with 0.9.6
- I had a similar issue in that I as getting this error after upgrad ... d the charts plugin and it started to work.
- Help: RE: Charts Plugin with 0.9.6
- Felix Schäfer wrote: > Please file an issue directly with the author of the plugin, see ... of this specific plugin. Might be an update-issue...??
- Help: RE: Charts Plugin with 0.9.6
- Please file an issue directly with the author of the plugin, see ... ist#Charts-plugin|plugin list]] for the link.
- Same title, but different problem... I jus ... 2.168.6.21/] Any suggestions? Thanks...
- I'd like to create recurring tasks in my redm ... do that. I successful retrive and update issues using REST api from redmine trunk. (http:// ... ith_ruby), but I got this code: <pre> ... issue = Issue.find(1) issue_duplicated = Issue.new( :copy_from => issue ) if issue_duplicated.save puts issue_duplicated.id else puts issue_duplicated.errors.full_messages end </pre> ... w to do this Ps2.: It's my first ruby hack
- Hello Guys, I want to be able to have child issue statuses, what I mean by child statuses is t ... or should I open a feature request? Thanks
- Help: RE: Redmine Recieving emails setup in mediatemple (gs) gridservice
- I don't know what mediatemple is, but you nee ... need to either define a default project (an issue needs a project, and there's no redmine-wide ... verridden in the mail and set it in the mail.
- Help: RE: Redmine + Apache + Passenger
- Ok, so this is definitely an SELinux issue, so I was just looking in the wrong place. ... in the right place. Many thanks Graham
- Open discussion: RE: Ajax requests into browser history
- That issue (#3494) is close but not entirely what I was ... button mouse) and want to go back seeing the issue with your note not in edit mode. You wind up on the previous page (for instance issueslist). The same goes for this reply. If I ... which was is my previous page in the history.
- Hello! Is it possible to show issues for two different target versions, on a sin ... rent releases, in order to load balance the issues and re-target. Thanks! Aaron
- I'm attempting (and failing) to write a plugi ... goal is to be able to add a department to an issue, just like you can add a related issue, or a resource (using the redmine_resources ... a department, its meta data, and any and all issues associated with it. The departments, in this case, represent requesting entities for the issues (in our particular case, and "issue" represents a software install.) They are n ... g through a similar headache in the future :\
- Open discussion: RE: Ajax requests into browser history
- I agree -- it's aggravating to page through issue listings, visit one of the issues, then hit the Back button and wind up on pa ... complaining about this. This seems to be issue #3494. If no one's going to fix this in the ... way to work around it by disabling AJAX for issue-list updates?
- Plugins: RE: Redmine Kanban plugin v 0.2.0 released
- Hey Eric, I was trying to install the plugin ... or/plugins/redmine_kanban/app/views/kanbans/_issue.html.erb where line #2 raised: undefined method `root?' for #<Issue:0x3d35bb8> Extracted source (around line #2): 1: <% if issue %> 2: <li id="issue_<%= issue.id %>" class="<%= over_pane_limit?(limit, issue_counter) if defined?(limit) -%> <%= kanban_issue_css_classes(issue) %>"> 3: <div class="issue-details"> 4: 5: <div class="issue-details-header"> Trace of template inclusio ... /app/helpers/kanbans_helper.rb:49:in `kanban_issue_css_classes' C:/Program Files/BitNami Redmi ... or/plugins/redmine_kanban/app/views/kanbans/_issue...