Go to file
Ingo Schommer 3c6c4b33db Require-dev for PHPUnit
If not set, it breaks the root composer.json generation in travis-support, since it falls back to PHPUnit 3.7.
See https://github.com/silverstripe-labs/silverstripe-travis-support/blob/master/src/ComposerGenerator.php

See d9e292ba28
for same fix on cms module.
2016-03-07 20:41:05 +13:00
code Merge remote-tracking branch 'origin/3' 2016-01-25 16:20:10 +13:00
javascript Update translations 2015-09-18 14:21:19 +12:00
templates Merge remote-tracking branch 'silverstripe-cms/3.1' into 3.2 2015-11-03 11:11:58 +13:00
tests Merge remote-tracking branch 'origin/3' 2016-01-25 16:20:10 +13:00
_config.php FIX: dir should be folder name. 2013-01-19 18:30:40 +13:00
.editorconfig Added standard editor config 2015-12-16 11:07:05 +13:00
.gitattributes Added standard git attributes 2015-12-16 11:07:17 +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 Merge remote-tracking branch 'origin/3' 2016-01-25 16:20:10 +13:00
code-of-conduct.md Added standard code of conduct 2015-12-16 11:07:23 +13:00
composer.json Require-dev for PHPUnit 2016-03-07 20:41:05 +13:00
license.md Updated license year 2016-01-01 06:36:21 +13:00
README.md MINOR: Fixed copyright year 2014-09-18 12:59:20 +12:00

Reports

Build Status

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 3.2

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