mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
b7f3d01459 |
@ -1,7 +1,9 @@
|
|||||||
{
|
{
|
||||||
"github-slug": "silverstripe/silverstripe-installer",
|
"github-slug": "silverstripe/silverstripe-installer",
|
||||||
|
"changelog-holder": "silverstripe/framework",
|
||||||
|
"changelog-path": "docs/en/04_Changelogs/{stability}/{version}.md",
|
||||||
"child-stability-inherit": true,
|
"child-stability-inherit": true,
|
||||||
"dependency-constraint": "loose",
|
"dependency-constraint": "exact",
|
||||||
"vendors": [
|
"vendors": [
|
||||||
"silverstripe"
|
"silverstripe"
|
||||||
],
|
],
|
||||||
|
@ -1,79 +0,0 @@
|
|||||||
# {{ version }}
|
|
||||||
|
|
||||||
## Overview
|
|
||||||
|
|
||||||
A full list of module versions included in CMS Recipe {{ version }} is provided below. We recommend referencing recipes in your dependencies, rather than individual modules, to simplify version tracking. See [Recipes](/getting_started/).
|
|
||||||
|
|
||||||
<details>
|
|
||||||
<summary>Included module versions</summary>
|
|
||||||
|
|
||||||
| Module | Version |
|
|
||||||
| ------ | ------- |
|
|
||||||
| silverstripe/admin | x.x.x |
|
|
||||||
| silverstripe/asset-admin | x.x.x |
|
|
||||||
| silverstripe/assets | x.x.x |
|
|
||||||
| silverstripe/campaign-admin | x.x.x |
|
|
||||||
| silverstripe/cms | x.x.x |
|
|
||||||
| silverstripe/config | x.x.x |
|
|
||||||
| silverstripe/errorpage | x.x.x |
|
|
||||||
| silverstripe/framework | x.x.x |
|
|
||||||
| silverstripe/graphql | x.x.x |
|
|
||||||
| silverstripe/login-forms | x.x.x |
|
|
||||||
| silverstripe/mimevalidator | x.x.x |
|
|
||||||
| silverstripe/reports | x.x.x |
|
|
||||||
| silverstripe/siteconfig | x.x.x |
|
|
||||||
| silverstripe/versioned | x.x.x |
|
|
||||||
| silverstripe/versioned-admin | x.x.x |
|
|
||||||
|
|
||||||
</details>
|
|
||||||
|
|
||||||
{% if version.stability == 'rc' %}
|
|
||||||
|
|
||||||
## Release Candidate
|
|
||||||
|
|
||||||
This version of Silverstripe CMS is a **release candidate** for an upcoming stable version, and should not be applied to production websites. We encourage developers to test this version in development / testing environments and [report any issues they encounter via GitHub](/contributing/issues_and_bugs/).
|
|
||||||
|
|
||||||
{% elseif version.stable %}
|
|
||||||
|
|
||||||
Upgrading to Recipe {{ version }} is recommended for all sites. This upgrade can be carried out by any development team familiar with Silverstripe.
|
|
||||||
|
|
||||||
## Security considerations
|
|
||||||
|
|
||||||
This release includes security fixes. Please see the release announcements for more detailed
|
|
||||||
descriptions of each. We highly encourage upgrading your project to include the latest security patches nonetheless.
|
|
||||||
|
|
||||||
We have provided a high-level severity rating of the vulnerabilities below based on the CVSS score, however please note this could vary based on the specifics of each project. You can [read the severity rating definitions in the Silverstripe CMS release process](/contributing/release_process/#severity-rating).
|
|
||||||
|
|
||||||
* [CVE-0000-0000 The Issue Title](https://www.silverstripe.org/download/security-releases/CVE-0000-0000) Severity: {# Critical/ High/ Medium/ Low #}
|
|
||||||
* [CVE-0000-0001 The Issue Title](https://www.silverstripe.org/download/security-releases/CVE-0000-0001) Severity: {# Critical/ High/ Medium/ Low #}
|
|
||||||
|
|
||||||
## New features
|
|
||||||
|
|
||||||
The [release announcement](#) includes the note worthy features, but be sure to review the change log for full detail.
|
|
||||||
|
|
||||||
{# other upgrade notes here #}
|
|
||||||
|
|
||||||
## Known issues
|
|
||||||
|
|
||||||
{#
|
|
||||||
* [Known issue](GitHub link)
|
|
||||||
#}
|
|
||||||
|
|
||||||
### Expected test failures
|
|
||||||
|
|
||||||
The following PHPUnit test failures are expected and do not represent functional issues:
|
|
||||||
|
|
||||||
{#
|
|
||||||
* List test failures here
|
|
||||||
#}
|
|
||||||
|
|
||||||
```
|
|
||||||
...
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
...
|
|
||||||
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{{ logs }}
|
|
@ -2,11 +2,8 @@
|
|||||||
# https://docs.silverstripe.org/en/4/getting_started/environment_management/#core-environment-variables
|
# https://docs.silverstripe.org/en/4/getting_started/environment_management/#core-environment-variables
|
||||||
|
|
||||||
# DB credentials
|
# DB credentials
|
||||||
SS_DATABASE_CLASS="MySQLDatabase"
|
SS_DATABASE_CLASS="MySQLPDODatabase"
|
||||||
SS_DATABASE_SERVER="localhost"
|
SS_DATABASE_SERVER="localhost"
|
||||||
SS_DATABASE_USERNAME="<user>"
|
SS_DATABASE_USERNAME="<user>"
|
||||||
SS_DATABASE_PASSWORD="<password>"
|
SS_DATABASE_PASSWORD="<password>"
|
||||||
SS_DATABASE_NAME="<database>"
|
SS_DATABASE_NAME="<database>"
|
||||||
|
|
||||||
# WARNING: in a live environment, change this to "live" instead of dev
|
|
||||||
SS_ENVIRONMENT_TYPE="dev"
|
|
||||||
|
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -1,6 +1,4 @@
|
|||||||
.github export-ignore
|
|
||||||
.cow.json export-ignore
|
.cow.json export-ignore
|
||||||
.cow export-ignore
|
|
||||||
.gitattributes export-ignore
|
.gitattributes export-ignore
|
||||||
.travis.yml export-ignore
|
.travis.yml export-ignore
|
||||||
behat.yml export-ignore
|
behat.yml export-ignore
|
||||||
|
27
.github/workflows/ci.yml
vendored
27
.github/workflows/ci.yml
vendored
@ -1,27 +0,0 @@
|
|||||||
name: CI
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
pull_request:
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
ci:
|
|
||||||
name: CI
|
|
||||||
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1
|
|
||||||
with:
|
|
||||||
# installer contains a sample behat.yml file, though there are no behat tests to run
|
|
||||||
endtoend: false
|
|
||||||
# require the following in ci.yml rather than composer.json require-dev specifically for installer because unlike
|
|
||||||
# regular modules, require-dev will get installed to projects during `composer create-project silverstripe/installer`
|
|
||||||
composer_require_extra: silverstripe/recipe-testing:^2 silverstripe/frameworktest:^0.4.2 mikey179/vfsstream:^1.6.10
|
|
||||||
extra_jobs: |
|
|
||||||
- endtoend: true
|
|
||||||
endtoend_suite: admin
|
|
||||||
endtoend_config: vendor/silverstripe/admin/behat.yml
|
|
||||||
- endtoend: true
|
|
||||||
endtoend_suite: asset-admin
|
|
||||||
endtoend_config: vendor/silverstripe/asset-admin/behat.yml
|
|
||||||
- endtoend: true
|
|
||||||
endtoend_suite: cms
|
|
||||||
endtoend_config: vendor/silverstripe/cms/behat.yml
|
|
16
.github/workflows/dispatch-ci.yml
vendored
16
.github/workflows/dispatch-ci.yml
vendored
@ -1,16 +0,0 @@
|
|||||||
name: Dispatch CI
|
|
||||||
|
|
||||||
on:
|
|
||||||
# At 4:00 PM and 5:00 PM
|
|
||||||
schedule:
|
|
||||||
- cron: '0 16,17 * * *'
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
dispatch-ci:
|
|
||||||
name: Dispatch CI
|
|
||||||
# Only run cron on the silverstripe account
|
|
||||||
if: (github.event_name == 'schedule' && github.repository_owner == 'silverstripe') || (github.event_name != 'schedule')
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Dispatch CI
|
|
||||||
uses: silverstripe/gha-dispatch-ci@v1
|
|
17
.github/workflows/keepalive.yml
vendored
17
.github/workflows/keepalive.yml
vendored
@ -1,17 +0,0 @@
|
|||||||
name: Keepalive
|
|
||||||
|
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
# The 8th of every month at 4:50pm UTC
|
|
||||||
schedule:
|
|
||||||
- cron: '50 16 8 * *'
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
keepalive:
|
|
||||||
name: Keepalive
|
|
||||||
# Only run cron on the silverstripe account
|
|
||||||
if: (github.event_name == 'schedule' && github.repository_owner == 'silverstripe') || (github.event_name != 'schedule')
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Keepalive
|
|
||||||
uses: silverstripe/gha-keepalive@v1
|
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -4,5 +4,3 @@
|
|||||||
/themes/simple/
|
/themes/simple/
|
||||||
/_resources/
|
/_resources/
|
||||||
/public/_resources/
|
/public/_resources/
|
||||||
/.graphql-generated/
|
|
||||||
/public/_graphql/
|
|
||||||
|
110
.travis.yml
Normal file
110
.travis.yml
Normal file
@ -0,0 +1,110 @@
|
|||||||
|
language: php
|
||||||
|
|
||||||
|
dist: trusty
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- sudo apt-get update
|
||||||
|
- sudo apt-get install chromium-chromedriver
|
||||||
|
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- $HOME/.composer/cache/files
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- tidy
|
||||||
|
|
||||||
|
env:
|
||||||
|
global:
|
||||||
|
- TRAVIS_NODE_VERSION="6"
|
||||||
|
- COMPOSER_ROOT_VERSION="4.4.x-dev"
|
||||||
|
- DISPLAY=":99"
|
||||||
|
- XVFBARGS=":99 -ac -screen 0 1024x768x16"
|
||||||
|
- SS_BASE_URL="http://localhost:8080/"
|
||||||
|
- SS_ENVIRONMENT_TYPE="dev"
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
fast_finish: true
|
||||||
|
include:
|
||||||
|
# Core php tests
|
||||||
|
- php: 5.6
|
||||||
|
env:
|
||||||
|
- PHPUNIT_TEST=core
|
||||||
|
- DB=MYSQL
|
||||||
|
- PDO=1
|
||||||
|
- php: 7.1
|
||||||
|
env:
|
||||||
|
- PHPUNIT_TEST=framework
|
||||||
|
- DB=MYSQL
|
||||||
|
- php: 7.3
|
||||||
|
env:
|
||||||
|
- PHPUNIT_TEST=core
|
||||||
|
- DB=PGSQL
|
||||||
|
# admin php tests
|
||||||
|
- php: 7.0
|
||||||
|
env:
|
||||||
|
- PHPUNIT_TEST=admin
|
||||||
|
- DB=PGSQL
|
||||||
|
- php: 7.2
|
||||||
|
env:
|
||||||
|
- PHPUNIT_TEST=admin
|
||||||
|
- DB=MYSQL
|
||||||
|
- PDO=1
|
||||||
|
# behat tests
|
||||||
|
- php: 7.0
|
||||||
|
env:
|
||||||
|
- BEHAT_TEST="@framework"
|
||||||
|
- DB=MYSQL
|
||||||
|
- php: 7.0
|
||||||
|
env:
|
||||||
|
- BEHAT_TEST="@cms"
|
||||||
|
- DB=MYSQL
|
||||||
|
- php: 7.0
|
||||||
|
env:
|
||||||
|
- BEHAT_TEST="@asset-admin"
|
||||||
|
- DB=MYSQL
|
||||||
|
- php: 5.6
|
||||||
|
env:
|
||||||
|
- HEALTH_TEST=1
|
||||||
|
- DB=MYSQL
|
||||||
|
- PDO=1
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
# Extra $PATH
|
||||||
|
- export PATH=/usr/lib/chromium-browser/:$PATH
|
||||||
|
|
||||||
|
# Init PHP
|
||||||
|
- phpenv rehash
|
||||||
|
- phpenv config-rm xdebug.ini || true
|
||||||
|
- echo 'memory_limit = 2048M' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
|
||||||
|
|
||||||
|
# Install composer dependencies
|
||||||
|
- composer validate
|
||||||
|
- if [[ $DB == PGSQL ]]; then composer require --no-update silverstripe/postgresql:2.2.x-dev; fi
|
||||||
|
- if [[ $BEHAT_TEST ]]; then composer require --no-update silverstripe/recipe-testing:^1; fi;
|
||||||
|
- if [[ $HEALTH_TEST ]]; then composer require --no-update silverstripe/serve:^2; fi;
|
||||||
|
- if ! [[ $HEALTH_TEST ]]; then composer install --prefer-source --no-interaction --no-progress --no-suggest --optimize-autoloader --verbose --profile; fi;
|
||||||
|
- if [[ $HEALTH_TEST ]]; then composer install --prefer-dist --no-interaction --no-progress --no-suggest --optimize-autoloader --verbose --profile --no-dev; fi;
|
||||||
|
|
||||||
|
# Start behat services
|
||||||
|
- if [[ $BEHAT_TEST ]] || [[ $HEALTH_TEST ]]; then mkdir artifacts; fi
|
||||||
|
- if [[ $BEHAT_TEST ]] || [[ $HEALTH_TEST ]]; then cp composer.lock artifacts/; fi
|
||||||
|
- if [[ $BEHAT_TEST ]]; then sh -e /etc/init.d/xvfb start; sleep 3; fi
|
||||||
|
- if [[ $BEHAT_TEST ]]; then (chromedriver > artifacts/chromedriver.log 2>&1 &); fi
|
||||||
|
- if [[ $BEHAT_TEST ]] || [[ $HEALTH_TEST ]]; then (vendor/bin/serve --bootstrap-file vendor/silverstripe/cms/tests/behat/serve-bootstrap.php &> artifacts/serve.log &); sleep 3; fi
|
||||||
|
|
||||||
|
script:
|
||||||
|
- if [[ $PHPUNIT_TEST ]]; then vendor/bin/phpunit --testsuite $PHPUNIT_TEST; fi
|
||||||
|
- if [[ $BEHAT_TEST ]]; then vendor/bin/behat $BEHAT_TEST; fi
|
||||||
|
- if [[ $HEALTH_TEST ]]; then curl -vfL http://localhost:8080/dev/build?flush; fi
|
||||||
|
- if [[ $HEALTH_TEST ]]; then curl -vfL http://localhost:8080/admin; fi
|
||||||
|
|
||||||
|
after_failure:
|
||||||
|
- if [[ $BEHAT_TEST ]] || [[ $HEALTH_TEST ]]; then php ./vendor/silverstripe/framework/tests/behat/travis-upload-artifacts.php --if-env ARTIFACTS_BUCKET,ARTIFACTS_KEY,ARTIFACTS_SECRET --target-path $TRAVIS_REPO_SLUG/$TRAVIS_BUILD_ID/$TRAVIS_JOB_ID --artifacts-base-url https://s3.amazonaws.com/$ARTIFACTS_BUCKET/ --artifacts-path ./artifacts/; fi
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
slack:
|
||||||
|
on_pull_requests: false
|
||||||
|
rooms:
|
||||||
|
secure: pr4kG5tTMqZy1DLejHd1MpPulAE7FtRvTYekWrKIbQF0SkbFz+s3v9fAk2AqCr+SxfV67M3M+sL52/q6TDjeGYJJttwA60gyfH/Qrc/ToCYP3J80Ca/hsk02mya0pF8Kpjg37XP8kNzAllR162mCwYKJgFiXO6Q1eb/aVJwiqmQ=
|
14
README.md
14
README.md
@ -1,15 +1,11 @@
|
|||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
[![CI](https://github.com/silverstripe/silverstripe-installer/actions/workflows/ci.yml/badge.svg)](https://github.com/silverstripe/silverstripe-installer/actions/workflows/ci.yml)
|
Base project folder for a SilverStripe ([http://silverstripe.org](http://silverstripe.org)) installation. Required modules are installed via [http://github.com/silverstripe/recipe-cms](http://github.com/silverstripe/recipe-cms). For information on how to change the dependencies in a recipe, please have a look at [https://github.com/silverstripe/recipe-plugin](https://github.com/silverstripe/recipe-plugin). In addition, installer includes [theme/simple](https://github.com/silverstripe-themes/silverstripe-simple) as a default theme.
|
||||||
[![Silverstripe supported module](https://img.shields.io/badge/silverstripe-supported-0071C4.svg)](https://www.silverstripe.org/software/addons/silverstripe-commercially-supported-module-list/)
|
|
||||||
|
|
||||||
Base project folder for a Silverstripe ([http://silverstripe.org](http://silverstripe.org)) installation. Required modules are installed via [http://github.com/silverstripe/recipe-cms](http://github.com/silverstripe/recipe-cms). For information on how to change the dependencies in a recipe, please have a look at [https://github.com/silverstripe/recipe-plugin](https://github.com/silverstripe/recipe-plugin). In addition, installer includes [theme/simple](https://github.com/silverstripe-themes/silverstripe-simple) as a default theme.
|
|
||||||
|
|
||||||
## Installation ##
|
## Installation ##
|
||||||
|
|
||||||
`composer create-project silverstripe/installer my-app`
|
See [installation on different platforms](http://doc.silverstripe.org/framework/en/installation/),
|
||||||
|
and [installation from source](http://doc.silverstripe.org/framework/en/installation/from-source).
|
||||||
See [Getting Started](https://docs.silverstripe.org/en/4/getting_started/) for more information.
|
|
||||||
|
|
||||||
## Bugtracker ##
|
## Bugtracker ##
|
||||||
|
|
||||||
@ -19,11 +15,11 @@ Please read our [issue reporting guidelines](https://docs.silverstripe.org/en/4/
|
|||||||
|
|
||||||
## Development and Contribution ##
|
## Development and Contribution ##
|
||||||
|
|
||||||
If you would like to make changes to the Silverstripe core codebase, we have an extensive [guide to contributing code](https://docs.silverstripe.org/en/4/contributing/code/).
|
If you would like to make changes to the SilverStripe core codebase, we have an extensive [guide to contributing code](http://doc.silverstripe.org/framework/en/misc/contributing/code).
|
||||||
|
|
||||||
## Links ##
|
## Links ##
|
||||||
|
|
||||||
* [Changelogs](https://docs.silverstripe.org/en/4/changelogs/)
|
* [Changelogs](http://doc.silverstripe.org/framework/en/changelogs/)
|
||||||
* [Bugtracker: Framework](https://github.com/silverstripe/silverstripe-framework/issues)
|
* [Bugtracker: Framework](https://github.com/silverstripe/silverstripe-framework/issues)
|
||||||
* [Bugtracker: CMS](https://github.com/silverstripe/silverstripe-cms/issues)
|
* [Bugtracker: CMS](https://github.com/silverstripe/silverstripe-cms/issues)
|
||||||
* [Bugtracker: Installer](https://github.com/silverstripe/silverstripe-installer/issues)
|
* [Bugtracker: Installer](https://github.com/silverstripe/silverstripe-installer/issues)
|
||||||
|
@ -1,26 +0,0 @@
|
|||||||
# SilverStripe 4.4 changes the way files are resolved. `silverstripe-assets` resolves files using a variety of formats
|
|
||||||
# by default. When starting a brand new project on SilverStripe 4.4 or greater, those extra formats are not needed and
|
|
||||||
# will slowdown file resolution requests a bit. This config removes those redundant formats.
|
|
||||||
|
|
||||||
---
|
|
||||||
Name: project-assetsflysystem
|
|
||||||
After: '#assetsflysystem'
|
|
||||||
---
|
|
||||||
SilverStripe\Core\Injector\Injector:
|
|
||||||
# Define public resolution strategy
|
|
||||||
SilverStripe\Assets\FilenameParsing\FileResolutionStrategy.public:
|
|
||||||
class: SilverStripe\Assets\FilenameParsing\FileIDHelperResolutionStrategy
|
|
||||||
properties:
|
|
||||||
ResolutionFileIDHelpers:
|
|
||||||
- '%$SilverStripe\Assets\FilenameParsing\HashFileIDHelper'
|
|
||||||
- '%$SilverStripe\Assets\FilenameParsing\NaturalFileIDHelper'
|
|
||||||
DefaultFileIDHelper: '%$SilverStripe\Assets\FilenameParsing\NaturalFileIDHelper'
|
|
||||||
VersionedStage: Live
|
|
||||||
# Define protected resolution strategy
|
|
||||||
SilverStripe\Assets\FilenameParsing\FileResolutionStrategy.protected:
|
|
||||||
class: SilverStripe\Assets\FilenameParsing\FileIDHelperResolutionStrategy
|
|
||||||
properties:
|
|
||||||
DefaultFileIDHelper: '%$SilverStripe\Assets\FilenameParsing\HashFileIDHelper'
|
|
||||||
ResolutionFileIDHelpers:
|
|
||||||
- '%$SilverStripe\Assets\FilenameParsing\HashFileIDHelper'
|
|
||||||
VersionedStage: Stage
|
|
@ -1,9 +0,0 @@
|
|||||||
# See https://docs.silverstripe.org/en/4/developer_guides/email/ for additional information about setting up email
|
|
||||||
---
|
|
||||||
Name: project-emailconfig
|
|
||||||
After:
|
|
||||||
- '#emailconfig'
|
|
||||||
---
|
|
||||||
SilverStripe\Core\Injector\Injector:
|
|
||||||
Swift_Transport:
|
|
||||||
class: Swift_SendmailTransport
|
|
@ -17,5 +17,5 @@ default:
|
|||||||
browser_name: chrome
|
browser_name: chrome
|
||||||
SilverStripe\BehatExtension\Extension:
|
SilverStripe\BehatExtension\Extension:
|
||||||
bootstrap_file: vendor/silverstripe/cms/tests/behat/serve-bootstrap.php
|
bootstrap_file: vendor/silverstripe/cms/tests/behat/serve-bootstrap.php
|
||||||
screenshot_path: '%paths.base%/artifacts/screenshots'
|
screenshot_path: %paths.base%/artifacts/screenshots
|
||||||
retry_seconds: 4 # default is 2
|
retry_seconds: 4 # default is 2
|
||||||
|
@ -3,20 +3,18 @@
|
|||||||
"type": "silverstripe-recipe",
|
"type": "silverstripe-recipe",
|
||||||
"description": "The SilverStripe Framework Installer",
|
"description": "The SilverStripe Framework Installer",
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.4 || ^8.0",
|
"php": ">=5.6.0",
|
||||||
"silverstripe/recipe-plugin": "^1.2",
|
"silverstripe/recipe-plugin": "^1.2",
|
||||||
"silverstripe/recipe-cms": "4.x-dev",
|
"silverstripe/recipe-cms": "4.4.7@stable",
|
||||||
"silverstripe-themes/simple": "~3.2.0",
|
"silverstripe-themes/simple": "~3.2.0"
|
||||||
"silverstripe/login-forms": "4.x-dev"
|
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^9.5"
|
"phpunit/phpunit": "^5.7"
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"project-files": [
|
"project-files": [
|
||||||
"app/_config/*",
|
"app/_config/*",
|
||||||
".env.example",
|
".env.example"
|
||||||
".graphql-generated/*"
|
|
||||||
],
|
],
|
||||||
"public-files": [
|
"public-files": [
|
||||||
"assets/*",
|
"assets/*",
|
||||||
@ -25,12 +23,7 @@
|
|||||||
"resources-dir": "_resources"
|
"resources-dir": "_resources"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"process-timeout": 600,
|
"process-timeout": 600
|
||||||
"allow-plugins": {
|
|
||||||
"composer/installers": true,
|
|
||||||
"silverstripe/recipe-plugin": true,
|
|
||||||
"silverstripe/vendor-plugin": true
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
"minimum-stability": "dev"
|
"minimum-stability": "dev"
|
||||||
|
@ -2,8 +2,6 @@
|
|||||||
<ruleset name="SS3">
|
<ruleset name="SS3">
|
||||||
<description>Coding standard for SilverStripe 4.x</description>
|
<description>Coding standard for SilverStripe 4.x</description>
|
||||||
|
|
||||||
<file>app</file>
|
|
||||||
|
|
||||||
<!-- Don't sniff third party libraries -->
|
<!-- Don't sniff third party libraries -->
|
||||||
<exclude-pattern>*/vendor/*</exclude-pattern>
|
<exclude-pattern>*/vendor/*</exclude-pattern>
|
||||||
<exclude-pattern>*/thirdparty/*</exclude-pattern>
|
<exclude-pattern>*/thirdparty/*</exclude-pattern>
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!--
|
<!--
|
||||||
PHPUnit configuration for SilverStripe
|
PHPUnit configuration for SilverStripe
|
||||||
|
|
||||||
Requires PHPUnit 9+
|
Requires PHPUnit 5+
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
- "vendor/bin/phpunit": Runs all tests in all folders
|
- "vendor/bin/phpunit": Runs all tests in all folders
|
||||||
@ -19,20 +18,15 @@
|
|||||||
It is safe to remove this file for normal website operation.
|
It is safe to remove this file for normal website operation.
|
||||||
-->
|
-->
|
||||||
<phpunit bootstrap="vendor/silverstripe/framework/tests/bootstrap.php" colors="true">
|
<phpunit bootstrap="vendor/silverstripe/framework/tests/bootstrap.php" colors="true">
|
||||||
<testsuites>
|
|
||||||
<testsuite name="Default">
|
<testsuite name="Default">
|
||||||
<directory>app/tests</directory>
|
<directory>mysite/tests</directory>
|
||||||
<directory>vendor/silverstripe/cms/tests/php</directory>
|
<directory>vendor/silverstripe/cms/tests/php</directory>
|
||||||
<directory>vendor/silverstripe/framework/tests/php</directory>
|
<directory>vendor/silverstripe/framework/tests/php</directory>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
|
|
||||||
<!-- Framework ORM tests are split up to run in parallel -->
|
<!-- framework only -->
|
||||||
<testsuite name="framework-core">
|
<testsuite name="framework">
|
||||||
<directory>vendor/silverstripe/framework/tests/php</directory>
|
<directory>vendor/silverstripe/framework/tests/php/</directory>
|
||||||
<exclude>vendor/silverstripe/framework/tests/php/ORM</exclude>
|
|
||||||
</testsuite>
|
|
||||||
<testsuite name="framework-orm">
|
|
||||||
<directory>vendor/silverstripe/framework/tests/php/ORM</directory>
|
|
||||||
</testsuite>
|
</testsuite>
|
||||||
|
|
||||||
<!-- other core components -->
|
<!-- other core components -->
|
||||||
@ -47,13 +41,8 @@
|
|||||||
<directory>vendor/silverstripe/asset-admin/tests/php/</directory>
|
<directory>vendor/silverstripe/asset-admin/tests/php/</directory>
|
||||||
<directory>vendor/silverstripe/campaign-admin/tests/php/</directory>
|
<directory>vendor/silverstripe/campaign-admin/tests/php/</directory>
|
||||||
<directory>vendor/silverstripe/cms/tests/</directory>
|
<directory>vendor/silverstripe/cms/tests/</directory>
|
||||||
<directory>vendor/silverstripe/config/tests/</directory>
|
|
||||||
<directory>vendor/silverstripe/errorpage/tests/</directory>
|
|
||||||
<directory>vendor/silverstripe/graphql/tests/</directory>
|
<directory>vendor/silverstripe/graphql/tests/</directory>
|
||||||
<directory>vendor/silverstripe/login-forms/tests/php/</directory>
|
|
||||||
<directory>vendor/silverstripe/mimevalidator/tests/</directory>
|
|
||||||
<directory>vendor/silverstripe/reports/tests/</directory>
|
<directory>vendor/silverstripe/reports/tests/</directory>
|
||||||
<directory>vendor/silverstripe/siteconfig/tests/php/</directory>
|
<directory>vendor/silverstripe/siteconfig/tests/php/</directory>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
</testsuites>
|
|
||||||
</phpunit>
|
</phpunit>
|
||||||
|
23
web.config
23
web.config
@ -1,23 +0,0 @@
|
|||||||
<!-- Routing configuration for Microsoft IIS web server -->
|
|
||||||
<configuration>
|
|
||||||
<system.webServer>
|
|
||||||
<rewrite>
|
|
||||||
<rules>
|
|
||||||
<rule name="SilverStripe Global URLs">
|
|
||||||
<match url="^(.*)$" />
|
|
||||||
<conditions>
|
|
||||||
<add input="{R:1}" matchType="Pattern" pattern="public(/|$)" negate="true" />
|
|
||||||
</conditions>
|
|
||||||
<action type="Rewrite" url="public/{R:1}" appendQueryString="true" />
|
|
||||||
</rule>
|
|
||||||
<rule name="SilverStripe Preprocessed URLs" stopProcessing="true">
|
|
||||||
<match url="^(.*)$" />
|
|
||||||
<conditions>
|
|
||||||
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
|
|
||||||
</conditions>
|
|
||||||
<action type="Rewrite" url="public/index.php" appendQueryString="true" />
|
|
||||||
</rule>
|
|
||||||
</rules>
|
|
||||||
</rewrite>
|
|
||||||
</system.webServer>
|
|
||||||
</configuration>
|
|
Loading…
Reference in New Issue
Block a user