Skip to content

silverstripe/silverstripe-sitewidecontent-report

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b86f91f · Apr 1, 2024
Dec 21, 2023
Mar 6, 2023
Nov 27, 2017
Jan 30, 2023
Jul 17, 2019
Aug 21, 2023
Jan 24, 2024
Jan 10, 2023
Jan 30, 2023
Jan 30, 2023
Nov 27, 2017
Jan 30, 2023
Jan 30, 2023
Aug 14, 2023
Apr 24, 2023
Jan 30, 2023
Nov 11, 2021
Nov 21, 2015
Nov 27, 2017
Feb 2, 2024
Nov 4, 2015
Jul 11, 2023
Nov 11, 2020
Feb 2, 2024
Aug 1, 2022
Jan 30, 2023
Apr 1, 2024

Repository files navigation

Site-wide content Report

CI Silverstripe supported module

Introduction

This module adds an "All content, page and files from across all subsites" report in the CMS, so that an administrator can get a quick overview of content across subsites in the parent site.

Installation

composer require silverstripe/sitewidecontent-report

Subsites Support

If the Subsites module is installed then an additional column will be added, allowing you to see which subsites this user can edit pages on.

To edit the permission to check for when filtering these subsites, you can update the SilverStripe\Security\Member.subsite_description_permission config to any other permission. By default this is set to SITETREE_EDIT_ALL.

Documentation

See the docs/en folder.

Versioning

This library follows Semver. According to Semver, you will be able to upgrade to any minor or patch version of this library without any breaking changes to the public API. Semver also requires that we clearly define the public API for this library.

All methods, with public visibility, are part of the public API. All other methods are not part of the public API. Where possible, we'll try to keep protected methods backwards-compatible in minor/patch versions, but if you're overriding methods then please test your work before upgrading.

Reporting Issues

Please create an issue for any bugs you've found, or features you're missing.