extension-cookieman
extension-cookieman copied to clipboard
TYPO3 12 compatibility
Here is my version for T3 12: https://github.com/svewap/extension-cookieman/tree/12-svewap I can make a pull request if you want.
Thanks Sven!
Yes, please open a PR :)
I have branched off 11lts
so we can work on v12 together.
There is https://github.com/dmind-gmbh/extension-cookieman/issues/271 which needs to be solved.
I am planning to work next week on it.
Hi, any Updates for v12 support? Thank you
Hi, any Updates for v12 support? Thank you
Same question. Thanks
I opened a PR
new Infos?
Sorry, not much yet.
You can use https://github.com/dmind-gmbh/extension-cookieman/pull/311 which works very well.
What's holding me back is that I would like to have a good solution for https://github.com/dmind-gmbh/extension-cookieman/issues/271 because v12 (or rather typo3/cms-composer-installers:^5) changes the paths of public assets. Most users will not hit that problem (of including files in inject()
) and there are ways to work around it.
Overriding of labels via _LOCAL_LANG isn't working anymore. Do we have to use locallangXMLOverride instead?
@msollmann You mean in the T3 v12 branch?
In https://github.com/dmind-gmbh/extension-cookieman/pull/311.
In addition I can only override my own labels (e.g. "group.externalServices"), not existing labels (e.g. "group.marketing") via locallangXMLOverride.
new Infos?
release for TYPO3 v12 would be nice
Yes, I agree, but I have not found the time. It would really help if you could test #311 and leave feedback there.
If someone would like to dive into the docs and adjust the examples where needed, that would help as well.
@msollmann your translation problem is https://forge.typo3.org/issues/100759
Maybe as a christmas present? :)
@ingeniumdesign yes, thank you, please go ahead and test https://github.com/dmind-gmbh/extension-cookieman/pull/323 ;)
composer req dmind/cookieman:dev-dev/12lts
.
The installation worked fine, the output works fine, now I'll test the settings a bit more
The _LOCAL_LANG TypoScript issue should be solved in TYPO3 v12.4.9+ by https://review.typo3.org/c/Packages/TYPO3.CMS/+/82023.
yes, the _LOCAL_LANG TypoScript issue dont work. New Infos?
@ingeniumdesign Are you adding the extensionName in translations like this? {f:translate(key: 'heading', extensionName: 'cookieman')}
For me everything works fine with 12 lts. When will you publish official version? I have many projects waiting to get upgraded to 12 lts, where cookieman is the only blocker :(
I am sorry. The docs are still not ready https://github.com/dmind-gmbh/extension-cookieman/pull/323.
You can pin the latest commit with composer req dmind/cookieman:dev-dev/12lts#cc9364f4ba76de706f4af2a3e1be7372aaabba09
.
Thanks, yes, but I don't like to require a dev-branch in a live project so much ;)
You would pin a commit that you have tested. But ok, I understand what you mean.