Go to file
Robbie Averill d64fedd5e1
Merge pull request #7927 from 3Dgoo/patch-3
Fixing FormAction API documentation
2018-03-15 16:12:20 +13:00
_config Merge branch '3.6' into 3 2017-11-25 16:18:46 +00:00
admin NEW Add php 7.2 support 2018-01-30 16:50:32 +00:00
api NEW Add php 7.2 support 2018-01-30 16:50:32 +00:00
cache FIX Cache IDs grouped by site first 2017-07-19 11:29:01 +01: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 Merge branch '3.6' into 3 2018-02-13 14:30:59 +00:00
core Partial revert of #7665 - overzealous string renames 2018-02-09 19:27:45 +00:00
css FIX: Gridfields with dropdowns having lots of overflow 2018-01-30 14:45:08 +00:00
dev Partial revert of #7665 - bad docblock changes 2018-02-09 19:27:11 +00:00
docs Merge remote-tracking branch 'origin/3.6' into 3 2018-02-05 16:53:15 +13:00
email NEW Add php 7.2 support 2018-01-30 16:50:32 +00:00
filesystem Partial revert of #7665 - bad docblock changes 2018-02-09 19:27:11 +00:00
forms Update FormAction.php 2018-03-15 13:38:15 +10:30
i18n NEW Add php 7.2 support 2018-01-30 16:50:32 +00: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 Merge branch '3.6' into 3 2018-03-14 13:53:37 +00:00
oembed Add unit tests for oembed autodiscover and thumbnail detection 2016-04-15 14:00:10 +12:00
parsers NEW Add php 7.2 support 2018-01-30 16:50:32 +00: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 Merge remote-tracking branch 'origin/3.6' into 3 2018-02-05 16:53:15 +13:00
src/SilverStripe/Framework/Injector NEW Add php 7.2 support 2018-01-30 16:50:32 +00:00
tasks MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13: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-02-13 14:30:59 +00:00
thirdparty Partial revert #7665 - undo changes to thirdparty dir 2018-02-09 18:43:02 +00:00
view Partial revert of #7665 - bad docblock changes 2018-02-09 19:27:11 +00: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 NEW Add php 7.2 support 2018-01-30 16:50:32 +00: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 Create licence file so that GitHub (and humans) can more easily find it 2018-02-12 11:21:03 +00: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
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 (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.

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