Go to file
Robbie Averill 451e7961d2 Add PHPCS configuration for SilverStripe 3.x
Based on PSR-2, allowing some exceptions like class and method naming rules and namespaces for every class
2017-04-28 07:28:40 +12:00
assets Merge branch '3.2' into 3 2015-11-10 10:55:06 +00:00
mysite API Enable friendly error HTTP code by default for new projects 2016-05-18 15:17:43 +12:00
.editorconfig Adding .editorconfig 2014-12-04 15:49:54 +00:00
.gitattributes Ignore build-related files in "git archive" (fixes #8167) 2013-01-14 18:32:43 +01:00
.gitignore Remove local IDE cache folders from .gitignore 2015-11-10 10:30:16 +00:00
.htaccess Ensure BlockUntrustedProxyHeaders is enabled by default 2015-06-02 12:29:23 +12:00
CONTRIBUTING.md Updated github path 2013-05-17 00:51:03 +02:00
README.md Update README.md 2015-12-06 13:53:28 +01:00
behat.yml Merge remote-tracking branch 'origin/3.1' into 3 2015-06-02 20:22:11 +12:00
build.xml BUG Fix broken xml comment 2015-03-09 18:34:17 +13:00
composer.json Remove obsolete alias 2016-07-28 14:32:15 +12:00
favicon.ico Updating favicon 2012-11-05 10:34:24 +13:00
index.php Update min php version 2015-06-25 12:44:12 +12:00
install-frameworkmissing.html Capitalisation of 'GitHub' 2014-06-17 13:17:05 +01:00
install.php DOCS: updated min php version 2015-06-25 12:16:03 +12:00
phpcs.xml.dist Add PHPCS configuration for SilverStripe 3.x 2017-04-28 07:28:40 +12:00
phpunit.teamcity.mssql.xml Enforce flush on CI test runs 2012-07-05 14:26:10 +02:00
phpunit.xml.dist FIX Add framework/admin tests (#118) 2016-05-06 07:43:27 +12:00
web.config FIX Invalid comment syntax for web.config 2015-06-18 11:31:19 +01:00

README.md

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.

License

Copyright (c) 2007-2013, SilverStripe Limited - www.silverstripe.com
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

    * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the 
      documentation and/or other materials provided with the distribution.
    * Neither the name of SilverStripe nor the names of its contributors may be used to endorse or promote products derived from this software 
      without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE 
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY 
OF SUCH DAMAGE.