silverstripe-dashboard icon indicating copy to clipboard operation
silverstripe-dashboard copied to clipboard

Dashboard module for SilverStripe 3

Results 27 silverstripe-dashboard issues
Sort by recently updated
recently updated
newest added

Hi, could it be possible to remove CMS from the dependencies in `composer.json`? I would like to use this module in a project that does not need a CMS at...

I have a site with over 1000 pages. Dashboard was taking over 30 seconds to load. Narrowed it down to DashboardGridFieldPanel::getHierarchy() which seems to take 10 seconds for each DashboardGridFieldPanel....

![image](https://cloud.githubusercontent.com/assets/167154/18001367/a750a074-6bd6-11e6-817d-0c297d1d5a4b.png)

I put in a random die statement to see where it would crash after 100,000 loops .... SQLSelect.php ``` php private static $_count_count = 0; /** * Returns the current...

I have a dashboard with three custom panels each with charts. They load fine, but if I change the configuration of the second or third charts on the screen, it'll...

After installing the dashboard module, I tried to run my tests that was working before, and found out an Error. DashboardPane table does not exist. I went further and run...

Adding the GridField Editor to the dashboard works fine, but saving doesn't appear to keep the settings.

I cant get the Model admin panel to work, what am i doing wrong? i have a simple dataobject and model admin file and if i add a model admin...

Hello! I'm helpful robot. I noticed you don't have a Scrutinizer config file. This one adds many code quality checks. If you are unsure of how to connect your repository...

Hello! I'm helpful robot. Ever seen two robots fighting over code? That's because most of us know the robot code of conduct. Did you know SilverStripe has a code of...