mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
5027af3926
- Use "Removed/Changed/Added/Moved" prefixes to make content more scannable - Removed "change" vs "remove" distinction in subheadings (hard to separate, and not meaningful in practice) - Linearised messages, less nesting - easier to parse (don't need to remember context from a few lines above) - Simplified language (e.g. "use" instead of "please use") - Simplified headline wording (remove repetitive "upgrade code that uses X") - More anchor links across sections - More use of diffs to clearly communicate before/after states - Consistently apply backtick code formatting - Consistently use "()" to denote methods (easier to read) - Removed duplicate SQLQuery instructions (and simplified the augmentSQL example) - Add new composer.json intro |
||
---|---|---|
_config | ||
.tx | ||
client | ||
docs | ||
lang | ||
src | ||
templates | ||
tests | ||
thirdparty | ||
_config.php | ||
_register_database.php | ||
.codecov.yml | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.scrutinizer.yml | ||
.travis.yml | ||
.upgrade.yml | ||
behat.yml | ||
cli-script.php | ||
composer.json | ||
CONTRIBUTING.md | ||
LICENSE | ||
phpcs.xml.dist | ||
phpunit.xml.dist | ||
README.md | ||
sake | ||
silverstripe_version |
SilverStripe Framework
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.