Skip to content

Commit 9da9e32

Browse files
committed
Merge tag '2.0.6'
Maintenance build Final preprarations for 2.1
2 parents ebda9ec + 6f8196d commit 9da9e32

File tree

250 files changed

+392
-585
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

250 files changed

+392
-585
lines changed

.check-author.yml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
ignore:
2-
# Mini Model <minimodel@metamodel.me>
2+
- 'Mini Model <minimodel@metamodel.me>'
33

44
exclude:
5-
languages
5+
- /^contao\/languages/
66

77
mapping:
8-
"Andreas Isaak <info@andreas-isaak.de>": "Andreas Isaak <andy.jared@googlemail.com>"
9-
"Stefan Heimes <stefan_heimes@hotmail.com>":
10-
- "Stefan heimes <stefan_heimes@hotmail.com>"
11-
- "chibineko <stefan_heimes@hotmail.com>"
12-
- "stefanheimes <stefan_heimes@hotmail.com>"
13-
- "Stefan Heimes <cms@men-at-work.de>"
14-
"David Maack <david.maack@arcor.de>":
15-
- "David Maack <maack@men-at-work.de>"
16-
- "davidmaack <david.maack@arcor.de>"
17-
"Christopher Boelter <christopher@boelter.eu>":
18-
- "cogizz <c.boelter@cogizz.de>"
19-
- "cboelter <christopher@boelter.eu>"
20-
- "Christopher Boelter <c.boelter@cogizz.de>"
21-
- "Christopher Bölter <c.boelter@cogizz.de>"
22-
"Martin Treml <github@r2pi.net>": "MrTool <github@r2pi.net>"
23-
"Andreas Nölke <zero@brothers-project.de>": "Zeromax <zero@brothers-project.de>"
24-
"Ondrej Brinkel <Sam256@web.de>": "Ondrej <Sam256@web.de>"
25-
"Tim Becker <please.tim@metamodel.me>": "Tim Becker <tim@westwerk.ac>"
26-
"Ingolf Steinhardt <info@e-spin.de>":
27-
- "xantippe <info@e-spin.de>"
28-
- "zonky2 <info@e-spin.de>"
29-
"binron <rtb@gmx.ch>": "binron <rtb@gmx.ch>"
30-
"Jeremie Constant <j.constant@imi.de>":
31-
- "JeremieConstant <j.constant@imi.de>"
8+
'Andreas Isaak <info@andreas-isaak.de>': 'Andreas Isaak <andy.jared@googlemail.com>'
9+
'Stefan Heimes <stefan_heimes@hotmail.com>':
10+
- 'Stefan heimes <stefan_heimes@hotmail.com>'
11+
- 'chibineko <stefan_heimes@hotmail.com>'
12+
- 'stefanheimes <stefan_heimes@hotmail.com>'
13+
- 'Stefan Heimes <cms@men-at-work.de>'
14+
'David Maack <david.maack@arcor.de>':
15+
- 'David Maack <maack@men-at-work.de>'
16+
- 'davidmaack <david.maack@arcor.de>'
17+
'Christopher Boelter <christopher@boelter.eu>':
18+
- 'cogizz <c.boelter@cogizz.de>'
19+
- 'cboelter <christopher@boelter.eu>'
20+
- 'Christopher Boelter <c.boelter@cogizz.de>'
21+
- 'Christopher Bölter <c.boelter@cogizz.de>'
22+
'Martin Treml <github@r2pi.net>': 'MrTool <github@r2pi.net>'
23+
'Andreas Nölke <zero@brothers-project.de>': 'Zeromax <zero@brothers-project.de>'
24+
'Ondrej Brinkel <Sam256@web.de>': 'Ondrej <Sam256@web.de>'
25+
'Tim Becker <please.tim@metamodel.me>': 'Tim Becker <tim@westwerk.ac>'
26+
'Ingolf Steinhardt <info@e-spin.de>':
27+
- 'xantippe <info@e-spin.de>'
28+
- 'zonky2 <info@e-spin.de>'
29+
'binron <rtb@gmx.ch>': 'binron <rtb@gmx.ch>'
30+
'Jeremie Constant <j.constant@imi.de>':
31+
- 'JeremieConstant <j.constant@imi.de>'
3232

