BUGFIX: updating theme to "Simple" in change log creator and documentation

This commit is contained in:
Julian Seidenberg 2012-04-24 15:56:20 +12:00
parent 322d3926ae
commit bd74ba4985
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ Base project folder for a SilverStripe ([http://silverstripe.org](http://silvers
* [`framework`](http://github.com/silverstripe/sapphire): Module including the base framework
* [`cms`](http://github.com/silverstripe/silverstripe-cms): Module including a Content Management System
* `themes/blackcandy` (optional)
* `themes/simple` (optional)
## Server Requirements ##

View File

@ -29,7 +29,7 @@ class CreateChangelog extends SilverStripeBuildTask {
'.' => 'https://github.com/silverstripe/silverstripe-installer/commit/%s',
'framework' => 'https://github.com/silverstripe/sapphire/commit/%s',
'cms' => 'https://github.com/silverstripe/silverstripe-cms/commit/%s',
'themes/blackcandy' => 'https://github.com/silverstripe-themes/silverstripe-blackcandy/commit/%s',
'themes/simple' => 'https://github.com/silverstripe-themes/silverstripe-simple/commit/%s',
);
public $ignoreRules = array(