-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Commercial update to typo3 v8? #121
Comments
Hey @kftw, Cheers, |
Yeah, we would really be interessted in that. Did you receive my email? I could find one here so i used your @lienert.cc address from forge.typo3.org. Or whats your slack channel? |
@kftw, @daniellienert Just curious... Is there any progress to expect? I'm operating a small non-profit page and would like to know, if and when I can upgrade to T3 v8 without having to find a new gallery (...and customizing it etc pp). Thanks! |
@nvindice Unfortunately it looks like it won't happen. For our project we'll write some migration scripts. The first step will be to implement one or two scheduler tasks to migrate all relevant data from tx_yag_domain_model_item and tx_yag_domain_model_itemmeta to sys_file and an extended sys_file_metadata. From there one can, for example, create new image gallery content elements and feed them with the migrated data. If you're interested and our effort leads to something usable, I can upload it here. |
@kftw Thanks for the lightning fast response, and I'm definitely interested in your progress. Sad to hear the plugin wont be migrated to v8 anytime soon... Did you choose a v8-compatible gallery extension yet? |
@nvindice Yeah, it's sad for this great extension. On the other hand - many things on the image handling side now are core features of TYPO3. We haven't decided yet, but it's probably going to be something simple. |
@kftw Did you have success with your migrations scripts? Can you maybe share them? |
@kftw I would be interested regarding that migration too. |
@instruccionesaldorso in 7.6 it should work. Maybe you took the latest version of pt_extbase and pt_extlist. You have to take the two dependencies in the right versions which are referred to in yag. |
@wrock This is what we install:
Which versions do you have exactly? |
Dependencies for YAG 4.2.1 (https://extensions.typo3.org/extension/yag/) We used the extension-manager. |
I guess you jumped the dependencies when installing EXT:pt_extbase and EXT:pt_extlist, because both versions you mentioned depend on TYPO3 <= 7.0.99. |
@wrock @instruccionesaldorso Sorry, we didn't have much success with automatic migration because each of the existing galleries had differenct configurations. So we settled with manually creating new galleries :-( |
@kftw Just for curiosity, you've just used sys_file records and text+media elements, overwritting EXT:fluid_styled_content templates, or you just used another third-party extension from TER? |
We are currently working on a fully namespaced version of pt_extbase, pt_extlist and yag for CMS 8, so if some of you people are still interested in a commercial upgrade, feel free to contact me for some sponsoring. |
Hi! Is there a chance you could update YAG to TYPO3 v8 compatibillity if payed? We have some scenarios where a migration to other plugins isn't suitable.
Cheers!
The text was updated successfully, but these errors were encountered: