Go to file
2012-05-29 15:57:55 +02: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) 2011-02-02 18:56:57 +13:00
mysite MINOR: reverted previous commit. Note to self dont work on sunday nights, sigh 2011-02-02 18:56:56 +13:00
themes/tutorial MINOR Changed silverstripe.com references to silverstripe.org 2011-02-02 18:56:43 +13:00
tools MINOR Merged back /tools 2011-10-18 14:56:17 +02:00
.gitignore MINOR gitignore 2011-10-18 16:35:00 +02:00
.htaccess ENHANCEMENT Installer now has a fallback for mod_rewrite detection by setting an environment variable in .htaccess when "<IfModule mod_rewrite.c>" directive is satisfied 2011-02-02 18:56:56 +13:00
.mergesources.yml MINOR: reverted previous commit. Note to self dont work on sunday nights, sigh 2011-02-02 18:56:56 +13:00
build.xml MINOR Excluding tests from release pacakges 2011-10-18 22:59:26 +02:00
changelog-definitions.default MINOR Merged back /tools 2011-10-18 14:56:17 +02:00
COPYING Update copyright to 2008 2008-01-06 22:46:39 +00:00
dependent-modules.default MINOR Merged back /tools 2011-10-18 14:56:17 +02:00
favicon.ico Added favicon 2007-09-23 23:34:09 +00:00
index.php BUGFIX: fixed double slash when installed in the root. PATCH via simon_w. #4733 2011-02-02 18:56:46 +13:00
install.php SECURITY Fixed remote code execution vuln in install.php due to inserting unescaped user data into mysite/_config.php. Not critical because install.php is required to be removed on a SilverStripe installation anyway (fixes #7205) 2012-05-16 15:05:22 +02:00
Makefile MINOR Added querystring option to Makefile 2011-02-02 18:56:52 +13:00
phpunit.xml.dist MINOR Fixed phpunit bootstrap relative path 2012-05-29 15:57:55 +02:00
README.md MINOR Replaced INSTALL, UPGRADING and ChangeLog files with a more consistent README 2011-10-19 09:12:03 +02:00
web.config ENHANCEMENT IIS 7.x no longer throws a server error if the rewrite module isn't installed when first opening the SS installer - instead, the web.config file is written with rules during installation 2011-02-02 18:56:49 +13:00

Overview

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

  • sapphire: Module including the base framework
  • cms: Module including a Content Management System
  • themes/blackcandy (optional)

Server Requirements

See doc.silverstripe.org

Installation

See installation on different platforms, and installation from source.

License

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