-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[6.0] Gsoc2021 35228 merge featured #43907
[6.0] Gsoc2021 35228 merge featured #43907
Conversation
@chmst There are still code style issues, e.g. unused imports ( |
I thought the policy was deprecated in x and removed in x+2 ? |
@chmst I've allowed myself to fix the conflicts. Please check the result. |
administrator/components/com_content/src/Controller/ArticlesController.php
Outdated
Show resolved
Hide resolved
administrator/components/com_content/src/Model/ArticlesModel.php
Outdated
Show resolved
Hide resolved
Hello @SharkyKZ, any reason for the thumb down? |
Feature improvements
With new changes, the filter goes back into the normal filter toolbar, so that user do not see a differnce against J5, we do not need make changes in user documentation. At the moment we have one flaw - the featured link in the admin module ist not marked as active. |
Everything works flawlessly and I like this change. Great thanks Christiane @chmst. I do have one comment, which is a behavior I have noticed:
This is reproducing the behavior we had before this PR: when going to the 'featured articles' view, we had a featured articles view you could filter independently from the articles view. But now that the views are merged, we cannot have distinct filtering any longer. I do think that for consistency with the other pages, we should retain filters while switching between 'articles' and 'featured articles' views. |
I have tested this again thoroughly and agree with Olivier, aside from the oddity he describes, it works but it would b great if that oddity was solved. This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/43907. |
I have tested this item ✅ successfully on fab5f02 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/43907. |
Is this documented? |
Hi, @chmst, Thank you for persisting and getting to this point. |
I am happy that it is merged - thanks to all who helped with that. I am pretty sure that there will come some more issues. @laoneo will do documentation in the manual for deprecations. There is no change in the views and users should not see any difference. @softforge - will see what I can do |
- New 5.x update SQL scripts - Deleted files and folder from PR joomla#43907 minus the file added back with PR joomla#45015
Pull Request for Issue # .
This Pull request rewrites the #35228 as meanwhile many changes were made.
The purpose of theis PR is to merge the "featured" articles into the articles classes and remove duplicate code from com_content
This PR changes only the backend, nothing in frontend.
Summary of Changes
See PR #35228
Additionally the quickicon "featured".
Testing Instructions
as described in #35228, plus a view on quickicons
If you test on an existing site, please do this as first step:
UPDATE
#__menu
SET
link
= 'index.php?option=com_content&view=articles&filter[featured]=1'WHERE
link
= 'index.php?option=com_content&view=featured'AND
client_id
= 1;Actual result BEFORE applying this Pull Request
Expected result AFTER applying this Pull Request
See PR #35228
Link to documentations
Please select:
Documentation link for docs.joomla.org: help doc and tbd
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org: tbd
No documentation changes for manual.joomla.org needed