Skip to content

Restore visibility of deprecated categories #570

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

Merged
merged 3 commits into from
Jan 19, 2025

Conversation

per1234
Copy link
Collaborator

@per1234 per1234 commented Jan 19, 2025

Previously, in order to reduce the clutter of the forum's category structure, the permissions of these deprecated categories were configured to cause them to not be publicly visible.

Since then, the alternative approach has been adopted of moving deprecated categories under a "Recycle Bin" category, which is public but not shown in the primary topic listings. The previous approach is potentially harmful in that it would break any links to the category itself (though not to the posts that had been moved out of the category, since post URLs are not category-dependent).

Making the categories visible once more avoids the breakage of any links to the category.

Previously, in order to reduce the clutter of the forum's category structure, the permissions of these deprecated
categories were configured to cause them to not be publicly visible. Since then, the alternative approach has been
adopted of moving deprecated categories under a "Recycle Bin" category, which is public but not shown in the primary
topic listings. The previous approach is potentially harmful in that it would break any links to the category itself
(though not to the posts that had been moved out of the category, since post URLs are not category-dependent). Making
the categories visible once more avoids the breakage of any links to the category.
The project infrastructure includes a check for broken links. Some of the links in the content are to pages which are
not publicly accessible. These would cause spurious failures of the link check, so the link checker tool must be
configured to ignore those URLs.

Some of the ignore entries are no longer necessary, either due to the page having been made publicly accessible, or the
link removed from the content. These obsolete entries are hereby removed from the link checker configuration to keep it
tidy and ensure comprehensive coverage of the links.
@per1234 per1234 added type: enhancement Proposed improvement topic: code Related to content of the project itself labels Jan 19, 2025
@per1234 per1234 self-assigned this Jan 19, 2025
@per1234 per1234 merged commit 9e79a77 into arduino:main Jan 19, 2025
15 checks passed
@per1234 per1234 deleted the deprecated-category-visible branch January 19, 2025 00:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: enhancement Proposed improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant