-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[6.1] UX feature: Filter by Author (Include/Exclude/Current User) option for Category List #46539
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 6.1-dev
Are you sure you want to change the base?
[6.1] UX feature: Filter by Author (Include/Exclude/Current User) option for Category List #46539
Conversation
|
As we have this functionality in the articles module I would look at the ui and language strings in that module instead of creating different strings. Consistency is key |
LadySolveig
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you can check what Brian mentioned regarding the consistency of the language strings, the rest LGTM :)
|
@brianteeman @LadySolveig |
|
@coolcat-creations New features have to be made for the 6.1-dev branch. See https://github.com/joomla/joomla-cms?tab=readme-ov-file#which-branch-should-my-pull-request-target . P.S.: I have allowed myself to rebase this PR to 6.1-dev. |
For many frontend editors, the Category List view is the central place to browse, edit, and create articles. In busy categories (or on sites with many authors), that list can become overwhelming because it shows all articles.
This PR introduces an optional author filter for Category List and Category Blog menu items—aligned with the author filtering options already available in
mod_articlesfor consistency. The result is a cleaner frontend management experience: less noise, faster scrolling/searching, and a lower risk of accidentally editing the wrong item—especially on multi-author sites. It also enables “special” views such as Articles by a specific user or Your personal news.Summary of Changes
mod_articles-style author filtering options (Include / Exclude / Current User) to Category List and Category Blog menu item parameters.CategoryModelto theArticlesmodel, and remove unintended alias filtering / unrelated version-bump changes.Testing Instructions
Actual Result (Before This PR)
Expected Result (After This PR)
mod_articles: Include / Exclude / Current User.Documentation
I’m happy to provide documentation and screenshots once the feature is approved/accepted.