Go to file
2013-01-30 12:40:52 +01:00
_config
admin FIX Prevent defocus on first change in CMS HTMLEditorField (fixes #8217) 2013-01-30 12:40:52 +01:00
api Add codesniffer that ensures indentation is with tabs. 2012-12-12 17:33:31 +13:00
cache
cli
conf
control API HTTP::urlRewriter with (string)$code deprecated in 3.1. Fixed regressions and CSS urls. 2013-01-24 09:49:44 +01:00
core Arbitrary placement of _ss_environment.php in parent folders 2013-01-21 22:33:54 +01:00
css Merge remote-tracking branch 'origin/3.0' into 3.1 2013-01-11 10:02:39 +01:00
dev FIX PHPUnit latest not working with composer installed builds 2013-01-23 14:34:42 +13:00
docs Merge pull request #1101 from chillu/pulls/preview-configuration 2013-01-29 08:16:33 -08:00
email Merge remote-tracking branch 'origin/3.0' into 3.1 2013-01-21 11:14:57 +01:00
filesystem
forms Corrects indentation and line length 2013-01-24 19:56:02 +13:00
i18n Merge remote-tracking branch 'origin/3.0' into 3.1 2013-01-21 11:14:57 +01:00
images BUGFIXES: File Uploads 2012-06-08 18:40:33 +02:00
javascript BUG Flush editors on form submission (os#8222) 2013-01-30 11:54:29 +13:00
lang Merge remote-tracking branch 'origin/3.0' into 3.1 2013-01-22 12:05:48 +01:00
model Corrects indentation and line length 2013-01-24 19:56:02 +13:00
oembed
parsers
scss Merge remote-tracking branch 'origin/3.0' into 3.1 2013-01-11 10:02:39 +01:00
search
security Merge remote-tracking branch 'origin/3.0' into 3.1 2013-01-21 11:14:57 +01:00
tasks
templates BUG Remove extraneous </div> breaking IE8 image embedding (os#8218) 2013-01-30 16:22:05 +13:00
tests API HTTP::urlRewriter with (string)$code deprecated in 3.1. Fixed regressions and CSS urls. 2013-01-24 09:49:44 +01:00
thirdparty
view
_config.php
_register_database.php
.gitignore
.htaccess
.travis.yml
cli-script.php
composer.json
config.rb
CONTRIBUTING.md
main.php
main.php5
Makefile
README.md
sake
silverstripe_version
web.config

SilverStripe Framework

Build Status

PHP5 framework forming the base for the SilverStripe CMS (http://silverstripe.org). Requires a silverstripe-installer base project. Typically used alongside the cms module.

Installation

See installation on different platforms, and installation from source.

Development and contribution

If you would like to make changes to SilverStripe core product, we have an extensive guide to contributing code that we invite you to look at before submitting a pull request.

If you would like to get involved, but don't know what to fix, the Trac tickets are a good place to start.

For other ways to contribute, see the code contribution guidelines

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.

Attribution