From 2ac33df25c04d8287d785144d5b96da523323c33 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Fri, 13 May 2022 15:00:45 +0200 Subject: [PATCH] =?utf8?q?Use=20=E2=80=9CWoltLab=20Suite=E2=80=9D=20instea?= =?utf8?q?d=20of=20=E2=80=9CWSC=E2=80=9D=20in=20the=20migration=20guide?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The documentation does not include just the core, but also the other apps. --- docs/migration/wsc52/libraries.md | 2 +- docs/migration/wsc52/php.md | 2 +- docs/migration/wsc52/templates.md | 2 +- docs/migration/wsc53/javascript.md | 2 +- docs/migration/wsc53/libraries.md | 4 ++-- docs/migration/wsc53/php.md | 2 +- docs/migration/wsc53/session.md | 2 +- docs/migration/wsc53/templates.md | 2 +- docs/migration/wsc54/deprecations_removals.md | 2 +- docs/migration/wsc54/forum_subscriptions.md | 4 ++-- docs/migration/wsc54/javascript.md | 4 ++-- docs/migration/wsc54/libraries.md | 2 +- docs/migration/wsc54/php.md | 2 +- docs/migration/wsc54/templates.md | 2 +- mkdocs.yml | 12 ++++++------ 15 files changed, 23 insertions(+), 23 deletions(-) diff --git a/docs/migration/wsc52/libraries.md b/docs/migration/wsc52/libraries.md index 8048985a..66681946 100644 --- a/docs/migration/wsc52/libraries.md +++ b/docs/migration/wsc52/libraries.md @@ -1,4 +1,4 @@ -# Migrating from WSC 5.2 - Third Party Libraries +# Migrating from WoltLab Suite 5.2 - Third Party Libraries ## SCSS Compiler diff --git a/docs/migration/wsc52/php.md b/docs/migration/wsc52/php.md index e999146f..0e730fb3 100644 --- a/docs/migration/wsc52/php.md +++ b/docs/migration/wsc52/php.md @@ -1,4 +1,4 @@ -# Migrating from WSC 5.2 - PHP +# Migrating from WoltLab Suite 5.2 - PHP ## Comments diff --git a/docs/migration/wsc52/templates.md b/docs/migration/wsc52/templates.md index 9de9ec09..2ab2cc57 100644 --- a/docs/migration/wsc52/templates.md +++ b/docs/migration/wsc52/templates.md @@ -1,4 +1,4 @@ -# Migrating from WSC 5.2 - Templates and Languages +# Migrating WoltLab Suite 5.2 - Templates and Languages ## `{jslang}` diff --git a/docs/migration/wsc53/javascript.md b/docs/migration/wsc53/javascript.md index cd9f4c02..ff96bcfe 100644 --- a/docs/migration/wsc53/javascript.md +++ b/docs/migration/wsc53/javascript.md @@ -1,4 +1,4 @@ -# Migrating from WSC 5.3 - TypeScript and JavaScript +# Migrating from WoltLab Suite 5.3 - TypeScript and JavaScript ## TypeScript diff --git a/docs/migration/wsc53/libraries.md b/docs/migration/wsc53/libraries.md index 96f2e97f..d144a444 100644 --- a/docs/migration/wsc53/libraries.md +++ b/docs/migration/wsc53/libraries.md @@ -1,4 +1,4 @@ -# Migrating from WSC 5.3 - Third Party Libraries +# Migrating from WoltLab Suite 5.3 - Third Party Libraries ## Guzzle @@ -6,7 +6,7 @@ The bundled Guzzle version was updated to Guzzle 7. No breaking changes are expected for simple uses. A detailed [Guzzle migration guide](https://github.com/guzzle/guzzle/blob/master/UPGRADING.md#60-to-70) can be found in the Guzzle documentation. -The explicit `sink` that was recommended in the [migration guide for WSC 5.2](../wsc52/libraries.md#guzzle) can now be removed, as [the Guzzle issue #2735](https://github.com/guzzle/guzzle/issues/2735) was fixed in Guzzle 7. +The explicit `sink` that was recommended in the [migration guide for WoltLab Suite 5.2](../wsc52/libraries.md#guzzle) can now be removed, as [the Guzzle issue #2735](https://github.com/guzzle/guzzle/issues/2735) was fixed in Guzzle 7. ## Emogrifier / CSS Inliner diff --git a/docs/migration/wsc53/php.md b/docs/migration/wsc53/php.md index ffeb7172..186403d6 100644 --- a/docs/migration/wsc53/php.md +++ b/docs/migration/wsc53/php.md @@ -1,4 +1,4 @@ -# Migrating from WSC 5.3 - PHP +# Migrating from WoltLab Suite 5.3 - PHP ## Minimum requirements diff --git a/docs/migration/wsc53/session.md b/docs/migration/wsc53/session.md index f4136f4a..affb84a1 100644 --- a/docs/migration/wsc53/session.md +++ b/docs/migration/wsc53/session.md @@ -1,4 +1,4 @@ -# Migrating from WSC 5.3 - Session Handling and Authentication +# Migrating from WoltLab Suite 5.3 - Session Handling and Authentication WoltLab Suite 5.4 includes a completely refactored session handling. As long as you only interact with sessions via `WCF::getSession()`, especially when you perform read-only accesses, you should not notice any breaking changes. diff --git a/docs/migration/wsc53/templates.md b/docs/migration/wsc53/templates.md index ec303668..8eea34bd 100644 --- a/docs/migration/wsc53/templates.md +++ b/docs/migration/wsc53/templates.md @@ -1,4 +1,4 @@ -# Migrating from WSC 5.3 - Templates and Languages +# Migrating from WoltLab Suite 5.3 - Templates and Languages ## `{csrfToken}` diff --git a/docs/migration/wsc54/deprecations_removals.md b/docs/migration/wsc54/deprecations_removals.md index 2b932780..d023cfbf 100644 --- a/docs/migration/wsc54/deprecations_removals.md +++ b/docs/migration/wsc54/deprecations_removals.md @@ -1,4 +1,4 @@ -# Migrating from WSC 5.4 - Deprecations and Removals +# Migrating from WoltLab Suite 5.4 - Deprecations and Removals With version 5.5, we have deprecated certain components and removed several other components that have been deprecated for many years. diff --git a/docs/migration/wsc54/forum_subscriptions.md b/docs/migration/wsc54/forum_subscriptions.md index 992c8eae..f5416cd3 100644 --- a/docs/migration/wsc54/forum_subscriptions.md +++ b/docs/migration/wsc54/forum_subscriptions.md @@ -1,4 +1,4 @@ -# Migrating from WSC 5.4 - WoltLab Suite Forum +# Migrating from WoltLab Suite 5.4 - WoltLab Suite Forum ## Subscriptions @@ -94,4 +94,4 @@ $users = BoardStatusHandler::filterIgnoredUserIDs( $userIDs, $board->boardID ); -``` \ No newline at end of file +``` diff --git a/docs/migration/wsc54/javascript.md b/docs/migration/wsc54/javascript.md index 89436c1d..c2efcab7 100644 --- a/docs/migration/wsc54/javascript.md +++ b/docs/migration/wsc54/javascript.md @@ -1,4 +1,4 @@ -# Migrating from WSC 5.4 - TypeScript and JavaScript +# Migrating from WoltLab Suite 5.4 - TypeScript and JavaScript ## `Ajax.dboAction()` @@ -38,4 +38,4 @@ Please use `WoltLabSuite/Core/Ui/User/Menu/Data/ModerationQueue.ts` as a templat You must update your trigger button to include the `role`, `tabindex` and ARIA attributes! Please take a look at the links in `pageHeaderUser.tpl` to see these four attributes in action. -See [WoltLab/WCF#4603](https://github.com/WoltLab/WCF/pull/4603) for details. \ No newline at end of file +See [WoltLab/WCF#4603](https://github.com/WoltLab/WCF/pull/4603) for details. diff --git a/docs/migration/wsc54/libraries.md b/docs/migration/wsc54/libraries.md index 5c740d6d..6ec7c4ac 100644 --- a/docs/migration/wsc54/libraries.md +++ b/docs/migration/wsc54/libraries.md @@ -1,4 +1,4 @@ -# Migrating from WSC 5.4 - Third Party Libraries +# Migrating from WoltLab Suite 5.4 - Third Party Libraries ## Symfony PHP Polyfills diff --git a/docs/migration/wsc54/php.md b/docs/migration/wsc54/php.md index 1c180141..e30a722e 100644 --- a/docs/migration/wsc54/php.md +++ b/docs/migration/wsc54/php.md @@ -1,4 +1,4 @@ -# Migrating from WSC 5.4 - PHP +# Migrating from WoltLab Suite 5.4 - PHP ## Initial PSR-7 support diff --git a/docs/migration/wsc54/templates.md b/docs/migration/wsc54/templates.md index cd330446..f592550b 100644 --- a/docs/migration/wsc54/templates.md +++ b/docs/migration/wsc54/templates.md @@ -1,4 +1,4 @@ -# Migrating from WSC 5.4 - Templates +# Migrating from WoltLab Suite 5.4 - Templates ## Content Interaction Buttons diff --git a/mkdocs.yml b/mkdocs.yml index 6de98462..df031d60 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -110,31 +110,31 @@ nav: - 'Database PHP API': 'package/database-php-api.md' - 'Migration': - - 'Migrating from WSC 5.4': + - 'From WoltLab Suite 5.4': - 'PHP API': 'migration/wsc54/php.md' - 'TypeScript and JavaScript': 'migration/wsc54/javascript.md' - 'Templates': 'migration/wsc54/templates.md' - 'Third Party Libraries': 'migration/wsc54/libraries.md' - 'Deprecations and Removals': 'migration/wsc54/deprecations_removals.md' - - 'Migrating from WSC 5.3': + - 'From WoltLab Suite 5.3': - 'PHP API': 'migration/wsc53/php.md' - 'Session Handling and Authentication': 'migration/wsc53/session.md' - 'TypeScript and JavaScript': 'migration/wsc53/javascript.md' - 'Templates': 'migration/wsc53/templates.md' - 'Third Party Libraries': 'migration/wsc53/libraries.md' - - 'Migrating from WSC 5.2': + - 'From WoltLab Suite 5.2': - 'PHP API': 'migration/wsc52/php.md' - 'Templates and Languages': 'migration/wsc52/templates.md' - 'Third Party Libraries': 'migration/wsc52/libraries.md' - - 'Migrating from WSC 3.1': + - 'From WoltLab Suite 3.1': - 'PHP API': 'migration/wsc31/php.md' - - 'Migrating from WSC 3.0': + - 'From WoltLab Suite 3.0': - 'PHP API': 'migration/wsc30/php.md' - 'JavaScript API': 'migration/wsc30/javascript.md' - 'Templates': 'migration/wsc30/templates.md' - 'CSS': 'migration/wsc30/css.md' - 'Package Components': 'migration/wsc30/package.md' - - 'Migrating from WCF 2.1': + - 'From WCF 2.1': - 'PHP API': 'migration/wcf21/php.md' - 'Templates': 'migration/wcf21/templates.md' - 'CSS': 'migration/wcf21/css.md' -- 2.20.1