Use “WoltLab Suite” instead of “WSC” in the migration guide
authorTim Düsterhus <duesterhus@woltlab.com>
Fri, 13 May 2022 13:00:45 +0000 (15:00 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Fri, 13 May 2022 13:01:10 +0000 (15:01 +0200)
The documentation does not include just the core, but also the other apps.

15 files changed:
docs/migration/wsc52/libraries.md
docs/migration/wsc52/php.md
docs/migration/wsc52/templates.md
docs/migration/wsc53/javascript.md
docs/migration/wsc53/libraries.md
docs/migration/wsc53/php.md
docs/migration/wsc53/session.md
docs/migration/wsc53/templates.md
docs/migration/wsc54/deprecations_removals.md
docs/migration/wsc54/forum_subscriptions.md
docs/migration/wsc54/javascript.md
docs/migration/wsc54/libraries.md
docs/migration/wsc54/php.md
docs/migration/wsc54/templates.md
mkdocs.yml

index 8048985a60a8273edc1cfcd460e787b6eb40a65d..66681946c11870f103f84fed42c7e851970e6237 100644 (file)
@@ -1,4 +1,4 @@
-# Migrating from WSC 5.2 - Third Party Libraries
+# Migrating from WoltLab Suite 5.2 - Third Party Libraries
 
 ## SCSS Compiler
 
index e999146f7320c384a8c0cf28410b037c2df14e20..0e730fb3aaf685d86218ed08d0561de040f3ba93 100644 (file)
@@ -1,4 +1,4 @@
-# Migrating from WSC 5.2 - PHP
+# Migrating from WoltLab Suite 5.2 - PHP
 
 ## Comments
 
index 9de9ec0925a1a42553ba5c0fe1498f98b2e86493..2ab2cc57aa29cb73c0e48dde6ef128b0f2e3fa7d 100644 (file)
@@ -1,4 +1,4 @@
-# Migrating from WSC 5.2 - Templates and Languages
+# Migrating WoltLab Suite 5.2 - Templates and Languages
 
 ## `{jslang}`
 
index cd9f4c02b0c241ef4dc0fd501d3cf292e88d6c96..ff96bcfe18ec929820d55fac51e13c75e3ca916a 100644 (file)
@@ -1,4 +1,4 @@
-# Migrating from WSC 5.3 - TypeScript and JavaScript
+# Migrating from WoltLab Suite 5.3 - TypeScript and JavaScript
 
 ## TypeScript
 
index 96f2e97fd7d55ae51999e29d25289b49edf054c7..d144a444f179649483cea20dae4c393f85538bcd 100644 (file)
@@ -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
 
index ffeb71722e979b1f6d0357fbeeba35360ba73a40..186403d6ad2de70fcb0bc5a60ba47f3c0507a78d 100644 (file)
@@ -1,4 +1,4 @@
-# Migrating from WSC 5.3 - PHP
+# Migrating from WoltLab Suite 5.3 - PHP
 
 ## Minimum requirements
 
index f4136f4a64f74ac94f47eed9da21731943d13661..affb84a157239c7f525a557ed0109a8c664d737e 100644 (file)
@@ -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.
index ec303668f5f5277add99736052319cc3674ecfb3..8eea34bdbd265a4785eb6d7735aff741fa3d90fa 100644 (file)
@@ -1,4 +1,4 @@
-# Migrating from WSC 5.3 - Templates and Languages
+# Migrating from WoltLab Suite 5.3 - Templates and Languages
 
 ## `{csrfToken}`
 
index 2b932780ae5ee5f153a4b7ea128af0e7561bd49c..d023cfbf6e29709f1ea5672066dd96f82ac86693 100644 (file)
@@ -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.
 
index 992c8eae926578b91faa9b3c358665307b1026b2..f5416cd3a5f6ce723a8800e660a9258ed67378f8 100644 (file)
@@ -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
+```
index 89436c1d934ce74ac220c59719bdab923852d5fc..c2efcab798d64ce29edf721394124e969b4afbd7 100644 (file)
@@ -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.
index 5c740d6dab73120c838c261486575e5737902abe..6ec7c4accc94da3aaa3b6690999ef126d71bc485 100644 (file)
@@ -1,4 +1,4 @@
-# Migrating from WSC 5.4 - Third Party Libraries
+# Migrating from WoltLab Suite 5.4 - Third Party Libraries
 
 ## Symfony PHP Polyfills
 
index 1c180141f91eecd7bf9f21b82ffbafdb92c1f2a1..e30a722e7fe1c9e16d1684d5e5a3d9b2471df765 100644 (file)
@@ -1,4 +1,4 @@
-# Migrating from WSC 5.4 - PHP
+# Migrating from WoltLab Suite 5.4 - PHP
 
 ## Initial PSR-7 support
 
index cd330446dc541bfaaffd8cdd2587507bdd0c1e54..f592550bf208b003c8a37e205e9b92a3b65ff474 100644 (file)
@@ -1,4 +1,4 @@
-# Migrating from WSC 5.4 - Templates
+# Migrating from WoltLab Suite 5.4 - Templates
 
 ## Content Interaction Buttons
 
index 6de984620d716bbede5bbddb224d17c6761752aa..df031d6078132c8e200217ac7c323c4c324f13c4 100644 (file)
@@ -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'