10:22:42 <ad_on_is> @bjo3rn found documentation about f:swith here: http://docs.typo3.org/flow/TYPO3FlowDocumentation/stable/TheDefinitiveGuide/PartV/FluidViewHelperReference.html
10:22:52 <ad_on_is> supports default with f:defaultCase
10:25:52 <ad_on_is> oh.. sorry... "break" was the missing feature... i'm too tired today :D
10:27:07 <bjo3rn> ad_on_is father's day hangover? ^^
10:29:36 <ad_on_is> working on bridge days is a bad idea :D
10:29:48 <bjo3rn> ah, 'bridge day'. you are German ^^
10:34:48 <bjo3rn> there's an upside to working on bridge days: you get to do stuff as no client calls. in theroy.
10:34:50 <ad_on_is> that really exists only in german :D
10:35:30 <ad_on_is> but ther's also the downside :D
10:36:02 <ad_on_is> you absolutely don't feel like doing anything :P
10:38:13 <xaver> ad_on_is: its often nice you can do a lot of stuff and you take your holidays another time. A holiday is ~8h work (depends on your contract) and the efect is always the same :)
10:38:48 <Denyerec> How do you set a width on a flux:grid.column ?
10:40:24 <cedricziel> there's a style attribute for that
10:42:48 <xaver> yesterday i tried to use github, but i failed like always. I will try today hub cli to create a pullrequest :)
10:43:21 <ad_on_is> thats true, but on the other hand, you get 4 free days in a row, at the cost of only one holiday
10:43:35 <cedricziel> oh xaver, i feel your pain re git
10:44:13 <xaver> always if i use the ui from github - i fail :)
10:44:19 <cedricziel> people copying stuff without knowing what thery're doing :/
11:02:07 <Denyerec> The argument "inherit" was registered with type "boolean", but is of type "integer" in view helper "FluidTYPO3\Flux\ViewHelpers\Field\InputViewHelper". (1240227732)
16:14:20 <floxx> how do you guys handle ft3 in your projects? flux etc. as submodules? subtrees? using composer?
16:18:38 <Denyerec> No querstiono xaver, just interested in how you get on.
16:20:20 <xaver> i would start with never using wordpress ;)
16:21:46 <cedricziel> floxx: depends on the target environment, budget etc
16:22:49 <cedricziel> i usually do rsync deployments of typosconf and keep anything in vcs using my provider extension which depends on anything the environment needs
16:23:03 <cedricziel> so it results in a one-klick install in a new env
16:23:48 <xaver> Denyerec: next step, a good job for a intern to learn stuff and i don't need to touch wordpress.
16:24:13 <Denyerec> xaver - normally I wouldn't either.
16:24:21 <Denyerec> Though it IS a decent blog, I hate how people try and use it for CMS.
18:22:54 <Outdoorsman> True... hmmm I could do that.
18:23:32 <Outdoorsman> So what is expandAll supposed to do?
18:24:23 <Outdoorsman> By default it's set to 0 according to http://fluidtypo3.org/viewhelpers/vhs/master/Page/MenuViewHelper.html
18:24:24 <xaver> expandAll Type: boolean, default value: false If TRUE and $levels > 1 then expands all (not just the active) menu items which have submenus
18:32:18 <Outdoorsman> I just did a quick experiment and tried various iterations of level, expandAll, and settings.entryLevel. I don't see any change really.
18:36:22 <cedricziel> i didnt experience this ever
18:36:35 <cedricziel> so it'd be nice if you could pass me your template
18:37:15 <Outdoorsman> I just thought it would intelligently read my mind :) (Please note that I'm still a newbie to this fluid stuff so you can assume user error is quite possible as well).
18:38:01 <Outdoorsman> I'll gist it. I have to leave the office, but I'll check back again in about 2.5 hours when I get back.
21:26:39 <xaver> hi think expandAll has no effect if you don't use the autorenderer
21:26:49 <Outdoorsman> I got the feeling that possibly since I am doing a manual rendering, I will have to create my own logic to not render all submenus even though expandAll="0"
21:57:45 <Outdoorsman> Wow... the world of fluid is open up.
21:58:32 <Outdoorsman> I got this from template someone else wrote. I'm trying to understand how it works. {settings.entryLevel -> v:math.ceil() -> v:math.sum(b: 1)}
21:59:53 <Outdoorsman> (By they... I have a working submenu now. Now I'm working on getting it to do one more thing)
22:00:18 <Outdoorsman> I want the menu to show this...
22:01:36 <Outdoorsman> I've done this before with TS before but now I'm reinventing the wheel :)
22:06:13 <Outdoorsman> I think it was entryLevel=-3 to achieve that
23:06:32 <Outdoorsman> WHY? It doesn't seem that this works... <v:page.menu entryLevel="-1">. Can't entryLevel accept negative numbers like typoscript did?
23:07:36 <Outdoorsman> I'm using manual rendering.