Commit Graph

26 Commits

Author SHA1 Message Date
Robbie Averill 213f7167a6
ENH Fix phpcs violations 2022-08-26 13:53:08 +12:00
GuySartorelli 375c31904f
ENH Add configuration to cap report counts for large datasets. (#139)
Opted not to return the result from `getCount()` directly since the PHPDoc says this returns an int (even though it technically already returns a string if the report isn't set up correctly...)
2022-01-31 17:20:11 +13:00
Steve Boyd 1b2a9a8926 MNT Remove polyfill 2021-11-05 13:23:15 +13:00
Steve Boyd 9f76ec2a43 API phpunit9 support 2021-10-27 17:52:11 +13:00
Guy Marriott d6b1c071b6
NEW Adding tests for new report breadcrumbs feature 2018-11-19 11:48:23 +13:00
Robbie Averill 4aefa50087 Remove unused test report stubs 2017-07-16 16:37:08 +12:00
Robbie Averill f4af1fab77 API Remove Report::add_excluded_report() and make excluded_reports configurable 2017-07-16 16:36:12 +12:00
Ingo Schommer a58416b6f6 New style travis tests
- Removed PHP 5.5. build (no longer supported)
- Removed PG and SQLite tests (tested through installer nightly)
- Added code coverage and linting tests
- Fixed linting errors
2017-06-26 21:45:56 +12:00
Damian Mooyman 8dbdc98cc2
Upgrade module for app object refactor 2017-06-21 16:30:14 +12:00
Damian Mooyman 4599b2b52c
API move CMSPreviewable to ORM 2017-03-15 10:38:36 +13:00
Daniel Hensby 804ff7c247
FIX Fixing test errors 2016-11-10 13:01:37 +00:00
Daniel Hensby 537f4da88f
Merge branch '3' 2016-11-10 12:19:27 +00:00
Sam Minnee fe0ca63c7a FIX: Remove referencies to Object::$class
This property is being deprecated in SS4 and so this removes references
to it.
2016-09-28 10:00:51 +13:00
Damian Mooyman b2f3902996 Rename SS_ prefixed classes (#46) 2016-09-09 18:11:38 +12:00
Damian Mooyman bd17cca223
Upgrade code for namespaces
Apply SilverStripe\Reports namespace
2016-09-08 15:37:35 +12:00
Damian Mooyman d2142f252e Fix psr-2 formatting 2016-08-01 16:51:21 +12:00
Damian Mooyman 87477a1e01
BUG Fix incorrect url manipulation
Fixes https://github.com/silverstripe/silverstripe-cms/issues/1183
2016-07-21 18:06:19 +12:00
Daniel Hensby c876a21669
Merge branch '3' 2016-07-18 13:02:20 +01:00
Ingo Schommer c4cdeda7dc Merge pull request #33 from open-sausages/pulls/4.0/namespace-orm
API Apply SilverStripe\ORM namespace
2016-07-01 15:09:24 +12:00
Mike Cochrane 0a2c248e6b ReportTest needs the database
ReportTest needs the database, if run in isolation these tests will fail.
2016-06-24 18:43:35 +12:00
Damian Mooyman ab81961115
API Apply SilverStripe\ORM namespace 2016-06-23 17:32:58 +12:00
Daniel Hensby 3bb32eb013
FIX Tests need the DB 2016-06-09 14:25:01 +01:00
Damian Mooyman f777f36c68 Merge remote-tracking branch 'origin/3'
# Conflicts:
#	code/Report.php
#	composer.json
#	tests/ReportTest.php
2016-01-25 16:20:10 +13:00
Damian Mooyman 36241d52a0 BUG Fix regressions is SS_Report::canView 2015-12-18 11:41:34 +13:00
helpfulrobot 93fced94f1 Converted to PSR-2 2015-12-16 11:06:45 +13:00
Will Rossiter dd8349fcdd Initial import from cms/master 2013-01-17 13:22:13 +13:00