Go to file
Steve Boyd 88a4e69de6
Merge pull request #10037 from LiamKearn/patch-1
Fix(Docs-Format): Warning format missing entry tag.
2021-08-05 14:27:40 +12:00
_config FIX: Remove X-Requested-With from default Vary header. 2018-07-04 13:35:47 +12:00
admin Merge tag '3.7.4' into 3.7 2020-06-30 11:14:16 +12: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 [CVE-2019-19326] Stop honouring X-HTTP-Method-Override header, X-Original-Url header and _method POST variable. Add SS_HTTPRequest::setHttpMethod(). 2020-07-14 13:25:55 +12:00
core Fixed php7.4 deprecation notice for magic quotes 2020-07-17 05:09:54 +02:00
css FIX: Gridfields with dropdowns having lots of overflow 2018-01-30 14:45:08 +00:00
dev [SS-2018-018] Ignore arguments in mysqli::real_connect backtrace calls 2018-10-17 14:36:08 +02:00
docs Update 04_Secure_Coding.md 2021-07-30 20:50:40 +10:00
email Fix deprecated php syntax 2020-04-01 14:03:03 +01:00
filesystem BUG Require PHP7.4 compatible fork of phpunit-mock-objects 2019-07-12 14:45:06 +12:00
forms Fix deprecated php syntax 2020-04-01 14:03:03 +01:00
i18n PATCH: Prevents calling strpos with empty needle 2020-08-18 15:16:07 +02:00
images Restore deleted file icons 2016-03-20 14:51:19 -07:00
javascript BUG Back-port https://github.com/silverstripe/silverstripe-admin/pull/769 to 3.7, fix parsererror issue 2019-04-15 14:02:40 +12:00
lang NEW Add new SilverStripeVersionProvider to provider module versions 2017-07-04 23:29:29 +12:00
model FIX Handle invalid table names 2021-06-02 17:38:25 +12:00
oembed Add unit tests for oembed autodiscover and thumbnail detection 2016-04-15 14:00:10 +12:00
parsers FIX Mitigate continue; warning when run on PHP 7.3+ (fixes #9826) 2021-01-19 15:05:28 +13: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 [CVE-2020-9311] Escape First Name when displaying re-login screen 2020-07-14 13:24:12 +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 pull request #8239 from alex-dna/patch-2 2018-07-04 14:54:25 +01:00
tests [CVE-2019-19326] Stop honouring X-HTTP-Method-Override header, X-Original-Url header and _method POST variable. Add SS_HTTPRequest::setHttpMethod(). 2020-07-14 13:25:55 +12: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 Fix deprecated php syntax 2020-04-01 14:03:03 +01:00
cli-script.php Merge branch '3.6' into 3 2017-12-07 13:20:58 +13:00
composer.json BUG Require PHP7.4 compatible fork of phpunit-mock-objects 2019-07-12 14:45:06 +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 [CVE-2019-19326] Stop honouring X-HTTP-Method-Override header, X-Original-Url header and _method POST variable. Add SS_HTTPRequest::setHttpMethod(). 2020-07-14 13:25:55 +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