Project

General

Profile

Search

Results (18267)

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. 2010-07-10 01:00
Help: Upgrade problem - another blank page issue
Same title, but different problem... I jus ... 2.168.6.21/] Any suggestions? Thanks... 2010-07-10 00:52
Help: REST api and duplicate issue
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 2010-07-10 00:22
Open discussion: howto add child issue statuses?
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 2010-07-09 23:59
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. 2010-07-09 19:53
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 2010-07-09 17:33
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. 2010-07-09 10:41
Open discussion: Filtering on Gantt View
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 2010-07-08 22:17
Plugins: Need some assistance...
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 :\ 2010-07-08 21:46
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? 2010-07-08 20:53
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... 2010-07-08 18:47
Help: RE: REST API Using C#
Well, since nobody either knows or cares, I g ... <?xml version="1.0" encoding="utf-8"?> <issue> <id>6951</id> <project_id>28</pro ... to_id>33</assigned_to_id> <subject>Test Issue 2</subject> <description>Test Issue Number Two</description> <done_ratio>20 ... <6>asdf</6> </custom_field_values> </issue> </pre> Note that the inner elements in ... ut adding a <notes></notes> pair inside the <issue> tag doesn't seem to work. If anyone has an ... his information and come across this later. 2010-07-08 17:33
Open discussion: RE: User´s permissions
No. If user can modify issue - he can do it with all issue in this project. May be in 1.1 version.. 2010-07-08 16:11
Plugins: Plugin to make spent time required when an issue is closed
Hi, Im playing with the plugin architectur ... if i want to make spen time required when an issue is closed If i: * wrap the issue's before_save method i dont have the time en ... state change without a time entry? Thanx! 2010-07-07 22:46
Help: RE: Upgrade problem - blank page
I found out that I get an empty response when I click on Apply to filter the issues table. Also, Firebug shows an XML error: X ... 8-bdf9-ac9416514c81} Line Number 1, Column 1: 2010-07-07 11:22
Plugins: RE: Backlogs plugin 0.0.1 (scrum/agile)
1. Demo page does not enetring with given cre ... this plugin if unsupported, or resolve with issues, please. 2010-07-07 11:11
Help: Upgrade problem - blank page
Hi! I've recently upgraded Redmine from 0. ... till now: - when I apply any filter on the Issues list of a project, a page with only the hea ... s displayed (the main content area where the issues list table should be, is completely blank) - sometimes, when I update an issue I get the same page with blank content, although the issues is updated Please let me know if you hav ... n how to track/solve this problem. Thanks! 2010-07-07 09:43
Open discussion: RE: Time Spent - Custom Fields: Paid Jobs: Tracking amounts paid
We run the exact same business model and have a suite of plugin to address these issues, Most have been open sourced and live on er ... te it to create a running project score card. 2010-07-07 00:57
Open discussion: User´s permissions
Hi, I´m having troubles with some permissi ... configure it for an user don´t modify others issues?? Is that possible? Thanks. 2010-07-06 22:50
Help: RE: REST API Using C# (XML schema for PUT requests)
I've made a little bit of progress. For one ... instead of utf-16. I have also removed the <issues> tag and made <issue> the topmost one. I can now update the fiel ... ted? At this point, this is not really a C# issue so much as it is an issue of what sort of XML the Rest API expects. Any help would be appreciated. 2010-07-06 20:56
Plugins: Code Review 3.1 -- How do I change t ... to closly match the font used for code views
I spent about an hour using firebug and was n ... spaced. I realize this could be a browser issue, however both IE8 and firefox 3.5.1 have the ... Again the side-by-side diff view is correct. 2010-07-06 15:50
Open discussion: Insert update form dependant to chronological order
Hello, My preferences are for the display ... show.rhtml <pre> <% if authorize_for('issues', 'edit') %> <div id="update" style="disp ... % end %> </pre> Thanks for you support. 2010-07-06 09:48
Development: Proposal: HowTo handle security and other incidents
Hi all, In #2359, Eric requested the secur ... ** The response should include the internal issue ID. * Check, if this a real bug and confirm ... ement * Prepare the patch using the private issue. * Check if the patch have to be backported ... ion with the devs. Any thoughts? --Holger 2010-07-05 23:48
Open discussion: Should I wait for Redmine 1.0.1?
Hi! I am currently a TRAC user. I need someth ... nice features and the migration of existing issues worked without major problems. As I am n ... upgrade to the new one when it comes out? 2010-07-05 21:22
Open discussion: How can I merge 2 projects into one?
Hi people, Is there any way to merge two pro ... including all objects: Wiki, Documentation, Issues. I can move issues one by one. But how about others? Is it e ... o automate this task? Thank you!!! Alexey 2010-07-05 19:32
(14001-14025/18267)