Damian Mooyman
8dd40b3c26
Merge pull request #50 from open-sausages/pulls/4.0/reports-filter-spacing
...
Add spacing below filter action
2016-10-05 19:42:45 +13:00
Sam Minnee
c813488412
MINOR: Make use of static::class
2016-09-28 11:36:52 +13: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
Paul Clarke
3d144b3afc
Add spacing below filter action
2016-09-20 17:28:05 +12: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
a96ab15af3
API Fix issue with namespaced reports
...
Add permission code to reports
Fix include paths
2016-08-16 11:43:45 +12:00
Damian Mooyman
5953957881
API Update for SilverStripe\CMS namespace
...
Remove unused reports
2016-08-08 18:14:06 +12:00
Damian Mooyman
c54b8b5a6c
Fix link formatting
2016-08-01 16:51:21 +12:00
Damian Mooyman
d2142f252e
Fix psr-2 formatting
2016-08-01 16:51:21 +12:00
Paul Clarke
f04975c64e
Remove additional title and move actions to top
2016-08-01 16:47:38 +12:00
Damian Mooyman
9d31bb0542
BUG Fix broken form actions on parent and nested gridfields
2016-08-01 16:35:37 +12:00
Daniel Hensby
761cbf0dc2
FIX Use new admin_url
2016-07-18 13:06:49 +01:00
Daniel Hensby
c876a21669
Merge branch '3'
2016-07-18 13:02:20 +01:00
Damian Mooyman
39b6d12969
API Apply SilverStripe\Security namespace ( #35 )
2016-07-07 13:43:27 +12:00
Damian Mooyman
ab81961115
API Apply SilverStripe\ORM namespace
2016-06-23 17:32:58 +12:00
Daniel Hensby
68c4040299
FIX No longer hardcoding admin links
2016-06-09 13:40:29 +01:00
Ingo Schommer
b63600c392
Remove triple report titles
2016-05-10 22:24:40 +12: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
fb3083688e
Merge remote-tracking branch 'origin/3.2' into 3
...
# Conflicts:
# .travis.yml
# composer.json
2015-12-22 14:21:03 +13:00
Damian Mooyman
36241d52a0
BUG Fix regressions is SS_Report::canView
2015-12-18 11:41:34 +13:00
Christopher Darling
5d0f833a39
FIX: SS_Report canView should check permissions
...
... checks for ADMIN / CMS_ACCESS_ReportAdmin (from ReportAdmin)
fixes #13
2015-12-17 12:27:54 +00:00
helpfulrobot
93fced94f1
Converted to PSR-2
2015-12-16 11:06:45 +13:00
Damian Mooyman
82eb191bf4
Restore deprecated reports
2015-11-10 17:16:21 +13:00
Damian Mooyman
a09795b3a2
Merge remote-tracking branch 'origin/3'
2015-11-03 13:18:09 +13:00
Damian Mooyman
0d736d0f3e
Merge remote-tracking branch 'silverstripe-cms/3.1' into 3.2
...
Conflicts:
.gitignore
.travis.yml
README.md
_config.php
composer.json
javascript/ReportAdmin.js
templates/Includes/ReportAdmin_Content.ss
templates/ReportAdminForm.ss
2015-11-03 11:11:58 +13:00
Daniel Hensby
0759392980
Merge pull request #2 from sunnysideup/master
...
adding counts to report links
2015-07-22 13:23:52 +01:00
Peter Thaleikis
5663bd2116
fixing typo
2015-07-22 21:53:55 +12:00
Damian Mooyman
13565a5e90
BUG Fix sorting on main ReportAdmin grid ref: CWPBUG-133
2014-08-14 10:08:11 +12:00
Will Rossiter
a78c761e7e
FIX $parameterFields overriding core $fields
2013-05-06 18:23:47 +12:00
Nicolaas
c736906016
adding getCount method
...
the getCount method works out the number of "entries" for each report. E.g. if the report is "missing pages" and the method returns 3 then there are three "missing pages".
2013-02-21 09:01:26 +13:00
Will Rossiter
dd8349fcdd
Initial import from cms/master
2013-01-17 13:22:13 +13:00
Ingo Schommer
60abe5fb9f
MINOR Moved files into a more logical structure in cms/code
2011-03-30 20:03:44 +13:00
Ingo Schommer
6ff9223210
BUGFIX Fixed SS_Report::unregister() parameter naming ( fixes #5511 , thanks ktauber) (from r103932)
...
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@112447 467b73ca-7a2a-4603-9d3b-597d59a354a9
2010-10-15 01:31:34 +00:00
Sam Minnee
a447f71a10
MINOR Fixed phpdoc documentation (from r103397)
...
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@111664 467b73ca-7a2a-4603-9d3b-597d59a354a9
2010-10-04 06:16:03 +00:00
Sam Minnee
f00a0a1570
BUGFIX: Make SS_ReportWrapper::sourceRecords()' arguments optional (from r101189)
...
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@111641 467b73ca-7a2a-4603-9d3b-597d59a354a9
2010-10-04 06:07:24 +00:00
Sam Minnee
d98563e80d
MINOR add pass thru group and sort methods (from r99497)
...
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@111613 467b73ca-7a2a-4603-9d3b-597d59a354a9
2010-10-04 05:41:57 +00:00
Sam Minnee
f60941648b
MINOR Moved timezone coupling in SS_Report labels into timezoneawareness module (from r99178)
...
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@111611 467b73ca-7a2a-4603-9d3b-597d59a354a9
2010-10-04 05:33:42 +00:00
Ingo Schommer
850a9a9f6a
BUGFIX: More fixes renaming SSReport to SS_Report (from r98218)
...
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@105856 467b73ca-7a2a-4603-9d3b-597d59a354a9
2010-05-28 02:35:56 +00:00
Ingo Schommer
0cecb21f50
API CHANGE: Introduced new API for SS_Report (from r98215)
...
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@105855 467b73ca-7a2a-4603-9d3b-597d59a354a9
2010-05-28 02:34:37 +00:00
Sam Minnee
f71804e465
API CHANGE: Renamed conflicting classes to have an "SS_" namespace, and renamed existing "SS" namespace to "SS_". The affected classes are: HTTPRequest, HTTPResponse, Query, Database, SSBacktrace, SSCli, SSDatetime, SSDatetimeTest, SSLog, SSLogTest, SSLogEmailWriter, SSLogErrorEmailFormatter, SSLogErrorFileFormatter, SSLogFileWriter and SSZendLog.
...
MINOR: Replaced usage of renamed classes with the new namespaced name.
From: Sam Minnee <sam@silverstripe.com>
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@90076 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-10-26 03:06:42 +00:00
Sam Minnee
2ab29ed99b
Removed legacy Report.php
...
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@63843 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-10-08 04:33:31 +00:00
Sean Harvey
ed4103bc11
MINOR Renamed Report to SSReport as it was conflicting with project code
...
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@63840 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-10-08 04:28:23 +00:00
Sean Harvey
9a667bbd2a
MINOR Very minor whitespace change
...
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@63752 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-10-07 05:57:28 +00:00
Sean Harvey
c39cbbe58a
ENHANCEMENT Added missing "abstract" Report class to compliment ReportAdmin. Currently it is unclear what abstract base class you're supposed to implement from.
...
BUGFIX Use of getOwnerID() in ReportAdmin which doesn't make sense, since ID() is sufficient.
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@63748 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-10-07 05:32:09 +00:00