Philipp Parzer
Philipp Parzer
Hi, It would be nice to have https support with e.g. letsencrypt. But I'm not quite into the topic to do it all on my own. I found a docker...
The tt_content rendering doesn't work quite well with custom content elements. In the Product/Show.html Template ~ 55 you use: `` I would recommend following replacement: `` and following TS in...
It would be nice if the following TS Settings could be set individual for each country: plugin.tx_cart.settings.showCartAction
Use PageTitleAPI for PageTitle creation Use MetaTagManagerRegistry for MetaTag creation Make Twitter site property not mandatory for Twitter card usage Add Twitter title/description/image per default
``` latest: Pulling from appleboy/drone-ssh Digest: sha256:189b2b76131cbb0e62b09621c3d0a0f9aed39dc3bb7aca8a2c117b7c15bb972b Status: Image is up to date for appleboy/drone-ssh:latest ======CMD====== execution command ======END====== 2024/02/05 06:59:34 getKeyFile error: open /root/.ssh/id_rsa: permission denied 2024/02/05 06:59:34 ssh:...
https://github.com/FluidTYPO3/vhs/blob/development/Classes/Traits/SourceSetViewHelperTrait.php images with special characters gets double encoded src: /fileadmin/_processed_/1/c/csm_X90_Zug_%C3%B6ffentlicher_Verkehr_train-0b8e8c69_bb8b2bd812.jpg generated srcset: /fileadmin/_processed_/1/c/csm_X90_Zug_%25C3%25B6ffentlicher_Verkehr_train-0b8e8c69_bb8b2bd812.jpg the % character is encoded to %25 can be solved via following statement in line 60 $srcsetVariantSrc...
add params to constructor fix order of params
**I have checked that the bug exists in the `dev-development` branch** Yes **I have checked that there are no already open issues or recently closed issues about this bug** Yes...
$this->processUploadedImage($user); is only executed in createAllConfirmed() but not in createRequest() just add $this->processUploadedImage($user); here: https://github.com/in2code-de/femanager/blob/v8/Classes/Controller/NewController.php#L370 Probably also missing here: https://github.com/in2code-de/femanager/blob/v8/Classes/Controller/InvitationController.php#L105