Skip to content

Commit f533e5c

Browse files
Merge pull request #858 from creative-commoners/pulls/4.13/no-toc
DOC Remove hardcoded table of contents
1 parent 100dbf2 commit f533e5c

26 files changed

Lines changed: 0 additions & 250 deletions

en/03_Upgrading/07_Upgrading_Fluent.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,6 @@ Silverstripe only commercially supports version 4.x of [tractorcow/silverstripe-
99

1010
This documents some of the breaking and functional changes across these three major release lines of the fluent module, as well as some key things to look out for and general guidelines on how to adapt your code to be compatible with the latest version.
1111

12-
- [Breaking API changes](#breaking-api-changes)
13-
- [Localisation settings](#localisation-settings)
14-
- [Locale fallback](#locale-fallback)
15-
- [User permissions](#user-permissions)
16-
- [Enhanced CMS UI](#enhanced-cms-ui)
17-
- [Localised versioned history](#localised-version-history)
18-
- [Standard Versioned methods](#standard-versioned-methods)
19-
- [Localised relations](#localised-relations)
20-
- [Quality of life changes](#quality-of-life-changes)
21-
- [Unit tests](#unit-tests)
22-
- [Further reading](#further-reading)
23-
2412
## Breaking API changes
2513

2614
Fluent v5 and v6 both introduced some breaking API changes.

en/04_Changelogs/4.10.0.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@
44

55
A full list of module versions included in CMS Recipe 4.10.0 is provided below. We recommend referencing recipes in your dependencies, rather than individual modules, to simplify version tracking. See [Recipes](/getting_started/recipes/) for more information.
66

7-
- [Regression test and Security audit](#audit)
8-
- [PHPUnit 9.5 and PHP 8.0 official support](#php8)
9-
- [Dropping support for legacy technologies](#eol)
10-
- [Dropping support for PHP 7.1 and PHP 7.2](#phpeol)
11-
- [Dropping support for Microsoft Internet Explorer](#ie11)
12-
- [Features and enhancements](#features-and-enhancements)
13-
- [Bugfixes](#bugfixes)
14-
157
<details>
168
<summary>Included module versions</summary>
179

en/04_Changelogs/4.11.0.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,6 @@ title: 4.11.0
66

77
## Overview
88

9-
- [Security considerations](#security-considerations)
10-
- [Regression test and Security audit](#audit)
11-
- [Adding support for PHP 8.1](#php81)
12-
- [Dropping support for PHP 7.3](#phpeol)
13-
- [GraphQL v4 major release](#graphqlv4)
14-
- [Features and enhancements](#features-and-enhancements)
15-
- [Upload and use WebP images in the CMS](#webp)
16-
- [Preview any `DataObject` in any admin section](#cms-preview)
17-
- [Meta generator tag now shows framework version number](#meta-tag-version)
18-
- [Allow-plugins configuration option in Composer versions 2.2.0 and up](#composer)
19-
- [Users will recieve an email if their password is changed](#change-password-email)
20-
- [Other features](#other-features)
21-
- [Dependency and internal API changes](#dependency-internal-api-changes)
22-
- [Bugfixes](#bugfixes)
23-
249
<details>
2510
<summary>Included module versions</summary>
2611

en/04_Changelogs/4.11.1.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,6 @@ The primary purposes of this releases is to patch 9 vulnerabilities against Silv
1212
- 7 medium impact *cross site scripting* (XSS) vulnerabilities with CVSS scores ranging from 4.2 to 5.4
1313
- 1 low impact XSS vulnerability with a CVSS score of 3.7.
1414

15-
Contents
16-
17-
- [Upgrade considerations](#upgrade-considerations)
18-
- [Security considerations](#security-considerations)
19-
- [CVE-2022-38148 Blind SQL Injection in gridfield state from URL](#cve-2022-38148)
20-
- [CVE-2022-38146 URL XSS vulnerability due to outdated jQuery in CMS](#cve-2022-38146)
21-
- [CVE-2022-38462 Reflected XSS in backURL get variable](#cve-2022-38462)
22-
- [CVE-2022-38724 XSS in shortcodes](#cve-2022-38724)
23-
- [CVE-2022-38145 Stored XSS in Compare Mode feature of history view](#cve-2022-38145)
24-
- [CVE-2022-37430 Stored XSS using uppercase characters in HTMLEditor](#cve-2022-37430)
25-
- [CVE-2022-37429 Stored XSS using HTMLEditor](#cve-2022-37429)
26-
- [CVE-2022-37421 Stored XSS when creating a page with "Custom Meta Tags"](#cve-2022-37421)
27-
- [CVE-2022-38147 Stored XSS by uploading ".gpx" file](#cve-2022-38147)
28-
- [Future jQuery update](#jquery)
29-
- [Regression test and Security audit](#audit)
30-
- [Bugfixes](#bugfixes)
31-
3215
<details>
3316
<summary>Included module versions</summary>
3417

en/04_Changelogs/4.12.0.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,6 @@
44

55
A full list of module versions included in CMS Recipe 4.12.0-rc1 is provided below. We recommend referencing recipes in your dependencies, rather than individual modules, to simplify version tracking. See [Recipes](/getting_started/).
66

7-
- [Security considerations](#security-considerations)
8-
- [Regression test and Security audit](#audit)
9-
- [Features and enhancements](#features-and-enhancements)
10-
- [jQuery updated from 1.7 to 3.6](#jquery)
11-
- [Search multiple `searchable_fields` by default](#general-search-field)
12-
- [Samesite attribute on cookies](#cookies-samesite)
13-
- [`canView` permission required to access a submitted file in `UserForm`](#access-submitted-files)
14-
- [New convenience methods for `ModelAdmin`](#modeladmin-convenience)
15-
- [Easily link to `DataObject` with `CMSEditLinkExtension`](#link-data-extension)
16-
- [Assets API formalisation and deprecations](#assets-api-formalisation-deprecation)
17-
- [Other features](#other-features)
18-
- [Deprecating APIs ahead of Silverstripe CMS 5](#deprecation-cms5)
19-
- [Showing deprecations warnings](#showing-deprecations)
20-
- [Bugfixes](#bugfixes)
21-
227
<details>
238
<summary>Included module versions</summary>
249

en/04_Changelogs/4.13.0.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,6 @@
44

55
A full list of module versions included in CMS Recipe 4.13.0 is provided below. We recommend referencing recipes in your dependencies, rather than individual modules, to simplify version tracking. See [Recipes](/getting_started/recipes/).
66

7-
- [Security considerations](#security-considerations)
8-
- [API changes](#api-changes)
9-
- [Deprecated API (by module, alphabetically)](#api-deprecated)
10-
- [Features and enhancements](#features-and-enhancements)
11-
- [GraphQL v4 additional fallback](#graphql-v4-additional-fallback)
12-
- [Other features and enhancements](#other-features-and-enhancements)
13-
- [Bug fixes](#bug-fixes)
14-
- [Change Log](#change-log)
15-
167
<details>
178
<summary>Included module versions</summary>
189

en/04_Changelogs/4.6.0.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
# 4.6.0
22

3-
## Overview {#overview}
4-
5-
- [MySQL tables are auto-converted from MyISAM to InnoDB](#myisam)
6-
- [Editing files directly in the insert-media modal](#in-modal-editing)
7-
- [MIME Type validation now a core module](#mime-validator)
8-
- [Solr no longer indexes draft/restricted content](#solr-updates)
9-
- [Simplify customisation of ModelAdmin](#modeladmin-customisation)
10-
- [Login forms module ships with installer](#loginforms)
11-
- [PHP 7.4 compatibility](#php7-4)
12-
133
## Security patches
144

155
This release contains security patches. Some of those patches might require some

en/04_Changelogs/4.7.0.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,6 @@
22

33
## Overview
44

5-
- [Updated file usage table](#updated-file-usage-table)
6-
- [Support for PHP 8](#support-for-php-8)
7-
- [Support for Symfony 4 Components](#support-for-symfony-4-components)
8-
- [Default MySQL collation updated](#default-mysql-collation-updated)
9-
- [MySQL connection mode configurable](#mysql-connection-mode-now-configurable)
10-
- [Flysystem dependency shifted](#flysystem-dependency-shifted)
11-
- [Improved Toast notifications](#improved-toast-notifications)
12-
- [DataObject constructor support for hydration](#dataobject-constructor-support-for-hydration)
13-
145
A full list of module versions included in Recipe 4.7.0 is provided below. We recommend referencing recipes in your dependencies, rather than individual modules, to simplify version tracking. See [Recipes](/getting_started/recipes) for more information.
156

167
<details>

en/04_Changelogs/4.8.0.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22

33
## Overview
44

5-
- [Security considerations](#security-considerations)
6-
- [Features and enhancements](#features-and-enhancements)
7-
- [Support for silverstripe/graphql v4](#graphql-v4)
8-
- [GraphQL 3 code moved to _legacy folder](#graphql-v3-legacy)
9-
- [Improvements to the login form template and signed in period](#default-period)
10-
- [Other new features](#other-features)
11-
- [Bugfixes](#bugfixes)
12-
135
A full list of module versions included in CMS Recipe 4.8.0 is provided below. We recommend referencing recipes in your dependencies, rather than individual modules, to simplify version tracking. See [Recipes](/getting_started/).
146

157
<details>

en/04_Changelogs/4.9.0.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -95,18 +95,6 @@ Upgrading to Silverstripe CMS Recipe 4.9.0 is recommended for all sites. This up
9595

9696
In addition to the below, have a read of the [CMS 4.9 release announcement](https://www.silverstripe.org/blog/cms-4-9-is-here/).
9797

98-
- [Security considerations](#security-considerations)
99-
- [Security audit and regression test](#audit)
100-
- [For development teams of Common Web Platform projects](#cwp-end)
101-
- [Dropping support for Internet Explorer 11](#ie11eol)
102-
- [Features and enhancements](#features-and-enhancements)
103-
- [Changes to our release process](#release-process)
104-
- [Image lazy loading](#image-lazy-loading)
105-
- [Manage your CMS sessions across devices](#session-manager)
106-
- [Upgrade to Swiftmailer version 6](#swiftmailer)
107-
- [Other new features](#other-new-features)
108-
- [Bugfixes](#bugfixes)
109-
11098
## Security considerations {#security-considerations}
11199

112100
This release includes security fixes. Review the individual vulnerability disclosure for more detailed descriptions of each security fix. We highly encourage upgrading your project to include the latest security patches.

0 commit comments

Comments
 (0)