Go to file
Will Rossiter 3c88359698 Include a higher timeout value to avoid timeouts.
Checking out framework can often take longer than the default
(300 seconds). This gives a 10min limit to creating a new project.
2013-03-06 20:22:48 +13:00
assets BUGFIX #6321 Whitelisted file extensions with uppercase extensions blocked by case sensitive FilesMatch directive in assets/.htaccess (does not affect IIS 7.x which uses web.config) (from r115816) 2011-01-26 03:14:26 +00:00
mysite Reverted junk-commits from "Removed .mergesources.yml, not used since the dark SVN days" 2012-11-09 10:00:11 +13:00
themes/tutorial BUGFIX: Tutorial template fixes 2012-04-27 17:16:50 +12:00
.gitignore Added composer.lock and vendor/ to .gitignore 2012-11-08 19:52:46 +01:00
.htaccess API Block all yaml files by default, to reduce the change of information leakage 2013-02-17 22:16:11 +01:00
CONTRIBUTING.md Added github-compatible contributing notes 2012-10-11 17:20:16 +02:00
Makefile API Removed 'make getallmodules', use composer instead 2012-12-11 02:03:49 +01:00
README.md Updated license in readme to include year 2012 2012-11-13 22:36:08 +13:00
behat.yml Added default behat.yml 2012-11-15 18:52:21 +01:00
build.xml Added phing support 2012-12-05 11:58:43 +01:00
composer.json Include a higher timeout value to avoid timeouts. 2013-03-06 20:22:48 +13: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 MINOR Tweaking words on framework missing 2012-04-14 19:28:05 +12:00
install.php Support for composer-created themes dir structure 2012-12-04 17:21:29 +01: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 Prevent YAML access in IIS by default (fixes #8233) 2013-02-17 21:04:58 +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
  • themes/simple (optional)

Server Requirements

See doc.silverstripe.org

Installation

See installation on different platforms, and installation from source.

License

Copyright (c) 2007-2012, 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.