Recent activity
Subscribe to this feed
David Peterson replied on March 17, 2010 00:44 to the question "Link Validator only returns question mark?" in CustomWare:
Hi Stephen,
I've tested your example on my internal 3.1.1 server, as well as our public site, which is running on 3.1, and they both work fine. There are two main possibilities.
1. Some JavaScript is broken on the site. Sometimes custom themes, etc can interfere.
2. Your server is unable to make connections to the outside world. The actual link checking is done on the server side, not the browser side, so your web server may be being blocked by a firewall from accessing the specified sites.
I suspect the latter is probably the issue.
David Peterson replied on March 16, 2010 10:19 to the question "Use the results of a report-table inside another report-table" in CustomWare:
Hi Michael.
You should be able to achieve this by simply copying your sub-report inside the main report on the parent page. You may have to use the '-1', '-2' aliases for the sub-report to get it working, due to limitations with nesting macros. Eg:
{report-block}
{local-reporter:page:children}
{report-body}
h2. {report-info:page:title|link=true}
{report-info:data:My Text Field}
Copy of other report:
{report-block-2}
{content-reporter:label=foo}
{report-body-2}
{report-info:data:Some Other Data|render=true}
{report-body-2}
{report-block-2}
{report-body}
{report-block}
Just an example from thin air, but hopefully you can adapt it to your situation. If you have any issues, post some of your markup and I can provide better guidance.
David Peterson replied on March 15, 2010 03:23 to the question "Is it possible to nest a table-data object inside of a repeating-data object?" in CustomWare:
David Peterson replied on March 15, 2010 03:06 to the question "Linking Plugin: macros help please when creating a page" in CustomWare:
Hmm. Actually, now that I think about it, I'm not 100% sure that Linking will respect the table-data row that you're in, which is why it wouldn't have access to the field data. But displaying 'null' isn't right either - it should be a blank value if it's null.
Could you raise a bug report for this issue? I'll assign it for investigation in the next version.
David Peterson replied on March 13, 2010 09:10 to the problem "{child-counter}" in CustomWare:
David Peterson replied on March 13, 2010 08:10 to the problem "java.lang.reflect.InvocationTargetException help" in CustomWare:
Hi Jeremy,
I don't do the quoting end of stuff. The best thing would be to email info@customware.net and they can get you the details.
David Peterson replied on March 13, 2010 07:52 to the question "reporting plugin: how to report on user position and other nonstandard fields?" in CustomWare:
David Peterson replied on March 12, 2010 08:11 to the question "Linking 2.8.1. breaks add-page" in CustomWare:
David Peterson replied on March 11, 2010 12:25 to the problem "Website Typo for Confluence Conveyor Library" in CustomWare:
David Peterson replied on March 11, 2010 12:20 to the question "Is there any information on how scalable is the scaffolding plugin?" in CustomWare:
Hi Robert. That should be fine, and to be honest, table-data and repeating-data should be usable in moderation. If you find yourself with massive tables of data, they might be better restructured as parent/children pages instead, and use Reporting to give summaries on the parent page.
The other place to watch is with the contents of the list-data fields. If you have a lot of {content-options} fields, or {user-options} fields in particular, there may be some performance issues.
With content-options, it depends how wide your scope is as to how many pages have to be checked every time it loads the list of options. If you are pulling from large sets of data, or from across a whole space, you might have issues. Using the 'parent' or 'ancestor' parameters will give you best performance, rather than using 'scope' or 'space'.
With user-options, you may find some performance issues if linking to a large list of users, or to an external authentication source, such as LDAP or Active Directory. Make sure your user caching is configured correctly to minimise that, but there will still be hits if you have a large userbase.
David Peterson replied on March 11, 2010 08:02 to the question "Pass scaffold parameter to SQL Plugin" in CustomWare:
Hi Raf,
You can use the 'injection' feature of Reporting to inject a Scaffolding value into another macro. For example, you can do something like this:
*Text Field:* {text-data:Text Field}
{report-on:injected=true}
{sql:...}
SELECT * FROM some_table WHERE some_column = '%data:Text Field%'
{sql}
{report-on}
Basically, just put '%data:XXX%' inside the {report-on:injected=true} macro, and it will put the value in as text.
Hope that helps.
A comment on the problem "postfix and prefix don't seem to work with scaffolding" in CustomWare:
Thanks. – David Peterson, on March 11, 2010 02:29
David Peterson replied on March 11, 2010 02:07 to the question "Latest reporting plugin introduces paragraph tags" in CustomWare:
Hi Matt,
The short answer is, I'm not sure off the top of my head. Probably the best thing would be to create a bug report and I'll schedule it for investigation. If you could include the wiki markup and possibly even some screen shots of what's expected vs. what you get, that would be helpful.
Thanks.
David Peterson replied on March 11, 2010 02:04 to the problem "postfix and prefix don't seem to work with scaffolding" in CustomWare:
Very weird. I'll try testing on Conf 3.1.2 soon to see what happens.
Actually, could you please create a bug report with the above details. That will get it into our development system.
Thanks.
David Peterson replied on March 11, 2010 01:50 to the question "Is it possible to nest a table-data object inside of a repeating-data object?" in CustomWare:
Theoretically it's possible, and definitely should be in the latest versions of Confluence/Scaffolding, but there were some nasty bugs in earlier versions where you would get 'explosions' of extra rows and weird stuff if you actually did it. The solution is to upgrade to Confluence 3.0+, along with Scaffolding 3.2.0+.
David Peterson replied on March 11, 2010 01:38 to the problem "postfix and prefix don't seem to work with scaffolding" in CustomWare:
Hi Scott,
I've tried something similar to your example on my local test site (putting {add-page} into a template and clicking it from there), and it works fine. I'm using Confluence 3.1.1, but other than that it's the same configuration. I'm working on downloading 3.1.2 at the moment to see if something broke in that version...
I'm wondering if there is something else in your page that might be interfering with the macro somehow? Could you try doing a test with a simple template that just has the {add-page} markup in it?
David Peterson replied on March 11, 2010 01:27 to the problem "java.lang.reflect.InvocationTargetException help" in CustomWare:
Very odd. The problem is happening in an area of code where we had to add a work-around for Atlassian changing some of the low-level code for Caching. We essentially are checking the object code and (hopefully) calling the appropriate method depending on which version of Confluence you're running on. However, for some reason, it's not running correctly in your version, and I'm not sure exactly why not...
Could you please create a bug report in our system and I'll get it scheduled for investigation. However, in general we can't really support older versions of our plugins 'for free' - it's just too much time required for that kind of support. If you really need it working, we can set up a project to do so.
Alternately, you might consider upgrading your version of Confluence, and using the latest version of the plugins. If you do that, make sure you test it first on a staging server, not your production server.
A comment on the problem "add-page-form : labels parameters doesn't works if template has scaffolding field" in CustomWare:
Hi there. You don't actually have a 'labels' parameter in the macro. Are the labels attached to the 'Access Info' template? – David Peterson, on March 11, 2010 01:14
David Peterson replied on March 11, 2010 01:05 to the question "How can I get the containing page returned by the tasklist supplier report?" in CustomWare:
David Peterson replied on March 11, 2010 00:58 to the problem "{child-counter}" in CustomWare:
| next » « previous |
Loading Profile...










