Go to file
Robbie Averill 6ed13f7e07
Merge pull request #128 from creative-commoners/pulls/4.6/travis
Update travis 4.6
2020-09-24 17:12:23 -07:00
.tx Reorganise i18n keys 2017-05-08 17:56:43 +12:00
_config New style travis tests 2017-06-26 21:45:56 +12:00
code Fix codestyle 2019-11-21 16:04:17 +13:00
javascript Remove custom reportAdmin css overrides 2016-09-15 18:23:43 +12:00
lang Merge branch '4.3' into 4 2019-01-10 13:58:04 +13:00
templates/SilverStripe/Reports/Includes FIX Apply missing class to report header. 2018-07-27 17:06:38 +12:00
tests NEW Adding tests for new report breadcrumbs feature 2018-11-19 11:48:23 +13:00
.codecov.yml Add .codecov.yml file 2017-07-17 14:04:44 +01:00
.editorconfig Update editorconfig 2017-10-12 12:57:05 +13:00
.gitattributes Feature Set .gitattributes to ignore docs and tests folder, and some source asset files which are not needed 2017-12-13 12:32:55 +13:00
.gitignore MINOR: gitignore of mac .DS_Store files 2011-09-28 11:44:30 +13:00
.scrutinizer.yml Added standard Scrutinizer config 2015-12-16 11:06:51 +13:00
.travis.yml Update travis 2020-06-23 15:39:47 +12:00
.upgrade.yml Add extra upgrade rules 2017-07-03 14:32:26 +12:00
CONTRIBUTING.md Create CONTRIBUTING.md 2016-05-30 14:37:53 +12:00
LICENSE FIX: Rename license file to match module standard. 2017-03-29 12:58:41 +13:00
README.md Add supported module badge to readme 2018-06-15 17:46:23 +12:00
code-of-conduct.md Added standard code of conduct 2015-12-16 11:07:23 +13:00
composer.json Merge branch '4.5' into 4 2020-02-28 15:06:41 +13:00
phpcs.xml.dist Upgrade module for app object refactor 2017-06-21 16:30:14 +12:00
phpunit.xml.dist BUG Fix vendor bootstrap path 2017-10-05 09:50:04 +13:00

README.md

Reports

Build Status SilverStripe supported module

Introduction

This module contains the API's for building Reports that are displayed in the SilverStripe backend. This module replaces the built-in reports API from earlier versions of SilverStripe (2.4 and 3.0).

Requirements

  • SilverStripe 4.0

Troubleshooting

The reports section will not show up in the CMS if:

  • There are no reports to show
  • The logged in user does not have permission to view any reports