IRC logs

20140402

Logs from channel #fedext on freenode - our official support channel.

IRC log range: 20140402*

20140402

  • 00:00:17 <NamelessCoder> you'll likely find more boilerplate and example stuff for bootstrap than foundation
  • 00:01:15 <Outdoorsman> I'm willing to help where I'm able, yet I'm just learning fluid so am quite limited at the moment for debugging errors.
  • 00:02:13 <Outdoorsman> (Deep breath)
  • 00:02:56 <NamelessCoder> which error do you have currently with fluidpages_bootstrap? If nothing else, it could get you started
  • 00:07:15 <NamelessCoder> Outdoorsman have you tried refreshing every repository? I'm trying fluidbootstraptheme right now and it seems to work
  • 00:10:40 <Outdoorsman> I will check.
  • 00:21:21 <Outdoorsman> I'm getting a git error.
  • 00:21:49 <Outdoorsman> I do this... git clone https://github.com/fluidbootstraptheme-for-typo3/fluidbootstraptheme.git typo3conf/ext/fluidbootstraptheme && cd typo3conf/ext/fluidbootstraptheme && git checkout development && cd ../../..
  • 00:21:53 <Outdoorsman> ...AND GET THIS... error: The requested URL returned error: 403 Forbidden while accessing https://github.com/fluidbootstraptheme-for-typo3/fluidbootstraptheme.git/info/refs
  • 00:22:08 <NamelessCoder> there is something horribly wrong on github right now
  • 00:22:16 <NamelessCoder> I'm also getting errors/timeouts left and right
  • 00:22:31 <Outdoorsman> Is that a GitHub thing?
  • 00:22:36 <NamelessCoder> very much so
  • 00:22:46 <Outdoorsman> Wow... I thought thye were a rock
  • 00:22:47 <NamelessCoder> https://status.github.com/
  • 00:22:59 <NamelessCoder> this happens every now and then but usually is over within minutes
  • 00:25:08 <Outdoorsman> Well that's a relief. I thought I was going crazy there for a minute.
  • 00:25:21 <NamelessCoder> you and me both :)
  • 00:28:11 <soee> what do i have to do, to get output of my fluidpages in forntend ? i have grid in backend for frontpage but no output in forntend at all
  • 00:28:37 <danilobuerger> soee please gist your page template
  • 00:29:24 <soee> oh one second, do i need to add vhs namespace ?
  • 00:29:39 <danilobuerger> not necessarily, but probably
  • 00:29:52 <soee> http://pastebin.com/fNhHKnYW
  • 00:30:10 <danilobuerger> <v:page.content.render column="0" />
  • 00:30:15 <danilobuerger> for that you need vhs namespace
  • 00:30:57 <danilobuerger> and column should be the name of the column
  • 00:31:08 <NamelessCoder> integer value
  • 00:31:08 <danilobuerger> <v:page.content.render column="Main Content" />
  • 00:31:16 <NamelessCoder> corresponding colPos
  • 00:31:33 <NamelessCoder> flux:content.render column="nameOfContentColumn" ;)
  • 00:31:48 <danilobuerger> ah yes
  • 00:31:49 <NamelessCoder> but v:content.render column="0"
  • 00:32:04 <NamelessCoder> (note: v:page.content.* are deprecated aliases)
  • 00:32:58 <NamelessCoder> github alive!
  • 00:34:04 <Outdoorsman> yeah
  • 00:34:57 <soee> current TER version of vhs does not support namespaces ?
  • 00:34:59 <soee> Could not analyse class:FluidTYPO3\Vhs\ViewHelpers\Page\Content\RenderViewHelper maybe not loaded or no autoloader? (1289386765)
  • 00:35:16 <soee> result of {namespace v=FluidTYPO3\Vhs\ViewHelpers}
  • 00:35:32 <NamelessCoder> v=Tx_Vhs_ViewHelpers
  • 00:35:54 <NamelessCoder> version 2.0 will use namespaces
  • 00:40:31 <soee> ok, thank you both, finally have some output in fe
  • 00:43:45 <NamelessCoder> great :)
  • 00:43:49 <NamelessCoder> how about you Outdoorsman ?
  • 00:45:49 <Outdoorsman> fluidbootstraptheme appears to be at least displaying content in the frontend now, yeah!
  • 00:46:00 <NamelessCoder> excellent
  • 00:46:08 <NamelessCoder> same as my experience here so that's a good sign
  • 00:46:59 <Outdoorsman> If I clear all the cache then edit the root element I get this... Flux Debug: Argument "options" was not registered. (1237823695)
  • 00:47:17 <Outdoorsman> Edit the root page that is.
  • 00:47:39 <NamelessCoder> pull flux again
  • 00:47:46 <NamelessCoder> I *just* now added that option
  • 00:47:58 <NamelessCoder> was ahead of myself when contributing it to fluidbootstraptheme ;)
  • 00:47:59 <Outdoorsman> k
  • 00:48:09 <Outdoorsman> Should it be production or dev?
  • 00:48:16 <NamelessCoder> development
  • 00:48:19 <Outdoorsman> Sorry, master/dev
  • 00:48:19 <Outdoorsman> ok
  • 00:48:42 <NamelessCoder> when fluidbootstraptheme hits TER you should switch to purely TER versions of every ext
  • 00:53:06 <Outdoorsman> GitHub still reports "We're experiencing problems with repo operations and are working to restore functionality." so I suspect that is why I'm not able to git flux dev right now. It gets stuck.
  • 00:53:32 <NamelessCoder> I get the same every 5/6 tries
  • 00:53:41 <NamelessCoder> some requests get through so keep tryin'
  • 01:21:05 <NamelessCoder> Outdoorsman hope you get a hole punched through to github today - I'm done for today and will be unavailable tomorrow, unfortunately.
  • 01:21:28 <Outdoorsman> Thanks for checking in. I
  • 01:21:42 <Outdoorsman> I will keep trying. Have a good one and Thaaaank you!
  • 01:22:09 <NamelessCoder> you're welcome, and same to you :)
  • 01:22:48 <Outdoorsman> It's only 4:22pm here so I ahve some time still.
  • 01:22:52 <Outdoorsman> Later
  • 01:26:47 <Denyerec> hey Outdoorsman
  • 02:29:09 <Denyerec> danilobuerger ?
  • 02:29:15 <Denyerec> Just a quick q...
  • 02:29:20 <Denyerec> I want to put a non-fluid template somewhere
  • 02:29:31 <Denyerec> /Resources/Private/ .... ?
  • 02:29:48 <Denyerec> Í think I'll create a Misc folder.
  • 02:53:48 <Outdoorsman> Hi Denyerec... what did you want?
  • 02:54:10 <Denyerec> Just sayin hey
  • 02:54:15 <Outdoorsman> Oh... hi :)
  • 03:20:11 <Outdoorsman> Hmmm not sure what I'm doing to cause this, but the RTE is not showing up in my content elements. Is this something that has to be enabled when using FuildTYPO3 stuff?
  • 03:20:51 <Outdoorsman> rtehtmlarea is enabled and set to Typical in the extension manager.
  • 03:32:50 <Denyerec> I have a vague memory about reading this somewhere in a blog or in the docs
  • 03:32:54 <Denyerec> I think you'll have to google for it :/
  • 03:32:58 * Denyerec prods danilobuerger
  • 03:54:54 <Outdoorsman> Alright. I'll see what I can come up with.
  • 03:56:04 <Outdoorsman> do you have a vague recollection on what keywords you used to find a solution? When referring to this stuff, is flux, fluid, fedext the primary keyword?
  • 03:56:47 <Denyerec> using rte in fluidcontent
  • 03:57:08 <Outdoorsman> I'll work around that. I'm using the css styled content option by the way.
  • 03:57:30 <Denyerec> https://github.com/FluidTYPO3/flux/issues/339
  • 03:57:34 <Outdoorsman> I'm not brave enough to abandon that yet.
  • 03:57:47 <Denyerec> Yeah likewise, aparrently their version is a little too alpha
  • 03:58:04 <Denyerec> That git issue suggests it could be a versioning thing.
  • 03:58:13 <Denyerec> I presume all your fl* extensions are up to date ?
  • 03:58:54 <Denyerec> it's 3am again :/
  • 03:58:57 <Denyerec> Good luck, I have to crash out
  • 04:48:07 <Outdoorsman> I still am not seeing RTE controls for any of my Text content elements. I also updated all extensions to the latest dev versions (fluidcontent, fluidpages, flux, vhs, fluidboostraptheme) and the issue still persists.
  • 10:23:57 <randomresult> good morning
  • 10:31:23 <Guest|7514> hello
  • 10:31:44 <Guest|7514> can someone help me?
  • 10:32:50 <randomresult> hhmmm yes, maybe... if you ask and dont leave before... :)
  • 10:34:20 <MindSpark> fedext is now fluidtypo?
  • 10:57:23 <Loranus> Hello! I have a quite basic question concerning fluid. When i create an element of type "file" and render it with something like <f:image src="uploads/pics/{image}" alt="" /> - how can i make the part "uploads/pics/" dynamic if a user pics a file with the file browser?
  • 11:09:41 <Denyerec> Hey Loranus
  • 11:09:50 <Denyerec> If you give me a moment, I will fish out what I've done.
  • 11:09:53 <Denyerec> As I did this just yesterday
  • 11:12:34 <Denyerec> https://gist.github.com/Denyerec/9930644
  • 11:12:37 <Denyerec> There you go Loranus
  • 11:12:55 <Denyerec> that uses the file input box to upload the image, assigns it to settings.bannerImage
  • 11:13:06 <Denyerec> then you just use {settings.bannerImage} to call it in the template.
  • 11:13:18 <Denyerec> It worked for me, danilobuerger or NamelessCoder might slap me and tell you to do otherwise :)
  • 11:22:35 <alexander_dick> hi
  • 11:24:03 <alexander_dick> does anybody know how I could get this to work?
  • 11:24:04 <alexander_dick> https://gist.github.com/adick/cb166089d345336883a9
  • 11:41:54 <Denyerec> alexander_dick - I'm no expert, but I think you need to do that from within the ImageObject section
  • 11:42:03 <Denyerec> I don't think calls to sections can return parameters, only receive them
  • 11:42:08 <Denyerec> (Think function scope)
  • 11:42:22 <Denyerec> danilobuerger and cedricziel will know better than me.
  • 11:42:36 <Denyerec> (Basically the @ guys are the experts)
  • 11:42:44 <Denyerec> I need a !!! prefix, to warn people away ;)
  • 11:47:57 <alexander_dick> I want to include the image object (section) in multiple other sections
  • 11:48:33 <alexander_dick> otherwise I have to redefine it in every section. {v:resource.record.fal ...}
  • 11:57:59 <Denyerec> Hmm
  • 11:59:26 <Denyerec> Yes I see.
  • 11:59:31 <Denyerec> I do not know :(
  • 11:59:44 <Denyerec> best wait here for danilobuerger or randomresult to come back.
  • 11:59:47 <Denyerec> They will know for sure.
  • 11:59:59 <Denyerec> You kinda want to make that var.set "global" don't you
  • 12:00:04 <Denyerec> That's basically the issue.
  • 12:01:13 <randomresult> you can work with partials...
  • 12:01:36 <randomresult> or include a section
  • 12:01:49 <randomresult> make an extra section for this and render it where u need it
  • 12:02:09 <alexander_dick> that's what I did
  • 12:02:34 <randomresult> wait i show u an example what i mean
  • 12:02:41 <alexander_dick> thx
  • 12:03:25 <randomresult> https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/Resources/Private/Templates/Content/TwoColumn.html
  • 12:03:34 <randomresult> here i include a "dynamic" section
  • 12:03:41 <randomresult> see the sections on the bottom
  • 12:04:42 <randomresult> see line 21
  • 12:05:02 <randomresult> there i include a dynamic section (but u can render a normal section as well)
  • 12:05:06 <randomresult> is that what u mean?
  • 12:05:15 <randomresult> sorry, i need to do a phone call
  • 12:06:51 <alexander_dick> no, that is not what I mean. I want to access the "image" variable (created inside the partial section) in the parent section
  • 12:08:27 <randomresult> do u have arguments={_all}
  • 12:09:03 <randomresult> can u gist ur template?
  • 12:09:17 <alexander_dick> https://gist.github.com/adick/cb166089d345336883a9
  • 12:09:33 <alexander_dick> I already posted this, maybe you missed it
  • 12:10:53 <randomresult> what happens if u <f:debug>{image}</f:debug>
  • 12:11:27 <randomresult> i had this before as far as i remember...
  • 12:11:34 <randomresult> dunno if i was able to fix.
  • 12:11:36 <alexander_dick> NULL :)
  • 12:11:43 <randomresult> set a dark mark
  • 12:12:19 <alexander_dick> what?
  • 12:12:25 <randomresult> hehe... ping the team
  • 12:12:48 <alexander_dick> @danilobuerger @cedricziel @NamelessCoder
  • 12:12:57 <alexander_dick> ^^
  • 12:13:01 <randomresult> see, thats a dark mark
  • 12:13:11 <randomresult> maybe the deatheaters appear
  • 12:13:23 <alexander_dick> haha
  • 12:13:24 <randomresult> u missed bjo3rn and BenjaminR
  • 12:13:39 <alexander_dick> @bjo3rdn @BenjaminR
  • 12:14:00 <randomresult> maybe they popup
  • 12:14:03 <randomresult> good luck
  • 12:14:21 <randomresult> have u tried to define that var inside main?
  • 12:14:30 <randomresult> and f:debug it there?
  • 12:14:31 <alexander_dick> yes, that works
  • 12:15:09 <randomresult> and typing something in there works too ? (not the var:set?
  • 12:15:25 <randomresult> just to be sure your section is in there?
  • 12:16:52 <alexander_dick> yes that works tool
  • 12:16:54 <alexander_dick> too
  • 12:17:03 <alexander_dick> listening too much tool lately
  • 12:17:06 <alexander_dick> :D
  • 12:17:15 <randomresult> so only passing the variable over ... thats whats missing
  • 12:17:18 <alexander_dick> the partial gets included correctly
  • 12:17:22 <alexander_dick> yes
  • 12:17:48 <randomresult> you could pass the image instead of _all
  • 12:18:00 <randomresult> but i dunno how
  • 12:18:23 <randomresult> should be arguments="{image}" oder image:{image}
  • 12:18:23 <alexander_dick> the variable "image" gets assigned correctly inside the partial
  • 12:18:32 <alexander_dick> but i need it outside the partial once its included
  • 12:18:48 <alexander_dick> it would be arguments="{image: image}"
  • 12:18:50 <randomresult> and calling it in the section is not what u need
  • 12:19:16 <alexander_dick> i want to call it to "import" the varible
  • 12:19:27 <alexander_dick> but that doesnt work
  • 12:19:28 <BenjaminR> alexander_dick: quite busy right now but if its about fal i created a gist some days ago how to use it on page tmeplates or fces: https://gist.github.com/benjaminrau/9833031
  • 12:20:13 <BenjaminR> A set var is only available in the given scope
  • 12:20:19 <BenjaminR> so NOT outside the section
  • 12:20:55 <alexander_dick> nice FCE template :)
  • 12:21:00 <alexander_dick> maybe I can use some parts
  • 12:21:17 <alexander_dick> yes the sope is the problem
  • 12:21:20 <alexander_dick> scope
  • 12:21:32 <randomresult> so now we leared something !
  • 12:21:37 <randomresult> var only in scope
  • 12:21:42 <randomresult> great . thx. BenjaminR
  • 12:21:45 * Denyerec said that 20 mins ago ;)
  • 12:21:53 <randomresult> Denyerec clap!
  • 12:22:00 <Denyerec> No shit in my hands this time!
  • 12:22:15 <Denyerec> He wants a global variable, basically.
  • 12:23:40 <alexander_dick> I will find another way
  • 12:23:42 <alexander_dick> thx guys
  • 12:24:40 <BenjaminR> if you want a global var - set it on the main section and pass _all to all sectios rendered there
  • 12:25:04 <BenjaminR> OR create a extbase controller native to your provider extension
  • 12:28:38 <alexander_dick> I will try it! thx
  • 13:02:46 <BrianJ> Anyone tried to load tripadvisor over a ssl secure site?
  • 13:02:56 <randomresult> no
  • 13:04:30 <Denyerec> The second anyone syas the words "Just create a controller" I panic.
  • 13:04:39 <Denyerec> Is there a noob-friendly guide to that anywere ?
  • 13:04:50 <randomresult> hehe
  • 13:04:53 <randomresult> same here
  • 13:05:06 <randomresult> no guide looked at till now... need to learn php first
  • 13:05:50 <BenjaminR> a contentcontroller or pagecontroller you mean?
  • 13:06:33 <randomresult> i htink he means a nativ extbase controller :)
  • 13:06:43 <randomresult> Denyerec page and contentcontroller are quite simple to use
  • 13:07:44 <BenjaminR> https://github.com/FluidTYPO3/fluidpages#the-pagecontroller
  • 13:08:20 <BenjaminR> and one paragrah after that
  • 13:18:26 <Denyerec> I really need to do the extbase tutorial
  • 13:18:30 <Denyerec> (Still)
  • 13:18:51 <BenjaminR> do it - youre done in 3 minutes
  • 13:18:57 <BenjaminR> that simple it is :)
  • 13:23:20 <Guest|29003> hello what are the steps to use typo3 6.2 and fluidtypo3 for production?
  • 13:28:39 <randomresult> Guest|29003 install the extensions?
  • 13:29:01 <randomresult> u will need at least flux/fluidpages/fluidcontent/vhs
  • 13:29:22 <randomresult> and then create an providerextension and rock on
  • 13:35:51 <danilobuerger> anybody need me? got like a gazillion pings
  • 13:37:31 <Guest|29003> thx, hellps a lot.
  • 13:38:51 <ad_on_is> please, can someone tell me what i'm missing here
  • 13:38:52 <ad_on_is> <flux:field.select name="settings.flexform.person" label="Person" table="tx_asfhcw_domain_model_person" />
  • 13:39:02 <ad_on_is> i get the error: An error was encountered while rendering the FlexForm.
  • 13:39:15 <BenjaminR> ad_on_is: use flux:field.relation
  • 13:39:59 <ad_on_is> aaaaaah
  • 13:40:12 <ad_on_is> thank you :-)
  • 13:43:45 <Guest|29003> anybody knows which extensions are necessary to use bootstrap elements?
  • 13:44:35 <ad_on_is> fluidcontent and fluidcontent_bootstrap
  • 13:48:10 <BenjaminR> ad_on_is: randomresult may be able to help you with that
  • 13:51:48 <Guest|29003> ok, last question: good dummy tutorial for the first providerextension?
  • 13:52:11 <randomresult> you can use the ext:builder to get a first providerExtension
  • 13:53:08 <randomresult> or downloa an empty one from github/fluidTypo3
  • 13:53:28 <randomresult> https://github.com/FluidTYPO3/ft3_empty
  • 13:53:55 <cedricziel> this one is pretty outdated
  • 13:54:02 <BenjaminR> not that one randomresult
  • 13:54:05 <BenjaminR> fluidtypo3org please
  • 13:54:05 <cedricziel> better generate one from builder
  • 13:54:19 <Guest|29003> https://github.com/FluidTYPO3/builder is this the right starting point?
  • 13:54:20 <BenjaminR> this one is pretty nice: https://github.com/FluidTYPO3/fluidtypo3org
  • 13:54:23 <ad_on_is> @BenjaminR is there something like a pre-option for flux:fluid.relation ... i.e: please select a person
  • 13:54:40 <BenjaminR> ad_on_is: dont think so - use labels
  • 13:55:07 <ad_on_is> the problem is, that the first person is automatically selected
  • 13:55:12 <cedricziel> if you materialize a select box, youz can prepend an empty option IIRC
  • 13:55:17 <ad_on_is> i'd like to have this as an optional setting
  • 13:55:20 <BenjaminR> flux is just your interface to create flexforms in be. and these dont have such an option right now
  • 13:55:26 <cedricziel> ahh, multiselect
  • 13:55:49 <BenjaminR> oO am i wrong?
  • 13:55:57 <cedricziel> let me have a look
  • 13:56:28 <ad_on_is> aaah ok
  • 13:57:26 <BenjaminR> cedricziel: need to share that one with you : https://gist.github.com/benjaminrau/9896177
  • 13:57:47 <BenjaminR> as you do social media now ^^
  • 13:58:17 <cedricziel> hehe
  • 13:58:30 <cedricziel> danilobuerger 's tricky fal trick
  • 14:11:10 <alexander_dick> @BenjaminR does this also work with sliding?
  • 14:11:43 <alexander_dick> slide up to the first page with images
  • 14:11:58 <BenjaminR> didnt try - not relevant in my usecase
  • 14:14:01 <misiak> Hi. Just question: are there any known problems with fluidcontent in TYPO3 6.2? I Inserted my FCE and i get white page on FE. I used the same FCE in older TYPO3 versions without problems. Thnx
  • 14:14:41 <BenjaminR> misiak: if you migrate from flux 6.X to flux 7.0 you need to check the migration guide
  • 14:15:11 <misiak> ok i will. thnx
  • 14:15:13 <tpinne> Hello all, does anyone know the current state of extbase and workspaces?
  • 14:16:32 <cedricziel> you cant slide that field, the way it's extracted.
  • 14:17:13 <BenjaminR> true
  • 14:17:22 <BenjaminR> page id contained in query?
  • 14:17:26 <BenjaminR> i guess
  • 14:18:12 <alexander_dick> yup
  • 14:19:06 <BenjaminR> guys would that work : variables="{_all, key: 'value'}"
  • 14:19:16 <BenjaminR> i could try - but webserver offline :D
  • 14:19:16 <alexander_dick> not as far as I know
  • 14:19:51 <cedricziel> in what context?
  • 14:19:57 <alexander_dick> I suppose that key is already present in _all and you want to override it?
  • 14:20:27 <BenjaminR> i want to pass _all and one additional variable to another template
  • 14:20:54 <alexander_dick> key should be included in _all already
  • 14:21:20 <BenjaminR> thats the problem
  • 14:21:32 <alexander_dick> ok then you could do this way:
  • 14:21:40 <cedricziel> hmm, then merge and assign first
  • 14:21:45 <alexander_dick> <v:var.set name="key" value="{foo}" />
  • 14:21:54 <alexander_dick> variables="{_all}"
  • 14:21:59 <BenjaminR> yap good one
  • 14:22:05 <BenjaminR> could have thought about it myself ^^
  • 14:22:09 <alexander_dick> :)
  • 14:22:11 <BenjaminR> karma buddies
  • 14:22:24 <cedricziel> :D
  • 14:24:21 <BenjaminR> how would you create a second page template which has the same main section but needs an additional variable set statically
  • 14:24:58 <BenjaminR> what i did now: create a second template with main section that assigns that var and renders first page template
  • 14:25:24 <BenjaminR> https://gist.github.com/benjaminrau/3c289d8c5aa6d9649f75
  • 14:26:01 <cedricziel> that's the trick-either that, or layout cascade
  • 14:26:14 <BenjaminR> you want to tell me more about that
  • 14:26:15 <BenjaminR> ?
  • 14:28:37 <cedricziel> i feel that external variables should be set in the layout-and thats exactly what you're doing despite you doing it in the template
  • 14:28:53 <cedricziel> and that's fine
  • 14:29:20 <BenjaminR> okay so i will try that approach
  • 15:45:01 <danilobuerger> alexander_dick there?
  • 15:45:22 <alexander_dick> yes
  • 15:45:33 <alexander_dick> luckily I heard the sound ;)
  • 15:47:01 <alexander_dick> @daniloburger
  • 15:49:36 <danilobuerger> alexander_dick please try something out regarding the fal issue
  • 15:49:51 <alexander_dick> ok
  • 15:50:03 <danilobuerger> use this as FalViewHelper in vhs https://gist.github.com/danilobuerger/c528d66161f4df9b2f4b
  • 15:52:24 <alexander_dick> works!!! great
  • 15:52:36 <alexander_dick> thanks a lot
  • 15:54:56 <alexander_dick> what did you change?
  • 15:57:01 <danilobuerger> well actually it wasnt expected after all... its a typo 6.2 bug
  • 15:57:08 <danilobuerger> but i have a little work around
  • 15:57:37 <danilobuerger> so alexander_dick you can confirm its working as intended now??
  • 15:58:00 <alexander_dick> yes it works
  • 15:58:31 <alexander_dick> I like it how fast things get fixed here ;)
  • 16:33:13 <pedda> hi there
  • 16:33:26 <pedda> does your grid.css load well in the backend?
  • 16:36:05 <danilobuerger> pedda which grid.css?
  • 16:36:14 <pedda> of flux
  • 16:36:29 <pedda> before:
  • 16:36:30 <danilobuerger> there is a fix regarding the .css in flux development branch
  • 16:36:39 <pedda> ah okay
  • 16:36:45 <pedda> so i need to pull once again ^^
  • 16:36:59 <danilobuerger> thats what happens with active maintained open source projects ;-)
  • 16:37:09 <pedda> true
  • 16:37:21 <pedda> or edgy production use ;)
  • 16:38:07 <soee> hi, when using fluidpages is it possible to slide content from some section of root page and display it in FE but not in backend layouts ?
  • 16:38:53 <NamelessCoder> soee http://fluidtypo3.org/viewhelpers/vhs/master/Content/RenderViewHelper.html#argument-slide
  • 16:39:54 <soee> NamelessCoder: will check, thank you
  • 16:40:24 <NamelessCoder> yw :)
  • 16:52:19 <Denyerec> Thumbnail sizes? Anythin gyo uwant, or is there an agreed standard ?
  • 16:52:21 <Denyerec> (Page templates)
  • 16:52:40 <moger-xx> When using a v:asset.style viewhelper, the resulting <link> Tag comes without type=text/css attribute.
  • 16:52:59 <moger-xx> is there a way to change that? same with the media="all" attribute.
  • 16:56:52 <Denyerec> I'm gonna suggest that's something NamelessCoder overlooked.
  • 16:57:08 <Denyerec> I'm not sure type is necessary on a stylesheet declaration
  • 16:57:15 <Denyerec> ut media is needed for print styles.
  • 16:59:34 <moger-xx> my client told me the code was "invalid" so i guess at least the type declaration is nescessary. I'll file a suggestion in github.
  • 17:02:24 <adi77> hi there
  • 17:03:33 <Denyerec> Is your client a web developer ?
  • 17:03:39 <Denyerec> or do they just own a HTML4 in 24 hours book?
  • 17:04:08 <Denyerec> http://stackoverflow.com/questions/17554665/is-type-text-css-mandatory-on-the-link-element
  • 17:04:11 <Denyerec> Tell them to sod off
  • 17:04:15 <Denyerec> W3C states advisory
  • 17:08:27 <adi77> I upgraded to flux7 and now all fce's show a additional rte field after the flux elements. Although i did not define it in the fce template. What could be wrong?
  • 17:11:33 <adi77> https://www.filepicker.io/api/file/iFJ5M6jTTNStdgi1G4UM
  • 17:15:53 <moger-xx> they're an agency ;)
  • 17:16:36 <moger-xx> i've filed a feature request. if claus ever happens to find time maybe he can include even this feature :)
  • 17:19:20 <Tjark> adi77 TYPO3 6.1 ?
  • 17:19:45 <adi77> yes 6.1.7
  • 17:21:53 <adi77> I just upgraded the 3 ext's fluidcontent, fluidcontent_bootstrap and flux from FluidTypo3 repo and made a db compare in the install tool.
  • 17:25:22 <Outdoorsman> Sweeeeet! I see some good progress was made on fluidbootstraptheme today :)
  • 17:25:37 <Outdoorsman> Downloading the latest dev...
  • 17:26:03 <Denyerec> moger-xx - given that it's an extra field / param, it might not be impossible to implement yourself ?
  • 17:26:20 <Denyerec> Should basically be a copy and paste of any of the other text properties
  • 17:26:28 <Denyerec> Although maybe Claus has a reason for not implementing it.
  • 17:26:33 <Denyerec> Gnnha
  • 17:26:34 <Denyerec> fibreglass
  • 17:26:36 * Denyerec itches
  • 17:37:33 <Outdoorsman> I still don't know why my Rich Text Editor (RTE) controls don't show up for me. I'm using fluidbootstraptheme although I don't know that the issue is with that extension.
  • 17:39:13 <BenjaminR> moger-xx: i think claus NamelessCoder will find some time if you make it a paid feature beside the 1000s of free ones :)
  • 17:39:30 <Outdoorsman> I checked out this bug report but didn't necessarily know what to do about it since the solutions wasn't given. https://github.com/FluidTYPO3/flux/issues/339
  • 17:40:19 <BenjaminR> Outdoorsman: the comment says that the extension in question is not ours :)
  • 17:40:25 <Outdoorsman> Has anyone else has issues with a unmodified install of these extensions not showing the RTE?
  • 17:41:21 <Outdoorsman> flux, vhs, fluidcontent, fluidpages, fluidbootstraptheme
  • 17:51:47 <cedricziel> Outdoorsman: which RTE do you use?
  • 17:52:40 <Denyerec> Guys in my Layouts dir there's a file called Content.html
  • 17:52:49 <Denyerec> What would that be bound to? I'm assuming not a content element ?
  • 17:53:00 <cedricziel> each fluid template needs a layout
  • 17:53:03 <Denyerec> Or is it the default Layout for a CE, given that the CE's rendering is handled in the template
  • 17:53:07 <BenjaminR> Denyerec: a content element :)
  • 17:53:08 <BenjaminR> why not
  • 17:53:12 <cedricziel> so basically this is a stub for your FCEs
  • 17:53:15 <Denyerec> I see
  • 17:53:20 <Denyerec> so by using layout name="Content"
  • 17:53:23 <Denyerec> all CE's share this layout
  • 17:53:26 <Denyerec> (Which is basic)
  • 17:53:29 <BenjaminR> yap
  • 17:53:30 <cedricziel> you could decorate in there, but you dont have to
  • 17:53:32 <cedricziel> exactly :)
  • 17:53:34 <Denyerec> You know
  • 17:53:38 <Denyerec> I might be getting the hang of this.
  • 17:53:54 <cedricziel> sounds nice to me :)
  • 17:54:16 <Denyerec> But each template can be bound to only one layout.
  • 17:54:39 <Denyerec> So you can have one layout with multiple templates.... but it feels to me like I need that relationship the other way around.
  • 17:55:03 <cedricziel> exactly, that's the purpose of a layout: it decorates your template
  • 17:55:11 <cedricziel> what happens is actually:
  • 17:55:33 <cedricziel> fluid get's to know your template. in there, it follows the layout directive
  • 17:55:50 <cedricziel> and then it renders the template inside the layout
  • 17:56:15 <cedricziel> so the relation IS the other way around. the template decides which layout to use
  • 17:57:12 <Denyerek> Hmm
  • 17:57:22 <Denyerek> So I now have a page where I want the "decorating" done differently
  • 17:57:30 <Denyerek> But all the underlying data is identical to the existing page template.
  • 17:57:45 <Denyerek> Does this mean I need to duplicate the template, then keep them in sync ?
  • 17:58:15 <Outdoorsman> @BenjaminR The bug report was put under flux. However, it appears to have been an error with fuildpages_bootstrap. So you are thinking that I should take this up with randomresults?
  • 17:58:44 <Outdoorsman> You think it may have to do with fluidbootstraptheme in my case?
  • 18:09:30 <pedda> does one of you guys use some colPos magic for FCE's like accordion or tab?
  • 18:10:12 <pedda> if i change the order of my accordion items, the nested content does not change accordiingly
  • 18:10:52 <danilobuerger> yeah
  • 18:11:48 <adi77> I upgraded my typo3 6.1.7 project to flux7 and now all fce's show a additional rte field after the flux elements. Although i did not define it in the fce template. What could be wrong? https://www.filepicker.io/api/file/iFJ5M6jTTNStdgi1G4UM
  • 18:12:38 <danilobuerger> adi77 did you run the flux 7 update script?
  • 18:15:52 <Denyerec> cedricziel was on a roll and must have rolled off :(
  • 18:16:00 * Denyerec is still pondering the Template/Layout thing
  • 18:18:40 <pedda> Denyerek: you could rely on a partial for your flux settings
  • 18:18:57 <pedda> -rely on +use
  • 18:19:08 <pedda> in those particular templates
  • 18:19:16 <Denyerek> Hmm
  • 18:19:21 <Denyerek> so you DO have to keep those templates in sync
  • 18:19:27 <pedda> yes
  • 18:19:40 <pedda> if you need the settings for both of them..
  • 18:19:47 <Denyerec> Ok
  • 18:19:55 <Denyerec> That's fine, so long as I know I'm doing it the right way
  • 18:20:06 <Denyerec> didn't wanna make 4 copies of the template then be told "Oh you should have used X"
  • 18:20:10 <pedda> just put your flux stuff into a partial
  • 18:20:18 <Denyerec> and your're right, I will put that into a partial
  • 18:20:23 <Denyerec> So the configuration is the same for all
  • 18:20:47 <pedda> Partials/Flux/Common/MyCustomFluxPartial.html
  • 18:21:02 <Denyerec> Is that path a joke ?
  • 18:21:13 <pedda> not really.. this is how i use them
  • 18:21:15 <Denyerec> I was just going to go with /Partials/FluxPartial.html
  • 18:21:16 <pedda> well structured..
  • 18:21:25 <Denyerec> *blush*
  • 18:21:27 <pedda> in my opionion at least
  • 18:21:34 <pedda> might be bloating for small projects
  • 18:21:57 <pedda> but if you have a large multiclient website.. some more structure is good
  • 18:22:09 <Denyerec> Yes I agree
  • 18:22:11 <pedda> Partials/Page/..
  • 18:22:12 <Denyerec> simple to refactor tho right ?
  • 18:22:17 <Denyerec> cos it only needs the partial name ?
  • 18:22:25 <pedda> Partials/Plugin/News/Detail/Item.html
  • 18:22:25 <Denyerec> the Path doesn't affect the compositing right ?
  • 18:22:35 <pedda> right
  • 18:22:51 <pedda> you need to pass it over to f:render
  • 18:23:24 <pedda> {f:render(partial: 'Flux/Common/MyCustomFluxPartial', arguments: '{_all}')}
  • 18:23:39 <adi77> https://www.filepicker.io/api/file/bho3WgK2SIGxSyPnebRe
  • 18:23:39 <pedda> thats all
  • 18:24:10 <Denyerec> Ahh
  • 18:24:22 <Denyerec> so the fact I haven't seen a path in a render statement is because right now they're all in /Partials/
  • 18:24:34 <pedda> based on a similar structure you will start reusting your partials among projects ;)
  • 18:24:35 <adi77> danilobuerger This one?
  • 18:24:44 <danilobuerger> adi77 yes
  • 18:24:50 <pedda> *reusing
  • 18:25:12 <danilobuerger> adi77 after that please clear typo3temp completely and clear all caches
  • 18:25:12 <pedda> Imagine a breadcrumb partial or some SocialMenu.html
  • 18:25:43 <pedda> which rarely change if you implement some well thought logic to keep them generic
  • 18:25:53 <pedda> like the good old TV FCE's
  • 18:26:09 <adi77> It was 0 Rows already the first time i did the update. Is it because i did the db compare before?
  • 18:27:18 <pedda> need to leave now
  • 18:27:20 <pedda> cya all
  • 18:27:50 <Denyerec> Cya pedda
  • 18:28:21 <adi77> It's still there
  • 18:32:48 <danilobuerger> adi77 you are still on 6.1.7?
  • 18:34:00 <adi77> yes
  • 18:34:22 <danilobuerger> you are using fluidcontent?
  • 18:34:44 <adi77> it's the Ecodev/bootstrap_package with upgraded flux, fluidcontent, fluidcontent_bootstrap and fluidpages
  • 18:34:54 <danilobuerger> ah
  • 18:35:00 <danilobuerger> that might have some bugs
  • 18:35:09 <danilobuerger> and i know nothing about the bootstrap package
  • 18:41:03 <adi77> okay. I keep my fluid element inside fluidcontent_bootstrap though. Unfortunately i can't start from scratch.
  • 18:42:54 <adi77> Is there a demo site with flux 7?
  • 19:11:15 <Denyerek> whoops
  • 19:11:44 <Denyerec> danilobuerger do you have a moment ?
  • 19:19:08 <soee> i have column defined: <flux:grid.column colPos="5" name="Box1" /> and if i want to show its content: <div class="col-md-4"><v:page.content.render column="Box1" /></div> it always shows content from colPos=0
  • 19:19:34 <soee> same for other columns - all have content from columnt with colPos 0 any idea why ?
  • 19:21:04 <Denyerek> soee, can you look at the columns item from fluidcontent_bootstrap
  • 19:21:05 <Denyerek> ?
  • 19:21:12 <Denyerek> There are some examples there.
  • 19:21:13 <Denyerek> Also
  • 19:21:21 <Denyerek> I have had to clear /typo3temp/ a lot
  • 19:21:26 <Denyerek> So give that a crack too
  • 19:23:07 <soee> ok i changed named column to its number
  • 19:23:10 <soee> seems to work now oO
  • 19:23:36 <soee> so here <v:page.content.render column="Box1" /> we cant use column name just number ?
  • 19:23:51 <Denyerek> right so you set column="1"
  • 19:23:58 <Denyerek> rather than its name ?
  • 19:24:52 <soee> yes
  • 19:37:50 <Denyerec> Does / Can column content slide ?
  • 19:39:12 <soee> Denyerec: yup
  • 19:40:13 <Denyerec> ok good to know
  • 19:57:36 <BenjaminR> slide="-1" on content.render - is default
  • 20:22:44 <soee> can someone confirm that there is issue with copy/paste ?
  • 20:25:54 <Denyerek> I on't want to pass {_all} cos it feels greedy
  • 20:25:58 <Denyerek> ut I do need to pass 2 things
  • 20:26:12 <Denyerek> arguments = "{page:page, foo:bar}"
  • 20:26:13 <Denyerek> ?
  • 20:29:19 <Denyerek> does v:page.menu just *not* render when there's no menu items ?
  • 20:29:31 <Denyerek> IE, any content within it is quietly disposed of
  • 20:29:32 <Denyerek> ?
  • 20:30:09 <Denyerek> If so, how do I say "If you've got children, render the child menu, if you don't, render the child menu from the level above"
  • 20:30:12 <Denyerek> Here's my current code:
  • 20:31:02 <Denyerek> https://gist.github.com/Denyerec/edb575d63720f00a3359
  • 20:31:45 <BenjaminR> use v:if.page.hasSubpages
  • 20:40:21 <soee> https://github.com/FluidTYPO3/fluidpages/issues/154
  • 20:42:56 <BenjaminR> Denyerec seen my message?
  • 20:43:09 <randomresult> Outdoorsman u there?
  • 20:43:25 <randomresult> evening?
  • 20:49:31 <Denyerec> BenjaminR - yep
  • 20:49:41 <BenjaminR> doesnt help you?
  • 20:49:46 <Denyerec> so just wrapt he whole thing in an if with that condition
  • 20:49:50 <Denyerec> That part works
  • 20:49:56 <Denyerec> then how to get the parent's menu
  • 20:50:07 <BenjaminR> parent page is {page.pid}
  • 20:50:12 <Denyerec> i can just replace pageUid with page.pid I think ?
  • 20:50:15 <Denyerec> Woo!
  • 20:50:16 <BenjaminR> :)
  • 20:50:20 <BenjaminR> good guy!
  • 20:50:32 <BenjaminR> happy to see you making big steps forward
  • 20:50:55 <Denyerek> You gave the inline syntax version
  • 20:50:58 <Denyerek> because I know you would ;)
  • 20:51:14 <Denyerek> condition="page.hasSubpages"
  • 20:51:15 <Denyerek> ?
  • 20:51:23 <Denyerek> Might need {} ?
  • 20:52:17 <BenjaminR> yap - as it is in fluid
  • 20:52:25 <BenjaminR> to get a var put it in {}
  • 20:52:34 <Denyerek> Hmm
  • 20:52:34 <BenjaminR> to define a key for a var its a string.. sure thing
  • 20:52:43 <Denyerek> the code is a precise duplicate, except for the uid/pid
  • 20:52:48 <Denyerek> so perhaps I can put that in a var
  • 20:52:51 <Denyerek> and use that instead
  • 20:53:07 <Denyerek> that would look better inline
  • 20:53:11 * Denyerek attempts
  • 20:53:19 <BenjaminR> what might work with inline syntax is {f:if(condition: page.hasSubpages: then: doo)}
  • 20:53:39 <Denyerek> yeah
  • 20:53:46 <Denyerek> so if I assign "doo" to page:uid
  • 20:53:47 <BenjaminR> and then rendering sections :)
  • 20:53:56 <Denyerek> then set it to pid if TRUE
  • 20:55:29 <BenjaminR> <v:page.menu pageUid="{f:if(condition: page.hasSubpages, then: page.uid, else: page.pid)}" />
  • 20:56:47 <BenjaminR> Denyerek
  • 20:57:06 <Denyerek> Ah
  • 20:57:18 <Denyerek> I was just trying to assign it to a variable, let me see if I get it right
  • 20:57:30 <Denyerek> no.
  • 20:57:33 <Denyerek> Your way is perfect
  • 20:57:44 <Denyerek> but how would I finish this off, out of interest
  • 20:58:00 <Denyerek> {v:var.set(name: 'hasSubs', value: FALSE)}
  • 20:58:00 <Denyerek> {f:if(condition: page.hasSubpages, then: SET_TO_TRUE)}
  • 20:58:17 <Denyerek> Just as a matter of curiosity
  • 21:01:47 <BenjaminR> doesnt make sense here but {v:var.set(name: 'hasSubs', value: 1) -> f:if(condition: page.hasSubpages)}
  • 21:01:59 <Denyerek> Yes, I agree makes no sense
  • 21:02:05 <Denyerek> so you tag the conditional on the end of the action...
  • 21:02:07 <Denyerek> Ok
  • 21:02:39 <Denyerek> so the "then" and "else" parts of the conditional are output.
  • 21:02:53 <Denyerek> and if there isn't one, the IF should be tagged on the end of the chain to control it.
  • 21:05:56 <BenjaminR> well to understand chaining better you have to know that this is from children to parent not parent to children. so -> means pushing "content" to a viewhelper. what this also brings with it is that you cant have multiple children. so you can assign whatever the viewhelper uses as rendernChildren(). for an f:if for example this is per default f:then
  • 21:06:05 <BenjaminR> i cant describe better... hope its enough for now :)
  • 21:06:20 <Denyerek> Ahh, so you kinda read it backwards
  • 21:06:40 <BenjaminR> yap - right to left would be parent to children
  • 21:06:42 <Denyerek> I've got a template nesting error... Is that a case of manually identifying it ?
  • 21:06:48 <BenjaminR> this way i told it to me
  • 21:07:01 <Denyerek> 33 TYPO3\CMS\Fluid\Core\Parser\TemplateParser::closingViewHelperTagHandler(TYPO3\CMS\Fluid\Core\Parser\ParsingState, "v", "page.menu")
  • 21:07:11 <Denyerek> I'm gonna presume that means it's in the menu, and it died.
  • 21:07:16 <BenjaminR> most times you forgot to close someting
  • 21:07:24 <BenjaminR> vhs are not self closing
  • 21:07:43 <bjo3rn_afk> Denyerek, there's also v:if.page.hasSubpages
  • 21:07:51 <bjo3rn_afk> afk?
  • 21:07:57 <bjo3rn_afk> sec
  • 21:07:58 <FT3BOT> Welcome back bjo3rn_afk!
  • 21:08:08 <Denyerek> What's the idiff between the two?
  • 21:08:15 <BenjaminR> not needed here bjo3rn because we have page variable present
  • 21:08:40 <BenjaminR> Denyerek: you need it if you dont have a page variable available
  • 21:08:45 <Denyerek> https://gist.github.com/Denyerec/edb575d63720f00a3359
  • 21:08:46 <bjo3rn> sure, I was just skimming over the log
  • 21:08:46 <BenjaminR> you can pass the page uid to it
  • 21:08:47 <Denyerek> Ahh of course.
  • 21:08:56 <Denyerek> And it'll go dig it out.
  • 21:09:00 <bjo3rn> and Denyerek posted {f:if(condition: page.hasSubpages, then: SET_TO_TRUE)}
  • 21:09:00 <BenjaminR> yap
  • 21:09:15 <Denyerek> In that gist, which I am presuming is the broken code
  • 21:09:18 <Denyerek> I can't see the malformed tag
  • 21:09:28 <BenjaminR> v:if.page.hasSubpages would execute a query
  • 21:09:52 <BenjaminR> this is why everytime when page is availble you should use that
  • 21:10:41 <bjo3rn> results of getMenu are cached so inside a menu tag chances are there's no additional query but I'm not so sure
  • 21:10:54 <BenjaminR> v:page.link Denyerek
  • 21:11:03 <BenjaminR> use f:link.page as some lines later
  • 21:11:23 <Denyerek> It's on the end of the line ?
  • 21:11:51 <Denyerek> wait there are two
  • 21:11:57 <Denyerek> one is self closed, the other has a closing tag
  • 21:12:09 <Denyerek> ah
  • 21:12:17 <Denyerek> and you're saying I can't do <v:someting />
  • 21:12:25 <Denyerek> so I have to explicitly close it
  • 21:14:15 <Denyerek> .BOOM
  • 21:14:19 <Denyerek> swapped that sucker out for an inline
  • 21:14:42 <Denyerek> Ooh not quite
  • 21:14:54 <Denyerek> {v:page.link(pageUid="{page.pid}")}
  • 21:15:01 <Denyerek> It just renders out the text :*
  • 21:15:18 <bjo3rn> fyi: you don't have to close v:page.link
  • 21:15:33 <Denyerek> Deleting it certainly got rid of the error
  • 21:16:28 <BenjaminR> i didnt say that
  • 21:17:29 <BenjaminR> i said you are using one time f:link.page and two lines before v:page.link
  • 21:17:31 <BenjaminR> without a reason
  • 21:17:43 <Denyerek> {v:page.link(pageUid='{page.pid}')}
  • 21:17:47 <danilobuerger> Denyerek whats up?
  • 21:17:55 <BenjaminR> AND you shouldnt write everytime inline :)
  • 21:18:05 <Denyerek> ^^ that just renders as text.
  • 21:18:05 <BenjaminR> tag based is in most cases better readable
  • 21:18:25 <Denyerek> And, yes, I have f:link.page and v:page.link
  • 21:18:26 <BenjaminR> inline uses key: 'value' not key = 'value'
  • 21:18:28 <Denyerek> I have NO idea why
  • 21:18:34 <Denyerek> Ohh shit yes
  • 21:18:39 <Denyerek> Ok, forgot the :
  • 21:19:02 <Denyerek> But the difference between f:link.page and v:page.link ... was claus just bored? :)
  • 21:19:34 <bjo3rn> no, there's a difference
  • 21:19:41 <bjo3rn> btw I did that one originally ;)
  • 21:19:55 <Denyerek> Were you just bored? :D
  • 21:20:03 <Denyerek> Are there more params on v: ?
  • 21:20:04 <bjo3rn> v:page.link fetches the page title automaitcally
  • 21:20:12 <bjo3rn> *automatically
  • 21:20:15 <Denyerek> Ah
  • 21:20:18 <bjo3rn> and inserts it as linktext
  • 21:20:29 <bjo3rn> unless you provide that
  • 21:21:53 <bjo3rn> tip: there's a lot of info in the class docblock of all vhs.
  • 21:22:35 <Denyerek> Rather than on the site ?
  • 21:23:16 <bjo3rn> right, actually those docblocks are rendered on the site. I forgot about that.
  • 21:23:25 <bjo3rn> so, it should be the same.
  • 21:24:00 <bjo3rn> check, it's the same.
  • 21:24:06 <bjo3rn> strike the tip :S
  • 21:24:45 <bjo3rn> so, all is working now for you?
  • 21:26:19 <Denyerek> I think so.
  • 21:26:28 <Denyerek> Is there a page with all your amazon wishlists on? ;)
  • 21:26:36 <Denyerek> Should add that to Github.
  • 21:27:29 <bjo3rn> claus has one, I don't know about the others.
  • 21:27:36 <Denyerek> Yeah I found Clauses
  • 21:27:45 <danilobuerger> Denyerek i can tell you some of my wished :D
  • 21:28:04 <danilobuerger> *wishes
  • 21:28:10 <Denyerek> So long as I can afford them on my income of �0, you're on!
  • 21:28:19 <bjo3rn> btw what's the difference between Denyere(k) and Denyere(c) ?
  • 21:28:31 <Denyerek> c is my windows machine
  • 21:28:36 <Denyerek> k is my linux VM
  • 21:28:43 <bjo3rn> aha
  • 21:28:54 <Denyerek> Denyjerec and Denjerek come out of the cupboard if I get a network ghost.
  • 21:28:58 <Denyerek> Or want to sound more European ;)
  • 21:29:06 <Denyerek> *Denjerec
  • 21:29:12 <bjo3rn> hehe
  • 21:29:29 <Denyerek> right - people are here for food, I better go feed them!
  • 21:29:30 <bjo3rn> as in Denjeretsh
  • 21:29:32 <Denyerek> Thanks once again guys
  • 21:29:50 <bjo3rn> cheers
  • 21:53:35 <danilobuerger> btw Denyerek -> https://www.amazon.de/registry/wishlist/27E3HZOQ00QID ;-) adding more today ;-)
  • 21:57:04 <danilobuerger> need to send that to my wife as well :D
  • 21:59:33 <rosieres> anyone here who can give a hint on [__referrer][arguments] in extpase forms ?
  • 22:01:18 <danilobuerger> rosieres not with that little of information
  • 22:03:53 <rosieres> In my form there a are lot of chunked data in that array ( 4-5 mb ) while travelling though the form session over multiple actions . . . so I cannot believe that this is normal in extbase . . . so I found this at the moment . . . -> http://forge.typo3.org/issues/25801 especially the part of the unnecessary data
  • 22:04:17 <rosieres> @danilobuerger see above
  • 22:04:54 <danilobuerger> ah so this is a question unrelated to ft3?
  • 22:05:09 <rosieres> It´s more extbase at all
  • 22:05:13 <danilobuerger> ok
  • 22:07:14 <rosieres> The problem is that this array data is posted on every action in that form . . . with a VDSL no deal . . . but on a small bandwidth . . . someone will puke
  • 22:07:38 <rosieres> danilobuerger any idea about or to solve this ?
  • 22:07:47 <danilobuerger> nope
  • 22:24:42 <Outdoorsman> randomresults I'm still here... I just check in every little bit, so ask or comment away. I will get back with you if I don't see it right away.
  • 22:30:20 <soee> someone familiar with less ?
  • 22:31:56 <danilobuerger> the only thing i know about less is that you should dump it, burn it, and use sass
  • 22:32:23 <soee> :P why ?
  • 22:32:39 <danilobuerger> short or long version?
  • 22:33:09 <soee> the one that explains it
  • 22:33:13 <danilobuerger> http://css-tricks.com/sass-vs-less/
  • 22:47:55 <BenjaminR> Bye guys - see you tomorrow - take care.
  • 23:26:24 <danilobuerger> first quiet evening here since a long time