Clockwork shout-out

This commit is contained in:
Jonathon Menz 2014-11-22 09:26:02 +10:30
parent 7ff981c253
commit 2251008ae4
1 changed files with 5 additions and 1 deletions

View File

@ -57,4 +57,8 @@ The BetterNavigator.ss template's scope is set to the page that is being viewed,
##Known issues
* Probably won't work in IE8 or lower.
* Probably won't work in IE8 or lower.
##Bonus: better debugging tools
This module provide quick access to SilverStripe's built in [URL Variable Tools](http://doc.silverstripe.org/framework/en/reference/urlvariabletools) but reading their output isn't much fun. You can peek under SilverStripe's hood much more conveniently using the recently released [SilverStripe Clockwork](https://github.com/markguinn/silverstripe-clockwork) by Mark Guinn. Out of the box SQL Queries and controller events are logged. It's Chrome only for now.