UHF-10469: Revert news archive from index to database based #683
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
UHF-10469
What was done
How to install
git checkout UHF-10469
composer require drupal/hdbt:dev-UHF-10469
make fresh
and I recommend taking latest dump from testing so that the news archive page is there already.drush sapi-rt; drush sapi-c; drush sapi-i; drush cr
How to test
/news
page and filter out the news in some way. Now go to the bottom of the results and click the rss link. Make sure that the results include the same news that you saw when filtering the results (unless there is more than 20 since the rss lists only max 20 items). Check that the same thing works with a bit different set of filters./uutiset
and make sure the rss feed still works the same way on Finnish as well.?tags%5b%5d=375
. This should give the same results as the query parameters like this:?topic[0]=375
Continuous documentation
Translations
Other PRs