Recent activity
Subscribe to this feed
A comment on the question "Is it possible to nest a table-data object inside of a repeating-data object?" in CustomWare:
David,
Thanks for the quick response. I verified in my test lap that this was indeed fixed in a future release. Please consider this issue resolved.
Thanks,
Ronnie – Ronnie, on March 12, 2010 03:38
Ronnie asked a question in CustomWare on March 12, 2010 03:32:
Reporting Plugin overrides the list-data separator value when used inside of a table-data object.When I use the reporting plugin across a table-data object containing a list-data object, the delimiter specified within the list-data object is over written with a comma when the report is rendered.
Is there a work around to this problem? I have tried explicitly setting the parameter, separator, to newline with no avail. Regardless of the separator value, the reporting plugin returns a comma delimited list.
Here is my current versions:
Confluence Version: 2.9.2
Scaffolding Plugin Version: 3.1.0
Reporting Plugin Version: 3.0.2
Here is my markup example:
Classes Report Page is the following:
{center}h1. {report-info:page:title}{center}
{center}
{report-table}
{expanding-reporter:data:Students|as=class}
{local-reporter:page:descendents|source=Classes}
{expanding-reporter}
{report-column:title=Class}{report-info:expanded:item > page:parent |link=true}{report-column}
{report-column:title=Last Name}{report-info:expanded:class > data:lastName}{report-column}
{report-column:title=First Name}{report-info:expanded:class > data:firstName}{report-column}
{report-column:title=Favorite Colors}{report-info:expanded:class > data:favoriteColors|render=wiki}{report-column}
{report-table}
{center}
----
Which pulls data from many class pages which are templated off of the following:
{table-data:Students}
|| Last Name || First Name || Favorite Colors ||
| {text-data:lastName} | {text-data:firstName} | {list-data:favoriteColors|type=check|multiple=true}
{list-option}Red{list-option}
{list-option}Orange{list-option}
{list-option}Yellow{list-option}
{list-option}Green{list-option}
{list-option}Blue{list-option}
{list-option}Indigo{list-option}
{list-option}Violet{list-option}
{list-data} |
{table-data}
{center}
Ronnie asked a question in CustomWare on March 10, 2010 16:49:
Is it possible to nest a table-data object inside of a repeating-data object?Is it possible to nest a table-data object inside of a repeating-data object? I am looking for the following effect:
----
{repeating-data:Recipes}
h2. Recipe Overview
|| Name | {text-data:Name|required=true} |
|| Cooking Time | {text-data:CookingTime} |
h4. Ingredients
{table-data:Ingredients}
|| Name || Description ||
| {text-data:Name |required=true} | {text-data:Description |type=area|width=500px|height=100px} |
{table-data}
----
{repeating-data}
I am currently using the following versions:
Confluence Version: 2.9.2
Scaffolding Plugin Version: 3.1.0
Ronnie replied on February 26, 2010 16:07 to the question "How to use reporting plugin to combine table-data tables from multiple pages?" in CustomWare:
Ronnie replied on February 25, 2010 05:55 to the question "How to use reporting plugin to combine table-data tables from multiple pages?" in CustomWare:
I am able to get things to work; however, not in a preferred fashion.
The following will work:
{report-table}
{combining-reporter}
{local-reporter:data:Widgets|source=Small Widget Page }
{local-reporter:data:Widgets|source=Medium Widget Page }
{local-reporter:data:Widgets|source=Large Widget Page }
{combining-reporter}
{report-column:title=Name}{report-info:data:WidgetName|render=wiki}{report-column}
{report-column:title=Description}{report-info:data:WidgetDescription|render=wiki}{report-column}
{report-column:title=Color}{report-info:data:WidgetColor|render=wiki}{report-column}
{report-table}
Is there a way to simplify this by eliminating the need of explicitly listing each child page?
Ronnie asked a question in CustomWare on February 25, 2010 05:43:
How to use reporting plugin to combine table-data tables from multiple pages?I have a set of children pages (Large Widget Page, Medium Widget Page, Small Widget Page) that all have the same table-data object. Here is an example:
{table-data:Widgets}
|| Name || Description || Color ||
| {text-data:WidgetName} | {text-data:WidgetDescription} | {text-data:WidgetColor} |
{table-data}
How can I use the reporting macro to create a single table on the parent page showing all of the table entries?
I have tried several things to no avail.
The following example returns no rows:
{report-table}
{combining-reporter}
{local-reporter:content:children}
{combining-reporter}
{report-column:title=Name}{report-info:data:WidgetName|render=wiki}{report-column}
{report-column:title=Description}{report-info:data:WidgetDescription|render=wiki}{report-column}
{report-column:title=Color}{report-info:data:WidgetColor|render=wiki}{report-column}
{report-table}
This example will recreate the table on the local page; however, I wasn't able to modify it at the parent page level to do the same thing.
{report-table}
{combining-reporter}
{local-reporter:data:Widgets}
{combining-reporter}
{report-column:title=Name}{report-info:data:WidgetName|render=wiki}{report-column}
{report-column:title=Description}{report-info:data:WidgetDescription|render=wiki}{report-column}
{report-column:title=Color}{report-info:data:WidgetColor|render=wiki}{report-column}
{report-table}
A comment on the question "Page restrictions are removed when using scaffolding with confluence 3.1" in CustomWare:
The Jira issue has been created, SCAFF-398. – Ronnie, on January 25, 2010 02:52
A comment on the question "Page restrictions are removed when using scaffolding with confluence 3.1" in CustomWare:
Ok. If you can create me an account, I will create a ticket with all necessary information. – Ronnie, on January 22, 2010 19:07
A comment on the question "Page restrictions are removed when using scaffolding with confluence 3.1" in CustomWare:
Sure. Do I need an account to create a bug? – Ronnie, on January 22, 2010 05:30
Ronnie asked a question in CustomWare on January 21, 2010 16:16:
Page restrictions are removed when using scaffolding with confluence 3.1Page restrictions are removed when using scaffolding with confluence 3.1. I am using scaffolding 3.2.0. Is this a known issue and if so, will it be resolved with the next release.
Here is the basic markup that causes the problem:
h2. Test Scaffolding
|| Start Date (yyyy-mm-dd) | {date-data:StartDate|format=yyyy-MM-dd|minYear=-1|maxYear=+1} |
Ronnie replied on January 21, 2010 05:14 to the question "Confluence 3.1?" in CustomWare:
Beware of the scaffolding plugin and confluence 3.1...
My recent testing has shown that when utilizing scaffolding macros with confluence 3.1, any updates to pages will remove all page restrictions.
Other then that...I haven't ran across many issues. Unfortunately, this one is a killer.
Does anyone know if this has been reported yet or confirmed?
I am currently running confluence 3.1 with scaffolding 3.2.0.
Loading Profile...
