Go to file
Corey Sewell b2ee11a7be Add rewrite rule to enable Basic auithentication workaround for PHP running in CGI mode
See https://github.com/silverstripe/silverstripe-framework/pull/3689
2014-12-09 07:36:46 +13:00
assets DOCS assets/.htaccess 2014-08-17 15:38:39 +01:00
mysite Correct YAML syntax 2013-12-19 15:04:46 -08: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 git commit -m "FIX: Move install composer.json to use self.version. 2013-05-30 16:27:27 +12:00
.htaccess Add rewrite rule to enable Basic auithentication workaround for PHP running in CGI mode 2014-12-09 07:36:46 +13:00
CONTRIBUTING.md Updated github path 2013-05-17 00:51:03 +02:00
Makefile API Removed 'make getallmodules', use composer instead 2012-12-11 02:03:49 +01:00
README.md MINOR: correct paths for framework and cms issues 2013-10-07 09:16:11 +13:00
behat.yml Removed goutte driver from Behat, not supported 2014-06-16 08:41:57 +12:00
build.xml API Moved build tools to new silverstripe-buildtools module 2012-11-21 16:17:30 +01:00
composer.json Fixing regression in composer post scripts 2013-07-26 18:58:07 +12:00
favicon.ico Updating favicon 2012-11-05 10:34:24 +13:00
index.php FIX Include query parameters when redirecting to files from index.php (fixes #7823) 2012-08-30 10:01:29 +12:00
install-frameworkmissing.html Capitalisation of 'GitHub' 2014-06-17 13:17:05 +01:00
install.php MINOR Adjusted PHP version recommendation 2012-04-20 15:13:47 +12:00
phpunit.teamcity.mssql.xml Enforce flush on CI test runs 2012-07-05 14:26:10 +02:00
phpunit.teamcity.postgresql.xml Enforce flush on CI test runs 2012-07-05 14:26:10 +02:00
phpunit.teamcity.sqlite3.xml Enforce flush on CI test runs 2012-07-05 14:26:10 +02:00
phpunit.teamcity.xml Enforce flush on CI test runs 2012-07-05 14:26:10 +02:00
phpunit.xml.dist Merge remote-tracking branch 'origin/2.4' into 3.0 2013-02-15 19:19:23 +01:00
web.config IIS 7.5 does not like forward slash at the end of silverstripe-cache 2013-04-03 15:54:31 +13: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
  • 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.