BUGFIX #3991: Added missing link to dev/buildcache in dev/ homepage

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@80252 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sam Minnee 2009-06-28 02:54:01 +00:00
parent 7f5838ce3d
commit 2bbe7dc87d

View File

@ -64,6 +64,7 @@ class DevelopmentAdmin extends Controller {
$actions = array( $actions = array(
"build" => "Build/rebuild this environment (formerly db/build). Call this whenever you have updated your project sources", "build" => "Build/rebuild this environment (formerly db/build). Call this whenever you have updated your project sources",
"reset" => "Reset this environment - truncate the database and rebuild. This is useful after testing to start with a fresh working copy", "reset" => "Reset this environment - truncate the database and rebuild. This is useful after testing to start with a fresh working copy",
"buildcache" => "Rebuild the static cache, if you're using StaticPublisher",
"tests" => "See a list of unit tests to run", "tests" => "See a list of unit tests to run",
"tests/all" => "Run all tests", "tests/all" => "Run all tests",
"jstests" => "See a list of JavaScript tests to run", "jstests" => "See a list of JavaScript tests to run",