On the "Special:AllComments" pageWe, at [[ https://dokit.io | Dokit ]], are currently developing new features to improve Extension:CommentStreams.
We'd like to propose a merge request that contains all our improvements.
Here are the details of what we propose, feel free to discuss them.
We have developed a Special:AllDiscussions page that aims to gather all the discussions in one place.
Unlike Special:AllComments, I want to:the Special:AllDiscussions page:
- displays only the list of topics (and not answers).
* Sort comments by most recent, author, most - shows the number of answers and most votedto that topic
* Filter the comments I follow; - shows the user avatars of the author of the initial topic only (if Social Profile is install and if the parameters $wgCommentStreamsUserAvatarPropertyName is enable)
- each topic has a direct link to the page with an anchor
- has a search field that use the MediaWiki search pre-filtered on the comment stream namespace
The Special:AllDiscussions page also includes the following sorting/filtering options:
- most recent (default)
- most useful (that's the sum of thumbs up of every responses to the topic)
- unanswered (shows only the discussion that didn't received any answer)
- most answered (sort the topics who have received the most answers).
- open (filter the topics who doesn't have an answer flaged as "Choosed as best answer")
The Special:AllDiscussions page uses bootstrap grid system (via Skin:Chameleon).