Go to file
Damian Mooyman d9f28b2017 Merge pull request #177 from nfauchelle/psr-2-adjustments
Update the PHP files to PSR-2 spec
2017-05-15 09:15:09 +12:00
assets BUG Fix incorrect backslash escaping in htaccess template (#140) 2016-09-22 18:01:44 +12:00
mysite Update the PHP files to PSR-2 spec 2017-05-14 21:48:27 +12:00
.cow.json Merge pull request #162 from open-sausages/pulls/4.0/fix-release-constraints 2017-04-05 16:30:11 +12:00
.editorconfig Add versioned module 2017-03-28 10:35:25 +13:00
.env.example NEW Add .env support 2017-02-01 11:26:46 +00:00
.gitattributes Add combined test suite for installer 2017-04-04 16:39:12 +12:00
.gitignore NEW Add .env support 2017-02-01 11:26:46 +00:00
.htaccess API Remove BlockUntrustedIPs 2017-05-11 09:31:23 +12:00
.travis.yml Add combined test suite for installer 2017-04-04 16:39:12 +12:00
behat.yml Update for behat 3 2017-05-05 17:21:32 +12:00
build.xml BUG Fix broken xml comment 2015-03-09 18:34:17 +13:00
composer.json Add campaign admin module 2017-03-28 13:32:45 +13:00
CONTRIBUTING.md Make installer copyright note conform to others 2016-05-30 14:36:08 +12:00
favicon.ico Updating favicon 2012-11-05 10:38:13 +13:00
index.php Update the PHP files to PSR-2 spec 2017-05-14 21:48:27 +12:00
install-frameworkmissing.html Capitalisation of 'GitHub' 2014-06-17 13:17:05 +01:00
install.php Update the PHP files to PSR-2 spec 2017-05-14 21:48:27 +12:00
LICENSE FIX: Split licence into separate file to match standard. 2017-03-29 12:45:25 +13:00
phpunit.xml.dist Add combined test suite for installer 2017-04-04 16:39:12 +12:00
README.md FIX: Split licence into separate file to match standard. 2017-03-29 12:45:25 +13:00
web.config NEW Add .env support 2017-02-01 11:26:46 +00:00

Overview

Base project folder for a SilverStripe (http://silverstripe.org) installation. Requires additional modules to function:

  • framework: Module including the base framework
  • cms: Module including a Content Management System
  • siteconfig: Module providing a Settings tab in the admin section allowing users to set site wide global configuration.
  • themes/simple (optional)

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.