By gábor hojtsy on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
12.0.x
Introduced in version:
12.0.0
Issue links:
Description:
The legacy demonstration views (post archive, glossary and recent content block) previously shipped with the Node module have been removed from the default configuration. Originally included to showcase Views capabilities, these unused views unnecessarily cluttered the UI, added parsing overhead, and forced administrators of non-blog sites to manually delete them. By removing these use-case-specific views from the standard installation, we simplified the Views interface and streamlined the out-of-the-box experience.
All three views were retained internally for testing purposes inside test modules so the underlying functionality to create glossaries, grouped archives, etc. are still tested.
Impacts:
Site builders, administrators, editors
Module developers