Go to file
2018-06-05 16:31:22 +01:00
_config ENHANCEMENT Backport of querystring work to 3.x (#8026) 2018-05-08 10:04:44 +12:00
admin ENHANCEMENT Backport of querystring work to 3.x (#8026) 2018-05-08 10:04:44 +12:00
api NEW Add php 7.2 support 2018-01-30 16:50:32 +00:00
cache Fix code style / php 5.3 compat 2018-06-05 10:30:18 +12:00
cli Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
conf Refactor code to decouple SSL feature from MySQL PDO 2017-08-03 13:22:58 +08:00
control ENHANCEMENT Backport of querystring work to 3.x (#8026) 2018-05-08 10:04:44 +12:00
core Set disable-segmentation for SSViewer cache 2018-06-05 10:30:18 +12:00
css FIX: Gridfields with dropdowns having lots of overflow 2018-01-30 14:45:08 +00:00
dev FIX Remove use of deprecated each method 2018-06-04 16:17:18 +01:00
docs Update documentation 2018-06-05 11:34:46 +12:00
email NEW Add php 7.2 support 2018-01-30 16:50:32 +00:00
filesystem Remove segmentation from core caches 2018-06-05 10:30:18 +12:00
forms FIX Remove use of deprecated each method 2018-06-04 16:17:18 +01:00
i18n Set disable-segmentation for SSViewer cache 2018-06-05 10:30:18 +12:00
images Restore deleted file icons 2016-03-20 14:51:19 -07:00
javascript FIX Split HTML manipulation to onadd, so elements are not accidentally duplicated 2018-02-16 23:34:05 +13:00
lang NEW Add new SilverStripeVersionProvider to provider module versions 2017-07-04 23:29:29 +12:00
model FIX Remove use of deprecated each method 2018-06-04 16:17:18 +01:00
oembed Add unit tests for oembed autodiscover and thumbnail detection 2016-04-15 14:00:10 +12:00
parsers Merge branch '3.6' into 3 2018-04-18 13:14:46 +01:00
scss FIX: Gridfields with dropdowns having lots of overflow 2018-01-30 14:45:08 +00:00
search NEW Add php 7.2 support 2018-01-30 16:50:32 +00:00
security FIX PHP 5.3 compat for referencing $this in closure, and make method public for same reason 2018-05-29 14:55:21 +12:00
src/SilverStripe/Framework/Injector NEW Add php 7.2 support 2018-01-30 16:50:32 +00:00
tasks Remove segmentation from core caches 2018-06-05 10:30:18 +12:00
templates Merge branch '3.5' into 3.6 2017-08-14 12:55:09 +01:00
tests Merge branch '3.6' into 3 2018-06-05 16:31:22 +01:00
thirdparty FIX Remove use of deprecated each method 2018-06-04 16:17:18 +01:00
view Set disable-segmentation for SSViewer cache 2018-06-05 10:30:18 +12:00
_config.php NEW Add php 7.2 support 2018-01-30 16:50:32 +00:00
_register_database.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
.editorconfig MINOR: Supress whitespace cleanup in thirdparty folders. 2016-01-07 10:09:10 +13:00
.gitattributes Merge branch '3.1' into 3.2 2016-09-14 11:39:00 +01:00
.gitignore ENHANCEMENT Message colours updated 2012-11-06 13:23:20 +13:00
.htaccess API: Remove static main and dev/buildcache 2012-09-21 19:56:56 +12:00
.scrutinizer.yml Added better Scrutinizer support 2015-05-12 23:27:36 +12:00
.travis.yml Increase memory limit to 2G in Travis builds 2018-06-02 20:44:33 +12:00
cli-script.php Merge branch '3.6' into 3 2017-12-07 13:20:58 +13:00
composer.json NEW Add php 7.2 support 2018-01-30 16:50:32 +00:00
config.rb Update compass config 2015-07-09 10:11:00 +12:00
CONTRIBUTING.md Minor: update docs for PR branch guidelines #5345 (#5365) 2016-05-16 12:34:43 +12:00
LICENSE Create licence file so that GitHub (and humans) can more easily find it 2018-02-12 11:21:03 +00:00
main.php BUG Make simplexml_load_file work on shared php-fpm 2016-10-31 06:21:04 +01:00
main.php5 MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
README.md README fix contributing-link, add httpS 2018-04-10 17:54:44 +02:00
sake Install sake into /usr/local/bin. /usr is now protected on OSX 2016-01-22 18:48:58 +00:00
silverstripe_version API CHANGE silverstripe_version file now contains the plain version number, rather than an SVN path 2012-02-01 18:42:21 +01:00
SUPPORT.md Support file grammer improvements 2018-03-27 11:49:04 +01:00
web.config Improve IIS security 2015-05-11 12:01:30 +12:00

SilverStripe Framework

Build Status Latest Stable Version Latest Unstable Version Total Downloads License Dependency Status Reference Status

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

Installation

See installation on different platforms, and installation from source.

Bugtracker

Bugs are tracked on github.com. 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.

Attribution