Project

General

Profile

Search

Results (18304)

Open discussion: RE: Sorting Issues by due date
You can add columns to the issue list view in the administration menu / settings / Issue tracking Maybe "due date" is not selected in your setup? 2009-09-08 10:51
Help: RE: Redmine and Gmail
Thanks Hugh. I have tried the above many o ... occurred while sending mail (530 5.7.0 Must issue a STARTTLS command first. j10sm2362856mue.15 ... or suggestions would be appreciated. Basil 2009-09-08 09:46
Plugins: RE: Backlogs plugin 0.0.1 (scrum/agile)
Hi Mark, I think you missed a line in app/ ... roject(project) find(:all, :include => :issue, :conditions => "issues.project_id=#{project.id} and items.parent_i ... position ASC") end </pre> Now it works 2009-09-08 09:35
Plugins: RE: Backlogs plugin 0.0.1 (scrum/agile)
in the Issue on my Redmine i have three required custom f ... ) <pre><code class="ruby"> def self.create_issue(params, project) ... issue.save! issue.reload issue end </code></pre> i have the *exception ... se *the required field did not filled* 2009-09-08 07:33
Plugins: RE: Ticket grouping plugin
the patch look like this <pre> svn diff app/models Index: app/models/issue.rb =================================================================== --- app/models/issue.rb (revision 2858) +++ app/models/issue.rb (working copy) @@ -56,7 +56,7 @@ named_scope :open, :conditions => ["#{IssueStatus.table_name}.is_closed = ?", false], :i ... f usr or current user is allowed to view the issue def visible?(usr=nil) @@ -156,6 +156,12 ... o get the right status reload </pre> 2009-09-07 19:29
Help: RE: Associated Revision
It does work when Redmine can relate both to each other I suppose. So "#" for the issue in the commit and the "r" in the issue description. Or am I wrong in this? 2009-09-07 16:11
Help: RE: Associated Revision
I'm adding #nnn in the subversion comments, but that version does not appears in the issue page. I do not see any "Associated revisions" section. 2009-09-07 15:34
Open discussion: RE: Redmine for not-computer related projects: what's your setup?
We use Redmine also for non-software items. W ... maintain the same terms for the statusses of issues but if that is a problem we use a different tracker and a specific flow. 2009-09-07 15:27
Help: RE: Associated Revision
use the format: rnnn where the "r" is fixed ... n where "#" is fixed and nnn refers to the issue number 2009-09-07 15:23
Plugins: RE: Backlogs plugin 0.0.1 (scrum/agile)
Hi Mark, Thanks for the prompt response. T ... t_id: SELECT "items"."id" AS t0_r0, "items"."issue_id" AS t0_r1, <snip> WHERE (issues.project_id=5 and parent_id=0) </pre> ... last bit of code should be : <pre> WHERE (issues.project_id=5 and items.parent_id=0) </pre> Work around: when I remove the issue.parent_id column manually then the backlogs plugin works. 2009-09-07 15:10
Help: Associated Revision
What commands should I add to comment area at ... er to associate new revision with a specific issue? I want revision number to be showed at issue page. Thanks. 2009-09-07 15:04
Plugins: RE: Backlogs plugin 0.0.1 (scrum/agile)
Hi Hans, It should work alright. I specifi ... . Since the parent_id you refer to is in the issues table, it should be fine. However, test ... indings for the benefit of everyone else. :-) 2009-09-07 14:51
Plugins: RE: Backlogs plugin 0.0.1 (scrum/agile)
There is a naming clash with another plugin ( ... ch uses also a field called parent_id in the issues table. Your plugin is using the same fiel ... de w.r.t. this field then it should solve my issue using both together. (correct me if i am wr ... en a more stable/mature version is available! 2009-09-07 13:57
Plugins: RE: Proposal for a redmine testboard plugin
Hi Ivan, the aim was to add testcase manag ... a bug or a feature. Note that I did not say "issue", although in redmine terminology task / bug / feature are all issues. 2009-09-07 11:01
Plugins: RE: Ticket grouping plugin
Vitaly Klimov wrote: > I have posted temporary solution to fix duplicate journal entries in the Issue #3690 comments did the anybody made this ... pply this solution Thanks in advance 2009-09-07 07:24
Open discussion: RE: Sorting Issues by due date
Eric, I had assumed it would be something ... s for the help and the fast response! -Dan 2009-09-06 22:28
Open discussion: RE: Sorting Issues by due date
Yes. # Go to http://your-redmine/issues # Add a filter for "Assigned to <me>" # C ... user in the system can use it. Eric Davis 2009-09-06 21:48
Open discussion: Sorting Issues by due date
Hello all, Is there a way for a user to sort all of the issues assigned to them by the due date (starting ... e going great. Thanks for the help. -Dan 2009-09-06 18:08
Plugins: RE: Backlogs plugin 0.0.1 (scrum/agile)
That's how my post should've looked like.. ... en there's raw HTML inside a pre-block of an issue description, the HTML (including JavaScript) ... ways, thanks for this great plugin! Alex 2009-09-06 03:45
Plugins: RE: Backlogs plugin 0.0.1 (scrum/agile)
I've found a little bug in the GUI: when there's raw HTML inside a <pre> block of an issue description, the HTML (including JavaScript) gets rendered. 2009-09-06 03:43
Help: Russian Cyrillics in issue description
Hi, I used to work with redmine about half ... an cyrillic characters were not saved inside issue description. Is this problem resolved now? Is it possible to create new issues in Russian now? Thanks 2009-09-06 00:41
Plugins: RE: Backlogs plugin 0.0.1 (scrum/agile)
Mark M wrote: > I originally planned on crea ... at knowledge with Kanban. There's still the issue of exposing cross-project data that needs to ... g it for everything these days. Eric Davis 2009-09-05 19:24
Help: RE: Error produced when using Redmine with Apache
I had a similar problem when my mobile phone ... roblem with ActiveSync) May not be the same issue at your end, but maybe you can check if some ... r is going on at your end. regards sriram 2009-09-04 13:49
Help: RE: WebRick hang/not working after a day
I see this as well on my dev server, (you can ... active requests) but I think this is a known issue with Webbrick. For production environments I ... nt server infrastructure. Best, Felix. 2009-09-04 10:29
Plugins: RE: Graphs plugin
Scratch that. I found the top 6 projects when looking at all issues. Still not seeing the old issues graph anywhere. 2009-09-04 06:55
(16026-16050/18304)