Merge pull request #11 from silverstripe-big-o/simple-theme-installer-integration

Simple theme installer integration
This commit is contained in:
Ingo Schommer 2012-04-24 01:47:25 -07:00
commit c233f29036
4 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ silverstripe-cache
.buildpath
.project
.settings
.idea

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

@ -25,7 +25,7 @@
cms:master git://github.com/silverstripe/silverstripe-cms.git
framework:master git://github.com/silverstripe/sapphire.git
themes/simple git://github.com/silverstripe-themes/silverstripe-simple.git
# The following are the some other modules you might like to import

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(