helhum / typoscript_rendering

Render a TypoScript path by URL, especially useful for Ajax dispatching
http://insight.helhum.io/post/104880845705/dont-use-eid-ajax-dispatchers-for-your-extbase
GNU General Public License v2.0
66 stars 37 forks source link

TYPO3 v12 compatibility #91

Open linawolf opened 1 year ago

linawolf commented 1 year ago

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?

RZivaralam commented 1 year ago

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

helhum commented 1 year ago

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.

msollmann commented 12 months ago

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

ingeniumdesign commented 11 months ago

new Infos?

Xippo commented 11 months ago

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.

georgringer commented 10 months ago

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

helhum commented 10 months ago

@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)

georgringer commented 9 months ago

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

RZivaralam commented 4 months ago

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

helhum commented 4 months ago

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 commented 4 months ago

@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.

RZivaralam commented 4 months ago

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.