silverstripe/sitewidecontent-report

Report of all pages and files across all subsites

Installs: 181 926

Dependents: 2

Suggesters: 1

Security: 0

Stars: 3

Watchers: 12

Forks: 13

Open Issues: 4

Type:silverstripe-vendormodule

4.2.0-beta1 2024-02-02 01:07 UTC

README

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.