00:09:24 <xaver> NamelessCoder: do you ever used webgrind?
00:12:56 <NamelessCoder> xaver|happy I think I answered this a few times already. Yes, I use webgrind, kcachegrind, xhprof (from source) and some parts of xhprof-ui
01:01:26 <Denyerec> soee - sorry people came over.
01:01:31 <Denyerec> I do not know how to do what you need :(
01:01:51 <Denyerec> [19:05] <soee> guys can someone show mi some sample code how to configure section inf flux (for cstom FCE) where user can add as many links (to internal pages or external) as he wants ?
01:02:18 <danilobuerger> isnt that just the relations field?
01:02:34 <xaver> danilobuerger: which one we talked?
10:48:08 <hsp2n> I'm trying to bootstrap a project for a customer of ours, using the fluidtypo3 stack as much as possible. The customer unfortunately insists on 4.5.32, but I'm getting very strange non-errors using fluidpages. More specifically, I'm getting no error at all, just a massive dump of what appears to be a Tx_Fluidpages_Provider_PageConfigurationProvider
10:48:08 <hsp2n> Object ... and nothing else. No other output at all. No error log entry, no nothing.
10:49:53 <NamelessCoder> hsp2n is there no way you can make the client realise there is a new LTS version? I know this isn't the solution you were looking for, but our support of the 4.x branch of TYPO3 ended some time ago and is considered legacy. Or new versions support only 6.1+
10:50:52 <hsp2n> I've also used fluidpages successfully with 4.7 before, just not 4.5
10:51:01 <NamelessCoder> that being said, if you check out the "legacy" branch of flux, fluidpages, fluidcontent and others (vhs has none) you may get this working on 4.5 even.
10:51:27 <NamelessCoder> you should not use vhs 1.8.5 and you should expect quite a few viewhelpers to not work at all (fatal errors)
10:51:29 <randomresult> @NamelessCoder does travis work for ur repositories?
10:52:00 <NamelessCoder> randomresult it did an hour ago, that's all I can tell you
10:52:26 <randomresult> its not working for fluidbootstraptheme no more. even with only one file (TS) changed.
10:52:30 <hsp2n> @Namelesscoder I'm aware some things will not work. I will check out the legacy branches again. But supposedly the versions I'm using ARE the ones that should still be compatible. I just have no idea what could cause a bare object dump without an error
10:59:06 <NamelessCoder> hsp2n that's very unfortunate indeed - but we knew some projects would be affected when we dropped 4.x support. We just couldn't justify holding on any longer ;)
10:59:22 <hsp2n> oh don't get me wrong, I'm all behind you!
10:59:34 <NamelessCoder> however, you might be able to at least use VHS to a wide extent - and FLUIDTEMPLATE ofc.
11:00:43 <NamelessCoder> that's one good thing about the pick-n-choose way - and imho VHS is the tool that saves the most time ;)
11:01:25 <hsp2n> I've already established at the company that when I say fluid, I mean fluid + vhs ;)
11:02:09 <hsp2n> also, since I got you here a little, bask in some fanboyism when I say: Thank you so much for the whole stack. So much more fun than the 'classic' way ;)
11:09:29 <NamelessCoder> hehe yeah, fluid without vhs feels like hands tied behind your back
11:10:00 <hsp2n> also, since I brought it up at an internal meeting yesterday
11:10:07 <hsp2n> how is fluidcontent_core coming along?
11:10:35 <randomresult> will be a stable released soon (at least BenjaminR or danilobuerger mentioned something like that)
11:10:38 <NamelessCoder> two templates to go, then beta
11:12:40 <NamelessCoder> what I do: use special containers which accept content and images (as content or form values). Then render this in whichever freaky way I want
11:12:40 <randomresult> well when working with grid-fce loosing textpic is not too bad
11:14:26 <hsp2n> and we're not even speaking of making it work well with a responsive design yet
11:14:28 <NamelessCoder> the thing is, regarding Textpic: if we make it flexible enough to cover the old CSC use cases we end up bloating it. If we don't, people might as well use Text + Image (or Text + Media, whatever)
11:14:59 <hsp2n> I reduced textpic in our "default" package, to ... basically in-text, 1 pic only (opens gallery instead)
11:15:00 <NamelessCoder> we may end up adding a toggle to enable it on demand and leave the template quite basic to limit maintenance requirements
11:15:33 <NamelessCoder> and everyone should expect that contributions with template changes for fluidcontent_core will be subjected to insane scrutiny because CSC is a lesson well learned ;)
11:15:50 <BenjaminR> hsp2n i could create a short gist how to add textpic on your own provider extension
11:18:58 <Ste_80> Hi all! Using Flux 7.0, typo3 6.2. How can i pass a variable to "v:content render"?
11:19:24 <Ste_80> Or at least, a way to access a template variable from inside the content element...
11:19:55 <limboo> mh, someone an idea about how to use v:iterator.random?
11:20:39 <NamelessCoder> hsp2n that's the main point of FCC - the very intention is that you pretty much always overlay/override the FCC-shipped templates with ones *perfect* for your site
11:46:15 <hsp2n> Looks much like it could, but I will have to wait a little bit till I can give it a shot
11:47:22 <hsp2n> I'll try to push it into our next 6.2 project (upcoming next week iirc)
11:47:24 <NamelessCoder> Ste_80 if you mean variables you can use in the content elements rendered by v:content.render then no, that's not possible
11:48:10 <NamelessCoder> hsp2n Ben's solution would be template-compatible if we choose to restore Textpic in fcc (hidden away behind a toggle and made very minimalist)
11:48:22 <NamelessCoder> so I would not be worried about using it
11:58:31 <BenjaminR> my extension manager does no longer work :D
11:59:30 <BenjaminR> parsererror(SyntaxError: JSON Parse error: Unrecognized token '<'): Fatal error: Call to a member function getUid() on a non-object in /Users/benjaminrau/Dropbox/codearts/Kunden/Pixelart/Voldermaier/httpdocs/typo3/sysext/extensionmanager/Classes/Utility/Repository/Helper.php on line 251
12:05:50 <Ste_80> NamelessCoder: and "without" VHS? Any other approach? Typoscript variables are accessible for example, but I cannot set them inside templates.
12:10:55 <BenjaminR> Ste_80 i think thats far from easy to solve
12:11:08 <BenjaminR> Think you should change the strategy
12:11:50 <BenjaminR> Because it doesnt go conform with the direction your page is rendered
12:12:43 <Ste_80> BenjaminR: Ok, thanks. I'll try a different approach.
12:17:06 <soee> any idea why this checkbox wont show up in fce: <flux:field:checkbox label="Add linebreak to label parts" name="linebreak" default="0" /> ?
12:28:16 <soee> returns me image with typo3 logo :D
12:28:20 <BenjaminR> using the id and treatIdAsRefernce
12:29:21 <danilobuerger> BenjaminR it depends on the settings used on inline fal
12:29:21 <BenjaminR> But you are right - probably that doesnt make sense :)
12:29:27 <soee> BenjaminR, f:image returns me: No fileusage (sys_file_reference) found for given UID.
12:29:53 <danilobuerger> soee as BenjaminR pointed out read the class doc comment of flux:field.inline.fal .. it explains how to get the images for use in <v:resource.image
12:52:45 <soee> cant solve this, danilobuerger any tips ?
12:53:06 <BenjaminR> soee: may you show us what you tried
13:05:22 <soee> its development :) no such info in master https://github.com/FluidTYPO3/flux/blob/master/Classes/ViewHelpers/Field/Inline/FalViewHelper.php
13:25:04 <BenjaminR> hsp2n danilobuerger: using fcc also since last week - not yet IN production but FOR production :)
13:25:55 <hsp2n> not that I'm all too opposed to using experimental things in production. Everything needs maintenance, might as well be something fun ;)
13:26:32 <BenjaminR> not too experimental - NamelessCoder and danilobuerger spent a lot time on it
13:26:40 <BenjaminR> i was able to work very productive with it
13:26:50 <BenjaminR> despite you try to inject a textpic element ^
13:26:52 <danilobuerger> it shouldnt be marked "experimental"
13:27:56 <danilobuerger> as NamelessCoder pointed out we are not changing any internals any more, just 2 more templates (those are the obscure ones that nobody uses anyway) and we are good to go for TER release
13:28:01 <hsp2n> I know, the stain of textpic is strong...
13:30:35 <hsp2n> @danielobuerger that's what I'm slowly trying to get into PMs and customers' heads. It unfortunately takes a while. Business practices that have been like that for the past ... 6-8 years are hard to change. Working on it :)
13:31:18 <danilobuerger> i know, but you are fighting the good fight ;)
13:31:35 <BenjaminR> guys -> Off Topic: overseeing the top news checkbox (id expect there to be) in news records
13:31:39 <danilobuerger> i mean alone the rendering performance of fcc compared to csc is INSANE
13:32:28 <hsp2n> @danielobuerger the coder in me cringed at the sheer amount of TS parsing on every page call... then fix slow performance with apache addons... x.x .... lets treat cancer with some more bandaids
15:09:47 <oliver_1234> Hi all. I have problems with localizing of custom content elements (fluidcontent). Some of them are nested in another. When I localize the elements, the nested elements are ignored in page module. in list module i see all localized elements. Are there some issues?
15:11:51 <BenjaminR> hi oliver_1234, NamelessCoder and danilobuerger are working hard on that issue here: https://github.com/FluidTYPO3/flux/commits/workbench/commands - you would be welcome for testing
15:12:11 <BenjaminR> Simply switch to the workbench/commands branch for testing
15:12:48 <Bendtsen> I have that same problem. Glad its being worked on and I will test it later today
15:13:04 <BenjaminR> You find the issue here: https://github.com/FluidTYPO3/flux/pull/511
15:14:22 <BenjaminR> So for testing simply checkout the workbench/commands branch for EXT:flux and your report would be welcome at the referenced issue FluidTYPO3/flux#5
15:14:23 <FT3BOT> Issue 5: Adding new CE leads to logout (6.0) https://github.com/fluidtypo3/flux/issues/5
15:15:07 <BenjaminR> It seems NamelessCoder will supply some information here soon :)
15:15:18 <BenjaminR> Ah replaced by FluidTYPO3/flux#524
17:35:08 <danilobuerger> BenjaminR just fyi, at the moment we dont need testing at workbench/commands ... we know the open issues... we would very much appreciate more testing next week
18:13:56 <Torsten> Hey... I'm using the development branch of flux / fluid pages / fluid content ... the fluid content elements do not appear in the new content element dialog... am I missing something or is this a known issue?
18:17:36 <randomresult> torsten you got an answer already?
18:18:00 <Torsten> randomresult no I'm still confused ;-)
18:18:20 <randomresult> well, installing fluidcontent does not mean you get any elements
18:18:41 <randomresult> it gives you the possibility to add your own elements
18:19:17 <Torsten> randomresult I've used the builder extension to scaffold a basic layout... that comes with "MyContentElement.html"... that should be listed in the dialog...
18:26:34 <randomresult> hmmm. you are right... seems to be gone
18:26:37 <Torsten> seems like the FLUIDCONTENT_TEMPFILE was dropped in version 4.0
18:27:37 <Torsten> when is select "Fluid Content" from the content element type drop down, I'm able to select my content element... so it is there.. just not in the right dialog.
18:31:02 <randomresult> could you paste the code pls?
18:32:37 <randomresult> it should be shown in the wizard-tabs
18:32:52 <martinhummer> hi, is there a viewhelper in vhs which gives me the length of an array ?
18:33:57 <Torsten> randomresult what code do you mean? I've registered the content provider in my ext_tables.php and I've a flex:form in Tempaltes/Content/MyContentElement.html... what else is necessary?
18:34:22 <Torsten> randomresult in earlier versions that was sufficient.
18:34:23 <randomresult> could u paste the myContentElement.html pls
18:51:58 <Torsten> well its all fluidtypo3 so I though I'm on the safe side here ;-)
18:53:37 <Torsten> Ok thanks anyway. Guess I've to file an issue.
19:11:21 <Outdoorsman> @NamelessCoder Glad you like the sweatshirt :) It's seriously the least I can do for all these extensions you're sharing with us... thank you.
20:36:39 <Micnoric> Hello! I have a newbie question. I used "fluidcontent_bootstrap" to learn and develop my own FCEs. Is there any way to disable the default header and RTE-field underneath a elements section?
20:40:32 <Micnoric> i kicked out all default templates and modified ContentController.php to only load my custom templates and cleared all settings. I think me own extension is now pretty "clean"
20:40:35 <soee> who is working on fluidcontent_bootstrap ?
20:41:06 <Micnoric> @randomresult: thank you for the github-Link, i'll try to learn from that too
20:41:25 <Micnoric> @randomresult and thanks for the info with TYPO3 6.2 - i will make an update now
20:42:35 <randomresult> soee will be fluidbootstraptheme - hopefully stable within the next days.
20:45:31 <danilobuerger> soee fluidcontent_bootstrap will be replaced by fluidbootstraptheme so i dont think anybody is going to do anymore work on that ext
20:47:04 <randomresult> @NamelessCoder will make the migration. but - as far as i remember we only did a very few changes which could affect an migration
20:47:10 <randomresult> so shouldnt be a big deal.
20:48:11 <soee> randomresult: you will fix this in new ext ?
20:48:33 <randomresult> i will - or you send a PR :)
20:48:57 <randomresult> will the "s" fix the problem?
20:48:58 <soee> randomresult: do it please :) im wathing Barcelona - Athletico now :D