From 05490af3d579d684c1d4e404e3813a36d0665ab1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <1005065+DeepDiver1975@users.noreply.github.com> Date: Tue, 23 Jun 2026 16:13:32 +0200 Subject: [PATCH] docs: drop redundant '10' from 'ownCloud Classic 10' in migration/acceptance docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com> --- .../admin_manual/pages/maintenance/migrating_to_ocis.adoc | 8 ++++---- .../developer_manual/pages/testing/acceptance-tests.adoc | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/admin_manual/pages/maintenance/migrating_to_ocis.adoc b/modules/admin_manual/pages/maintenance/migrating_to_ocis.adoc index 48caa528e..0f64a422d 100644 --- a/modules/admin_manual/pages/maintenance/migrating_to_ocis.adoc +++ b/modules/admin_manual/pages/maintenance/migrating_to_ocis.adoc @@ -1,17 +1,17 @@ = Migrating to ownCloud Infinite Scale :toc: right :toclevels: 3 -:description: This guide describes how to migrate an ownCloud Classic 10 instance to ownCloud Infinite Scale (oCIS) using the migrate-to-ocis app and its occ commands. +:description: This guide describes how to migrate an ownCloud Classic instance to ownCloud Infinite Scale (oCIS) using the migrate-to-ocis app and its occ commands. == Introduction {description} -The migration transfers users, groups, files, and shares from an ownCloud Classic 10 instance to a target oCIS instance in a series of sequential steps. The ownCloud Classic server is not modified by the migration — it remains operational throughout most of the process. +The migration transfers users, groups, files, and shares from an ownCloud Classic instance to a target oCIS instance in a series of sequential steps. The ownCloud Classic server is not modified by the migration — it remains operational throughout most of the process. == Overview -The migration works with an app to be installed on the ownCloud Classic 10 side. The app is provided by ownCloud as part of the guided migration. Please contact {oc-support-url}[ownCloud support] to get it. +The migration works with an app to be installed on the ownCloud Classic side. The app is provided by ownCloud as part of the guided migration. Please contact {oc-support-url}[ownCloud support] to get it. Both instances need to be fully configured and running, and they must be reachable from each other. @@ -57,7 +57,7 @@ External mount data is excluded by the file migration step. These mounts must be == Prerequisites -=== ownCloud Classic 10 +=== ownCloud Classic [IMPORTANT] ==== diff --git a/modules/developer_manual/pages/testing/acceptance-tests.adoc b/modules/developer_manual/pages/testing/acceptance-tests.adoc index 2221c1bcf..ad2a8bf4a 100644 --- a/modules/developer_manual/pages/testing/acceptance-tests.adoc +++ b/modules/developer_manual/pages/testing/acceptance-tests.adoc @@ -116,7 +116,7 @@ These can be convenient when a longer list of files is needed, e.g., in a UI tes === Preparing to Run Acceptance Tests -This is a concise guide to running acceptance tests on ownCloud Classic 10. +This is a concise guide to running acceptance tests on ownCloud Classic. Before you can do so, you need to meet a few prerequisites available; these are * ownCloud