mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 18:36:12 +02:00
Commit graph

1108 commits

Author SHA1 Message Date
Oliver Klee
1b8c800443
[TASK] Add a PHPUnit example configuration file (#16) 2018-05-26 19:50:59 +02:00
Oliver Klee
f4e67349ff
[FEATURE] Add PHP 7.2 to the build matrix (#17) 2018-05-25 22:57:40 +02:00
Oliver Klee
09dc1281ca
[FEATURE] Add Tea.image as a FAL example (#15) 2018-05-25 22:39:33 +02:00
Oliver Klee
9b10334c0d
[FEATURE] Add default sorting by title to the TeaRepository (#14) 2018-05-25 17:38:51 +02:00
Oliver Klee
2efde32056
[TASK] Run the Travis builds with latest and oldest dependencies (#13) 2018-05-25 17:27:48 +02:00
Oliver Klee
a32cce2dff
[TASK] Update the testing framework from 2.0 to 3.0 (#11)
Also mark in the composer.json that stable dist packages are preferred.
2018-05-25 17:18:03 +02:00
Oliver Klee
ff2d3f7dc0
[TASK] Update the installation instructions (#12)
[ci skip]
2018-05-25 17:17:25 +02:00
Oliver Klee
c034d807d6 [BUGFIX] Fix a typo in the README
[ci skip]
2018-05-25 16:51:31 +02:00
Oliver Klee
e2f39033c0
[FEATURE] Tea model and repository (#10) 2018-05-25 16:19:12 +02:00
Oliver Klee
7fbde75e2b
[FEATURE] Add TypoScript and lint it (#9) 2018-01-27 17:44:42 +01:00
Oliver Klee
d6ad3b80b1
[CLEANUP] Restructure the Composer scripts (#8) 2018-01-27 16:04:27 +01:00
Oliver Klee
bbb6f8e5f0
[TASK] Add the default directory structure (#7)
Also use spaces for indentation in the .htaccess files.
2018-01-27 15:54:51 +01:00
Oliver Klee
d4e55df95a
[TASK] Link the extension on Travis (#6) 2018-01-25 18:59:55 +01:00
Oliver Klee
a1714ab0da
[FEATURE] Composer script for PHP linting (#5) 2018-01-25 17:22:40 +01:00
Oliver Klee
a0d823bed8
[TASK] Require more specific TYPO3 versions (#4) 2018-01-25 16:15:33 +01:00
Oliver Klee
2146fb2cdd
[TASK] Install typo3/cms on Travis (#3)
Also drop the composer validation CI step and clean up the branch alias.
2018-01-24 15:36:29 +01:00
Oliver Klee
873f97e0a2 [TASK] Recommend helhum's extension skeleton 2018-01-24 13:21:06 +01:00
Oliver Klee
7e82559e23
Create CODE_OF_CONDUCT.md 2018-01-24 01:37:20 +01:00
Oliver Klee
37af656d2b [TASK] Add a changelog 2018-01-23 22:10:59 +01:00
Oliver Klee
97783b5459 [TASK] Validate the composer.json 2018-01-13 00:26:51 +01:00
Oliver Klee
aedcf4530c [TASK] Don't test with PHP 7.2 yet
The testing framework currently does not support PHP 7.2 yet.
2018-01-13 00:18:23 +01:00
Oliver Klee
a848f40d2a [TASK] Add autoloading to ext_emconf.php 2018-01-12 23:28:58 +01:00
Oliver Klee
fa5740c3cc [TASK] Configure Composer caching and Xdebug 2018-01-10 22:23:45 +01:00
Oliver Klee
99277a3cb4 [TASK] Allow PHP up to 7.2.x
Also remove the dependency on the phpunit extension.
2018-01-10 21:42:25 +01:00
Oliver Klee
617ef35c8f [TASK] Clean up and complete the composer.json 2018-01-10 19:54:29 +01:00
Oliver Klee
153f701d3d [TASK] Add a basic Travis configuration 2017-12-30 21:01:29 +01:00
Oliver Klee
77674ae9c6 [BUGFIX] Fix composer.json validation errors 2017-12-23 01:19:25 +01:00
Oliver Klee
8623f687c5 [FEATURE] Add extension icon 2017-12-23 01:15:25 +01:00
Oliver Klee
e0ed651423 [TASK] Rework the README 2017-12-23 00:58:40 +01:00
Oliver Klee
c7892046d4 [TASK] Update the buttons in the README 2017-12-23 00:55:34 +01:00
Oliver Klee
309eb425a2 [CLEANUP] Clean up composer.json and ext_emconf.php 2017-12-23 00:53:15 +01:00
Oliver Klee
4b7ffe0546 [CLEANUP] Empty out the extensions 2017-12-22 22:20:43 +01:00
Oliver Klee
5335064e80 [CLEANUP] PHP strict mode 2017-12-09 18:34:15 +01:00
Oliver Klee
f4d5287239 [FEATURE] Testimonial showAction 2017-12-09 18:05:05 +01:00
Oliver Klee
a16ae8dac3 [BUGFIX] Fix datetime TCA type 2017-12-09 17:59:26 +01:00
Oliver Klee
b1dd069b5b [CLEANUP] Use the new TCA format 2017-12-09 17:55:12 +01:00
Oliver Klee
a2b322d53c [CLEANUP] Use a dedicated inject method
This will improve performance.
2017-12-09 17:41:35 +01:00
Oliver Klee
cb62d0c28b [CLEANUP] Use assertStringEqualsFile 2017-09-08 18:06:02 +02:00
Oliver Klee
563f4befbf [CLEANUP] Use strict types, scalar type hinting and return types 2017-09-08 18:04:28 +02:00
Oliver Klee
3cc3fd09b1 [TASK] Switch the functional tests to nimut/testing-framework 2017-09-08 16:09:51 +02:00
Oliver Klee
a8b687a656 [TASK] Switch the unit tests to nimut/testing-framework 2017-09-07 16:22:21 +02:00
Oliver Klee
646fef357f [TASK] Update the testing framework to version 2.0 2017-09-07 15:45:35 +02:00
Oliver Klee
24786cc859 [TASK] Add security-advisories to the composer.json 2017-09-07 13:13:21 +02:00
Oliver Klee
0473be52be [BUGFIX] Require typo3/cms-core, not typo3/cms 2017-09-07 13:00:36 +02:00
Oliver Klee
6a1d0e5497 [TASK] Require PHP 7 and PHPUnit 5.7 2017-09-07 12:49:53 +02:00
Oliver Klee
7b9511edaa [TASK] Switch to expectException 2017-09-07 12:30:59 +02:00
Oliver Klee
1c1f846858 [CLEANUP] Switch to Prophecy 2017-05-05 19:12:44 +02:00
Oliver Klee
15dc45eca7 [FEATURE] Allow stand-alone tests 2017-05-05 18:00:40 +02:00
Oliver Klee
2902815998 [CLEANUP] Autoformat with php-cs-fixer 2017-04-24 17:46:48 +02:00
Oliver Klee
c322bb8095 [FEATURE] Add a composer.json 2017-04-24 17:46:03 +02:00