Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 564650 - Project template lacks ability to specify member 'inheritance'
Summary: Project template lacks ability to specify member 'inheritance'
Status: RESOLVED FIXED
Alias: None
Product: Websites
Classification: Unclassified
Component: Wiki (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Wiki Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-01 17:46 UTC by Michał Górny
Modified: 2015-11-21 00:01 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2015-11-01 17:46:32 UTC
<ulm> mgorny: there was an "inheritmembers" attribute
<ulm> for example proj/en/lisp/index.xml would have:
<ulm> <subproject ref="/proj/en/lisp/emacs/index.xml" inheritmembers="yes" />

We seem to be lacking such a possibility in the wiki.
Comment 1 Ulrich Müller gentoo-dev 2015-11-01 18:36:58 UTC
AFAICS, this would have to be a flag in the subproject page, i.e. the ParentProject element would need some bit that indicates that the subproject members are propagated to the parent project.
Comment 2 Alex Legler (RETIRED) archtester gentoo-dev Security 2015-11-21 00:01:38 UTC
Not sure why this bug is restricted. Lifting that.

Also not sure why commentary surrounding your quote hints at your requests not being considered seriously. This is a reasonable feature after all.

Projects can now indicate that they propagate members to their parents. Parents list them in the subprojects section which is now directly beneath the parents' members list.
That is the case as querying multiple lists of members and uniq'ing them isn't easily doable with the expressiveness of the built-in query language. When exporting data, this can be of course handled differently.