Go to file
Ingo Schommer 345c225527 Merge pull request #160 from open-sausages/pulls/4.0/campaign-admin
Add campaign admin module
2017-03-28 17:51:04 +13:00
assets BUG Fix incorrect backslash escaping in htaccess template (#140) 2016-09-22 18:01:44 +12:00
mysite Fix remove the wildcard After condition in config.yml 2017-02-28 15:30:46 +13:00
.cow.json Add experimental release metadata to module 2016-10-12 10:04:25 +13: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 experimental release metadata to module 2016-10-12 10:04:25 +13:00
.gitignore NEW Add .env support 2017-02-01 11:26:46 +00:00
.htaccess Block common log file names in .htaccess 2017-02-19 11:10:21 +00:00
CONTRIBUTING.md Make installer copyright note conform to others 2016-05-30 14:36:08 +12: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 Add campaign admin module 2017-03-28 13:32:45 +13:00
favicon.ico Updating favicon 2012-11-05 10:38:13 +13:00
index.php Update minimum php version in index.php and install.php comments 2016-06-03 21:52:33 +02:00
install-frameworkmissing.html Capitalisation of 'GitHub' 2014-06-17 13:17:05 +01:00
install.php Update installer for src folder 2016-11-01 15:35:26 +13:00
phpunit.teamcity.mssql.xml Enforce flush on CI test runs 2012-07-05 14:26:10 +02:00
phpunit.xml.dist BUG Fix test listener path 2016-11-02 11:13:46 +13:00
web.config NEW Add .env support 2017-02-01 11:26:46 +00: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.