typoscript_rendering icon indicating copy to clipboard operation
typoscript_rendering copied to clipboard

TYPO3 v12 compatibility

Open linawolf opened this issue 1 year ago • 12 comments

What is the plan here? Is anyone working on it?

There have been many changes to the TypoScript handling with v12, how will they affect updatability?

linawolf avatar May 15 '23 06:05 linawolf

I'm looking forward to the new update which is compatible with v12

RZivaralam avatar Jun 16 '23 06:06 RZivaralam

There will be a compatibility release of typoscript rendering for TYPO3 v12, which will have https://github.com/topwire/topwire as a dependency. This will then be the last release of this package, as it will be superseded by Topwire. For those who need it and can't wait, feel free to replace typoscript rendering in your TYPO3 v12 project with Topwire. It does not have dedicated view helpers for creating links, but it is possible to use regular Extbase action view helpers, when these are used as child of Topwire's context view helpers in a Fluid template.

helhum avatar Aug 07 '23 13:08 helhum

Are there any news concerning the release date of the compatibility release?

msollmann avatar Oct 05 '23 12:10 msollmann

new Infos?

ingeniumdesign avatar Oct 13 '23 16:10 ingeniumdesign

We are in the process of a bigger TYPO3 upgrade. In the System we are leveraging a lot on typoscript_redering for ajax stuff, we have started to migrate to topwire, for now quite seemless. Maybe you can give it try, so we can support the new extension and maybe the work for the upgrade for this extension can be saved.

Xippo avatar Oct 26 '23 14:10 Xippo

I got it running in v12, not yet done a fork - is there still a need for it?

georgringer avatar Nov 30 '23 11:11 georgringer

@georgringer If you have it ready, create a PR and I will merge it. Then others can benefit from it as well. As temporary solution it is fine to have. In the long run, I would always prefer Topwire (which is v11 and v12 compatible)

helhum avatar Nov 30 '23 14:11 helhum

https://github.com/helhum/typoscript_rendering/pull/92

georgringer avatar Dec 07 '23 07:12 georgringer

hey topwire as a plugin need ext_emconf.php. i dont use composer i want to install in typo3 backend. as i add this file i could see in extbase thanks alot

RZivaralam avatar May 03 '24 10:05 RZivaralam

as i add this file i could see in extbase

I'm sorry @RZivaralam I don't understand what you tried and what exactly the result was.

helhum avatar May 14 '24 14:05 helhum

@georgringer If you have it ready, create a PR and I will merge it. Then others can benefit from it as well. As temporary solution it is fine to have. In the long run, I would always prefer Topwire (which is v11 and v12 compatible)

I did not merge in main, but I merged it in a v12 branch.

helhum avatar May 14 '24 14:05 helhum

I mean topwire doesn't have an ext_emconf.php file. Because Unbenannt of that, in typo3 extensions, we can not see the information about it. i added this file from the typoscript_rendering plugin and then I could see topwire in my extensions.

RZivaralam avatar May 15 '24 08:05 RZivaralam