02:11:37 <mneuhaus> i'm currently fixing various viewhelpers that extend from AbstractConditionViewHelper to work with the compiled viewhelper change in 7.3, should i create a pr per viewhelper or bunch them all together?
02:20:58 <mneuhaus> multiple commits for one pr is not ok, right?
03:24:20 <Guest|42676> Hello, i'm using <v:media.pdfThumbnail class="img-responsive" path="uploads/pics/{image}" src="uploads/pics/{image}" width="570" height="760c" maxW="570" maxH="760c" minW="570" minH="760c" treatIdAsReference="1" title="{title}" alt="{title}" forceOverwrite="1" /> but the pdf doesn't crop correctly. Is there a workaround to fix this problem?
03:24:59 <Guest|42676> The height of the images is different.
04:37:22 <Kaimane> xaver: thanks for your hint. I removed the icon property from options argument. Icon has the same name as template file (case sensitive) but in backend the icon is still expected in "http://dev.local/typo3/sysext/cms/typo3conf/ext/myext/Resources/Public/Icons/Content/Icon.png". Does it have something to do with the TYPO3 Version 6.2.14?
04:39:11 <Kaimane> No. Flux is in Version 7.2.1 from TER.
04:46:02 <Kaimane> Right frame in backend is loaded from "sysext/cms/layout/db_layout.php" (relative to http://dev.local/typo3) and the img src path to the icon is "../typo3conf/ext/myext/Resources/Public/Icons/Content/Icon.png" I think the path to the icon needs three more "../../../" If I change the path with dev tools to "../../../../typo3conf/ext/myext/Resources/Public/Icons/Content/Icon.png" then the icon
06:39:19 <Kaimane> Great. I will wait for the next flux version. Thank you.
07:06:51 <xaver> Kaimane: we added a utility to resize images and image will be now 24x24 also svg is supported
08:21:09 <Kaimane> xaver: Nice features. I think eta is "it's done when it's done"? ;-)
08:22:29 <Kaimane> Other question. If I use the "as"-attribute e.g. on v:iterator.random viewhelper do I have to register the template variable first? Debugging the variable results in NULL.
08:23:51 <xaver> yes and no to eta - next release - we added a milestone
08:28:12 <Kaimane> Using v:variable.set and everything works fine. Thanks xaver!
08:53:31 <Kaimane> Is there a possibility to convert a get-parameter string (a=1&b=2) to an array? Maybe a viewhelper?
09:00:15 <Kaimane> Something like parse_str function in php.
11:50:05 <Matt23a> I have created a second root page in my pagetree and want to use the fluid templates. I've selected the page layout in the page options, but in the page view there are still the standard columns. How can I fix this?
12:17:18 <Matt23a> Ok I found it. Had to activate backend layout in the appearence tab of the page settings.