Currently: member lists on WikiProjects are separated automatically into "active" and "inactive" with the use of a bot. You are "active" if you have made at least one edit in the last 30 days.
The extension should do this automatically.
Currently: member lists on WikiProjects are separated automatically into "active" and "inactive" with the use of a bot. You are "active" if you have made at least one edit in the last 30 days.
The extension should do this automatically.
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Resolved | Bawolff | T141184 Automatically sort member lists between active and inactive members | |||
| Resolved | Harej | T140178 Reimplement members feature to use collaborationlist as its content type | |||
| Resolved | Isarra | T136785 Allow embedding pages of arbitrary content models in hub pages | |||
| Resolved | Isarra | T140176 Clean out excess list rendering junk from collaborationhubcontent | |||
| Declined | Isarra | T132012 Disable editsection links for wikitext content-type | |||
| Resolved | Harej | T140994 Special:CreateCollaborationHub needs to create initial features as well as the main hub page | |||
| Resolved | Harej | T140995 specialcreatecollaborationhub: Sign up hub creator as first member of project | |||
| Resolved | Harej | T140180 Automatically create members feature when creating a new collaborationhub |
Change 318303 had a related patch set uploaded (by Brian Wolff):
Add function for splitting inactive from active users
Change 318303 merged by jenkins-bot:
Add function for splitting inactive from active users
From the commit:
I'm not clear at the moment how the inactive/active split thing is going to look like, and how it related to the new multicolumn lists.
It can visually resemble the multicolumn lists but I don't think it should necessarily be implemented the same way; it should be one flat list with entries dynamically sorted into active and inactive. Upon transclusion it should only show the active members as it does now. (We may in the future want to have different sorts of member lists, detailing different "roles" on the project, but I'll want to do more research first.)
Change 322153 had a related patch set uploaded (by Brian Wolff):
Sort member list between active/inactive.
From the commit message:
Probably needs to tweak how transclusion works.
Upon transclusion, only the active members should be transcluded, and none of the section headers.
Change 332123 had a related patch set uploaded (by Brian Wolff):
Hide headers and inactive members from Hub page