docs: drop redundant '10' from 'ownCloud Classic 10' in migration/acceptance docs#1553
Merged
Merged
Conversation
…eptance docs Follow-up to the rename: where 'ownCloud Classic 10' denotes the product as the migration source or in a generic guide context, the '10' is redundant now that the product is named ownCloud Classic. Strip it in the migration-to-oCIS guide and the acceptance-tests intro. Meaningful version references are intentionally kept: 'Starting with ownCloud Classic 10' (database), the theming 'before/deprecated in 10' and 'upcoming ownCloud Classic 11' contrast, the WND listener, and the migration 10 -> 11 steps. Raised from review feedback on the 10.15 backport (#1552). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
3 tasks
DeepDiver1975
commented
Jun 23, 2026
DeepDiver1975
left a comment
Member
Author
There was a problem hiding this comment.
🤖 Automated review by Claude Code review agent.
LGTM. Verified the diff only drops the redundant "10" from the product name "ownCloud Classic 10" → "ownCloud Classic" in prose/display text:
migrating_to_ocis.adoc: the:description:attribute, two body sentences, and the=== ownCloud Classic 10section heading.acceptance-tests.adoc: one prose line.
Confirmed it does not touch any genuine version references. Searched the repo and the real version strings elsewhere — e.g. ownCloud Classic 10.0.0, 10.7/10.8/10.9, and the "Migrating from ownCloud Classic 10 to ownCloud Classic 11" section in migrating.adoc — are all correctly left intact. No code/config values, URLs, xref targets, or anchors were altered, and no xref references the renamed heading's anchor.
Checks: Build documentation ✓ pass, lint ✓ pass. Changelog: n/a (repo has no changelog).
phil-davis
approved these changes
Jun 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What
Strips the redundant
10from bareownCloud Classic 10in the migration-to-oCIS guide and the acceptance-tests intro, where it denotes the product as the migration source / generic context (the product is now named ownCloud Classic).Why
Raised in review of the 10.15 backport (#1552, by @phil-davis). The same lines exist on master, so this keeps master consistent with the backport branches (10.15 #1552, 10.16 #1551 — both updated).
Kept intentionally (meaningful version references)
Starting with ownCloud Classic 10(developer/database)Before ownCloud Classic 10/deprecated in ... 10/upcoming ownCloud Classic 11ownCloud Classic 1010 -> 11stepsPart of owncloud/docs#5111
🤖 Generated with Claude Code