Recent Posts by rkaramc

Subscribe to Recent Posts by rkaramc 4 post(s) found

May 5, 2008
Avatar rkaramc 4 post(s) #1451

Topic: Mingle Feature Requests / [implemented-2.0] Eclipse mylyn integration for mingle

Hi Adam:
Couldn’t find a binary or source tar/zip to download :-(

Is there a way to download the source?
thanx
rajeevk

 
Mar 27, 2008
Avatar rkaramc 4 post(s) #1164

Topic: Mingle Feature Requests / [implemented-2.0] Eclipse mylyn integration for mingle

Hi!
Would like to use eclipse with mylyn/tasktop to manage cards/tickets/tasks in the projects.

The integration could be modelled on the implementation for Bugzilla/Trac.

thanx
rajeevk

 
Feb 18, 2008
Avatar rkaramc 4 post(s) #1090

Topic: Mingle Bug Reports / Unable to generate charts by card Type

Adam:

Version: 1_1

Revision: 5832

Ruby platform: java

Java version: 1.6.0_02-b05

Operating system:Windows XP

thanx
rajeevk

 
Feb 12, 2008
Avatar rkaramc 4 post(s) #1064

Topic: Mingle Bug Reports / Unable to generate charts by card Type

Hi!
I am unable to generate a chart by Type – see macro below. I am using mingle to track defects/enhancements/support requests/etc. and wanted a way to generate a chart showing the relative distribution.

{{
  pie-chart
    data: SELECT Type, count(*) WHERE Status IS NOT NULL
}}

Compare above to this macro which works.

{{
  pie-chart
    data: SELECT Status, count(*) WHERE Type IS NOT NULL
}}

Error message on page is

Error in pie-chart macro: undefined method `format_value_for_card_query’ for #
.

thanx
rajeevk