3333
copy-left:
34-
"Christoph Wiechert <christoph.wiechert@4wardmedia.de>": MetaModels/Widgets/PickerWidget.php
35-
"Andreas Nölke <zero@brothers-project.de>": MetaModels/Widgets/PickerWidget.php
34+
'Christoph Wiechert <christoph.wiechert@4wardmedia.de>': MetaModels/Widgets/PickerWidget.php
35+
'Andreas Nölke <zero@brothers-project.de>': MetaModels/Widgets/PickerWidget.php

.gitattributes

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
.check-author.yml export-ignore
22
.gitattributes export-ignore
3-
.github export-ignore
43
.gitignore export-ignore
54
.travis.yml export-ignore
65
build.default.properties export-ignore
76
build.xml export-ignore
87
phpunit.xml.dist export-ignore
8+
/.github export-ignore
99
/tests export-ignore
10+
ctb.json export-ignore

.travis.yml

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,39 @@
11
language: php
2-
2+
33
php:
44
- "7.2"
55
- "7.1"
66
- "7.0"
77
- "5.6"
88

99
env:
10-
- CONTAO_VERSION=~3.5.0
10+
- CONTAO_VERSION=~3.5.5
1111

12-
sudo: false
13-
1412
before_script:
1513
- echo "memory_limit=-1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
1614
- travis_retry composer self-update && composer --version
1715
- travis_retry composer require contao/core $CONTAO_VERSION --no-update
18-
# We have to supply the branch alias here again as travis checks out a commit hash and therefore destroys the
19-
# circular dependency metamodels/base-unit-tests -> metamodels/core -> metamodels/base-unit-tests.
2016
- >
2117
if [ "x${TRAVIS_TAG}" != "x" ]; then
22-
COMPOSER_ROOT_VERSION=${TRAVIS_TAG} travis_retry composer update --prefer-dist --no-interaction;
18+
export COMPOSER_ROOT_VERSION=${TRAVIS_TAG}
2319
else
24-
COMPOSER_ROOT_VERSION=$([[ ${TRAVIS_BRANCH} =~ hotfix/([0-9.]*(-(alpha|beta|rc)[0-9]+)?) ]] \
20+
export COMPOSER_ROOT_VERSION=$([[ ${TRAVIS_BRANCH} =~ hotfix/([0-9.]*(-(alpha|beta|rc)[0-9]+)?) ]] \
2521
&& echo ${BASH_REMATCH[1]} \
26-
|| echo dev-${TRAVIS_BRANCH}) \
27-
travis_retry composer update --prefer-dist --no-interaction;
22+
|| echo dev-${TRAVIS_BRANCH})
2823
fi
24+
- echo "Using root version ${COMPOSER_ROOT_VERSION}"
25+
- travis_retry composer update --prefer-dist --no-interaction
2926

3027
script: ant -keep-going
3128

