Go to file
Ingo Schommer cfba4cbe36
Fixed core dependency to 4.x-dev
Likely caused by repeated unreviewed merges from 4.4 (and 4.3) onto the 4 branch here (e.g. through fa67bc614b).

Note this isn't changing the branch alias, which should still point to 4.5.x-dev here.
2019-04-30 09:21:53 +12:00
app/_config Shift resources into app folder 2018-04-05 15:17:03 +12:00
public Correct typo 2018-10-17 18:05:20 +02:00
.cow.json Fix test paths 2017-10-25 16:20:00 +13:00
.editorconfig Split framework tests from assets and versioned to prevent time limits being exceeded 2019-02-02 12:15:17 +03:00
.env.example NEW Add .env support 2017-02-01 11:26:46 +00:00
.gitattributes FIX: Include .env.example and .editorconfig in git export 2017-07-31 17:36:33 +12:00
.gitignore MINOR Make installer default to using `_resources` (#242) 2019-01-16 21:34:13 +13:00
.htaccess BUG Fix routing error for public assets 2018-02-07 13:57:17 +13:00
.travis.yml Merge branch '4.3' into 4.4 2019-04-21 10:32:21 +12:00
CONTRIBUTING.md Make installer copyright note conform to others 2016-05-30 14:36:08 +12:00
LICENSE FIX: Split licence into separate file to match standard. 2017-03-29 12:45:25 +13:00
README.md Update README.md 2017-11-07 10:21:33 -05:00
behat.yml Update selenium to chromedriver 2018-04-13 09:30:04 +12:00
build.xml BUG Fix broken xml comment 2015-03-09 18:34:17 +13:00
composer.json Fixed core dependency to 4.x-dev 2019-04-30 09:21:53 +12:00
phpcs.xml.dist DOCS update comments for supported versions 2017-11-07 12:58:43 +00:00
phpunit.xml.dist Split framework tests from assets and versioned to prevent time limits being exceeded 2019-02-02 12:15:17 +03:00

README.md

Overview

Base project folder for a SilverStripe (http://silverstripe.org) installation. Required modules are installed via http://github.com/silverstripe/recipe-cms. For information on how to change the dependencies in a recipe, please have a look at https://github.com/silverstripe/recipe-plugin. In addition, installer includes theme/simple as a default theme.

Installation

See installation on different platforms, and installation from source.

Bugtracker

Bugs are tracked on github.com (framework issues, cms issues). Please read our issue reporting guidelines.

Development and Contribution

If you would like to make changes to the SilverStripe core codebase, we have an extensive guide to contributing code.