Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0-beta-5
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
there are a few things I'd like to do to make the sites more workable:
- it's good they can still build independantly
- however, if built from the parent, it would be good to go into aggregation mode and pull in those separately built sites, do any dashboards and deploy together
- some reports would aggregate themselves, as well as participate in the dashboards (eg javadoc)
- I'd like the navigation to behave hierachically (sections of the parent navigation marked as inherited remain on the child sites)
- this means that when building from independant projects they'd need to be able to locate the parent site descriptor. This could be tricky without a USD - should it fail if it is not a USD, or should the site descriptor be published/referenced externally somehow?
Issue Links
- is related to
-
MSITE-54
In parent site, automatically create link to modules sites and vice-versa
-
Activity
Brett Porter
logged work - 21/Dec/05 7:41 AM
-
- Time Spent:
- 4 hours
- did some work to replace use of DOM with a proper model. This simplifies the velocity template, albeit breaking backwards compat (the site plugin is still in "beta"). It also allows the generation of an XSD and possible validation of the model.
Brett Porter
logged work - 22/Dec/05 10:39 PM
-
- Time Spent:
- 4 hours
- complete inheritence work
Brett Porter
logged work - 22/Dec/05 10:41 PM
-
- Time Spent:
- 4 hours
- unit tests and resolve paths against base url