32-
after_success:
33-
- bash <(curl -s https://copilot.blackducksoftware.com/ci/travis/scripts/upload)
34-
3529
# Hack to make things work again - we can not use a shallow repository.
3630
git:
3731
depth: 2147483647
3832

39-
# This used to cause corruption due to travis bug travis-ci/travis-ci#4393 - hopefully it works out now.
33+
branches:
34+
except:
35+
- /.*-translation/
36+
4037
cache:
4138
directories:
4239
- vendor

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
[![Latest Version tagged](http://img.shields.io/github/tag/MetaModels/core.svg)](https://github.com/MetaModels/core/tags)
33
[![Latest Version on Packagist](http://img.shields.io/packagist/v/MetaModels/core.svg)](https://packagist.org/packages/MetaModels/core)
44
[![Installations via composer per month](http://img.shields.io/packagist/dm/MetaModels/core.svg)](https://packagist.org/packages/MetaModels/core)
5-
[![Dependency Status](https://www.versioneye.com/php/metamodels:core/badge.svg)](https://www.versioneye.com/php/metamodels:core)
65

76
MetaModels
87
==========

composer.json

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
},
3232
"require": {
3333
"php": "^5.6 || ^7.0",
34-
"contao-community-alliance/composer-plugin": "~2.4",
35-
"contao-community-alliance/dc-general": "^2.0.0-beta42@beta",
34+
"contao-community-alliance/composer-plugin": "^2.4",
35+
"contao-community-alliance/dc-general": "^2.0.0-beta49@beta",
3636
"contao-community-alliance/dependency-container": "^1.8",
3737
"contao-community-alliance/event-dispatcher": "~1.3",
3838
"contao-community-alliance/events-contao-bindings": "^3.5",
@@ -44,10 +44,9 @@
4444
"menatwork/contao-multicolumnwizard": "^3.3.16"
4545
},
4646
"require-dev": {
47-
"cyberspectrum/contao-toolbox": "~0.7",
4847
"metamodels/base-unit-tests": "^1.0.4",
4948
"metamodels/phpunit-contao-database": "^1.0.1",
50-
"phpcq/all-tasks": "~1.2"
49+
"phpcq/all-tasks": "^1.2"
5150
},
5251
"autoload": {
5352
"psr-0": {
@@ -64,12 +63,6 @@
6463
"sources": {
6564
"contao": "system/modules/metamodels"
6665
},
67-
"transifex": {
68-
"project": "metamodels",
69-
"prefix": "core-",
70-
"languages_cto": "contao/languages",
71-
"languages_tx": ".tx"
72-
},
7366
"runonce": [
7467
"runonce/runonce.php"
7568
]
@@ -78,5 +71,8 @@
7871
"dev-master": "2.0.x-dev",
7972
"dev-develop": "2.1.x-dev"
8073
}
74+
},
75+
"config": {
76+
"sort-packages": true
8177
}
8278
}

contao/config/autoload.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
*
1111
* This project is provided in good faith and hope to be usable by anyone.
1212
*
13-
* @package MetaModels
14-
* @subpackage Core
13+
* @package MetaModels/core
1514
* @author Christian Schiffler <c.schiffler@cyberspectrum.de>
1615
* @author Andreas Isaak <info@andreas-isaak.de>
1716
* @author Christopher Bölter <c.boelter@cogizz.de>

contao/config/config.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
*
1111
* This project is provided in good faith and hope to be usable by anyone.
1212
*
13-
* @package MetaModels
14-
* @subpackage Core
13+
* @package MetaModels/core
1514
* @author Christian Schiffler <c.schiffler@cyberspectrum.de>
1615
* @author Andreas Isaak <info@andreas-isaak.de>
1716
* @author David Maack <david.maack@arcor.de>

contao/config/event_listeners.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
*
1111
* This project is provided in good faith and hope to be usable by anyone.
1212
*
13-
* @package MetaModels
14-
* @subpackage Core
13+
* @package MetaModels/core
1514
* @author Christian Schiffler <c.schiffler@cyberspectrum.de>
1615
* @author Christopher Boelter <christopher@boelter.eu>
1716
* @author Stefan Heimes <stefan_heimes@hotmail.com>

contao/config/services.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
*
1111
* This project is provided in good faith and hope to be usable by anyone.
1212
*
13-
* @package MetaModels
14-
* @subpackage Core
13+
* @package MetaModels/core
1514
* @author Christian Schiffler <c.schiffler@cyberspectrum.de>
1615
* @author Sven Baumann <baumann.sv@gmail.com>
1716
* @copyright 2012-2018 The MetaModels team.

contao/dca/tl_content.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
*
1111
* This project is provided in good faith and hope to be usable by anyone.
1212
*
13-
* @package MetaModels
14-
* @subpackage Core
13+
* @package MetaModels/core
1514
* @author Christian Schiffler <c.schiffler@cyberspectrum.de>
1615
* @author Andreas Isaak <info@andreas-isaak.de>
1716
* @author David Maack <david.maack@arcor.de>

0 commit comments

Comments
 (0)