10:11:24 <randomresult> ... hmmm entryLevel is the same
10:18:39 <danilobuerger> hans, i dont think there is yet… but making a view helper for that is only a matters of minutes.. since everything needed is already there
10:42:19 <danilobuerger> and hans regarding the page level... you can use the new v:page.rootline view helper from vhs#432.... use like <v:page.rootline as="rootline> ....... </v:page.rootline>
13:23:45 <randomresult> i have a v:page.menu.list with active and current... now, when im on a subpage of one of the pages, i want the parent-page to be displayed as active
13:24:57 <randomresult> what needs to be added here?
13:25:59 <FT3BOT> Issue 108: [BUGFIX] Avoid overwriting of 'defaultExtras' config in render method https://github.com/fluidtypo3/flux/issues/108
13:26:00 <FT3BOT> Issue 108: [BUGFIX] Avoid overwriting of 'defaultExtras' config in render method https://github.com/fluidtypo3/flux/issues/108
13:27:16 <danilobuerger> randomresult isnt the parent page active?
15:40:44 <mneuhaus> can someone recommend a combination of flux, fluidpages, fluidcontent and vhs that includes the Inline.FalViewHelper and has the ContentService refactoring included to have working drag&drop?
15:41:10 <mneuhaus> already tried a wide array of combinations, which all got some issues
15:41:45 <mneuhaus> last try was to use all of the above from around Nov. 23r
15:46:10 <danilobuerger> mneuhausd&d and inline.fal are working in the current git mater
15:46:19 <danilobuerger> mneuhaus d&d and inline.fal are working in the current git mater
15:48:37 <randomresult> is there a vh for bodytags?
15:48:49 <danilobuerger> why would you want that randomresult ?
15:49:44 <mneuhaus> danilobuerger: yea, i know, but the current master is currently only advised to be used for 6.2 dev
15:49:57 <mneuhaus> and it seems to compeletly fuck-up my typoscript
15:50:08 <danilobuerger> git master is running fine on 6.1
16:15:38 <mneuhaus> danilobuerger: yea, i figured, :)
16:22:19 <mneuhaus> danilobuerger: that script is broken :)
16:22:25 <ndee> hey guys, I just upgraded a 4.5 to 6.1 and am now ready to fluid-ify everything. For all the latest fluid goodness, should I upgrade to the latest 6.2 version?
16:22:42 <danilobuerger> mneuhaus no its not, working here
16:22:46 <mneuhaus> you write the file with "contentS"
16:22:59 <mneuhaus> the the content is in $content without an S
16:23:37 <danilobuerger> ah that sneaked into the dokumentation
16:24:20 <danilobuerger> ndee no need, you can use 6.1 with the latest git master
16:24:41 <ndee> danilobuerger: can I also use the TER versions? since I'm not ready to git-ify that installation just now ;)
16:42:39 <randomresult> i have a question concerning languages and labels... i want to display a variable in my labels like label="witdh = {slide.width}" - now i want to move this into my locallang.xlf
16:42:41 <NamelessCoder> puh, I think you need danilo for this one
16:44:40 <NamelessCoder> randomresult but don't worry though, we'll be extracting auto-LLL into an own extension that will support writing files even this way
16:44:56 <NamelessCoder> randomresult ah, in the xlf file you need %s where each argument should go
16:45:07 <mneuhaus> danilobuerger: anything i should test?
16:45:15 <NamelessCoder> first %s is first argument, second becomes second argument etc.
16:45:23 <danilobuerger> you are using fluidpages right mneuhaus ?
16:45:36 <danilobuerger> all on the latest git master?
16:45:45 <mneuhaus> vhs, flux, fluidpages and fluidcontent latest git master
16:45:46 <NamelessCoder> mneuhaus it's not ready for any sort of testing yet but stay tuned, most of the code is already done and just needs to be extracted
20:22:49 <danilobuerger> this will work, but i think the better move is a pull request on v:page.link to assign the page title as a template variable if you are rendering children… this would be most trivial, just changing 2 LOCs (maybe you want to do that soee)
20:23:46 <soee> danilobuerger: i want to to much more but till the end of this year i have almost no free time :/
20:27:42 <danilobuerger> soee well anyway i made vhs#434 … very easy pick if anyone wants it
20:27:43 <FT3BOT> Issue 434: [FEATURE] Assign page title in v:page.link to render children https://github.com/fluidtypo3/vhs/issues/434
20:29:32 <soee> danilobuerger: can you also test the comment problem inside assets script VH ?
20:30:04 <danilobuerger> i dont use assets… but maybe i can help… whats up?
20:30:54 <soee> [20:14] <soee> hmm if i use inline comment in assets script VH