Dylan Wagstaff e20036482b FIX undefined index error in CMS
With the CMS 4.12 update functionality was altered to utilise an
Extension to obtain the CMS Edit link for a page, rather than having
SiteTree do it internally. Unfortunately the default return case for
`extend` (see Extensible) is an _empty_ array. This leave code
potentially referencing an array offset that doesn't exist ([0]). PHP 8
is less forgiving that it's predecessors on this kind of behaviour. We
should check that the responses from extensions exist before trying to
reference them.
2023-03-28 18:58:55 +13:00
2023-03-28 18:58:55 +13:00
2023-01-12 13:55:37 +13:00
2017-10-12 11:30:11 +13:00
2016-05-11 09:46:28 +12:00
2016-09-27 17:10:47 +13:00
2020-10-20 19:05:16 +13:00
2019-11-18 15:30:41 -04:00
2022-03-11 13:47:04 +13:00
2020-12-22 14:22:49 +13:00
2022-08-01 10:04:24 +12:00
2022-08-01 10:04:24 +12:00
2020-12-22 10:25:15 +13:00
2022-04-28 19:40:38 +00:00

Silverstripe CMS

CI Silverstripe supported module

PHP Content Management System (CMS), see http://silverstripe.org. Requires the framework module and a silverstripe-installer base project.

Installation

See installation instructions.

Bugtracker

Bugs are tracked on github.com. Please read our issue reporting guidelines.

Development and Contribution

If you would like to make changes to the Silverstripe core codebase, we have an extensive guide to contributing code.

Description
No description provided
Readme 28 MiB
Languages
PHP 73.3%
JavaScript 20%
Gherkin 4%
Scheme 2.1%
SCSS 0.6%