Łukasz Uznański
|
2484f6d8ca
|
[TASK] Replace switchable controller actions (#575)
|
2022-09-27 11:53:43 +02:00 |
|
Chris Müller
|
a0955b5e0b
|
[TASK] Substitute TYPO3_MODE constant with TYPO3 constant (#521)
The TYPO3_MODE constant is deprecated with v11.0. The new constant
TYPO3, which replaces the old constant, was introduced also in
TYPO3 v10 with version v10.4.11:
https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/11.0/Deprecation-92947-DeprecateTYPO3_MODEAndTYPO3_REQUESTTYPEConstants.html
As best practice, we should also use the new constant and
raise the composer constraints for TYPO3 accordingly.
|
2022-08-28 12:22:38 +02:00 |
|
Lina Wolf
|
214ea7b4de
|
[TASK] Use CamelCase for the TsConfig folder (#523)
Fixes #522
Co-authored-by: lina.wolf <lwolf@w-commerce.de>
|
2022-08-28 12:01:02 +02:00 |
|
Oliver Klee
|
a1a84a511f
|
[BUGFIX] Configure DI and avoid using ObjectManager in TYPO3 11LTS (#399)
`ObjectManager` is deprecated in V11.
Fixes #387
|
2022-03-02 02:07:25 +01:00 |
|
Oliver Klee
|
a13e2f4598
|
[TASK] Remove an obsolete version switch from the TCA configuration (#389)
This version switch was releveant for TYPO3 8LTS.
|
2022-02-15 18:02:43 +01:00 |
|
Oliver Klee
|
3a13b2dea3
|
[BUGFIX] Stop using the vendor name for plugin registration (#385)
This has been deprecated in TYPO3 10.0:
https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/10.0/Deprecation-87550-UseControllerClassesWhenRegisteringPluginsmodules.html
Fixes #383
|
2022-02-15 15:47:57 +01:00 |
|
Oliver Klee
|
da3390b992
|
[BUGFIX] Remove showRecordFieldList from the TCA (#386)
This entry was deprecated in TYPO3 10.3:
https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/10.3/Feature-88901-RenderAllFieldsInElementInformationController.html
Fixes #384
|
2022-02-15 15:47:09 +01:00 |
|
Oliver Klee
|
2344557abc
|
[CLEANUP] Autoformat all files (#175)
This will reduce unrelated autoformatting changes in other commits
(and it also makes the code more readable).
|
2020-12-01 23:12:34 +01:00 |
|
Oliver Klee
|
0d09a2f0ac
|
[CLEANUP] Adapt the TypoScript lint settings to the .editorconfig settings (#179)
Like in the Core, TypoScript needs to be indented with 2 spaces, not
4 spaces.
Also reformat the TypoScript files accordingly.
|
2020-12-01 03:01:54 +01:00 |
|
Łukasz Uznański
|
d4ec80de29
|
[FEATURE] Add frontend linting (#120)
Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com>
Co-authored-by: Oliver Klee <typo3-coding@oliverklee.de>
|
2020-10-31 15:04:44 +01:00 |
|
Łukasz Uznański
|
2052efda26
|
[TASK] Sniff and codestyle fix to php in configuration dir (#122)
Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com>
|
2020-10-14 11:06:07 +02:00 |
|
Łukasz Uznański
|
c38b8fc3e4
|
[CLEANUP ] Clean up yaml files (#72)
Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com>
|
2020-07-08 16:53:59 +02:00 |
|
Łukasz Uznański
|
f34cfb701b
|
[CLEANUP] Fix yaml files (#70)
Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com>
|
2020-07-07 16:33:34 +02:00 |
|
Oliver Klee
|
77c709c2df
|
[CLEANUP] Drop obsolete dividers2tabs from the TCA (#44)
This option has been removed in TYPO3 7.
Resolves #43
|
2020-05-22 09:10:58 +02:00 |
|
Oliver Klee
|
9d39ca01af
|
[BUGFIX] Re-add the static TypoScript registration (#41)
The registration had accidentally been removed by some
previous changes.
|
2019-12-07 19:42:02 +01:00 |
|
Oliver Thiele
|
5b8aaf47fb
|
[TASK] Added extbase relevant directories (#20)
Resolves: #18
|
2019-12-07 11:29:50 +01:00 |
|
Andreas Wolf
|
445dae3129
|
[TASK] Rename TS files to .typoscript (#19)
Resolves: #8
|
2019-12-07 11:27:29 +01:00 |
|
Oliver Klee
|
29bf7ccae5
|
[TASK] Convert the PHP namespaces to "TTN" (#9)
Fixes #1
|
2019-12-01 12:16:06 +01:00 |
|
Oliver Klee
|
5b3936f35a
|
[TASK] Drop the example PHPUnit configuration file (#29)
This file has caused more confusion than enlightenment.
|
2018-05-31 16:09:06 +02:00 |
|
Oliver Klee
|
3e1fd7416f
|
[FEATURE] Tea single view (#26)
|
2018-05-28 17:05:39 +02:00 |
|
Oliver Klee
|
436a10b9d6
|
[FEATURE] Tea plugin with TeaController and index action (#19)
|
2018-05-26 20:46:55 +02:00 |
|
Oliver Klee
|
e35a1c288a
|
[TASK] Streamline the PHPUnit configuration file (#18)
- drop attributes that are the same as the default values
- add comment explaning the concept of multiple test suites
|
2018-05-26 20:44:18 +02:00 |
|
Oliver Klee
|
1b8c800443
|
[TASK] Add a PHPUnit example configuration file (#16)
|
2018-05-26 19:50:59 +02:00 |
|
Oliver Klee
|
09dc1281ca
|
[FEATURE] Add Tea.image as a FAL example (#15)
|
2018-05-25 22:39:33 +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
|
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
|
4b7ffe0546
|
[CLEANUP] Empty out the extensions
|
2017-12-22 22:20:43 +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
|
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
|
c64d8b9fd9
|
[TASK] Migrate the TCA to TYPO3 CMS 7.6
|
2016-07-18 17:10:52 +02:00 |
|
Oliver Klee
|
48e267693c
|
[BUGFIX] Fix the path to the TYPO3 tests bootstrap
|
2016-05-13 14:16:41 +02:00 |
|
Oliver Klee
|
a1848afbe5
|
[CLEANUP] Clean up the configuration files
|
2016-05-13 14:03:32 +02:00 |
|
Oliver Klee
|
dff6ea03a4
|
[FEATURE] Add a PHPUnit configuration file
|
2016-05-13 13:53:53 +02:00 |
|
Oliver Klee
|
229ab85f0b
|
[CLEANUP] Code autoformat
|
2016-05-08 14:28:38 +02:00 |
|
Oliver Klee
|
d0871fb5f8
|
[CLEANUP] Use the short array syntax
|
2016-05-07 21:56:27 +02:00 |
|
Oliver Klee
|
b6bb92d0da
|
[CLEANUP] Reformat the code as PSR-2
|
2016-05-07 21:43:25 +02:00 |
|
Oliver Klee
|
5a33bc2a85
|
[CLEANUP] Shorten the die() line
|
2014-12-14 15:50:25 +01:00 |
|
Oliver Klee
|
1e248f4bb0
|
[CLEANUP] Use $GLOBALS['TCA'] instead of $TCA
|
2014-12-11 14:17:37 +01:00 |
|
Oliver Klee
|
f8a77f270f
|
[CLEANUP] Drop closing PHP tags and do some more minor cleanup.
|
2013-12-23 13:24:40 +01:00 |
|
Oliver Klee
|
ee93fac2b7
|
[FEATURE] Add missing files for indexAction.
|
2013-11-05 12:41:20 +01:00 |
|
Oliver Klee
|
d9ddc7bae5
|
[FEATURE] Add a Testimonial model and a relation to it.
|
2013-11-01 22:03:14 +01:00 |
|
Oliver Klee
|
e8d19e41c8
|
[FEATURE] Add an Addition model an a relation to it.
|
2013-11-01 21:21:03 +01:00 |
|
Oliver Klee
|
c74c26029a
|
[FEATURE] Add a TeaType model and a relation to it.
|
2013-11-01 20:51:53 +01:00 |
|
Oliver Klee
|
c51c06715d
|
[FEATURE] Add the TeaBeverage model and repository.
|
2013-11-01 20:11:03 +01:00 |
|
Oliver Klee
|
fddb3ce216
|
[FEATURE] Add the basic extension data.
|
2013-11-01 19:53:00 +01:00 |
|