Go to file
2018-09-05 09:38:04 +12:00
_config FIX: Remove X-Requested-With from default Vary header. 2018-07-04 13:35:47 +12:00
admin Make sure that CMS requests disable caching 2018-08-13 14:39:55 +01:00
api NEW Add better HTTP cache-control manipulation (#8086) 2018-06-08 11:56:31 +12: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 FIX txt/json is not a valid content type 2018-08-13 12:16:42 +01: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 sizeof doesnt work with null types 2018-07-17 15:53:38 +01:00
docs Merge remote-tracking branch 'upstream/3.7.1' into 3.7 2018-07-17 20:52:12 +01: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 Reverse 5b6a39e71a 2018-06-19 11:06:13 +12: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 Add 'updateComponents' extend in DataObject->getComponents() 2018-06-28 11:07:20 +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 Make sure that CMS requests disable caching 2018-08-13 14:39:55 +01: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 pull request #8239 from alex-dna/patch-2 2018-07-04 14:54:25 +01:00
tests FIX txt/json is not a valid content type 2018-08-13 12:16:42 +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 Remove duplicate localhost hostname (fixed Selenium bug) 2018-06-19 23:13:45 +12:00
cli-script.php Merge branch '3.6' into 3 2017-12-07 13:20:58 +13:00
composer.json Remove obsolete branch-alias 2018-06-08 12:19:35 +12: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 NEW Add better HTTP cache-control manipulation (#8086) 2018-06-08 11:56:31 +12: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