Community
Participate
Working Groups
The MoDisco project plan has been tested and validated locally following the recommendations from http://wiki.eclipse.org/Development_Resources/Project_Plan But it does not render correctly online : the Bugzilla queries seem to be the source of the problem (see attached screenshot).
Created attachment 181301 [details] Rendering issues
I see that you've changed the ampersands to %3B. That's probably the problem. In the past, I've found that using & works. Also, you can just use a semicolon. The following URL works. https://bugs.eclipse.org/bugs/buglist.cgi?field0-3-0=short_desc;type0-1-0=notsubstring;type0-5-0=notsubstring;value0-5-0=struts;value0-4-0=hibernate;field0-1-0=short_desc;field0-0-0=short_desc;type0-4-0=notsubstring;classification=Modeling;value0-3-0=deployment%20decriptor;query_format=advanced;value0-2-0=ejbjar;value0-1-0=jsp;type0-3-0=notsubstring;bug_status=RESOLVED;bug_status=CLOSED;field0-2-0=short_desc;field0-5-0=short_desc;field0-4-0=short_desc;type0-0-0=notsubstring;value0-0-0=jee;type0-2-0=notsubstring;component=Contribution;component=Infrastructure;component=Main;target_milestone=0.9.0;target_milestone=0.9.0%20M1;target_milestone=0.9.0%20M2;target_milestone=0.9.0%20M3;target_milestone=0.9.0%20M4;product=MDT.MoDisco
The queries in the source XML file were already using semicolons as you proposed, but for some reasons these characters are automatically changed to %3B when generating the rendering. Anyway, I replaced the semicolons by & in all the queries and now it works. Thanks Wayne. Hugo