Recent Posts by rkaramc
|
May 5, 2008
|
Topic: Mingle Feature Requests / [implemented-2.0] Eclipse mylyn integration for mingle Hi Adam: Is there a way to download the source? |
|
Mar 27, 2008
|
Topic: Mingle Feature Requests / [implemented-2.0] Eclipse mylyn integration for mingle Hi! The integration could be modelled on the implementation for Bugzilla/Trac. thanx |
|
Feb 18, 2008
|
Topic: Mingle Bug Reports / Unable to generate charts by card Type Adam: Version: 1_1 thanx |
|
Feb 12, 2008
|
Topic: Mingle Bug Reports / Unable to generate charts by card Type Hi!
{{
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 |
